Sha256: 2922be3423ace654fca43ea7ee9be74b9409c1c12427a5f3e36e01e7a63c412d

Contents?: true

Size: 722 Bytes

Versions: 15

Compression:

Stored size: 722 Bytes

Contents

# OryHydraClient::OryAccessControlPolicyAllowedInput

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Action is the action that is requested on the resource. | [optional] |
| **context** | **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] |

## Example

```ruby
require 'ory-keto-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-keto-client-0.6.0.alpha6 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.6.0.alpha3 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.6.0.alpha1 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha58 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha57 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha56 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha55 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha54 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha53 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha52 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha51 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha50 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha49 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha48 docs/OryAccessControlPolicyAllowedInput.md
ory-keto-client-0.0.0.alpha47 docs/OryAccessControlPolicyAllowedInput.md