GetZeroTrustDeviceCustomProfilesResultInclude

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

Constructors

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 include in 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 include in the tunnel. If host is present, address must not be present.