Resource: Company
A reseller, vendor, or customer in the zero-touch reseller and customer APIs.
JSON representation | |
---|---|
{
"name": string,
"companyId": string,
"companyName": string,
"ownerEmails": [
string
],
"adminEmails": [
string
],
"termsStatus": enum ( |
Fields | |
---|---|
name |
Output only. The API resource name of the company. The resource name is one of the following formats:
Assigned by the server. |
companyId |
Output only. The ID of the company. Assigned by the server. |
companyName |
Required. The name of the company. For example XYZ Corp. Displayed to the company's employees in the zero-touch enrollment portal. |
ownerEmails[] |
Required. Input only. Email address of customer's users in the owner role. At least one |
adminEmails[] |
Optional. Email address of customer's users in the admin role. Each email address must be associated with a Google Account. |
termsStatus |
Output only. Whether any user from the company has accepted the latest Terms of Service (ToS). See |
Methods |
|
---|---|
|
Lists the customers of the vendor. |