C# Class Microsoft.Alm.Authentication.VstsTokenScope

Inheritance: TokenScope
Afficher le fichier Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
EnumerateValues ( ) : IEnumerable

Private Methods

Méthode Description
VstsTokenScope ( System.Collections.Generic.HashSet set ) : System
VstsTokenScope ( string value ) : System
operator ( ) : VstsTokenScope

Method Details

EnumerateValues() public static méthode

public static EnumerateValues ( ) : IEnumerable
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat VstsTokenScope

None public_oe static_oe property

public static VstsTokenScope,Microsoft.Alm.Authentication None
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat VstsTokenScope