Policy Simulator v1 API - Enum PreviewState (1.3.0)

public enum PreviewState

Reference documentation and code samples for the Policy Simulator v1 API enum PreviewState.

The current state of an [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview].

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Fields

Name Description
PreviewFailed

The [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] creation failed with an error.

PreviewPending

The [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] has not been created yet.

PreviewRunning

The [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] is currently being created.

PreviewSucceeded

The [OrgPolicyViolationsPreview][google.cloud.policysimulator.v1.OrgPolicyViolationsPreview] creation finished successfully.

Unspecified

The state is unspecified.