REST Resource: customers.outboundCustomerLinks
Ресурс: ссылка на клиента
Представляет связь между двумя клиентами Ads Data Hub.
Представление JSON |
---|
{
"name": string,
"customerId": string,
"displayName": string,
"accessTypes": [
enum (AccessType )
],
"status": enum (LinkStatus ),
"updateTime": string,
"directParentCustomerIds": [
string
]
} |
Поля |
---|
name | string Имя, которое однозначно идентифицирует ссылку клиента. Входящие ссылки имеют вид customers/[customerId]/inboundCustomerLinks/[linkedCustomerId]. Исходящие ссылки имеют вид customers/[customerId]/outboundCustomerLinks/[linkedCustomerId]. |
customerId | string ( int64 format) Идентификатор связанного клиента Ads Data Hub. |
displayName | string Отображаемое имя связанного клиента. |
accessTypes[] | enum ( AccessType ) Типы доступа, предоставляемые по этой ссылке. |
status | enum ( LinkStatus ) Статус клиентской ссылки. |
updateTime | string ( Timestamp format) Время последнего обновления статуса ссылки. Временная метка в формате RFC3339 UTC "Zulu" с разрешением в наносекунды и до девяти дробных цифр. Примеры: "2014-10-02T15:01:23Z" и "2014-10-02T15:01:23.045123456Z" . |
directParentCustomerIds[] | string ( int64 format) Это поле будет установлено только для входящих ссылок. Поскольку связанный клиент может быть напрямую связан, а может и не быть напрямую, это поле указывает клиента, с которым напрямую связан связанный клиент. Т.е. текущий клиент получает доступ к связанному клиенту через непрямые отношения, связанные с прямым родителем (родителями). Например, если A управляет B, а B управляет C, то C будет указан как входящая ссылка A с его direct_parent_customer_id, установленным на B. В случае прямых ссылок он будет включать идентификатор клиента текущего клиента. |
Методы |
---|
| Список ссылок, по которым указанный клиент предоставил доступ другим клиентам Ads Data Hub. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-09-26 UTC.
[null,null,["Последнее обновление: 2022-09-26 UTC."],[[["CustomerLink represents a connection between two Ads Data Hub customers, enabling data sharing and access."],["It includes details like customer IDs, display name, access types, status, and update time."],["Inbound links provide access granted by other customers, while outbound links show access granted to others."],["The `directParentCustomerIds` field is specific to inbound links and clarifies indirect relationships."],["You can use the `list` method to retrieve outbound customer links for a given customer."]]],["CustomerLink represents a connection between two Ads Data Hub customers, identified by a unique name. The JSON representation includes the `name`, `customerId`, `displayName`, `accessTypes`, `status`, `updateTime`, and `directParentCustomerIds`. The `directParentCustomerIds` shows the direct links of an inbound link. Methods include `list` to view granted access links. The status, last update, and type of access are also shown.\n"]]