Class: Google::Cloud::Storage::Control::V2::GetOrganizationIntelligenceConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message to get the IntelligenceConfig resource associated with your organization.

IAM Permissions

Requires storage.intelligenceConfigs.get IAM permission on the organization.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the IntelligenceConfig resource associated with your organization.

Format: organizations/{org_id}/locations/global/intelligenceConfig.

Returns:

  • (::String)

    Required. The name of the IntelligenceConfig resource associated with your organization.

    Format: organizations/{org_id}/locations/global/intelligenceConfig



944
945
946
947
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 944

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