Authorization rules

Define authorization rules to specify additional conditions that must be met before granting access to a resource.

You can use rules to make authorization decisions based on the context and the environment that surround a request. We can also use rules to make authorization decisions based on who is attempting the access and what type of action is being attempted. These conditions are evaluated as a Boolean expression to determine whether the request must be allowed or denied.

Parent topic: Define and apply security policy