docs/OryAccessControlPolicyAllowedInput.md in ory-keto-client-0.0.0.alpha58 vs docs/OryAccessControlPolicyAllowedInput.md in ory-keto-client-0.4.0.alpha1
- old
+ new
@@ -1,24 +1,23 @@
# 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] |
+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]
-## Example
+## Code Sample
```ruby
-require 'ory-keto-client'
+require 'OryHydraClient'
-instance = OryHydraClient::OryAccessControlPolicyAllowedInput.new(
- action: null,
- context: null,
- resource: null,
- subject: null
-)
+instance = OryHydraClient::OryAccessControlPolicyAllowedInput.new(action: null,
+ context: null,
+ resource: null,
+ subject: null)
```
+