Privileged Access Manager v1 API - Class DenyGrantRequest (1.0.0-beta01)

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.

Request message for DenyGrant method.

Inheritance

object > DenyGrantRequest

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

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; }

GrantName-typed view over the Name resource name property.

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