Show / Hide Table of Contents

Class GetUserResult

Inheritance
System.Object
GetUserResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetUserResult

Fields

View Source

AvatarUrl

The avatar URL of the user.

Declaration
public readonly string AvatarUrl
Field Value
Type Description
System.String
View Source

Bio

The bio of the user.

Declaration
public readonly string Bio
Field Value
Type Description
System.String
View Source

CanCreateGroup

Whether the user can create groups.

Declaration
public readonly bool CanCreateGroup
Field Value
Type Description
System.Boolean
View Source

CanCreateProject

Whether the user can create projects.

Declaration
public readonly bool CanCreateProject
Field Value
Type Description
System.Boolean
View Source

ColorSchemeId

User's color scheme ID.

Declaration
public readonly int ColorSchemeId
Field Value
Type Description
System.Int32
View Source

CreatedAt

Date the user was created at.

Declaration
public readonly string CreatedAt
Field Value
Type Description
System.String
View Source

CurrentSignInAt

Current user's sign-in date.

Declaration
public readonly string CurrentSignInAt
Field Value
Type Description
System.String
View Source

Email

The e-mail address of the user.

Declaration
public readonly string Email
Field Value
Type Description
System.String
View Source

External

Whether the user is external.

Declaration
public readonly bool External
Field Value
Type Description
System.Boolean
View Source

ExternUid

The external UID of the user.

Declaration
public readonly string ExternUid
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsAdmin

Whether the user is an admin.

Declaration
public readonly bool IsAdmin
Field Value
Type Description
System.Boolean
View Source

LastSignInAt

Last user's sign-in date.

Declaration
public readonly string LastSignInAt
Field Value
Type Description
System.String
View Source

Linkedin

Linkedin profile of the user.

Declaration
public readonly string Linkedin
Field Value
Type Description
System.String
View Source

Location

The location of the user.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The name of the user.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Organization

The organization of the user.

Declaration
public readonly string Organization
Field Value
Type Description
System.String
View Source

ProjectsLimit

Number of projects the user can create.

Declaration
public readonly int ProjectsLimit
Field Value
Type Description
System.Int32
View Source

Skype

Skype username of the user.

Declaration
public readonly string Skype
Field Value
Type Description
System.String
View Source

State

Whether the user is active or blocked.

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

ThemeId

User's theme ID.

Declaration
public readonly int ThemeId
Field Value
Type Description
System.Int32
View Source

Twitter

Twitter username of the user.

Declaration
public readonly string Twitter
Field Value
Type Description
System.String
View Source

TwoFactorEnabled

Whether user's two factor auth is enabled.

Declaration
public readonly bool TwoFactorEnabled
Field Value
Type Description
System.Boolean
View Source

UserId

Declaration
public readonly int UserId
Field Value
Type Description
System.Int32
View Source

Username

The username of the user.

Declaration
public readonly string Username
Field Value
Type Description
System.String
View Source

UserProvider

The UID provider of the user.

Declaration
public readonly string UserProvider
Field Value
Type Description
System.String
View Source

WebsiteUrl

User's website URL.

Declaration
public readonly string WebsiteUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.