Module: Google::Cloud::OrgPolicy::V2::Constraint::ConstraintDefault
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/constraint.rb
Overview
Specifies the default behavior in the absence of any policy for the
constraint. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED
.
Immutable after creation.
Constant Summary collapse
- CONSTRAINT_DEFAULT_UNSPECIFIED =
This is only used for distinguishing unset values and should never be used.
0
- ALLOW =
Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.
1
- DENY =
Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints.
2