public class KeyVaultAndSecretReference extends Object
| Constructor and Description |
|---|
KeyVaultAndSecretReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
secretUrl()
Get url pointing to a key or secret in KeyVault.
|
SourceVault |
sourceVault()
Get resource id of the KeyVault containing the key or secret.
|
KeyVaultAndSecretReference |
withSecretUrl(String secretUrl)
Set url pointing to a key or secret in KeyVault.
|
KeyVaultAndSecretReference |
withSourceVault(SourceVault sourceVault)
Set resource id of the KeyVault containing the key or secret.
|
public SourceVault sourceVault()
public KeyVaultAndSecretReference withSourceVault(SourceVault sourceVault)
sourceVault - the sourceVault value to setpublic String secretUrl()
public KeyVaultAndSecretReference withSecretUrl(String secretUrl)
secretUrl - the secretUrl value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/