C# Class Microsoft.Alm.Authentication.GitHubTokenScope

Inheritance: TokenScope
Datei anzeigen Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Public Properties

Property Type Description
Gist GitHubTokenScope
None GitHubTokenScope
Notifications GitHubTokenScope
OrgAdmin GitHubTokenScope
OrgHookAdmin GitHubTokenScope
OrgRead GitHubTokenScope
OrgWrite GitHubTokenScope
PublicKeyAdmin GitHubTokenScope
PublicKeyRead GitHubTokenScope
PublicKeyWrite GitHubTokenScope
Repo GitHubTokenScope
RepoDelete GitHubTokenScope
RepoDeployment GitHubTokenScope
RepoHookAdmin GitHubTokenScope
RepoHookRead GitHubTokenScope
RepoHookWrite GitHubTokenScope
RepoPublic GitHubTokenScope
RepoStatus GitHubTokenScope
User GitHubTokenScope
UserEmail GitHubTokenScope
UserFollow GitHubTokenScope

Public Methods

Method Description
EnumerateValues ( ) : IEnumerable

Private Methods

Method Description
GitHubTokenScope ( System.Collections.Generic.HashSet set ) : System
GitHubTokenScope ( string value ) : System
operator ( ) : GitHubTokenScope

Method Details

EnumerateValues() public static method

public static EnumerateValues ( ) : IEnumerable
return IEnumerable

Property Details

Gist public_oe static_oe property

Create gists
public static GitHubTokenScope,Microsoft.Alm.Authentication Gist
return GitHubTokenScope

None public_oe static_oe property

public static GitHubTokenScope,Microsoft.Alm.Authentication None
return GitHubTokenScope

Notifications public_oe static_oe property

Access notifications
public static GitHubTokenScope,Microsoft.Alm.Authentication Notifications
return GitHubTokenScope

OrgAdmin public_oe static_oe property

Full control of orgs and teams
public static GitHubTokenScope,Microsoft.Alm.Authentication OrgAdmin
return GitHubTokenScope

OrgHookAdmin public_oe static_oe property

Full control of organization hooks
public static GitHubTokenScope,Microsoft.Alm.Authentication OrgHookAdmin
return GitHubTokenScope

OrgRead public_oe static_oe property

Read org and team membership
public static GitHubTokenScope,Microsoft.Alm.Authentication OrgRead
return GitHubTokenScope

OrgWrite public_oe static_oe property

Read and write org and team membership
public static GitHubTokenScope,Microsoft.Alm.Authentication OrgWrite
return GitHubTokenScope

PublicKeyAdmin public_oe static_oe property

Full control of user's public keys
public static GitHubTokenScope,Microsoft.Alm.Authentication PublicKeyAdmin
return GitHubTokenScope

PublicKeyRead public_oe static_oe property

Read user's public keys
public static GitHubTokenScope,Microsoft.Alm.Authentication PublicKeyRead
return GitHubTokenScope

PublicKeyWrite public_oe static_oe property

Write user's public keys
public static GitHubTokenScope,Microsoft.Alm.Authentication PublicKeyWrite
return GitHubTokenScope

Repo public_oe static_oe property

Access private repositories
public static GitHubTokenScope,Microsoft.Alm.Authentication Repo
return GitHubTokenScope

RepoDelete public_oe static_oe property

Delete repositories
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoDelete
return GitHubTokenScope

RepoDeployment public_oe static_oe property

Access deployment status
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoDeployment
return GitHubTokenScope

RepoHookAdmin public_oe static_oe property

Full control of repository hooks
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoHookAdmin
return GitHubTokenScope

RepoHookRead public_oe static_oe property

Read repository hooks
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoHookRead
return GitHubTokenScope

RepoHookWrite public_oe static_oe property

Write repository hooks
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoHookWrite
return GitHubTokenScope

RepoPublic public_oe static_oe property

Access public repositories
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoPublic
return GitHubTokenScope

RepoStatus public_oe static_oe property

Access commit status
public static GitHubTokenScope,Microsoft.Alm.Authentication RepoStatus
return GitHubTokenScope

User public_oe static_oe property

Update all user information
public static GitHubTokenScope,Microsoft.Alm.Authentication User
return GitHubTokenScope

UserEmail public_oe static_oe property

Access user email address (read-only)
public static GitHubTokenScope,Microsoft.Alm.Authentication UserEmail
return GitHubTokenScope

UserFollow public_oe static_oe property

Follow and unfollow users
public static GitHubTokenScope,Microsoft.Alm.Authentication UserFollow
return GitHubTokenScope