Okta.Sdk.Model.AuthenticatorKeyTacAllOfProviderConfiguration

October 22, 2025 ยท View on GitHub

Define the configuration settings of the TAC

Properties

NameTypeDescriptionNotes
MinTtldecimalMinimum time-to-live (TTL) of the TAC in minutes. The `minTtl` indicates the minimum amount of time that a TAC is valid. The `minTtl` must be less than the `maxTtl`.
MaxTtldecimalMaximum TTL of the TAC in minutes. The `maxTtl` indicates the maximum amount of time that a TAC is valid. The `maxTtl` must be greater than the `minTtl`.
DefaultTtldecimalThe default TTL in minutes when you create a TAC. The `defaultTtl` indicates the actual amount of time that a TAC is valid before it expires. The `defaultTtl` must be greater than the `minTtl` and less than the `maxTtl`.[default to 120M]
LengthdecimalDefines the number of characters in a TAC. For example, a `length` of `16` means that the TAC is 16 characters.
ComplexityAuthenticatorKeyTacAllOfProviderConfigurationComplexity
MultiUseAllowedboolIndicates whether a TAC can be used multiple times. If set to `true`, the TAC can be used multiple times until it expires.[optional]

[Back to Model list] [Back to API list] [Back to README]