GitlabMember
Every group or project on GitLab can have members. These are GitLab users that have access to the specific group or project with a certain aspect level. Frigg allows you to manage members and their access level within your resources using the GitlabMember sub-resource.
Schema
| Property | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | Name of the user in the Users resource. |
| accessLevel | no_access | minimal_access | guest | reporter | developer | maintainer | owner | Yes | The access level of the user. |