C# 클래스 Microsoft.Alm.Authentication.VstsTokenScope

상속: TokenScope
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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