Class: Google::Cloud::CloudControlsPartner::V1beta::Customer
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1beta::Customer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb
Overview
Contains metadata around a Cloud Controls Partner Customer
Instance Attribute Summary collapse
-
#customer_onboarding_state ⇒ ::Google::Cloud::CloudControlsPartner::V1beta::CustomerOnboardingState
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#is_onboarded ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#organization_domain ⇒ ::String
readonly
Output only.
Instance Attribute Details
#customer_onboarding_state ⇒ ::Google::Cloud::CloudControlsPartner::V1beta::CustomerOnboardingState (readonly)
Returns Output only. Container for customer onboarding steps.
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42 class Customer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name for the customer.
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42 class Customer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_onboarded ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether a customer is fully onboarded.
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42 class Customer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Format:
organizations/{organization}/locations/{location}/customers/{customer}.
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42 class Customer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_domain ⇒ ::String (readonly)
Returns Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com".
42 43 44 45 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42 class Customer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |