AutomationRule Class

AutomationRule.

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.securityinsight.models._models_py3.ResourceWithEtag
AutomationRule

Constructor

AutomationRule(*, display_name: str, order: int, triggering_logic: azure.mgmt.securityinsight.models._models_py3.AutomationRuleTriggeringLogic, actions: List[azure.mgmt.securityinsight.models._models_py3.AutomationRuleAction], etag: Optional[str] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

etag
str

Etag of the azure resource.

display_name
str

Required. The display name of the automation rule.

order
int

Required. The order of execution of the automation rule.

triggering_logic
AutomationRuleTriggeringLogic

Required. Describes automation rule triggering logic.

actions
list[AutomationRuleAction]

Required. The actions to execute when the automation rule is triggered.

last_modified_time_utc
datetime

The last time the automation rule was updated.

created_time_utc
datetime

The time the automation rule was created.

last_modified_by
ClientInfo

Information on the client (user or application) that made some action.

created_by
ClientInfo

Information on the client (user or application) that made some action.