Secrets Management Settings Response
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
fun SecretsManagementSettingsResponse(certificateStoreLocation: String? = null, keyExportable: Boolean, observedCertificates: List<String>)