Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
Cobo Safe is designed in the Role-Based Access Control (RBAC) approach.
The admins of an organization can create a Role and assign permissions to the Role. Team members, often referred to as Delegates in Cobo Safe, can only acquire permissions through their delegated roles.
Role Manager is a module in Cobo Safe. It is used to manage the Delegate-Role relationship.
Developer can create their own Role Managers by implementing the following interfaces:
getRoles()is used to query theRoleorRolesassigned to aDelegatehasRole()is used to check whether a specificRolehas been assigned to theDelegate
