public class KeyVaultSecretRef extends Object
Constructor and Description |
---|
KeyVaultSecretRef() |
Modifier and Type | Method and Description |
---|---|
String |
secretName()
Get the secretName value.
|
String |
vaultID()
Get the vaultID value.
|
String |
version()
Get the version value.
|
KeyVaultSecretRef |
withSecretName(String secretName)
Set the secretName value.
|
KeyVaultSecretRef |
withVaultID(String vaultID)
Set the vaultID value.
|
KeyVaultSecretRef |
withVersion(String version)
Set the version value.
|
public String vaultID()
public KeyVaultSecretRef withVaultID(String vaultID)
vaultID
- the vaultID value to setpublic String secretName()
public KeyVaultSecretRef withSecretName(String secretName)
secretName
- the secretName value to setpublic String version()
public KeyVaultSecretRef withVersion(String version)
version
- the version value to setCopyright © 2019. All rights reserved.