Class GetUsersArgs
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 GetUsersArgs : InvokeArgs
Constructors
View SourceGetUsersArgs()
Declaration
public GetUsersArgs()
Properties
View SourceActive
Filter users that are active.
Declaration
public bool? Active { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Blocked
Filter users that are blocked.
Declaration
public bool? Blocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
CreatedAfter
Search for users created after a specific date. (Requires administrator privileges)
Declaration
public string CreatedAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CreatedBefore
Search for users created before a specific date. (Requires administrator privileges)
Declaration
public string CreatedBefore { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExternProvider
Lookup users by external provider. (Requires administrator privileges)
Declaration
public string ExternProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExternUid
Lookup users by external UID. (Requires administrator privileges)
Declaration
public string ExternUid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OrderBy
Order the users' list by id, name, username, created_at or updated_at. (Requires administrator privileges)
Declaration
public string OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Search
Search users by username, name or email.
Declaration
public string Search { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sort
Sort users' list in asc or desc order. (Requires administrator privileges)
Declaration
public string Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |