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

CreateDelegationRequest

import type { CreateDelegationRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";

A collection of attributes that's used to create a delegation for an assessment in Audit Manager.

interface CreateDelegationRequest {
comment?: string | null;
controlSetId?: string | null;
roleArn?: string | null;
roleType?: RoleType | null;
}

§Properties

§
comment?: string | null
[src]

A comment that's related to the delegation request.

§
controlSetId?: string | null
[src]

The unique identifier for the control set.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role.

§
roleType?: RoleType | null
[src]

The type of customer persona.

Note: In CreateAssessment, roleType can only be PROCESS_OWNER. In UpdateSettings, roleType can only be PROCESS_OWNER. In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.