status property

String? status
getter/setter pair

The status of the approval at the time this resource was requested.

Output only. Possible string values are:

  • "STATUS_UNSPECIFIED" : Approval status has not been set or was set to an invalid value.
  • "IN_PROGRESS" : The approval process has started and not finished.
  • "APPROVED" : The approval process is finished and the target was approved.
  • "CANCELLED" : The approval process was cancelled before it finished.
  • "DECLINED" : The approval process is finished and the target was declined.

Implementation

core.String? status;