Sha256: d0f4507eb6b0de8a892546ab0818f1756f5889f53b8cba12f3fc19d84c76706b
Contents?: true
Size: 1.04 KB
Versions: 58
Compression:
Stored size: 1.04 KB
Contents
# OryClient::NormalizedProjectRevisionTokenizerTemplate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **claims_mapper_url** | **String** | Claims mapper URL | [optional] | | **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] | | **id** | **String** | The revision ID. | [optional][readonly] | | **jwks_url** | **String** | JSON Web Key URL | [optional] | | **key** | **String** | The unique key of the template | [optional] | | **project_revision_id** | **String** | The Revision's ID this schema belongs to | [optional] | | **ttl** | **String** | Token time to live | [optional][default to '1m'] | | **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::NormalizedProjectRevisionTokenizerTemplate.new( claims_mapper_url: null, created_at: null, id: null, jwks_url: null, key: null, project_revision_id: null, ttl: 1h, updated_at: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems