state property

String? state
getter/setter pair

The state of the OrgPolicyViolationsPreview.

Output only. Possible string values are:

  • "PREVIEW_STATE_UNSPECIFIED" : The state is unspecified.
  • "PREVIEW_PENDING" : The OrgPolicyViolationsPreview has not been created yet.
  • "PREVIEW_RUNNING" : The OrgPolicyViolationsPreview is currently being created.
  • "PREVIEW_SUCCEEDED" : The OrgPolicyViolationsPreview creation finished successfully.
  • "PREVIEW_FAILED" : The OrgPolicyViolationsPreview creation failed with an error.

Implementation

core.String? state;