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

InterconnectMacsecConfigPreSharedKey

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

Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.

interface InterconnectMacsecConfigPreSharedKey {
cak?: string;
ckn?: string;
name?: string;
startTime?: string;
}

§Properties

§
cak?: string
[src]

An auto-generated Connectivity Association Key (CAK) for this key.

§
ckn?: string
[src]

An auto-generated Connectivity Association Key Name (CKN) for this key.

§
name?: string
[src]

User provided name for this pre-shared key.

§
startTime?: string
[src]

User provided timestamp on or after which this key is valid.