Sha256: 74c195012887e288367aba421c0b5ab9a70caffbe161c4286ced2c26c93d49d8

Contents?: true

Size: 842 Bytes

Versions: 12

Compression:

Stored size: 842 Bytes

Contents

# OryHydraClient::OryAccessControlPolicyAllowedInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **String** | Action is the action that is requested on the resource. | [optional] 
**context** | **Hash<String, Object>** | Context is the request's environmental context. | [optional] 
**resource** | **String** | Resource is the resource that access is requested to. | [optional] 
**subject** | **String** | Subject is the subject that is requesting access. | [optional] 

## Code Sample

```ruby
require 'OryHydraClient'

instance = OryHydraClient::OryAccessControlPolicyAllowedInput.new(action: null,
                                 context: null,
                                 resource: null,
                                 subject: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ory-keto-client-0.5.4.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.5.3.alpha3 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.5.3.alpha2 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.5.3.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.5.2 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.5.1.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.4.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.3.alpha2 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.3.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.2.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.1.beta1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.4.0.alpha1 docs/OryAccessControlPolicyAllowedInput.md