Reference documentation and code samples for the Organization Policy V2 API module Google::Cloud::OrgPolicy::V2::Constraint::ConstraintDefault.
Specifies the default behavior in the absence of any policy for the
constraint. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED.
Immutable after creation.
Constants
CONSTRAINT_DEFAULT_UNSPECIFIED
value: 0
This is only used for distinguishing unset values and should never be
used. Results in an error.
ALLOW
value: 1
Indicate that all values are allowed for list constraints.
Indicate that enforcement is off for boolean constraints.
DENY
value: 2
Indicate that all values are denied for list constraints.
Indicate that enforcement is on for boolean constraints.