az keyvault setting
Manage MHSM settings.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault setting list |
Get all settings associated with the managed HSM. |
Core | GA |
az keyvault setting show |
Get specific setting associated with the managed HSM. |
Core | GA |
az keyvault setting update |
Update specific setting associated with the managed HSM. |
Core | GA |
az keyvault setting list
Get all settings associated with the managed HSM.
az keyvault setting list [--hsm-name]
[--id]
Optional Parameters
Name of the HSM.
Full URI of the HSM. If specified all other 'Id' arguments should be omitted.
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 keyvault setting show
Get specific setting associated with the managed HSM.
az keyvault setting show --name
[--hsm-name]
[--id]
Examples
Add "AllowKeyManagementOperationsThroughARM" setting of the managed HSM.
az keyvault setting show --name AllowKeyManagementOperationsThroughARM --hsm-name myhsm
Required Parameters
Name of the setting.
Optional Parameters
Name of the HSM.
Full URI of the HSM. If specified all other 'Id' arguments should be omitted.
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 keyvault setting update
Update specific setting associated with the managed HSM.
az keyvault setting update --name
--value
[--hsm-name]
[--id]
[--setting-type {boolean, string}]
Examples
Allow key management operations through ARM for the managed HSM.
az keyvault setting update --name AllowKeyManagementOperationsThroughARM --value true --type boolean --hsm-name myhsm
Required Parameters
Name of the setting.
Value of the setting.
Optional Parameters
Name of the HSM.
Full URI of the HSM. If specified all other 'Id' arguments should be omitted.
Type of the setting value.
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.
Azure CLI