资源:CustomerLink
表示两个广告数据中心客户之间的关联。
JSON 表示法 |
---|
{ "name": string, "customerId": string, "displayName": string, "accessTypes": [ enum ( |
字段 | |
---|---|
name |
用于唯一标识客户链接的名称。入站链接的格式为 customer/[customerId]/inboundCustomerLinks/[linkedCustomerId]。出站链接的格式为:customer/[customerId]/outboundCustomerLinks/[linkedCustomerId]。 |
customerId |
关联的广告数据中心客户 ID。 |
displayName |
关联的客户的显示名称。 |
accessTypes[] |
通过该链接公开的访问类型。 |
status |
客户链接的状态。 |
updateTime |
关联状态上次更新的时间。 时间戳采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例: |
directParentCustomerIds[] |
只能针对入站链接设置此字段。由于关联客户不一定会直接关联,此字段表示所关联客户直接关联的客户。换言之,当前客户可通过直接父级的间接关系获取关联客户的访问权限。例如,如果 A 管理 B 而 B 管理 C,那么 C 将被列为 A' 的入站链接,并且其 direct_parent_customer_id 会设置为 B。如果是直接链接,该值将包含当前客户的客户 ID。 |
方法 |
|
---|---|
|
列出指定客户已授权访问其他广告数据中心客户的链接。 |