Okta.Sdk.Model.AuthenticatorKeyTacAllOfProviderConfiguration
October 22, 2025 ยท View on GitHub
Define the configuration settings of the TAC
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MinTtl | decimal | Minimum 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`. | |
| MaxTtl | decimal | Maximum 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`. | |
| DefaultTtl | decimal | The 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] |
| Length | decimal | Defines the number of characters in a TAC. For example, a `length` of `16` means that the TAC is 16 characters. | |
| Complexity | AuthenticatorKeyTacAllOfProviderConfigurationComplexity | ||
| MultiUseAllowed | bool | Indicates whether a TAC can be used multiple times. If set to `true`, the TAC can be used multiple times until it expires. | [optional] |