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

GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer

import type { GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer } from "https://googleapis.deno.dev/v1/policytroubleshooter:v3.ts";

This message defines attributes for a node that handles a network request. The node can be either a service or an application that sends, forwards, or receives the request. Service peers should fill in principal and labels as appropriate.

interface GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer {
ip?: string;
port?: bigint;
}

§Properties

§
ip?: string
[src]

The IPv4 or IPv6 address of the peer.

§
port?: bigint
[src]

The network port of the peer.