AdaptiveApplicationControlIssueSummary Class
Represents a summary of the alerts of the machine group.
Constructor
AdaptiveApplicationControlIssueSummary(*, issue: str | _models.AdaptiveApplicationControlIssue | None = None, number_of_vms: float | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
issue
|
An alert that machines within a group can have. Known values are: "ViolationsAudited", "ViolationsBlocked", "MsiAndScriptViolationsAudited", "MsiAndScriptViolationsBlocked", "ExecutableViolationsAudited", and "RulesViolatedManually". Default value: None
|
|
number_of_vms
|
The number of machines in the group that have this alert. Default value: None
|
Variables
| Name | Description |
|---|---|
|
issue
|
An alert that machines within a group can have. Known values are: "ViolationsAudited", "ViolationsBlocked", "MsiAndScriptViolationsAudited", "MsiAndScriptViolationsBlocked", "ExecutableViolationsAudited", and "RulesViolatedManually". |
|
number_of_vms
|
The number of machines in the group that have this alert. |