Class DismissDecision (1.6.0)

DismissDecision(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
dismiss_time google.protobuf.timestamp_pb2.Timestamp
The time at which the approval request was dismissed.
implicit bool
This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).

Inheritance

builtins.object > proto.message.Message > DismissDecision