state property
The state of the posture at the specified revision_id
.
Required. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "DEPRECATED" : The posture is deprecated and can no longer be deployed.
- "DRAFT" : The posture is a draft and is not ready to deploy.
- "ACTIVE" : The posture is complete and ready to deploy.
Implementation
core.String? state;