AdministratorContact Class
Details of the organization administrator of the certificate issuer.
- Inheritance
-
builtins.objectAdministratorContact
Constructor
AdministratorContact(first_name: str | None = None, last_name: str | None = None, email: str | None = None, phone: str | None = None)
Parameters
Name | Description |
---|---|
first_name
|
First name of the issuer. Default value: None
|
last_name
|
Last name of the issuer. Default value: None
|
email
|
email of the issuer. Default value: None
|
phone
|
phone number of the issuer. Default value: None
|
Attributes
str or None
first_name
str or None
last_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