Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GEODI Classifier has a flexible labeling mechanism to integrate with many different needs and adapt a DLP software . These tags are created in-file for or an existing labelling schema.

PDF, Office, and Libre office Office documents are labeled, and as ADS (Alternate Data Stream) for other file typesis used for all others.

GEODI directly supports files tagged with your current classification tool and adapts to the class and tag scheme you specify. In this way, you will not experience any difficulties in transitions.

On this page we'll explain how you create tags:

existing label scheme.

Below are the labels used in the standard template and sample files. The first lines are mandatory, others are optional. You may change and add new ones.

ClassID

Labels

SampleFile

Confidential

geodilabelclass:id_classification_secret=2155a213-0150-4c2d-9211-dba2def647fd
geodilabeluser:user=%User%
geodilabeltime:datetime=%Date-UTC%

PII

geodilabelclass:id_classification_personalinfo=d36d9a67-b760-4689-ad88-96381e595636
geodilabeluser:user=%User%
geodilabeltime:datetime=%Date-UTC%

Restricted

geodilabelclass:id_classification_restricted=3c9990e0-a748-41de-9d8c-db8783fa5103
geodilabeluser:user=%User%
geodilabeltime:datetime=%Date-UTC%

Unclassified

geodilabelclass:id_classification_unclassified=0ef0d4bf-59b8-4ae6-bbc0-fafde041157b
geodilabeluser:user=%User%
geodilabeltime:datetime=%Date-UTC%

Label Structure

We create classes as described GEODI Classifier - Class and Policy settings on the page. These classes should be defined as follows. Name will be the name of the tag and value will be its valueThe labels should follow the rules below.

Code Block
name:value
name:value
...

...

.

(info) At least one of the labels label must represent a the class value and must be a fixed value. The Value value can take many different forms.

...

You can use variables inside the tags. Variable names are case sensitive and should be used the same way in tag definitions.

...

-sensitive.

Değişken

Açoklama

%User%

  1. It may vary depending on the classification tool.

    1. computer user name

    2. Email sender for OWA

    3. GEODI user for batch classification

%Ver%

...

The version of the application

...

(Shell, or Office addon, or GEODI)

%Date%

Date information in yyyy-mm-dd format

%Date-epoch%

...

e-poch date value

%Date-UTC%

...

UTC full time information,

...

**