Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/security_tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,13 @@ If the tokens have variable-length path parts, then a separator character is use
Token format for project level permissions : 'repoV2/PROJECT_ID/REPO_ID'

For more information on this namespace and its tokens refer this [blog](https://devblogs.microsoft.com/devops/git-repo-tokens-for-the-security-service/)

1. Namespace name : Library

Namespace ID : b7e84409-6553-448a-bbb2-af228e07cbeb

Token format for library level permissions : 'Library/PROJECT_ID'

You need to append LibraryName to update library level permissions

Token format for library level permissions : 'Library/PROJECT_ID/LIBRARY_NAME'