GoogleCloudSecuritycenterV2IpRule
import type { GoogleCloudSecuritycenterV2IpRule } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
IP rule information.
interface GoogleCloudSecuritycenterV2IpRule {
portRanges?: GoogleCloudSecuritycenterV2PortRange[];
protocol?: string;
}§Properties
§
portRanges?: GoogleCloudSecuritycenterV2PortRange[]
[src]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.