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

ExternalExposure

import type { ExternalExposure } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Details about the externally exposed resource associated with the finding.

interface ExternalExposure {
backendService?: string;
exposedEndpoint?: string;
exposedService?: string;
forwardingRule?: string;
instanceGroup?: string;
loadBalancerFirewallPolicy?: string;
networkEndpointGroup?: string;
privateIpAddress?: string;
privatePort?: string;
publicIpAddress?: string;
publicPort?: string;
serviceFirewallPolicy?: string;
}

§Properties

§
backendService?: string
[src]

The full resource name of load balancer backend service, for example, "//compute.googleapis.com/projects/{project-id}/global/backendServices/{name}".

§
exposedEndpoint?: string
[src]

The resource which is running the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/zones/{zone}/instances/{instance}.”

§
exposedService?: string
[src]

The name and version of the service, for example, "Jupyter Notebook 6.14.0".

§
forwardingRule?: string
[src]

The full resource name of the forwarding rule, for example, "//compute.googleapis.com/projects/{project-id}/global/forwardingRules/{forwarding-rule-name}".

§
instanceGroup?: string
[src]

The full resource name of the instance group, for example, "//compute.googleapis.com/projects/{project-id}/global/instanceGroups/{name}".

§
loadBalancerFirewallPolicy?: string
[src]

The full resource name of the load balancer firewall policy, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}".

§
networkEndpointGroup?: string
[src]

The full resource name of the network endpoint group, for example, "//compute.googleapis.com/projects/{project-id}/global/networkEndpointGroups/{name}".

§
privateIpAddress?: string
[src]

Private IP address of the exposed endpoint.

§
privatePort?: string
[src]

Port number associated with private IP address.

§
publicIpAddress?: string
[src]

Public IP address of the exposed endpoint.

§
publicPort?: string
[src]

Public port number of the exposed endpoint.

§
serviceFirewallPolicy?: string
[src]

The full resource name of the firewall policy of the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}".