VerificationCodeResponseProperties Class
VerificationCodeResponseProperties.
- Inheritance
-
msrest.serialization.ModelVerificationCodeResponseProperties
Constructor
VerificationCodeResponseProperties(*, verification_code: str | None = None, subject: str | None = None, expiry: str | None = None, thumbprint: str | None = None, is_verified: bool | None = None, certificate: bytearray | None = None, created: str | None = None, updated: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
verification_code
|
Verification code. |
subject
|
Certificate subject. |
expiry
|
Code expiry. |
thumbprint
|
Certificate thumbprint. |
is_verified
|
Indicate if the certificate is verified by owner of private key. |
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
created
|
Certificate created time. |
updated
|
Certificate updated time. |
Variables
Name | Description |
---|---|
verification_code
|
Verification code. |
subject
|
Certificate subject. |
expiry
|
Code expiry. |
thumbprint
|
Certificate thumbprint. |
is_verified
|
Indicate if the certificate is verified by owner of private key. |
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
created
|
Certificate created time. |
updated
|
Certificate updated time. |
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