AdministratorContact Class

Details of the organization administrator of the certificate issuer.

Inheritance
builtins.object
AdministratorContact

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
str or None

First name of the issuer.

default value: None
last_name
str or None

Last name of the issuer.

default value: None
email
str or None

email of the issuer.

default value: None
phone
str or None

phone number of the issuer.

default value: None

Attributes

email

str or None

first_name

str or None

last_name

str or None

phone

str or None