PermissionCondition
class PermissionCondition
Defines a condition that restricts when a permission is effective. Conditions allow you to control access based on specific attributes of the request.
Types
Properties
Link copied to clipboard
The key for the condition. This identifies the attribute that the condition applies to.
Link copied to clipboard
The operator to use for the condition evaluation. This determines how the condition values are compared.
Link copied to clipboard
The values to compare against using the specified condition operator.