REST Resource: customers
Tài nguyên: Khách hàng
Pháp nhân đại diện cho một khách hàng SAS.
Biểu diễn dưới dạng JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Các trường |
name |
string
Chỉ đầu ra. Tên tài nguyên của khách hàng.
|
displayName |
string
Bắt buộc. Tên của tổ chức mà pháp nhân khách hàng đại diện.
|
sasUserIds[] |
string
Mã nhận dạng khách hàng mà các thiết bị của khách hàng này sử dụng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]