I used powershell's AzureRm module to retrieve a list of keys for an Azure AD application using the command "Get-AzureRmADAppCredential" but the object returned only contains the StartDate, EndDate, KeyId and Type which I understand matches up with the application manifest. However, when you go to settings -> Keys from the Azure web portal there is also a "Description" field. I want to know if there is a way to get this description field as well.
Any help is greatly appreciated :)