Google Cloud Access Approval V1 Client - Class DismissDecision (1.1.3)

Reference documentation and code samples for the Google Cloud Access Approval V1 Client class DismissDecision.

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

Generated from protobuf message google.cloud.accessapproval.v1.DismissDecision

Namespace

Google \ Cloud \ AccessApproval \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dismiss_time Google\Protobuf\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).

getDismissTime

The time at which the approval request was dismissed.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasDismissTime

clearDismissTime

setDismissTime

The time at which the approval request was dismissed.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getImplicit

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).

Returns
TypeDescription
bool

setImplicit

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).

Parameter
NameDescription
var bool
Returns
TypeDescription
$this