- Source: GL_ProjectRole
- Destination: GL_Project
The non-traversable GL_ManageSecureFiles edge indicates that a role can upload and delete secure files in the project. Maintainer role and above typically have this permission.
graph LR
maintRole("fa:fa-user-tie GL_ProjectRole myproject/Maintainer")
project("fa:fa-diagram-project GL_Project myorg/mobile-app")
maintRole -.->|GL_ManageSecureFiles| project