GetCustomerResult

data class GetCustomerResult(val alternateEmail: String, val channelPartnerId: String, val cloudIdentityId: String, val cloudIdentityInfo: GoogleCloudChannelV1CloudIdentityInfoResponse, val correlationId: String, val createTime: String, val domain: String, val languageCode: String, val name: String, val orgDisplayName: String, val orgPostalAddress: GoogleTypePostalAddressResponse, val primaryContactInfo: GoogleCloudChannelV1ContactInfoResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetCustomerResult(alternateEmail: String, channelPartnerId: String, cloudIdentityId: String, cloudIdentityInfo: GoogleCloudChannelV1CloudIdentityInfoResponse, correlationId: String, createTime: String, domain: String, languageCode: String, name: String, orgDisplayName: String, orgPostalAddress: GoogleTypePostalAddressResponse, primaryContactInfo: GoogleCloudChannelV1ContactInfoResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer.

Link copied to clipboard

The customer's Cloud Identity ID if the customer has a Cloud Identity resource.

Link copied to clipboard

Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer.

Link copied to clipboard

Optional. External CRM ID for the customer. Populated only if a CRM ID exists for this customer.

Link copied to clipboard

Time when the customer was created.

Link copied to clipboard

The customer's primary domain. Must match the primary contact email's domain.

Link copied to clipboard

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.

Link copied to clipboard

Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

Link copied to clipboard

Name of the organization that the customer entity represents.

Link copied to clipboard

The organization address for the customer. To enforce US laws and embargoes, we require a region and zip code. You must provide valid addresses for every customer. To set the customer's language, use the Customer-level language code.

Link copied to clipboard
Link copied to clipboard

Time when the customer was updated.