This message was deleted.
# general
s
This message was deleted.
e
I don't think importing resources is exposed in automation api
f
i just found i have to add the import id to the resource class it self in the resource options
Copy code
const myTenant = new auth0.Tenant("myTenant", {
    allowedLogoutUrls: ["<http://example.com/logout>"],
   
}, {import: "1234" });