Skip to content

Add missing library token example. #1451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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'