GetZeroTrustAccessApplicationDestination

data class GetZeroTrustAccessApplicationDestination(val cidr: String, val hostname: String, val l4Protocol: String, val portRange: String, val type: String, val uri: String, val vnetId: String)

Constructors

Link copied to clipboard
constructor(cidr: String, hostname: String, l4Protocol: String, portRange: String, type: String, uri: String, vnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR range of the destination. Single IPs will be computed as /32.

Link copied to clipboard

The hostname of the destination. Matches a valid SNI served by an HTTPS origin.

Link copied to clipboard

The L4 protocol of the destination. When omitted, both UDP and TCP traffic will match. Available values: "tcp", "udp".

Link copied to clipboard

The port range of the destination. Can be a single port or a range of ports. When omitted, all ports will match.

Link copied to clipboard

Available values: "public".

Link copied to clipboard
val uri: String

The URI of the destination. Public destinations' URIs can include a domain and path with wildcards.

Link copied to clipboard

The VNET ID to match the destination. When omitted, all VNETs will match.