Get Certificate Result
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)
Properties
Link copied to clipboard
This is only returned when the certificate provisioningState is 'Failed'.
Link copied to clipboard
The previous provisioned state of the resource
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The public key of the certificate.
Link copied to clipboard
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'.