public sealed class GetValuedResourceRequest : IMessage<GetValuedResourceRequest>, IEquatable<GetValuedResourceRequest>, IDeepCloneable<GetValuedResourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class GetValuedResourceRequest.
[[["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 covers the `GetValuedResourceRequest` class, which is part of the Security Command Center v2 API."],["`GetValuedResourceRequest` is a request message used for retrieving a specific valued resource, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `GetValuedResourceRequest` object as a parameter."],["It has two main properties: `Name`, a string representing the name of the valued resource in a specific format, and `ValuedResourceName`, a typed view of the resource name."]]],[]]