Namespace Network Rule Set
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)
Properties
Link copied to clipboard
Specifies the default action for the Network Rule Set. Possible values are Allow
and Deny
. Defaults to Allow
.
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