NetworkRuleSet interface
A set of rules governing the network accessibility of a vault.
Properties
bypass | Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. |
default |
The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. |
ip |
The list of IP address rules. |
virtual |
The list of virtual network rules. |
Property Details
bypass
Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
bypass?: string
Property Value
string
defaultAction
The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
defaultAction?: string
Property Value
string
ipRules
virtualNetworkRules
The list of virtual network rules.
virtualNetworkRules?: VirtualNetworkRule[]