CertificateContact type

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