secure_score_control_definitions
Creates, updates, deletes, gets or lists a secure_score_control_definitions
resource.
Overview
Name | secure_score_control_definitions |
Type | Resource |
Id | azure.security.secure_score_control_definitions |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
properties | object | Security Control Definition Properties. |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List the available security controls, their assessments, and the max score |
list_by_subscription | SELECT | subscriptionId | For 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
;