Class: Google::Cloud::SecurityCenter::V2::GetMuteConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GetMuteConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for retrieving a mute config. If no location is specified, default is global.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the mute config to retrieve. The following list shows some examples of the format:
organizations/{organization}/muteConfigs/{config_id}
+organizations/{organization}/locations/{location}/muteConfigs/{config_id}
folders/{folder}/muteConfigs/{config_id}
folders/{folder}/locations/{location}/muteConfigs/{config_id}
projects/{project}/muteConfigs/{config_id}
projects/{project}/locations/{location}/muteConfigs/{config_id}
.
346 347 348 349 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 346 class GetMuteConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |