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.AutomationRuleAction
AutomationRuleRunPlaybookAction

Constructor

AutomationRuleRunPlaybookAction(*, order: int, action_configuration: Optional[azure.mgmt.securityinsight.models._models_py3.PlaybookActionProperties] = None, **kwargs)

Variables

order
int

Required.

action_type
str or ActionType

Required. The type of the automation rule action.Constant filled by server. Possible values include: "ModifyProperties", "RunPlaybook".

action_configuration
PlaybookActionProperties