CloudServiceVaultSecretGroupArgs

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

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

Constructors

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

Functions

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

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.