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, PhotoFlash::ReadPhoto.

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 that you want an authorization decision for. For example, PhotoFlash::Photo.

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