VirtualMachineOsProfileSecretVaultCertificateArgs

data class VirtualMachineOsProfileSecretVaultCertificateArgs(val certificateStore: Output<String>? = null, val certificateUrl: Output<String>) : ConvertibleToJava<VirtualMachineOsProfileSecretVaultCertificateArgs>

Constructors

constructor(certificateStore: Output<String>? = null, certificateUrl: Output<String>)

Properties

Link copied to clipboard
val certificateStore: Output<String>? = null

(Required, on windows machines) Specifies the certificate store on the Virtual Machine where the certificate should be added to, such as My.

Link copied to clipboard
val certificateUrl: Output<String>

The ID of the Key Vault Secret. Stored secret is the Base64 encoding of a JSON Object that which is encoded in UTF-8 of which the contents need to be:

Functions

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