Can personal access tokens in Azure DevOps be "shared" tokens that can be managed by a group of users, such as a security admin group? By managed I mean: create, revoke, edit, regenerate.
I want to avoid a situation where we have "build" or "deploy" agents that can only be maintained by one user, or suddenly stop working if that user leaves the org.
Is there an alternate authentication mechanism to PAT that works better in this situation?