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

ListPermissionsResponse

import type { ListPermissionsResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface ListPermissionsResponse {
NextToken?: string | null;
Permissions?: Permission[] | null;
}

§Properties

§
NextToken?: string | null
[src]

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

§
Permissions?: Permission[] | null
[src]

Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.