Package version:

Interface VaultSecretGroup

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

interface VaultSecretGroup {
    sourceVault?: SubResource;
    vaultCertificates?: VaultCertificate[];
}

Properties

sourceVault?: SubResource

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

vaultCertificates?: VaultCertificate[]

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