Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 559 Bytes

File metadata and controls

18 lines (12 loc) · 559 Bytes

GL_ManageSecureFiles

Edge Schema

General Information

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
Loading