BatchIsAuthorizedWithTokenInputItem
An authorization request that you include in a BatchIsAuthorizedWithToken
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 resource that you want an authorization decision for. For example, PhotoFlash::Photo
.
Functions
Link copied to clipboard
inline fun copy(block: BatchIsAuthorizedWithTokenInputItem.Builder.() -> Unit = {}): BatchIsAuthorizedWithTokenInputItem