VaultSecretGroup Class
Describes a set of certificates which are all in the same Key Vault.
Constructor
VaultSecretGroup(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_vault
|
The relative URL of the Key Vault containing all of the certificates in VaultCertificates. |
|
vault_certificates
|
The list of key vault references in SourceVault which contain certificates. |
Attributes
source_vault
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
source_vault: _models.SubResource | None
vault_certificates
The list of key vault references in SourceVault which contain certificates.
vault_certificates: list['_models.VaultCertificate'] | None