status property

String? status
getter/setter pair

The status of the link. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : The link is enabled.
  • "REMOVED" : The link is removed/disabled.
  • "REQUESTED" : The link to the other account has been requested. A user on the other account may now approve the link by setting the status to ENABLED.
  • "PENDING_APPROVAL" : This link has been requested by a user on the other account. It may be approved by a user on this account by setting the status to ENABLED.
  • "REJECTED" : The link is rejected by the approver.
  • "REVOKED" : The link is revoked by the user who requested the link.

Implementation

core.String? status;