Skip to main content

sub_assessments

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

Overview

Namesub_assessments
TypeResource
Idazure.security.sub_assessments

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
descriptiontextfield from the properties object
additional_datatextfield from the properties object
assessmentNametextfield from the properties object
categorytextfield from the properties object
display_nametextfield from the properties object
impacttextfield from the properties object
remediationtextfield from the properties object
resource_detailstextfield from the properties object
scopetextfield from the properties object
statustextfield from the properties object
subAssessmentNametextfield from the properties object
time_generatedtextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTassessmentName, scope, subAssessmentNameGet a security sub-assessment on your scanned resource
listSELECTassessmentName, scopeGet security sub-assessments on all your scanned resources inside a scope
list_allSELECTscopeGet security sub-assessments on all your scanned resources inside a subscription scope

SELECT examples

Get security sub-assessments on all your scanned resources inside a subscription scope

SELECT
id,
name,
description,
additional_data,
assessmentName,
category,
display_name,
impact,
remediation,
resource_details,
scope,
status,
subAssessmentName,
time_generated,
type
FROM azure.security.vw_sub_assessments
WHERE scope = '{{ scope }}';