az keyvault certificate issuer admin
Manage admin information for certificate issuers.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault certificate issuer admin add |
Add admin details for a specified certificate issuer. |
Core | GA |
az keyvault certificate issuer admin delete |
Remove admin details for the specified certificate issuer. |
Core | GA |
az keyvault certificate issuer admin list |
List admins for a specified certificate issuer. |
Core | GA |
az keyvault certificate issuer admin add
Add admin details for a specified certificate issuer.
az keyvault certificate issuer admin add --email
--issuer-name
--vault-name
[--first-name]
[--last-name]
[--phone]
Required Parameters
Admin e-mail address. Must be unique within the vault.
Certificate issuer name.
Name of the Vault.
Optional Parameters
Admin first name.
Admin last name.
Admin phone number.
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 certificate issuer admin delete
Remove admin details for the specified certificate issuer.
az keyvault certificate issuer admin delete --email
--issuer-name
--vault-name
Required Parameters
Admin e-mail address. Must be unique within the vault.
Certificate issuer name.
Name of the Vault.
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 certificate issuer admin list
List admins for a specified certificate issuer.
Requires certificates/manageissuers/getissuers permission.
az keyvault certificate issuer admin list --issuer-name
--vault-name
Required Parameters
Certificate issuer name.
Name of the Vault.
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.