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 reference documentation for the `GetMuteConfigRequest` class within the Google Cloud Security Center v1 API."],["The `GetMuteConfigRequest` class is used for retrieving a mute config and is available in multiple versions, ranging from 2.2.0 to the latest 3.24.0, all of which have links to their respective documentations."],["The documentation details the class's inheritance, including that it inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It also outlines the constructors for `GetMuteConfigRequest` and describes the `MuteConfigName` and `Name` properties, providing details on their types and purposes."],["The namespace for the current version of the class is `Google.Cloud.SecurityCenter.V1`, and it's found in the `Google.Cloud.SecurityCenter.V1.dll` assembly."]]],[]]