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.
Implements
IMessageGrantTypesTimelineTypesEventTypesRevoked, IEquatableGrantTypesTimelineTypesEventTypesRevoked, IDeepCloneableGrantTypesTimelineTypesEventTypesRevoked, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
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 |