Using Deploy CLI to automate applying API Access from Dev tenant applications to Staging tenant

Hi all.

We have 3 Auth0 tenants in my organization: staging, dev and prod.

Staging is a pretty new tenant and I have used the Deploy CLI in my Azure DevOps pipeline to populate it with resources by applying the Dev tenant config. This has created the email templates, applications, actions etc.

However, the APIs in staging did not have the exact same client access as their Dev counterparts.

Is it possible to use the Deploy CLI to apply the same permissions and Client Access levels to the APIs in staging that they have in Dev?

In the docs, I see it lists the supported resource types. Are any of them applicable here? Auth0 Deploy CLI - Auth0 Docs