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

Delegation

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

The assignment of a control set to a delegate for review.

interface Delegation {
assessmentId?: string | null;
assessmentName?: string | null;
comment?: string | null;
controlSetId?: string | null;
createdBy?: string | null;
creationTime?: Date | number | null;
id?: string | null;
lastUpdated?: Date | number | null;
roleArn?: string | null;
roleType?: RoleType | null;
status?: DelegationStatus | null;
}

§Properties

§
assessmentId?: string | null
[src]

The identifier for the assessment that's associated with the delegation.

§
assessmentName?: string | null
[src]

The name of the assessment that's associated with the delegation.

§
comment?: string | null
[src]

The comment that's related to the delegation.

§
controlSetId?: string | null
[src]

The identifier for the control set that's associated with the delegation.

§
createdBy?: string | null
[src]

The user or role that created the delegation.

§
creationTime?: Date | number | null
[src]

Specifies when the delegation was created.

§
id?: string | null
[src]

The unique identifier for the delegation.

§
lastUpdated?: Date | number | null
[src]

Specifies when the delegation was last updated.

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

§
status?: DelegationStatus | null
[src]

The status of the delegation.