GetZeroTrustDeviceCustomProfileExclude

data class GetZeroTrustDeviceCustomProfileExclude(val address: String, val description: String, val host: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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