Module: Google::Cloud::Asset::V1::AnalyzerOrgPolicyConstraint::Constraint::ConstraintDefault
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Specifies the default behavior in the absence of any Policy
for the
Constraint
. This must not be CONSTRAINT_DEFAULT_UNSPECIFIED
.
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