GetCertificateResult

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

Link copied to clipboard
constructor(azureApiVersion: String, creationTime: String, description: String? = null, expiryTime: String, id: String, isExportable: Boolean, lastModifiedTime: String, name: String, thumbprint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Gets the expiry time of the certificate.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

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

The name of the resource

Link copied to clipboard

Gets the thumbprint of the certificate.

Link copied to clipboard

The type of the resource.