Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CertificateContact type
- Package:
- @azure/keyvault-certificates
The contact information for the vault certificates. Each contact will have at least just one of the properties of CertificateContactAll, which are: emailAddress, name or phone.
type CertificateContact = RequireAtLeastOne<CertificateContactAll> | undefined
