Tenant replication
How does it work ?
// create the tenant myClone as clone of existing tenant master
var master = scopes.svySecurity.getTenant("master");
master.createSubTenant("mySubTenant");Last updated
Was this helpful?
// create the tenant myClone as clone of existing tenant master
var master = scopes.svySecurity.getTenant("master");
master.createSubTenant("mySubTenant");Last updated
Was this helpful?
Was this helpful?