VaultSecretGroupArgs

data class VaultSecretGroupArgs(val sourceVault: Output<SubResourceArgs>, val vaultCertificates: Output<List<VaultCertificateArgs>>) : ConvertibleToJava<VaultSecretGroupArgs>

Specifies set of certificates that should be installed onto the virtual machines.

Constructors

Link copied to clipboard
constructor(sourceVault: Output<SubResourceArgs>, vaultCertificates: Output<List<VaultCertificateArgs>>)

Properties

Link copied to clipboard

The relative URL of the Key Vault containing all of the certificates in VaultCertificates.

Link copied to clipboard

The list of key vault references in SourceVault which contain certificates.

Functions

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