[Enter feedback here]
looking at az keyvault set-policy docs comparing to Set-AzKeyVaultAccessPolicy PowerShell atlernative
since the two calls should be identical I could not find in the docs the option to run the following :
Set-AzKeyVaultAccessPolicy -VaultName $KVNAM -ObjectId $OID -ApplicationId $APP_ID -PermissionsToSecrets Get
the above command adds a permission to COMPOUND IDENTITY on the KV
PS docs :
https://docs.microsoft.com/en-us/powershell/module/az.keyvault/set-azkeyvaultaccesspolicy
Key Vault Security Overview ( look for the term 'compound identity' )
https://docs.microsoft.com/en-us/azure/key-vault/general/security-overview
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
[Enter feedback here]
looking at az keyvault set-policy docs comparing to Set-AzKeyVaultAccessPolicy PowerShell atlernative
since the two calls should be identical I could not find in the docs the option to run the following :
the above command adds a permission to COMPOUND IDENTITY on the KV
PS docs :
https://docs.microsoft.com/en-us/powershell/module/az.keyvault/set-azkeyvaultaccesspolicy
Key Vault Security Overview ( look for the term 'compound identity' )
https://docs.microsoft.com/en-us/azure/key-vault/general/security-overview
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.