AzureActiveDirectoryApplicationCredentials interface

Credentials of a registered application created for your search service, used for authenticated access to the encryption keys stored in Azure Key Vault.

Properties

applicationId

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. The Application ID should not be confused with the Object ID for your AAD Application.

applicationSecret

The authentication key of the specified AAD application.

Property Details

applicationId

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. The Application ID should not be confused with the Object ID for your AAD Application.

applicationId: string

Property Value

string

applicationSecret

The authentication key of the specified AAD application.

applicationSecret?: string

Property Value

string