WebPubSubNetworkACLsResponse

data class WebPubSubNetworkACLsResponse(val defaultAction: String? = null, val privateEndpoints: List<PrivateEndpointACLResponse>? = null, val publicNetwork: NetworkACLResponse? = null)

Network ACLs for the resource

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, privateEndpoints: List<PrivateEndpointACLResponse>? = null, publicNetwork: NetworkACLResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

Default action when no other rule matches

Link copied to clipboard

ACLs for requests from private endpoints

Link copied to clipboard

ACL for requests from public network