inheritFromParent property
If inherit_from_parent
is true, Rules set higher up in the hierarchy (up
to the closest root) are inherited and present in the effective policy.
If it is false, then no rules are inherited, and this policy becomes the effective root for evaluation.
Implementation
core.bool? inheritFromParent;