Reference documentation and code samples for the Google Cloud Channel V1 Client class CloudIdentityCustomerAccount.
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Generated from protobuf message google.cloud.channel.v1.CloudIdentityCustomerAccount
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
string
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
string
If existing = true, the Cloud Identity ID of the customer.
getExisting
Returns true if a Cloud Identity account exists for a specific domain.
bool
setExisting
Returns true if a Cloud Identity account exists for a specific domain.
var
bool
$this
getOwned
Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
bool
setOwned
Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
var
bool
$this
getCustomerName
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}
string
setCustomerName
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}
var
string
$this
getCustomerCloudIdentityId
If existing = true, the Cloud Identity ID of the customer.
string
setCustomerCloudIdentityId
If existing = true, the Cloud Identity ID of the customer.
var
string
$this