Arctera Insight Information Governance Classification Guide

Last Published:
Product(s): Data Insight (7.2)
Platform: Windows

Microsoft Purview Information Protection (MIP) Label

Microsoft Information Protection (MIP) is a built in, intelligent, unified and extensible solution to protect sensitive data. MIP technology integration allows adding labels to the documents. The label might have a policy to restrict access to the sensitive documents.

Fetching MIP Labels using Arctera Information Classifier (AIC)

Note:

Classification feature must be enabled in Information Governance to fetch MIP tags associated with the files. Refer Information Governance Classification guide and Information Governance Administrator's guide to know more about setting up Classification.

To fetch MIP Labels using AIC, navigate to Settings and click Policy Manager in the left pane.

Note:

If you want to fetch MIP labels of protected files, enable only MIP related policies, without enabling other policies in Arctera Information Classifier.

Configuring MIP tags

You can create custom tags that you want to associate with the files for which MIP labels are available. These tags will then be available in Information Governance for selection.

Navigate to Arctera Information Classifier >> Tags to configure new tags.

Configuring policies

After creating new tags, you need to associate those tags with a policy. To create new policy click New at the bottom of the Policies page. A new window appears.

  • Add name of your choice

  • Status should be Enabled

  • Add description (optional field)

  • Select the tags that you have created

  • Select custom string field from the Conditions drop-down. You can add multiple conditions as per your requirement.

    Note:

    Information Governance automatically tags all files coming from AIC as Sensitive files. If the files are tagged with MIP label using AIC, it will be tagged as sensitive, affecting the user risk score.

  • MIP labels are custom attributes of a file so you will have to provide information in specific format in the Text Box present in AIC Policy Manager.

    • For Office files with INTERNAL, label, add the following condition

      custom:MSIP_Label_b43db875-2771-47af-9fc1-26bfde1b65ba_Name 
      "contains Text" INTERNAL

      Note:

      You need to add custom: before the label name and include GUID present in the label.

    • For PDF file with INTERNAL, label, add the following condition

      pdf:docinfo:custom:MSIP_Label_b43db875-2771-47af-9fc1-
      26bfde1b65ba_Name "contains Text" INTERNAL

      Note:

      You need to add pdf:docinfo:custom before the label name and include GUID present in the label.

File Types

Sample Format

Condition

Value

Office Files

custom:MSIP_Label_<MSIP_label_GUID>_Name

Contains Text

INTERNAL

PDF Files

pdf:docinfo:custom:MSIP_Label_<MSIP_label_GUID>_Name

Contains Text

INTERNAL

After completing the process, you can see the associated tags in the Information Governance interface.

Note:

Newly added MIP labels will be visible only after MIPGetLabelsjob gets executed on the Management Server. You can run it manually if you want to see the labels before the scheduled run, which is at 12 a.m. everyday by default.