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

ListCustomerManagedPolicyReferencesInPermissionSetResponse

import type { ListCustomerManagedPolicyReferencesInPermissionSetResponse } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[] | null;
NextToken?: string | null;
}

§Properties

§
CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[] | null
[src]

Specifies the names and paths of the customer managed policies that you have attached to your permission set.

§
NextToken?: string | null
[src]

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.