Class Secrets
java.lang.Object
org.jclouds.azurecompute.arm.domain.Secrets
Group of certificates stored in one and the same KeyVault
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Secrets
create
(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates) abstract Secrets.SourceVault
Name of the KeyVault which contains all the certificatesabstract List
<VaultCertificate> List of the certificates
-
Constructor Details
-
Secrets
public Secrets()
-
-
Method Details
-
sourceVault
Name of the KeyVault which contains all the certificates -
vaultCertificates
List of the certificates -
create
public static Secrets create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
-