Class GetUsersUserResult
Inheritance
Inherited Members
Namespace: Pulumi.GitLab.Outputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetUsersUserResult
Fields
View SourceAvatarUrl
The avatar URL of the user.
Declaration
public readonly string AvatarUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Bio
The bio of the user.
Declaration
public readonly string Bio
Field Value
| Type | Description |
|---|---|
| System.String |
CanCreateGroup
Whether the user can create groups.
Declaration
public readonly bool CanCreateGroup
Field Value
| Type | Description |
|---|---|
| System.Boolean |
CanCreateProject
Whether the user can create projects.
Declaration
public readonly bool CanCreateProject
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ColorSchemeId
User's color scheme ID.
Declaration
public readonly int ColorSchemeId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CreatedAt
Date the user was created at.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
CurrentSignInAt
Current user's sign-in date.
Declaration
public readonly string CurrentSignInAt
Field Value
| Type | Description |
|---|---|
| System.String |
The e-mail address of the user.
Declaration
public readonly string Email
Field Value
| Type | Description |
|---|---|
| System.String |
External
Whether the user is external.
Declaration
public readonly bool External
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ExternUid
Lookup users by external UID. (Requires administrator privileges)
Declaration
public readonly string ExternUid
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The unique id assigned to the user by the gitlab server.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IsAdmin
Whether the user is an admin.
Declaration
public readonly bool IsAdmin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
LastSignInAt
Last user's sign-in date.
Declaration
public readonly string LastSignInAt
Field Value
| Type | Description |
|---|---|
| System.String |
Linkedin profile of the user.
Declaration
public readonly string Linkedin
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The location of the user.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the user.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Organization
The organization of the user.
Declaration
public readonly string Organization
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectsLimit
Number of projects the user can create.
Declaration
public readonly int ProjectsLimit
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Provider
The UID provider of the user.
Declaration
public readonly string Provider
Field Value
| Type | Description |
|---|---|
| System.String |
Skype
Skype username of the user.
Declaration
public readonly string Skype
Field Value
| Type | Description |
|---|---|
| System.String |
State
Whether the user is active or blocked.
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
ThemeId
User's theme ID.
Declaration
public readonly int ThemeId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Twitter username of the user.
Declaration
public readonly string Twitter
Field Value
| Type | Description |
|---|---|
| System.String |
TwoFactorEnabled
Whether user's two factor auth is enabled.
Declaration
public readonly bool TwoFactorEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Username
The username of the user.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |
WebsiteUrl
User's website URL.
Declaration
public readonly string WebsiteUrl
Field Value
| Type | Description |
|---|---|
| System.String |