Previous Topic: Data Classification AttributesNext Topic: Attribute-Level Encryption


Configure Data Classification Attributes

Follow these steps:

  1. Locate the attribute in the directory configuration file.
  2. After the attribute description, add the following attribute:

    <DataClassification name="parameter">

    parameter

    Represents one of the following parameters:

    sensitive

    vst_hide

    ignore_on_copy

    AttributeLevelEncrypt

    PreviouslyEncrypted

    For example, an attribute description that includes the vst_hide data classification attribute resembles the following code:

    <ImsManagedObjectAttr physicalname="salary" displayname="Salary" description="salary" valuetype="String" required="false" multivalued="false" maxlength="0">
    	<DataClassification name="vst_hide"/>