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-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["The Customer resource represents a SAS customer and includes fields for name, display name, and associated SAS user IDs."],["You can manage Customer resources through the `get`, `list`, and `patch` methods to retrieve, list, or update customer information."],["The JSON representation of a Customer includes the customer's name, display name, and an array of SAS user IDs."]]],["The Customer resource represents a SAS customer with fields for `name` (resource name), `displayName` (organization name), and `sasUserIds` (user IDs of customer devices). The JSON format includes these three fields. Key actions involve retrieving a specific customer via `get`, listing multiple customers with `list`, and modifying an existing customer's data using `patch`. These methods allow managing customer data and associated user IDs.\n"]]