Class GetProjectResult
Inheritance
System.Object
GetProjectResult
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()
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetProjectResult
Fields
View Source
Archived
Whether the project is in read-only mode (archived).
Declaration
public readonly bool Archived
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
DefaultBranch
The default branch for the project.
Declaration
public readonly string DefaultBranch
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
A description of the project.
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
HttpUrlToRepo
URL that can be provided to git clone to clone the
repository via HTTP.
Declaration
public readonly string HttpUrlToRepo
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
Integer that uniquely identifies the project within the gitlab install.
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
IssuesEnabled
Enable issue tracking for the project.
Declaration
public readonly bool IssuesEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
LfsEnabled
Enable LFS for the project.
Declaration
public readonly bool LfsEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
MergeRequestsEnabled
Enable merge requests for the project.
Declaration
public readonly bool MergeRequestsEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NamespaceId
The namespace (group or user) of the project. Defaults to your user.
See gitlab..Group for an example.
Declaration
public readonly int NamespaceId
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Path
The path of the repository.
Declaration
public readonly string Path
Field Value
| Type |
Description |
| System.String |
|
View Source
PipelinesEnabled
Enable pipelines for the project.
Declaration
public readonly bool PipelinesEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
RequestAccessEnabled
Allow users to request member access.
Declaration
public readonly bool RequestAccessEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
RunnersToken
Registration token to use during runner setup.
Declaration
public readonly string RunnersToken
Field Value
| Type |
Description |
| System.String |
|
View Source
SnippetsEnabled
Enable snippets for the project.
Declaration
public readonly bool SnippetsEnabled
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
SshUrlToRepo
URL that can be provided to git clone to clone the
repository via SSH.
Declaration
public readonly string SshUrlToRepo
Field Value
| Type |
Description |
| System.String |
|
View Source
VisibilityLevel
Repositories are created as private by default.
Declaration
public readonly string VisibilityLevel
Field Value
| Type |
Description |
| System.String |
|
View Source
WebUrl
URL that can be used to find the project in a browser.
Declaration
public readonly string WebUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
WikiEnabled
Enable wiki for the project.
Declaration
public readonly bool WikiEnabled
Field Value
| Type |
Description |
| System.Boolean |
|