docs/TrustedJwtGrantIssuer.md in ory-hydra-client-1.11.7 vs docs/TrustedJwtGrantIssuer.md in ory-hydra-client-1.11.8
- old
+ new
@@ -2,10 +2,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
+| **allow_any_subject** | **Boolean** | The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT. | [optional] |
| **created_at** | **Time** | The \"created_at\" indicates, when grant was created. | [optional] |
| **expires_at** | **Time** | The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\". | [optional] |
| **id** | **String** | | [optional] |
| **issuer** | **String** | The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT). | [optional] |
| **public_key** | [**TrustedJsonWebKey**](TrustedJsonWebKey.md) | | [optional] |
@@ -16,9 +17,10 @@
```ruby
require 'ory-hydra-client'
instance = OryHydraClient::TrustedJwtGrantIssuer.new(
+ allow_any_subject: null,
created_at: null,
expires_at: null,
id: 9edc811f-4e28-453c-9b46-4de65f00217f,
issuer: https://jwt-idp.example.com,
public_key: null,