Skip to main content

alerts_subscription_levels

Creates, updates, deletes, gets or lists a alerts_subscription_levels resource.

Overview

Namealerts_subscription_levels
TypeResource
Idazure.security.alerts_subscription_levels

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
alertNametextfield from the properties object
alert_display_nametextfield from the properties object
alert_typetextfield from the properties object
alert_uritextfield from the properties object
ascLocationtextfield from the properties object
compromised_entitytextfield from the properties object
correlation_keytextfield from the properties object
end_time_utctextfield from the properties object
entitiestextfield from the properties object
extended_linkstextfield from the properties object
extended_propertiestextfield from the properties object
intenttextfield from the properties object
is_incidenttextfield from the properties object
processing_end_time_utctextfield from the properties object
product_component_nametextfield from the properties object
product_nametextfield from the properties object
remediation_stepstextfield from the properties object
resource_identifierstextfield from the properties object
severitytextfield from the properties object
start_time_utctextfield from the properties object
statustextfield from the properties object
sub_techniquestextfield from the properties object
subscriptionIdtextfield from the properties object
supporting_evidencetextfield from the properties object
system_alert_idtextfield from the properties object
techniquestextfield from the properties object
time_generated_utctextfield from the properties object
typetextResource type
vendor_nametextfield from the properties object
versiontextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTalertName, ascLocation, subscriptionIdGet an alert that is associated with a subscription

SELECT examples

Get an alert that is associated with a subscription

SELECT
id,
name,
description,
alertName,
alert_display_name,
alert_type,
alert_uri,
ascLocation,
compromised_entity,
correlation_key,
end_time_utc,
entities,
extended_links,
extended_properties,
intent,
is_incident,
processing_end_time_utc,
product_component_name,
product_name,
remediation_steps,
resource_identifiers,
severity,
start_time_utc,
status,
sub_techniques,
subscriptionId,
supporting_evidence,
system_alert_id,
techniques,
time_generated_utc,
type,
vendor_name,
version
FROM azure.security.vw_alerts_subscription_levels
WHERE alertName = '{{ alertName }}'
AND ascLocation = '{{ ascLocation }}'
AND subscriptionId = '{{ subscriptionId }}';