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

Rule

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

This is deprecated and has no effect. Do not use.

interface Rule {
action?:
| "ALLOW"
| "ALLOW_WITH_LOG"
| "DENY"
| "DENY_WITH_LOG"
| "LOG"
| "NO_ACTION";
conditions?: Condition[];
description?: string;
ins?: string[];
logConfigs?: LogConfig[];
notIns?: string[];
permissions?: string[];
}

§Properties

§
action?: "ALLOW" | "ALLOW_WITH_LOG" | "DENY" | "DENY_WITH_LOG" | "LOG" | "NO_ACTION"
[src]

This is deprecated and has no effect. Do not use.

§
conditions?: Condition[]
[src]

This is deprecated and has no effect. Do not use.

§
description?: string
[src]

This is deprecated and has no effect. Do not use.

§
ins?: string[]
[src]

This is deprecated and has no effect. Do not use.

§
logConfigs?: LogConfig[]
[src]

This is deprecated and has no effect. Do not use.

§
notIns?: string[]
[src]

This is deprecated and has no effect. Do not use.

§
permissions?: string[]
[src]

This is deprecated and has no effect. Do not use.