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

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.

Inheritance

object > Grant.Types.Timeline.Types.Event.Types.Denied

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

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