The allow rule is a special rule that determines whether an action is permitted. It follows a format akin to allow(actor, action, resource) if condition;. If no custom allow rule is defined, a default can be customized as needed.
allow(actor, action, resource) if condition;