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

ProvisionPermissionSetRequest

import type { ProvisionPermissionSetRequest } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface ProvisionPermissionSetRequest {
InstanceArn: string;
PermissionSetArn: string;
TargetId?: string | null;
TargetType: ProvisionTargetType;
}

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

§
PermissionSetArn: string
[src]

The ARN of the permission set.

§
TargetId?: string | null
[src]

TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).

§

The entity type for which the assignment will be created.