az security regulatory-compliance-assessments
Regulatory compliance assessments.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security regulatory-compliance-assessments list |
Get details and state of assessments mapped to selected regulatory compliance control. |
Core | GA |
az security regulatory-compliance-assessments show |
Shows supported regulatory compliance details and state for selected assessment. |
Core | GA |
az security regulatory-compliance-assessments list
Get details and state of assessments mapped to selected regulatory compliance control.
az security regulatory-compliance-assessments list --control-name
--standard-name
Examples
Get state of mapped assessments.
az security regulatory-compliance-assessments list --standard-name 'Azure-CIS-1.1.0' --control-name '1.1'
Required Parameters
The compliance control name.
The compliance standard name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security regulatory-compliance-assessments show
Shows supported regulatory compliance details and state for selected assessment.
az security regulatory-compliance-assessments show --control-name
--name
--standard-name
Examples
Get selected regulatory compliance control details and state.
az security regulatory-compliance-assessments show --standard-name 'Azure-CIS-1.1.0' --control-name '1.1' -n '94290b00-4d0c-d7b4-7cea-064a9554e681'
Required Parameters
The compliance control name.
Name of the resource to be fetched.
The compliance standard name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.