BatchIsAuthorizedInputItem

An authorization request that you include in a BatchIsAuthorized API request.

Types

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

Properties

Link copied to clipboard

Specifies the requested action to be authorized. For example, is the principal authorized to perform this action on the resource?

Link copied to clipboard

Specifies additional context that can be used to make more granular authorization decisions.

Link copied to clipboard

Specifies the principal for which the authorization decision is to be made.

Link copied to clipboard

Specifies the resource for which the authorization decision is to be made.

Functions

Link copied to clipboard
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