Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestInvokeAuthorizerResponse

import type { TestInvokeAuthorizerResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface TestInvokeAuthorizerResponse {
disconnectAfterInSeconds?: number | null;
isAuthenticated?: boolean | null;
policyDocuments?: string[] | null;
principalId?: string | null;
refreshAfterInSeconds?: number | null;
}

§Properties

§
disconnectAfterInSeconds?: number | null
[src]

The number of seconds after which the connection is terminated.

§
isAuthenticated?: boolean | null
[src]

True if the token is authenticated, otherwise false.

§
policyDocuments?: string[] | null
[src]

IAM policy documents.

§
principalId?: string | null
[src]

The principal ID.

§
refreshAfterInSeconds?: number | null
[src]

The number of seconds after which the temporary credentials are refreshed.