ManagedCertificateProperties Class
Certificate resource specific properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelManagedCertificateProperties
Constructor
ManagedCertificateProperties(*, subject_name: str | None = None, domain_control_validation: str | _models.ManagedCertificateDomainControlValidation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
subject_name
|
Subject name of the certificate. |
domain_control_validation
|
Selected type of domain control validation for managed certificates. Known values are: "CNAME", "HTTP", and "TXT". |
Variables
Name | Description |
---|---|
provisioning_state
|
Provisioning state of the certificate. Known values are: "Succeeded", "Failed", "Canceled", "DeleteFailed", and "Pending". |
subject_name
|
Subject name of the certificate. |
error
|
Any error occurred during the certificate provision. |
domain_control_validation
|
Selected type of domain control validation for managed certificates. Known values are: "CNAME", "HTTP", and "TXT". |
validation_token
|
A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates. |
Azure SDK for Python