Class Customer (1.2.3)

Customer(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Entity representing a customer of a reseller or distributor. .. attribute:: name

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

:type: str

Attributes

NameDescription
org_display_name str
Required. Name of the organization that the customer entity represents.
org_postal_address google.type.postal_address_pb2.PostalAddress
Required. 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.
primary_contact_info google.cloud.channel_v1.types.ContactInfo
Primary contact info.
alternate_email str
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.
domain str
Required. The customer's primary domain. Must match the primary contact email's domain.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the customer was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the customer was updated.
cloud_identity_id str
Output only. The customer's Cloud Identity ID if the customer has a Cloud Identity resource.
language_code str
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_identity_info google.cloud.channel_v1.types.CloudIdentityInfo
Output only. Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer.
channel_partner_id str
Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer.