Class: Google::Cloud::Channel::V1::ProvisionCloudIdentityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ProvisionCloudIdentityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ProvisionCloudIdentity
Instance Attribute Summary collapse
-
#cloud_identity_info ⇒ ::Google::Cloud::Channel::V1::CloudIdentityInfo
CloudIdentity-specific customer information.
-
#customer ⇒ ::String
Required.
-
#user ⇒ ::Google::Cloud::Channel::V1::AdminUser
Admin user information.
-
#validate_only ⇒ ::Boolean
Validate the request and preview the review, but do not post it.
Instance Attribute Details
#cloud_identity_info ⇒ ::Google::Cloud::Channel::V1::CloudIdentityInfo
Returns CloudIdentity-specific customer information.
237 238 239 240 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 237 class ProvisionCloudIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer ⇒ ::String
Returns Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}.
237 238 239 240 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 237 class ProvisionCloudIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::Google::Cloud::Channel::V1::AdminUser
Returns Admin user information.
237 238 239 240 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 237 class ProvisionCloudIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Validate the request and preview the review, but do not post it.
237 238 239 240 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 237 class ProvisionCloudIdentityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |