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

AssessmentMetadata

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

The metadata that's associated with the specified assessment.

interface AssessmentMetadata {
assessmentReportsDestination?: AssessmentReportsDestination | null;
complianceType?: string | null;
creationTime?: Date | number | null;
delegations?: Delegation[] | null;
description?: string | null;
id?: string | null;
lastUpdated?: Date | number | null;
name?: string | null;
roles?: Role[] | null;
scope?: Scope | null;
status?: AssessmentStatus | null;
}

§Properties

§
assessmentReportsDestination?: AssessmentReportsDestination | null
[src]

The destination that evidence reports are stored in for the assessment.

§
complianceType?: string | null
[src]

The name of the compliance standard that's related to the assessment, such as PCI-DSS.

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

Specifies when the assessment was created.

§
delegations?: Delegation[] | null
[src]

The delegations that are associated with the assessment.

§
description?: string | null
[src]

The description of the assessment.

§
id?: string | null
[src]

The unique identifier for the assessment.

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

The time of the most recent update.

§
name?: string | null
[src]

The name of the assessment.

§
roles?: Role[] | null
[src]

The roles that are associated with the assessment.

§
scope?: Scope | null
[src]

The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.

§
status?: AssessmentStatus | null
[src]

The overall status of the assessment.