ApprovalType enum
Fields
| Undefined = 0 | Indicates the approval type does not set. |
| PreDeploy = 1 | Indicates the approvals which executed before deployment. |
| PostDeploy = 2 | Indicates the approvals which executed after deployment. |
| All = 3 | Indicates all approvals. |