Okta.Sdk.Model.SsprPrimaryRequirement

October 3, 2024 ยท View on GitHub

Defines the authenticators permitted for the initial authentication step of password recovery

Properties

NameTypeDescriptionNotes
MethodConstraintsList<AuthenticatorMethodConstraint>Constraints on the values specified in the `methods` array. Specifying a constraint limits methods to specific authenticator(s). Currently, Google OTP is the only accepted constraint.[optional]
MethodsList<string>Authenticator methods allowed for the initial authentication step of password recovery. Method `otp` requires a constraint limiting it to a Google authenticator.[optional]

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