AI-generated Key Takeaways
- 
          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, andpatchmethods 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. 
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. |