View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityCustomerAccount (google_api_cloud_channel v0.11.1)
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Attributes
-
channelPartnerCloudIdentityId
(type:String.t
, default:nil
) - If existing = true, and is 2-tier customer, the channel partner of the customer. -
customerCloudIdentityId
(type:String.t
, default:nil
) - If existing = true, the Cloud Identity ID of the customer. -
customerName
(type:String.t
, default:nil
) - 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} -
customerType
(type:String.t
, default:nil
) - If existing = true, the type of the customer. -
existing
(type:boolean()
, default:nil
) - Returns true if a Cloud Identity account exists for a specific domain. -
owned
(type:boolean()
, default:nil
) - Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner (with active subscriptions or purchase consents).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityCustomerAccount{ channelPartnerCloudIdentityId: String.t() | nil, customerCloudIdentityId: String.t() | nil, customerName: String.t() | nil, customerType: String.t() | nil, existing: boolean() | nil, owned: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.