Skip to main content

vw_snapshots

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

Overview

Namevw_snapshots
TypeView
Idazure_extras.app_compliance_automation.vw_snapshots

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.snapshotName') as "snapshot_name",
JSON_EXTRACT(properties, '$.createdAt') as "created_at",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.reportProperties') as "report_properties",
JSON_EXTRACT(properties, '$.reportSystemData') as "report_system_data",
JSON_EXTRACT(properties, '$.complianceResults') as "compliance_results",
reportName,
snapshotName
FROM azure_extras.app_compliance_automation.snapshots
WHERE reportName = 'replace-me';