Customizing the approved Classification and Sensitivity values

Foundation allows authorized users to configure the allowed Data Classification and Sensitivity values that will be accepted when classifying data.

Managing Classification Values

The Classification field only accepts 1 value and, typically, will contain some of the following:

  • Public

  • Internal

  • Confidential

  • Highly Confidential

The above are the default values for a newly deployed Foundation.

The following endpoints can be used to manage the controlled list of values:

/api/data/classification/list
/api/data/classification/name/{name}
/api/data/classification/{classification_id}
/api/data/classification/

Read the Using the Foundation APIs page to leverage this option in the best way possible.

Managing Sensitivity Values

The Sensitivity field accepts more than 1 value and, typically, will contain some of the following:

  • Biometric

  • PII

  • Legal

  • Health

  • Financial

The above are the default values for a newly deployed Foundation.

The following endpoints can be used to manage the controlled list of values:

/api/data/sensitivity/list
/api/data/sensitivity/name/{name}
/api/data/sensitivity/{classification_id}
/api/data/sensitivity/

Read the Using the Foundation APIs page to leverage this option in the best way possible.

Last updated