IpSecurityRestrictionRule Class

Rule to restrict incoming IP address.

Constructor

IpSecurityRestrictionRule()

Variables

Name Description
name
str

Name for the IP restriction rule. Required.

description
str

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

ip_address_range
str

CIDR notation to match incoming IP address. Required.

action
Union[str, <xref:"Action">]

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny. Required. Known values are: "Allow" and "Deny".

Attributes

action

Rules can only consist of ALL Allow or ALL Deny. Required. Known values are: "Allow" and "Deny".

action: Required[str | Action]

description

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

description: str

ipAddressRange

CIDR notation to match incoming IP address. Required.

ipAddressRange: Required[str]

name

Name for the IP restriction rule. Required.

name: Required[str]