VerificationCodeResponseProperties Class

VerificationCodeResponseProperties.

Inheritance
VerificationCodeResponseProperties

Constructor

VerificationCodeResponseProperties(*, verification_code: Optional[str] = None, subject: Optional[str] = None, expiry: Optional[str] = None, thumbprint: Optional[str] = None, is_verified: Optional[bool] = None, certificate: Optional[bytearray] = None, created: Optional[str] = None, updated: Optional[str] = None, **kwargs)

Variables

verification_code
str

Verification code.

subject
str

Certificate subject.

expiry
str

Code expiry.

thumbprint
str

Certificate thumbprint.

is_verified
bool

Indicate if the certificate is verified by owner of private key.

certificate
bytearray

base-64 representation of X509 certificate .cer file or just .pem file content.

created
str

Certificate created time.

updated
str

Certificate updated time.