AlertConfigurationProperties Class
Alert configuration properties.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AzureRolesAssignedOutsidePimAlertConfigurationProperties, DuplicateRoleCreatedAlertConfigurationProperties, TooManyOwnersAssignedToResourceAlertConfigurationProperties, TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties
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 Azure.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAlertConfigurationProperties
Constructor
AlertConfigurationProperties(*, is_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_enabled
|
True if the alert is enabled, false will disable the scanning for the specific alert. |
Variables
Name | Description |
---|---|
alert_definition_id
|
The alert definition ID. |
scope
|
The alert scope. |
is_enabled
|
True if the alert is enabled, false will disable the scanning for the specific alert. |
alert_configuration_type
|
The alert configuration type. Required. |
alert_definition
|
The alert definition. |
Azure SDK for Python