Get Certificate Result
data class GetCertificateResult(val certificateVirtualPath: String, val errorCode: String, val errorMessage: String, val id: String, val keyVaultSecretCreationDate: String, val keyVaultSecretId: String, val keyVaultSecretVersion: String, val keyVirtualPath: String, val name: String, val nginxDeploymentId: String, val sha1Thumbprint: String)
A collection of values returned by getCertificate.
Properties
Link copied to clipboard
The path to the certificate file of the certificate.
Link copied to clipboard
The error message of the certificate error, if any.
Link copied to clipboard
The date/time the certificate was created in Azure Key Vault.
Link copied to clipboard
The ID of the Key Vault Secret for the certificate.
Link copied to clipboard
The version of the certificate.
Link copied to clipboard
The path to the key file of the certificate.
Link copied to clipboard
Link copied to clipboard
The SHA-1 thumbprint of the certificate.