az security regulatory-compliance-controls
Regulatory compliance controls.
Commands
az security regulatory-compliance-controls list |
List supported of regulatory compliance controls details and state for selected standard. |
az security regulatory-compliance-controls show |
Shows a regulatory compliance details state for selected standard. |
az security regulatory-compliance-controls list
List supported of regulatory compliance controls details and state for selected standard.
az security regulatory-compliance-controls list --standard-name
[--query-examples]
[--subscription]
Examples
Get regulatory compliance controls list.
az security regulatory-compliance-controls list --standard-name 'Azure-CIS-1.1.0'
Required Parameters
The compliance standard name.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az security regulatory-compliance-controls show
Shows a regulatory compliance details state for selected standard.
az security regulatory-compliance-controls show --name
--standard-name
[--query-examples]
[--subscription]
Examples
Get selected regulatory compliance control details and state.
az security regulatory-compliance-controls show --standard-name 'Azure-CIS-1.1.0' -n '1.1'
Required Parameters
Name of the resource to be fetched.
The compliance standard name.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.