Sha256: 65e9918276261e59174dbd22f7bf8912387e5668d388b4fcc224b1e88caea9d8

Contents?: true

Size: 677 Bytes

Versions: 24

Compression:

Stored size: 677 Bytes

Contents

# OryOathkeeperClient::DecisionsUnauthorizedBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **Integer** | code | [optional] |
| **details** | **Array<Object>** | details | [optional] |
| **message** | **String** | message | [optional] |
| **reason** | **String** | reason | [optional] |
| **request** | **String** | request | [optional] |
| **status** | **String** | status | [optional] |

## Example

```ruby
require 'ory-oathkeeper-client'

instance = OryOathkeeperClient::DecisionsUnauthorizedBody.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.15.beta1 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha62 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha60 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha59 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha58 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha57 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha56 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha55 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha54 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha53 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha52 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha51 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha50 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha49 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha48 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha47 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha46 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha45 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha44 docs/DecisionsUnauthorizedBody.md
ory-oathkeeper-client-0.0.0.alpha43 docs/DecisionsUnauthorizedBody.md