Class: Google::Cloud::SecurityCenter::V2::GetResourceValueConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GetResourceValueConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message to get resource value config
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource value config to retrieve. Its format is organizations/{organization}/resourceValueConfigs/{config_id}.
373 374 375 376 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 373 class GetResourceValueConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |