ScaleSetOsProfileSecretVaultCertificateArgs

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

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.

Link copied to clipboard
val certificateUrl: Output<String>

It is the Base64 encoding of a JSON Object that which is encoded in UTF-8 of which the contents need to be data, dataType and password.

Functions

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