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

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
Name Description
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
Type Description
Google\Protobuf\Timestamp|null

hasDismissTime

clearDismissTime

setDismissTime

The time at which the approval request was dismissed.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$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
Type Description
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
Name Description
var bool
Returns
Type Description
$this