Sha256: 86f2e535789f5f1412206fa072412114d714763d2f1283f337c7e2cdef0e5f7f
Contents?: true
Size: 721 Bytes
Versions: 34
Compression:
Stored size: 721 Bytes
Contents
# OryHydraClient::ListOryAccessControlPolicyRoles ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **flavor** | **String** | The ORY Access Control Policy flavor. Can be \"regex\", \"glob\", and \"exact\" in: path | **limit** | **Integer** | The maximum amount of policies returned. in: query | [optional] **offset** | **Integer** | The offset from where to start looking. in: query | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::ListOryAccessControlPolicyRoles.new(flavor: null, limit: null, offset: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems