Sha256: e44d1667d4999dea4265c684525b2c3cd2201a586ead37160d897dff8cfb232d
Contents?: true
Size: 1.51 KB
Versions: 12
Compression:
Stored size: 1.51 KB
Contents
# OryHydraClient::OryAccessControlPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **actions** | **Array<String>** | Actions is an array representing all the actions this ORY Access Policy applies to. | [optional] **conditions** | **Hash<String, Object>** | Conditions represents a keyed object of conditions under which this ORY Access Policy is active. | [optional] **description** | **String** | Description is an optional, human-readable description. | [optional] **effect** | **String** | Effect is the effect of this ORY Access Policy. It can be \"allow\" or \"deny\". | [optional] **id** | **String** | ID is the unique identifier of the ORY Access Policy. It is used to query, update, and remove the ORY Access Policy. | [optional] **resources** | **Array<String>** | Resources is an array representing all the resources this ORY Access Policy applies to. | [optional] **subjects** | **Array<String>** | Subjects is an array representing all the subjects this ORY Access Policy applies to. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::OryAccessControlPolicy.new(actions: null, conditions: null, description: null, effect: null, id: null, resources: null, subjects: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems