I see we can create new clients using the component: https://www.pulumi.com/registry/packages/auth0/api-docs/client/
I'm wondering if there is a way to update an existing client. I see the lookup docs on the same page but unsure how I would update values in the client (such as the webOrigins, login uri, etc after doing the lookup.
c
cuddly-computer-18851
02/26/2025, 1:37 AM
You'd want to import the client resource first.
And then hope whatever properties you want to change are mutable.