CertificateProperties Class

Certificate resource specific properties.

Constructor

CertificateProperties()

Variables

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

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

deploymentErrors
str

Any errors that occurred during deployment or deployment validation.

certificateKeyVaultProperties
<xref:<xref:"CertificateKeyVaultProperties">>

Properties for a certificate stored in a Key Vault.

password
str

Certificate password.

subjectName
str

Subject name of the certificate.

subjectAlternativeNames

Subject alternative names the certificate applies to.

value
str

PFX or PEM blob.

issuer
str

Certificate issuer.

issueDate
str

Certificate issue Date.

expirationDate
str

Certificate expiration date.

thumbprint
str

Certificate thumbprint.

valid

Is the certificate valid?.

publicKeyHash
str

Public key hash.

Attributes

certificateKeyVaultProperties

Properties for a certificate stored in a Key Vault.

certificateKeyVaultProperties: CertificateKeyVaultProperties

deploymentErrors

Any errors that occurred during deployment or deployment validation.

deploymentErrors: str

expirationDate

Certificate expiration date.

expirationDate: str

issueDate

Certificate issue Date.

issueDate: str

issuer

Certificate issuer.

issuer: str

password

Certificate password.

password: str

provisioningState

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

provisioningState: str | CertificateProvisioningState

publicKeyHash

Public key hash.

publicKeyHash: str

subjectAlternativeNames

Subject alternative names the certificate applies to.

subjectAlternativeNames: list[str]

subjectName

Subject name of the certificate.

subjectName: str

thumbprint

Certificate thumbprint.

thumbprint: str

valid

Is the certificate valid?.

valid: bool

value

PFX or PEM blob.

value: str