AllowlistCustomAlertRule interface
A custom alert rule that checks if a value (depends on the custom alert type) is allowed.
- Extends
Properties
allowlist |
The values to allow. The format of the values depends on the rule type. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
description | The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Status of the custom alert. |
value |
The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
allowlistValues
The values to allow. The format of the values depends on the rule type.
allowlistValues: string[]
Property Value
string[]
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "AllowlistCustomAlertRule" | "ConnectionToIpNotAllowed" | "ConnectionFromIpNotAllowed" | "LocalUserNotAllowed" | "ProcessNotAllowed"
Property Value
"AllowlistCustomAlertRule" | "ConnectionToIpNotAllowed" | "ConnectionFromIpNotAllowed" | "LocalUserNotAllowed" | "ProcessNotAllowed"
Inherited Property Details
description
The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
Inherited From ListCustomAlertRule.description
displayName
The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
Inherited From ListCustomAlertRule.displayName
isEnabled
Status of the custom alert.
isEnabled: boolean
Property Value
boolean
Inherited From ListCustomAlertRule.isEnabled
valueType
The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server.
valueType?: string
Property Value
string
Inherited From ListCustomAlertRule.valueType
Azure SDK for JavaScript