We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d932515 commit 628216bCopy full SHA for 628216b
1 file changed
zerofox_cloud_platform/assets/account_config.json
@@ -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
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