ManagedCertificateProperties Class

Certificate resource specific properties.

Constructor

ManagedCertificateProperties()

Variables

Name Description
provisioning_state
Union[str, <xref:"CertificateProvisioningState">]

Provisioning state of the certificate. Known values are: "Succeeded", "Failed", "Canceled", "DeleteFailed", "Pending", and "Deleting".

subject_name
str

Subject name of the certificate.

error
str

Any error occurred during the certificate provision.

domain_control_validation
Union[str, <xref:"ManagedCertificateDomainControlValidation">]

Selected type of domain control validation for managed certificates. Known values are: "CNAME", "HTTP", and "TXT".

validation_token
str

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