@itentialopensource/adapter-zero_networks 0.1.1
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.
- package/.eslintignore +6 -0
- package/.eslintrc.js +18 -0
- package/.gitlab/.gitkeep +0 -0
- package/.gitlab/issue_templates/.gitkeep +0 -0
- package/.gitlab/issue_templates/Default.md +17 -0
- package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
- package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
- package/.jshintrc +0 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +5576 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +346 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TAB1.md +5 -0
- package/TAB2.md +6798 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +78448 -0
- package/adapterBase.js +1452 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Activities/action.json +295 -0
- package/entities/Activities/mockdatafiles/rPCActivitiesInterfaceCandidatesFiltersList-default.json +126 -0
- package/entities/Activities/mockdatafiles/rPCActivitiesOperationFiltersList-default.json +24 -0
- package/entities/Activities/schema.json +87 -0
- package/entities/Asset/action.json +3528 -0
- package/entities/Asset/mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json +52 -0
- package/entities/Asset/mockdatafiles/assetRPCActivitiesOperationFiltersList-default.json +78 -0
- package/entities/Asset/schema.json +288 -0
- package/entities/AssetOTIoT/action.json +3206 -0
- package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesInterfaceCandidatesFiltersList-default.json +32 -0
- package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json +46 -0
- package/entities/AssetOTIoT/schema.json +272 -0
- package/entities/Assets/action.json +1336 -0
- package/entities/Assets/mockdatafiles/assetsStatisticsGet-default.json +39 -0
- package/entities/Assets/schema.json +138 -0
- package/entities/AssetsOTIoT/action.json +106 -0
- package/entities/AssetsOTIoT/schema.json +78 -0
- package/entities/Audit/action.json +87 -0
- package/entities/Audit/schema.json +77 -0
- package/entities/Auth/action.json +64 -0
- package/entities/Auth/schema.json +21 -0
- package/entities/Entity/action.json +67 -0
- package/entities/Entity/schema.json +21 -0
- package/entities/Group/action.json +2565 -0
- package/entities/Group/schema.json +241 -0
- package/entities/Groups/action.json +378 -0
- package/entities/Groups/schema.json +124 -0
- package/entities/GroupsActiveDirectory/action.json +66 -0
- package/entities/GroupsActiveDirectory/schema.json +21 -0
- package/entities/GroupsCustom/action.json +125 -0
- package/entities/GroupsCustom/schema.json +68 -0
- package/entities/GroupsTags/action.json +24 -0
- package/entities/GroupsTags/schema.json +19 -0
- package/entities/MFA/action.json +46 -0
- package/entities/MFA/schema.json +20 -0
- package/entities/MFAInbound/action.json +379 -0
- package/entities/MFAInbound/schema.json +113 -0
- package/entities/MFAOutbound/action.json +379 -0
- package/entities/MFAOutbound/schema.json +102 -0
- package/entities/Profile/action.json +46 -0
- package/entities/Profile/schema.json +20 -0
- package/entities/Rules/action.json +227 -0
- package/entities/Rules/schema.json +29 -0
- package/entities/RulesIdentity/action.json +273 -0
- package/entities/RulesIdentity/schema.json +119 -0
- package/entities/RulesInboundAllow/action.json +293 -0
- package/entities/RulesInboundAllow/schema.json +120 -0
- package/entities/RulesInboundBlock/action.json +293 -0
- package/entities/RulesInboundBlock/schema.json +120 -0
- package/entities/RulesOutboundAllow/action.json +314 -0
- package/entities/RulesOutboundAllow/schema.json +121 -0
- package/entities/RulesOutboundBlock/action.json +293 -0
- package/entities/RulesOutboundBlock/schema.json +120 -0
- package/entities/RulesRPC/action.json +315 -0
- package/entities/RulesRPC/schema.json +121 -0
- package/entities/Sessions/action.json +66 -0
- package/entities/Sessions/schema.json +54 -0
- package/entities/Settings/action.json +66 -0
- package/entities/Settings/schema.json +21 -0
- package/entities/SettingsAI/action.json +189 -0
- package/entities/SettingsAI/schema.json +60 -0
- package/entities/SettingsAIRulesReview/action.json +45 -0
- package/entities/SettingsAIRulesReview/schema.json +20 -0
- package/entities/SettingsAccessTokens/action.json +85 -0
- package/entities/SettingsAccessTokens/schema.json +22 -0
- package/entities/SettingsActivities/action.json +45 -0
- package/entities/SettingsActivities/schema.json +20 -0
- package/entities/SettingsAssetManagement/action.json +533 -0
- package/entities/SettingsAssetManagement/schema.json +88 -0
- package/entities/SettingsAssetManagers/action.json +65 -0
- package/entities/SettingsAssetManagers/schema.json +43 -0
- package/entities/SettingsBreakGlass/action.json +45 -0
- package/entities/SettingsBreakGlass/schema.json +20 -0
- package/entities/SettingsCloudConnector/action.json +85 -0
- package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensCreate-default.json +9 -0
- package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensRegenerate-default.json +9 -0
- package/entities/SettingsCloudConnector/schema.json +22 -0
- package/entities/SettingsConnect/action.json +395 -0
- package/entities/SettingsConnect/schema.json +81 -0
- package/entities/SettingsFirewall/action.json +168 -0
- package/entities/SettingsFirewall/schema.json +26 -0
- package/entities/SettingsIdentityProviders/action.json +126 -0
- package/entities/SettingsIdentityProviders/schema.json +24 -0
- package/entities/SettingsInternalSubnets/action.json +86 -0
- package/entities/SettingsInternalSubnets/schema.json +22 -0
- package/entities/SettingsLearning/action.json +45 -0
- package/entities/SettingsLearning/schema.json +20 -0
- package/entities/SettingsMFA/action.json +86 -0
- package/entities/SettingsMFA/schema.json +22 -0
- package/entities/SettingsMailNotifications/action.json +45 -0
- package/entities/SettingsMailNotifications/schema.json +20 -0
- package/entities/SettingsPortalSecurity/action.json +45 -0
- package/entities/SettingsPortalSecurity/schema.json +20 -0
- package/entities/SettingsPrivilegedPorts/action.json +25 -0
- package/entities/SettingsPrivilegedPorts/schema.json +19 -0
- package/entities/SettingsProtectionPolicies/action.json +106 -0
- package/entities/SettingsProtectionPolicies/schema.json +56 -0
- package/entities/SettingsPushNotifications/action.json +85 -0
- package/entities/SettingsPushNotifications/schema.json +22 -0
- package/entities/SettingsRoles/action.json +86 -0
- package/entities/SettingsRoles/schema.json +55 -0
- package/entities/SettingsSegementServers/action.json +25 -0
- package/entities/SettingsSegementServers/schema.json +19 -0
- package/entities/SettingsServiceNow/action.json +85 -0
- package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensCreate-default.json +9 -0
- package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensRegenerate-default.json +9 -0
- package/entities/SettingsServiceNow/schema.json +22 -0
- package/entities/SettingsTrustedInternet/action.json +229 -0
- package/entities/SettingsTrustedInternet/schema.json +29 -0
- package/entities/SettingsZPA/action.json +45 -0
- package/entities/SettingsZPA/schema.json +20 -0
- package/entities/User/action.json +688 -0
- package/entities/User/schema.json +150 -0
- package/entities/Users/action.json +479 -0
- package/entities/Users/schema.json +107 -0
- package/error.json +190 -0
- package/metadata.json +56 -0
- package/package.json +83 -0
- package/pronghorn.json +55566 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1569 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/ZeroNetworks-openapi (1).yaml-OpenApi3Json.json +94523 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +5425 -0
- package/sampleProperties.json +256 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +142 -0
- package/test/integration/adapterTestIntegration.js +23777 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +35451 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "string",
|
|
4
|
+
"name": "string",
|
|
5
|
+
"placeholder": "string",
|
|
6
|
+
"disableExcludeSupport": true,
|
|
7
|
+
"enableBulkSelection": false,
|
|
8
|
+
"allowedCharactersRegex": "string",
|
|
9
|
+
"selections": [
|
|
10
|
+
{
|
|
11
|
+
"id": "string",
|
|
12
|
+
"name": "string"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"name": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "string",
|
|
20
|
+
"name": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "string",
|
|
24
|
+
"name": "string"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "string",
|
|
28
|
+
"name": "string"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
]
|
package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "string",
|
|
4
|
+
"name": "string",
|
|
5
|
+
"placeholder": "string",
|
|
6
|
+
"disableExcludeSupport": true,
|
|
7
|
+
"enableBulkSelection": true,
|
|
8
|
+
"allowedCharactersRegex": "string",
|
|
9
|
+
"selections": [
|
|
10
|
+
{
|
|
11
|
+
"id": "string",
|
|
12
|
+
"name": "string"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "string",
|
|
16
|
+
"name": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "string",
|
|
20
|
+
"name": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "string",
|
|
24
|
+
"name": "string"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "string",
|
|
28
|
+
"name": "string"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "string",
|
|
34
|
+
"name": "string",
|
|
35
|
+
"placeholder": "string",
|
|
36
|
+
"disableExcludeSupport": true,
|
|
37
|
+
"enableBulkSelection": true,
|
|
38
|
+
"allowedCharactersRegex": "string",
|
|
39
|
+
"selections": [
|
|
40
|
+
{
|
|
41
|
+
"id": "string",
|
|
42
|
+
"name": "string"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
]
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "assetOtNetworkQueue",
|
|
12
|
+
"enum": [
|
|
13
|
+
"assetOtNetworkQueue",
|
|
14
|
+
"assetOTGet",
|
|
15
|
+
"assetOTUpdate",
|
|
16
|
+
"assetOTNetworkSegmentProtect",
|
|
17
|
+
"assetOTNetworkSegmentUnprotect",
|
|
18
|
+
"assetOTLogonActivitiesList",
|
|
19
|
+
"assetOTLogonActivitiesExport",
|
|
20
|
+
"assetOTLogonActivitiesExportGet",
|
|
21
|
+
"assetOTLogonActivitiesFiltersList",
|
|
22
|
+
"assetOTNetworkActivitiesList",
|
|
23
|
+
"assetOTNetworkActivitiesExport",
|
|
24
|
+
"assetOTNetworkActivitiesExportGet",
|
|
25
|
+
"assetOTNetworkActivitiesFiltersList",
|
|
26
|
+
"assetOTRPCActivitiesList",
|
|
27
|
+
"assetOTRPCActivitiesExport",
|
|
28
|
+
"assetOTRPCActivitiesExportGet",
|
|
29
|
+
"assetOTRPCActivitiesFiltersList",
|
|
30
|
+
"assetOTRPCActivitiesInterfaceCandidatesFiltersList",
|
|
31
|
+
"assetOTRPCActivitiesOperationFiltersList",
|
|
32
|
+
"assetOTAnalysisGet",
|
|
33
|
+
"assetOTAnalysisExport",
|
|
34
|
+
"assetOTAnalysisExportGet",
|
|
35
|
+
"assetOTMemberOfGet",
|
|
36
|
+
"assetOTAuditGet",
|
|
37
|
+
"assetOTAuditExport",
|
|
38
|
+
"assetOTAuditExportGet",
|
|
39
|
+
"assetOTAuditsFiltersList",
|
|
40
|
+
"assetOTAssetManagersList",
|
|
41
|
+
"assetOTAssetManagersAdd",
|
|
42
|
+
"assetOTAssetManagersCandidatesList",
|
|
43
|
+
"assetOTAssetManagersDelete",
|
|
44
|
+
"assetOTIdentityRulesList",
|
|
45
|
+
"assetOTIdentityRulesCreate",
|
|
46
|
+
"assetOTIdentityRulesAssetsCandidatesList",
|
|
47
|
+
"assetOTIdentityRulesExcludedAssetsCandidatesList",
|
|
48
|
+
"assetOTIdentityRulesExport",
|
|
49
|
+
"assetOTIdentityRulesExportGet",
|
|
50
|
+
"assetOTIdentityRulesFiltersList",
|
|
51
|
+
"assetOTIdentityRulesAssetsCandidatesFiltersList",
|
|
52
|
+
"assetOTIdentityRulesUserCandidatesFiltersList",
|
|
53
|
+
"assetOTIdentityRulesUserCandidatesList",
|
|
54
|
+
"assetOTIdentityRulesGet",
|
|
55
|
+
"assetOTIdentityRulesUpdate",
|
|
56
|
+
"assetOTIdentityRulesDelete",
|
|
57
|
+
"assetOTMFAInboundPoliciesList",
|
|
58
|
+
"assetOTMFAInboundPoliciesCreate",
|
|
59
|
+
"assetOTMFAInboundPoliciesDestinationCandidatesList",
|
|
60
|
+
"assetOTMFAInboundPoliciesExcludedSourceCandidatesList",
|
|
61
|
+
"assetOTMFAInboundPoliciesFiltersList",
|
|
62
|
+
"assetOTMFAInboundPoliciesDestinationCandidatesFiltersList",
|
|
63
|
+
"assetOTMFAInboundPoliciesSourceCandidatesFiltersList",
|
|
64
|
+
"assetOTMFAInboundPoliciesSourceUsersCandidatesFiltersList",
|
|
65
|
+
"assetOTMFAInboundPoliciesMFAMethodsList",
|
|
66
|
+
"assetOTMFAInboundPoliciesSourceCandidatesList",
|
|
67
|
+
"assetOTMFAInboundPoliciesSourceUserCandidatesList",
|
|
68
|
+
"assetOTMFAInboundPoliciesGet",
|
|
69
|
+
"assetOTMFAInboundPoliciesUpdate",
|
|
70
|
+
"assetOTMFAInboundPoliciesDelete",
|
|
71
|
+
"assetOTMFAOutboundPoliciesList",
|
|
72
|
+
"assetOTMFAOutboundPoliciesCreate",
|
|
73
|
+
"assetOTMFAOutboundPoliciesDestinationCandidatesList",
|
|
74
|
+
"assetOTMFAOutboundPoliciesExcludedSourceCandidatesList",
|
|
75
|
+
"assetOTMFAOutboundPoliciesFiltersGet",
|
|
76
|
+
"assetOTMFAOutboundPoliciesDestinationCandidatesFiltersList",
|
|
77
|
+
"assetOTMFAOutboundPoliciesSourceCandidatesFiltersList",
|
|
78
|
+
"assetOTMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
|
|
79
|
+
"assetOTMFAOutboundPoliciesMFAMethodsList",
|
|
80
|
+
"assetOTMFAOutboundPoliciesSourceCandidatesList",
|
|
81
|
+
"assetOTMFAOutboundPoliciesSourceUserCandidatesList",
|
|
82
|
+
"assetOTMFAOutboundPoliciesGet",
|
|
83
|
+
"assetOTMFAOutboundPoliciesUpdate",
|
|
84
|
+
"assetOTMFAOutboundPoliciesDelete",
|
|
85
|
+
"assetOTRPCRulesList",
|
|
86
|
+
"assetOTRPCRulesCreate",
|
|
87
|
+
"assetOTRPCRuleGet",
|
|
88
|
+
"assetOTRPCRuleUpdate",
|
|
89
|
+
"assetOTRPCRuleDelete",
|
|
90
|
+
"assetOTRPCRulesExcludedDestinationCandidatesList",
|
|
91
|
+
"assetOTRPCRulesExport",
|
|
92
|
+
"assetOTRPCRulesExportGet",
|
|
93
|
+
"assetOTRPCRulesFiltersList",
|
|
94
|
+
"assetOTRPCRulesDesinationCandidatesFiltersList",
|
|
95
|
+
"assetOTRPCRulesSourceCandidatesFiltersList",
|
|
96
|
+
"assetOTRPCRulesUserCandidatesFiltersList",
|
|
97
|
+
"assetOTRPCRulesDestinationCandidatesList",
|
|
98
|
+
"assetOTRPCRulesSourceCandidatesList",
|
|
99
|
+
"assetOTRPCRulesUserCandidatesList",
|
|
100
|
+
"assetOTRulesDistributionGet",
|
|
101
|
+
"assetOTRulesHistoryGet",
|
|
102
|
+
"assetOTInboundAllowRulesList",
|
|
103
|
+
"assetOTInboundAllowRulesCreate",
|
|
104
|
+
"assetOTInboundAllowRulesExport",
|
|
105
|
+
"assetOTInboundAllowRulesExportGet",
|
|
106
|
+
"assetOTInboundAllowRulesExcludedDestinationCandidatesList",
|
|
107
|
+
"assetOTInboundAllowRulesFiltersList",
|
|
108
|
+
"assetOTInboundAllowRulesDesinationCandidatesFiltersList",
|
|
109
|
+
"assetOTInboundAllowRulesSourceCandidatesFiltersList",
|
|
110
|
+
"assetOTInboundAllowRulesDestinationCandidatesList",
|
|
111
|
+
"assetOTInboundAllowRulesSourceCandidatesList",
|
|
112
|
+
"assetOTInboundAllowRulesReviewApprove",
|
|
113
|
+
"assetOTInboundAllowRulesReviewApproveWithChanges",
|
|
114
|
+
"assetOTInboundAllowRulesReviewDeny",
|
|
115
|
+
"assetOTInboundAllowRuleGet",
|
|
116
|
+
"assetOTInboundAllowRuleUpdate",
|
|
117
|
+
"assetOTInboundAllowRuleDelete",
|
|
118
|
+
"assetOTInboundBlockRulesList",
|
|
119
|
+
"assetOTInboundBlockRulesCreate",
|
|
120
|
+
"assetOTInboundBlockRulesExport",
|
|
121
|
+
"assetOTInboundBlockRulesExportGet",
|
|
122
|
+
"assetOTInboundBlockRulesExcludedDestinationCandidatesList",
|
|
123
|
+
"assetOTInboundBlockRulesFiltersGet",
|
|
124
|
+
"assetOTInboundBlockRulesDestinationCandidatesFiltersList",
|
|
125
|
+
"assetOTInboundBlockRulesSourceCandidatesFiltersList",
|
|
126
|
+
"assetOTInboundBlockRulesDestinationCandidatesList",
|
|
127
|
+
"assetOTInboundBlockRulesSourceCandidatesList",
|
|
128
|
+
"assetOTInboundBlockRulesReviewApprove",
|
|
129
|
+
"assetOTInboundBlockRulesReviewApproveWithChanges",
|
|
130
|
+
"assetOTInboundBlockRulesReviewDeny",
|
|
131
|
+
"assetOTInboundBlockRuleGet",
|
|
132
|
+
"assetOTInboundBlockRuleUpdate",
|
|
133
|
+
"assetOTInboundBlockRuleDelete",
|
|
134
|
+
"assetOTOutboundBlockRulesList",
|
|
135
|
+
"assetOTOutboundBlockRulesCreate",
|
|
136
|
+
"assetOTOutboundBlockRulesExport",
|
|
137
|
+
"assetOTOutboundBlockRulesExportGet",
|
|
138
|
+
"assetOTOutboundBlockRulesExcludedSourceCandidatesList",
|
|
139
|
+
"assetOTOutboundBlockRulesFiltersList",
|
|
140
|
+
"assetOTOutboundBlockRulesSourceCandidatesFiltersList",
|
|
141
|
+
"assetOTOutboundBlockRulesDestinationCandidatesFiltersList",
|
|
142
|
+
"assetOTOutboundBlockRulesSourceCandidatesList",
|
|
143
|
+
"assetOTOutboundBlockRulesDestinationCandidatesList",
|
|
144
|
+
"assetOTOutboundBlockRulesReviewApprove",
|
|
145
|
+
"assetOTOutboundBlockRulesReviewApproveWithChanges",
|
|
146
|
+
"assetOTOutboundBlockRulesReviewDeny",
|
|
147
|
+
"assetOTOutboundBlockRuleGet",
|
|
148
|
+
"assetOTOutboundBlockRuleUpdate",
|
|
149
|
+
"assetOTOutboundBlockRuleDelete",
|
|
150
|
+
"assetOTOutboundAllowRulesList",
|
|
151
|
+
"assetOTOutboundAllowRulesCreate",
|
|
152
|
+
"assetOTOutboundAllowRulesExport",
|
|
153
|
+
"assetOTOutboundAllowRulesExportGet",
|
|
154
|
+
"assetOTOutboundAllowRulesExcludedSourceCandidatesList",
|
|
155
|
+
"assetOTOutboundAllowRulesFiltersList",
|
|
156
|
+
"assetOTOutboundAllowRulesExcludedSourceCandidatesFiltersList",
|
|
157
|
+
"assetOTOutboundAllowRulesSourceCandidatesFiltersList",
|
|
158
|
+
"assetOTOutboundAllowRulesDestinationCandidatesFiltersList",
|
|
159
|
+
"assetOTOutboundAllowRulesSourceCandidatesList",
|
|
160
|
+
"assetOTOutboundAllowRulesDestinationCandidatesList",
|
|
161
|
+
"assetOTOutboundAllowRulesReviewApprove",
|
|
162
|
+
"assetOTOutboundAllowRulesReviewApproveWithChanges",
|
|
163
|
+
"assetOTOutboundAllowRulesReviewDeny",
|
|
164
|
+
"assetOTOutboundAllowRuleGet",
|
|
165
|
+
"assetOTOutboundAllowRuleUpdate",
|
|
166
|
+
"assetOTOutboundAllowRuleDelete",
|
|
167
|
+
"assetOTTagsGet"
|
|
168
|
+
],
|
|
169
|
+
"external_name": "ph_request_type"
|
|
170
|
+
},
|
|
171
|
+
"limit": {
|
|
172
|
+
"type": "number",
|
|
173
|
+
"description": "Limit the return results",
|
|
174
|
+
"parse": false,
|
|
175
|
+
"encode": false,
|
|
176
|
+
"encrypt": {
|
|
177
|
+
"type": "AES",
|
|
178
|
+
"key": ""
|
|
179
|
+
},
|
|
180
|
+
"external_name": "_limit"
|
|
181
|
+
},
|
|
182
|
+
"cursor": {
|
|
183
|
+
"type": "number",
|
|
184
|
+
"description": "cursor position to start at",
|
|
185
|
+
"parse": false,
|
|
186
|
+
"encode": false,
|
|
187
|
+
"encrypt": {
|
|
188
|
+
"type": "AES",
|
|
189
|
+
"key": ""
|
|
190
|
+
},
|
|
191
|
+
"external_name": "_cursor"
|
|
192
|
+
},
|
|
193
|
+
"search": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"description": "Test to search for",
|
|
196
|
+
"parse": false,
|
|
197
|
+
"encode": false,
|
|
198
|
+
"encrypt": {
|
|
199
|
+
"type": "AES",
|
|
200
|
+
"key": ""
|
|
201
|
+
},
|
|
202
|
+
"external_name": "_search"
|
|
203
|
+
},
|
|
204
|
+
"entityId": {
|
|
205
|
+
"type": "string",
|
|
206
|
+
"description": "entityId to filter on",
|
|
207
|
+
"parse": false,
|
|
208
|
+
"encode": false,
|
|
209
|
+
"encrypt": {
|
|
210
|
+
"type": "AES",
|
|
211
|
+
"key": ""
|
|
212
|
+
},
|
|
213
|
+
"external_name": "_entityId"
|
|
214
|
+
},
|
|
215
|
+
"filters": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"description": "JSON string URI encoded set of fiters",
|
|
218
|
+
"parse": false,
|
|
219
|
+
"encode": false,
|
|
220
|
+
"encrypt": {
|
|
221
|
+
"type": "AES",
|
|
222
|
+
"key": ""
|
|
223
|
+
},
|
|
224
|
+
"external_name": "_filters"
|
|
225
|
+
},
|
|
226
|
+
"offset": {
|
|
227
|
+
"type": "number",
|
|
228
|
+
"description": "Used to page through results",
|
|
229
|
+
"parse": false,
|
|
230
|
+
"encode": false,
|
|
231
|
+
"encrypt": {
|
|
232
|
+
"type": "AES",
|
|
233
|
+
"key": ""
|
|
234
|
+
},
|
|
235
|
+
"external_name": "_offset"
|
|
236
|
+
},
|
|
237
|
+
"withCount": {
|
|
238
|
+
"type": "boolean",
|
|
239
|
+
"description": "return count of objects",
|
|
240
|
+
"parse": false,
|
|
241
|
+
"encode": false,
|
|
242
|
+
"encrypt": {
|
|
243
|
+
"type": "AES",
|
|
244
|
+
"key": ""
|
|
245
|
+
},
|
|
246
|
+
"external_name": "with_count"
|
|
247
|
+
},
|
|
248
|
+
"addBuiltins": {
|
|
249
|
+
"type": "boolean",
|
|
250
|
+
"description": "show global rules",
|
|
251
|
+
"parse": false,
|
|
252
|
+
"encode": false,
|
|
253
|
+
"encrypt": {
|
|
254
|
+
"type": "AES",
|
|
255
|
+
"key": ""
|
|
256
|
+
},
|
|
257
|
+
"external_name": "_add_builtins"
|
|
258
|
+
},
|
|
259
|
+
"addAncestors": {
|
|
260
|
+
"type": "boolean",
|
|
261
|
+
"description": "show rules where the asset is part of a group",
|
|
262
|
+
"parse": false,
|
|
263
|
+
"encode": false,
|
|
264
|
+
"encrypt": {
|
|
265
|
+
"type": "AES",
|
|
266
|
+
"key": ""
|
|
267
|
+
},
|
|
268
|
+
"external_name": "_add_ancestors"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"definitions": {}
|
|
272
|
+
}
|