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

GoogleCloudKmsV1KeyOperationAttestation

import type { GoogleCloudKmsV1KeyOperationAttestation } from "https://googleapis.deno.dev/v1/kmsinventory:v1.ts";

Contains an HSM-generated attestation about a key operation. For more information, see [Verifying attestations] (https://cloud.google.com/kms/docs/attest-key).

interface GoogleCloudKmsV1KeyOperationAttestation {
readonly content?: Uint8Array;
readonly format?: "ATTESTATION_FORMAT_UNSPECIFIED" | "CAVIUM_V1_COMPRESSED" | "CAVIUM_V2_COMPRESSED";
}

§Properties

§

Output only. The certificate chains needed to validate the attestation

§
readonly content?: Uint8Array
[src]

Output only. The attestation data provided by the HSM when the key operation was performed.

§
readonly format?: "ATTESTATION_FORMAT_UNSPECIFIED" | "CAVIUM_V1_COMPRESSED" | "CAVIUM_V2_COMPRESSED"
[src]

Output only. The format of the attestation data.