public class KeyVaultProperties extends Object
| Constructor and Description |
|---|
KeyVaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyIdentifier()
Get full path to the versioned secret.
|
KeyVaultProperties |
withKeyIdentifier(String keyIdentifier)
Set full path to the versioned secret.
|
public String keyIdentifier()
public KeyVaultProperties withKeyIdentifier(String keyIdentifier)
keyIdentifier - the keyIdentifier 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.
*/