Secrets Management Settings Args
data class SecretsManagementSettingsArgs(val certificateStoreLocation: Output<String>? = null, val certificateStoreName: Output<Either<String, CertificateStoreNameOption>>? = null, val keyExportable: Output<Boolean>, val observedCertificates: Output<List<String>>) : ConvertibleToJava<SecretsManagementSettingsArgs>
The secret management settings of the machines in the pool.
Properties
Link copied to clipboard
Where to store certificates on the machine.
Link copied to clipboard
Name of the certificate store to use on the machine, currently 'My' and 'Root' are supported.
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.