Web Pub Sub Network ACLs Response
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)