REST Resource: customers
แหล่งข้อมูล: ลูกค้า
การแสดง JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากรของลูกค้า
|
displayName |
string
ต้องระบุ ชื่อขององค์กรที่ลูกค้าเป็นตัวแทน
|
sasUserIds[] |
string
รหัสผู้ใช้ที่ใช้โดยอุปกรณ์ของลูกค้ารายนี้
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers 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"]]