https://pulumi.com logo
Title
n

nice-application-79035

02/07/2023, 5:36 PM
Hello everone, I am trying to set up an Azure key vault using the
azure-native
package https://www.pulumi.com/registry/packages/azure-native/api-docs/keyvault/vault/. In this API, I see that I need to provide
objectId
and
tenantId
. In my use case, I would have to do new application registration via pulumi from which I can get the clientId, objectID, tenantID, and its secret. Can you please point me to the pulumi python API which I can call for new application registration and then another API which I could call to get objectId and tenantId which in turn can be passed to the key vault via pulumi. Appreciate your help!