Exclude Sensitive Tables and Fields from Data Generation [New in Security Center 7.0]
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.
- 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 |
|
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type |
|
| Recommended value |
|
| Default value | "","" |
| Category | Access control |
| Security risk |
|
| Dependencies and prerequisites | Data Generation plugin is in use |