I'm working on a script to remove all the permissions for indivudual users on a keyvault and replacing them with an access policy for a security group instead. With Get-AzKeyVault you can get all the access policies for a key vault, but I don't see a property on the access policy that allows me to differentiate between individual user accounts, applications, and security groups, like the Azure Portal does.