state property

String? state
getter/setter pair

Whether MultiFactor Authentication has been enabled for this project. Possible string values are:

  • "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;