state property

String? state
getter/setter pair

The state of the client.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : A placeholder for an undefined client state. Should not be used.
  • "ACTIVE" : A client that is currently active and allowed to access the Authorized Buyers UI.
  • "INACTIVE" : A client that is currently inactive and not allowed to access the Authorized Buyers UI.

Implementation

core.String? state;