mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
17 lines
606 B
YAML
17 lines
606 B
YAML
type: object
|
|
properties:
|
|
customInstructionsEnabled:
|
|
type: boolean
|
|
description: Indicator whether custom password instructions feature is enabled. The default value is false.
|
|
digitTokenEnabled:
|
|
type: boolean
|
|
description: Indicator whether "digit token" feature is enabled. The default value is false.
|
|
example: true
|
|
digitTokenDurationMinutes:
|
|
type: integer
|
|
description: The duration of "digit token" in minutes. The default value is 5.
|
|
example: 10
|
|
digitTokenLength:
|
|
type: integer
|
|
description: The length of "digit token". The default value is 6.
|
|
example: 9 |