GetCaCertsResult

data class GetCaCertsResult(val activeVersion: String, val certs: List<GetCaCertsCert>, val id: String, val instance: String, val project: String)

A collection of values returned by getCaCerts.

Constructors

Link copied to clipboard
constructor(activeVersion: String, certs: List<GetCaCertsCert>, id: String, instance: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SHA1 fingerprint of the currently active CA certificate.

Link copied to clipboard

A list of server CA certificates for the instance. Each contains:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard