Class GetRepositoryResult
Inheritance
System.Object
GetRepositoryResult
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.Github.dll
Syntax
public sealed class GetRepositoryResult
Fields
View Source
AllowMergeCommit
Whether the repository allows merge commits.
Declaration
public readonly bool AllowMergeCommit
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
AllowRebaseMerge
Whether the repository allows rebase merges.
Declaration
public readonly bool AllowRebaseMerge
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
AllowSquashMerge
Whether the repository allows squash merges.
Declaration
public readonly bool AllowSquashMerge
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Archived
Whether the repository is archived.
Declaration
public readonly bool Archived
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
DefaultBranch
The name of the default branch of the repository.
Declaration
public readonly string DefaultBranch
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
A description of the repository.
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
FullName
Declaration
public readonly string FullName
Field Value
| Type |
Description |
| System.String |
|
View Source
GitCloneUrl
URL that can be provided to git clone to clone the repository anonymously via the git protocol.
Declaration
public readonly string GitCloneUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
HasDownloads
Whether the repository has Downloads feature enabled.
Declaration
public readonly bool HasDownloads
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
HasIssues
Whether the repository has GitHub Issues enabled.
Declaration
public readonly bool HasIssues
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
HasProjects
Whether the repository has the GitHub Projects enabled.
Declaration
public readonly bool HasProjects
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
HasWiki
Whether the repository has the GitHub Wiki enabled.
Declaration
public readonly bool HasWiki
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
HomepageUrl
URL of a page describing the project.
Declaration
public readonly string HomepageUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
HtmlUrl
URL to the repository on the web.
Declaration
public readonly string HtmlUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
HttpCloneUrl
URL that can be provided to git clone to clone the repository via HTTPS.
Declaration
public readonly string HttpCloneUrl
Field Value
| Type |
Description |
| System.String |
|
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
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NodeId
Declaration
public readonly string NodeId
Field Value
| Type |
Description |
| System.String |
|
View Source
Private
Whether the repository is private.
Declaration
public readonly bool Private
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
SshCloneUrl
URL that can be provided to git clone to clone the repository via SSH.
Declaration
public readonly string SshCloneUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
SvnUrl
URL that can be provided to svn checkout to check out the repository via GitHub's Subversion protocol emulation.
Declaration
public readonly string SvnUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
Topics
The list of topics of the repository.
Declaration
public readonly ImmutableArray<string> Topics
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|