Skip to main content

secure_score_control_definitions

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

Overview

Namesecure_score_control_definitions
TypeResource
Idazure.security.secure_score_control_definitions

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
propertiesobjectSecurity Control Definition Properties.
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
listSELECTList the available security controls, their assessments, and the max score
list_by_subscriptionSELECTsubscriptionIdFor a specified subscription, list the available security controls, their assessments, and the max score

SELECT examples

List the available security controls, their assessments, and the max score

SELECT
id,
name,
properties,
type
FROM azure.security.secure_score_control_definitions
;