Sha256: 848531d01047e8e2059b38c3d5ad464a2de04d3f6bfab6bc10aa3269b9bcb0ec
Contents?: true
Size: 1.48 KB
Versions: 34
Compression:
Stored size: 1.48 KB
Contents
# OryHydraClient::Policy ## 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::Policy.new(actions: null, conditions: null, description: null, effect: null, id: null, resources: null, subjects: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems