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

Version Path
ory-keto-client-0.6.0.alpha6 docs/Policy.md
ory-keto-client-0.6.0.alpha3 docs/Policy.md
ory-keto-client-0.6.0.alpha1 docs/Policy.md
ory-keto-client-0.0.0.alpha58 docs/Policy.md
ory-keto-client-0.0.0.alpha57 docs/Policy.md
ory-keto-client-0.0.0.alpha56 docs/Policy.md
ory-keto-client-0.0.0.alpha55 docs/Policy.md
ory-keto-client-0.0.0.alpha54 docs/Policy.md
ory-keto-client-0.0.0.alpha53 docs/Policy.md
ory-keto-client-0.0.0.alpha52 docs/Policy.md
ory-keto-client-0.0.0.alpha51 docs/Policy.md
ory-keto-client-0.0.0.alpha50 docs/Policy.md
ory-keto-client-0.0.0.alpha49 docs/Policy.md
ory-keto-client-0.0.0.alpha48 docs/Policy.md
ory-keto-client-0.0.0.alpha47 docs/Policy.md
ory-keto-client-0.0.0.alpha46 docs/Policy.md
ory-keto-client-0.0.0.alpha45 docs/Policy.md
ory-keto-client-0.0.0.alpha44 docs/Policy.md
ory-keto-client-0.0.0.alpha43 docs/Policy.md
ory-keto-client-0.0.0.alpha41 docs/Policy.md