CertificateContact Class
The contact information for the vault certificates.
- Inheritance
-
builtins.objectCertificateContact
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python