CertificateProperties Class
Certificate resource payload.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CertificateProperties
Constructor
CertificateProperties(*, vault_uri: str, key_vault_cert_name: str, cert_version: Optional[str] = None, **kwargs)
Variables
- thumbprint
- str
The thumbprint of certificate.
- vault_uri
- str
Required. The vault uri of user key vault.
- key_vault_cert_name
- str
Required. The certificate name of key vault.
- cert_version
- str
The certificate version of key vault.
- issuer
- str
The issuer of certificate.
- issued_date
- str
The issue date of certificate.
- expiration_date
- str
The expiration date of certificate.
- activate_date
- str
The activate date of certificate.
- subject_name
- str
The subject name of certificate.
Feedback
Submit and view feedback for