Okta.Sdk.Model.SsprStepUpRequirement

August 11, 2023 ยท View on GitHub

Defines the secondary authenticators needed for password reset if required is true. The following are three valid configurations: * required=false * required=true with no methods to use any SSO authenticator * required=true with security_question as the method

Properties

NameTypeDescriptionNotes
MethodsList<string>Authenticator methods required for secondary authentication step of password recovery. Specify this value only when `required` is true and `security_question` is permitted for the secondary authentication.[optional]
Requiredbool[optional]

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