GoogleCloudSecuritycenterV2IpRules
import type { GoogleCloudSecuritycenterV2IpRules } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
IP rules associated with the finding.
interface GoogleCloudSecuritycenterV2IpRules {
allowed?: GoogleCloudSecuritycenterV2Allowed;
denied?: GoogleCloudSecuritycenterV2Denied;
destinationIpRanges?: string[];
direction?: "DIRECTION_UNSPECIFIED" | "INGRESS" | "EGRESS";
exposedServices?: string[];
sourceIpRanges?: string[];
}§Properties
§
allowed?: GoogleCloudSecuritycenterV2Allowed
[src]Tuple with allowed rules.
§
Tuple with denied rules.
§
destinationIpRanges?: string[]
[src]If destination IP ranges are specified, the firewall rule applies only to traffic that has a destination IP address in these ranges. These ranges must be expressed in CIDR format. Only supports IPv4.
§
direction?: "DIRECTION_UNSPECIFIED" | "INGRESS" | "EGRESS"
[src]The direction that the rule is applicable to, one of ingress or egress.
§
exposedServices?: string[]
[src]Name of the network protocol service, such as FTP, that is exposed by the open port. Follows the naming convention available at: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml.