state property
Describes the state of the MultiFactor Authentication type. Possible string values are:
- "MFA_STATE_UNSPECIFIED" : Illegal State, should not be used.
- "DISABLED" : Multi-factor authentication cannot be used for this project.
- "ENABLED" : Multi-factor authentication can be used for this project.
- "MANDATORY" : Multi-factor authentication is required for this project. Users from this project must authenticate with the second factor.
Implementation
core.String? state;