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 latest version of the `ApproveGrantRequest` class is 1.0.0, found in the `Google.Cloud.PrivilegedAccessManager.V1` namespace within the `Google.Cloud.PrivilegedAccessManager.V1.dll` assembly."],["This class is a request message for the `ApproveGrant` method within the Privileged Access Manager v1 API, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ApproveGrantRequest` has properties such as `GrantName` (typed view over the resource name), `Name` (the required name of the grant being approved), and `Reason` (optional justification for the approval)."],["The `ApproveGrantRequest` class has two constructors, one that instantiates a new object and another that copies an existing object."],["Version 1.0.0-beta01 of the `ApproveGrantRequest` class is also included."]]],[]]