GetCertificateResult

data class GetCertificateResult(val certificateVirtualPath: String, val id: String, val keyVaultSecretId: String, val keyVirtualPath: String, val name: String, val nginxDeploymentId: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
fun GetCertificateResult(certificateVirtualPath: String, id: String, keyVaultSecretId: String, keyVirtualPath: String, name: String, nginxDeploymentId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the certificate file of this certificate.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the Key Vault Secret for this certificate.

Link copied to clipboard

The path to the key file of this certificate.

Link copied to clipboard
Link copied to clipboard