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, 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
inline fun copy(block: BatchIsAuthorizedInputItem.Builder.() -> Unit = {}): BatchIsAuthorizedInputItem