gitlab_users
Details of the Gitlab users
-
id
Primary key - Unique identifier for the row.
-
connection_id
Foreign key - ID of the Data Cloud connection importing the user.
-
source_id
Foreign key - Identifier of the user in Gitlab
-
group_id
Foreign key - ID of the group to which the user belongs
-
name
string - Name of the user
-
username
string - Username of the user
-
state
string - State of the user
-
instance_url
string - Instance URL of the gitlab user
-
bot
boolean - Indicates if the user is a bot
-
created_at
date - Timestamp of when the user was created
-
source_url
string - URL of the Gitlab user