CertificateWithNonceDescription Class
The X509 Certificate.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelCertificateWithNonceDescription
Constructor
CertificateWithNonceDescription(*, properties: _models.CertificatePropertiesWithNonce | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
properties
|
The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow. |
Variables
Name | Description |
---|---|
properties
|
The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow. |
id
|
The resource identifier. |
name
|
The name of the certificate. |
etag
|
The entity tag. |
type
|
The resource type. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python