ServiceNetworkAclPrivateEndpointArgs

data class ServiceNetworkAclPrivateEndpointArgs(val allowedRequestTypes: Output<List<String>>? = null, val deniedRequestTypes: Output<List<String>>? = null, val id: Output<String>) : ConvertibleToJava<ServiceNetworkAclPrivateEndpointArgs>

Constructors

Link copied to clipboard
constructor(allowedRequestTypes: Output<List<String>>? = null, deniedRequestTypes: Output<List<String>>? = null, id: Output<String>)

Properties

Link copied to clipboard
val allowedRequestTypes: Output<List<String>>? = null

The allowed request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Link copied to clipboard
val deniedRequestTypes: Output<List<String>>? = null

The denied request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Link copied to clipboard
val id: Output<String>

The ID of the Private Endpoint which is based on the SignalR service.

Functions

Link copied to clipboard
open override fun toJava(): ServiceNetworkAclPrivateEndpointArgs