approvalState property
Approval state of the Rollout
.
Output only. Possible string values are:
- "APPROVAL_STATE_UNSPECIFIED" : The
Rollout
has an unspecified approval state. - "NEEDS_APPROVAL" : The
Rollout
requires approval. - "DOES_NOT_NEED_APPROVAL" : The
Rollout
does not require approval. - "APPROVED" : The
Rollout
has been approved. - "REJECTED" : The
Rollout
has been rejected.
Implementation
core.String? approvalState;