Show / Hide Table of Contents

Class GetProjectsProjectResult

Inheritance
System.Object
GetProjectsProjectResult
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.Outputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetProjectsProjectResult

Fields

View Source

_links

Declaration
public readonly ImmutableDictionary<string, string> _links
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

ApprovalsBeforeMerge

The numbers of approvals needed in a merge requests.

Declaration
public readonly int ApprovalsBeforeMerge
Field Value
Type Description
System.Int32
View Source

Archived

Limit by archived status.

Declaration
public readonly bool Archived
Field Value
Type Description
System.Boolean
View Source

AvatarUrl

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

CiConfigPath

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

ContainerRegistryEnabled

Declaration
public readonly bool ContainerRegistryEnabled
Field Value
Type Description
System.Boolean
View Source

CreatedAt

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

CreatorId

Declaration
public readonly int CreatorId
Field Value
Type Description
System.Int32
View Source

CustomAttributes

Declaration
public readonly ImmutableArray<ImmutableDictionary<string, object>> CustomAttributes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>
View Source

DefaultBranch

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

Description

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

ForkedFromProject

Declaration
public readonly GetProjectsProjectForkedFromProjectResult ForkedFromProject
Field Value
Type Description
GetProjectsProjectForkedFromProjectResult
View Source

ForksCount

Declaration
public readonly int ForksCount
Field Value
Type Description
System.Int32
View Source

HttpUrlToRepo

The HTTP clone URL of the project.

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

Id

The ID of the project.

Declaration
public readonly int Id
Field Value
Type Description
System.Int32
View Source

ImportError

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

ImportStatus

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

IssuesEnabled

Declaration
public readonly bool IssuesEnabled
Field Value
Type Description
System.Boolean
View Source

JobsEnabled

Whether pipelines are enabled for the project.

Declaration
public readonly bool JobsEnabled
Field Value
Type Description
System.Boolean
View Source

LastActivityAt

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

LfsEnabled

Declaration
public readonly bool LfsEnabled
Field Value
Type Description
System.Boolean
View Source

MergeMethod

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

MergeRequestsEnabled

Declaration
public readonly bool MergeRequestsEnabled
Field Value
Type Description
System.Boolean
View Source

Mirror

Declaration
public readonly bool Mirror
Field Value
Type Description
System.Boolean
View Source

MirrorOverwritesDivergedBranches

Declaration
public readonly bool MirrorOverwritesDivergedBranches
Field Value
Type Description
System.Boolean
View Source

MirrorTriggerBuilds

Declaration
public readonly bool MirrorTriggerBuilds
Field Value
Type Description
System.Boolean
View Source

MirrorUserId

Declaration
public readonly int MirrorUserId
Field Value
Type Description
System.Int32
View Source

Name

The name of the project.

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

Namespace

Declaration
public readonly GetProjectsProjectNamespaceResult Namespace
Field Value
Type Description
GetProjectsProjectNamespaceResult
View Source

NameWithNamespace

In group / subgroup / project or user / project format.

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

OnlyAllowMergeIfAllDiscussionsAreResolved

Declaration
public readonly bool OnlyAllowMergeIfAllDiscussionsAreResolved
Field Value
Type Description
System.Boolean
View Source

OnlyAllowMergeIfPipelineSucceeds

Declaration
public readonly bool OnlyAllowMergeIfPipelineSucceeds
Field Value
Type Description
System.Boolean
View Source

OnlyMirrorProtectedBranches

Declaration
public readonly bool OnlyMirrorProtectedBranches
Field Value
Type Description
System.Boolean
View Source

OpenIssuesCount

Declaration
public readonly int OpenIssuesCount
Field Value
Type Description
System.Int32
View Source

Owner

Declaration
public readonly GetProjectsProjectOwnerResult Owner
Field Value
Type Description
GetProjectsProjectOwnerResult
View Source

Path

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

PathWithNamespace

In group/subgroup/project or user/project format.

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

Permissions

Declaration
public readonly GetProjectsProjectPermissionsResult Permissions
Field Value
Type Description
GetProjectsProjectPermissionsResult
View Source

Public

Whether the project is public.

Declaration
public readonly bool Public
Field Value
Type Description
System.Boolean
View Source

PublicBuilds

Declaration
public readonly bool PublicBuilds
Field Value
Type Description
System.Boolean
View Source

ReadmeUrl

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

RequestAccessEnabled

Declaration
public readonly bool RequestAccessEnabled
Field Value
Type Description
System.Boolean
View Source

ResolveOutdatedDiffDiscussions

Declaration
public readonly bool ResolveOutdatedDiffDiscussions
Field Value
Type Description
System.Boolean
View Source

RunnersToken

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

SharedRunnersEnabled

Declaration
public readonly bool SharedRunnersEnabled
Field Value
Type Description
System.Boolean
View Source

SharedWithGroups

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

SnippetsEnabled

Declaration
public readonly bool SnippetsEnabled
Field Value
Type Description
System.Boolean
View Source

SshUrlToRepo

The SSH clone URL of the project.

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

StarCount

Declaration
public readonly int StarCount
Field Value
Type Description
System.Int32
View Source

Statistics

Include project statistics. Cannot be used with group_id.

Declaration
public readonly ImmutableDictionary<string, int> Statistics
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Int32>
View Source

TagLists

A set of the project topics (formerly called "project tags").

Declaration
public readonly ImmutableArray<string> TagLists
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Visibility

Limit by visibility public, internal, or private.

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

WebUrl

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

WikiEnabled

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