Skip to main content

vw_regulatory_compliance_controls

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

Overview

Namevw_regulatory_compliance_controls
TypeView
Idazure.security.vw_regulatory_compliance_controls

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, '$.description') as "description",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.passedAssessments') as "passed_assessments",
JSON_EXTRACT(properties, '$.failedAssessments') as "failed_assessments",
JSON_EXTRACT(properties, '$.skippedAssessments') as "skipped_assessments",
subscriptionId,
regulatoryComplianceStandardName,
regulatoryComplianceControlName
FROM azure.security.regulatory_compliance_controls
WHERE subscriptionId = 'replace-me' AND regulatoryComplianceStandardName = 'replace-me';