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

RouterMd5AuthenticationKey

import type { RouterMd5AuthenticationKey } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RouterMd5AuthenticationKey {
key?: string;
name?: string;
}

§Properties

§
key?: string
[src]

[Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.

§
name?: string
[src]

Name used to identify the key. Must be unique within a router. Must be referenced by exactly one bgpPeer. Must comply with RFC1035.