1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# OutputAlert
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_id** | **String** | |
**_type** | **String** | |
**_created_by** | **String** | |
**_created_at** | **i64** | |
**_updated_by** | Option<**String**> | | [optional]
**_updated_at** | Option<**i64**> | | [optional]
**r#type** | **String** | |
**source** | **String** | |
**source_ref** | **String** | |
**external_link** | Option<**String**> | | [optional]
**title** | **String** | |
**description** | **String** | |
**severity** | **i32** | |
**severity_label** | **String** | |
**date** | **i64** | |
**tags** | Option<**Vec<String>**> | | [optional]
**tlp** | **i32** | |
**tlp_label** | **String** | |
**pap** | **i32** | |
**pap_label** | **String** | |
**follow** | **bool** | |
**custom_fields** | Option<[**Vec<models::OutputCustomFieldValue>**](OutputCustomFieldValue.md)> | | [optional]
**status** | **String** | |
**summary** | Option<**String**> | | [optional]
**assignee** | Option<**String**> | | [optional]
**case_template** | Option<**String**> | | [optional]
**case_id** | Option<**String**> | | [optional]
**observable_count** | **i32** | |
**stage** | **String** | |
**extra_data** | [**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md) | |
**new_date** | **i64** | |
**in_progress_date** | Option<**i64**> | | [optional]
**closed_date** | Option<**i64**> | | [optional]
**imported_date** | Option<**i64**> | | [optional]
**time_to_detect** | **i64** | |
**time_to_triage** | Option<**i64**> | | [optional]
**time_to_qualify** | Option<**i64**> | | [optional]
**time_to_acknowledge** | Option<**i64**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)