AzureDevOps Board -> Hide content (Board/Backlog/Epic/Feature/User Story/Tasks) from others Teams - permissions

In my project I have 10 teams and 1 team have confidential data.
How I can hidden this content (board/backlog) from other teams? How I should grant permissions?
I tried to change permission here:
Project seting -> (Board) Team Configuration -> Areas (three dots) -> Security -> Permissions for Team 1
Not working
Thank you in advance for your answer.

Related

How to enable Developer Resources Section in appstoreconnect (Users and Access)?

I have stuck in one scenario, I have provided admin rights to one user accounts but they can not access profile & certificate section in developer apple site. I have google it but nothing find for solution. In Users and Access Section when i add user account (email address) at that time Developer Resources section is disable so i need to help how to enable that section.
In My account two-factor authentication is enabled.
All the roles are enabled
Previously i have follow below steps for give access to user before flow changes by apple.
First : (Apple Developer)
Sign in to developer.apple.com/account, and click People.
Click Invite People.
Enter the email address of the person you want to invite as an Admin in the top section.
Click Invite.
Second (iTunes Connect)
https://appstoreconnect.apple.com/
Goto -> User & Access
People Tab -> Add New
I have read out this link but not getting success.
Link: developer-account learn more
If enrolled as an individual, you cannot provide access to Profiles & Certificates over at https://developer.apple.com/account
Only organization accounts allow this functionality. (https://developer.apple.com/programs/enroll/ bottom option "Enrolling as an Organization")
If you have a company/organization account, over at https://appstoreconnect.apple.com > Users & Access > People you will find a section "Developer Resources". Check it to give the person (full) access to certs, identifiers and profiles.

Duplicate IAM Permissions in Google Cloud Platform for another user

I have a user with permissions across many projects (see image below).
I have a new user who just joined the company. I want to give him the exact same permissions. How can I do this? I don't want to do it manually because that will take me ages and the Google Cloud Documentation is useless! I cant find much on using gcloud command line to do this with examples.
There must be a easy way to duplicate permission?
Thanks
It is indeed possible to grant a role to a member for more than one project:
Open the IAM & Admin Projects page in the GCP Console.
Select all the projects for which you want to grant permissions.
Click the Show Info Panel, followed by the Permissions tab.
Enter an email address in the Add members field, and select the desired role from the drop-down menu.
Click the Add button. The member will be granted the selected role in each of the selected projects.
Granting access rights to project is an action fraught with security risks, so bulk gcloud commands or simple copying of roles are understandably not supported.
You can find more detail on the "Granting, Changing, and Revoking Access to Resources" documentation page.

allow the buddypress group administrator to add more admins

is there a way to allow the current group administrator to add more administrators from the front-end .. does buddypress include such feature , and if not , do you know any plugin doing help in that ? or where i should start from to develop this in my own .. i'm trying to use buddypress group as fan page .. and the main function i need from the buddypress groups is the multi admins feature .. i want to give the users the ability to create pages and add more admins , something similar to fb fan page .. hope someone can help
It's already possible to do that in BuddyPress.
Log in as a group admin, go to your group and open its "Manage" tab.
There you will see a subpage - Members. On this page, you will see the list of all members of the current group. If the member that you want to promote is not there - ask a user to join the group (or send him/her an invite). From "Manage -> Members" page you will be able to click on a "Promote to Admin" next to the member name - and thus the user will become an admin of this group.
More information can be found here: https://codex.buddypress.org/administrator-guide/groups/

SQL Server: where to check user/groups permission on sql-level?

I got a SQL Server database, where users are logged with windows credentials. I'm trying to look at users and groups permissions (reader, db_owner, etc) on SSMS.
I'm not sure if i can get that info on Security, or Roles. It seems i'm looking in the wrong place.
Could somebody point me on the right direction?
Thanks,
ps: edit: this is the screen i'm looking for
Go to Security -> Logins -> double click on needed user -> go to User Mapping -> click on needed user on "Users mapped to this login:" form

How to override unlink method of one2many field in OpenERP

I want to override unlink method of one2many field 'order_line' from sale order. I want to restrict the user from deleting record from 'order_line' once added.
You can do that by rights management in OpenERP.
Just go to Settings -> Technical -> Security -> Access Control Lists and search for "sale.order.line" or "Sales Order Line". Now change the Access Rules or create new ones. I think the columns speak for themself. If not, just ask me or the other guys here on stackoverflow :-)
If you don't see the Technical Entry in Settings, give your Administrator User/Account the rights to see them. Settings -> Users -> Users -> Administrator -> Tab "Access Rights" -> activate "Technical Features"