ory-client 1.20.7

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
# NormalizedProjectRevisionTokenizerTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**claims_mapper_url** | Option<**String**> | Claims mapper URL | [optional]
**created_at** | Option<**String**> | The Project's Revision Creation Date | [optional][readonly]
**id** | Option<**String**> | The revision ID. | [optional][readonly]
**jwks_url** | Option<**String**> | JSON Web Key URL | [optional]
**key** | Option<**String**> | The unique key of the template | [optional]
**project_revision_id** | Option<**String**> | The Revision's ID this schema belongs to | [optional]
**ttl** | Option<**String**> | Token time to live | [optional][default to 1m]
**updated_at** | Option<**String**> | Last Time Project's Revision was Updated | [optional][readonly]

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