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 within the Security Command Center v2 API, which is used to request information about a specific valued resource."],["The `GetValuedResourceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["This class has two constructors, a default one and another to create an instance from an existing `GetValuedResourceRequest` object, in addition to also including the properties `Name` and `ValuedResourceName`."],["The `Name` property of the `GetValuedResourceRequest` is a string representing the unique identifier of the valued resource, following a specific format."],["The `ValuedResourceName` property provides a typed view over the `Name` property."]]],[]]