Show / Hide Table of Contents

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 Source

EventsUrl

The GitHub API URL for the collaborator's events.

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

FollowersUrl

The GitHub API URL for the collaborator's followers.

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

FollowingUrl

The GitHub API URL for those following the collaborator.

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

GistsUrl

The GitHub API URL for the collaborator's gists.

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

HtmlUrl

The GitHub HTML URL for the collaborator.

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

Id

The ID of the collaborator.

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

Login

The collaborator's login.

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

OrganizationsUrl

The GitHub API URL for the collaborator's organizations.

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

Permission

The permission of the collaborator.

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

ReceivedEventsUrl

The GitHub API URL for the collaborator's received events.

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

ReposUrl

The GitHub API URL for the collaborator's repositories.

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

SiteAdmin

Whether the user is a GitHub admin.

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

StarredUrl

The GitHub API URL for the collaborator's starred repositories.

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

SubscriptionsUrl

The GitHub API URL for the collaborator's subscribed repositories.

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

Type

The type of the collaborator (ex. user).

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

Url

The GitHub API URL for the collaborator.

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.