status property
This is the status of the link between client and manager. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ACTIVE" : Indicates current in-effect relationship
- "INACTIVE" : Indicates terminated relationship
- "PENDING" : Indicates relationship has been requested by manager, but the client hasn't accepted yet.
- "REFUSED" : Relationship was requested by the manager, but the client has refused.
- "CANCELED" : Indicates relationship has been requested by manager, but manager canceled it.
Implementation
core.String? status;