AutomationRuleRunPlaybookAction Class
Describes an automation rule action to run a playbook.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.securityinsight.models._models_py3.AutomationRuleActionAutomationRuleRunPlaybookAction
Constructor
AutomationRuleRunPlaybookAction(*, order: int, action_configuration: _models.PlaybookActionProperties | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
order
|
Required. |
action_configuration
|
|
Variables
Name | Description |
---|---|
order
|
Required. |
action_type
|
str or
ActionType
Required. The type of the automation rule action.Constant filled by server. Known values are: "ModifyProperties", "RunPlaybook". |
action_configuration
|
|