gitlab4j-api
gitlab4j-api copied to clipboard
Missing Project model attributes: operations_access_level, security_and_compliance_enabled
Tested with GitLab 13.12 and gitlab4j 4.16.
It seems the library is missing operations_access_level and security_and_compliance_enabled in the Project model class.
These two attributes enable or disable the menu item "Operations" and "Security & Compliance" for the specific Project and should be readable/settable by the user (in the same way packages_enabled is now)