Skip to main content

regulatory_compliance_standards

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

Overview

Nameregulatory_compliance_standards
TypeResource
Idazure.security.regulatory_compliance_standards

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
failed_controlstextfield from the properties object
passed_controlstextfield from the properties object
regulatoryComplianceStandardNametextfield from the properties object
skipped_controlstextfield from the properties object
statetextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type
unsupported_controlstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTregulatoryComplianceStandardName, subscriptionIdSupported regulatory compliance details state for selected standard
listSELECTsubscriptionIdSupported regulatory compliance standards details and state

SELECT examples

Supported regulatory compliance standards details and state

SELECT
id,
name,
failed_controls,
passed_controls,
regulatoryComplianceStandardName,
skipped_controls,
state,
subscriptionId,
type,
unsupported_controls
FROM azure.security.vw_regulatory_compliance_standards
WHERE subscriptionId = '{{ subscriptionId }}';