Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::CloudIdentityCustomerAccount.
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#customer_cloud_identity_id
def customer_cloud_identity_id() -> ::String
Returns
- (::String) — If existing = true, the Cloud Identity ID of the customer.
#customer_cloud_identity_id=
def customer_cloud_identity_id=(value) -> ::String
Parameter
- value (::String) — If existing = true, the Cloud Identity ID of the customer.
Returns
- (::String) — If existing = true, the Cloud Identity ID of the customer.
#customer_name
def customer_name() -> ::String
Returns
- (::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_name=
def customer_name=(value) -> ::String
Parameter
- value (::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}
Returns
- (::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}
#existing
def existing() -> ::Boolean
Returns
- (::Boolean) — Returns true if a Cloud Identity account exists for a specific domain.
#existing=
def existing=(value) -> ::Boolean
Parameter
- value (::Boolean) — Returns true if a Cloud Identity account exists for a specific domain.
Returns
- (::Boolean) — Returns true if a Cloud Identity account exists for a specific domain.
#owned
def owned() -> ::Boolean
Returns
- (::Boolean) — Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
#owned=
def owned=(value) -> ::Boolean
Parameter
- value (::Boolean) — Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
Returns
- (::Boolean) — Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.