Aracılığıyla paylaş


Access Control Entries - Remove Access Control Entries

Belirtilen belirtece ait ACL'den belirtilen ACL'leri kaldırın.

DELETE https://dev.azure.com/{organization}/_apis/accesscontrolentries/{securityNamespaceId}?api-version=6.0
DELETE https://dev.azure.com/{organization}/_apis/accesscontrolentries/{securityNamespaceId}?token={token}&descriptors={descriptors}&api-version=6.0

URI Parametreleri

Name İçinde Gerekli Tür Description
securityNamespaceId
path True

string

uuid

Güvenlik ad alanı tanımlayıcısı.

organization
path

string

Azure DevOps kuruluşunun adı.

api-version
query True

string

Kullanılacak API sürümü. Api'nin bu sürümünü kullanmak için bu değer '6.0' olarak ayarlanmalıdır.

descriptors
query

string

Girişleri kaldırılması gereken ',' ile ayrılmış kimlik tanımlayıcılarının listesini içeren dize.

token
query

string

ACL'sinin değiştirilmesi gereken belirteç.

Yanıtlar

Name Tür Description
200 OK

boolean

başarılı işlem

Güvenlik

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

Name Description
vso.security_manage Güvenlik izinlerini okuma, yazma ve yönetme olanağı verir.

Örnekler

Sample Request

DELETE https://dev.azure.com/fabrikam/_apis/accesscontrolentries/5a27515b-ccd7-42c9-84f1-54c998f03866?token=newToken&descriptors=Microsoft.TeamFoundation.Identity;S-1-9-1551374245-1204400969-2402986413-2179408616-0-0-0-0-1,Microsoft.TeamFoundation.Identity;S-1-9-1551374245-1204400969-2402986413-2179408616-0-0-0-0-2&api-version=6.0

Sample Response

true