Module: Google::Cloud::PolicySimulator::V1::PreviewState

Defined in:
proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb

Overview

The current state of an OrgPolicyViolationsPreview.

Constant Summary collapse

PREVIEW_STATE_UNSPECIFIED =

The state is unspecified.

0
PREVIEW_PENDING =

The OrgPolicyViolationsPreview has not been created yet.

1
PREVIEW_RUNNING =

The OrgPolicyViolationsPreview is currently being created.

2
PREVIEW_SUCCEEDED =

The OrgPolicyViolationsPreview creation finished successfully.

3
PREVIEW_FAILED =

The OrgPolicyViolationsPreview creation failed with an error.

4