state property

String? state
getter/setter pair

State of the auth token.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "ACTIVE" : The auth token is active.
  • "CREATING" : The auth token is being created.
  • "DELETING" : The auth token is being deleted.

Implementation

core.String? state;