Class Customer (0.2.1)

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

Entity representing a customer of a reseller or distributor.

Attributes

NameDescription
name str
Output only. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
org_display_name str
Required. Name of the organization that the customer entity represents.
org_postal_address google.type.postal_address_pb2.PostalAddress
Required. Address of the organization of the customer entity. Region and zip codes are required to enforce US laws and embargoes. Valid address lines are required for all customers. Language code is discarded. Use the Customer- level language code to set the customer's language.
primary_contact_info google.cloud.channel_v1.types.ContactInfo
Primary contact info.
alternate_email str
Secondary contact email. Alternate email and primary contact email are required to have different domains if primary contact email is present. When creating admin.google.com accounts, users get notified credentials at this email. This email address is also used as a recovery email.
domain str
Required. Primary domain used by the customer. Domain of primary contact email is required to be same as the provided domain.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the customer is created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the customer is updated.
cloud_identity_id str
Output only. Customer's cloud_identity_id. Populated only if a Cloud Identity resource exists for this customer.
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.