AuthResult

The authorizer result.

Types

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

Properties

Link copied to clipboard

The policies and statements that allowed the specified action.

Link copied to clipboard

The final authorization decision of this scenario. Multiple statements are taken into account when determining the authorization decision. An explicit deny statement can override multiple allow statements.

Link copied to clipboard

Authorization information.

Link copied to clipboard

The policies and statements that denied the specified action.

Link copied to clipboard

Contains any missing context values found while evaluating policy.

Functions

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