VerificationCodeRequest Class
The JSON-serialized leaf certificate.
- Inheritance
-
msrest.serialization.ModelVerificationCodeRequest
Constructor
VerificationCodeRequest(*, certificate: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
Variables
Name | Description |
---|---|
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
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