Google Cloud Channel V1 Client - Class CloudIdentityCustomerAccount (1.8.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
bool

setExisting

Returns true if a Cloud Identity account exists for a specific domain.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getOwned

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

Returns
TypeDescription
bool

setOwned

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

Parameter
NameDescription
var bool
Returns
TypeDescription
$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}

Returns
TypeDescription
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}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCustomerCloudIdentityId

If existing = true, the Cloud Identity ID of the customer.

Returns
TypeDescription
string

setCustomerCloudIdentityId

If existing = true, the Cloud Identity ID of the customer.

Parameter
NameDescription
var string
Returns
TypeDescription
$this