Databot / data_access_config.json
julkarnaeen's picture
Upload data_access_config.json with huggingface_hub
273bc26 verified
{
"description": "DataBot data access security configuration. Controls which tables and columns the bot can query.",
"allowed_table_prefixes": [
"commercial_product",
"commercial_category",
"commercial_stock",
"commercial_inventory",
"commercial_warehouse",
"commercial_batch",
"commercial_unite",
"commercial_type",
"commercial_tax",
"commercial_vat",
"commercial_fodec",
"commercial_revenue_stamp",
"commercial_dialing",
"commercial_configuration",
"commercial_payment_method",
"commercial_payment_condition",
"commercial_payment_type",
"commercial_payment_ticket",
"commercial_piece",
"commercial_piece_line",
"commercial_piece_report",
"commercial_partner",
"commercial_partner_category",
"commercial_partner_contact",
"commercial_partner_convention",
"commercial_partner_source",
"commercial_partner_type",
"commercial_soldes",
"commercial_providing_method",
"commercial_supply_method",
"commercial_prices_calculating_method",
"commercial_repartition_method",
"commercial_logistics_cost",
"commercial_need_expression",
"commercial_withholding_tax",
"commercial_job_position",
"commercial_days_interval",
"commercial_commercial_operation",
"commercial_permission_level",
"commercial_point_sale",
"commercial_quotation_request",
"sale_",
"purchase_",
"pos_",
"crm_",
"booking_",
"helpdesk_",
"production_",
"product_warehouse",
"projectmanager_",
"fleet_car",
"fleet_car_mark",
"fleet_car_model",
"fleet_car_mileage",
"fleet_car_breakdown",
"fleet_breakdown_type",
"fleet_maintenance_type",
"fleet_car_maintenance",
"fleet_fuel",
"fleet_document_type",
"fleet_administrative_document",
"fleet_accident",
"fleet_car_sell_contract",
"accounting_bank_deposit_type",
"accounting_bank_motif",
"accounting_fiscal_year",
"accounting_period",
"accounting_transfer_state",
"accounting_user_cash_desk_type",
"category_tree",
"code_zip",
"marketing_",
"atooerp_project",
"atooerp_tag",
"atooerp_step",
"atooerp_domain",
"atooerp_establishment",
"atooerp_socity",
"atooerp_module",
"atooerp_function",
"atooerp_country",
"atooerp_currency",
"atooerp_language",
"atooerp_type",
"atooerp_notification",
"atooerp_warning",
"atooerp_note",
"atooerp_report_template",
"atooerp_convocation",
"atooerp_activity",
"atooerp_atoo_product",
"atooerp_app_principal_dashboard",
"atooerp_sql_query",
"atooerp_migration"
],
"restricted_table_prefixes": [
"hr_",
"grh_",
"atooerp_user",
"atooerp_person",
"atooerp_contact",
"atooerp_address",
"atooerp_mailer_",
"atooerp_licence",
"atooerp_log",
"atooerp_group",
"atooerp_visibility",
"atooerp_socity_group",
"atooerp_socity_user",
"atooerp_user_module_group",
"atooerp_control",
"atooerp_controls",
"atooerp_mapping",
"atooerp_mask",
"atooerp_sql_script",
"atooerp_app_control",
"atooerp_app_group_control",
"atooerp_app_interface",
"atooerp_app_permission_temp",
"atooerp_app_commercial_partner_temp",
"atooerp_input_editors",
"atooerp_type_input_editors",
"atooerp_language_control",
"atooerp_language_label",
"atooerp_language_message",
"atooerp_language_struct",
"atooerp_language_type",
"atooerp_messages",
"fleet_car_contract",
"fleet_employee_contract",
"fleet_car_fine",
"fleet_contract_type",
"fleet_fine_type",
"accounting_bank_account",
"accounting_cash_desk",
"accounting_cash_register",
"accounting_cash_in_out",
"accounting_bank_deposit",
"accounting_transfer",
"accounting_payment_transfer",
"accounting_user_cash_desk",
"accounting_bank_account_status"
],
"restricted_columns": [
"password",
"email_password",
"key",
"serial_number",
"barcode",
"key_dallas",
"iban",
"rib",
"ip",
"mac_adress",
"mac_address",
"gps",
"finger_print",
"stamp",
"skins",
"email_signature",
"email_signature_picture",
"serial_hard_disk",
"serial_processor"
],
"sensitive_column_patterns_on_person_tables": {
"description": "These columns are only restricted when they appear on person/employee/user identity tables, not on business tables",
"columns": [
"phone",
"mobile",
"fax",
"email",
"birth_date",
"birth_place",
"birth_city",
"birth_country",
"nationality",
"identity",
"handicap",
"handicap_description",
"security_coverage",
"death_date",
"sex",
"marital_status",
"net_salary",
"salary_calcule_type"
]
}
}