Authorizedresources - Authorize Project Resources

PATCH https://dev.azure.com/{organization}/{project}/_apis/build/authorizedresources?api-version=7.1-preview.1

URI 参数

名称 必需 类型 说明
organization
path True

string

Azure DevOps 组织的名称。

project
path True

string

项目 ID 或项目名称

api-version
query True

string

要使用的 API 版本。 这应设置为“7.1-preview.1”才能使用此版本的 API。

请求正文

名称 类型 说明
body

DefinitionResourceReference[]

响应

名称 类型 说明
200 OK

DefinitionResourceReference[]

成功的操作

安全性

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL: https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

Scopes

名称 说明
vso.build_execute 授予访问生成项目(包括生成结果、定义和请求)的能力,以及将生成排队、更新生成属性以及通过服务挂钩接收有关生成事件的通知的能力。
vso.pipelineresources_manage 授予管理受保护资源或管道使用受保护资源请求的能力:代理池、环境、队列、存储库、安全文件、服务连接和变量组

定义

DefinitionResourceReference

名称 类型 说明
authorized

boolean

指示是否授权使用资源。

id

string

资源的 ID。

name

string

资源的友好名称。

type

string

资源类型。