CloudIdentityCustomerAccount(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Attributes |
|
---|---|
Name | Description |
existing |
bool
Returns true if a Cloud Identity account exists for a specific domain. |
owned |
bool
Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner. |
customer_name |
str
If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id} |
customer_cloud_identity_id |
str
If existing = true, the Cloud Identity ID of the customer. |
customer_type |
google.cloud.channel_v1.types.CloudIdentityInfo.CustomerType
If existing = true, the type of the customer. |
channel_partner_cloud_identity_id |
str
If existing = true, and is 2-tier customer, the channel partner of the customer. |