Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 660 Bytes

File metadata and controls

20 lines (14 loc) · 660 Bytes

GL_DownloadSecureFiles

Edge Schema

General Information

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
Loading