ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TrustedOAuth2JwtGrantIssuer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_any_subject** | Option<**bool**> | The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT. | [optional]
**created_at** | Option<**String**> | The \"created_at\" indicates, when grant was created. | [optional]
**expires_at** | Option<**String**> | The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\". | [optional]
**id** | Option<**String**> |  | [optional]
**issuer** | Option<**String**> | The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT). | [optional]
**public_key** | Option<[**models::TrustedOAuth2JwtGrantJsonWebKey**]trustedOAuth2JwtGrantJsonWebKey.md> |  | [optional]
**scope** | Option<**Vec<String>**> | The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) | [optional]
**subject** | Option<**String**> | The \"subject\" identifies the principal that is the subject of the JWT. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)