Organization Policy v2 API - Enum Constraint.Types.ConstraintDefault (2.5.0)

public enum Constraint.Types.ConstraintDefault

Reference documentation and code samples for the Organization Policy v2 API enum Constraint.Types.ConstraintDefault.

Specifies the default behavior in the absence of any policy for the constraint. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED.

Immutable after creation.

Namespace

Google.Cloud.OrgPolicy.V2

Assembly

Google.Cloud.OrgPolicy.V2.dll

Fields

NameDescription
Allow

Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.

Deny

Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints.

Unspecified

This is only used for distinguishing unset values and should never be used.