Class: Google::Cloud::Channel::V1::ProvisionCloudIdentityRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_identity_info::Google::Cloud::Channel::V1::CloudIdentityInfo

Returns CloudIdentity-specific customer information.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 221

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}.

Returns:

  • (::String)

    Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}



221
222
223
224
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 221

class ProvisionCloudIdentityRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user::Google::Cloud::Channel::V1::AdminUser

Returns Admin user information.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 221

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.

Returns:

  • (::Boolean)

    Validate the request and preview the review, but do not post it.



221
222
223
224
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 221

class ProvisionCloudIdentityRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end