Skip to content

Commit 628216b

Browse files
committed
add account config
1 parent d932515 commit 628216b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"supported_auth_methods": [],
3+
"additional_config_fields": [
4+
{
5+
"type": "text",
6+
"key": "username",
7+
"label": "Username",
8+
"help": "ZeroFox Username.",
9+
"editable": true,
10+
"required": true,
11+
"pattern": null
12+
},
13+
{
14+
"type": "password",
15+
"key": "password",
16+
"label": "password",
17+
"help": "ZeroFox Password.",
18+
"editable": true,
19+
"required": true
20+
}
21+
],
22+
"dataflow_config": [
23+
{
24+
"dataflow_id": "zerofox-cloud-platform-logs",
25+
additional_config_fields": []
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)