C# Class Microsoft.Alm.Authentication.VstsTokenScope

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

Public Properties

Property Type Description
BuildAccess VstsTokenScope
BuildExecute VstsTokenScope
ChatManage VstsTokenScope
ChatWrite VstsTokenScope
CodeManage VstsTokenScope
CodeRead VstsTokenScope
CodeWrite VstsTokenScope
None VstsTokenScope
PackagingManage VstsTokenScope
PackagingRead VstsTokenScope
PackagingWrite VstsTokenScope
ProfileRead VstsTokenScope
ServiceHookRead VstsTokenScope
ServiceHookWrite VstsTokenScope
TestRead VstsTokenScope
TestWrite VstsTokenScope
WorkRead VstsTokenScope
WorkWrite VstsTokenScope

Public Methods

Method Description
EnumerateValues ( ) : IEnumerable

Private Methods

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

Method Details

EnumerateValues() public static method

public static EnumerateValues ( ) : IEnumerable
return IEnumerable

Property Details

BuildAccess public_oe static_oe property

Grants the ability to access build artifacts, including build results, definitions, and requests, and the ability to receive notifications about build events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication BuildAccess
return VstsTokenScope

BuildExecute public_oe static_oe property

Grants the ability to access build artifacts, including build results, definitions, and requests, and the ability to queue a build, update build properties, and the ability to receive notifications about build events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication BuildExecute
return VstsTokenScope

ChatManage public_oe static_oe property

Grants the ability to access rooms and view, post, and update messages. Also grants the ability to manage rooms and users and to receive notifications about new messages via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication ChatManage
return VstsTokenScope

ChatWrite public_oe static_oe property

Grants the ability to access rooms and view, post, and update messages. Also grants the ability to receive notifications about new messages via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication ChatWrite
return VstsTokenScope

CodeManage public_oe static_oe property

Grants the ability to read, update, and delete source code, access metadata about commits, changesets, branches, and other version control artifacts. Also grants the ability to create and manage code repositories, create and manage pull requests and code reviews, and to receive notifications about version control events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication CodeManage
return VstsTokenScope

CodeRead public_oe static_oe property

Grants the ability to read source code and metadata about commits, changesets, branches, and other version control artifacts. Also grants the ability to get notified about version control events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication CodeRead
return VstsTokenScope

CodeWrite public_oe static_oe property

Grants the ability to read, update, and delete source code, access metadata about commits, changesets, branches, and other version control artifacts. Also grants the ability to create and manage pull requests and code reviews and to receive notifications about version control events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication CodeWrite
return VstsTokenScope

None public_oe static_oe property

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

PackagingManage public_oe static_oe property

Grants the ability to read, write, and delete feeds and packages.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingManage
return VstsTokenScope

PackagingRead public_oe static_oe property

Grants the ability to list feeds and read packages in those feeds.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingRead
return VstsTokenScope

PackagingWrite public_oe static_oe property

Grants the ability to list feeds and read, write, and delete packages in those feeds.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingWrite
return VstsTokenScope

ProfileRead public_oe static_oe property

Grants the ability to read your profile, accounts, collections, projects, teams, and other top-level organizational artifacts.
public static VstsTokenScope,Microsoft.Alm.Authentication ProfileRead
return VstsTokenScope

ServiceHookRead public_oe static_oe property

Grants the ability to read service hook subscriptions and metadata, including supported events, consumers, and actions.
public static VstsTokenScope,Microsoft.Alm.Authentication ServiceHookRead
return VstsTokenScope

ServiceHookWrite public_oe static_oe property

Grants the ability to create and update service hook subscriptions and read metadata, including supported events, consumers, and actions."
public static VstsTokenScope,Microsoft.Alm.Authentication ServiceHookWrite
return VstsTokenScope

TestRead public_oe static_oe property

Grants the ability to read test plans, cases, results and other test management related artifacts.
public static VstsTokenScope,Microsoft.Alm.Authentication TestRead
return VstsTokenScope

TestWrite public_oe static_oe property

Grants the ability to read, create, and update test plans, cases, results and other test management related artifacts.
public static VstsTokenScope,Microsoft.Alm.Authentication TestWrite
return VstsTokenScope

WorkRead public_oe static_oe property

Grants the ability to read work items, queries, boards, area and iterations paths, and other work item tracking related metadata. Also grants the ability to execute queries and to receive notifications about work item events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication WorkRead
return VstsTokenScope

WorkWrite public_oe static_oe property

Grants the ability to read, create, and update work items and queries, update board metadata, read area and iterations paths other work item tracking related metadata, execute queries, and to receive notifications about work item events via service hooks.
public static VstsTokenScope,Microsoft.Alm.Authentication WorkWrite
return VstsTokenScope