GetZeroTrustGatewayProxyEndpointResult

data class GetZeroTrustGatewayProxyEndpointResult(val accountId: String, val createdAt: String, val id: String, val ips: List<String>, val name: String, val proxyEndpointId: String, val subdomain: String, val updatedAt: String)

A collection of values returned by getZeroTrustGatewayProxyEndpoint.

Constructors

Link copied to clipboard
constructor(accountId: String, createdAt: String, id: String, ips: List<String>, name: String, proxyEndpointId: String, subdomain: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

A list of CIDRs to restrict ingress connections.

Link copied to clipboard

The name of the proxy endpoint.

Link copied to clipboard
Link copied to clipboard

The subdomain to be used as the destination in the proxy client.

Link copied to clipboard