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

ListAccountsForProvisionedPermissionSetRequest

import type { ListAccountsForProvisionedPermissionSetRequest } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface ListAccountsForProvisionedPermissionSetRequest {
InstanceArn: string;
MaxResults?: number | null;
NextToken?: string | null;
PermissionSetArn: string;
ProvisioningStatus?: ProvisioningStatus | null;
}

§Properties

§
InstanceArn: string
[src]

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

§
MaxResults?: number | null
[src]

The maximum number of results to display for the "PermissionSet".

§
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.

§
PermissionSetArn: string
[src]

The ARN of the "PermissionSet" from which the associated AWS accounts will be listed.

§
ProvisioningStatus?: ProvisioningStatus | null
[src]

The permission set provisioning status for an AWS account.