CertificateProperties Class
Certificate resource specific properties.
Constructor
CertificateProperties()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning state of the certificate. Known values are: "Succeeded", "Failed", "Canceled", "DeleteFailed", "Pending", and "Deleting". |
|
deployment_errors
|
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
|
Certificate password. |
|
subject_name
|
Subject name of the certificate. |
|
subject_alternative_names
|
Subject alternative names the certificate applies to. |
|
value
|
PFX or PEM blob. |
|
issuer
|
Certificate issuer. |
|
issue_date
|
Certificate issue Date. |
|
expiration_date
|
Certificate expiration date. |
|
thumbprint
|
Certificate thumbprint. |
|
valid
|
Is the certificate valid?. |
|
public_key_hash
|
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