VaultSecretGroup Class
Describes a set of certificates which are all in the same Key Vault.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVaultSecretGroup
Constructor
VaultSecretGroup(*, source_vault: _models.SubResource | None = None, vault_certificates: List[_models.VaultCertificate] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python