CertificateProperties Class

Certificate resource specific properties.

Constructor

CertificateProperties()

Variables

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

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

deployment_errors
str

Any errors that occurred during deployment or deployment validation.

certificate_key_vault_properties
<xref:<xref:"CertificateKeyVaultProperties">>

Properties for a certificate stored in a Key Vault.

password
str

Certificate password.

subject_name
str

Subject name of the certificate.

subject_alternative_names

Subject alternative names the certificate applies to.

value
str

PFX or PEM blob.

issuer
str

Certificate issuer.

issue_date
str

Certificate issue Date.

expiration_date
str

Certificate expiration date.

thumbprint
str

Certificate thumbprint.

valid

Is the certificate valid?.

public_key_hash
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