Skip to main content

vw_advanced_threat_protections

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

Overview

Namevw_advanced_threat_protections
TypeView
Idazure.security.vw_advanced_threat_protections

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.isEnabled') as "is_enabled",
resourceId,
settingName
FROM azure.security.advanced_threat_protections
WHERE resourceId = 'replace-me' AND settingName = 'replace-me';