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

Allowed

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

Allowed IP rule.

interface Allowed {
ipRules?: IpRule[];
}

§Properties

§
ipRules?: IpRule[]
[src]

Optional. Optional list of allowed IP rules.