GetCertificateResult

data class GetCertificateResult(val expirationDate: String, val friendlyName: String, val hostNames: List<String>, val id: String, val issueDate: String, val issuer: String, val location: String, val name: String, val resourceGroupName: String, val subjectName: String, val tags: Map<String, String>? = null, val thumbprint: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(expirationDate: String, friendlyName: String, hostNames: List<String>, id: String, issueDate: String, issuer: String, location: String, name: String, resourceGroupName: String, subjectName: String, tags: Map<String, String>? = null, thumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The expiration date for the certificate.

Link copied to clipboard

The friendly name of the certificate.

Link copied to clipboard

List of host names the certificate applies to.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The issue date for the certificate.

Link copied to clipboard

The name of the certificate issuer.

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

The subject name of the certificate.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard

The thumbprint for the certificate.