ProcessNotAllowed Class

Execution of a process that isn't allowed. Allow list consists of process names to allow.

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 server.

Constructor

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

Keyword-Only Parameters

Name Description
is_enabled

Status of the custom alert. Required.

allowlist_values

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

Variables

Name Description
display_name
str

The display name of the custom alert.

description
str

The description of the custom alert.

is_enabled

Status of the custom alert. Required.

rule_type
str

The type of the custom alert rule. Required.

value_type

The value type of the items in the list. Known values are: "IpCidr" and "String".

allowlist_values

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