GetCertificateResult

data class GetCertificateResult(val etag: String, val id: String, val name: String, val properties: CertificatePropertiesResponse, val type: String)

The X509 Certificate.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: CertificatePropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The entity tag.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The name of the certificate.

Link copied to clipboard

The description of an X509 CA Certificate.

Link copied to clipboard

The resource type.