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

ListProfilePermissionsResponse

import type { ListProfilePermissionsResponse } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListProfilePermissionsResponse {
nextToken?: string | null;
permissions?: Permission[] | null;
policySizeBytes?: number | null;
revisionId?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

String for specifying the next set of paginated results.

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

List of permissions associated with the Signing Profile.

§
policySizeBytes?: number | null
[src]

Total size of the policy associated with the Signing Profile in bytes.

§
revisionId?: string | null
[src]

The identifier for the current revision of profile permissions.