Skip to main content

regulatory_compliance_assessments

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

Overview

Nameregulatory_compliance_assessments
TypeResource
Idazure.security.regulatory_compliance_assessments

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
assessment_details_linktextfield from the properties object
assessment_typetextfield from the properties object
failed_resourcestextfield from the properties object
passed_resourcestextfield from the properties object
regulatoryComplianceAssessmentNametextfield from the properties object
regulatoryComplianceControlNametextfield from the properties object
regulatoryComplianceStandardNametextfield from the properties object
skipped_resourcestextfield from the properties object
statetextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type
unsupported_resourcestextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTregulatoryComplianceAssessmentName, regulatoryComplianceControlName, regulatoryComplianceStandardName, subscriptionIdSupported regulatory compliance details and state for selected assessment
listSELECTregulatoryComplianceControlName, regulatoryComplianceStandardName, subscriptionIdDetails and state of assessments mapped to selected regulatory compliance control

SELECT examples

Details and state of assessments mapped to selected regulatory compliance control

SELECT
id,
name,
description,
assessment_details_link,
assessment_type,
failed_resources,
passed_resources,
regulatoryComplianceAssessmentName,
regulatoryComplianceControlName,
regulatoryComplianceStandardName,
skipped_resources,
state,
subscriptionId,
type,
unsupported_resources
FROM azure.security.vw_regulatory_compliance_assessments
WHERE regulatoryComplianceControlName = '{{ regulatoryComplianceControlName }}'
AND regulatoryComplianceStandardName = '{{ regulatoryComplianceStandardName }}'
AND subscriptionId = '{{ subscriptionId }}';