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

public sealed class RevokeGrantRequest : IMessage<RevokeGrantRequest>, IEquatable<RevokeGrantRequest>, IDeepCloneable<RevokeGrantRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Privileged Access Manager v1 API class RevokeGrantRequest.

Request message for RevokeGrant method.

Inheritance

object > RevokeGrantRequest

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

RevokeGrantRequest()

public RevokeGrantRequest()

RevokeGrantRequest(RevokeGrantRequest)

public RevokeGrantRequest(RevokeGrantRequest other)
Parameter
Name Description
other RevokeGrantRequest

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

Property Value
Type Description
string

Reason

public string Reason { get; set; }

Optional. The reason for revoking this grant.

Property Value
Type Description
string