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.Model
ManagedCertificateProperties

Constructor

ManagedCertificateProperties(*, subject_name: str | None = None, domain_control_validation: str | _models.ManagedCertificateDomainControlValidation | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
subject_name
str

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
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.