Class Secrets
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secrets
-
public abstract class Secrets extends Object
Group of certificates stored in one and the same KeyVault
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Secrets.SourceVault
-
Constructor Summary
Constructors Constructor Description Secrets()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Secrets
create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
abstract Secrets.SourceVault
sourceVault()
Name of the KeyVault which contains all the certificatesabstract List<VaultCertificate>
vaultCertificates()
List of the certificates
-
-
-
Method Detail
-
sourceVault
public abstract Secrets.SourceVault sourceVault()
Name of the KeyVault which contains all the certificates
-
vaultCertificates
public abstract List<VaultCertificate> vaultCertificates()
List of the certificates
-
create
public static Secrets create(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates)
-
-