public sealed class Grant.Types.Timeline.Types.Event.Types.Denied : IMessage<Grant.Types.Timeline.Types.Event.Types.Denied>, IEquatable<Grant.Types.Timeline.Types.Event.Types.Denied>, IDeepCloneable<Grant.Types.Timeline.Types.Event.Types.Denied>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.Types.Event.Types.Denied.
An event representing that the grant was denied.
Implements
IMessageGrantTypesTimelineTypesEventTypesDenied, IEquatableGrantTypesTimelineTypesEventTypesDenied, IDeepCloneableGrantTypesTimelineTypesEventTypesDenied, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
Denied()
public Denied()
Denied(Denied)
public Denied(Grant.Types.Timeline.Types.Event.Types.Denied other)
Parameter | |
---|---|
Name | Description |
other |
GrantTypesTimelineTypesEventTypesDenied |
Properties
Actor
public string Actor { get; set; }
Output only. Username of the user who denied the grant.
Property Value | |
---|---|
Type | Description |
string |
Reason
public string Reason { get; set; }
Output only. The reason provided by the approver for denying the grant.
Property Value | |
---|---|
Type | Description |
string |