SecretsManagementSettingsResponse

data class SecretsManagementSettingsResponse(val certificateStoreLocation: String? = null, val keyExportable: Boolean, val observedCertificates: List<String>)

The secret management settings of the machines in the pool.

Constructors

Link copied to clipboard
constructor(certificateStoreLocation: String? = null, keyExportable: Boolean, observedCertificates: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Where to store certificates on the machine.

Link copied to clipboard

Defines if the key of the certificates should be exportable.

Link copied to clipboard

The list of certificates to install on all machines in the pool.