ServiceNetworkAclPublicNetwork

data class ServiceNetworkAclPublicNetwork(val allowedRequestTypes: List<String>? = null, val deniedRequestTypes: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed request types for the public network. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Link copied to clipboard

The denied request types for the public network. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.