Share via


AzureActiveDirectoryApplicationCredentials interface

Describes the Azure Active Directory application credentials required to access an Azure Key Vault.

Properties

applicationId

The application (client) ID of an App Registration in the tenant.

applicationSecret

An AAD client secret that was generated for the App Registration used to authenticate with Azure Key Vault.

Property Details

applicationId

The application (client) ID of an App Registration in the tenant.

applicationId?: string

Property Value

string

applicationSecret

An AAD client secret that was generated for the App Registration used to authenticate with Azure Key Vault.

applicationSecret?: string

Property Value

string