REST Resource: customers
المورد: العميل
الكيان الذي يمثّل عميل SAS
تمثيل JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
الحقول |
name |
string
الناتج فقط. اسم المورد للعميل.
|
displayName |
string
مطلوبة. اسم المؤسسة التي يمثّلها كيان العميل.
|
sasUserIds[] |
string
أرقام تعريف المستخدمين التي تستخدمها الأجهزة التي ينتمي إليها هذا العميل.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]