GetCertificateResult

data class GetCertificateResult(val deleteCertificateError: DeleteCertificateErrorResponse, val etag: String, val format: String? = null, val id: String, val name: String, val previousProvisioningState: String, val previousProvisioningStateTransitionTime: String, val provisioningState: String, val provisioningStateTransitionTime: String, val publicData: String, val thumbprint: String? = null, val thumbprintAlgorithm: String? = null, val type: String)

Contains information about a certificate.

Constructors

Link copied to clipboard
constructor(deleteCertificateError: DeleteCertificateErrorResponse, etag: String, format: String? = null, id: String, name: String, previousProvisioningState: String, previousProvisioningStateTransitionTime: String, provisioningState: String, provisioningStateTransitionTime: String, publicData: String, thumbprint: String? = null, thumbprintAlgorithm: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is only returned when the certificate provisioningState is 'Failed'.

Link copied to clipboard

The ETag of the resource, used for concurrency statements.

Link copied to clipboard
val format: String? = null

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The previous provisioned state of the resource

Link copied to clipboard
Link copied to clipboard

The public key of the certificate.

Link copied to clipboard
val thumbprint: String? = null

This must match the thumbprint from the name.

Link copied to clipboard

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

Link copied to clipboard

The type of the resource.