REST Resource: customers
Ресурс: Клиент
Организация, представляющая клиента SAS.
Представление JSON |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Поля |
---|
name | string Только вывод. Имя ресурса клиента. |
displayName | string Необходимый. Название организации, которую представляет заказчик. |
sasUserIds[] | string Идентификаторы пользователей, используемые устройствами, принадлежащими этому клиенту. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-09-26 UTC.
[null,null,["Последнее обновление: 2022-09-26 UTC."],[[["The Customer resource represents a SAS customer and includes fields such as name, displayName, and sasUserIds."],["You can manage Customer resources through methods like get, list, and patch to retrieve, list, or update customer information."],["Customers are identified by a unique resource name and have a user-friendly display name for the organization."],["Devices belonging to a customer are associated through a list of user IDs."]]],["The provided content details a \"Customer\" resource, representing a SAS customer. A customer has a resource `name`, `displayName` (required), and `sasUserIds`. The resource can be interacted with via three methods: `get` to retrieve a specific customer, `list` to retrieve multiple customers, and `patch` to update customer details. The JSON structure for a customer includes `name`, `displayName`, and an array of `sasUserIds`.\n"]]