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