Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MahdiKarimipour/1854c67d4bc244edb14c2ca120175936 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/1854c67d4bc244edb14c2ca120175936 to your computer and use it in GitHub Desktop.
Get Project Scope Descriptor Using Azure DevOps
{
"value": "scp.MDU4....ZGNm",
"_links": {
"self": {
"href": "https://vssps.dev.azure.com/.../_apis/Graph/Descriptors/953d3623...aa0e770d"
},
"storageKey": {
"href": "https://vssps.dev.azure.com/.../_apis/Graph/StorageKeys/scp.MDU4YTU2N........ZGNm"
},
"subject": {
"href": "https://vssps.dev.azure.com/.../_apis/Graph/Scopes/scp.MDU4YTU2....1ZTctNj....M5ZGNm"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment