Package version:

The shape of the contact information for the vault certificates.

interface CertificateContactAll {
    email: string;
    name: string;
    phone: string;
}

Properties

Properties

email: string

Email address of the contact

name: string

Name of the contact

phone: string

Phone number of the contact