Sha256: 450489274404ba0630b901ed1e0762447fdae09e025d258a9f57f23a80bd883d
Contents?: true
Size: 784 Bytes
Versions: 34
Compression:
Stored size: 784 Bytes
Contents
# OryHydraClient::Input ## 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::Input.new(action: null, context: null, resource: null, subject: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems