Show / Hide Table of Contents

Class GetUserResult

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

Fields

View Source

AvatarUrl

the user's avatar URL.

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

Bio

the user's bio.

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

Blog

the user's blog location.

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

Company

the user's company name.

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

CreatedAt

the creation date.

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

Email

the user's email.

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

Followers

the number of followers.

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

Following

the number of following users.

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

GpgKeys

list of user's GPG keys.

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

GravatarId

the user's gravatar ID.

Declaration
public readonly string GravatarId
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

Location

the user's location.

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

Login

the user's login.

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

Name

the user's full 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

PublicGists

the number of public gists.

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

PublicRepos

the number of public repositories.

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

SiteAdmin

whether the user is a GitHub admin.

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

SshKeys

list of user's SSH keys.

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

UpdatedAt

the update date.

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

Username

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