Resource: Customer
Entity representing a customer of a reseller or distributor.
| JSON representation | 
|---|
| { "name": string, "orgDisplayName": string, "orgPostalAddress": { object ( | 
| Fields | |
|---|---|
| name | 
 Output only. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id} | 
| orgDisplayName | 
 Required. Name of the organization that the customer entity represents. | 
| orgPostalAddress | 
 Required. The organization address for the customer. To enforce US laws and embargoes, we require a region, postal code, and address lines. You must provide valid addresses for every customer. To set the customer's language, use the Customer-level language code. | 
| primaryContactInfo | 
 Primary contact info. | 
| alternateEmail | 
 Secondary contact email. You need to provide an alternate email to create different domains if a primary contact email already exists. Users will receive a notification with credentials when you create an admin.google.com account. Secondary emails are also recovery email addresses. Alternate emails are optional when you create Team customers. | 
| domain | 
 Required. The customer's primary domain. Must match the primary contact email's domain. | 
| createTime | 
 Output only. Time when the customer was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| updateTime | 
 Output only. Time when the customer was updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| cloudIdentityId | 
 Output only. The customer's Cloud Identity ID if the customer has a Cloud Identity resource. | 
| languageCode | 
 Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. | 
| cloudIdentityInfo | 
 Output only. Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer. | 
| channelPartnerId | 
 Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer. | 
| correlationId | 
 Optional. External CRM ID for the customer. Populated only if a CRM ID exists for this customer. | 
| customerAttestationState | 
 Optional. Indicates if a customer is attesting about the correctness of provided information. Only required if creating a Google Cloud entitlement. | 
ContactInfo
Contact information for a customer account.
| JSON representation | 
|---|
| { "firstName": string, "lastName": string, "displayName": string, "email": string, "title": string, "phone": string } | 
| Fields | |
|---|---|
| firstName | 
 The customer account contact's first name. Optional for Team customers. | 
| lastName | 
 The customer account contact's last name. Optional for Team customers. | 
| displayName | 
 Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name. | 
| email | 
 The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers. | 
| title | 
 Optional. The customer account contact's job title. | 
| phone | 
 The customer account's contact phone number. | 
CustomerAttestationState
Represents if a customer belongs to public sector.
| Enums | |
|---|---|
| CUSTOMER_ATTESTATION_STATE_UNSPECIFIED | Default value if not set yet | 
| EXEMPT | Customer is exempt from attesting based on exemption list at https://cloud.google.com/terms/direct-tos-exemptions. Contact information of customer will be mandatory. | 
| NON_EXEMPT_AND_INFO_VERIFIED | Customer isn't exempt and has verified that the information provided is correct. Customer contact information is mandatory. | 
| Methods | |
|---|---|
| 
 | Creates a new Customerresource under the reseller or distributor account. | 
| 
 | Deletes the given Customerpermanently. | 
| 
 | Returns the requested Customerresource. | 
| 
 | Imports a Customerfrom the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. | 
| 
 | List Customers. | 
| 
 | Updates an existing Customerresource for the reseller or distributor. |