Sha256: a0b01f2d8a377d3f5449bc8c0889fb15a3ba43110a50cb7aada6afe11ca9b95f

Contents?: true

Size: 653 Bytes

Versions: 5

Compression:

Stored size: 653 Bytes

Contents

# OryHydraClient::JudgeForbiddenBody

## 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 = OryHydraClient::JudgeForbiddenBody.new(
  code: null,
  details: null,
  message: null,
  reason: null,
  request: null,
  status: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.14.beta1 docs/JudgeForbiddenBody.md
ory-oathkeeper-client-0.38.12.beta1 docs/JudgeForbiddenBody.md
ory-oathkeeper-client-0.38.11.beta1 docs/JudgeForbiddenBody.md
ory-oathkeeper-client-0.38.10.beta2 docs/JudgeForbiddenBody.md
ory-oathkeeper-client-0.38.9.beta1 docs/JudgeForbiddenBody.md