- Source: GL_ProjectRole
- Destination: GL_Project
The non-traversable GL_DownloadSecureFiles edge indicates that a role can download secure files stored in the project. Developer role and above typically have this permission.
graph LR
devRole("fa:fa-user-tie GL_ProjectRole myproject/Developer")
project("fa:fa-diagram-project GL_Project myorg/mobile-app")
secureFile("fa:fa-file-shield GL_SecureFile signing.p12")
devRole -.->|GL_DownloadSecureFiles| project
project -.->|GL_Defines| secureFile