Resource: Customer
Entity representing a SAS customer.
JSON representation |
---|
{ "name": string, "displayName": string, "sasUserIds": [ string ] } |
Fields | |
---|---|
name |
Output only. Resource name of the customer. |
displayName |
Required. Name of the organization that the customer entity represents. |
sasUserIds[] |
User IDs used by the devices belonging to this customer. |
Methods |
|
---|---|
|
Returns a requested customer . |
|
Returns a list of requested customers . |
|
Updates an existing customer . |