Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 905 Bytes

SsprStepUpRequirement.md

File metadata and controls

12 lines (8 loc) · 905 Bytes

Okta.Sdk.Model.SsprStepUpRequirement

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

Name Type Description Notes
Methods List<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]
Required bool [optional]

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