ManagedCertificateProperties Class

Certificate resource specific properties.

Constructor

ManagedCertificateProperties(*args: Any, **kwargs: Any)

Variables

Name Description
provisioning_state

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

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

domain_control_validation

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

domain_control_validation: str | _models.ManagedCertificateDomainControlValidation | None

error

Any error occurred during the certificate provision.

error: str | None

provisioning_state

"Succeeded", "Failed", "Canceled", "DeleteFailed", "Pending", and "Deleting".

provisioning_state: str | _models.CertificateProvisioningState | None

subject_name

Subject name of the certificate.

subject_name: str | None

validation_token

A TXT token used for DNS TXT domain control validation when issuing this type of managed certificates.

validation_token: str | None