GetCertificateDataResult

data class GetCertificateDataResult(val certificatesCount: Int, val expires: String, val hex: String, val id: String, val key: String, val keyVaultId: String, val name: String, val notBefore: String, val pem: String, val tags: Map<String, String>, val version: String)

A collection of values returned by getCertificateData.

Constructors

Link copied to clipboard
constructor(certificatesCount: Int, expires: String, hex: String, id: String, key: String, keyVaultId: String, name: String, notBefore: String, pem: String, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amount of certificates in the chain in case Key Vault Certificate is a bundle (e.g. has an intermediate certificate).

Link copied to clipboard

Expiry date of certificate in RFC3339 format.

Link copied to clipboard
val hex: String

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val key: String

The Key Vault Certificate Key.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Not Before date of certificate in RFC3339 format.

Link copied to clipboard
val pem: String

The Key Vault Certificate in PEM format.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard