public class VaultSecretGroup extends Object
Constructor and Description |
---|
VaultSecretGroup() |
Modifier and Type | Method and Description |
---|---|
SubResource |
sourceVault()
Get the relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
List<VaultCertificate> |
vaultCertificates()
Get the list of key vault references in SourceVault which contain certificates.
|
VaultSecretGroup |
withSourceVault(SubResource sourceVault)
Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
VaultSecretGroup |
withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the list of key vault references in SourceVault which contain certificates.
|
public SubResource sourceVault()
public VaultSecretGroup withSourceVault(SubResource sourceVault)
sourceVault
- the sourceVault value to setpublic List<VaultCertificate> vaultCertificates()
public VaultSecretGroup withVaultCertificates(List<VaultCertificate> vaultCertificates)
vaultCertificates
- the vaultCertificates value to setCopyright © 2019. All rights reserved.