Class GetCollaboratorsCollaboratorResult
Inheritance
System.Object
GetCollaboratorsCollaboratorResult
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.Github.Outputs
Assembly: Pulumi.Github.dll
Syntax
public sealed class GetCollaboratorsCollaboratorResult
Fields
View SourceEventsUrl
The GitHub API URL for the collaborator's events.
Declaration
public readonly string EventsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
FollowersUrl
The GitHub API URL for the collaborator's followers.
Declaration
public readonly string FollowersUrl
Field Value
| Type | Description |
|---|---|
| System.String |
FollowingUrl
The GitHub API URL for those following the collaborator.
Declaration
public readonly string FollowingUrl
Field Value
| Type | Description |
|---|---|
| System.String |
GistsUrl
The GitHub API URL for the collaborator's gists.
Declaration
public readonly string GistsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
HtmlUrl
The GitHub HTML URL for the collaborator.
Declaration
public readonly string HtmlUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the collaborator.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Login
The collaborator's login.
Declaration
public readonly string Login
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationsUrl
The GitHub API URL for the collaborator's organizations.
Declaration
public readonly string OrganizationsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Permission
The permission of the collaborator.
Declaration
public readonly string Permission
Field Value
| Type | Description |
|---|---|
| System.String |
ReceivedEventsUrl
The GitHub API URL for the collaborator's received events.
Declaration
public readonly string ReceivedEventsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
ReposUrl
The GitHub API URL for the collaborator's repositories.
Declaration
public readonly string ReposUrl
Field Value
| Type | Description |
|---|---|
| System.String |
SiteAdmin
Whether the user is a GitHub admin.
Declaration
public readonly bool SiteAdmin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
StarredUrl
The GitHub API URL for the collaborator's starred repositories.
Declaration
public readonly string StarredUrl
Field Value
| Type | Description |
|---|---|
| System.String |
SubscriptionsUrl
The GitHub API URL for the collaborator's subscribed repositories.
Declaration
public readonly string SubscriptionsUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the collaborator (ex. user).
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Url
The GitHub API URL for the collaborator.
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |