Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MhsmNetworkRuleSet

Package version

A set of rules governing the network accessibility of a managed hsm pool.

Hierarchy

  • MhsmNetworkRuleSet

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: MhsmipRule[]

The list of IP address rules.

Optional virtualNetworkRules

virtualNetworkRules: MhsmVirtualNetworkRule[]

The list of virtual network rules.

Generated using TypeDoc