CertificateContact Class
The contact information for the vault certificates.
Constructor
CertificateContact(email: str | None = None, name: str | None = None, phone: str | None = None)
Parameters
Name | Description |
---|---|
email
|
Email address of a contact for the certificate. Default value: None
|
name
|
Name of a contact for the certificate. Default value: None
|
phone
|
phone number of a contact for the certificate. Default value: None
|
Attributes
str or None
name
str or None
phone
str or None