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 only in Policies for boolean constraints.

Implementation

core.bool? enforce;