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;
}