Protect groups

Introduction

You need to have at least one Protect group for creating a standard or rule. The Groups tab in Protect contains an overview of Protect groups that are active in the data sources. Each Protect group is associated with a role in the data source.

Note 
  • roles are referred to as principals in BigQuery.
  • Multiple Protect groups can be mapped to the same data source identity.
  • Within a single Protect group, only one mapping per data source is supported.

Create a Protect group

Prerequisites

You have a global role that has the Protect > Edit or Protect > Administration global permission.

Steps

  1. On the environment where you want to create a Protect group, click API Documentation.
  2. In the REST APIs section, click REST Protect API.
    The Collibra Protect API page is shown.
  3.  Click GroupsPOSTTry it out.
  4.  Edit the request body.
    Copy
    Example: POST/groups
    {
      "name": "Sales",
      "mappings": [
        {
          "provider": "CustomDataSource",
          "identity": "SALES"
        }
      ]
    }

  5. Click Execute.
    The Protect group is created in Collibra.
Tip For more information, go to Add a new group.

Groups tab

The following table describes the columns that are shown on the Groups tab.

Column Description
Group Name Name of the group.
System Reference References to identify the data source and the native identifier associated with the group.

Created By

Name of the user who created the group.
Created Date Date when the group was created.