Add PreventDuplicateNames field to ApplicationRegistration class #955
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
Hello!
Issue details
Currently there is no option to set the PreventDuplicateNames setting on a Application using the ApplicationRegistration class without using an outside method of Pulumi.
This property is available in the Application class however I need to componentise the settings so that I am able to add a redirect URI with the Application client ID included, which I can only do with the componentised ApplicationRegistration approach.
Please can you make this setting available?
Affected area/feature
This class here.
The text was updated successfully, but these errors were encountered: