ImpersonationRule

The rules for the given impersonation role.

Types

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

Properties

Link copied to clipboard

The rule description.

Link copied to clipboard

The effect of the rule when it matches the input. Allowed effect values are ALLOW or DENY.

Link copied to clipboard

The identifier of the rule.

Link copied to clipboard
val name: String?

The rule name.

Link copied to clipboard

A list of user IDs that don't match the rule.

Link copied to clipboard

A list of user IDs that match the rule.

Functions

Link copied to clipboard
inline fun copy(block: ImpersonationRule.Builder.() -> Unit = {}): ImpersonationRule
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