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

DeleteAccountAssignmentRequest

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

§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 that will be used to remove access.

§
PrincipalId: string
[src]

An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.

§
PrincipalType: PrincipalType
[src]

The entity type for which the assignment will be deleted.

§
TargetId: string
[src]

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

§
TargetType: TargetType
[src]

The entity type for which the assignment will be deleted.