ShieldedInstanceIdentity
import type { ShieldedInstanceIdentity } from "https://googleapis.deno.dev/v1/compute:v1.ts";A Shielded Instance Identity.
interface ShieldedInstanceIdentity {
eccP256EncryptionKey?: ShieldedInstanceIdentityEntry;
eccP256SigningKey?: ShieldedInstanceIdentityEntry;
encryptionKey?: ShieldedInstanceIdentityEntry;
kind?: string;
signingKey?: ShieldedInstanceIdentityEntry;
}§Properties
§
eccP256EncryptionKey?: ShieldedInstanceIdentityEntry
[src]An Endorsement Key (EK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
§
eccP256SigningKey?: ShieldedInstanceIdentityEntry
[src]An Attestation Key (AK) made by the ECC P256 algorithm issued to the Shielded Instance's vTPM.
§
encryptionKey?: ShieldedInstanceIdentityEntry
[src]An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
§
kind?: string
[src][Output Only] Type of the resource. Alwayscompute#shieldedInstanceIdentity for shielded Instance identity entry.
§
signingKey?: ShieldedInstanceIdentityEntry
[src]An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.