Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IpSecurityRestriction

Package version

IP security restriction on an app.

Hierarchy

  • IpSecurityRestriction

Index

Properties

Optional action

action: undefined | string

Allow or Deny access for this IP range.

Optional description

description: undefined | string

IP restriction rule description.

Optional ipAddress

ipAddress: undefined | string

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

Optional name

name: undefined | string

IP restriction rule name.

Optional priority

priority: undefined | number

Priority of IP restriction rule.

Optional subnetMask

subnetMask: undefined | string

Subnet mask for the range of IP addresses the restriction is valid for.

Optional subnetTrafficTag

subnetTrafficTag: undefined | number

(internal) Subnet traffic tag

Optional tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies. Possible values include: 'Default', 'XffProxy'

Optional vnetSubnetResourceId

vnetSubnetResourceId: undefined | string

Virtual network resource id

Optional vnetTrafficTag

vnetTrafficTag: undefined | number

(internal) Vnet traffic tag

Generated using TypeDoc