NamespaceNetworkRuleSet

data class NamespaceNetworkRuleSet(val defaultAction: String? = null, val ipRules: List<String>? = null, val networkRules: List<NamespaceNetworkRuleSetNetworkRule>? = null, val publicNetworkAccessEnabled: Boolean? = null, val trustedServicesAllowed: Boolean? = null)

Constructors

Link copied to clipboard
constructor(defaultAction: String? = null, ipRules: List<String>? = null, networkRules: List<NamespaceNetworkRuleSetNetworkRule>? = null, publicNetworkAccessEnabled: Boolean? = null, trustedServicesAllowed: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultAction: String? = null

Specifies the default action for the Network Rule Set. Possible values are Allow and Deny. Defaults to Allow.

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

One or more IP Addresses, or CIDR Blocks which should be able to access the Service Bus Namespace.

Link copied to clipboard

One or more network_rules blocks as defined below.

Link copied to clipboard

Whether to allow traffic over public network. Possible values are true and false. Defaults to true.

Link copied to clipboard

Are Azure Services that are known and trusted for this resource type are allowed to bypass firewall configuration? See Trusted Microsoft Services