state property

String? state
getter/setter pair

The state of the authorization.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : Active.
  • "SUSPENDED" : Suspended.

Implementation

core.String? state;