MappingRule

A rule that maps a claim name, a claim value, and a match type to a role ARN.

Types

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

Properties

Link copied to clipboard

The claim name that must be present in the token, for example, "isAdmin" or "paid".

Link copied to clipboard

The match condition that specifies how closely the claim value in the IdP token must match Value.

Link copied to clipboard

The role ARN.

Link copied to clipboard

A brief string that the claim must match, for example, "paid" or "yes".

Functions

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