public sealed class GetMuteConfigRequest : IMessage<GetMuteConfigRequest>, IEquatable<GetMuteConfigRequest>, IDeepCloneable<GetMuteConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetMuteConfigRequest.
Required. Name of the mute config to retrieve. 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 `GetMuteConfigRequest` class within the Google Cloud Security Command Center v1 API, specifically for .NET developers."],["The content details the various versions of the API, from 2.2.0 up to the latest 3.24.0, alongside the `GetMuteConfigRequest` class documentation."],["The `GetMuteConfigRequest` class is used to retrieve a specific mute configuration, identified by a unique name, that can be set at the organization, folder, or project level."],["The `GetMuteConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for the handling and managing of the request within the .NET framework."],["The documentation outlines the class's constructors and properties, including the `MuteConfigName` and `Name`, for creating and managing `GetMuteConfigRequest` objects."]]],[]]