customConstraints property
List<GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay> ?
customConstraints
getter/setter pair
The OrgPolicy CustomConstraint changes to preview violations for.
Any existing CustomConstraints with the same name will be overridden in
the simulation. That is, violations will be determined as if all custom
constraints in the overlay were instantiated. Only a single
custom_constraint is supported in the overlay at a time. For evaluating
multiple constraints, multiple GenerateOrgPolicyViolationsPreview
requests are made, where each request evaluates a single constraint.
Optional.
Implementation
core.List<
GoogleCloudPolicysimulatorV1OrgPolicyOverlayCustomConstraintOverlay>?
customConstraints;