Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkRuleSet

Package version

A set of rules governing the network accessibility of a vault.

Hierarchy

  • NetworkRuleSet

Index

Properties

Optional bypass

Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.

Optional defaultAction

defaultAction: NetworkRuleAction

The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.

Optional ipRules

ipRules: IPRule[]

The list of IP address rules.

Optional virtualNetworkRules

virtualNetworkRules: VirtualNetworkRule[]

The list of virtual network rules.

Generated using TypeDoc