ConnectionToIpNotAllowed Class

Outbound connection to an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.AllowlistCustomAlertRule
ConnectionToIpNotAllowed

Constructor

ConnectionToIpNotAllowed(*, is_enabled: bool, allowlist_values: List[str], **kwargs)

Parameters

is_enabled
bool
Required

Required. Status of the custom alert.

rule_type
str
Required

Required. The type of the custom alert rule.Constant filled by server.

allowlist_values
list[str]
Required

Required. The values to allow. The format of the values depends on the rule type.

Variables

display_name
str

The display name of the custom alert.

description
str

The description of the custom alert.

value_type
str or ValueType

The value type of the items in the list. Possible values include: "IpCidr", "String".