Exclude Sensitive Tables and Fields from Data Generation

  • Release version: Yokohama
  • Updated June 11, 2025
  • 1 minute to read
  • Use system properties to exclude tables and fields from Data Generation, which is used to generate fake data sets based on existing data. Tables and fields that are added to these exclusion lists can't be used for Data Generation feature.

    Tables included in the glide.data.generation.excluded.tables system property are excluded from Data Generation in addition to metadata tables.

    Fields included in a comma separated list for glide.data.generation.excluded.fields.<TABLE-NAME> are excluded from Data Generation in addition to any of these fields, if applicable:
    • number
    • roles
    • sys_class_name
    • sys_created_by
    • sys_id
    • sys_mod_count
    • sys_tags
    • sys_updated_by

    Review the list of tables included in the property glide.data.generation.excluded.tables. Add any tables which should be excluded from Data Generation to the comma separated list of tables. In addition, metadata tables will be ignored for data generation.

    Review the list of fields for each table by looking at properties with the format: glide.data.generation.excluded.fields.<TABLE-NAME>. Add any sensitive fields for the specified table as a comma-separated list of values.

    More information

    Attribute Description
    Configuration name
    • glide.data.generation.excluded.tables
    • glide.data.generation.excluded.fields.*
    Configuration type System Properties (/sys_properties_list.do)
    Data type
    • Comma-separated list of table names
    • Comma-separated list of fields for a given table
    Recommended value
    • Comma-separated list of table names which should be excluded from Data Generation
    • Comma-separated list of field names which should be excluded from Data Generation for each applicable table
    Default value "",""
    Category Access control
    Security risk
    • Severity score: 2.6
    • CVSS score: Low
    • Security risk details: Data in tables used in the Data Generation feature can have real or fake values populated as intended by the feature. Sensitive values in tables which should not be visible or replicated could be revealed to other instance users.
    Dependencies and prerequisites Data Generation plugin is in use