Secrets Management Settings Args
data class SecretsManagementSettingsArgs(val certificateStoreLocation: Output<String>? = null, val keyExportable: Output<Boolean>, val observedCertificates: Output<List<String>>) : ConvertibleToJava<SecretsManagementSettingsArgs>
The secret management settings of the machines in the pool.
Constructors
Link copied to clipboard
fun SecretsManagementSettingsArgs(certificateStoreLocation: Output<String>? = null, keyExportable: Output<Boolean>, observedCertificates: Output<List<String>>)