public sealed class DenyGrantRequest : IMessage<DenyGrantRequest>, IEquatable<DenyGrantRequest>, IDeepCloneable<DenyGrantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class DenyGrantRequest.
Optional. The reason for denying this grant. This is required if
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-04-01 UTC."],[[["The `DenyGrantRequest` class is used as a request message for the `DenyGrant` method within the Privileged Access Manager v1 API, and it represents a request to deny a grant."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `object` class, with its documentation showing methods it Inherits."],["The `DenyGrantRequest` class has properties like `GrantName`, `Name`, and `Reason`, where `Name` is a required field and `Reason` is an optional justification for denying the grant."],["The available versions of the `DenyGrantRequest` are `1.0.0` (latest) and `1.0.0-beta01`, and it is located within the `Google.Cloud.PrivilegedAccessManager.V1` namespace."]]],[]]