Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureActiveDirectoryApplicationCredentials

Package version

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

Hierarchy

  • AzureActiveDirectoryApplicationCredentials

Index

Properties

applicationId

applicationId: string

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.

Optional applicationSecret

applicationSecret: undefined | string

The authentication key of the specified AAD application.

Generated using TypeDoc