Namespace Network Rule Set Args
data class NamespaceNetworkRuleSetArgs(val defaultAction: Output<String>? = null, val ipRules: Output<List<String>>? = null, val networkRules: Output<List<NamespaceNetworkRuleSetNetworkRuleArgs>>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val trustedServicesAllowed: Output<Boolean>? = null) : ConvertibleToJava<NamespaceNetworkRuleSetArgs>
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