public class KeyVaultOperation extends Object
| Constructor and Description |
|---|
KeyVaultOperation(com.azure.security.keyvault.secrets.SecretClient secretClient,
long refreshInMillis,
List<String> secretKeys,
boolean caseSensitive)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String property)
Get the property.
|
String[] |
getPropertyNames()
Get the property names.
|
public KeyVaultOperation(com.azure.security.keyvault.secrets.SecretClient secretClient,
long refreshInMillis,
List<String> secretKeys,
boolean caseSensitive)
secretClient - the Key Vault secret client.refreshInMillis - the refresh in milliseconds (0 or less disables refresh).secretKeys - the secret keys to look for.caseSensitive - the case sensitive flag.Copyright © 2021 Microsoft Corporation. All rights reserved.