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

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.

Request message for ApproveGrant method.

Inheritance

object > ApproveGrantRequest

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

ApproveGrantRequest()

public ApproveGrantRequest()

ApproveGrantRequest(ApproveGrantRequest)

public ApproveGrantRequest(ApproveGrantRequest other)
Parameter
Name Description
other ApproveGrantRequest

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 approved.

Property Value
Type Description
string

Reason

public string Reason { get; set; }

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.

Property Value
Type Description
string