Skip to content

Update namespace-reference.md #14298

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 2 commits into
base: main
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
11 changes: 11 additions & 0 deletions docs/organizations/security/namespace-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ The following table describes the namespaces that manage object-level permission
:::column span="2":::
[Manages dashboard object-level permissions](permissions.md#dashboards-object-level) to edit and delete dashboards and manage permissions for a project dashboard. You can manage these permissions through the [dashboards user interface](../../report/dashboards/dashboard-permissions.md#set-permissions-for-a-project-dashboard).
<br/>
**Token format for Team Dashboard permissions**: `$/PROJECT_ID/Team_ID/Dashboard_ID`
**Example**: `$/xxxxxxx-3ba9-4eca-b8d0-b8a51abaf2dc/xxxxxxx-9b78-4d75-9805-ffe28e74b764/xxxxxxxx-8b8e-4c29-aa98-28543a9947a5`
<br/><br/>
**Token format for Project Dashboard permissions**: `$/PROJECT_ID/00000000-0000-0000-0000-000000000000/Dashboard_ID`
**Example**: `$/xxxxxxxx-3ba9-4eca-b8d0-b8a51abaf2dc/00000000-0000-0000-0000-000000000000/xxxxxxxx-c373-4f61-a77f-f9f9e2cc865a`
<br/><br/>
**ID:** `8adf73b7-389a-4276-b638-fe1653f7efc7`
:::column-end:::
:::row-end:::
Expand Down Expand Up @@ -201,6 +207,7 @@ The following table describes the namespaces that manage object-level permission
The `Administer` permission was divided into several more granular permissions [in 2017](/previous-versions/azure/devops/2017/jan-25-team-services#repo-admin-permission-changes), and shouldn't be used.
<br/>
**Token format for project-level permissions**: `repoV2/PROJECT_ID`
<br/>
You need to append `RepositoryID` to update repository-level permissions.
<br/>
**Token format for repository-specific permissions**: `repoV2/PROJECT_ID/REPO_ID`
Expand Down Expand Up @@ -278,6 +285,10 @@ The following table describes the namespaces that manage object-level permission
:::column span="2":::
[Manages permissions for Delivery Plans](permissions.md) to view, edit, delete, and manage delivery plans. You can manage these permissions through the [web portal for each plan](set-permissions-access-work-tracking.md).
<br/>
**Token Format**: `Plan/PROJECT_ID/DeliveryPlan_ID`
<br/><br/>
**Example**: `Plan/XXXXXXX-3ba9-4eca-b8d0-b8a51abaf2dc/XXXXXXXX-9c1b-443f-ae9a-e8d6a24e9be7`
<br/>
**ID:** `bed337f8-e5f3-4fb9-80da-81e17d06e7a8`
:::column-end:::
:::row-end:::
Expand Down