suspended property

bool? suspended
getter/setter pair

When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.

Optional.

Implementation

core.bool? suspended;