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

GoogleCloudSecuritycenterV2IpRule

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

IP rule information.

interface GoogleCloudSecuritycenterV2IpRule {
protocol?: string;
}

§Properties

§

Optional. An optional list of ports to which this rule applies. This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number.

§
protocol?: string
[src]

The IP protocol this rule applies to. This value can either be one of the following well known protocol strings (TCP, UDP, ICMP, ESP, AH, IPIP, SCTP) or a string representation of the integer value.