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

ValidateAssessmentReportIntegrityResponse

import type { ValidateAssessmentReportIntegrityResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface ValidateAssessmentReportIntegrityResponse {
signatureAlgorithm?: string | null;
signatureDateTime?: string | null;
signatureKeyId?: string | null;
signatureValid?: boolean | null;
validationErrors?: string[] | null;
}

§Properties

§
signatureAlgorithm?: string | null
[src]

The signature algorithm that's used to code sign the assessment report file.

§
signatureDateTime?: string | null
[src]

The date and time signature that specifies when the assessment report was created.

§
signatureKeyId?: string | null
[src]

The unique identifier for the validation signature key.

§
signatureValid?: boolean | null
[src]

Specifies whether the signature key is valid.

§
validationErrors?: string[] | null
[src]

Represents any errors that occurred when validating the assessment report.