AuthInfo

class AuthInfo

A collection of authorization information.

Types

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

Properties

Link copied to clipboard

The type of action for which the principal is being authorized.

Link copied to clipboard

The resources for which the principal is being authorized to perform the specified action.

Functions

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