CloudIdentityCustomerAccount(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Entity representing a Cloud Identity account which may or may not be associated with a Channel Services API partner.
Attributes
Name | Description |
existing |
bool
True if a Cloud Identity account exists for a specific domain. |
owned |
bool
True if the Cloud Identity account is associated with a customer belonging to the Channel Services partner making the API call. |
customer_name |
str
Name of the customer that owns the Cloud Identity account. This field is populated ONLY if owned = true. The customer_name takes the format: accounts/{account_id}/customers/{customer_id} |
customer_cloud_identity_id |
str
Cloud Identity ID of the customer. This field is populated ONLY if existing = true. |