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

GoogleCloudKmsV1KeyOperationAttestationCertificateChains

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

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

interface GoogleCloudKmsV1KeyOperationAttestationCertificateChains {
caviumCerts?: string[];
googleCardCerts?: string[];
googlePartitionCerts?: string[];
}

§Properties

§
caviumCerts?: string[]
[src]

Cavium certificate chain corresponding to the attestation.

§
googleCardCerts?: string[]
[src]

Google card certificate chain corresponding to the attestation.

§
googlePartitionCerts?: string[]
[src]

Google partition certificate chain corresponding to the attestation.