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} |
org |
Required. Name of the organization that the customer entity represents. |
org |
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. |
primary |
Primary contact info. |
alternate |
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. |
create |
Output only. Time when the customer was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. Time when the customer was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
cloud |
Output only. The customer's Cloud Identity ID if the customer has a Cloud Identity resource. |
language |
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. |
cloud |
Output only. Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer. |
channel |
Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer. |
correlation |
Optional. External CRM ID for the customer. Populated only if a CRM ID exists for this customer. |
Methods |
|
---|---|
|
Creates a new Customer resource under the reseller or distributor account. |
|
Deletes the given Customer permanently. |
|
Returns the requested Customer resource. |
|
Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call. |
|
List Customer s. |
|
Lists the following:
|
|
Lists the following:
|
|
Updates an existing Customer resource 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. |