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 reference documentation for the `GetMuteConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET developers."],["The documentation covers various versions of the API, ranging from the latest version 3.24.0 down to version 2.2.0, allowing users to select their desired version."],["The `GetMuteConfigRequest` class is used to retrieve a mute configuration, supporting inheritance and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetMuteConfigRequest` class include `MuteConfigName` (a typed view) and `Name`, which is the required parameter for specifying the mute config to retrieve."],["The documentation details the constructors, properties, and inherited members of the `GetMuteConfigRequest` class, along with links to relevant external documentation like Microsoft's .NET API and Google Protobuf documentation."]]],[]]