Get Certificate Result
data class GetCertificateResult(val id: String, val name: String, val properties: CertificatePropertiesResponse, val type: String)
Certificate resource payload.
Constructors
Link copied to clipboard
fun GetCertificateResult(id: String, name: String, properties: CertificatePropertiesResponse, type: String)