GetCertificateResult

data class GetCertificateResult(val accountName: String, val format: String, val id: String, val name: String, val publicData: String, val resourceGroupName: String, val thumbprint: String, val thumbprintAlgorithm: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(accountName: String, format: String, id: String, name: String, publicData: String, resourceGroupName: String, thumbprint: String, thumbprintAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The format of the certificate, such as Cer or Pfx.

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 public key of the certificate.

Link copied to clipboard
Link copied to clipboard

The thumbprint of the certificate.

Link copied to clipboard

The algorithm of the certificate thumbprint.