CustomerManagerLink
Represents customer-manager link relationship.
Fields |
resource_name
|
string
Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
|
status
|
ManagerLinkStatus
Status of the link between the customer and the manager.
|
manager_customer
|
string
Output only. The manager customer linked to the customer.
|
manager_link_id
|
int64
Output only. ID of the customer-manager link. This field is read only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Represents the relationship between a customer and their manager using a dedicated resource."],["Includes fields defining the link's status, the manager's customer ID, and a unique link ID."],["Resource names follow a specific format including customer and manager IDs, and a unique link ID."],["The manager customer and manager link ID fields are output-only, meaning they are system-generated."]]],[]]