az security regulatory-compliance-controls
法規合規性控制。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az security regulatory-compliance-controls list |
列出所選標準之法規合規性控制詳細數據和狀態支持的清單。 |
核心 | GA |
az security regulatory-compliance-controls show |
顯示所選標準的法規合規性詳細數據狀態。 |
核心 | GA |
az security regulatory-compliance-controls list
列出所選標準之法規合規性控制詳細數據和狀態支持的清單。
az security regulatory-compliance-controls list --standard-name
範例
取得法規合規性控制清單。
az security regulatory-compliance-controls list --standard-name 'Azure-CIS-1.1.0'
必要參數
--standard-name
合規性標準名稱。
全域參數
--debug
提高日誌詳細程度以顯示所有調試日誌。
--help -h
顯示此說明訊息並結束。
--only-show-errors
只顯示錯誤,隱藏警告。
--output -o
輸出格式。
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
--subscription
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
--verbose
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az security regulatory-compliance-controls show
顯示所選標準的法規合規性詳細數據狀態。
az security regulatory-compliance-controls show --name
--standard-name
範例
取得選取的法規合規性控制詳細數據和狀態。
az security regulatory-compliance-controls show --standard-name 'Azure-CIS-1.1.0' -n '1.1'
必要參數
--name -n
要擷取的資源名稱。
--standard-name
合規性標準名稱。
全域參數
--debug
提高日誌詳細程度以顯示所有調試日誌。
--help -h
顯示此說明訊息並結束。
--only-show-errors
只顯示錯誤,隱藏警告。
--output -o
輸出格式。
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
--subscription
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
--verbose
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。