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

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String