-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_findings_output.json
63 lines (63 loc) · 1.77 KB
/
sample_findings_output.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"findings": [
{
"quote": "email@gmail.com",
"infoType": {
"name": "EMAIL_ADDRESS",
"sensitivityScore": {
"score": 20
},
"version": ""
},
"likelihood": "4",
"location": {
"byteRange": {
"start": "19",
"end": "44"
},
"codepointRange": {
"start": "19",
"end": "44"
},
"contentLocations": []
},
"createTime": "2021-07-07T07:00:00Z",
"findingId": "2024-10-29T01:17:03.752394Z7508126286426074422",
"name": "",
"resourceName": "",
"triggerName": "",
"labels": {},
"jobName": ""
},
{
"quote": "+91 9999999999",
"infoType": {
"name": "PHONE_NUMBER",
"sensitivityScore": {
"score": 20
},
"version": ""
},
"likelihood": "3",
"location": {
"byteRange": {
"start": "19",
"end": "44"
},
"codepointRange": {
"start": "19",
"end": "44"
},
"contentLocations": []
},
"createTime": "2021-07-07T07:00:00Z",
"findingId": "2024-10-29T01:17:03.752394Z7508126286426074422",
"name": "",
"resourceName": "",
"triggerName": "",
"labels": {},
"jobName": ""
}
],
"findingsTruncated": false
}