public sealed class GetResourceValueConfigRequest : IMessage<GetResourceValueConfigRequest>, IEquatable<GetResourceValueConfigRequest>, IDeepCloneable<GetResourceValueConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetResourceValueConfigRequest.
[[["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 documentation for the `GetResourceValueConfigRequest` class within the Security Command Center v2 API."],["`GetResourceValueConfigRequest` is a request message used to retrieve a resource value configuration."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetResourceValueConfigRequest` class has two constructors, a default one and one that takes another `GetResourceValueConfigRequest` as a parameter, which allows you to clone it."],["It has two properties, `Name`, which is a string representing the resource value config name, and `ResourceValueConfigName`, which provides a typed view over the `Name` property."]]],[]]