ManagedCertificateProperties Class
Certificate resource specific properties.
Constructor
ManagedCertificateProperties()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the certificate. Known values are: "Succeeded", "Failed", "Canceled", "DeleteFailed", "Pending", and "Deleting". |
|
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. |
Attributes
domainControlValidation
Selected type of domain control validation for managed certificates. Known values are: "CNAME", "HTTP", and "TXT".
domainControlValidation: str | ManagedCertificateDomainControlValidation
error
Any error occurred during the certificate provision.
error: str
provisioningState
"Succeeded", "Failed", "Canceled", "DeleteFailed", "Pending", and "Deleting".
provisioningState: str | CertificateProvisioningState
subjectName
Subject name of the certificate.
subjectName: str
validationToken
A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.
validationToken: str