ZeroTrustDeviceCustomProfileInclude

data class ZeroTrustDeviceCustomProfileInclude(val address: String? = null, val description: String? = null, val host: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, description: String? = null, host: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The address in CIDR format to include in the tunnel. If address is present, host must not be present.

Link copied to clipboard
val description: String? = null

A description of the Split Tunnel item, displayed in the client UI.

Link copied to clipboard
val host: String? = null

The domain name to include in the tunnel. If host is present, address must not be present.