Verified Access Endpoint Network Interface Options
data class VerifiedAccessEndpointNetworkInterfaceOptions(val networkInterfaceId: String? = null, val port: Int? = null, val portRanges: List<VerifiedAccessEndpointPortRange>? = null, val protocol: String? = null)
The options for network-interface type endpoint.
Constructors
Link copied to clipboard
constructor(networkInterfaceId: String? = null, port: Int? = null, portRanges: List<VerifiedAccessEndpointPortRange>? = null, protocol: String? = null)