For example, say that several departments in your organization have subscribed to Data Studio Pro, and each department manages its content within their own Google Cloud projects. Managing Data Studio Pro with a single subscription and a single project can make it easier to manage billing and access controls.
To consolidate multiple subscriptions and projects, follow these steps:
- Prevent users from creating new Data Studio Pro departmental subscriptions
- Find Data Studio Pro projects in your organization
- Choose a single Data Studio Pro project to use
- Add users and licenses to the chosen Data Studio Pro project
- Move existing content into the chosen Data Studio Pro project
- Make the chosen project the default project
- Remove users and licenses from other projects
Prevent users from creating new Data Studio Pro departmental subscriptions
You can prevent users from creating Pro subscriptions by using an IAM deny policy. To set up a deny policy, complete the following tasks:
- Select or create a Google Group that contains the users who will manage Data Studio Pro. For example:
lsp-managers@example.com. Create a deny policy that denies the
datastudio.googleapis.com/pro.managepermission to everyone except the example Google Group. Following is an example deny policy that uses thelsp-managers@example.comGoogle Group:{ "deniedPrincipals": [ "principalSet://goog/public:all" ], "exceptionPrincipals": [ "principalSet://goog/group/lsp-managers@example.com" ], "deniedPermissions": [ "datastudio.googleapis.com/pro.manage" ] }Attach the deny policy to your organization.
Learn how to set up an IAM deny policy for your organization.
Find Data Studio Pro projects in your organization
To locate the Cloud projects that are in use for Data Studio Pro, follow these steps in the Data Studio Pro user interface:
- Grant yourself an organization-level IAM role, such as the
lookerstudio.proManagerrole, that includes thelookerstudio.pro.managepermission. - Sign in to Data Studio Pro.
- To view the list of Pro subscriptions in your organization, in the left navigation, click Pro Subscriptions.
Choose a single Data Studio Pro project to use
Choose one of the existing Data Studio Pro projects to use as the single project for your organization. You might choose the project with the most content or the one with the most licenses. Alternatively, you might create a new project to be the chosen Data Studio Pro project.
Add users and licenses to the chosen Data Studio Pro project
Use the Data Studio Pro user interface or the Google Cloud console to add your existing users and licenses to the chosen Data Studio Pro project. You'll need to repeat this process for each subscription in your organization if you want to maintain those licenses.
Learn more about managing Data Studio Pro subscriptions.
Move existing content into the chosen Data Studio Pro project
To consolidate existing content from the original projects, move that content into the chosen project using the Data Studio UI. See add and remove team workspace assets for more information.
Make the chosen project the default project
Setting a default Data Studio Pro project ensures that users can only create content in an organization-managed location. Follow the directions in Set a default Data Studio Pro project and select your chosen Data Studio Pro project to be the default project.
Remove users and licenses from other projects
Finally, remove the users and licenses from the original Data Studio Pro projects.
Additionally, unless your organization sets up a deny policy as described previously, users will still be able to create new Pro subscriptions and create Pro content in any project that they have a license on.