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 page provides documentation for the `GetMuteConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET."],["The latest version documented is 3.24.0, while a range of prior versions from 3.23.0 down to 2.2.0 are available, in addition to the version 3.10.0 which is being currently viewed."],["The `GetMuteConfigRequest` class is used to retrieve a specific mute configuration, and it inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MuteConfigName` (a typed view) and `Name` (a string), where `Name` is a required field specifying the mute config's resource name in a structured format."],["The assembly that the `GetMuteConfigRequest` class is contained in is the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]