UserSettings¶
Model of User Settings
Field | Type | Description | Required | Default |
---|---|---|---|---|
download_encoding | Enum | Default download encoding when downloading files Supported values are: "cart", "raw", "zip" |
Yes |
cart |
default_external_sources | List [Keyword] | List of sha256 sources to check by default | Yes |
[] |
default_zip_password | Text | Default user-defined password for creating password protected ZIPs when downloading files | Yes |
infected |
executive_summary | Boolean | Should executive summary sections be shown? | Yes |
True |
expand_min_score | Integer | Auto-expand section when score bigger then this | Yes |
500 |
preferred_submission_profile | Text | Preferred submission profile | Optional |
None |
submission_profiles | Mapping [String, SubmissionProfileParams] | Default submission profile settings | Yes |
See SubmissionProfileParams for more details. |
submission_view | Enum | Default view for completed submissions Supported values are: "details", "report" |
Yes |
report |