GoogleCloudSecuritycenterV2PortRange
import type { GoogleCloudSecuritycenterV2PortRange } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.
interface GoogleCloudSecuritycenterV2PortRange {
max?: bigint;
min?: bigint;
}