ProcessNotAllowed Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. CustomAlertRule - com.
azure. resourcemanager. security. models. ListCustomAlertRule - com.
azure. resourcemanager. security. models. AllowlistCustomAlertRule - com.
azure. resourcemanager. security. models. ProcessNotAllowed
- com.
- com.
- com.
- com.
public final class ProcessNotAllowed
extends AllowlistCustomAlertRule
Execution of a process that isn't allowed. Allow list consists of process names to allow.
Constructor Summary
| Constructor | Description |
|---|---|
| ProcessNotAllowed() |
Creates an instance of Process |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
| String |
ruleType()
Get the rule |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Process |
withAllowlistValues(List<String> allowlistValues)
Set the allowlist |
|
Process |
withIsEnabled(boolean isEnabled)
Set the is |
Methods inherited from AllowlistCustomAlertRule
Methods inherited from CustomAlertRule
Methods inherited from ListCustomAlertRule
Methods inherited from java.lang.Object
Constructor Details
ProcessNotAllowed
public ProcessNotAllowed()
Creates an instance of ProcessNotAllowed class.
Method Details
fromJson
public static ProcessNotAllowed fromJson(JsonReader jsonReader)
Reads an instance of ProcessNotAllowed from the JsonReader.
Parameters:
Returns:
Throws:
ruleType
public String ruleType()
Get the ruleType property: The type of the custom alert rule.
Overrides:
ProcessNotAllowed.ruleType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProcessNotAllowed.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
ProcessNotAllowed.validate()withAllowlistValues
public ProcessNotAllowed withAllowlistValues(List<String> allowlistValues)
Set the allowlistValues property: The values to allow. The format of the values depends on the rule type.
Overrides:
ProcessNotAllowed.withAllowlistValues(List<String> allowlistValues)Parameters:
withIsEnabled
public ProcessNotAllowed withIsEnabled(boolean isEnabled)
Set the isEnabled property: Status of the custom alert.
Overrides:
ProcessNotAllowed.withIsEnabled(boolean isEnabled)Parameters: