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."],[[["The content provides reference documentation for the `GetMuteConfigRequest` class within the Google Cloud Security Center v1 API, specifically for .NET development."],["The documentation covers a range of versions for `GetMuteConfigRequest`, from 2.2.0 up to the latest version, 3.24.0."],["The `GetMuteConfigRequest` class is a request message used for retrieving a mute configuration and is located in the `Google.Cloud.SecurityCenter.V1` namespace."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties including `MuteConfigName` and `Name`."],["The `GetMuteConfigRequest` class includes constructors to create new instances, either blank or by copying an existing `GetMuteConfigRequest` object, and it inherits members from the base object class."]]],[]]