enforce property

bool? enforce
getter/setter pair

If true, then the policy is enforced.

If false, then any configuration is acceptable. This field can be set in policies for boolean constraints, custom constraints and managed constraints.

Implementation

core.bool? enforce;