GetEnvironmentCertificateResult

data class GetEnvironmentCertificateResult(val containerAppEnvironmentId: String, val expirationDate: String, val id: String, val issueDate: String, val issuer: String, val name: String, val subjectName: String, val tags: Map<String, String>, val thumbprint: String)

A collection of values returned by getEnvironmentCertificate.

Constructors

Link copied to clipboard
constructor(containerAppEnvironmentId: String, expirationDate: String, id: String, issueDate: String, issuer: String, name: String, subjectName: String, tags: Map<String, String>, thumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The expiration date for the Certificate.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The date of issue for the Certificate.

Link copied to clipboard

The Certificate Issuer.

Link copied to clipboard
Link copied to clipboard

The Subject Name for the Certificate.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The Thumbprint of the Certificate.