PrivateEndpointACLResponse

data class PrivateEndpointACLResponse(val allow: List<String>? = null, val deny: List<String>? = null, val name: String)

ACL for a private endpoint

Constructors

Link copied to clipboard
constructor(allow: List<String>? = null, deny: List<String>? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

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

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

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

Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

Link copied to clipboard

Name of the private endpoint connection