public class AzureKeyVaultSecret extends AbstractDescribableImpl<AzureKeyVaultSecret> implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureKeyVaultSecret.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
typeCertificate |
static String |
typeSecret |
| Constructor and Description |
|---|
AzureKeyVaultSecret(String secretType,
String name,
String envVariable) |
AzureKeyVaultSecret(String secretType,
String name,
String version,
String envVariable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvVariable() |
String |
getName() |
String |
getSecretType() |
String |
getVersion() |
boolean |
isCertificate() |
boolean |
isPassword() |
void |
setVersion(String version) |
getDescriptorpublic static final String typeSecret
public static final String typeCertificate
public AzureKeyVaultSecret(String secretType, String name, String version, String envVariable)
public String getSecretType()
public String getName()
public String getVersion()
@DataBoundSetter public void setVersion(String version)
public String getEnvVariable()
public boolean isPassword()
public boolean isCertificate()
Copyright © 2016–2021. All rights reserved.