Okta.Sdk.Model.SsprPrimaryRequirement
October 3, 2024 ยท View on GitHub
Defines the authenticators permitted for the initial authentication step of password recovery
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MethodConstraints | List<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] |
| Methods | List<string> | Authenticator methods allowed for the initial authentication step of password recovery. Method `otp` requires a constraint limiting it to a Google authenticator. | [optional] |