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 SourceAvatarUrl
the user's avatar URL.
Declaration
public readonly string AvatarUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Bio
the user's bio.
Declaration
public readonly string Bio
Field Value
| Type | Description |
|---|---|
| System.String |
Blog
the user's blog location.
Declaration
public readonly string Blog
Field Value
| Type | Description |
|---|---|
| System.String |
Company
the user's company name.
Declaration
public readonly string Company
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedAt
the creation date.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
the user's email.
Declaration
public readonly string Email
Field Value
| Type | Description |
|---|---|
| System.String |
Followers
the number of followers.
Declaration
public readonly int Followers
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Following
the number of following users.
Declaration
public readonly int Following
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GpgKeys
list of user's GPG keys.
Declaration
public readonly ImmutableArray<string> GpgKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
GravatarId
the user's gravatar ID.
Declaration
public readonly string GravatarId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
the user's location.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Login
the user's login.
Declaration
public readonly string Login
Field Value
| Type | Description |
|---|---|
| System.String |
Name
the user's full name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NodeId
Declaration
public readonly string NodeId
Field Value
| Type | Description |
|---|---|
| System.String |
PublicGists
the number of public gists.
Declaration
public readonly int PublicGists
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PublicRepos
the number of public repositories.
Declaration
public readonly int PublicRepos
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SiteAdmin
whether the user is a GitHub admin.
Declaration
public readonly bool SiteAdmin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
SshKeys
list of user's SSH keys.
Declaration
public readonly ImmutableArray<string> SshKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
UpdatedAt
the update date.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |