Show / Hide Table of Contents

Class GetProjectsResult

Inheritance
System.Object
GetProjectsResult
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 GetProjectsResult

Fields

View Source

Archived

Declaration
public readonly bool? Archived
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

GroupId

Declaration
public readonly int? GroupId
Field Value
Type Description
System.Nullable<System.Int32>
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

IncludeSubgroups

Declaration
public readonly bool? IncludeSubgroups
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MaxQueryablePages

Declaration
public readonly int? MaxQueryablePages
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Membership

Declaration
public readonly bool? Membership
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MinAccessLevel

Declaration
public readonly int? MinAccessLevel
Field Value
Type Description
System.Nullable<System.Int32>
View Source

OrderBy

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

Owned

Declaration
public readonly bool? Owned
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Page

Declaration
public readonly int? Page
Field Value
Type Description
System.Nullable<System.Int32>
View Source

PerPage

Declaration
public readonly int? PerPage
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Projects

A list containing the projects matching the supplied arguments

Declaration
public readonly ImmutableArray<GetProjectsProjectResult> Projects
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetProjectsProjectResult>
View Source

Search

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

Simple

Declaration
public readonly bool? Simple
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Sort

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

Starred

Declaration
public readonly bool? Starred
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Statistics

Declaration
public readonly bool? Statistics
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Visibility

The visibility of the project.

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

WithCustomAttributes

Declaration
public readonly bool? WithCustomAttributes
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

WithIssuesEnabled

Declaration
public readonly bool? WithIssuesEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

WithMergeRequestsEnabled

Declaration
public readonly bool? WithMergeRequestsEnabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

WithProgrammingLanguage

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

WithShared

Declaration
public readonly bool? WithShared
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.