Skip to main content

automations

Overview

Nameautomations
TypeResource
Idazure.security.automations

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectA set of properties that defines the behavior of the automation configuration. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, automationName, resourceGroupName, subscriptionIdRetrieves information about the model of a security automation.
listSELECTapi-version, subscriptionIdLists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
list_by_resource_groupSELECTapi-version, resourceGroupName, subscriptionIdLists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group.
create_or_updateINSERTapi-version, automationName, resourceGroupName, subscriptionIdCreates or updates a security automation. If a security automation is already created and a subsequent request is issued for the same automation id, then it will be updated.
deleteDELETEapi-version, automationName, resourceGroupName, subscriptionIdDeletes a security automation.
_listEXECapi-version, subscriptionIdLists all the security automations in the specified subscription. Use the 'nextLink' property in the response to get the next page of security automations for the specified subscription.
_list_by_resource_groupEXECapi-version, resourceGroupName, subscriptionIdLists all the security automations in the specified resource group. Use the 'nextLink' property in the response to get the next page of security automations for the specified resource group.
validateEXECapi-version, automationName, resourceGroupName, subscriptionIdValidates the security automation model before create or update. Any validation errors are returned to the client.