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. | 
| adminConsoleUrl | 
 Output only. URL of Customer's Admin console dashboard. Populated only if a Cloud Identity resource exists for this customer. Deprecated: Use  | 
| 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. Indicate if a customer is attesting about the correctness of provided information. Only required if creating a GCP Entitlement. | 
| 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. | 
| 
 | Lists the following: 
 | 
| 
 | Lists the following: 
 | 
| 
 | Updates an existing Customerresource for the reseller or distributor. | 
| 
 | Creates a Cloud Identity for the given customer using the customer's information, or the information provided here. | 
| 
 | Lists the billing accounts that are eligible to purchase particular SKUs for a given customer. | 
| 
 | Transfers customer entitlements to new reseller. | 
| 
 | Transfers customer entitlements from their current reseller to Google. |