BatchIsAuthorizedInputItem
An authorization request that you include in a BatchIsAuthorized
API request.
Types
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
inline fun copy(block: BatchIsAuthorizedInputItem.Builder.() -> Unit = {}): BatchIsAuthorizedInputItem