Show / Hide Table of Contents

Class GetUsersArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUsersArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetUsersArgs()

Declaration
public GetUsersArgs()

Properties

View Source

Active

Filter users that are active.

Declaration
public bool? Active { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Blocked

Filter users that are blocked.

Declaration
public bool? Blocked { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

CreatedAfter

Search for users created after a specific date. (Requires administrator privileges)

Declaration
public string CreatedAfter { get; set; }
Property Value
Type Description
System.String
View Source

CreatedBefore

Search for users created before a specific date. (Requires administrator privileges)

Declaration
public string CreatedBefore { get; set; }
Property Value
Type Description
System.String
View Source

ExternProvider

Lookup users by external provider. (Requires administrator privileges)

Declaration
public string ExternProvider { get; set; }
Property Value
Type Description
System.String
View Source

ExternUid

Lookup users by external UID. (Requires administrator privileges)

Declaration
public string ExternUid { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

Search

Search users by username, name or email.

Declaration
public string Search { get; set; }
Property Value
Type Description
System.String
View Source

Sort

Sort users' list in asc or desc order. (Requires administrator privileges)

Declaration
public string Sort { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.