VaultSecretGroup Class
Describes a set of certificates which are all in the same Key Vault.
Constructor
VaultSecretGroup()
Variables
| Name | Description |
|---|---|
|
source_vault
|
<xref:<xref:"SubResource">>
The relative URL of the Key Vault containing all of the certificates in VaultCertificates. |
|
vault_certificates
|
list[<xref:"VaultCertificate">]
The list of key vault references in SourceVault which contain certificates. |
Attributes
sourceVault
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
sourceVault: SubResource
vaultCertificates
The list of key vault references in SourceVault which contain certificates.
vaultCertificates: list[azure.mgmt.compute.types.VaultCertificate]