AlertRulePatchObject Class
An Activity Log Alert rule object for the body of patch operations.
Constructor
AlertRulePatchObject(*, tags: Dict[str, str] | None = None, enabled: bool = True, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
tags
|
The resource tags. Default value: None
|
|
enabled
|
Indicates whether this Activity Log Alert rule is enabled. If an Activity Log Alert rule is not enabled, then none of its actions will be activated. Default value: True
|