public sealed class ApproveGrantRequest : IMessage<ApproveGrantRequest>, IEquatable<ApproveGrantRequest>, IDeepCloneable<ApproveGrantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class ApproveGrantRequest.
Optional. The reason for approving this grant. This is required if the
require_approver_justification field of the ManualApprovals workflow
used in this grant is true.
[[["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."],[[["The `ApproveGrantRequest` class is a part of the Privileged Access Manager v1 API, serving as the request message for the `ApproveGrant` method."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["The `ApproveGrantRequest` class contains properties like `GrantName`, `Name`, and `Reason`, where `Name` is a required field representing the grant resource to be approved."],["The `Reason` property is required when the `require_approver_justification` field is set to true in the `ManualApprovals` workflow of a grant."],["`ApproveGrantRequest` can be instantiated with a parameterless constructor or with another `ApproveGrantRequest` object."]]],[]]