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-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface DeleteAccountAssignmentRequest {
InstanceArn: string;
PermissionSetArn: string;
PrincipalId: string;
PrincipalType: PrincipalType;
TargetId: string;
TargetType: TargetType;
}

§Properties

§
InstanceArn: string
[src]
§
PermissionSetArn: string
[src]
§
PrincipalId: string
[src]
§
PrincipalType: PrincipalType
[src]
§
TargetId: string
[src]
§
TargetType: TargetType
[src]