public final class SearchResourceEncryptionKey extends Object
| Constructor and Description |
|---|
SearchResourceEncryptionKey(String keyName,
String keyVersion,
String vaultUrl)
Constructor of
SearchResourceEncryptionKey. |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Get the applicationId property: An AAD Application ID that was granted
the required access permissions to the Azure Key Vault that is to be
used when encrypting your data at rest.
|
String |
getApplicationSecret()
Get the applicationSecret property: The authentication key of the
specified AAD application.
|
String |
getKeyName()
Get the keyName property: The name of your Azure Key Vault key to be
used to encrypt your data at rest.
|
String |
getKeyVersion()
Get the keyVersion property: The version of your Azure Key Vault key to
be used to encrypt your data at rest.
|
String |
getVaultUrl()
Get the vaultUri property: The URI of your Azure Key Vault, also
referred to as DNS name, that contains the key to be used to encrypt
your data at rest.
|
SearchResourceEncryptionKey |
setApplicationId(String applicationId)
Set the applicationId property: An AAD Application ID that was granted
the required access permissions to the Azure Key Vault that is to be
used when encrypting your data at rest.
|
SearchResourceEncryptionKey |
setApplicationSecret(String applicationSecret)
Set the applicationSecret property: The authentication key of the
specified AAD application.
|
public SearchResourceEncryptionKey(String keyName, String keyVersion, String vaultUrl)
SearchResourceEncryptionKey.keyName - The name of your Azure Key Vault key to be used to encrypt your data at rest.keyVersion - The version of your Azure Key Vault key to be used to encrypt your data at rest.vaultUrl - The URI of your Azure Key Vault, also referred to as DNS name, that
contains the key to be used to encrypt your data at rest. An example URI
might be https://my-keyvault-name.vault.azure.net.public String getKeyName()
public String getKeyVersion()
public String getVaultUrl()
public String getApplicationId()
public SearchResourceEncryptionKey setApplicationId(String applicationId)
applicationId - the applicationId value to set.public String getApplicationSecret()
public SearchResourceEncryptionKey setApplicationSecret(String applicationSecret)
applicationSecret - the applicationSecret value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.