az security regulatory-compliance-controls
Regulatory compliance controls.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security regulatory-compliance-controls list |
List supported of regulatory compliance controls details and state for selected standard. |
Core | GA |
az security regulatory-compliance-controls show |
Shows a regulatory compliance details state for selected standard. |
Core | GA |
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
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.
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-controls show
Shows a regulatory compliance details state for selected standard.
az security regulatory-compliance-controls show --name
--standard-name
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.
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.