You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/current_user.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@ data "gitlab_current_user" "example" {}
25
25
### Read-Only
26
26
27
27
-`bot` (Boolean) Indicates if the user is a bot.
28
+
-`global_id` (String) Global ID of the user. This is in the form of a GraphQL globally unique ID.
29
+
-`global_namespace_id` (String) Personal namespace of the user. This is in the form of a GraphQL globally unique ID.
28
30
-`group_count` (Number) Group count for the user.
29
-
-`id` (String) ID of the user. This is in the form of a GraphQL globally unique ID.
31
+
-`id` (String) ID of the user.
30
32
-`name` (String) Human-readable name of the user. Returns **** if the user is a project bot and the requester does not have permission to view the project.
31
-
-`namespace_id` (String) Personal namespace of the user. This is in the form of a GraphQL globally unique ID.
33
+
-`namespace_id` (String) Personal namespace of the user.
32
34
-`public_email` (String) User’s public email.
33
35
-`username` (String) Username of the user. Unique within this instance of GitLab.
0 commit comments