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
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] |