VerifiedAccessEndpointNetworkInterfaceOptions

data class VerifiedAccessEndpointNetworkInterfaceOptions(val networkInterfaceId: String? = null, val port: Int? = null, val protocol: String? = null)

The options for network-interface type endpoint.

Constructors

constructor(networkInterfaceId: String? = null, port: Int? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard
val port: Int? = null

The IP port number.

Link copied to clipboard
val protocol: String? = null

The IP protocol.