LinuxVirtualMachineScaleSetSecretArgs

data class LinuxVirtualMachineScaleSetSecretArgs(val certificates: Output<List<LinuxVirtualMachineScaleSetSecretCertificateArgs>>, val keyVaultId: Output<String>) : ConvertibleToJava<LinuxVirtualMachineScaleSetSecretArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): LinuxVirtualMachineScaleSetSecretArgs

Properties

Link copied to clipboard

One or more certificate blocks as defined above.

Link copied to clipboard
val keyVaultId: Output<String>

The ID of the Key Vault from which all Secrets should be sourced.