public sealed class GetMuteConfigRequest : IMessage<GetMuteConfigRequest>, IEquatable<GetMuteConfigRequest>, IDeepCloneable<GetMuteConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetMuteConfigRequest.
Request message for retrieving a mute config. If no location is specified,
default is global.
[[["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 documentation details the `GetMuteConfigRequest` class, which is used to request the retrieval of a specific mute configuration within the Security Command Center v2 API."],["The `GetMuteConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, deep cloning, and buffer manipulation."],["The request requires a `Name` property, which is a string representing the resource name of the mute configuration to be retrieved, with specific formats for organizations, folders, and projects."],["There is also a `MuteConfigName` property available, which is a typed view of the `Name` property, providing a more structured way to access the name of the mute configuration resource."],["The class has two constructors, a default one, and another one that takes a `GetMuteConfigRequest` as a parameter."]]],[]]