Class GetUserArgs
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 GetUserArgs : InvokeArgs
Constructors
View SourceGetUserArgs()
Declaration
public GetUserArgs()
Properties
View SourceThe e-mail address of the user. (Requires administrator privileges)
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserId
The ID of the user.
Declaration
public int? UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Username
The username of the user.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |