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

DelegationMetadata

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

The metadata that's associated with the delegation.

interface DelegationMetadata {
assessmentId?: string | null;
assessmentName?: string | null;
controlSetName?: string | null;
creationTime?: Date | number | null;
id?: string | null;
roleArn?: string | null;
status?: DelegationStatus | null;
}

§Properties

§
assessmentId?: string | null
[src]

The unique identifier for the assessment.

§
assessmentName?: string | null
[src]

The name of the associated assessment.

§
controlSetName?: string | null
[src]

Specifies the name of the control set that was delegated for review.

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

Specifies when the delegation was created.

§
id?: string | null
[src]

The unique identifier for the delegation.

§
roleArn?: string | null
[src]

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

§
status?: DelegationStatus | null
[src]

The current status of the delegation.