Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Rule

Package version

Describes remote addresses that is recommended to communicate with the Azure resource on some (Protocol, Port, Direction). All other remote addresses are recommended to be blocked

Hierarchy

  • Rule

Index

Properties

Optional destinationPort

destinationPort: undefined | number

The rule's destination port

Optional direction

direction: Direction

The rule's direction

Optional ipAddresses

ipAddresses: string[]

The remote IP addresses that should be able to communicate with the Azure resource on the rule's destination port and protocol

Optional name

name: undefined | string

The name of the rule

Optional protocols

protocols: TransportProtocol[]

The rule's transport protocols

Generated using TypeDoc