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

Version Path
ory-keto-client-0.6.0.alpha6 docs/Input.md
ory-keto-client-0.6.0.alpha3 docs/Input.md
ory-keto-client-0.6.0.alpha1 docs/Input.md
ory-keto-client-0.0.0.alpha58 docs/Input.md
ory-keto-client-0.0.0.alpha57 docs/Input.md
ory-keto-client-0.0.0.alpha56 docs/Input.md
ory-keto-client-0.0.0.alpha55 docs/Input.md
ory-keto-client-0.0.0.alpha54 docs/Input.md
ory-keto-client-0.0.0.alpha53 docs/Input.md
ory-keto-client-0.0.0.alpha52 docs/Input.md
ory-keto-client-0.0.0.alpha51 docs/Input.md
ory-keto-client-0.0.0.alpha50 docs/Input.md
ory-keto-client-0.0.0.alpha49 docs/Input.md
ory-keto-client-0.0.0.alpha48 docs/Input.md
ory-keto-client-0.0.0.alpha47 docs/Input.md
ory-keto-client-0.0.0.alpha46 docs/Input.md
ory-keto-client-0.0.0.alpha45 docs/Input.md
ory-keto-client-0.0.0.alpha44 docs/Input.md
ory-keto-client-0.0.0.alpha43 docs/Input.md
ory-keto-client-0.0.0.alpha41 docs/Input.md