state property

String? state
getter/setter pair

The state of the auth_provider.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ENABLED" : Enabled and can be used.
  • "DISABLED" : Disabled and cannot be used.

Implementation

core.String? state;