state property

String? state
getter/setter pair

The state of the approval.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Sentinel value; do not use.
  • "PENDING" : The approval is pending response from the provider. The approval state can transition to Account.Approval.State.APPROVED or Account.Approval.State.REJECTED.
  • "APPROVED" : The approval has been granted by the provider.
  • "REJECTED" : The approval has been rejected by the provider. A provider may choose to approve a previously rejected approval, so is it possible to transition to Account.Approval.State.APPROVED.

Implementation

core.String? state;