GetCertificateResult

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.

Constructors

Link copied to clipboard
constructor(certificateVirtualPath: String, errorCode: String, errorMessage: String, id: String, keyVaultSecretCreationDate: String, keyVaultSecretId: String, keyVaultSecretVersion: String, keyVirtualPath: String, name: String, nginxDeploymentId: String, sha1Thumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the certificate file of the certificate.

Link copied to clipboard

The error code of the certificate error, if any.

Link copied to clipboard

The error message of the certificate error, if any.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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
Link copied to clipboard

The SHA-1 thumbprint of the certificate.