GetClientCertificateResult

data class GetClientCertificateResult(val clientCertificateId: String? = null, val description: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(clientCertificateId: String? = null, description: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for the client certificate. For example: abc123 .

Link copied to clipboard
val description: String? = null

The description of the client certificate.

Link copied to clipboard
val tags: List<Tag>? = null

The collection of tags. Each tag element is associated with a given resource.