VaultSecretGroupArgs

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

Describes a set of certificates which are all in the same Key Vault.

Constructors

Link copied to clipboard
fun VaultSecretGroupArgs(sourceVault: Output<SubResourceArgs>? = null, vaultCertificates: Output<List<VaultCertificateArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val sourceVault: Output<SubResourceArgs>? = null

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.