az keyvault certificate contact

Manage contacts for certificate management.

Commands

az keyvault certificate contact add

Add a contact to the specified vault to receive notifications of certificate operations.

az keyvault certificate contact delete

Remove a certificate contact from the specified vault.

az keyvault certificate contact list

Lists the certificate contacts for a specified key vault.

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

--email

Contact e-mail address. Must be unique.

--vault-name

Name of the Vault.

Optional Parameters

--name

Full contact name.

--phone

Contact phone number.

az keyvault certificate contact delete

Remove a certificate contact from the specified vault.

az keyvault certificate contact delete --email
                                       --vault-name

Required Parameters

--email

Contact e-mail address. Must be unique.

--vault-name

Name of the Vault.

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

--vault-name

Name of the Vault.