GetCertificateResult

data class GetCertificateResult(val certificateData: String, val certificateDataBase64: String, val certificatePolicies: List<GetCertificateCertificatePolicy>, val expires: String, val id: String, val keyVaultId: String, val name: String, val notBefore: String, val resourceManagerId: String, val resourceManagerVersionlessId: String, val secretId: String, val tags: Map<String, String>, val thumbprint: String, val version: String, val versionlessId: String, val versionlessSecretId: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(certificateData: String, certificateDataBase64: String, certificatePolicies: List<GetCertificateCertificatePolicy>, expires: String, id: String, keyVaultId: String, name: String, notBefore: String, resourceManagerId: String, resourceManagerVersionlessId: String, secretId: String, tags: Map<String, String>, thumbprint: String, version: String, versionlessId: String, versionlessSecretId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw Key Vault Certificate data represented as a hexadecimal string.

Link copied to clipboard

The raw Key Vault Certificate data represented as a base64 string.

Link copied to clipboard

A certificate_policy block as defined below.

Link copied to clipboard

Expiry date of certificate in RFC3339 format.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The name of the Certificate Issuer.

Link copied to clipboard

Not Before date of certificate in RFC3339 format.

Link copied to clipboard

The (Versioned) ID for this Key Vault Certificate. This property points to a specific version of a Key Vault Certificate, as such using this won't auto-rotate values if used in other Azure Services.

Link copied to clipboard

The Versionless ID of the Key Vault Certificate. This property allows other Azure Services (that support it) to auto-rotate their value when the Key Vault Certificate is updated.

Link copied to clipboard

The ID of the associated Key Vault Secret.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The X509 Thumbprint of the Key Vault Certificate represented as a hexadecimal string.

Link copied to clipboard

The current version of the Key Vault Certificate.

Link copied to clipboard

The Base ID of the Key Vault Certificate.

Link copied to clipboard

The Base ID of the Key Vault Secret.