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

V2IosKeyRestrictions

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

The iOS apps that are allowed to use the key.

interface V2IosKeyRestrictions {
allowedBundleIds?: string[];
}

§Properties

§
allowedBundleIds?: string[]
[src]

A list of bundle IDs that are allowed when making API calls with this key.