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

FirewallPolicyRuleSecureTag

import type { FirewallPolicyRuleSecureTag } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FirewallPolicyRuleSecureTag {
name?: string;
state?: "EFFECTIVE" | "INEFFECTIVE";
}

§Properties

§
name?: string
[src]

Name of the secure tag, created with TagManager's TagValue API.

§
state?: "EFFECTIVE" | "INEFFECTIVE"
[src]

[Output Only] State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.