public final class AzureActiveDirectoryApplicationCredentials extends Object
| Constructor and Description |
|---|
AzureActiveDirectoryApplicationCredentials() |
| 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.
|
AzureActiveDirectoryApplicationCredentials |
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.
|
AzureActiveDirectoryApplicationCredentials |
setApplicationSecret(String applicationSecret)
Set the applicationSecret property: The authentication key of the
specified AAD application.
|
public AzureActiveDirectoryApplicationCredentials()
public String getApplicationId()
public AzureActiveDirectoryApplicationCredentials setApplicationId(String applicationId)
applicationId - the applicationId value to set.public String getApplicationSecret()
public AzureActiveDirectoryApplicationCredentials setApplicationSecret(String applicationSecret)
applicationSecret - the applicationSecret value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.