dataLinkStatus property
The data link status to be updated to.
Required. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : The value is unknown in this version.
- "REQUESTED" : Link has been requested by one party, but not confirmed by the other party.
- "PENDING_APPROVAL" : Link is waiting for the customer to approve.
- "ENABLED" : Link is established and can be used as needed.
- "DISABLED" : Link is no longer valid and should be ignored.
- "REVOKED" : Link request has been cancelled by the requester and further cleanup may be needed.
- "REJECTED" : Link request has been rejected by the approver.
Implementation
core.String? dataLinkStatus;