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

V2ServerKeyRestrictions

import type { V2ServerKeyRestrictions } from "https://googleapis.deno.dev/v1/apikeys:v2.ts";

The IP addresses of callers that are allowed to use the key.

interface V2ServerKeyRestrictions {
allowedIps?: string[];
}

§Properties

§
allowedIps?: string[]
[src]

A list of the caller IP addresses that are allowed to make API calls with this key.