MatchPrincipals

A condition that matches requests based on the caller's identity.

Types

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

Properties

Link copied to clipboard

A list of principal entries. The condition is met if any of the entries match the caller's identity.

Functions

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