public class KeyVaultSecretReference extends Object
| Constructor and Description |
|---|
KeyVaultSecretReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
secretUrl()
Get the URL referencing a secret in the Key Vault.
|
ResourceId |
sourceVault()
Get fully qualified resource indentifier of the Key Vault.
|
KeyVaultSecretReference |
withSecretUrl(String secretUrl)
Set the URL referencing a secret in the Key Vault.
|
KeyVaultSecretReference |
withSourceVault(ResourceId sourceVault)
Set fully qualified resource indentifier of the Key Vault.
|
public ResourceId sourceVault()
public KeyVaultSecretReference withSourceVault(ResourceId sourceVault)
sourceVault - the sourceVault value to setpublic String secretUrl()
public KeyVaultSecretReference withSecretUrl(String secretUrl)
secretUrl - the secretUrl value to setCopyright © 2019. All rights reserved.