REST Resource: customers
Kaynak: Müşteri
SAS müşterisini temsil eden tüzel kişi.
JSON gösterimi |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Alanlar |
name |
string
Yalnızca çıkış. Müşterinin kaynak adı.
|
displayName |
string
Zorunlu. Müşteri varlığının temsil ettiği kuruluşun adı.
|
sasUserIds[] |
string
Bu müşteriye ait cihazlar tarafından kullanılan kullanıcı kimlikleri.
|
Yöntemler |
|
İstenen bir customer değerini döndürür. |
|
İstenen customers listesinin listesini döndürür. |
|
Mevcut bir customer güncellenir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[null,null,["Son güncelleme tarihi: 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"]]