Privileged Access Manager v1 API - Class Grant.Types.Timeline.Types.Event.Types.Revoked (1.0.0-beta01)

public sealed class Grant.Types.Timeline.Types.Event.Types.Revoked : IMessage<Grant.Types.Timeline.Types.Event.Types.Revoked>, IEquatable<Grant.Types.Timeline.Types.Event.Types.Revoked>, IDeepCloneable<Grant.Types.Timeline.Types.Event.Types.Revoked>, IBufferMessage, IMessage

Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.Types.Event.Types.Revoked.

An event representing that the grant was revoked.

Inheritance

object > Grant.Types.Timeline.Types.Event.Types.Revoked

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

Revoked()

public Revoked()

Revoked(Revoked)

public Revoked(Grant.Types.Timeline.Types.Event.Types.Revoked other)
Parameter
Name Description
other GrantTypesTimelineTypesEventTypesRevoked

Properties

Actor

public string Actor { get; set; }

Output only. Username of the user who revoked the grant.

Property Value
Type Description
string

Reason

public string Reason { get; set; }

Output only. The reason provided by the user for revoking the grant.

Property Value
Type Description
string