public sealed class DeleteMuteConfigRequest : IMessage<DeleteMuteConfigRequest>, IEquatable<DeleteMuteConfigRequest>, IDeepCloneable<DeleteMuteConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteMuteConfigRequest.
Required. Name of the mute config to delete. Its format is
organizations/{organization}/muteConfigs/{config_id},
folders/{folder}/muteConfigs/{config_id}, or
projects/{project}/muteConfigs/{config_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `DeleteMuteConfigRequest` class within the Google Cloud Security Command Center v1 API, detailing its usage for various versions."],["The latest version of `DeleteMuteConfigRequest` is 3.24.0, and there are documented versions all the way down to version 2.2.0."],["The `DeleteMuteConfigRequest` class is used to send requests for deleting a mute config and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `MuteConfigName` and `Name`, which are used to specify the mute config to be deleted, with the name property being a required element."],["The code examples and reference documentation are provided within the namespace `Google.Cloud.SecurityCenter.V1`, in the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]