TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties Class
Too many permanent owners assigned to resource alert configuration properties.
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.v2022_08_01_preview.models._models_py3.AlertConfigurationPropertiesTooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties
Constructor
TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties(*, is_enabled: bool | None = None, threshold_number_of_permanent_owners: int | None = None, threshold_percentage_of_permanent_owners_out_of_all_owners: int | 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. |
threshold_number_of_permanent_owners
|
The threshold number of permanent owners. |
threshold_percentage_of_permanent_owners_out_of_all_owners
|
The threshold percentage of permanent owners out of all owners. |
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. |
threshold_number_of_permanent_owners
|
The threshold number of permanent owners. |
threshold_percentage_of_permanent_owners_out_of_all_owners
|
The threshold percentage of permanent owners out of all owners. |
Azure SDK for Python