ScaleSetOsProfileSecret

data class ScaleSetOsProfileSecret(val sourceVaultId: String, val vaultCertificates: List<ScaleSetOsProfileSecretVaultCertificate>? = null)

Constructors

Link copied to clipboard
constructor(sourceVaultId: String, vaultCertificates: List<ScaleSetOsProfileSecretVaultCertificate>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the key vault to use.

Link copied to clipboard

(Required, on Windows machines) One or more vault_certificates blocks as defined below.