I am an admin on a TFS online project, and I have created a wiki and written some pages in it. However, today I cannot access it to edit these pages nor add sub-pages.
The Security button in Wiki page also has been disappeared. How can I restore permission for my account? So I can edit Wiki pages again.
Ask another admin to set the Wiki security Contribute permission to Allow for your account.
If no other admins in your organization, then you can follow below steps to do that:
Add a team member to Project Collection Administrators group.
(Navigate to https://{account}.visualstudio.com/_settings/security?_a=members)
Login with this account to manage the wiki security permissions for
your account.
After that you can remove the team member from Project Collection Administrators group.
Related
I installed the official app Google Cloud to manage and monitor my Google Cloud ressources. I then logged in using an account with an Owner role on the top structure My Organization and an Owner role on all its sub-projects as well. I am super-admin in Google Workspace.
However, I can't seem to access/list any project or ressource in the app. Basically it tells me I lack permissions.
I tried looking for specific IAM permissions for this scenario but without luck.
What am I missing?
To get the permissions that you need to manage access to a project, folder, or organization in Google official cloud you need to have following IAM roles on the resource that you want to manage access for (project, folder, or organization):
To manage access to a project: Project IAM Admin
(roles/resourcemanager.projectIamAdmin)
To manage access to a folder: Folder Admin
(roles/resourcemanager.folderAdmin)
To manage access to projects, folders, and organizations:
Organization Admin (roles/resourcemanager.organizationAdmin)
To manage access to almost all Google Cloud resources: Security Admin
(roles/iam.securityAdmin)
For more information about granting roles, see Required permissions and Manage access and check these roles.
I found the solution:
In Google Workspace Admin console, you must activate the service named Additional services without individual control.
Menu 'Apps' > 'Additional Google services' > 'CHANGE' next to 'Access to additional services without individual control for all organisational units is turned Off' (info icon in the upper zone) > 'ON for everyone'
I want to add Device.Read and Device.Command permissions to Graph Explorer. When I open the permissions and add them I'm told I need admin approval, although these specific permissions do not require approval. I want to add these permissions without taking away existing admin approvals. How do I do this?
I am working on managing user access to workspaces via the API. [Cleaning inactive users], and am running into issues where I can authenticate the user, but don't have a way to check if the user is a workspace admin.
This becomes an issue because I am authenticating the user, and then managing users in a later step. I would like to show an error when the user authenticates if they are able to manage users on the chosen workspace.
Any ideas?
There currently is not an endpoint to determine if a user is an admin. I do think this would be helpful, and I will surface it with our API team.
There are endpoints that can only be accessed by admins, such as user management. Unfortunately, I don't think this solves your requirements.
On my visualstudio.com dashboard it says I am a member to a Team Service Account. How can I remove myself? The project is long done and I don't want to see that anymore. I am not the owner and cannot contact him.
This feature is now available in VSTS (now Azure DevOps Services). Login to one of your VSTS Account go to "My Profile". (top right corner) Then you can leave VSTS Accounts where your Account is a member.
Azure DevOps Services - leaving your organization
No, only account owner or administrator (in Project Collection Administrators group, Admin page > Security > Project Collection Administrators) can add or delete the account.
I want to allow some users to access a team project portal, so I give them read permission in sharepoint manage centre. But, I found that these accounts can access team project portal only on service, when logged in client, they're forbided.
How could I do it?
I found the default account of vs2010 is server\administrator, so I gave the account some permission, then it's ok.