WindowsVirtualMachineScaleSetSecretArgs

data class WindowsVirtualMachineScaleSetSecretArgs(val certificates: Output<List<WindowsVirtualMachineScaleSetSecretCertificateArgs>>, val keyVaultId: Output<String>) : ConvertibleToJava<WindowsVirtualMachineScaleSetSecretArgs>

Constructors

Functions

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

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.