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

AssessmentMetadataItem

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

A metadata object that's associated with an assessment in Audit Manager.

interface AssessmentMetadataItem {
complianceType?: string | null;
creationTime?: Date | number | null;
delegations?: Delegation[] | null;
id?: string | null;
lastUpdated?: Date | number | null;
name?: string | null;
roles?: Role[] | null;
status?: AssessmentStatus | null;
}

§Properties

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

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

§
status?: AssessmentStatus | null
[src]

The current status of the assessment.