public sealed class DenyGrantRequest : IMessage<DenyGrantRequest>, IEquatable<DenyGrantRequest>, IDeepCloneable<DenyGrantRequest>, IBufferMessage, IMessageReference documentation and code samples for the Privileged Access Manager v1 API class DenyGrantRequest.
Request message for DenyGrant method.
Implements
IMessageDenyGrantRequest, IEquatableDenyGrantRequest, IDeepCloneableDenyGrantRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
DenyGrantRequest()
public DenyGrantRequest()DenyGrantRequest(DenyGrantRequest)
public DenyGrantRequest(DenyGrantRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DenyGrantRequest |
Properties
GrantName
public GrantName GrantName { get; set; }| Property Value | |
|---|---|
| Type | Description |
GrantName |
|
Name
public string Name { get; set; }Required. Name of the grant resource which is being denied.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Reason
public string Reason { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|