Del via


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

--standard-name

The compliance standard name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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 -n

Name of the resource to be fetched.

--standard-name

The compliance standard name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.