- Navigation Guide
@aws-sdk/client-verifiedpermissions
BatchIsAuthorizedWithTokenCommandOutput Interface
The output of BatchIsAuthorizedWithTokenCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
results Required | BatchIsAuthorizedWithTokenOutputItem[] | undefined | A series of |
principal | EntityIdentifier | undefined | The identifier of the principal in the ID or access token. |
Full Signature
export interface BatchIsAuthorizedWithTokenCommandOutput extends BatchIsAuthorizedWithTokenOutput, MetadataBearer