Class: Google::Cloud::Channel::V1::CloudIdentityCustomerAccount
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CloudIdentityCustomerAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Instance Attribute Summary collapse
-
#channel_partner_cloud_identity_id ⇒ ::String
If existing = true, and is 2-tier customer, the channel partner of the customer.
-
#customer_cloud_identity_id ⇒ ::String
If existing = true, the Cloud Identity ID of the customer.
-
#customer_name ⇒ ::String
If owned = true, the name of the customer that owns the Cloud Identity account.
-
#customer_type ⇒ ::Google::Cloud::Channel::V1::CloudIdentityInfo::CustomerType
If existing = true, the type of the customer.
-
#existing ⇒ ::Boolean
Returns true if a Cloud Identity account exists for a specific domain.
-
#owned ⇒ ::Boolean
Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
Instance Attribute Details
#channel_partner_cloud_identity_id ⇒ ::String
Returns If existing = true, and is 2-tier customer, the channel partner of the customer.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_cloud_identity_id ⇒ ::String
Returns If existing = true, the Cloud Identity ID of the customer.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_name ⇒ ::String
Returns 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}.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_type ⇒ ::Google::Cloud::Channel::V1::CloudIdentityInfo::CustomerType
Returns If existing = true, the type of the customer.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#existing ⇒ ::Boolean
Returns true if a Cloud Identity account exists for a specific domain.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#owned ⇒ ::Boolean
Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
69 70 71 72 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 69 class CloudIdentityCustomerAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |