Get Certificate Result
data class GetCertificateResult(val azureApiVersion: String, val creationTime: String, val description: String? = null, val expiryTime: String, val id: String, val isExportable: Boolean, val lastModifiedTime: String, val name: String, val thumbprint: String, val type: String)
Definition of the certificate.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets the expiry time of the certificate.
Link copied to clipboard
Gets the is exportable flag of the certificate.
Link copied to clipboard
Gets the last modified time.
Link copied to clipboard
Gets the thumbprint of the certificate.