Skip to main content

snapshots

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

Overview

Namesnapshots
TypeResource
Idazure_extras.app_compliance_automation.snapshots

Fields

NameDatatypeDescription
compliance_resultstextfield from the properties object
created_attextfield from the properties object
provisioning_statetextfield from the properties object
reportNametextfield from the properties object
report_propertiestextfield from the properties object
report_system_datatextfield from the properties object
snapshotNametextfield from the properties object
snapshot_nametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTreportName, snapshotNameGet the AppComplianceAutomation snapshot and its properties.
listSELECTreportNameGet the AppComplianceAutomation snapshot list.
downloadEXECreportName, snapshotName, data__downloadTypeDownload compliance needs from snapshot, like: Compliance Report, Resource List.

SELECT examples

Get the AppComplianceAutomation snapshot list.

SELECT
compliance_results,
created_at,
provisioning_state,
reportName,
report_properties,
report_system_data,
snapshotName,
snapshot_name
FROM azure_extras.app_compliance_automation.vw_snapshots
WHERE reportName = '{{ reportName }}';