Class: Google::Cloud::SecurityCenter::V1::GetResourceValueConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::GetResourceValueConfigRequest
- 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
-
#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}
.
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 |