Sha256: 2621fb5b374a55640659dd191e8bc9fe21c1fccea187849cd532f27a783a1ce0
Contents?: true
Size: 715 Bytes
Versions: 34
Compression:
Stored size: 715 Bytes
Contents
# OryHydraClient::ListOryAccessControlPolicies ## 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::ListOryAccessControlPolicies.new(flavor: null, limit: null, offset: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems