Class GetUsersResult
Inheritance
System.Object
GetUsersResult
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 GetUsersResult
Fields
View SourceActive
Declaration
public readonly bool? Active
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Blocked
Declaration
public readonly bool? Blocked
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
CreatedAfter
Declaration
public readonly string CreatedAfter
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedBefore
Declaration
public readonly string CreatedBefore
Field Value
| Type | Description |
|---|---|
| System.String |
ExternProvider
Declaration
public readonly string ExternProvider
Field Value
| Type | Description |
|---|---|
| System.String |
ExternUid
The external UID of the user.
Declaration
public readonly string ExternUid
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
OrderBy
Declaration
public readonly string OrderBy
Field Value
| Type | Description |
|---|---|
| System.String |
Search
Declaration
public readonly string Search
Field Value
| Type | Description |
|---|---|
| System.String |
Sort
Declaration
public readonly string Sort
Field Value
| Type | Description |
|---|---|
| System.String |
Users
The list of users.
Declaration
public readonly ImmutableArray<GetUsersUserResult> Users
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetUsersUserResult> |