@itentialopensource/adapter-zscaler 0.8.3 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/CALLS.md +1116 -0
  2. package/CHANGELOG.md +8 -0
  3. package/adapter.js +17190 -0
  4. package/entities/AdminRoleManagement/action.json +126 -0
  5. package/entities/AdminRoleManagement/schema.json +24 -0
  6. package/entities/AppViews/action.json +46 -0
  7. package/entities/AppViews/mockdatafiles/getViewApps-default.json +40 -0
  8. package/entities/AppViews/mockdatafiles/getViews-default.json +16 -0
  9. package/entities/AppViews/schema.json +20 -0
  10. package/entities/Applications/action.json +66 -0
  11. package/entities/Applications/mockdatafiles/appsSearchGET-default.json +186 -0
  12. package/entities/Applications/schema.json +21 -0
  13. package/entities/BrowserIsolation/action.json +25 -0
  14. package/entities/BrowserIsolation/mockdatafiles/getCloudBrowserIsolationProfiles-default.json +20 -0
  15. package/entities/BrowserIsolation/schema.json +19 -0
  16. package/entities/DataLossPrevention/action.json +767 -0
  17. package/entities/DataLossPrevention/mockdatafiles/getDLPDictionarySummary-default.json +808 -0
  18. package/entities/DataLossPrevention/mockdatafiles/getDLPEngines-default.json +26 -0
  19. package/entities/DataLossPrevention/mockdatafiles/getDLPEnginesSummary-default.json +18 -0
  20. package/entities/DataLossPrevention/mockdatafiles/getDlpDictionaries-default.json +402 -0
  21. package/entities/DataLossPrevention/mockdatafiles/getICAPServerSummary-default.json +14 -0
  22. package/entities/DataLossPrevention/mockdatafiles/getICAPServers-default.json +20 -0
  23. package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json +30 -0
  24. package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServers-default.json +30 -0
  25. package/entities/DataLossPrevention/mockdatafiles/getPredefinedHierarchicalIdentifiersByDictionaryId-default.json +4 -0
  26. package/entities/DataLossPrevention/mockdatafiles/getProfiles-default.json +94 -0
  27. package/entities/DataLossPrevention/mockdatafiles/getRules-default.json +5556 -0
  28. package/entities/DataLossPrevention/mockdatafiles/getSchemaLite-default.json +52 -0
  29. package/entities/DataLossPrevention/mockdatafiles/getSchemas-default.json +379 -0
  30. package/entities/DataLossPrevention/mockdatafiles/getSummary-default.json +56 -0
  31. package/entities/DataLossPrevention/mockdatafiles/getWebDlpRulesLite-default.json +5758 -0
  32. package/entities/DataLossPrevention/mockdatafiles/gettemplates-default.json +34 -0
  33. package/entities/DataLossPrevention/schema.json +55 -0
  34. package/entities/DeviceGroups/action.json +67 -0
  35. package/entities/DeviceGroups/mockdatafiles/getDeviceGroups-default.json +20 -0
  36. package/entities/DeviceGroups/mockdatafiles/getDevices-default.json +26 -0
  37. package/entities/DeviceGroups/mockdatafiles/getDevicesLite-default.json +38 -0
  38. package/entities/DeviceGroups/schema.json +21 -0
  39. package/entities/EventLogs/action.json +86 -0
  40. package/entities/EventLogs/schema.json +22 -0
  41. package/entities/FirewallPolicies/action.json +889 -0
  42. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroups-default.json +130 -0
  43. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroupsLite-default.json +94 -0
  44. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6Groups-default.json +111 -0
  45. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6GroupsLite-default.json +20 -0
  46. package/entities/FirewallPolicies/mockdatafiles/getFirewallFilteringRules-default.json +3884 -0
  47. package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroups-default.json +21 -0
  48. package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroupsLite-default.json +49 -0
  49. package/entities/FirewallPolicies/mockdatafiles/getNetworkApplications-default.json +20 -0
  50. package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroups-default.json +657 -0
  51. package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroupsLite-default.json +361 -0
  52. package/entities/FirewallPolicies/mockdatafiles/getNetworkServices-default.json +206 -0
  53. package/entities/FirewallPolicies/mockdatafiles/getNetworkServicesLite-default.json +322 -0
  54. package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroups-default.json +57 -0
  55. package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroupsLite-default.json +17 -0
  56. package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6Groups-default.json +54 -0
  57. package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6GroupsLite-default.json +15 -0
  58. package/entities/FirewallPolicies/mockdatafiles/getTimeWindowSummary-default.json +42 -0
  59. package/entities/FirewallPolicies/mockdatafiles/getTimeWindows-default.json +32 -0
  60. package/entities/FirewallPolicies/schema.json +61 -0
  61. package/entities/ForwardingControlPolicy/action.json +208 -0
  62. package/entities/ForwardingControlPolicy/mockdatafiles/getForwardingRules-default.json +2183 -0
  63. package/entities/ForwardingControlPolicy/mockdatafiles/getZpaGateways-default.json +60 -0
  64. package/entities/ForwardingControlPolicy/schema.json +28 -0
  65. package/entities/IntermediateCACertificates/action.json +455 -0
  66. package/entities/IntermediateCACertificates/mockdatafiles/getCertificatesInReadyToUseState-default.json +70 -0
  67. package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json +19 -0
  68. package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificatesLite-default.json +53 -0
  69. package/entities/IntermediateCACertificates/schema.json +40 -0
  70. package/entities/IoTReport/action.json +88 -0
  71. package/entities/IoTReport/mockdatafiles/getCategories-default.json +22 -0
  72. package/entities/IoTReport/mockdatafiles/getClassifications-default.json +12 -0
  73. package/entities/IoTReport/mockdatafiles/getDeviceTypes-default.json +7 -0
  74. package/entities/IoTReport/schema.json +22 -0
  75. package/entities/LocationManagement/action.json +130 -0
  76. package/entities/LocationManagement/mockdatafiles/getGroups-default.json +372 -0
  77. package/entities/LocationManagement/mockdatafiles/getGroups__v1-default.json +372 -0
  78. package/entities/LocationManagement/mockdatafiles/getGroups__v2-default.json +372 -0
  79. package/entities/LocationManagement/mockdatafiles/getSubLocations-default.json +465 -0
  80. package/entities/LocationManagement/mockdatafiles/getTopLocations-default.json +191 -0
  81. package/entities/LocationManagement/schema.json +24 -0
  82. package/entities/RuleLabels/action.json +106 -0
  83. package/entities/RuleLabels/mockdatafiles/getRuleLabels-default.json +59 -0
  84. package/entities/RuleLabels/schema.json +23 -0
  85. package/entities/SandboxSettings/action.json +66 -0
  86. package/entities/SandboxSettings/schema.json +21 -0
  87. package/entities/SandboxSubmissionAPI/action.json +44 -0
  88. package/entities/SandboxSubmissionAPI/schema.json +20 -0
  89. package/entities/ShadowITReport/action.json +106 -0
  90. package/entities/ShadowITReport/mockdatafiles/getAllCustomTags-default.json +10 -0
  91. package/entities/ShadowITReport/mockdatafiles/getCloudApplicationsLite-default.json +10 -0
  92. package/entities/ShadowITReport/schema.json +23 -0
  93. package/entities/TrafficForwarding/action.json +459 -0
  94. package/entities/TrafficForwarding/mockdatafiles/getAllGreTunnels-default.json +70 -0
  95. package/entities/TrafficForwarding/mockdatafiles/getAllStaticIPs-default.json +90 -0
  96. package/entities/TrafficForwarding/mockdatafiles/getDns64Prefixes-default.json +34 -0
  97. package/entities/TrafficForwarding/mockdatafiles/getIPGWDetails-default.json +32 -0
  98. package/entities/TrafficForwarding/mockdatafiles/getNat64Prefixes-default.json +18 -0
  99. package/entities/TrafficForwarding/mockdatafiles/getRecommendedGreVips-default.json +20 -0
  100. package/entities/TrafficForwarding/mockdatafiles/getRecommendedVipsGroupedByDC-default.json +82 -0
  101. package/entities/TrafficForwarding/mockdatafiles/getRegionsByPrefix-default.json +26 -0
  102. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials-default.json +82 -0
  103. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v1-default.json +82 -0
  104. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v2-default.json +82 -0
  105. package/entities/TrafficForwarding/mockdatafiles/getZscalerNodesDetails-default.json +170 -0
  106. package/entities/TrafficForwarding/mockdatafiles/validateAndGetAvailableInternalIpRanges-default.json +18 -0
  107. package/entities/TrafficForwarding/schema.json +40 -0
  108. package/entities/URLFilteringPolicies/action.json +106 -0
  109. package/entities/URLFilteringPolicies/mockdatafiles/getUrlFilteringRules-default.json +2918 -0
  110. package/entities/URLFilteringPolicies/schema.json +23 -0
  111. package/entities/UserAuthenticationSettings/action.json +45 -0
  112. package/entities/UserAuthenticationSettings/schema.json +20 -0
  113. package/entities/WorkloadGroups/action.json +25 -0
  114. package/entities/WorkloadGroups/mockdatafiles/getWorkloadGroups-default.json +396 -0
  115. package/entities/WorkloadGroups/schema.json +19 -0
  116. package/package.json +1 -1
  117. package/pronghorn.json +17256 -0
  118. package/refs?service=git-upload-pack +0 -0
  119. package/report/adapter-openapi.json +17120 -2
  120. package/report/adapter-openapi.yaml +13753 -815
  121. package/report/adapterInfo.json +7 -7
  122. package/test/integration/adapterTestIntegration.js +4882 -0
  123. package/test/unit/adapterTestUnit.js +3847 -0
@@ -0,0 +1,126 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getRoleSummary",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/adminRoles/lite?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getAdminUsers",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/adminUsers?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "addAdminUser",
47
+ "protocol": "REST",
48
+ "method": "POST",
49
+ "entitypath": "{base_path}/{version}/adminUsers?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": ""
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "name": "updateAdminUser",
67
+ "protocol": "REST",
68
+ "method": "PUT",
69
+ "entitypath": "{base_path}/{version}/adminUsers/{pathv1}?{query}",
70
+ "requestSchema": "schema.json",
71
+ "responseSchema": "schema.json",
72
+ "timeout": 0,
73
+ "sendEmpty": false,
74
+ "requestDatatype": "JSON",
75
+ "responseDatatype": "JSON",
76
+ "headers": {},
77
+ "responseObjects": [
78
+ {
79
+ "type": "default",
80
+ "key": "",
81
+ "mockFile": ""
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "name": "deleteAdminUser",
87
+ "protocol": "REST",
88
+ "method": "DELETE",
89
+ "entitypath": "{base_path}/{version}/adminUsers/{pathv1}?{query}",
90
+ "requestSchema": "schema.json",
91
+ "responseSchema": "schema.json",
92
+ "timeout": 0,
93
+ "sendEmpty": false,
94
+ "requestDatatype": "JSON",
95
+ "responseDatatype": "JSON",
96
+ "headers": {},
97
+ "responseObjects": [
98
+ {
99
+ "type": "default",
100
+ "key": "",
101
+ "mockFile": ""
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "name": "convertAdminToEndUser",
107
+ "protocol": "REST",
108
+ "method": "POST",
109
+ "entitypath": "{base_path}/{version}/adminUsers/{pathv1}/convertToUser?{query}",
110
+ "requestSchema": "schema.json",
111
+ "responseSchema": "schema.json",
112
+ "timeout": 0,
113
+ "sendEmpty": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ }
125
+ ]
126
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": false,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getRoleSummary",
12
+ "enum": [
13
+ "getRoleSummary",
14
+ "getAdminUsers",
15
+ "addAdminUser",
16
+ "updateAdminUser",
17
+ "deleteAdminUser",
18
+ "convertAdminToEndUser"
19
+ ],
20
+ "external_name": "ph_request_type"
21
+ }
22
+ },
23
+ "definitions": {}
24
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getViews",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/app_views/list?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": "mockdatafiles/getViews-default.json"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "getViewApps",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/app_views/{pathv1}/apps?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": "mockdatafiles/getViewApps-default.json"
42
+ }
43
+ ]
44
+ }
45
+ ]
46
+ }
@@ -0,0 +1,40 @@
1
+ [
2
+ {
3
+ "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
4
+ "appIds": [
5
+ "string",
6
+ "string",
7
+ "string",
8
+ "string",
9
+ "string",
10
+ "string",
11
+ "string",
12
+ "string",
13
+ "string"
14
+ ],
15
+ "spec": {
16
+ "service": [
17
+ "account"
18
+ ],
19
+ "status": [
20
+ "enabled"
21
+ ]
22
+ }
23
+ },
24
+ {
25
+ "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
26
+ "appIds": [
27
+ "string",
28
+ "string",
29
+ "string"
30
+ ],
31
+ "spec": {
32
+ "service": [
33
+ "account"
34
+ ],
35
+ "status": [
36
+ "enabled"
37
+ ]
38
+ }
39
+ }
40
+ ]
@@ -0,0 +1,16 @@
1
+ [
2
+ {
3
+ "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
4
+ "name": "High risk apps",
5
+ "createdBy": "admin@zscaler.com",
6
+ "createdAt": 1707224066585,
7
+ "spec": {
8
+ "service": [
9
+ "account"
10
+ ],
11
+ "status": [
12
+ "enabled"
13
+ ]
14
+ }
15
+ }
16
+ ]
@@ -0,0 +1,20 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": false,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getViews",
12
+ "enum": [
13
+ "getViews",
14
+ "getViewApps"
15
+ ],
16
+ "external_name": "ph_request_type"
17
+ }
18
+ },
19
+ "definitions": {}
20
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getApp",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/apps/app?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "postApp",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/apps/app?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "appsSearchGET",
46
+ "protocol": "REST",
47
+ "method": "GET",
48
+ "entitypath": "{base_path}/{version}/apps/search?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "sendGetBody": false,
54
+ "requestDatatype": "JSON",
55
+ "responseDatatype": "JSON",
56
+ "headers": {},
57
+ "responseObjects": [
58
+ {
59
+ "type": "default",
60
+ "key": "",
61
+ "mockFile": "mockdatafiles/appsSearchGET-default.json"
62
+ }
63
+ ]
64
+ }
65
+ ]
66
+ }
@@ -0,0 +1,186 @@
1
+ [
2
+ {
3
+ "count": 1,
4
+ "currentPage": 9,
5
+ "data": [
6
+ {
7
+ "result": {
8
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
9
+ "name": "app name",
10
+ "provider": "SLACK",
11
+ "publisher": "goog"
12
+ }
13
+ },
14
+ {
15
+ "result": {
16
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
17
+ "name": "app name",
18
+ "provider": "SLACK",
19
+ "publisher": "goog"
20
+ }
21
+ },
22
+ {
23
+ "result": {
24
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
25
+ "name": "app name",
26
+ "provider": "SLACK",
27
+ "publisher": "goog"
28
+ }
29
+ },
30
+ {
31
+ "result": {
32
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
33
+ "name": "app name",
34
+ "provider": "SLACK",
35
+ "publisher": "goog"
36
+ }
37
+ },
38
+ {
39
+ "result": {
40
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
41
+ "name": "app name",
42
+ "provider": "SLACK",
43
+ "publisher": "goog"
44
+ }
45
+ },
46
+ {
47
+ "result": {
48
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
49
+ "name": "app name",
50
+ "provider": "SLACK",
51
+ "publisher": "goog"
52
+ }
53
+ },
54
+ {
55
+ "result": {
56
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
57
+ "name": "app name",
58
+ "provider": "SLACK",
59
+ "publisher": "goog"
60
+ }
61
+ },
62
+ {
63
+ "result": {
64
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
65
+ "name": "app name",
66
+ "provider": "SLACK",
67
+ "publisher": "goog"
68
+ }
69
+ },
70
+ {
71
+ "result": {
72
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
73
+ "name": "app name",
74
+ "provider": "SLACK",
75
+ "publisher": "goog"
76
+ }
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "count": 1,
82
+ "currentPage": 8,
83
+ "data": [
84
+ {
85
+ "result": {
86
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
87
+ "name": "app name",
88
+ "provider": "SLACK",
89
+ "publisher": "goog"
90
+ }
91
+ },
92
+ {
93
+ "result": {
94
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
95
+ "name": "app name",
96
+ "provider": "SLACK",
97
+ "publisher": "goog"
98
+ }
99
+ },
100
+ {
101
+ "result": {
102
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
103
+ "name": "app name",
104
+ "provider": "SLACK",
105
+ "publisher": "goog"
106
+ }
107
+ },
108
+ {
109
+ "result": {
110
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
111
+ "name": "app name",
112
+ "provider": "SLACK",
113
+ "publisher": "goog"
114
+ }
115
+ },
116
+ {
117
+ "result": {
118
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
119
+ "name": "app name",
120
+ "provider": "SLACK",
121
+ "publisher": "goog"
122
+ }
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "count": 1,
128
+ "currentPage": 2,
129
+ "data": [
130
+ {
131
+ "result": {
132
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
133
+ "name": "app name",
134
+ "provider": "SLACK",
135
+ "publisher": "goog"
136
+ }
137
+ },
138
+ {
139
+ "result": {
140
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
141
+ "name": "app name",
142
+ "provider": "SLACK",
143
+ "publisher": "goog"
144
+ }
145
+ },
146
+ {
147
+ "result": {
148
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
149
+ "name": "app name",
150
+ "provider": "SLACK",
151
+ "publisher": "goog"
152
+ }
153
+ },
154
+ {
155
+ "result": {
156
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
157
+ "name": "app name",
158
+ "provider": "SLACK",
159
+ "publisher": "goog"
160
+ }
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "count": 1,
166
+ "currentPage": 2,
167
+ "data": [
168
+ {
169
+ "result": {
170
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
171
+ "name": "app name",
172
+ "provider": "SLACK",
173
+ "publisher": "goog"
174
+ }
175
+ },
176
+ {
177
+ "result": {
178
+ "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
179
+ "name": "app name",
180
+ "provider": "SLACK",
181
+ "publisher": "goog"
182
+ }
183
+ }
184
+ ]
185
+ }
186
+ ]
@@ -0,0 +1,21 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": false,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getApp",
12
+ "enum": [
13
+ "getApp",
14
+ "postApp",
15
+ "appsSearchGET"
16
+ ],
17
+ "external_name": "ph_request_type"
18
+ }
19
+ },
20
+ "definitions": {}
21
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getCloudBrowserIsolationProfiles",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/browserIsolation/profiles?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": "mockdatafiles/getCloudBrowserIsolationProfiles-default.json"
21
+ }
22
+ ]
23
+ }
24
+ ]
25
+ }
@@ -0,0 +1,20 @@
1
+ [
2
+ {
3
+ "id": "string",
4
+ "name": "string",
5
+ "url": "string",
6
+ "defaultProfile": false
7
+ },
8
+ {
9
+ "id": "string",
10
+ "name": "string",
11
+ "url": "string",
12
+ "defaultProfile": false
13
+ },
14
+ {
15
+ "id": "string",
16
+ "name": "string",
17
+ "url": "string",
18
+ "defaultProfile": false
19
+ }
20
+ ]
@@ -0,0 +1,19 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": false,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getCloudBrowserIsolationProfiles",
12
+ "enum": [
13
+ "getCloudBrowserIsolationProfiles"
14
+ ],
15
+ "external_name": "ph_request_type"
16
+ }
17
+ },
18
+ "definitions": {}
19
+ }