@robinmordasiewicz/f5xc-api-mcp 3.5.0 → 3.7.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.
- package/dist/generator/dependency-extractor.d.ts +103 -0
- package/dist/generator/dependency-extractor.d.ts.map +1 -0
- package/dist/generator/dependency-extractor.js +473 -0
- package/dist/generator/dependency-extractor.js.map +1 -0
- package/dist/generator/dependency-graph.d.ts +67 -0
- package/dist/generator/dependency-graph.d.ts.map +1 -0
- package/dist/generator/dependency-graph.js +330 -0
- package/dist/generator/dependency-graph.js.map +1 -0
- package/dist/generator/dependency-types.d.ts +206 -0
- package/dist/generator/dependency-types.d.ts.map +1 -0
- package/dist/generator/dependency-types.js +37 -0
- package/dist/generator/dependency-types.js.map +1 -0
- package/dist/generator/openapi-parser.d.ts +7 -0
- package/dist/generator/openapi-parser.d.ts.map +1 -1
- package/dist/generator/openapi-parser.js +41 -0
- package/dist/generator/openapi-parser.js.map +1 -1
- package/dist/generator/tool-generator.d.ts +17 -0
- package/dist/generator/tool-generator.d.ts.map +1 -1
- package/dist/generator/tool-generator.js +25 -0
- package/dist/generator/tool-generator.js.map +1 -1
- package/dist/tools/discovery/dependencies.d.ts +113 -0
- package/dist/tools/discovery/dependencies.d.ts.map +1 -0
- package/dist/tools/discovery/dependencies.js +258 -0
- package/dist/tools/discovery/dependencies.js.map +1 -0
- package/dist/tools/discovery/index.d.ts +33 -0
- package/dist/tools/discovery/index.d.ts.map +1 -1
- package/dist/tools/discovery/index.js +43 -0
- package/dist/tools/discovery/index.js.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.d.ts.map +1 -1
- package/dist/tools/generated/admin_console_and_ui/index.js +6 -0
- package/dist/tools/generated/admin_console_and_ui/index.js.map +1 -1
- package/dist/tools/generated/api/index.d.ts.map +1 -1
- package/dist/tools/generated/api/index.js +1206 -2
- package/dist/tools/generated/api/index.js.map +1 -1
- package/dist/tools/generated/authentication/index.d.ts.map +1 -1
- package/dist/tools/generated/authentication/index.js +49 -0
- package/dist/tools/generated/authentication/index.js.map +1 -1
- package/dist/tools/generated/bigip/index.d.ts.map +1 -1
- package/dist/tools/generated/bigip/index.js +319 -0
- package/dist/tools/generated/bigip/index.js.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.d.ts.map +1 -1
- package/dist/tools/generated/billing_and_usage/index.js +169 -0
- package/dist/tools/generated/billing_and_usage/index.js.map +1 -1
- package/dist/tools/generated/blindfold/index.d.ts.map +1 -1
- package/dist/tools/generated/blindfold/index.js +328 -0
- package/dist/tools/generated/blindfold/index.js.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.d.ts.map +1 -1
- package/dist/tools/generated/bot_and_threat_defense/index.js +482 -0
- package/dist/tools/generated/bot_and_threat_defense/index.js.map +1 -1
- package/dist/tools/generated/cdn/index.d.ts.map +1 -1
- package/dist/tools/generated/cdn/index.js +347 -0
- package/dist/tools/generated/cdn/index.js.map +1 -1
- package/dist/tools/generated/ce_management/index.d.ts.map +1 -1
- package/dist/tools/generated/ce_management/index.js +375 -0
- package/dist/tools/generated/ce_management/index.js.map +1 -1
- package/dist/tools/generated/certificates/index.d.ts.map +1 -1
- package/dist/tools/generated/certificates/index.js +268 -0
- package/dist/tools/generated/certificates/index.js.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.d.ts.map +1 -1
- package/dist/tools/generated/cloud_infrastructure/index.js +374 -0
- package/dist/tools/generated/cloud_infrastructure/index.js.map +1 -1
- package/dist/tools/generated/container_services/index.d.ts.map +1 -1
- package/dist/tools/generated/container_services/index.js +212 -0
- package/dist/tools/generated/container_services/index.js.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.d.ts.map +1 -1
- package/dist/tools/generated/data_and_privacy_security/index.js +143 -0
- package/dist/tools/generated/data_and_privacy_security/index.js.map +1 -1
- package/dist/tools/generated/data_intelligence/index.d.ts.map +1 -1
- package/dist/tools/generated/data_intelligence/index.js +105 -0
- package/dist/tools/generated/data_intelligence/index.js.map +1 -1
- package/dist/tools/generated/ddos/index.d.ts.map +1 -1
- package/dist/tools/generated/ddos/index.js +664 -0
- package/dist/tools/generated/ddos/index.js.map +1 -1
- package/dist/tools/generated/dns/index.d.ts.map +1 -1
- package/dist/tools/generated/dns/index.js +492 -0
- package/dist/tools/generated/dns/index.js.map +1 -1
- package/dist/tools/generated/generative_ai/index.d.ts.map +1 -1
- package/dist/tools/generated/generative_ai/index.js +47 -0
- package/dist/tools/generated/generative_ai/index.js.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.d.ts.map +1 -1
- package/dist/tools/generated/managed_kubernetes/index.js +510 -0
- package/dist/tools/generated/managed_kubernetes/index.js.map +1 -1
- package/dist/tools/generated/marketplace/index.d.ts.map +1 -1
- package/dist/tools/generated/marketplace/index.js +307 -0
- package/dist/tools/generated/marketplace/index.js.map +1 -1
- package/dist/tools/generated/network/index.d.ts.map +1 -1
- package/dist/tools/generated/network/index.js +1292 -0
- package/dist/tools/generated/network/index.js.map +1 -1
- package/dist/tools/generated/network_security/index.d.ts.map +1 -1
- package/dist/tools/generated/network_security/index.js +1819 -9
- package/dist/tools/generated/network_security/index.js.map +1 -1
- package/dist/tools/generated/nginx_one/index.d.ts.map +1 -1
- package/dist/tools/generated/nginx_one/index.js +94 -0
- package/dist/tools/generated/nginx_one/index.js.map +1 -1
- package/dist/tools/generated/object_storage/index.d.ts.map +1 -1
- package/dist/tools/generated/object_storage/index.js +32 -0
- package/dist/tools/generated/object_storage/index.js.map +1 -1
- package/dist/tools/generated/observability/index.d.ts.map +1 -1
- package/dist/tools/generated/observability/index.js +265 -0
- package/dist/tools/generated/observability/index.js.map +1 -1
- package/dist/tools/generated/rate_limiting/index.d.ts.map +1 -1
- package/dist/tools/generated/rate_limiting/index.js +396 -0
- package/dist/tools/generated/rate_limiting/index.js.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.d.ts.map +1 -1
- package/dist/tools/generated/secops_and_incident_response/index.js +132 -0
- package/dist/tools/generated/secops_and_incident_response/index.js.map +1 -1
- package/dist/tools/generated/service_mesh/index.d.ts.map +1 -1
- package/dist/tools/generated/service_mesh/index.js +1062 -0
- package/dist/tools/generated/service_mesh/index.js.map +1 -1
- package/dist/tools/generated/shape/index.d.ts.map +1 -1
- package/dist/tools/generated/shape/index.js +917 -0
- package/dist/tools/generated/shape/index.js.map +1 -1
- package/dist/tools/generated/sites/index.d.ts.map +1 -1
- package/dist/tools/generated/sites/index.js +1666 -0
- package/dist/tools/generated/sites/index.js.map +1 -1
- package/dist/tools/generated/statistics/index.d.ts.map +1 -1
- package/dist/tools/generated/statistics/index.js +574 -0
- package/dist/tools/generated/statistics/index.js.map +1 -1
- package/dist/tools/generated/support/index.d.ts.map +1 -1
- package/dist/tools/generated/support/index.js +274 -0
- package/dist/tools/generated/support/index.js.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.d.ts.map +1 -1
- package/dist/tools/generated/telemetry_and_insights/index.js +100 -0
- package/dist/tools/generated/telemetry_and_insights/index.js.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.d.ts.map +1 -1
- package/dist/tools/generated/tenant_and_identity/index.js +1378 -0
- package/dist/tools/generated/tenant_and_identity/index.js.map +1 -1
- package/dist/tools/generated/threat_campaign/index.d.ts.map +1 -1
- package/dist/tools/generated/threat_campaign/index.js +3 -0
- package/dist/tools/generated/threat_campaign/index.js.map +1 -1
- package/dist/tools/generated/users/index.d.ts.map +1 -1
- package/dist/tools/generated/users/index.js +139 -0
- package/dist/tools/generated/users/index.js.map +1 -1
- package/dist/tools/generated/virtual/index.d.ts.map +1 -1
- package/dist/tools/generated/virtual/index.js +1160 -0
- package/dist/tools/generated/virtual/index.js.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.d.ts.map +1 -1
- package/dist/tools/generated/vpm_and_node_management/index.js +3 -0
- package/dist/tools/generated/vpm_and_node_management/index.js.map +1 -1
- package/dist/tools/generated/waf/index.d.ts.map +1 -1
- package/dist/tools/generated/waf/index.js +784 -0
- package/dist/tools/generated/waf/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -99,6 +99,9 @@ export const tenant_and_identityTools = [
|
|
|
99
99
|
},
|
|
100
100
|
},
|
|
101
101
|
curlExample: null,
|
|
102
|
+
dependencies: [],
|
|
103
|
+
oneOfGroups: [],
|
|
104
|
+
subscriptionRequirements: [],
|
|
102
105
|
},
|
|
103
106
|
{
|
|
104
107
|
toolName: "f5xc-api-tenantandidentity-acces-create",
|
|
@@ -182,6 +185,9 @@ export const tenant_and_identityTools = [
|
|
|
182
185
|
},
|
|
183
186
|
},
|
|
184
187
|
curlExample: null,
|
|
188
|
+
dependencies: [],
|
|
189
|
+
oneOfGroups: [],
|
|
190
|
+
subscriptionRequirements: [],
|
|
185
191
|
},
|
|
186
192
|
{
|
|
187
193
|
toolName: "f5xc-api-tenantandidentity-acces-list",
|
|
@@ -259,6 +265,9 @@ export const tenant_and_identityTools = [
|
|
|
259
265
|
side_effects: {},
|
|
260
266
|
},
|
|
261
267
|
curlExample: null,
|
|
268
|
+
dependencies: [],
|
|
269
|
+
oneOfGroups: [],
|
|
270
|
+
subscriptionRequirements: [],
|
|
262
271
|
},
|
|
263
272
|
{
|
|
264
273
|
toolName: "f5xc-api-tenantandidentity-active-alert-policie-create",
|
|
@@ -359,6 +368,17 @@ export const tenant_and_identityTools = [
|
|
|
359
368
|
},
|
|
360
369
|
},
|
|
361
370
|
curlExample: null,
|
|
371
|
+
dependencies: [
|
|
372
|
+
{
|
|
373
|
+
domain: "",
|
|
374
|
+
fieldPath: "alert_policies[]",
|
|
375
|
+
inline: false,
|
|
376
|
+
required: false,
|
|
377
|
+
resourceType: "schemaviews-object-ref",
|
|
378
|
+
},
|
|
379
|
+
],
|
|
380
|
+
oneOfGroups: [],
|
|
381
|
+
subscriptionRequirements: [],
|
|
362
382
|
},
|
|
363
383
|
{
|
|
364
384
|
toolName: "f5xc-api-tenantandidentity-active-alert-policie-list",
|
|
@@ -450,6 +470,9 @@ export const tenant_and_identityTools = [
|
|
|
450
470
|
side_effects: {},
|
|
451
471
|
},
|
|
452
472
|
curlExample: null,
|
|
473
|
+
dependencies: [],
|
|
474
|
+
oneOfGroups: [],
|
|
475
|
+
subscriptionRequirements: [],
|
|
453
476
|
},
|
|
454
477
|
{
|
|
455
478
|
toolName: "f5xc-api-tenantandidentity-active-network-policie-create",
|
|
@@ -550,6 +573,17 @@ export const tenant_and_identityTools = [
|
|
|
550
573
|
},
|
|
551
574
|
},
|
|
552
575
|
curlExample: null,
|
|
576
|
+
dependencies: [
|
|
577
|
+
{
|
|
578
|
+
domain: "",
|
|
579
|
+
fieldPath: "network_policies[]",
|
|
580
|
+
inline: false,
|
|
581
|
+
required: false,
|
|
582
|
+
resourceType: "schemaviews-object-ref",
|
|
583
|
+
},
|
|
584
|
+
],
|
|
585
|
+
oneOfGroups: [],
|
|
586
|
+
subscriptionRequirements: [],
|
|
553
587
|
},
|
|
554
588
|
{
|
|
555
589
|
toolName: "f5xc-api-tenantandidentity-active-network-policie-list",
|
|
@@ -641,6 +675,9 @@ export const tenant_and_identityTools = [
|
|
|
641
675
|
side_effects: {},
|
|
642
676
|
},
|
|
643
677
|
curlExample: null,
|
|
678
|
+
dependencies: [],
|
|
679
|
+
oneOfGroups: [],
|
|
680
|
+
subscriptionRequirements: [],
|
|
644
681
|
},
|
|
645
682
|
{
|
|
646
683
|
toolName: "f5xc-api-tenantandidentity-active-service-policie-create",
|
|
@@ -741,6 +778,17 @@ export const tenant_and_identityTools = [
|
|
|
741
778
|
},
|
|
742
779
|
},
|
|
743
780
|
curlExample: null,
|
|
781
|
+
dependencies: [
|
|
782
|
+
{
|
|
783
|
+
domain: "",
|
|
784
|
+
fieldPath: "service_policies[]",
|
|
785
|
+
inline: false,
|
|
786
|
+
required: false,
|
|
787
|
+
resourceType: "schemaviews-object-ref",
|
|
788
|
+
},
|
|
789
|
+
],
|
|
790
|
+
oneOfGroups: [],
|
|
791
|
+
subscriptionRequirements: [],
|
|
744
792
|
},
|
|
745
793
|
{
|
|
746
794
|
toolName: "f5xc-api-tenantandidentity-active-service-policie-list",
|
|
@@ -832,6 +880,9 @@ export const tenant_and_identityTools = [
|
|
|
832
880
|
side_effects: {},
|
|
833
881
|
},
|
|
834
882
|
curlExample: null,
|
|
883
|
+
dependencies: [],
|
|
884
|
+
oneOfGroups: [],
|
|
885
|
+
subscriptionRequirements: [],
|
|
835
886
|
},
|
|
836
887
|
{
|
|
837
888
|
toolName: "f5xc-api-tenantandidentity-admin-notification-list",
|
|
@@ -909,6 +960,9 @@ export const tenant_and_identityTools = [
|
|
|
909
960
|
side_effects: {},
|
|
910
961
|
},
|
|
911
962
|
curlExample: null,
|
|
963
|
+
dependencies: [],
|
|
964
|
+
oneOfGroups: [],
|
|
965
|
+
subscriptionRequirements: [],
|
|
912
966
|
},
|
|
913
967
|
{
|
|
914
968
|
toolName: "f5xc-api-tenantandidentity-admin-notification-update",
|
|
@@ -990,6 +1044,9 @@ export const tenant_and_identityTools = [
|
|
|
990
1044
|
},
|
|
991
1045
|
},
|
|
992
1046
|
curlExample: null,
|
|
1047
|
+
dependencies: [],
|
|
1048
|
+
oneOfGroups: [],
|
|
1049
|
+
subscriptionRequirements: [],
|
|
993
1050
|
},
|
|
994
1051
|
{
|
|
995
1052
|
toolName: "f5xc-api-tenantandidentity-admin-reset-create",
|
|
@@ -1073,6 +1130,9 @@ export const tenant_and_identityTools = [
|
|
|
1073
1130
|
},
|
|
1074
1131
|
},
|
|
1075
1132
|
curlExample: null,
|
|
1133
|
+
dependencies: [],
|
|
1134
|
+
oneOfGroups: [],
|
|
1135
|
+
subscriptionRequirements: [],
|
|
1076
1136
|
},
|
|
1077
1137
|
{
|
|
1078
1138
|
toolName: "f5xc-api-tenantandidentity-admin-reset-update",
|
|
@@ -1154,6 +1214,9 @@ export const tenant_and_identityTools = [
|
|
|
1154
1214
|
},
|
|
1155
1215
|
},
|
|
1156
1216
|
curlExample: null,
|
|
1217
|
+
dependencies: [],
|
|
1218
|
+
oneOfGroups: [],
|
|
1219
|
+
subscriptionRequirements: [],
|
|
1157
1220
|
},
|
|
1158
1221
|
{
|
|
1159
1222
|
toolName: "f5xc-api-tenantandidentity-all-application-inventory-create",
|
|
@@ -1240,6 +1303,59 @@ export const tenant_and_identityTools = [
|
|
|
1240
1303
|
},
|
|
1241
1304
|
},
|
|
1242
1305
|
curlExample: null,
|
|
1306
|
+
dependencies: [
|
|
1307
|
+
{
|
|
1308
|
+
domain: "",
|
|
1309
|
+
fieldPath: "bigip_virtual_server_filter",
|
|
1310
|
+
inline: false,
|
|
1311
|
+
required: false,
|
|
1312
|
+
resourceType: "namespace-bigipvirtual-server-inventory-filter",
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
domain: "",
|
|
1316
|
+
fieldPath: "cdn_load_balancer_filter",
|
|
1317
|
+
inline: false,
|
|
1318
|
+
required: false,
|
|
1319
|
+
resourceType: "namespace-httploadbalancer-inventory-filter",
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
domain: "",
|
|
1323
|
+
fieldPath: "http_load_balancer_filter",
|
|
1324
|
+
inline: false,
|
|
1325
|
+
required: false,
|
|
1326
|
+
resourceType: "namespace-httploadbalancer-inventory-filter",
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
domain: "",
|
|
1330
|
+
fieldPath: "nginx_one_server_filter",
|
|
1331
|
+
inline: false,
|
|
1332
|
+
required: false,
|
|
1333
|
+
resourceType: "namespace-nginxone-server-inventory-filter",
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
domain: "",
|
|
1337
|
+
fieldPath: "tcp_load_balancer_filter",
|
|
1338
|
+
inline: false,
|
|
1339
|
+
required: false,
|
|
1340
|
+
resourceType: "namespace-tcploadbalancer-inventory-filter",
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
domain: "",
|
|
1344
|
+
fieldPath: "third_party_application_filter",
|
|
1345
|
+
inline: false,
|
|
1346
|
+
required: false,
|
|
1347
|
+
resourceType: "namespace-third-party-application-filter",
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
domain: "",
|
|
1351
|
+
fieldPath: "udp_load_balancer_filter",
|
|
1352
|
+
inline: false,
|
|
1353
|
+
required: false,
|
|
1354
|
+
resourceType: "namespace-udploadbalancer-inventory-filter",
|
|
1355
|
+
},
|
|
1356
|
+
],
|
|
1357
|
+
oneOfGroups: [],
|
|
1358
|
+
subscriptionRequirements: [],
|
|
1243
1359
|
},
|
|
1244
1360
|
{
|
|
1245
1361
|
toolName: "f5xc-api-tenantandidentity-all-application-inventory-waf-filter-create",
|
|
@@ -1326,6 +1442,36 @@ export const tenant_and_identityTools = [
|
|
|
1326
1442
|
},
|
|
1327
1443
|
},
|
|
1328
1444
|
curlExample: null,
|
|
1445
|
+
dependencies: [
|
|
1446
|
+
{
|
|
1447
|
+
domain: "",
|
|
1448
|
+
fieldPath: "exclusion_violation_type",
|
|
1449
|
+
inline: false,
|
|
1450
|
+
required: false,
|
|
1451
|
+
resourceType: "app-firewall-app-firewall-violation",
|
|
1452
|
+
},
|
|
1453
|
+
],
|
|
1454
|
+
oneOfGroups: [
|
|
1455
|
+
{
|
|
1456
|
+
choiceField: "waf_filter_choice",
|
|
1457
|
+
fieldPath: "waf_filter_choice",
|
|
1458
|
+
options: ["exclusion_signature_id", "exclusion_violation_type"],
|
|
1459
|
+
},
|
|
1460
|
+
],
|
|
1461
|
+
subscriptionRequirements: [
|
|
1462
|
+
{
|
|
1463
|
+
addonService: "f5xc_waap_standard",
|
|
1464
|
+
displayName: "F5XC WAAP Standard",
|
|
1465
|
+
required: false,
|
|
1466
|
+
tier: "standard",
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
addonService: "f5xc_waap_advanced",
|
|
1470
|
+
displayName: "F5XC WAAP Advanced",
|
|
1471
|
+
required: false,
|
|
1472
|
+
tier: "advanced",
|
|
1473
|
+
},
|
|
1474
|
+
],
|
|
1329
1475
|
},
|
|
1330
1476
|
{
|
|
1331
1477
|
toolName: "f5xc-api-tenantandidentity-all-ns-stat-create",
|
|
@@ -1409,6 +1555,9 @@ export const tenant_and_identityTools = [
|
|
|
1409
1555
|
},
|
|
1410
1556
|
},
|
|
1411
1557
|
curlExample: null,
|
|
1558
|
+
dependencies: [],
|
|
1559
|
+
oneOfGroups: [],
|
|
1560
|
+
subscriptionRequirements: [],
|
|
1412
1561
|
},
|
|
1413
1562
|
{
|
|
1414
1563
|
toolName: "f5xc-api-tenantandidentity-allowed-tenant-create",
|
|
@@ -1506,6 +1655,31 @@ export const tenant_and_identityTools = [
|
|
|
1506
1655
|
},
|
|
1507
1656
|
},
|
|
1508
1657
|
curlExample: null,
|
|
1658
|
+
dependencies: [
|
|
1659
|
+
{
|
|
1660
|
+
domain: "",
|
|
1661
|
+
fieldPath: "",
|
|
1662
|
+
inline: false,
|
|
1663
|
+
required: false,
|
|
1664
|
+
resourceType: "tenant-managementallowed-tenant",
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
domain: "",
|
|
1668
|
+
fieldPath: "metadata",
|
|
1669
|
+
inline: false,
|
|
1670
|
+
required: false,
|
|
1671
|
+
resourceType: "schema-object-create-meta",
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
domain: "",
|
|
1675
|
+
fieldPath: "spec",
|
|
1676
|
+
inline: false,
|
|
1677
|
+
required: false,
|
|
1678
|
+
resourceType: "tenant-managementallowed-tenant-create",
|
|
1679
|
+
},
|
|
1680
|
+
],
|
|
1681
|
+
oneOfGroups: [],
|
|
1682
|
+
subscriptionRequirements: [],
|
|
1509
1683
|
},
|
|
1510
1684
|
{
|
|
1511
1685
|
toolName: "f5xc-api-tenantandidentity-allowed-tenant-delete",
|
|
@@ -1613,6 +1787,17 @@ export const tenant_and_identityTools = [
|
|
|
1613
1787
|
},
|
|
1614
1788
|
},
|
|
1615
1789
|
curlExample: null,
|
|
1790
|
+
dependencies: [
|
|
1791
|
+
{
|
|
1792
|
+
domain: "",
|
|
1793
|
+
fieldPath: "",
|
|
1794
|
+
inline: false,
|
|
1795
|
+
required: false,
|
|
1796
|
+
resourceType: "allowed-tenant",
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
oneOfGroups: [],
|
|
1800
|
+
subscriptionRequirements: [],
|
|
1616
1801
|
},
|
|
1617
1802
|
{
|
|
1618
1803
|
toolName: "f5xc-api-tenantandidentity-allowed-tenant-get",
|
|
@@ -1737,6 +1922,9 @@ export const tenant_and_identityTools = [
|
|
|
1737
1922
|
side_effects: {},
|
|
1738
1923
|
},
|
|
1739
1924
|
curlExample: null,
|
|
1925
|
+
dependencies: [],
|
|
1926
|
+
oneOfGroups: [],
|
|
1927
|
+
subscriptionRequirements: [],
|
|
1740
1928
|
},
|
|
1741
1929
|
{
|
|
1742
1930
|
toolName: "f5xc-api-tenantandidentity-allowed-tenant-list",
|
|
@@ -1867,6 +2055,9 @@ export const tenant_and_identityTools = [
|
|
|
1867
2055
|
side_effects: {},
|
|
1868
2056
|
},
|
|
1869
2057
|
curlExample: null,
|
|
2058
|
+
dependencies: [],
|
|
2059
|
+
oneOfGroups: [],
|
|
2060
|
+
subscriptionRequirements: [],
|
|
1870
2061
|
},
|
|
1871
2062
|
{
|
|
1872
2063
|
toolName: "f5xc-api-tenantandidentity-allowed-tenant-update",
|
|
@@ -1976,6 +2167,31 @@ export const tenant_and_identityTools = [
|
|
|
1976
2167
|
},
|
|
1977
2168
|
},
|
|
1978
2169
|
curlExample: null,
|
|
2170
|
+
dependencies: [
|
|
2171
|
+
{
|
|
2172
|
+
domain: "",
|
|
2173
|
+
fieldPath: "",
|
|
2174
|
+
inline: false,
|
|
2175
|
+
required: false,
|
|
2176
|
+
resourceType: "allowed-tenant",
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
domain: "",
|
|
2180
|
+
fieldPath: "metadata",
|
|
2181
|
+
inline: false,
|
|
2182
|
+
required: false,
|
|
2183
|
+
resourceType: "schema-object-replace-meta",
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
domain: "",
|
|
2187
|
+
fieldPath: "spec",
|
|
2188
|
+
inline: false,
|
|
2189
|
+
required: false,
|
|
2190
|
+
resourceType: "allowed-tenant-replace",
|
|
2191
|
+
},
|
|
2192
|
+
],
|
|
2193
|
+
oneOfGroups: [],
|
|
2194
|
+
subscriptionRequirements: [],
|
|
1979
2195
|
},
|
|
1980
2196
|
{
|
|
1981
2197
|
toolName: "f5xc-api-tenantandidentity-analyze-for-deletion-create",
|
|
@@ -2062,6 +2278,15 @@ export const tenant_and_identityTools = [
|
|
|
2062
2278
|
},
|
|
2063
2279
|
},
|
|
2064
2280
|
curlExample: null,
|
|
2281
|
+
dependencies: [],
|
|
2282
|
+
oneOfGroups: [
|
|
2283
|
+
{
|
|
2284
|
+
choiceField: "object_identifier",
|
|
2285
|
+
fieldPath: "object_identifier",
|
|
2286
|
+
options: ["namespace_name_identifier", "object_uid"],
|
|
2287
|
+
},
|
|
2288
|
+
],
|
|
2289
|
+
subscriptionRequirements: [],
|
|
2065
2290
|
},
|
|
2066
2291
|
{
|
|
2067
2292
|
toolName: "f5xc-api-tenantandidentity-application-inventory-create",
|
|
@@ -2162,6 +2387,59 @@ export const tenant_and_identityTools = [
|
|
|
2162
2387
|
},
|
|
2163
2388
|
},
|
|
2164
2389
|
curlExample: null,
|
|
2390
|
+
dependencies: [
|
|
2391
|
+
{
|
|
2392
|
+
domain: "",
|
|
2393
|
+
fieldPath: "bigip_virtual_server_filter",
|
|
2394
|
+
inline: false,
|
|
2395
|
+
required: false,
|
|
2396
|
+
resourceType: "namespace-bigipvirtual-server-inventory-filter",
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
domain: "",
|
|
2400
|
+
fieldPath: "cdn_load_balancer_filter",
|
|
2401
|
+
inline: false,
|
|
2402
|
+
required: false,
|
|
2403
|
+
resourceType: "namespace-httploadbalancer-inventory-filter",
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
domain: "",
|
|
2407
|
+
fieldPath: "http_load_balancer_filter",
|
|
2408
|
+
inline: false,
|
|
2409
|
+
required: false,
|
|
2410
|
+
resourceType: "namespace-httploadbalancer-inventory-filter",
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
domain: "",
|
|
2414
|
+
fieldPath: "nginx_one_server_filter",
|
|
2415
|
+
inline: false,
|
|
2416
|
+
required: false,
|
|
2417
|
+
resourceType: "namespace-nginxone-server-inventory-filter",
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
domain: "",
|
|
2421
|
+
fieldPath: "tcp_load_balancer_filter",
|
|
2422
|
+
inline: false,
|
|
2423
|
+
required: false,
|
|
2424
|
+
resourceType: "namespace-tcploadbalancer-inventory-filter",
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
domain: "",
|
|
2428
|
+
fieldPath: "third_party_application_filter",
|
|
2429
|
+
inline: false,
|
|
2430
|
+
required: false,
|
|
2431
|
+
resourceType: "namespace-third-party-application-filter",
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
domain: "",
|
|
2435
|
+
fieldPath: "udp_load_balancer_filter",
|
|
2436
|
+
inline: false,
|
|
2437
|
+
required: false,
|
|
2438
|
+
resourceType: "namespace-udploadbalancer-inventory-filter",
|
|
2439
|
+
},
|
|
2440
|
+
],
|
|
2441
|
+
oneOfGroups: [],
|
|
2442
|
+
subscriptionRequirements: [],
|
|
2165
2443
|
},
|
|
2166
2444
|
{
|
|
2167
2445
|
toolName: "f5xc-api-tenantandidentity-assign-create",
|
|
@@ -2245,6 +2523,9 @@ export const tenant_and_identityTools = [
|
|
|
2245
2523
|
},
|
|
2246
2524
|
},
|
|
2247
2525
|
curlExample: null,
|
|
2526
|
+
dependencies: [],
|
|
2527
|
+
oneOfGroups: [],
|
|
2528
|
+
subscriptionRequirements: [],
|
|
2248
2529
|
},
|
|
2249
2530
|
{
|
|
2250
2531
|
toolName: "f5xc-api-tenantandidentity-assign-namespace-role-update",
|
|
@@ -2340,6 +2621,9 @@ export const tenant_and_identityTools = [
|
|
|
2340
2621
|
},
|
|
2341
2622
|
},
|
|
2342
2623
|
curlExample: null,
|
|
2624
|
+
dependencies: [],
|
|
2625
|
+
oneOfGroups: [],
|
|
2626
|
+
subscriptionRequirements: [],
|
|
2343
2627
|
},
|
|
2344
2628
|
{
|
|
2345
2629
|
toolName: "f5xc-api-tenantandidentity-authentication-create",
|
|
@@ -2437,6 +2721,31 @@ export const tenant_and_identityTools = [
|
|
|
2437
2721
|
},
|
|
2438
2722
|
},
|
|
2439
2723
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/authentications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2724
|
+
dependencies: [
|
|
2725
|
+
{
|
|
2726
|
+
domain: "",
|
|
2727
|
+
fieldPath: "",
|
|
2728
|
+
inline: false,
|
|
2729
|
+
required: false,
|
|
2730
|
+
resourceType: "authentication",
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
domain: "",
|
|
2734
|
+
fieldPath: "metadata",
|
|
2735
|
+
inline: false,
|
|
2736
|
+
required: false,
|
|
2737
|
+
resourceType: "schema-object-create-meta",
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
domain: "",
|
|
2741
|
+
fieldPath: "spec",
|
|
2742
|
+
inline: false,
|
|
2743
|
+
required: false,
|
|
2744
|
+
resourceType: "authentication-create",
|
|
2745
|
+
},
|
|
2746
|
+
],
|
|
2747
|
+
oneOfGroups: [],
|
|
2748
|
+
subscriptionRequirements: [],
|
|
2440
2749
|
},
|
|
2441
2750
|
{
|
|
2442
2751
|
toolName: "f5xc-api-tenantandidentity-authentication-delete",
|
|
@@ -2544,6 +2853,17 @@ export const tenant_and_identityTools = [
|
|
|
2544
2853
|
},
|
|
2545
2854
|
},
|
|
2546
2855
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/authentications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2856
|
+
dependencies: [
|
|
2857
|
+
{
|
|
2858
|
+
domain: "",
|
|
2859
|
+
fieldPath: "",
|
|
2860
|
+
inline: false,
|
|
2861
|
+
required: false,
|
|
2862
|
+
resourceType: "authentication",
|
|
2863
|
+
},
|
|
2864
|
+
],
|
|
2865
|
+
oneOfGroups: [],
|
|
2866
|
+
subscriptionRequirements: [],
|
|
2547
2867
|
},
|
|
2548
2868
|
{
|
|
2549
2869
|
toolName: "f5xc-api-tenantandidentity-authentication-get",
|
|
@@ -2668,6 +2988,9 @@ export const tenant_and_identityTools = [
|
|
|
2668
2988
|
side_effects: {},
|
|
2669
2989
|
},
|
|
2670
2990
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/authentications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
2991
|
+
dependencies: [],
|
|
2992
|
+
oneOfGroups: [],
|
|
2993
|
+
subscriptionRequirements: [],
|
|
2671
2994
|
},
|
|
2672
2995
|
{
|
|
2673
2996
|
toolName: "f5xc-api-tenantandidentity-authentication-list",
|
|
@@ -2798,6 +3121,9 @@ export const tenant_and_identityTools = [
|
|
|
2798
3121
|
side_effects: {},
|
|
2799
3122
|
},
|
|
2800
3123
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/authentications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3124
|
+
dependencies: [],
|
|
3125
|
+
oneOfGroups: [],
|
|
3126
|
+
subscriptionRequirements: [],
|
|
2801
3127
|
},
|
|
2802
3128
|
{
|
|
2803
3129
|
toolName: "f5xc-api-tenantandidentity-authentication-update",
|
|
@@ -2907,6 +3233,31 @@ export const tenant_and_identityTools = [
|
|
|
2907
3233
|
},
|
|
2908
3234
|
},
|
|
2909
3235
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/authentications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
3236
|
+
dependencies: [
|
|
3237
|
+
{
|
|
3238
|
+
domain: "",
|
|
3239
|
+
fieldPath: "",
|
|
3240
|
+
inline: false,
|
|
3241
|
+
required: false,
|
|
3242
|
+
resourceType: "authentication",
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
domain: "",
|
|
3246
|
+
fieldPath: "metadata",
|
|
3247
|
+
inline: false,
|
|
3248
|
+
required: false,
|
|
3249
|
+
resourceType: "schema-object-replace-meta",
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
domain: "",
|
|
3253
|
+
fieldPath: "spec",
|
|
3254
|
+
inline: false,
|
|
3255
|
+
required: false,
|
|
3256
|
+
resourceType: "authentication-replace",
|
|
3257
|
+
},
|
|
3258
|
+
],
|
|
3259
|
+
oneOfGroups: [],
|
|
3260
|
+
subscriptionRequirements: [],
|
|
2910
3261
|
},
|
|
2911
3262
|
{
|
|
2912
3263
|
toolName: "f5xc-api-tenantandidentity-cascade-delete-create",
|
|
@@ -3004,6 +3355,17 @@ export const tenant_and_identityTools = [
|
|
|
3004
3355
|
},
|
|
3005
3356
|
},
|
|
3006
3357
|
curlExample: null,
|
|
3358
|
+
dependencies: [
|
|
3359
|
+
{
|
|
3360
|
+
domain: "",
|
|
3361
|
+
fieldPath: "",
|
|
3362
|
+
inline: false,
|
|
3363
|
+
required: false,
|
|
3364
|
+
resourceType: "user-cascade",
|
|
3365
|
+
},
|
|
3366
|
+
],
|
|
3367
|
+
oneOfGroups: [],
|
|
3368
|
+
subscriptionRequirements: [],
|
|
3007
3369
|
},
|
|
3008
3370
|
{
|
|
3009
3371
|
toolName: "f5xc-api-tenantandidentity-child-tenant-create",
|
|
@@ -3101,6 +3463,31 @@ export const tenant_and_identityTools = [
|
|
|
3101
3463
|
},
|
|
3102
3464
|
},
|
|
3103
3465
|
curlExample: null,
|
|
3466
|
+
dependencies: [
|
|
3467
|
+
{
|
|
3468
|
+
domain: "",
|
|
3469
|
+
fieldPath: "",
|
|
3470
|
+
inline: false,
|
|
3471
|
+
required: false,
|
|
3472
|
+
resourceType: "tenant-managementchild-tenant",
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
domain: "",
|
|
3476
|
+
fieldPath: "metadata",
|
|
3477
|
+
inline: false,
|
|
3478
|
+
required: false,
|
|
3479
|
+
resourceType: "schema-object-create-meta",
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
domain: "",
|
|
3483
|
+
fieldPath: "spec",
|
|
3484
|
+
inline: false,
|
|
3485
|
+
required: false,
|
|
3486
|
+
resourceType: "tenant-managementchild-tenant-create",
|
|
3487
|
+
},
|
|
3488
|
+
],
|
|
3489
|
+
oneOfGroups: [],
|
|
3490
|
+
subscriptionRequirements: [],
|
|
3104
3491
|
},
|
|
3105
3492
|
{
|
|
3106
3493
|
toolName: "f5xc-api-tenantandidentity-child-tenant-delete",
|
|
@@ -3208,6 +3595,17 @@ export const tenant_and_identityTools = [
|
|
|
3208
3595
|
},
|
|
3209
3596
|
},
|
|
3210
3597
|
curlExample: null,
|
|
3598
|
+
dependencies: [
|
|
3599
|
+
{
|
|
3600
|
+
domain: "",
|
|
3601
|
+
fieldPath: "",
|
|
3602
|
+
inline: false,
|
|
3603
|
+
required: false,
|
|
3604
|
+
resourceType: "child-tenant",
|
|
3605
|
+
},
|
|
3606
|
+
],
|
|
3607
|
+
oneOfGroups: [],
|
|
3608
|
+
subscriptionRequirements: [],
|
|
3211
3609
|
},
|
|
3212
3610
|
{
|
|
3213
3611
|
toolName: "f5xc-api-tenantandidentity-child-tenant-get",
|
|
@@ -3299,6 +3697,9 @@ export const tenant_and_identityTools = [
|
|
|
3299
3697
|
side_effects: {},
|
|
3300
3698
|
},
|
|
3301
3699
|
curlExample: null,
|
|
3700
|
+
dependencies: [],
|
|
3701
|
+
oneOfGroups: [],
|
|
3702
|
+
subscriptionRequirements: [],
|
|
3302
3703
|
},
|
|
3303
3704
|
{
|
|
3304
3705
|
toolName: "f5xc-api-tenantandidentity-child-tenant-list",
|
|
@@ -3427,6 +3828,9 @@ export const tenant_and_identityTools = [
|
|
|
3427
3828
|
side_effects: {},
|
|
3428
3829
|
},
|
|
3429
3830
|
curlExample: null,
|
|
3831
|
+
dependencies: [],
|
|
3832
|
+
oneOfGroups: [],
|
|
3833
|
+
subscriptionRequirements: [],
|
|
3430
3834
|
},
|
|
3431
3835
|
{
|
|
3432
3836
|
toolName: "f5xc-api-tenantandidentity-child-tenant-manager-create",
|
|
@@ -3527,6 +3931,31 @@ export const tenant_and_identityTools = [
|
|
|
3527
3931
|
},
|
|
3528
3932
|
},
|
|
3529
3933
|
curlExample: null,
|
|
3934
|
+
dependencies: [
|
|
3935
|
+
{
|
|
3936
|
+
domain: "",
|
|
3937
|
+
fieldPath: "",
|
|
3938
|
+
inline: false,
|
|
3939
|
+
required: false,
|
|
3940
|
+
resourceType: "tenant-managementchild-tenant-manager",
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
domain: "",
|
|
3944
|
+
fieldPath: "metadata",
|
|
3945
|
+
inline: false,
|
|
3946
|
+
required: false,
|
|
3947
|
+
resourceType: "schema-object-create-meta",
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
domain: "",
|
|
3951
|
+
fieldPath: "spec",
|
|
3952
|
+
inline: false,
|
|
3953
|
+
required: false,
|
|
3954
|
+
resourceType: "tenant-managementchild-tenant-manager-create",
|
|
3955
|
+
},
|
|
3956
|
+
],
|
|
3957
|
+
oneOfGroups: [],
|
|
3958
|
+
subscriptionRequirements: [],
|
|
3530
3959
|
},
|
|
3531
3960
|
{
|
|
3532
3961
|
toolName: "f5xc-api-tenantandidentity-child-tenant-manager-delete",
|
|
@@ -3634,6 +4063,17 @@ export const tenant_and_identityTools = [
|
|
|
3634
4063
|
},
|
|
3635
4064
|
},
|
|
3636
4065
|
curlExample: null,
|
|
4066
|
+
dependencies: [
|
|
4067
|
+
{
|
|
4068
|
+
domain: "",
|
|
4069
|
+
fieldPath: "",
|
|
4070
|
+
inline: false,
|
|
4071
|
+
required: false,
|
|
4072
|
+
resourceType: "child-tenant-manager",
|
|
4073
|
+
},
|
|
4074
|
+
],
|
|
4075
|
+
oneOfGroups: [],
|
|
4076
|
+
subscriptionRequirements: [],
|
|
3637
4077
|
},
|
|
3638
4078
|
{
|
|
3639
4079
|
toolName: "f5xc-api-tenantandidentity-child-tenant-manager-get",
|
|
@@ -3757,6 +4197,9 @@ export const tenant_and_identityTools = [
|
|
|
3757
4197
|
side_effects: {},
|
|
3758
4198
|
},
|
|
3759
4199
|
curlExample: null,
|
|
4200
|
+
dependencies: [],
|
|
4201
|
+
oneOfGroups: [],
|
|
4202
|
+
subscriptionRequirements: [],
|
|
3760
4203
|
},
|
|
3761
4204
|
{
|
|
3762
4205
|
toolName: "f5xc-api-tenantandidentity-child-tenant-manager-list",
|
|
@@ -3887,6 +4330,9 @@ export const tenant_and_identityTools = [
|
|
|
3887
4330
|
side_effects: {},
|
|
3888
4331
|
},
|
|
3889
4332
|
curlExample: null,
|
|
4333
|
+
dependencies: [],
|
|
4334
|
+
oneOfGroups: [],
|
|
4335
|
+
subscriptionRequirements: [],
|
|
3890
4336
|
},
|
|
3891
4337
|
{
|
|
3892
4338
|
toolName: "f5xc-api-tenantandidentity-child-tenant-manager-update",
|
|
@@ -3996,6 +4442,31 @@ export const tenant_and_identityTools = [
|
|
|
3996
4442
|
},
|
|
3997
4443
|
},
|
|
3998
4444
|
curlExample: null,
|
|
4445
|
+
dependencies: [
|
|
4446
|
+
{
|
|
4447
|
+
domain: "",
|
|
4448
|
+
fieldPath: "",
|
|
4449
|
+
inline: false,
|
|
4450
|
+
required: false,
|
|
4451
|
+
resourceType: "child-tenant-manager",
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
domain: "",
|
|
4455
|
+
fieldPath: "metadata",
|
|
4456
|
+
inline: false,
|
|
4457
|
+
required: false,
|
|
4458
|
+
resourceType: "schema-object-replace-meta",
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
domain: "",
|
|
4462
|
+
fieldPath: "spec",
|
|
4463
|
+
inline: false,
|
|
4464
|
+
required: false,
|
|
4465
|
+
resourceType: "tenant-managementchild-tenant-manager-replace",
|
|
4466
|
+
},
|
|
4467
|
+
],
|
|
4468
|
+
oneOfGroups: [],
|
|
4469
|
+
subscriptionRequirements: [],
|
|
3999
4470
|
},
|
|
4000
4471
|
{
|
|
4001
4472
|
toolName: "f5xc-api-tenantandidentity-child-tenant-update",
|
|
@@ -4105,6 +4576,31 @@ export const tenant_and_identityTools = [
|
|
|
4105
4576
|
},
|
|
4106
4577
|
},
|
|
4107
4578
|
curlExample: null,
|
|
4579
|
+
dependencies: [
|
|
4580
|
+
{
|
|
4581
|
+
domain: "",
|
|
4582
|
+
fieldPath: "",
|
|
4583
|
+
inline: false,
|
|
4584
|
+
required: false,
|
|
4585
|
+
resourceType: "child-tenant",
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
domain: "",
|
|
4589
|
+
fieldPath: "metadata",
|
|
4590
|
+
inline: false,
|
|
4591
|
+
required: false,
|
|
4592
|
+
resourceType: "schema-object-replace-meta",
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
domain: "",
|
|
4596
|
+
fieldPath: "spec",
|
|
4597
|
+
inline: false,
|
|
4598
|
+
required: false,
|
|
4599
|
+
resourceType: "tenant-managementchild-tenant-replace",
|
|
4600
|
+
},
|
|
4601
|
+
],
|
|
4602
|
+
oneOfGroups: [],
|
|
4603
|
+
subscriptionRequirements: [],
|
|
4108
4604
|
},
|
|
4109
4605
|
{
|
|
4110
4606
|
toolName: "f5xc-api-tenantandidentity-citie-list",
|
|
@@ -4220,6 +4716,9 @@ export const tenant_and_identityTools = [
|
|
|
4220
4716
|
side_effects: {},
|
|
4221
4717
|
},
|
|
4222
4718
|
curlExample: null,
|
|
4719
|
+
dependencies: [],
|
|
4720
|
+
oneOfGroups: [],
|
|
4721
|
+
subscriptionRequirements: [],
|
|
4223
4722
|
},
|
|
4224
4723
|
{
|
|
4225
4724
|
toolName: "f5xc-api-tenantandidentity-close-create",
|
|
@@ -4315,6 +4814,9 @@ export const tenant_and_identityTools = [
|
|
|
4315
4814
|
},
|
|
4316
4815
|
},
|
|
4317
4816
|
curlExample: null,
|
|
4817
|
+
dependencies: [],
|
|
4818
|
+
oneOfGroups: [],
|
|
4819
|
+
subscriptionRequirements: [],
|
|
4318
4820
|
},
|
|
4319
4821
|
{
|
|
4320
4822
|
toolName: "f5xc-api-tenantandidentity-combined-notification-list",
|
|
@@ -4392,6 +4894,9 @@ export const tenant_and_identityTools = [
|
|
|
4392
4894
|
side_effects: {},
|
|
4393
4895
|
},
|
|
4394
4896
|
curlExample: null,
|
|
4897
|
+
dependencies: [],
|
|
4898
|
+
oneOfGroups: [],
|
|
4899
|
+
subscriptionRequirements: [],
|
|
4395
4900
|
},
|
|
4396
4901
|
{
|
|
4397
4902
|
toolName: "f5xc-api-tenantandidentity-combined-notification-update",
|
|
@@ -4473,6 +4978,9 @@ export const tenant_and_identityTools = [
|
|
|
4473
4978
|
},
|
|
4474
4979
|
},
|
|
4475
4980
|
curlExample: null,
|
|
4981
|
+
dependencies: [],
|
|
4982
|
+
oneOfGroups: [],
|
|
4983
|
+
subscriptionRequirements: [],
|
|
4476
4984
|
},
|
|
4477
4985
|
{
|
|
4478
4986
|
toolName: "f5xc-api-tenantandidentity-comment-create",
|
|
@@ -4570,6 +5078,17 @@ export const tenant_and_identityTools = [
|
|
|
4570
5078
|
},
|
|
4571
5079
|
},
|
|
4572
5080
|
curlExample: null,
|
|
5081
|
+
dependencies: [
|
|
5082
|
+
{
|
|
5083
|
+
domain: "",
|
|
5084
|
+
fieldPath: "attachments[]",
|
|
5085
|
+
inline: false,
|
|
5086
|
+
required: false,
|
|
5087
|
+
resourceType: "customer-support-attachment",
|
|
5088
|
+
},
|
|
5089
|
+
],
|
|
5090
|
+
oneOfGroups: [],
|
|
5091
|
+
subscriptionRequirements: [],
|
|
4573
5092
|
},
|
|
4574
5093
|
{
|
|
4575
5094
|
toolName: "f5xc-api-tenantandidentity-contact-create",
|
|
@@ -4667,6 +5186,31 @@ export const tenant_and_identityTools = [
|
|
|
4667
5186
|
},
|
|
4668
5187
|
},
|
|
4669
5188
|
curlExample: null,
|
|
5189
|
+
dependencies: [
|
|
5190
|
+
{
|
|
5191
|
+
domain: "",
|
|
5192
|
+
fieldPath: "",
|
|
5193
|
+
inline: false,
|
|
5194
|
+
required: false,
|
|
5195
|
+
resourceType: "contact",
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
domain: "",
|
|
5199
|
+
fieldPath: "metadata",
|
|
5200
|
+
inline: false,
|
|
5201
|
+
required: false,
|
|
5202
|
+
resourceType: "schema-object-create-meta",
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
domain: "",
|
|
5206
|
+
fieldPath: "spec",
|
|
5207
|
+
inline: false,
|
|
5208
|
+
required: false,
|
|
5209
|
+
resourceType: "contact-create",
|
|
5210
|
+
},
|
|
5211
|
+
],
|
|
5212
|
+
oneOfGroups: [],
|
|
5213
|
+
subscriptionRequirements: [],
|
|
4670
5214
|
},
|
|
4671
5215
|
{
|
|
4672
5216
|
toolName: "f5xc-api-tenantandidentity-contact-delete",
|
|
@@ -4774,6 +5318,17 @@ export const tenant_and_identityTools = [
|
|
|
4774
5318
|
},
|
|
4775
5319
|
},
|
|
4776
5320
|
curlExample: null,
|
|
5321
|
+
dependencies: [
|
|
5322
|
+
{
|
|
5323
|
+
domain: "",
|
|
5324
|
+
fieldPath: "",
|
|
5325
|
+
inline: false,
|
|
5326
|
+
required: false,
|
|
5327
|
+
resourceType: "contact",
|
|
5328
|
+
},
|
|
5329
|
+
],
|
|
5330
|
+
oneOfGroups: [],
|
|
5331
|
+
subscriptionRequirements: [],
|
|
4777
5332
|
},
|
|
4778
5333
|
{
|
|
4779
5334
|
toolName: "f5xc-api-tenantandidentity-contact-get",
|
|
@@ -4898,6 +5453,9 @@ export const tenant_and_identityTools = [
|
|
|
4898
5453
|
side_effects: {},
|
|
4899
5454
|
},
|
|
4900
5455
|
curlExample: null,
|
|
5456
|
+
dependencies: [],
|
|
5457
|
+
oneOfGroups: [],
|
|
5458
|
+
subscriptionRequirements: [],
|
|
4901
5459
|
},
|
|
4902
5460
|
{
|
|
4903
5461
|
toolName: "f5xc-api-tenantandidentity-contact-list",
|
|
@@ -5028,6 +5586,9 @@ export const tenant_and_identityTools = [
|
|
|
5028
5586
|
side_effects: {},
|
|
5029
5587
|
},
|
|
5030
5588
|
curlExample: null,
|
|
5589
|
+
dependencies: [],
|
|
5590
|
+
oneOfGroups: [],
|
|
5591
|
+
subscriptionRequirements: [],
|
|
5031
5592
|
},
|
|
5032
5593
|
{
|
|
5033
5594
|
toolName: "f5xc-api-tenantandidentity-contact-update",
|
|
@@ -5137,6 +5698,31 @@ export const tenant_and_identityTools = [
|
|
|
5137
5698
|
},
|
|
5138
5699
|
},
|
|
5139
5700
|
curlExample: null,
|
|
5701
|
+
dependencies: [
|
|
5702
|
+
{
|
|
5703
|
+
domain: "",
|
|
5704
|
+
fieldPath: "",
|
|
5705
|
+
inline: false,
|
|
5706
|
+
required: false,
|
|
5707
|
+
resourceType: "contact",
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
domain: "",
|
|
5711
|
+
fieldPath: "metadata",
|
|
5712
|
+
inline: false,
|
|
5713
|
+
required: false,
|
|
5714
|
+
resourceType: "schema-object-replace-meta",
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
domain: "",
|
|
5718
|
+
fieldPath: "spec",
|
|
5719
|
+
inline: false,
|
|
5720
|
+
required: false,
|
|
5721
|
+
resourceType: "contact-replace",
|
|
5722
|
+
},
|
|
5723
|
+
],
|
|
5724
|
+
oneOfGroups: [],
|
|
5725
|
+
subscriptionRequirements: [],
|
|
5140
5726
|
},
|
|
5141
5727
|
{
|
|
5142
5728
|
toolName: "f5xc-api-tenantandidentity-countrie-list",
|
|
@@ -5228,6 +5814,9 @@ export const tenant_and_identityTools = [
|
|
|
5228
5814
|
side_effects: {},
|
|
5229
5815
|
},
|
|
5230
5816
|
curlExample: null,
|
|
5817
|
+
dependencies: [],
|
|
5818
|
+
oneOfGroups: [],
|
|
5819
|
+
subscriptionRequirements: [],
|
|
5231
5820
|
},
|
|
5232
5821
|
{
|
|
5233
5822
|
toolName: "f5xc-api-tenantandidentity-customer-support-create",
|
|
@@ -5314,6 +5903,31 @@ export const tenant_and_identityTools = [
|
|
|
5314
5903
|
},
|
|
5315
5904
|
},
|
|
5316
5905
|
curlExample: null,
|
|
5906
|
+
dependencies: [
|
|
5907
|
+
{
|
|
5908
|
+
domain: "",
|
|
5909
|
+
fieldPath: "",
|
|
5910
|
+
inline: false,
|
|
5911
|
+
required: false,
|
|
5912
|
+
resourceType: "schemacustomer-support",
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
domain: "",
|
|
5916
|
+
fieldPath: "metadata",
|
|
5917
|
+
inline: false,
|
|
5918
|
+
required: false,
|
|
5919
|
+
resourceType: "schema-object-create-meta",
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
domain: "",
|
|
5923
|
+
fieldPath: "spec",
|
|
5924
|
+
inline: false,
|
|
5925
|
+
required: false,
|
|
5926
|
+
resourceType: "schemacustomer-support-create",
|
|
5927
|
+
},
|
|
5928
|
+
],
|
|
5929
|
+
oneOfGroups: [],
|
|
5930
|
+
subscriptionRequirements: [],
|
|
5317
5931
|
},
|
|
5318
5932
|
{
|
|
5319
5933
|
toolName: "f5xc-api-tenantandidentity-customer-support-list",
|
|
@@ -5391,6 +6005,9 @@ export const tenant_and_identityTools = [
|
|
|
5391
6005
|
side_effects: {},
|
|
5392
6006
|
},
|
|
5393
6007
|
curlExample: null,
|
|
6008
|
+
dependencies: [],
|
|
6009
|
+
oneOfGroups: [],
|
|
6010
|
+
subscriptionRequirements: [],
|
|
5394
6011
|
},
|
|
5395
6012
|
{
|
|
5396
6013
|
toolName: "f5xc-api-tenantandidentity-deactivate-update",
|
|
@@ -5474,6 +6091,9 @@ export const tenant_and_identityTools = [
|
|
|
5474
6091
|
},
|
|
5475
6092
|
},
|
|
5476
6093
|
curlExample: null,
|
|
6094
|
+
dependencies: [],
|
|
6095
|
+
oneOfGroups: [],
|
|
6096
|
+
subscriptionRequirements: [],
|
|
5477
6097
|
},
|
|
5478
6098
|
{
|
|
5479
6099
|
toolName: "f5xc-api-tenantandidentity-delete-create",
|
|
@@ -5581,6 +6201,9 @@ export const tenant_and_identityTools = [
|
|
|
5581
6201
|
},
|
|
5582
6202
|
},
|
|
5583
6203
|
curlExample: null,
|
|
6204
|
+
dependencies: [],
|
|
6205
|
+
oneOfGroups: [],
|
|
6206
|
+
subscriptionRequirements: [],
|
|
5584
6207
|
},
|
|
5585
6208
|
{
|
|
5586
6209
|
toolName: "f5xc-api-tenantandidentity-disable-update",
|
|
@@ -5662,6 +6285,9 @@ export const tenant_and_identityTools = [
|
|
|
5662
6285
|
},
|
|
5663
6286
|
},
|
|
5664
6287
|
curlExample: null,
|
|
6288
|
+
dependencies: [],
|
|
6289
|
+
oneOfGroups: [],
|
|
6290
|
+
subscriptionRequirements: [],
|
|
5665
6291
|
},
|
|
5666
6292
|
{
|
|
5667
6293
|
toolName: "f5xc-api-tenantandidentity-enable-update",
|
|
@@ -5743,6 +6369,9 @@ export const tenant_and_identityTools = [
|
|
|
5743
6369
|
},
|
|
5744
6370
|
},
|
|
5745
6371
|
curlExample: null,
|
|
6372
|
+
dependencies: [],
|
|
6373
|
+
oneOfGroups: [],
|
|
6374
|
+
subscriptionRequirements: [],
|
|
5746
6375
|
},
|
|
5747
6376
|
{
|
|
5748
6377
|
toolName: "f5xc-api-tenantandidentity-escalate-create",
|
|
@@ -5838,6 +6467,9 @@ export const tenant_and_identityTools = [
|
|
|
5838
6467
|
},
|
|
5839
6468
|
},
|
|
5840
6469
|
curlExample: null,
|
|
6470
|
+
dependencies: [],
|
|
6471
|
+
oneOfGroups: [],
|
|
6472
|
+
subscriptionRequirements: [],
|
|
5841
6473
|
},
|
|
5842
6474
|
{
|
|
5843
6475
|
toolName: "f5xc-api-tenantandidentity-evaluate-api-acces-create",
|
|
@@ -5924,6 +6556,17 @@ export const tenant_and_identityTools = [
|
|
|
5924
6556
|
},
|
|
5925
6557
|
},
|
|
5926
6558
|
curlExample: null,
|
|
6559
|
+
dependencies: [
|
|
6560
|
+
{
|
|
6561
|
+
domain: "",
|
|
6562
|
+
fieldPath: "access_control_type",
|
|
6563
|
+
inline: false,
|
|
6564
|
+
required: false,
|
|
6565
|
+
resourceType: "namespace-access-control",
|
|
6566
|
+
},
|
|
6567
|
+
],
|
|
6568
|
+
oneOfGroups: [],
|
|
6569
|
+
subscriptionRequirements: [],
|
|
5927
6570
|
},
|
|
5928
6571
|
{
|
|
5929
6572
|
toolName: "f5xc-api-tenantandidentity-evaluate-batch-api-acces-create",
|
|
@@ -6010,6 +6653,9 @@ export const tenant_and_identityTools = [
|
|
|
6010
6653
|
},
|
|
6011
6654
|
},
|
|
6012
6655
|
curlExample: null,
|
|
6656
|
+
dependencies: [],
|
|
6657
|
+
oneOfGroups: [],
|
|
6658
|
+
subscriptionRequirements: [],
|
|
6013
6659
|
},
|
|
6014
6660
|
{
|
|
6015
6661
|
toolName: "f5xc-api-tenantandidentity-fast-acls-for-internet-vip-create",
|
|
@@ -6110,6 +6756,17 @@ export const tenant_and_identityTools = [
|
|
|
6110
6756
|
},
|
|
6111
6757
|
},
|
|
6112
6758
|
curlExample: null,
|
|
6759
|
+
dependencies: [
|
|
6760
|
+
{
|
|
6761
|
+
domain: "",
|
|
6762
|
+
fieldPath: "fast_acls[]",
|
|
6763
|
+
inline: false,
|
|
6764
|
+
required: false,
|
|
6765
|
+
resourceType: "schemaviews-object-ref",
|
|
6766
|
+
},
|
|
6767
|
+
],
|
|
6768
|
+
oneOfGroups: [],
|
|
6769
|
+
subscriptionRequirements: [],
|
|
6113
6770
|
},
|
|
6114
6771
|
{
|
|
6115
6772
|
toolName: "f5xc-api-tenantandidentity-fast-acls-for-internet-vip-list",
|
|
@@ -6201,6 +6858,9 @@ export const tenant_and_identityTools = [
|
|
|
6201
6858
|
side_effects: {},
|
|
6202
6859
|
},
|
|
6203
6860
|
curlExample: null,
|
|
6861
|
+
dependencies: [],
|
|
6862
|
+
oneOfGroups: [],
|
|
6863
|
+
subscriptionRequirements: [],
|
|
6204
6864
|
},
|
|
6205
6865
|
{
|
|
6206
6866
|
toolName: "f5xc-api-tenantandidentity-favicon-list",
|
|
@@ -6278,6 +6938,9 @@ export const tenant_and_identityTools = [
|
|
|
6278
6938
|
side_effects: {},
|
|
6279
6939
|
},
|
|
6280
6940
|
curlExample: null,
|
|
6941
|
+
dependencies: [],
|
|
6942
|
+
oneOfGroups: [],
|
|
6943
|
+
subscriptionRequirements: [],
|
|
6281
6944
|
},
|
|
6282
6945
|
{
|
|
6283
6946
|
toolName: "f5xc-api-tenantandidentity-group-add-update",
|
|
@@ -6359,6 +7022,9 @@ export const tenant_and_identityTools = [
|
|
|
6359
7022
|
},
|
|
6360
7023
|
},
|
|
6361
7024
|
curlExample: null,
|
|
7025
|
+
dependencies: [],
|
|
7026
|
+
oneOfGroups: [],
|
|
7027
|
+
subscriptionRequirements: [],
|
|
6362
7028
|
},
|
|
6363
7029
|
{
|
|
6364
7030
|
toolName: "f5xc-api-tenantandidentity-group-create",
|
|
@@ -6442,6 +7108,9 @@ export const tenant_and_identityTools = [
|
|
|
6442
7108
|
},
|
|
6443
7109
|
},
|
|
6444
7110
|
curlExample: null,
|
|
7111
|
+
dependencies: [],
|
|
7112
|
+
oneOfGroups: [],
|
|
7113
|
+
subscriptionRequirements: [],
|
|
6445
7114
|
},
|
|
6446
7115
|
{
|
|
6447
7116
|
toolName: "f5xc-api-tenantandidentity-group-delete",
|
|
@@ -6553,6 +7222,9 @@ export const tenant_and_identityTools = [
|
|
|
6553
7222
|
},
|
|
6554
7223
|
},
|
|
6555
7224
|
curlExample: null,
|
|
7225
|
+
dependencies: [],
|
|
7226
|
+
oneOfGroups: [],
|
|
7227
|
+
subscriptionRequirements: [],
|
|
6556
7228
|
},
|
|
6557
7229
|
{
|
|
6558
7230
|
toolName: "f5xc-api-tenantandidentity-group-get",
|
|
@@ -6660,6 +7332,9 @@ export const tenant_and_identityTools = [
|
|
|
6660
7332
|
side_effects: {},
|
|
6661
7333
|
},
|
|
6662
7334
|
curlExample: null,
|
|
7335
|
+
dependencies: [],
|
|
7336
|
+
oneOfGroups: [],
|
|
7337
|
+
subscriptionRequirements: [],
|
|
6663
7338
|
},
|
|
6664
7339
|
{
|
|
6665
7340
|
toolName: "f5xc-api-tenantandidentity-group-list",
|
|
@@ -6792,6 +7467,9 @@ export const tenant_and_identityTools = [
|
|
|
6792
7467
|
side_effects: {},
|
|
6793
7468
|
},
|
|
6794
7469
|
curlExample: null,
|
|
7470
|
+
dependencies: [],
|
|
7471
|
+
oneOfGroups: [],
|
|
7472
|
+
subscriptionRequirements: [],
|
|
6795
7473
|
},
|
|
6796
7474
|
{
|
|
6797
7475
|
toolName: "f5xc-api-tenantandidentity-group-patch",
|
|
@@ -6889,6 +7567,9 @@ export const tenant_and_identityTools = [
|
|
|
6889
7567
|
},
|
|
6890
7568
|
},
|
|
6891
7569
|
curlExample: null,
|
|
7570
|
+
dependencies: [],
|
|
7571
|
+
oneOfGroups: [],
|
|
7572
|
+
subscriptionRequirements: [],
|
|
6892
7573
|
},
|
|
6893
7574
|
{
|
|
6894
7575
|
toolName: "f5xc-api-tenantandidentity-group-remove-update",
|
|
@@ -6970,6 +7651,9 @@ export const tenant_and_identityTools = [
|
|
|
6970
7651
|
},
|
|
6971
7652
|
},
|
|
6972
7653
|
curlExample: null,
|
|
7654
|
+
dependencies: [],
|
|
7655
|
+
oneOfGroups: [],
|
|
7656
|
+
subscriptionRequirements: [],
|
|
6973
7657
|
},
|
|
6974
7658
|
{
|
|
6975
7659
|
toolName: "f5xc-api-tenantandidentity-group-update",
|
|
@@ -7067,6 +7751,9 @@ export const tenant_and_identityTools = [
|
|
|
7067
7751
|
},
|
|
7068
7752
|
},
|
|
7069
7753
|
curlExample: null,
|
|
7754
|
+
dependencies: [],
|
|
7755
|
+
oneOfGroups: [],
|
|
7756
|
+
subscriptionRequirements: [],
|
|
7070
7757
|
},
|
|
7071
7758
|
{
|
|
7072
7759
|
toolName: "f5xc-api-tenantandidentity-image-delete",
|
|
@@ -7148,6 +7835,9 @@ export const tenant_and_identityTools = [
|
|
|
7148
7835
|
},
|
|
7149
7836
|
},
|
|
7150
7837
|
curlExample: null,
|
|
7838
|
+
dependencies: [],
|
|
7839
|
+
oneOfGroups: [],
|
|
7840
|
+
subscriptionRequirements: [],
|
|
7151
7841
|
},
|
|
7152
7842
|
{
|
|
7153
7843
|
toolName: "f5xc-api-tenantandidentity-image-list",
|
|
@@ -7225,6 +7915,9 @@ export const tenant_and_identityTools = [
|
|
|
7225
7915
|
side_effects: {},
|
|
7226
7916
|
},
|
|
7227
7917
|
curlExample: null,
|
|
7918
|
+
dependencies: [],
|
|
7919
|
+
oneOfGroups: [],
|
|
7920
|
+
subscriptionRequirements: [],
|
|
7228
7921
|
},
|
|
7229
7922
|
{
|
|
7230
7923
|
toolName: "f5xc-api-tenantandidentity-image-update",
|
|
@@ -7308,6 +8001,9 @@ export const tenant_and_identityTools = [
|
|
|
7308
8001
|
},
|
|
7309
8002
|
},
|
|
7310
8003
|
curlExample: null,
|
|
8004
|
+
dependencies: [],
|
|
8005
|
+
oneOfGroups: [],
|
|
8006
|
+
subscriptionRequirements: [],
|
|
7311
8007
|
},
|
|
7312
8008
|
{
|
|
7313
8009
|
toolName: "f5xc-api-tenantandidentity-inactive-list",
|
|
@@ -7385,6 +8081,9 @@ export const tenant_and_identityTools = [
|
|
|
7385
8081
|
side_effects: {},
|
|
7386
8082
|
},
|
|
7387
8083
|
curlExample: null,
|
|
8084
|
+
dependencies: [],
|
|
8085
|
+
oneOfGroups: [],
|
|
8086
|
+
subscriptionRequirements: [],
|
|
7388
8087
|
},
|
|
7389
8088
|
{
|
|
7390
8089
|
toolName: "f5xc-api-tenantandidentity-last-login-list",
|
|
@@ -7462,6 +8161,9 @@ export const tenant_and_identityTools = [
|
|
|
7462
8161
|
side_effects: {},
|
|
7463
8162
|
},
|
|
7464
8163
|
curlExample: null,
|
|
8164
|
+
dependencies: [],
|
|
8165
|
+
oneOfGroups: [],
|
|
8166
|
+
subscriptionRequirements: [],
|
|
7465
8167
|
},
|
|
7466
8168
|
{
|
|
7467
8169
|
toolName: "f5xc-api-tenantandidentity-login-in-time-create",
|
|
@@ -7545,6 +8247,9 @@ export const tenant_and_identityTools = [
|
|
|
7545
8247
|
},
|
|
7546
8248
|
},
|
|
7547
8249
|
curlExample: null,
|
|
8250
|
+
dependencies: [],
|
|
8251
|
+
oneOfGroups: [],
|
|
8252
|
+
subscriptionRequirements: [],
|
|
7548
8253
|
},
|
|
7549
8254
|
{
|
|
7550
8255
|
toolName: "f5xc-api-tenantandidentity-login-list",
|
|
@@ -7650,6 +8355,9 @@ export const tenant_and_identityTools = [
|
|
|
7650
8355
|
side_effects: {},
|
|
7651
8356
|
},
|
|
7652
8357
|
curlExample: null,
|
|
8358
|
+
dependencies: [],
|
|
8359
|
+
oneOfGroups: [],
|
|
8360
|
+
subscriptionRequirements: [],
|
|
7653
8361
|
},
|
|
7654
8362
|
{
|
|
7655
8363
|
toolName: "f5xc-api-tenantandidentity-logo-list",
|
|
@@ -7727,6 +8435,9 @@ export const tenant_and_identityTools = [
|
|
|
7727
8435
|
side_effects: {},
|
|
7728
8436
|
},
|
|
7729
8437
|
curlExample: null,
|
|
8438
|
+
dependencies: [],
|
|
8439
|
+
oneOfGroups: [],
|
|
8440
|
+
subscriptionRequirements: [],
|
|
7730
8441
|
},
|
|
7731
8442
|
{
|
|
7732
8443
|
toolName: "f5xc-api-tenantandidentity-lookup-list",
|
|
@@ -7830,6 +8541,9 @@ export const tenant_and_identityTools = [
|
|
|
7830
8541
|
side_effects: {},
|
|
7831
8542
|
},
|
|
7832
8543
|
curlExample: null,
|
|
8544
|
+
dependencies: [],
|
|
8545
|
+
oneOfGroups: [],
|
|
8546
|
+
subscriptionRequirements: [],
|
|
7833
8547
|
},
|
|
7834
8548
|
{
|
|
7835
8549
|
toolName: "f5xc-api-tenantandidentity-lookup-user-role-create",
|
|
@@ -7916,6 +8630,9 @@ export const tenant_and_identityTools = [
|
|
|
7916
8630
|
},
|
|
7917
8631
|
},
|
|
7918
8632
|
curlExample: null,
|
|
8633
|
+
dependencies: [],
|
|
8634
|
+
oneOfGroups: [],
|
|
8635
|
+
subscriptionRequirements: [],
|
|
7919
8636
|
},
|
|
7920
8637
|
{
|
|
7921
8638
|
toolName: "f5xc-api-tenantandidentity-managed-tenant-create",
|
|
@@ -8013,6 +8730,31 @@ export const tenant_and_identityTools = [
|
|
|
8013
8730
|
},
|
|
8014
8731
|
},
|
|
8015
8732
|
curlExample: null,
|
|
8733
|
+
dependencies: [
|
|
8734
|
+
{
|
|
8735
|
+
domain: "",
|
|
8736
|
+
fieldPath: "",
|
|
8737
|
+
inline: false,
|
|
8738
|
+
required: false,
|
|
8739
|
+
resourceType: "tenant-managementmanaged-tenant",
|
|
8740
|
+
},
|
|
8741
|
+
{
|
|
8742
|
+
domain: "",
|
|
8743
|
+
fieldPath: "metadata",
|
|
8744
|
+
inline: false,
|
|
8745
|
+
required: false,
|
|
8746
|
+
resourceType: "schema-object-create-meta",
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
domain: "",
|
|
8750
|
+
fieldPath: "spec",
|
|
8751
|
+
inline: false,
|
|
8752
|
+
required: false,
|
|
8753
|
+
resourceType: "tenant-managementmanaged-tenant-create",
|
|
8754
|
+
},
|
|
8755
|
+
],
|
|
8756
|
+
oneOfGroups: [],
|
|
8757
|
+
subscriptionRequirements: [],
|
|
8016
8758
|
},
|
|
8017
8759
|
{
|
|
8018
8760
|
toolName: "f5xc-api-tenantandidentity-managed-tenant-delete",
|
|
@@ -8120,6 +8862,17 @@ export const tenant_and_identityTools = [
|
|
|
8120
8862
|
},
|
|
8121
8863
|
},
|
|
8122
8864
|
curlExample: null,
|
|
8865
|
+
dependencies: [
|
|
8866
|
+
{
|
|
8867
|
+
domain: "",
|
|
8868
|
+
fieldPath: "",
|
|
8869
|
+
inline: false,
|
|
8870
|
+
required: false,
|
|
8871
|
+
resourceType: "managed-tenant",
|
|
8872
|
+
},
|
|
8873
|
+
],
|
|
8874
|
+
oneOfGroups: [],
|
|
8875
|
+
subscriptionRequirements: [],
|
|
8123
8876
|
},
|
|
8124
8877
|
{
|
|
8125
8878
|
toolName: "f5xc-api-tenantandidentity-managed-tenant-get",
|
|
@@ -8244,6 +8997,9 @@ export const tenant_and_identityTools = [
|
|
|
8244
8997
|
side_effects: {},
|
|
8245
8998
|
},
|
|
8246
8999
|
curlExample: null,
|
|
9000
|
+
dependencies: [],
|
|
9001
|
+
oneOfGroups: [],
|
|
9002
|
+
subscriptionRequirements: [],
|
|
8247
9003
|
},
|
|
8248
9004
|
{
|
|
8249
9005
|
toolName: "f5xc-api-tenantandidentity-managed-tenant-list",
|
|
@@ -8360,6 +9116,9 @@ export const tenant_and_identityTools = [
|
|
|
8360
9116
|
side_effects: {},
|
|
8361
9117
|
},
|
|
8362
9118
|
curlExample: null,
|
|
9119
|
+
dependencies: [],
|
|
9120
|
+
oneOfGroups: [],
|
|
9121
|
+
subscriptionRequirements: [],
|
|
8363
9122
|
},
|
|
8364
9123
|
{
|
|
8365
9124
|
toolName: "f5xc-api-tenantandidentity-managed-tenant-update",
|
|
@@ -8469,6 +9228,31 @@ export const tenant_and_identityTools = [
|
|
|
8469
9228
|
},
|
|
8470
9229
|
},
|
|
8471
9230
|
curlExample: null,
|
|
9231
|
+
dependencies: [
|
|
9232
|
+
{
|
|
9233
|
+
domain: "",
|
|
9234
|
+
fieldPath: "",
|
|
9235
|
+
inline: false,
|
|
9236
|
+
required: false,
|
|
9237
|
+
resourceType: "managed-tenant",
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
domain: "",
|
|
9241
|
+
fieldPath: "metadata",
|
|
9242
|
+
inline: false,
|
|
9243
|
+
required: false,
|
|
9244
|
+
resourceType: "schema-object-replace-meta",
|
|
9245
|
+
},
|
|
9246
|
+
{
|
|
9247
|
+
domain: "",
|
|
9248
|
+
fieldPath: "spec",
|
|
9249
|
+
inline: false,
|
|
9250
|
+
required: false,
|
|
9251
|
+
resourceType: "tenant-managementmanaged-tenant-replace",
|
|
9252
|
+
},
|
|
9253
|
+
],
|
|
9254
|
+
oneOfGroups: [],
|
|
9255
|
+
subscriptionRequirements: [],
|
|
8472
9256
|
},
|
|
8473
9257
|
{
|
|
8474
9258
|
toolName: "f5xc-api-tenantandidentity-managed-tenants-by-user-list",
|
|
@@ -8585,6 +9369,9 @@ export const tenant_and_identityTools = [
|
|
|
8585
9369
|
side_effects: {},
|
|
8586
9370
|
},
|
|
8587
9371
|
curlExample: null,
|
|
9372
|
+
dependencies: [],
|
|
9373
|
+
oneOfGroups: [],
|
|
9374
|
+
subscriptionRequirements: [],
|
|
8588
9375
|
},
|
|
8589
9376
|
{
|
|
8590
9377
|
toolName: "f5xc-api-tenantandidentity-managed-tenants-list-list",
|
|
@@ -8701,6 +9488,9 @@ export const tenant_and_identityTools = [
|
|
|
8701
9488
|
side_effects: {},
|
|
8702
9489
|
},
|
|
8703
9490
|
curlExample: null,
|
|
9491
|
+
dependencies: [],
|
|
9492
|
+
oneOfGroups: [],
|
|
9493
|
+
subscriptionRequirements: [],
|
|
8704
9494
|
},
|
|
8705
9495
|
{
|
|
8706
9496
|
toolName: "f5xc-api-tenantandidentity-mapper-create",
|
|
@@ -8808,6 +9598,9 @@ export const tenant_and_identityTools = [
|
|
|
8808
9598
|
},
|
|
8809
9599
|
},
|
|
8810
9600
|
curlExample: null,
|
|
9601
|
+
dependencies: [],
|
|
9602
|
+
oneOfGroups: [],
|
|
9603
|
+
subscriptionRequirements: [],
|
|
8811
9604
|
},
|
|
8812
9605
|
{
|
|
8813
9606
|
toolName: "f5xc-api-tenantandidentity-mapper-get",
|
|
@@ -8911,6 +9704,9 @@ export const tenant_and_identityTools = [
|
|
|
8911
9704
|
side_effects: {},
|
|
8912
9705
|
},
|
|
8913
9706
|
curlExample: null,
|
|
9707
|
+
dependencies: [],
|
|
9708
|
+
oneOfGroups: [],
|
|
9709
|
+
subscriptionRequirements: [],
|
|
8914
9710
|
},
|
|
8915
9711
|
{
|
|
8916
9712
|
toolName: "f5xc-api-tenantandidentity-migrate-create",
|
|
@@ -9008,6 +9804,15 @@ export const tenant_and_identityTools = [
|
|
|
9008
9804
|
},
|
|
9009
9805
|
},
|
|
9010
9806
|
curlExample: null,
|
|
9807
|
+
dependencies: [],
|
|
9808
|
+
oneOfGroups: [
|
|
9809
|
+
{
|
|
9810
|
+
choiceField: "migratectmchildtenantsreqchoice",
|
|
9811
|
+
fieldPath: "migratectmchildtenantsreqchoice",
|
|
9812
|
+
options: ["ct_list_to_target_ctm"],
|
|
9813
|
+
},
|
|
9814
|
+
],
|
|
9815
|
+
subscriptionRequirements: [],
|
|
9011
9816
|
},
|
|
9012
9817
|
{
|
|
9013
9818
|
toolName: "f5xc-api-tenantandidentity-namespace-create",
|
|
@@ -9091,6 +9896,31 @@ export const tenant_and_identityTools = [
|
|
|
9091
9896
|
},
|
|
9092
9897
|
},
|
|
9093
9898
|
curlExample: null,
|
|
9899
|
+
dependencies: [
|
|
9900
|
+
{
|
|
9901
|
+
domain: "tenant_and_identity",
|
|
9902
|
+
fieldPath: "",
|
|
9903
|
+
inline: false,
|
|
9904
|
+
required: false,
|
|
9905
|
+
resourceType: "namespace",
|
|
9906
|
+
},
|
|
9907
|
+
{
|
|
9908
|
+
domain: "",
|
|
9909
|
+
fieldPath: "metadata",
|
|
9910
|
+
inline: false,
|
|
9911
|
+
required: false,
|
|
9912
|
+
resourceType: "schema-object-create-meta",
|
|
9913
|
+
},
|
|
9914
|
+
{
|
|
9915
|
+
domain: "",
|
|
9916
|
+
fieldPath: "spec",
|
|
9917
|
+
inline: false,
|
|
9918
|
+
required: false,
|
|
9919
|
+
resourceType: "schemanamespace-create",
|
|
9920
|
+
},
|
|
9921
|
+
],
|
|
9922
|
+
oneOfGroups: [],
|
|
9923
|
+
subscriptionRequirements: [],
|
|
9094
9924
|
},
|
|
9095
9925
|
{
|
|
9096
9926
|
toolName: "f5xc-api-tenantandidentity-namespace-get",
|
|
@@ -9215,6 +10045,9 @@ export const tenant_and_identityTools = [
|
|
|
9215
10045
|
side_effects: {},
|
|
9216
10046
|
},
|
|
9217
10047
|
curlExample: null,
|
|
10048
|
+
dependencies: [],
|
|
10049
|
+
oneOfGroups: [],
|
|
10050
|
+
subscriptionRequirements: [],
|
|
9218
10051
|
},
|
|
9219
10052
|
{
|
|
9220
10053
|
toolName: "f5xc-api-tenantandidentity-namespace-list",
|
|
@@ -9344,6 +10177,9 @@ export const tenant_and_identityTools = [
|
|
|
9344
10177
|
side_effects: {},
|
|
9345
10178
|
},
|
|
9346
10179
|
curlExample: null,
|
|
10180
|
+
dependencies: [],
|
|
10181
|
+
oneOfGroups: [],
|
|
10182
|
+
subscriptionRequirements: [],
|
|
9347
10183
|
},
|
|
9348
10184
|
{
|
|
9349
10185
|
toolName: "f5xc-api-tenantandidentity-namespace-role-get",
|
|
@@ -9466,6 +10302,9 @@ export const tenant_and_identityTools = [
|
|
|
9466
10302
|
side_effects: {},
|
|
9467
10303
|
},
|
|
9468
10304
|
curlExample: null,
|
|
10305
|
+
dependencies: [],
|
|
10306
|
+
oneOfGroups: [],
|
|
10307
|
+
subscriptionRequirements: [],
|
|
9469
10308
|
},
|
|
9470
10309
|
{
|
|
9471
10310
|
toolName: "f5xc-api-tenantandidentity-namespace-role-list",
|
|
@@ -9596,6 +10435,9 @@ export const tenant_and_identityTools = [
|
|
|
9596
10435
|
side_effects: {},
|
|
9597
10436
|
},
|
|
9598
10437
|
curlExample: null,
|
|
10438
|
+
dependencies: [],
|
|
10439
|
+
oneOfGroups: [],
|
|
10440
|
+
subscriptionRequirements: [],
|
|
9599
10441
|
},
|
|
9600
10442
|
{
|
|
9601
10443
|
toolName: "f5xc-api-tenantandidentity-namespace-update",
|
|
@@ -9693,6 +10535,31 @@ export const tenant_and_identityTools = [
|
|
|
9693
10535
|
},
|
|
9694
10536
|
},
|
|
9695
10537
|
curlExample: null,
|
|
10538
|
+
dependencies: [
|
|
10539
|
+
{
|
|
10540
|
+
domain: "tenant_and_identity",
|
|
10541
|
+
fieldPath: "",
|
|
10542
|
+
inline: false,
|
|
10543
|
+
required: false,
|
|
10544
|
+
resourceType: "namespace",
|
|
10545
|
+
},
|
|
10546
|
+
{
|
|
10547
|
+
domain: "",
|
|
10548
|
+
fieldPath: "metadata",
|
|
10549
|
+
inline: false,
|
|
10550
|
+
required: false,
|
|
10551
|
+
resourceType: "schema-object-replace-meta",
|
|
10552
|
+
},
|
|
10553
|
+
{
|
|
10554
|
+
domain: "",
|
|
10555
|
+
fieldPath: "spec",
|
|
10556
|
+
inline: false,
|
|
10557
|
+
required: false,
|
|
10558
|
+
resourceType: "schemanamespace-replace",
|
|
10559
|
+
},
|
|
10560
|
+
],
|
|
10561
|
+
oneOfGroups: [],
|
|
10562
|
+
subscriptionRequirements: [],
|
|
9696
10563
|
},
|
|
9697
10564
|
{
|
|
9698
10565
|
toolName: "f5xc-api-tenantandidentity-networking-inventory-create",
|
|
@@ -9779,6 +10646,9 @@ export const tenant_and_identityTools = [
|
|
|
9779
10646
|
},
|
|
9780
10647
|
},
|
|
9781
10648
|
curlExample: null,
|
|
10649
|
+
dependencies: [],
|
|
10650
|
+
oneOfGroups: [],
|
|
10651
|
+
subscriptionRequirements: [],
|
|
9782
10652
|
},
|
|
9783
10653
|
{
|
|
9784
10654
|
toolName: "f5xc-api-tenantandidentity-notification-list",
|
|
@@ -9856,6 +10726,9 @@ export const tenant_and_identityTools = [
|
|
|
9856
10726
|
side_effects: {},
|
|
9857
10727
|
},
|
|
9858
10728
|
curlExample: null,
|
|
10729
|
+
dependencies: [],
|
|
10730
|
+
oneOfGroups: [],
|
|
10731
|
+
subscriptionRequirements: [],
|
|
9859
10732
|
},
|
|
9860
10733
|
{
|
|
9861
10734
|
toolName: "f5xc-api-tenantandidentity-notification-update",
|
|
@@ -9937,6 +10810,9 @@ export const tenant_and_identityTools = [
|
|
|
9937
10810
|
},
|
|
9938
10811
|
},
|
|
9939
10812
|
curlExample: null,
|
|
10813
|
+
dependencies: [],
|
|
10814
|
+
oneOfGroups: [],
|
|
10815
|
+
subscriptionRequirements: [],
|
|
9940
10816
|
},
|
|
9941
10817
|
{
|
|
9942
10818
|
toolName: "f5xc-api-tenantandidentity-oidc-provider-create",
|
|
@@ -10034,6 +10910,24 @@ export const tenant_and_identityTools = [
|
|
|
10034
10910
|
},
|
|
10035
10911
|
},
|
|
10036
10912
|
curlExample: null,
|
|
10913
|
+
dependencies: [
|
|
10914
|
+
{
|
|
10915
|
+
domain: "",
|
|
10916
|
+
fieldPath: "",
|
|
10917
|
+
inline: false,
|
|
10918
|
+
required: false,
|
|
10919
|
+
resourceType: "schemaoidc-provider",
|
|
10920
|
+
},
|
|
10921
|
+
{
|
|
10922
|
+
domain: "",
|
|
10923
|
+
fieldPath: "spec",
|
|
10924
|
+
inline: false,
|
|
10925
|
+
required: false,
|
|
10926
|
+
resourceType: "schemaoidc-provider-custom-create",
|
|
10927
|
+
},
|
|
10928
|
+
],
|
|
10929
|
+
oneOfGroups: [],
|
|
10930
|
+
subscriptionRequirements: [],
|
|
10037
10931
|
},
|
|
10038
10932
|
{
|
|
10039
10933
|
toolName: "f5xc-api-tenantandidentity-oidc-provider-get",
|
|
@@ -10137,6 +11031,9 @@ export const tenant_and_identityTools = [
|
|
|
10137
11031
|
side_effects: {},
|
|
10138
11032
|
},
|
|
10139
11033
|
curlExample: null,
|
|
11034
|
+
dependencies: [],
|
|
11035
|
+
oneOfGroups: [],
|
|
11036
|
+
subscriptionRequirements: [],
|
|
10140
11037
|
},
|
|
10141
11038
|
{
|
|
10142
11039
|
toolName: "f5xc-api-tenantandidentity-oidc-provider-list",
|
|
@@ -10228,6 +11125,9 @@ export const tenant_and_identityTools = [
|
|
|
10228
11125
|
side_effects: {},
|
|
10229
11126
|
},
|
|
10230
11127
|
curlExample: null,
|
|
11128
|
+
dependencies: [],
|
|
11129
|
+
oneOfGroups: [],
|
|
11130
|
+
subscriptionRequirements: [],
|
|
10231
11131
|
},
|
|
10232
11132
|
{
|
|
10233
11133
|
toolName: "f5xc-api-tenantandidentity-oidc-provider-update",
|
|
@@ -10335,6 +11235,9 @@ export const tenant_and_identityTools = [
|
|
|
10335
11235
|
},
|
|
10336
11236
|
},
|
|
10337
11237
|
curlExample: null,
|
|
11238
|
+
dependencies: [],
|
|
11239
|
+
oneOfGroups: [],
|
|
11240
|
+
subscriptionRequirements: [],
|
|
10338
11241
|
},
|
|
10339
11242
|
{
|
|
10340
11243
|
toolName: "f5xc-api-tenantandidentity-password-policy-list",
|
|
@@ -10426,6 +11329,9 @@ export const tenant_and_identityTools = [
|
|
|
10426
11329
|
side_effects: {},
|
|
10427
11330
|
},
|
|
10428
11331
|
curlExample: null,
|
|
11332
|
+
dependencies: [],
|
|
11333
|
+
oneOfGroups: [],
|
|
11334
|
+
subscriptionRequirements: [],
|
|
10429
11335
|
},
|
|
10430
11336
|
{
|
|
10431
11337
|
toolName: "f5xc-api-tenantandidentity-priority-create",
|
|
@@ -10523,6 +11429,9 @@ export const tenant_and_identityTools = [
|
|
|
10523
11429
|
},
|
|
10524
11430
|
},
|
|
10525
11431
|
curlExample: null,
|
|
11432
|
+
dependencies: [],
|
|
11433
|
+
oneOfGroups: [],
|
|
11434
|
+
subscriptionRequirements: [],
|
|
10526
11435
|
},
|
|
10527
11436
|
{
|
|
10528
11437
|
toolName: "f5xc-api-tenantandidentity-rbac-policy-get",
|
|
@@ -10645,6 +11554,9 @@ export const tenant_and_identityTools = [
|
|
|
10645
11554
|
side_effects: {},
|
|
10646
11555
|
},
|
|
10647
11556
|
curlExample: null,
|
|
11557
|
+
dependencies: [],
|
|
11558
|
+
oneOfGroups: [],
|
|
11559
|
+
subscriptionRequirements: [],
|
|
10648
11560
|
},
|
|
10649
11561
|
{
|
|
10650
11562
|
toolName: "f5xc-api-tenantandidentity-rbac-policy-list",
|
|
@@ -10775,6 +11687,9 @@ export const tenant_and_identityTools = [
|
|
|
10775
11687
|
side_effects: {},
|
|
10776
11688
|
},
|
|
10777
11689
|
curlExample: null,
|
|
11690
|
+
dependencies: [],
|
|
11691
|
+
oneOfGroups: [],
|
|
11692
|
+
subscriptionRequirements: [],
|
|
10778
11693
|
},
|
|
10779
11694
|
{
|
|
10780
11695
|
toolName: "f5xc-api-tenantandidentity-remove-namespace-role-update",
|
|
@@ -10870,6 +11785,9 @@ export const tenant_and_identityTools = [
|
|
|
10870
11785
|
},
|
|
10871
11786
|
},
|
|
10872
11787
|
curlExample: null,
|
|
11788
|
+
dependencies: [],
|
|
11789
|
+
oneOfGroups: [],
|
|
11790
|
+
subscriptionRequirements: [],
|
|
10873
11791
|
},
|
|
10874
11792
|
{
|
|
10875
11793
|
toolName: "f5xc-api-tenantandidentity-reopen-create",
|
|
@@ -10965,6 +11883,9 @@ export const tenant_and_identityTools = [
|
|
|
10965
11883
|
},
|
|
10966
11884
|
},
|
|
10967
11885
|
curlExample: null,
|
|
11886
|
+
dependencies: [],
|
|
11887
|
+
oneOfGroups: [],
|
|
11888
|
+
subscriptionRequirements: [],
|
|
10968
11889
|
},
|
|
10969
11890
|
{
|
|
10970
11891
|
toolName: "f5xc-api-tenantandidentity-request-delete-create",
|
|
@@ -11048,6 +11969,9 @@ export const tenant_and_identityTools = [
|
|
|
11048
11969
|
},
|
|
11049
11970
|
},
|
|
11050
11971
|
curlExample: null,
|
|
11972
|
+
dependencies: [],
|
|
11973
|
+
oneOfGroups: [],
|
|
11974
|
+
subscriptionRequirements: [],
|
|
11051
11975
|
},
|
|
11052
11976
|
{
|
|
11053
11977
|
toolName: "f5xc-api-tenantandidentity-request-initial-acces-update",
|
|
@@ -11131,6 +12055,9 @@ export const tenant_and_identityTools = [
|
|
|
11131
12055
|
},
|
|
11132
12056
|
},
|
|
11133
12057
|
curlExample: null,
|
|
12058
|
+
dependencies: [],
|
|
12059
|
+
oneOfGroups: [],
|
|
12060
|
+
subscriptionRequirements: [],
|
|
11134
12061
|
},
|
|
11135
12062
|
{
|
|
11136
12063
|
toolName: "f5xc-api-tenantandidentity-reset-create",
|
|
@@ -11212,6 +12139,9 @@ export const tenant_and_identityTools = [
|
|
|
11212
12139
|
},
|
|
11213
12140
|
},
|
|
11214
12141
|
curlExample: null,
|
|
12142
|
+
dependencies: [],
|
|
12143
|
+
oneOfGroups: [],
|
|
12144
|
+
subscriptionRequirements: [],
|
|
11215
12145
|
},
|
|
11216
12146
|
{
|
|
11217
12147
|
toolName: "f5xc-api-tenantandidentity-resourcetype-get",
|
|
@@ -11319,6 +12249,9 @@ export const tenant_and_identityTools = [
|
|
|
11319
12249
|
side_effects: {},
|
|
11320
12250
|
},
|
|
11321
12251
|
curlExample: null,
|
|
12252
|
+
dependencies: [],
|
|
12253
|
+
oneOfGroups: [],
|
|
12254
|
+
subscriptionRequirements: [],
|
|
11322
12255
|
},
|
|
11323
12256
|
{
|
|
11324
12257
|
toolName: "f5xc-api-tenantandidentity-resourcetype-list",
|
|
@@ -11396,6 +12329,9 @@ export const tenant_and_identityTools = [
|
|
|
11396
12329
|
side_effects: {},
|
|
11397
12330
|
},
|
|
11398
12331
|
curlExample: null,
|
|
12332
|
+
dependencies: [],
|
|
12333
|
+
oneOfGroups: [],
|
|
12334
|
+
subscriptionRequirements: [],
|
|
11399
12335
|
},
|
|
11400
12336
|
{
|
|
11401
12337
|
toolName: "f5xc-api-tenantandidentity-role-create",
|
|
@@ -11493,6 +12429,31 @@ export const tenant_and_identityTools = [
|
|
|
11493
12429
|
},
|
|
11494
12430
|
},
|
|
11495
12431
|
curlExample: null,
|
|
12432
|
+
dependencies: [
|
|
12433
|
+
{
|
|
12434
|
+
domain: "",
|
|
12435
|
+
fieldPath: "",
|
|
12436
|
+
inline: false,
|
|
12437
|
+
required: false,
|
|
12438
|
+
resourceType: "role-custom",
|
|
12439
|
+
},
|
|
12440
|
+
{
|
|
12441
|
+
domain: "",
|
|
12442
|
+
fieldPath: "metadata",
|
|
12443
|
+
inline: false,
|
|
12444
|
+
required: false,
|
|
12445
|
+
resourceType: "schema-object-create-meta",
|
|
12446
|
+
},
|
|
12447
|
+
{
|
|
12448
|
+
domain: "",
|
|
12449
|
+
fieldPath: "spec",
|
|
12450
|
+
inline: false,
|
|
12451
|
+
required: false,
|
|
12452
|
+
resourceType: "role-create",
|
|
12453
|
+
},
|
|
12454
|
+
],
|
|
12455
|
+
oneOfGroups: [],
|
|
12456
|
+
subscriptionRequirements: [],
|
|
11496
12457
|
},
|
|
11497
12458
|
{
|
|
11498
12459
|
toolName: "f5xc-api-tenantandidentity-role-delete",
|
|
@@ -11600,6 +12561,17 @@ export const tenant_and_identityTools = [
|
|
|
11600
12561
|
},
|
|
11601
12562
|
},
|
|
11602
12563
|
curlExample: null,
|
|
12564
|
+
dependencies: [
|
|
12565
|
+
{
|
|
12566
|
+
domain: "",
|
|
12567
|
+
fieldPath: "",
|
|
12568
|
+
inline: false,
|
|
12569
|
+
required: false,
|
|
12570
|
+
resourceType: "role",
|
|
12571
|
+
},
|
|
12572
|
+
],
|
|
12573
|
+
oneOfGroups: [],
|
|
12574
|
+
subscriptionRequirements: [],
|
|
11603
12575
|
},
|
|
11604
12576
|
{
|
|
11605
12577
|
toolName: "f5xc-api-tenantandidentity-role-get",
|
|
@@ -11703,6 +12675,9 @@ export const tenant_and_identityTools = [
|
|
|
11703
12675
|
side_effects: {},
|
|
11704
12676
|
},
|
|
11705
12677
|
curlExample: null,
|
|
12678
|
+
dependencies: [],
|
|
12679
|
+
oneOfGroups: [],
|
|
12680
|
+
subscriptionRequirements: [],
|
|
11706
12681
|
},
|
|
11707
12682
|
{
|
|
11708
12683
|
toolName: "f5xc-api-tenantandidentity-role-list",
|
|
@@ -11794,6 +12769,9 @@ export const tenant_and_identityTools = [
|
|
|
11794
12769
|
side_effects: {},
|
|
11795
12770
|
},
|
|
11796
12771
|
curlExample: null,
|
|
12772
|
+
dependencies: [],
|
|
12773
|
+
oneOfGroups: [],
|
|
12774
|
+
subscriptionRequirements: [],
|
|
11797
12775
|
},
|
|
11798
12776
|
{
|
|
11799
12777
|
toolName: "f5xc-api-tenantandidentity-role-update",
|
|
@@ -11903,6 +12881,24 @@ export const tenant_and_identityTools = [
|
|
|
11903
12881
|
},
|
|
11904
12882
|
},
|
|
11905
12883
|
curlExample: null,
|
|
12884
|
+
dependencies: [
|
|
12885
|
+
{
|
|
12886
|
+
domain: "",
|
|
12887
|
+
fieldPath: "",
|
|
12888
|
+
inline: false,
|
|
12889
|
+
required: false,
|
|
12890
|
+
resourceType: "role-custom",
|
|
12891
|
+
},
|
|
12892
|
+
{
|
|
12893
|
+
domain: "",
|
|
12894
|
+
fieldPath: "spec",
|
|
12895
|
+
inline: false,
|
|
12896
|
+
required: false,
|
|
12897
|
+
resourceType: "role-replace",
|
|
12898
|
+
},
|
|
12899
|
+
],
|
|
12900
|
+
oneOfGroups: [],
|
|
12901
|
+
subscriptionRequirements: [],
|
|
11906
12902
|
},
|
|
11907
12903
|
{
|
|
11908
12904
|
toolName: "f5xc-api-tenantandidentity-role-user-create",
|
|
@@ -12000,6 +12996,17 @@ export const tenant_and_identityTools = [
|
|
|
12000
12996
|
},
|
|
12001
12997
|
},
|
|
12002
12998
|
curlExample: null,
|
|
12999
|
+
dependencies: [
|
|
13000
|
+
{
|
|
13001
|
+
domain: "",
|
|
13002
|
+
fieldPath: "namespaces_role",
|
|
13003
|
+
inline: false,
|
|
13004
|
+
required: false,
|
|
13005
|
+
resourceType: "user-namespaces-role",
|
|
13006
|
+
},
|
|
13007
|
+
],
|
|
13008
|
+
oneOfGroups: [],
|
|
13009
|
+
subscriptionRequirements: [],
|
|
12003
13010
|
},
|
|
12004
13011
|
{
|
|
12005
13012
|
toolName: "f5xc-api-tenantandidentity-schema-get",
|
|
@@ -12107,6 +13114,9 @@ export const tenant_and_identityTools = [
|
|
|
12107
13114
|
side_effects: {},
|
|
12108
13115
|
},
|
|
12109
13116
|
curlExample: null,
|
|
13117
|
+
dependencies: [],
|
|
13118
|
+
oneOfGroups: [],
|
|
13119
|
+
subscriptionRequirements: [],
|
|
12110
13120
|
},
|
|
12111
13121
|
{
|
|
12112
13122
|
toolName: "f5xc-api-tenantandidentity-schema-list",
|
|
@@ -12184,6 +13194,9 @@ export const tenant_and_identityTools = [
|
|
|
12184
13194
|
side_effects: {},
|
|
12185
13195
|
},
|
|
12186
13196
|
curlExample: null,
|
|
13197
|
+
dependencies: [],
|
|
13198
|
+
oneOfGroups: [],
|
|
13199
|
+
subscriptionRequirements: [],
|
|
12187
13200
|
},
|
|
12188
13201
|
{
|
|
12189
13202
|
toolName: "f5xc-api-tenantandidentity-scim-update",
|
|
@@ -12293,6 +13306,9 @@ export const tenant_and_identityTools = [
|
|
|
12293
13306
|
},
|
|
12294
13307
|
},
|
|
12295
13308
|
curlExample: null,
|
|
13309
|
+
dependencies: [],
|
|
13310
|
+
oneOfGroups: [],
|
|
13311
|
+
subscriptionRequirements: [],
|
|
12296
13312
|
},
|
|
12297
13313
|
{
|
|
12298
13314
|
toolName: "f5xc-api-tenantandidentity-send-password-email-create",
|
|
@@ -12393,6 +13409,9 @@ export const tenant_and_identityTools = [
|
|
|
12393
13409
|
},
|
|
12394
13410
|
},
|
|
12395
13411
|
curlExample: null,
|
|
13412
|
+
dependencies: [],
|
|
13413
|
+
oneOfGroups: [],
|
|
13414
|
+
subscriptionRequirements: [],
|
|
12396
13415
|
},
|
|
12397
13416
|
{
|
|
12398
13417
|
toolName: "f5xc-api-tenantandidentity-serviceproviderconfig-list",
|
|
@@ -12470,6 +13489,9 @@ export const tenant_and_identityTools = [
|
|
|
12470
13489
|
side_effects: {},
|
|
12471
13490
|
},
|
|
12472
13491
|
curlExample: null,
|
|
13492
|
+
dependencies: [],
|
|
13493
|
+
oneOfGroups: [],
|
|
13494
|
+
subscriptionRequirements: [],
|
|
12473
13495
|
},
|
|
12474
13496
|
{
|
|
12475
13497
|
toolName: "f5xc-api-tenantandidentity-session-list",
|
|
@@ -12547,6 +13569,9 @@ export const tenant_and_identityTools = [
|
|
|
12547
13569
|
side_effects: {},
|
|
12548
13570
|
},
|
|
12549
13571
|
curlExample: null,
|
|
13572
|
+
dependencies: [],
|
|
13573
|
+
oneOfGroups: [],
|
|
13574
|
+
subscriptionRequirements: [],
|
|
12550
13575
|
},
|
|
12551
13576
|
{
|
|
12552
13577
|
toolName: "f5xc-api-tenantandidentity-setting-list",
|
|
@@ -12624,6 +13649,9 @@ export const tenant_and_identityTools = [
|
|
|
12624
13649
|
side_effects: {},
|
|
12625
13650
|
},
|
|
12626
13651
|
curlExample: null,
|
|
13652
|
+
dependencies: [],
|
|
13653
|
+
oneOfGroups: [],
|
|
13654
|
+
subscriptionRequirements: [],
|
|
12627
13655
|
},
|
|
12628
13656
|
{
|
|
12629
13657
|
toolName: "f5xc-api-tenantandidentity-setting-update",
|
|
@@ -12707,6 +13735,17 @@ export const tenant_and_identityTools = [
|
|
|
12707
13735
|
},
|
|
12708
13736
|
},
|
|
12709
13737
|
curlExample: null,
|
|
13738
|
+
dependencies: [
|
|
13739
|
+
{
|
|
13740
|
+
domain: "",
|
|
13741
|
+
fieldPath: "",
|
|
13742
|
+
inline: false,
|
|
13743
|
+
required: false,
|
|
13744
|
+
resourceType: "viewstenant-configuration-global",
|
|
13745
|
+
},
|
|
13746
|
+
],
|
|
13747
|
+
oneOfGroups: [],
|
|
13748
|
+
subscriptionRequirements: [],
|
|
12710
13749
|
},
|
|
12711
13750
|
{
|
|
12712
13751
|
toolName: "f5xc-api-tenantandidentity-signup-get",
|
|
@@ -12798,6 +13837,9 @@ export const tenant_and_identityTools = [
|
|
|
12798
13837
|
side_effects: {},
|
|
12799
13838
|
},
|
|
12800
13839
|
curlExample: null,
|
|
13840
|
+
dependencies: [],
|
|
13841
|
+
oneOfGroups: [],
|
|
13842
|
+
subscriptionRequirements: [],
|
|
12801
13843
|
},
|
|
12802
13844
|
{
|
|
12803
13845
|
toolName: "f5xc-api-tenantandidentity-stat-create",
|
|
@@ -12895,6 +13937,17 @@ export const tenant_and_identityTools = [
|
|
|
12895
13937
|
},
|
|
12896
13938
|
},
|
|
12897
13939
|
curlExample: null,
|
|
13940
|
+
dependencies: [
|
|
13941
|
+
{
|
|
13942
|
+
domain: "",
|
|
13943
|
+
fieldPath: "vhosts_types_filter[]",
|
|
13944
|
+
inline: false,
|
|
13945
|
+
required: false,
|
|
13946
|
+
resourceType: "virtual-host-virtual-host",
|
|
13947
|
+
},
|
|
13948
|
+
],
|
|
13949
|
+
oneOfGroups: [],
|
|
13950
|
+
subscriptionRequirements: [],
|
|
12898
13951
|
},
|
|
12899
13952
|
{
|
|
12900
13953
|
toolName: "f5xc-api-tenantandidentity-state-list",
|
|
@@ -12998,6 +14051,9 @@ export const tenant_and_identityTools = [
|
|
|
12998
14051
|
side_effects: {},
|
|
12999
14052
|
},
|
|
13000
14053
|
curlExample: null,
|
|
14054
|
+
dependencies: [],
|
|
14055
|
+
oneOfGroups: [],
|
|
14056
|
+
subscriptionRequirements: [],
|
|
13001
14057
|
},
|
|
13002
14058
|
{
|
|
13003
14059
|
toolName: "f5xc-api-tenantandidentity-subscribe-create",
|
|
@@ -13081,6 +14137,9 @@ export const tenant_and_identityTools = [
|
|
|
13081
14137
|
},
|
|
13082
14138
|
},
|
|
13083
14139
|
curlExample: null,
|
|
14140
|
+
dependencies: [],
|
|
14141
|
+
oneOfGroups: [],
|
|
14142
|
+
subscriptionRequirements: [],
|
|
13084
14143
|
},
|
|
13085
14144
|
{
|
|
13086
14145
|
toolName: "f5xc-api-tenantandidentity-suggest-value-create",
|
|
@@ -13162,6 +14221,9 @@ export const tenant_and_identityTools = [
|
|
|
13162
14221
|
},
|
|
13163
14222
|
},
|
|
13164
14223
|
curlExample: null,
|
|
14224
|
+
dependencies: [],
|
|
14225
|
+
oneOfGroups: [],
|
|
14226
|
+
subscriptionRequirements: [],
|
|
13165
14227
|
},
|
|
13166
14228
|
{
|
|
13167
14229
|
toolName: "f5xc-api-tenantandidentity-summary-list",
|
|
@@ -13250,6 +14312,9 @@ export const tenant_and_identityTools = [
|
|
|
13250
14312
|
side_effects: {},
|
|
13251
14313
|
},
|
|
13252
14314
|
curlExample: null,
|
|
14315
|
+
dependencies: [],
|
|
14316
|
+
oneOfGroups: [],
|
|
14317
|
+
subscriptionRequirements: [],
|
|
13253
14318
|
},
|
|
13254
14319
|
{
|
|
13255
14320
|
toolName: "f5xc-api-tenantandidentity-support-info-list",
|
|
@@ -13327,6 +14392,9 @@ export const tenant_and_identityTools = [
|
|
|
13327
14392
|
side_effects: {},
|
|
13328
14393
|
},
|
|
13329
14394
|
curlExample: null,
|
|
14395
|
+
dependencies: [],
|
|
14396
|
+
oneOfGroups: [],
|
|
14397
|
+
subscriptionRequirements: [],
|
|
13330
14398
|
},
|
|
13331
14399
|
{
|
|
13332
14400
|
toolName: "f5xc-api-tenantandidentity-sync-create",
|
|
@@ -13408,6 +14476,9 @@ export const tenant_and_identityTools = [
|
|
|
13408
14476
|
},
|
|
13409
14477
|
},
|
|
13410
14478
|
curlExample: null,
|
|
14479
|
+
dependencies: [],
|
|
14480
|
+
oneOfGroups: [],
|
|
14481
|
+
subscriptionRequirements: [],
|
|
13411
14482
|
},
|
|
13412
14483
|
{
|
|
13413
14484
|
toolName: "f5xc-api-tenantandidentity-tenant-configuration-create",
|
|
@@ -13508,6 +14579,24 @@ export const tenant_and_identityTools = [
|
|
|
13508
14579
|
},
|
|
13509
14580
|
},
|
|
13510
14581
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tenant_configurations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
14582
|
+
dependencies: [
|
|
14583
|
+
{
|
|
14584
|
+
domain: "",
|
|
14585
|
+
fieldPath: "",
|
|
14586
|
+
inline: false,
|
|
14587
|
+
required: false,
|
|
14588
|
+
resourceType: "tenant-configuration",
|
|
14589
|
+
},
|
|
14590
|
+
{
|
|
14591
|
+
domain: "",
|
|
14592
|
+
fieldPath: "spec",
|
|
14593
|
+
inline: false,
|
|
14594
|
+
required: false,
|
|
14595
|
+
resourceType: "tenant-configuration-create",
|
|
14596
|
+
},
|
|
14597
|
+
],
|
|
14598
|
+
oneOfGroups: [],
|
|
14599
|
+
subscriptionRequirements: [],
|
|
13511
14600
|
},
|
|
13512
14601
|
{
|
|
13513
14602
|
toolName: "f5xc-api-tenantandidentity-tenant-configuration-delete",
|
|
@@ -13615,6 +14704,17 @@ export const tenant_and_identityTools = [
|
|
|
13615
14704
|
},
|
|
13616
14705
|
},
|
|
13617
14706
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tenant_configurations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
14707
|
+
dependencies: [
|
|
14708
|
+
{
|
|
14709
|
+
domain: "",
|
|
14710
|
+
fieldPath: "",
|
|
14711
|
+
inline: false,
|
|
14712
|
+
required: false,
|
|
14713
|
+
resourceType: "tenant-configuration",
|
|
14714
|
+
},
|
|
14715
|
+
],
|
|
14716
|
+
oneOfGroups: [],
|
|
14717
|
+
subscriptionRequirements: [],
|
|
13618
14718
|
},
|
|
13619
14719
|
{
|
|
13620
14720
|
toolName: "f5xc-api-tenantandidentity-tenant-configuration-get",
|
|
@@ -13739,6 +14839,9 @@ export const tenant_and_identityTools = [
|
|
|
13739
14839
|
side_effects: {},
|
|
13740
14840
|
},
|
|
13741
14841
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tenant_configurations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
14842
|
+
dependencies: [],
|
|
14843
|
+
oneOfGroups: [],
|
|
14844
|
+
subscriptionRequirements: [],
|
|
13742
14845
|
},
|
|
13743
14846
|
{
|
|
13744
14847
|
toolName: "f5xc-api-tenantandidentity-tenant-configuration-list",
|
|
@@ -13869,6 +14972,9 @@ export const tenant_and_identityTools = [
|
|
|
13869
14972
|
side_effects: {},
|
|
13870
14973
|
},
|
|
13871
14974
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tenant_configurations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
14975
|
+
dependencies: [],
|
|
14976
|
+
oneOfGroups: [],
|
|
14977
|
+
subscriptionRequirements: [],
|
|
13872
14978
|
},
|
|
13873
14979
|
{
|
|
13874
14980
|
toolName: "f5xc-api-tenantandidentity-tenant-configuration-update",
|
|
@@ -13978,6 +15084,24 @@ export const tenant_and_identityTools = [
|
|
|
13978
15084
|
},
|
|
13979
15085
|
},
|
|
13980
15086
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/tenant_configurations" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
15087
|
+
dependencies: [
|
|
15088
|
+
{
|
|
15089
|
+
domain: "",
|
|
15090
|
+
fieldPath: "",
|
|
15091
|
+
inline: false,
|
|
15092
|
+
required: false,
|
|
15093
|
+
resourceType: "tenant-configuration",
|
|
15094
|
+
},
|
|
15095
|
+
{
|
|
15096
|
+
domain: "",
|
|
15097
|
+
fieldPath: "spec",
|
|
15098
|
+
inline: false,
|
|
15099
|
+
required: false,
|
|
15100
|
+
resourceType: "tenant-configuration-replace",
|
|
15101
|
+
},
|
|
15102
|
+
],
|
|
15103
|
+
oneOfGroups: [],
|
|
15104
|
+
subscriptionRequirements: [],
|
|
13981
15105
|
},
|
|
13982
15106
|
{
|
|
13983
15107
|
toolName: "f5xc-api-tenantandidentity-tenant-escalation-doc-list",
|
|
@@ -14055,6 +15179,9 @@ export const tenant_and_identityTools = [
|
|
|
14055
15179
|
side_effects: {},
|
|
14056
15180
|
},
|
|
14057
15181
|
curlExample: null,
|
|
15182
|
+
dependencies: [],
|
|
15183
|
+
oneOfGroups: [],
|
|
15184
|
+
subscriptionRequirements: [],
|
|
14058
15185
|
},
|
|
14059
15186
|
{
|
|
14060
15187
|
toolName: "f5xc-api-tenantandidentity-tenant-profile-create",
|
|
@@ -14152,6 +15279,31 @@ export const tenant_and_identityTools = [
|
|
|
14152
15279
|
},
|
|
14153
15280
|
},
|
|
14154
15281
|
curlExample: null,
|
|
15282
|
+
dependencies: [
|
|
15283
|
+
{
|
|
15284
|
+
domain: "",
|
|
15285
|
+
fieldPath: "",
|
|
15286
|
+
inline: false,
|
|
15287
|
+
required: false,
|
|
15288
|
+
resourceType: "tenant-profile",
|
|
15289
|
+
},
|
|
15290
|
+
{
|
|
15291
|
+
domain: "",
|
|
15292
|
+
fieldPath: "metadata",
|
|
15293
|
+
inline: false,
|
|
15294
|
+
required: false,
|
|
15295
|
+
resourceType: "schema-object-create-meta",
|
|
15296
|
+
},
|
|
15297
|
+
{
|
|
15298
|
+
domain: "",
|
|
15299
|
+
fieldPath: "spec",
|
|
15300
|
+
inline: false,
|
|
15301
|
+
required: false,
|
|
15302
|
+
resourceType: "tenant-profile-create",
|
|
15303
|
+
},
|
|
15304
|
+
],
|
|
15305
|
+
oneOfGroups: [],
|
|
15306
|
+
subscriptionRequirements: [],
|
|
14155
15307
|
},
|
|
14156
15308
|
{
|
|
14157
15309
|
toolName: "f5xc-api-tenantandidentity-tenant-profile-delete",
|
|
@@ -14259,6 +15411,17 @@ export const tenant_and_identityTools = [
|
|
|
14259
15411
|
},
|
|
14260
15412
|
},
|
|
14261
15413
|
curlExample: null,
|
|
15414
|
+
dependencies: [
|
|
15415
|
+
{
|
|
15416
|
+
domain: "",
|
|
15417
|
+
fieldPath: "",
|
|
15418
|
+
inline: false,
|
|
15419
|
+
required: false,
|
|
15420
|
+
resourceType: "tenant-profile",
|
|
15421
|
+
},
|
|
15422
|
+
],
|
|
15423
|
+
oneOfGroups: [],
|
|
15424
|
+
subscriptionRequirements: [],
|
|
14262
15425
|
},
|
|
14263
15426
|
{
|
|
14264
15427
|
toolName: "f5xc-api-tenantandidentity-tenant-profile-get",
|
|
@@ -14382,6 +15545,9 @@ export const tenant_and_identityTools = [
|
|
|
14382
15545
|
side_effects: {},
|
|
14383
15546
|
},
|
|
14384
15547
|
curlExample: null,
|
|
15548
|
+
dependencies: [],
|
|
15549
|
+
oneOfGroups: [],
|
|
15550
|
+
subscriptionRequirements: [],
|
|
14385
15551
|
},
|
|
14386
15552
|
{
|
|
14387
15553
|
toolName: "f5xc-api-tenantandidentity-tenant-profile-list",
|
|
@@ -14512,6 +15678,9 @@ export const tenant_and_identityTools = [
|
|
|
14512
15678
|
side_effects: {},
|
|
14513
15679
|
},
|
|
14514
15680
|
curlExample: null,
|
|
15681
|
+
dependencies: [],
|
|
15682
|
+
oneOfGroups: [],
|
|
15683
|
+
subscriptionRequirements: [],
|
|
14515
15684
|
},
|
|
14516
15685
|
{
|
|
14517
15686
|
toolName: "f5xc-api-tenantandidentity-tenant-profile-update",
|
|
@@ -14621,6 +15790,31 @@ export const tenant_and_identityTools = [
|
|
|
14621
15790
|
},
|
|
14622
15791
|
},
|
|
14623
15792
|
curlExample: null,
|
|
15793
|
+
dependencies: [
|
|
15794
|
+
{
|
|
15795
|
+
domain: "",
|
|
15796
|
+
fieldPath: "",
|
|
15797
|
+
inline: false,
|
|
15798
|
+
required: false,
|
|
15799
|
+
resourceType: "tenant-profile",
|
|
15800
|
+
},
|
|
15801
|
+
{
|
|
15802
|
+
domain: "",
|
|
15803
|
+
fieldPath: "metadata",
|
|
15804
|
+
inline: false,
|
|
15805
|
+
required: false,
|
|
15806
|
+
resourceType: "schema-object-replace-meta",
|
|
15807
|
+
},
|
|
15808
|
+
{
|
|
15809
|
+
domain: "",
|
|
15810
|
+
fieldPath: "spec",
|
|
15811
|
+
inline: false,
|
|
15812
|
+
required: false,
|
|
15813
|
+
resourceType: "tenant-profile-replace",
|
|
15814
|
+
},
|
|
15815
|
+
],
|
|
15816
|
+
oneOfGroups: [],
|
|
15817
|
+
subscriptionRequirements: [],
|
|
14624
15818
|
},
|
|
14625
15819
|
{
|
|
14626
15820
|
toolName: "f5xc-api-tenantandidentity-to-list",
|
|
@@ -14712,6 +15906,9 @@ export const tenant_and_identityTools = [
|
|
|
14712
15906
|
side_effects: {},
|
|
14713
15907
|
},
|
|
14714
15908
|
curlExample: null,
|
|
15909
|
+
dependencies: [],
|
|
15910
|
+
oneOfGroups: [],
|
|
15911
|
+
subscriptionRequirements: [],
|
|
14715
15912
|
},
|
|
14716
15913
|
{
|
|
14717
15914
|
toolName: "f5xc-api-tenantandidentity-unassign-create",
|
|
@@ -14795,6 +15992,9 @@ export const tenant_and_identityTools = [
|
|
|
14795
15992
|
},
|
|
14796
15993
|
},
|
|
14797
15994
|
curlExample: null,
|
|
15995
|
+
dependencies: [],
|
|
15996
|
+
oneOfGroups: [],
|
|
15997
|
+
subscriptionRequirements: [],
|
|
14798
15998
|
},
|
|
14799
15999
|
{
|
|
14800
16000
|
toolName: "f5xc-api-tenantandidentity-unset-update",
|
|
@@ -14876,6 +16076,9 @@ export const tenant_and_identityTools = [
|
|
|
14876
16076
|
},
|
|
14877
16077
|
},
|
|
14878
16078
|
curlExample: null,
|
|
16079
|
+
dependencies: [],
|
|
16080
|
+
oneOfGroups: [],
|
|
16081
|
+
subscriptionRequirements: [],
|
|
14879
16082
|
},
|
|
14880
16083
|
{
|
|
14881
16084
|
toolName: "f5xc-api-tenantandidentity-unsubscribe-create",
|
|
@@ -14959,6 +16162,9 @@ export const tenant_and_identityTools = [
|
|
|
14959
16162
|
},
|
|
14960
16163
|
},
|
|
14961
16164
|
curlExample: null,
|
|
16165
|
+
dependencies: [],
|
|
16166
|
+
oneOfGroups: [],
|
|
16167
|
+
subscriptionRequirements: [],
|
|
14962
16168
|
},
|
|
14963
16169
|
{
|
|
14964
16170
|
toolName: "f5xc-api-tenantandidentity-update-allow-advertise-on-public-create",
|
|
@@ -15045,6 +16251,9 @@ export const tenant_and_identityTools = [
|
|
|
15045
16251
|
},
|
|
15046
16252
|
},
|
|
15047
16253
|
curlExample: null,
|
|
16254
|
+
dependencies: [],
|
|
16255
|
+
oneOfGroups: [],
|
|
16256
|
+
subscriptionRequirements: [],
|
|
15048
16257
|
},
|
|
15049
16258
|
{
|
|
15050
16259
|
toolName: "f5xc-api-tenantandidentity-user-create",
|
|
@@ -15128,6 +16337,17 @@ export const tenant_and_identityTools = [
|
|
|
15128
16337
|
},
|
|
15129
16338
|
},
|
|
15130
16339
|
curlExample: null,
|
|
16340
|
+
dependencies: [
|
|
16341
|
+
{
|
|
16342
|
+
domain: "",
|
|
16343
|
+
fieldPath: "userType",
|
|
16344
|
+
inline: false,
|
|
16345
|
+
required: false,
|
|
16346
|
+
resourceType: "user-user",
|
|
16347
|
+
},
|
|
16348
|
+
],
|
|
16349
|
+
oneOfGroups: [],
|
|
16350
|
+
subscriptionRequirements: [],
|
|
15131
16351
|
},
|
|
15132
16352
|
{
|
|
15133
16353
|
toolName: "f5xc-api-tenantandidentity-user-delete",
|
|
@@ -15239,6 +16459,9 @@ export const tenant_and_identityTools = [
|
|
|
15239
16459
|
},
|
|
15240
16460
|
},
|
|
15241
16461
|
curlExample: null,
|
|
16462
|
+
dependencies: [],
|
|
16463
|
+
oneOfGroups: [],
|
|
16464
|
+
subscriptionRequirements: [],
|
|
15242
16465
|
},
|
|
15243
16466
|
{
|
|
15244
16467
|
toolName: "f5xc-api-tenantandidentity-user-get",
|
|
@@ -15346,6 +16569,9 @@ export const tenant_and_identityTools = [
|
|
|
15346
16569
|
side_effects: {},
|
|
15347
16570
|
},
|
|
15348
16571
|
curlExample: null,
|
|
16572
|
+
dependencies: [],
|
|
16573
|
+
oneOfGroups: [],
|
|
16574
|
+
subscriptionRequirements: [],
|
|
15349
16575
|
},
|
|
15350
16576
|
{
|
|
15351
16577
|
toolName: "f5xc-api-tenantandidentity-user-group-create",
|
|
@@ -15427,6 +16653,9 @@ export const tenant_and_identityTools = [
|
|
|
15427
16653
|
},
|
|
15428
16654
|
},
|
|
15429
16655
|
curlExample: null,
|
|
16656
|
+
dependencies: [],
|
|
16657
|
+
oneOfGroups: [],
|
|
16658
|
+
subscriptionRequirements: [],
|
|
15430
16659
|
},
|
|
15431
16660
|
{
|
|
15432
16661
|
toolName: "f5xc-api-tenantandidentity-user-group-delete",
|
|
@@ -15534,6 +16763,9 @@ export const tenant_and_identityTools = [
|
|
|
15534
16763
|
},
|
|
15535
16764
|
},
|
|
15536
16765
|
curlExample: null,
|
|
16766
|
+
dependencies: [],
|
|
16767
|
+
oneOfGroups: [],
|
|
16768
|
+
subscriptionRequirements: [],
|
|
15537
16769
|
},
|
|
15538
16770
|
{
|
|
15539
16771
|
toolName: "f5xc-api-tenantandidentity-user-group-get",
|
|
@@ -15625,6 +16857,9 @@ export const tenant_and_identityTools = [
|
|
|
15625
16857
|
side_effects: {},
|
|
15626
16858
|
},
|
|
15627
16859
|
curlExample: null,
|
|
16860
|
+
dependencies: [],
|
|
16861
|
+
oneOfGroups: [],
|
|
16862
|
+
subscriptionRequirements: [],
|
|
15628
16863
|
},
|
|
15629
16864
|
{
|
|
15630
16865
|
toolName: "f5xc-api-tenantandidentity-user-group-list",
|
|
@@ -15702,6 +16937,9 @@ export const tenant_and_identityTools = [
|
|
|
15702
16937
|
side_effects: {},
|
|
15703
16938
|
},
|
|
15704
16939
|
curlExample: null,
|
|
16940
|
+
dependencies: [],
|
|
16941
|
+
oneOfGroups: [],
|
|
16942
|
+
subscriptionRequirements: [],
|
|
15705
16943
|
},
|
|
15706
16944
|
{
|
|
15707
16945
|
toolName: "f5xc-api-tenantandidentity-user-group-update",
|
|
@@ -15797,6 +17035,9 @@ export const tenant_and_identityTools = [
|
|
|
15797
17035
|
},
|
|
15798
17036
|
},
|
|
15799
17037
|
curlExample: null,
|
|
17038
|
+
dependencies: [],
|
|
17039
|
+
oneOfGroups: [],
|
|
17040
|
+
subscriptionRequirements: [],
|
|
15800
17041
|
},
|
|
15801
17042
|
{
|
|
15802
17043
|
toolName: "f5xc-api-tenantandidentity-user-identification-create",
|
|
@@ -15897,6 +17138,31 @@ export const tenant_and_identityTools = [
|
|
|
15897
17138
|
},
|
|
15898
17139
|
},
|
|
15899
17140
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/user_identifications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
17141
|
+
dependencies: [
|
|
17142
|
+
{
|
|
17143
|
+
domain: "",
|
|
17144
|
+
fieldPath: "",
|
|
17145
|
+
inline: false,
|
|
17146
|
+
required: false,
|
|
17147
|
+
resourceType: "user-identification",
|
|
17148
|
+
},
|
|
17149
|
+
{
|
|
17150
|
+
domain: "",
|
|
17151
|
+
fieldPath: "metadata",
|
|
17152
|
+
inline: false,
|
|
17153
|
+
required: false,
|
|
17154
|
+
resourceType: "schema-object-create-meta",
|
|
17155
|
+
},
|
|
17156
|
+
{
|
|
17157
|
+
domain: "",
|
|
17158
|
+
fieldPath: "spec",
|
|
17159
|
+
inline: false,
|
|
17160
|
+
required: false,
|
|
17161
|
+
resourceType: "user-identification-create",
|
|
17162
|
+
},
|
|
17163
|
+
],
|
|
17164
|
+
oneOfGroups: [],
|
|
17165
|
+
subscriptionRequirements: [],
|
|
15900
17166
|
},
|
|
15901
17167
|
{
|
|
15902
17168
|
toolName: "f5xc-api-tenantandidentity-user-identification-delete",
|
|
@@ -16004,6 +17270,17 @@ export const tenant_and_identityTools = [
|
|
|
16004
17270
|
},
|
|
16005
17271
|
},
|
|
16006
17272
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/user_identifications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
17273
|
+
dependencies: [
|
|
17274
|
+
{
|
|
17275
|
+
domain: "",
|
|
17276
|
+
fieldPath: "",
|
|
17277
|
+
inline: false,
|
|
17278
|
+
required: false,
|
|
17279
|
+
resourceType: "user-identification",
|
|
17280
|
+
},
|
|
17281
|
+
],
|
|
17282
|
+
oneOfGroups: [],
|
|
17283
|
+
subscriptionRequirements: [],
|
|
16007
17284
|
},
|
|
16008
17285
|
{
|
|
16009
17286
|
toolName: "f5xc-api-tenantandidentity-user-identification-get",
|
|
@@ -16128,6 +17405,9 @@ export const tenant_and_identityTools = [
|
|
|
16128
17405
|
side_effects: {},
|
|
16129
17406
|
},
|
|
16130
17407
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/user_identifications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
17408
|
+
dependencies: [],
|
|
17409
|
+
oneOfGroups: [],
|
|
17410
|
+
subscriptionRequirements: [],
|
|
16131
17411
|
},
|
|
16132
17412
|
{
|
|
16133
17413
|
toolName: "f5xc-api-tenantandidentity-user-identification-list",
|
|
@@ -16258,6 +17538,9 @@ export const tenant_and_identityTools = [
|
|
|
16258
17538
|
side_effects: {},
|
|
16259
17539
|
},
|
|
16260
17540
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/user_identifications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
17541
|
+
dependencies: [],
|
|
17542
|
+
oneOfGroups: [],
|
|
17543
|
+
subscriptionRequirements: [],
|
|
16261
17544
|
},
|
|
16262
17545
|
{
|
|
16263
17546
|
toolName: "f5xc-api-tenantandidentity-user-identification-update",
|
|
@@ -16367,6 +17650,31 @@ export const tenant_and_identityTools = [
|
|
|
16367
17650
|
},
|
|
16368
17651
|
},
|
|
16369
17652
|
curlExample: 'curl -X POST "$F5XC_API_URL/api/config/namespaces/default/user_identifications" \\\n -H "Authorization: APIToken $F5XC_API_TOKEN" \\\n -H "Content-Type: application/json" \\\n -d @example.json',
|
|
17653
|
+
dependencies: [
|
|
17654
|
+
{
|
|
17655
|
+
domain: "",
|
|
17656
|
+
fieldPath: "",
|
|
17657
|
+
inline: false,
|
|
17658
|
+
required: false,
|
|
17659
|
+
resourceType: "user-identification",
|
|
17660
|
+
},
|
|
17661
|
+
{
|
|
17662
|
+
domain: "",
|
|
17663
|
+
fieldPath: "metadata",
|
|
17664
|
+
inline: false,
|
|
17665
|
+
required: false,
|
|
17666
|
+
resourceType: "schema-object-replace-meta",
|
|
17667
|
+
},
|
|
17668
|
+
{
|
|
17669
|
+
domain: "",
|
|
17670
|
+
fieldPath: "spec",
|
|
17671
|
+
inline: false,
|
|
17672
|
+
required: false,
|
|
17673
|
+
resourceType: "user-identification-replace",
|
|
17674
|
+
},
|
|
17675
|
+
],
|
|
17676
|
+
oneOfGroups: [],
|
|
17677
|
+
subscriptionRequirements: [],
|
|
16370
17678
|
},
|
|
16371
17679
|
{
|
|
16372
17680
|
toolName: "f5xc-api-tenantandidentity-user-list",
|
|
@@ -16499,6 +17807,9 @@ export const tenant_and_identityTools = [
|
|
|
16499
17807
|
side_effects: {},
|
|
16500
17808
|
},
|
|
16501
17809
|
curlExample: null,
|
|
17810
|
+
dependencies: [],
|
|
17811
|
+
oneOfGroups: [],
|
|
17812
|
+
subscriptionRequirements: [],
|
|
16502
17813
|
},
|
|
16503
17814
|
{
|
|
16504
17815
|
toolName: "f5xc-api-tenantandidentity-user-patch",
|
|
@@ -16593,6 +17904,9 @@ export const tenant_and_identityTools = [
|
|
|
16593
17904
|
},
|
|
16594
17905
|
},
|
|
16595
17906
|
curlExample: null,
|
|
17907
|
+
dependencies: [],
|
|
17908
|
+
oneOfGroups: [],
|
|
17909
|
+
subscriptionRequirements: [],
|
|
16596
17910
|
},
|
|
16597
17911
|
{
|
|
16598
17912
|
toolName: "f5xc-api-tenantandidentity-user-role-create",
|
|
@@ -16688,6 +18002,9 @@ export const tenant_and_identityTools = [
|
|
|
16688
18002
|
},
|
|
16689
18003
|
},
|
|
16690
18004
|
curlExample: null,
|
|
18005
|
+
dependencies: [],
|
|
18006
|
+
oneOfGroups: [],
|
|
18007
|
+
subscriptionRequirements: [],
|
|
16691
18008
|
},
|
|
16692
18009
|
{
|
|
16693
18010
|
toolName: "f5xc-api-tenantandidentity-user-role-list",
|
|
@@ -16779,6 +18096,9 @@ export const tenant_and_identityTools = [
|
|
|
16779
18096
|
side_effects: {},
|
|
16780
18097
|
},
|
|
16781
18098
|
curlExample: null,
|
|
18099
|
+
dependencies: [],
|
|
18100
|
+
oneOfGroups: [],
|
|
18101
|
+
subscriptionRequirements: [],
|
|
16782
18102
|
},
|
|
16783
18103
|
{
|
|
16784
18104
|
toolName: "f5xc-api-tenantandidentity-user-role-update",
|
|
@@ -16874,6 +18194,9 @@ export const tenant_and_identityTools = [
|
|
|
16874
18194
|
},
|
|
16875
18195
|
},
|
|
16876
18196
|
curlExample: null,
|
|
18197
|
+
dependencies: [],
|
|
18198
|
+
oneOfGroups: [],
|
|
18199
|
+
subscriptionRequirements: [],
|
|
16877
18200
|
},
|
|
16878
18201
|
{
|
|
16879
18202
|
toolName: "f5xc-api-tenantandidentity-user-token-list",
|
|
@@ -16951,6 +18274,16 @@ export const tenant_and_identityTools = [
|
|
|
16951
18274
|
side_effects: {},
|
|
16952
18275
|
},
|
|
16953
18276
|
curlExample: null,
|
|
18277
|
+
dependencies: [],
|
|
18278
|
+
oneOfGroups: [],
|
|
18279
|
+
subscriptionRequirements: [
|
|
18280
|
+
{
|
|
18281
|
+
addonService: "f5xc_site_management_standard",
|
|
18282
|
+
displayName: "F5XC Site Management Standard",
|
|
18283
|
+
required: false,
|
|
18284
|
+
tier: "standard",
|
|
18285
|
+
},
|
|
18286
|
+
],
|
|
16954
18287
|
},
|
|
16955
18288
|
{
|
|
16956
18289
|
toolName: "f5xc-api-tenantandidentity-user-update",
|
|
@@ -17048,6 +18381,17 @@ export const tenant_and_identityTools = [
|
|
|
17048
18381
|
},
|
|
17049
18382
|
},
|
|
17050
18383
|
curlExample: null,
|
|
18384
|
+
dependencies: [
|
|
18385
|
+
{
|
|
18386
|
+
domain: "",
|
|
18387
|
+
fieldPath: "userType",
|
|
18388
|
+
inline: false,
|
|
18389
|
+
required: false,
|
|
18390
|
+
resourceType: "user-user",
|
|
18391
|
+
},
|
|
18392
|
+
],
|
|
18393
|
+
oneOfGroups: [],
|
|
18394
|
+
subscriptionRequirements: [],
|
|
17051
18395
|
},
|
|
17052
18396
|
{
|
|
17053
18397
|
toolName: "f5xc-api-tenantandidentity-validate-contact-create",
|
|
@@ -17134,6 +18478,17 @@ export const tenant_and_identityTools = [
|
|
|
17134
18478
|
},
|
|
17135
18479
|
},
|
|
17136
18480
|
curlExample: null,
|
|
18481
|
+
dependencies: [
|
|
18482
|
+
{
|
|
18483
|
+
domain: "",
|
|
18484
|
+
fieldPath: "spec",
|
|
18485
|
+
inline: false,
|
|
18486
|
+
required: false,
|
|
18487
|
+
resourceType: "schemacontact-global",
|
|
18488
|
+
},
|
|
18489
|
+
],
|
|
18490
|
+
oneOfGroups: [],
|
|
18491
|
+
subscriptionRequirements: [],
|
|
17137
18492
|
},
|
|
17138
18493
|
{
|
|
17139
18494
|
toolName: "f5xc-api-tenantandidentity-validate-registration-create",
|
|
@@ -17220,6 +18575,17 @@ export const tenant_and_identityTools = [
|
|
|
17220
18575
|
},
|
|
17221
18576
|
},
|
|
17222
18577
|
curlExample: null,
|
|
18578
|
+
dependencies: [
|
|
18579
|
+
{
|
|
18580
|
+
domain: "",
|
|
18581
|
+
fieldPath: "tenant_type",
|
|
18582
|
+
inline: false,
|
|
18583
|
+
required: false,
|
|
18584
|
+
resourceType: "schema-tenant",
|
|
18585
|
+
},
|
|
18586
|
+
],
|
|
18587
|
+
oneOfGroups: [],
|
|
18588
|
+
subscriptionRequirements: [],
|
|
17223
18589
|
},
|
|
17224
18590
|
{
|
|
17225
18591
|
toolName: "f5xc-api-tenantandidentity-validate-rule-create",
|
|
@@ -17303,6 +18669,9 @@ export const tenant_and_identityTools = [
|
|
|
17303
18669
|
},
|
|
17304
18670
|
},
|
|
17305
18671
|
curlExample: null,
|
|
18672
|
+
dependencies: [],
|
|
18673
|
+
oneOfGroups: [],
|
|
18674
|
+
subscriptionRequirements: [],
|
|
17306
18675
|
},
|
|
17307
18676
|
{
|
|
17308
18677
|
toolName: "f5xc-api-tenantandidentity-view-preference-list",
|
|
@@ -17380,6 +18749,9 @@ export const tenant_and_identityTools = [
|
|
|
17380
18749
|
side_effects: {},
|
|
17381
18750
|
},
|
|
17382
18751
|
curlExample: null,
|
|
18752
|
+
dependencies: [],
|
|
18753
|
+
oneOfGroups: [],
|
|
18754
|
+
subscriptionRequirements: [],
|
|
17383
18755
|
},
|
|
17384
18756
|
{
|
|
17385
18757
|
toolName: "f5xc-api-tenantandidentity-view-preference-update",
|
|
@@ -17463,6 +18835,9 @@ export const tenant_and_identityTools = [
|
|
|
17463
18835
|
},
|
|
17464
18836
|
},
|
|
17465
18837
|
curlExample: null,
|
|
18838
|
+
dependencies: [],
|
|
18839
|
+
oneOfGroups: [],
|
|
18840
|
+
subscriptionRequirements: [],
|
|
17466
18841
|
},
|
|
17467
18842
|
{
|
|
17468
18843
|
toolName: "f5xc-api-tenantandidentity-whoami-list",
|
|
@@ -17554,6 +18929,9 @@ export const tenant_and_identityTools = [
|
|
|
17554
18929
|
side_effects: {},
|
|
17555
18930
|
},
|
|
17556
18931
|
curlExample: null,
|
|
18932
|
+
dependencies: [],
|
|
18933
|
+
oneOfGroups: [],
|
|
18934
|
+
subscriptionRequirements: [],
|
|
17557
18935
|
},
|
|
17558
18936
|
];
|
|
17559
18937
|
export default tenant_and_identityTools;
|