Resource: CustomerLink
Represents a link between two Ads Data Hub customers.
JSON representation |
---|
{ "name": string, "customerId": string, "displayName": string, "accessTypes": [ enum ( |
Fields | |
---|---|
name |
Name that uniquely identifies an customer link. Inbound links have the form customers/[customerId]/inboundCustomerLinks/[linkedCustomerId]. Outbound links have the form customers/[customerId]/outboundCustomerLinks/[linkedCustomerId]. |
customerId |
Linked Ads Data Hub customer ID. |
displayName |
Linked customer's display name. |
accessTypes[] |
Access types that are exposed through this link. |
status |
Status of the customer link. |
updateTime |
Time the link status was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
directParentCustomerIds[] |
This field will only be set for inbound links. As the linked customer may or may not be directly linked, this field indicates the customer the linked customer is directly linked to. I.e. The current customer gets access to the linked customer through the indirect relationship connected by the direct parent(s). E.g., if A manages B and B manages C, then C will be listed as A's inbound link with its direct_parent_customer_id set to B. In the case of direct links, it will include the customer ID of the current customer. |
Methods |
|
---|---|
|
Lists links where the specified customer has granted access to other Ads Data Hub customers. |