Package version:

Interface IpSecurityRestrictionRule

Rule to restrict incoming IP address.

Hierarchy

  • IpSecurityRestrictionRule

Properties

action: string

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny

description?: string

Describe the IP restriction rule that is being sent to the container-app. This is an optional field.

ipAddressRange: string

CIDR notation to match incoming IP address

name: string

Name for the IP restriction rule.

Generated using TypeDoc