az keyvault certificate contact
Manage contacts for certificate management.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault certificate contact add |
Add a contact to the specified vault to receive notifications of certificate operations. |
Core | GA |
az keyvault certificate contact delete |
Remove a certificate contact from the specified vault. |
Core | GA |
az keyvault certificate contact list |
Lists the certificate contacts for a specified key vault. |
Core | GA |
az keyvault certificate contact add
Add a contact to the specified vault to receive notifications of certificate operations.
az keyvault certificate contact add --email
--vault-name
[--name]
[--phone]
Required Parameters
Contact e-mail address. Must be unique.
Name of the Vault.
Optional Parameters
Full contact name.
Contact 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 contact delete
Remove a certificate contact from the specified vault.
az keyvault certificate contact delete --email
--vault-name
Required Parameters
Contact e-mail address. Must be unique.
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 contact list
Lists the certificate contacts for a specified key vault.
The GetCertificateContacts operation returns the set of certificate contact resources in the specified key vault. This operation requires the certificates/managecontacts permission.
az keyvault certificate contact list --vault-name
Required Parameters
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.