C# Класс Microsoft.Alm.Authentication.VstsTokenScope

Наследование: TokenScope
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
EnumerateValues ( ) : IEnumerable

Приватные методы

Метод Описание
VstsTokenScope ( System.Collections.Generic.HashSet set ) : System
VstsTokenScope ( string value ) : System
operator ( ) : VstsTokenScope

Описание методов

EnumerateValues() публичный статический Метод

public static EnumerateValues ( ) : IEnumerable
Результат IEnumerable

Описание свойств

BuildAccess публичное статическое свойство

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
Результат VstsTokenScope

BuildExecute публичное статическое свойство

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
Результат VstsTokenScope

ChatManage публичное статическое свойство

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
Результат VstsTokenScope

ChatWrite публичное статическое свойство

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
Результат VstsTokenScope

CodeManage публичное статическое свойство

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
Результат VstsTokenScope

CodeRead публичное статическое свойство

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
Результат VstsTokenScope

CodeWrite публичное статическое свойство

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
Результат VstsTokenScope

None публичное статическое свойство

public static VstsTokenScope,Microsoft.Alm.Authentication None
Результат VstsTokenScope

PackagingManage публичное статическое свойство

Grants the ability to read, write, and delete feeds and packages.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingManage
Результат VstsTokenScope

PackagingRead публичное статическое свойство

Grants the ability to list feeds and read packages in those feeds.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingRead
Результат VstsTokenScope

PackagingWrite публичное статическое свойство

Grants the ability to list feeds and read, write, and delete packages in those feeds.
public static VstsTokenScope,Microsoft.Alm.Authentication PackagingWrite
Результат VstsTokenScope

ProfileRead публичное статическое свойство

Grants the ability to read your profile, accounts, collections, projects, teams, and other top-level organizational artifacts.
public static VstsTokenScope,Microsoft.Alm.Authentication ProfileRead
Результат VstsTokenScope

ServiceHookRead публичное статическое свойство

Grants the ability to read service hook subscriptions and metadata, including supported events, consumers, and actions.
public static VstsTokenScope,Microsoft.Alm.Authentication ServiceHookRead
Результат VstsTokenScope

ServiceHookWrite публичное статическое свойство

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
Результат VstsTokenScope

TestRead публичное статическое свойство

Grants the ability to read test plans, cases, results and other test management related artifacts.
public static VstsTokenScope,Microsoft.Alm.Authentication TestRead
Результат VstsTokenScope

TestWrite публичное статическое свойство

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
Результат VstsTokenScope

WorkRead публичное статическое свойство

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
Результат VstsTokenScope

WorkWrite публичное статическое свойство

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
Результат VstsTokenScope