Class: Google::Cloud::SecurityCenter::V2::DeleteMuteConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::DeleteMuteConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for deleting 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 delete. 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}
.
258 259 260 261 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 258 class DeleteMuteConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |