AzureActiveDirectoryApplicationCredentials interface
Describes the Azure Active Directory application credentials required to access an Azure Key Vault.
Properties
| application |
The application (client) ID of an App Registration in the tenant. |
| application |
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