GetCertificatesCertificate

data class GetCertificatesCertificate(val enabled: Boolean, val id: String, val name: String, val tags: Map<String, String>)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, id: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this certificate is enabled.

Link copied to clipboard
val id: String

The ID of this certificate.

Link copied to clipboard

The name of certificate.

Link copied to clipboard

The tags of this certificate.