CustomerManagerLink
Represents customer-manager link relationship.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
CustomerManagerLinkManagerCustomer | String | ATTRIBUTE | Output only. The manager customer linked to the customer. |
CustomerManagerLinkManagerLinkId | Long | ATTRIBUTE | Output only. ID of the customer-manager link. This field is read only. |
CustomerManagerLinkResourceName | String | ATTRIBUTE | Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id} |
CustomerManagerLinkStatus | String | ATTRIBUTE | Status of the link between the customer and the manager.
The allowed values are ACTIVE, CANCELED, INACTIVE, PENDING, REFUSED, UNKNOWN, UNSPECIFIED. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |