ConnectionFromIpNotAllowed interface
Inbound connection from an ip that isn't allowed. Allow list consists of ipv4 or ipv6 range in CIDR notation.
- Extends
Properties
| rule |
The discriminator possible values: ThresholdCustomAlertRule, TimeWindowCustomAlertRule, AllowlistCustomAlertRule, ListCustomAlertRule, DenylistCustomAlertRule, ConnectionToIpNotAllowed, ConnectionFromIpNotAllowed, LocalUserNotAllowed, ProcessNotAllowed, ActiveConnectionsNotInAllowedRange, AmqpC2DMessagesNotInAllowedRange, MqttC2DMessagesNotInAllowedRange, HttpC2DMessagesNotInAllowedRange, AmqpC2DRejectedMessagesNotInAllowedRange, MqttC2DRejectedMessagesNotInAllowedRange, HttpC2DRejectedMessagesNotInAllowedRange, AmqpD2CMessagesNotInAllowedRange, MqttD2CMessagesNotInAllowedRange, HttpD2CMessagesNotInAllowedRange, DirectMethodInvokesNotInAllowedRange, FailedLocalLoginsNotInAllowedRange, FileUploadsNotInAllowedRange, QueuePurgesNotInAllowedRange, TwinUpdatesNotInAllowedRange, UnauthorizedOperationsNotInAllowedRange |
Inherited Properties
| allowlist |
The values to allow. The format of the values depends on the rule type. |
| description | The description of the custom alert. |
| display |
The display name of the custom alert. |
| is |
Status of the custom alert. |
| value |
The value type of the items in the list. |
Property Details
ruleType
The discriminator possible values: ThresholdCustomAlertRule, TimeWindowCustomAlertRule, AllowlistCustomAlertRule, ListCustomAlertRule, DenylistCustomAlertRule, ConnectionToIpNotAllowed, ConnectionFromIpNotAllowed, LocalUserNotAllowed, ProcessNotAllowed, ActiveConnectionsNotInAllowedRange, AmqpC2DMessagesNotInAllowedRange, MqttC2DMessagesNotInAllowedRange, HttpC2DMessagesNotInAllowedRange, AmqpC2DRejectedMessagesNotInAllowedRange, MqttC2DRejectedMessagesNotInAllowedRange, HttpC2DRejectedMessagesNotInAllowedRange, AmqpD2CMessagesNotInAllowedRange, MqttD2CMessagesNotInAllowedRange, HttpD2CMessagesNotInAllowedRange, DirectMethodInvokesNotInAllowedRange, FailedLocalLoginsNotInAllowedRange, FileUploadsNotInAllowedRange, QueuePurgesNotInAllowedRange, TwinUpdatesNotInAllowedRange, UnauthorizedOperationsNotInAllowedRange
ruleType: "ConnectionFromIpNotAllowed"
Property Value
"ConnectionFromIpNotAllowed"
Inherited Property Details
allowlistValues
The values to allow. The format of the values depends on the rule type.
allowlistValues: string[]
Property Value
string[]
Inherited From AllowlistCustomAlertRule.allowlistValues
description
The description of the custom alert.
description?: string
Property Value
string
Inherited From AllowlistCustomAlertRule.description
displayName
The display name of the custom alert.
displayName?: string
Property Value
string
Inherited From AllowlistCustomAlertRule.displayName
isEnabled
Status of the custom alert.
isEnabled: boolean
Property Value
boolean
Inherited From AllowlistCustomAlertRule.isEnabled
valueType
The value type of the items in the list.
valueType?: string
Property Value
string
Inherited From AllowlistCustomAlertRule.valueType