Class: Google::Cloud::SecurityCenter::V1::GetResourceValueConfigRequest

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

Overview

Request message to get resource value config

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource value config to retrieve. Its format is organizations/{organization}/resourceValueConfigs/{config_id}.

Returns:

  • (::String)

    Required. Name of the resource value config to retrieve. Its format is organizations/{organization}/resourceValueConfigs/{config_id}.



178
179
180
181
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 178

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