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 webpage provides documentation for the `DeleteMuteConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET developers."],["The latest version of the API is 3.24.0, and documentation for versions ranging from 2.2.0 to 3.24.0 is accessible through the listed links."],["The `DeleteMuteConfigRequest` class is used to construct a request to delete a mute config and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class allows users to use an object or string for the `Name` property, which is a required parameter and indicates which mute config to delete, with different possible formats for organizations, folders, and projects."],["The class also has the `MuteConfigName` property, which provides a typed view over the resource name property."]]],[]]