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 document provides reference information for the `GetMuteConfigRequest` class within the Google Cloud Security Center v1 API, which is used for retrieving a mute config."],["The `GetMuteConfigRequest` class can be found in the `Google.Cloud.SecurityCenter.V1` namespace and is part of the `Google.Cloud.SecurityCenter.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide various functionalities."],["The document lists several versions of the Google Cloud Security Center API, with version 3.24.0 being the latest and version 2.2.0 being the oldest, all having the same class information to be used for getting a Mute Config request."],["The `GetMuteConfigRequest` class includes properties such as `MuteConfigName` and `Name`, where `Name` is required and represents the mute config to retrieve, following a specific format that indicates the organization, folder, or project."]]],[]]