CertificateContact Class

The contact information for the vault certificates.

Inheritance
builtins.object
CertificateContact

Constructor

CertificateContact(email: str | None = None, name: str | None = None, phone: str | None = None)

Parameters

Name Description
email
str or None

Email address of a contact for the certificate.

Default value: None
name
str or None

Name of a contact for the certificate.

Default value: None
phone
str or None

phone number of a contact for the certificate.

Default value: None

Attributes

email

str or None

name

str or None

phone

str or None