public sealed class GetGrantRequest : IMessage<GetGrantRequest>, IEquatable<GetGrantRequest>, IDeepCloneable<GetGrantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class GetGrantRequest.
[[["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-07-09 UTC."],[[["The latest version of the `GetGrantRequest` class is 1.0.0, with a beta version 1.0.0-beta01 also available."],["`GetGrantRequest` is a message class used for retrieving a grant within the Privileged Access Manager v1 API."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class includes properties such as `GrantName`, which offers a typed view of the resource name, and `Name`, which represents the resource's name."],["The class contains two constructors: a parameterless default, and a copy constructor, which takes in another `GetGrantRequest` object as a parameter."]]],[]]