Class DismissDecision (1.3.0)

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

A decision that has been made to dismiss an approval request.

Inheritance

Object > DismissDecision

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Constructors

DismissDecision()

public DismissDecision()

DismissDecision(DismissDecision)

public DismissDecision(DismissDecision other)
Parameter
NameDescription
otherDismissDecision

Properties

DismissTime

public Timestamp DismissTime { get; set; }

The time at which the approval request was dismissed.

Property Value
TypeDescription
Timestamp

Implicit

public bool Implicit { get; set; }

This field will be true if the ApprovalRequest was implcitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).

Property Value
TypeDescription
Boolean