@aws-sdk/client-verifiedpermissions

BatchIsAuthorizedWithTokenCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
results RequiredBatchIsAuthorizedWithTokenOutputItem[] | undefined

A series of Allow or Deny decisions for each request, and the policies that produced them. These results are returned in the order they were requested.

principal EntityIdentifier | undefined

The identifier of the principal in the ID or access token.

Full Signature

export interface BatchIsAuthorizedWithTokenCommandOutput extends BatchIsAuthorizedWithTokenOutput, MetadataBearer