@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  100. package/dist/docs/specifications/api/README.md +1 -1
  101. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  102. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  103. package/dist/docs/specifications/api/domains/api.json +173 -173
  104. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  105. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  106. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  107. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  108. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  109. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  110. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  111. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  112. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  113. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  114. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  115. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  116. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  117. package/dist/docs/specifications/api/domains/dns.json +148 -148
  118. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  119. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  120. package/dist/docs/specifications/api/domains/network.json +230 -230
  121. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  122. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  123. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  124. package/dist/docs/specifications/api/domains/observability.json +102 -102
  125. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  126. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  127. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  128. package/dist/docs/specifications/api/domains/shape.json +313 -313
  129. package/dist/docs/specifications/api/domains/sites.json +349 -349
  130. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  131. package/dist/docs/specifications/api/domains/support.json +108 -108
  132. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  133. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  134. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  135. package/dist/docs/specifications/api/domains/users.json +66 -66
  136. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  137. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  138. package/dist/docs/specifications/api/domains/waf.json +139 -139
  139. package/dist/docs/specifications/api/index.json +99 -4
  140. package/dist/docs/specifications/api/openapi.json +2616 -2616
  141. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  142. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Marketplace",
5
5
  "description": "External connector infrastructure supporting direct, GRE, and encrypted tunnel modes with IKE parameter configuration and dead peer detection intervals. Cloud provider instances for Terraform automation and vendor partnerships. Service catalog entries with per-namespace activation flags, resource quotas, and administrative dashboard tile arrangement for operational workflows.",
6
- "version": "2.0.12",
6
+ "version": "2.0.13",
7
7
  "contact": {
8
8
  "name": "F5 Distributed Cloud",
9
9
  "url": "https://docs.cloud.f5.com"
@@ -8841,7 +8841,7 @@
8841
8841
  },
8842
8842
  "x-original-maxLength": 1024,
8843
8843
  "x-reconciled-from-discovery": true,
8844
- "x-reconciled-at": "2026-01-05T17:58:20.547578+00:00"
8844
+ "x-reconciled-at": "2026-01-05T18:28:39.192988+00:00"
8845
8845
  },
8846
8846
  "tier": {
8847
8847
  "$ref": "#/components/schemas/schemaAddonServiceTierType"
@@ -8885,7 +8885,7 @@
8885
8885
  },
8886
8886
  "x-original-maxLength": 1024,
8887
8887
  "x-reconciled-from-discovery": true,
8888
- "x-reconciled-at": "2026-01-05T17:58:20.547588+00:00"
8888
+ "x-reconciled-at": "2026-01-05T18:28:39.192998+00:00"
8889
8889
  },
8890
8890
  "subject": {
8891
8891
  "type": "string",
@@ -9190,7 +9190,7 @@
9190
9190
  "maxLength": 17,
9191
9191
  "minLength": 17,
9192
9192
  "x-reconciled-from-discovery": true,
9193
- "x-reconciled-at": "2026-01-05T17:58:20.547623+00:00"
9193
+ "x-reconciled-at": "2026-01-05T18:28:39.193044+00:00"
9194
9194
  },
9195
9195
  "system_metadata": {
9196
9196
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -9321,7 +9321,7 @@
9321
9321
  },
9322
9322
  "x-original-maxLength": 1024,
9323
9323
  "x-reconciled-from-discovery": true,
9324
- "x-reconciled-at": "2026-01-05T17:58:20.547635+00:00"
9324
+ "x-reconciled-at": "2026-01-05T18:28:39.193058+00:00"
9325
9325
  },
9326
9326
  "disabled": {
9327
9327
  "type": "boolean",
@@ -9371,7 +9371,7 @@
9371
9371
  },
9372
9372
  "x-original-maxLength": 1024,
9373
9373
  "x-reconciled-from-discovery": true,
9374
- "x-reconciled-at": "2026-01-05T17:58:20.547646+00:00"
9374
+ "x-reconciled-at": "2026-01-05T18:28:39.193068+00:00"
9375
9375
  },
9376
9376
  "namespace": {
9377
9377
  "type": "string",
@@ -9390,7 +9390,7 @@
9390
9390
  },
9391
9391
  "x-original-maxLength": 1024,
9392
9392
  "x-reconciled-from-discovery": true,
9393
- "x-reconciled-at": "2026-01-05T17:58:20.547650+00:00"
9393
+ "x-reconciled-at": "2026-01-05T18:28:39.193073+00:00"
9394
9394
  },
9395
9395
  "owner_view": {
9396
9396
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -9431,7 +9431,7 @@
9431
9431
  "x-field-mutability": "read-only",
9432
9432
  "x-original-maxLength": 1024,
9433
9433
  "x-reconciled-from-discovery": true,
9434
- "x-reconciled-at": "2026-01-05T17:58:20.547658+00:00"
9434
+ "x-reconciled-at": "2026-01-05T18:28:39.193081+00:00"
9435
9435
  },
9436
9436
  "uid": {
9437
9437
  "type": "string",
@@ -9452,7 +9452,7 @@
9452
9452
  "x-original-maxLength": 1024,
9453
9453
  "format": "uuid",
9454
9454
  "x-reconciled-from-discovery": true,
9455
- "x-reconciled-at": "2026-01-05T17:58:20.547664+00:00"
9455
+ "x-reconciled-at": "2026-01-05T18:28:39.193087+00:00"
9456
9456
  }
9457
9457
  },
9458
9458
  "x-f5xc-minimum-configuration": {
@@ -9962,7 +9962,7 @@
9962
9962
  },
9963
9963
  "x-original-maxLength": 1024,
9964
9964
  "x-reconciled-from-discovery": true,
9965
- "x-reconciled-at": "2026-01-05T17:58:20.547700+00:00"
9965
+ "x-reconciled-at": "2026-01-05T18:28:39.193122+00:00"
9966
9966
  }
9967
9967
  },
9968
9968
  "x-f5xc-minimum-configuration": {
@@ -10101,7 +10101,7 @@
10101
10101
  },
10102
10102
  "x-original-maxLength": 1024,
10103
10103
  "x-reconciled-from-discovery": true,
10104
- "x-reconciled-at": "2026-01-05T17:58:20.547709+00:00"
10104
+ "x-reconciled-at": "2026-01-05T18:28:39.193132+00:00"
10105
10105
  },
10106
10106
  "service_name": {
10107
10107
  "type": "string",
@@ -10140,7 +10140,7 @@
10140
10140
  },
10141
10141
  "x-original-maxLength": 1024,
10142
10142
  "x-reconciled-from-discovery": true,
10143
- "x-reconciled-at": "2026-01-05T17:58:20.547715+00:00"
10143
+ "x-reconciled-at": "2026-01-05T18:28:39.193138+00:00"
10144
10144
  },
10145
10145
  "type": {
10146
10146
  "type": "string",
@@ -10300,7 +10300,7 @@
10300
10300
  },
10301
10301
  "x-original-maxLength": 1024,
10302
10302
  "x-reconciled-from-discovery": true,
10303
- "x-reconciled-at": "2026-01-05T17:58:20.547726+00:00"
10303
+ "x-reconciled-at": "2026-01-05T18:28:39.193149+00:00"
10304
10304
  }
10305
10305
  },
10306
10306
  "x-f5xc-minimum-configuration": {
@@ -10410,7 +10410,7 @@
10410
10410
  },
10411
10411
  "x-original-maxLength": 1200,
10412
10412
  "x-reconciled-from-discovery": true,
10413
- "x-reconciled-at": "2026-01-05T17:58:20.547735+00:00"
10413
+ "x-reconciled-at": "2026-01-05T18:28:39.193159+00:00"
10414
10414
  },
10415
10415
  "disable": {
10416
10416
  "type": "boolean",
@@ -10465,7 +10465,7 @@
10465
10465
  },
10466
10466
  "x-original-maxLength": 1024,
10467
10467
  "x-reconciled-from-discovery": true,
10468
- "x-reconciled-at": "2026-01-05T17:58:20.547742+00:00"
10468
+ "x-reconciled-at": "2026-01-05T18:28:39.193167+00:00"
10469
10469
  },
10470
10470
  "namespace": {
10471
10471
  "type": "string",
@@ -10484,7 +10484,7 @@
10484
10484
  },
10485
10485
  "x-original-maxLength": 1024,
10486
10486
  "x-reconciled-from-discovery": true,
10487
- "x-reconciled-at": "2026-01-05T17:58:20.547747+00:00"
10487
+ "x-reconciled-at": "2026-01-05T18:28:39.193171+00:00"
10488
10488
  }
10489
10489
  },
10490
10490
  "x-f5xc-minimum-configuration": {
@@ -10529,7 +10529,7 @@
10529
10529
  "readOnly": true,
10530
10530
  "x-original-maxLength": 1024,
10531
10531
  "x-reconciled-from-discovery": true,
10532
- "x-reconciled-at": "2026-01-05T17:58:20.547752+00:00"
10532
+ "x-reconciled-at": "2026-01-05T18:28:39.193176+00:00"
10533
10533
  },
10534
10534
  "name": {
10535
10535
  "type": "string",
@@ -10548,7 +10548,7 @@
10548
10548
  },
10549
10549
  "x-original-maxLength": 1024,
10550
10550
  "x-reconciled-from-discovery": true,
10551
- "x-reconciled-at": "2026-01-05T17:58:20.547756+00:00"
10551
+ "x-reconciled-at": "2026-01-05T18:28:39.193180+00:00"
10552
10552
  },
10553
10553
  "namespace": {
10554
10554
  "type": "string",
@@ -10567,7 +10567,7 @@
10567
10567
  },
10568
10568
  "x-original-maxLength": 1024,
10569
10569
  "x-reconciled-from-discovery": true,
10570
- "x-reconciled-at": "2026-01-05T17:58:20.547760+00:00"
10570
+ "x-reconciled-at": "2026-01-05T18:28:39.193184+00:00"
10571
10571
  },
10572
10572
  "tenant": {
10573
10573
  "type": "string",
@@ -10588,7 +10588,7 @@
10588
10588
  "x-field-mutability": "read-only",
10589
10589
  "x-original-maxLength": 1024,
10590
10590
  "x-reconciled-from-discovery": true,
10591
- "x-reconciled-at": "2026-01-05T17:58:20.547764+00:00"
10591
+ "x-reconciled-at": "2026-01-05T18:28:39.193189+00:00"
10592
10592
  },
10593
10593
  "uid": {
10594
10594
  "type": "string",
@@ -10610,7 +10610,7 @@
10610
10610
  "x-original-maxLength": 1024,
10611
10611
  "format": "uuid",
10612
10612
  "x-reconciled-from-discovery": true,
10613
- "x-reconciled-at": "2026-01-05T17:58:20.547770+00:00"
10613
+ "x-reconciled-at": "2026-01-05T18:28:39.193194+00:00"
10614
10614
  }
10615
10615
  },
10616
10616
  "x-f5xc-minimum-configuration": {
@@ -10723,7 +10723,7 @@
10723
10723
  "x-original-maxLength": 1024,
10724
10724
  "format": "uuid",
10725
10725
  "x-reconciled-from-discovery": true,
10726
- "x-reconciled-at": "2026-01-05T17:58:20.547782+00:00"
10726
+ "x-reconciled-at": "2026-01-05T18:28:39.193208+00:00"
10727
10727
  },
10728
10728
  "vtrp_id": {
10729
10729
  "type": "string",
@@ -10835,7 +10835,7 @@
10835
10835
  },
10836
10836
  "x-original-maxLength": 1024,
10837
10837
  "x-reconciled-from-discovery": true,
10838
- "x-reconciled-at": "2026-01-05T17:58:20.547791+00:00"
10838
+ "x-reconciled-at": "2026-01-05T18:28:39.193218+00:00"
10839
10839
  },
10840
10840
  "status": {
10841
10841
  "type": "string",
@@ -10854,7 +10854,7 @@
10854
10854
  },
10855
10855
  "x-original-maxLength": 1024,
10856
10856
  "x-reconciled-from-discovery": true,
10857
- "x-reconciled-at": "2026-01-05T17:58:20.547796+00:00"
10857
+ "x-reconciled-at": "2026-01-05T18:28:39.193222+00:00"
10858
10858
  }
10859
10859
  },
10860
10860
  "x-f5xc-minimum-configuration": {
@@ -11032,7 +11032,7 @@
11032
11032
  "x-field-mutability": "read-only",
11033
11033
  "x-original-maxLength": 1024,
11034
11034
  "x-reconciled-from-discovery": true,
11035
- "x-reconciled-at": "2026-01-05T17:58:20.547814+00:00"
11035
+ "x-reconciled-at": "2026-01-05T18:28:39.193241+00:00"
11036
11036
  },
11037
11037
  "uid": {
11038
11038
  "type": "string",
@@ -11053,7 +11053,7 @@
11053
11053
  "x-original-maxLength": 1024,
11054
11054
  "format": "uuid",
11055
11055
  "x-reconciled-from-discovery": true,
11056
- "x-reconciled-at": "2026-01-05T17:58:20.547819+00:00"
11056
+ "x-reconciled-at": "2026-01-05T18:28:39.193246+00:00"
11057
11057
  }
11058
11058
  },
11059
11059
  "x-f5xc-minimum-configuration": {
@@ -11103,7 +11103,7 @@
11103
11103
  },
11104
11104
  "x-original-maxLength": 1024,
11105
11105
  "x-reconciled-from-discovery": true,
11106
- "x-reconciled-at": "2026-01-05T17:58:20.547824+00:00"
11106
+ "x-reconciled-at": "2026-01-05T18:28:39.193251+00:00"
11107
11107
  },
11108
11108
  "name": {
11109
11109
  "type": "string",
@@ -11122,7 +11122,7 @@
11122
11122
  },
11123
11123
  "x-original-maxLength": 1024,
11124
11124
  "x-reconciled-from-discovery": true,
11125
- "x-reconciled-at": "2026-01-05T17:58:20.547828+00:00"
11125
+ "x-reconciled-at": "2026-01-05T18:28:39.193255+00:00"
11126
11126
  },
11127
11127
  "namespace": {
11128
11128
  "type": "string",
@@ -11141,7 +11141,7 @@
11141
11141
  },
11142
11142
  "x-original-maxLength": 1024,
11143
11143
  "x-reconciled-from-discovery": true,
11144
- "x-reconciled-at": "2026-01-05T17:58:20.547832+00:00"
11144
+ "x-reconciled-at": "2026-01-05T18:28:39.193260+00:00"
11145
11145
  },
11146
11146
  "uid": {
11147
11147
  "type": "string",
@@ -11162,7 +11162,7 @@
11162
11162
  "x-original-maxLength": 1024,
11163
11163
  "format": "uuid",
11164
11164
  "x-reconciled-from-discovery": true,
11165
- "x-reconciled-at": "2026-01-05T17:58:20.547837+00:00"
11165
+ "x-reconciled-at": "2026-01-05T18:28:39.193264+00:00"
11166
11166
  }
11167
11167
  },
11168
11168
  "x-f5xc-minimum-configuration": {
@@ -11327,7 +11327,7 @@
11327
11327
  },
11328
11328
  "x-original-maxLength": 1024,
11329
11329
  "x-reconciled-from-discovery": true,
11330
- "x-reconciled-at": "2026-01-05T17:58:20.864935+00:00"
11330
+ "x-reconciled-at": "2026-01-05T18:28:39.511106+00:00"
11331
11331
  },
11332
11332
  "namespace": {
11333
11333
  "type": "string",
@@ -11346,7 +11346,7 @@
11346
11346
  },
11347
11347
  "x-original-maxLength": 1024,
11348
11348
  "x-reconciled-from-discovery": true,
11349
- "x-reconciled-at": "2026-01-05T17:58:20.864942+00:00"
11349
+ "x-reconciled-at": "2026-01-05T18:28:39.511113+00:00"
11350
11350
  }
11351
11351
  },
11352
11352
  "x-f5xc-minimum-configuration": {
@@ -11590,7 +11590,7 @@
11590
11590
  },
11591
11591
  "x-original-maxLength": 1024,
11592
11592
  "x-reconciled-from-discovery": true,
11593
- "x-reconciled-at": "2026-01-05T17:58:20.864967+00:00"
11593
+ "x-reconciled-at": "2026-01-05T18:28:39.511138+00:00"
11594
11594
  },
11595
11595
  "disabled": {
11596
11596
  "type": "boolean",
@@ -11640,7 +11640,7 @@
11640
11640
  },
11641
11641
  "x-original-maxLength": 1024,
11642
11642
  "x-reconciled-from-discovery": true,
11643
- "x-reconciled-at": "2026-01-05T17:58:20.864979+00:00"
11643
+ "x-reconciled-at": "2026-01-05T18:28:39.511148+00:00"
11644
11644
  },
11645
11645
  "namespace": {
11646
11646
  "type": "string",
@@ -11659,7 +11659,7 @@
11659
11659
  },
11660
11660
  "x-original-maxLength": 1024,
11661
11661
  "x-reconciled-from-discovery": true,
11662
- "x-reconciled-at": "2026-01-05T17:58:20.864985+00:00"
11662
+ "x-reconciled-at": "2026-01-05T18:28:39.511152+00:00"
11663
11663
  },
11664
11664
  "owner_view": {
11665
11665
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -11685,7 +11685,7 @@
11685
11685
  "x-field-mutability": "read-only",
11686
11686
  "x-original-maxLength": 1024,
11687
11687
  "x-reconciled-from-discovery": true,
11688
- "x-reconciled-at": "2026-01-05T17:58:20.864991+00:00"
11688
+ "x-reconciled-at": "2026-01-05T18:28:39.511159+00:00"
11689
11689
  },
11690
11690
  "uid": {
11691
11691
  "type": "string",
@@ -11706,7 +11706,7 @@
11706
11706
  "x-original-maxLength": 1024,
11707
11707
  "format": "uuid",
11708
11708
  "x-reconciled-from-discovery": true,
11709
- "x-reconciled-at": "2026-01-05T17:58:20.864997+00:00"
11709
+ "x-reconciled-at": "2026-01-05T18:28:39.511165+00:00"
11710
11710
  }
11711
11711
  },
11712
11712
  "x-f5xc-minimum-configuration": {
@@ -11909,7 +11909,7 @@
11909
11909
  "readOnly": true,
11910
11910
  "x-original-maxLength": 1024,
11911
11911
  "x-reconciled-from-discovery": true,
11912
- "x-reconciled-at": "2026-01-05T17:58:20.865015+00:00"
11912
+ "x-reconciled-at": "2026-01-05T18:28:39.511183+00:00"
11913
11913
  },
11914
11914
  "name": {
11915
11915
  "type": "string",
@@ -11928,7 +11928,7 @@
11928
11928
  },
11929
11929
  "x-original-maxLength": 1024,
11930
11930
  "x-reconciled-from-discovery": true,
11931
- "x-reconciled-at": "2026-01-05T17:58:20.865019+00:00"
11931
+ "x-reconciled-at": "2026-01-05T18:28:39.511187+00:00"
11932
11932
  },
11933
11933
  "namespace": {
11934
11934
  "type": "string",
@@ -11947,7 +11947,7 @@
11947
11947
  },
11948
11948
  "x-original-maxLength": 1024,
11949
11949
  "x-reconciled-from-discovery": true,
11950
- "x-reconciled-at": "2026-01-05T17:58:20.865023+00:00"
11950
+ "x-reconciled-at": "2026-01-05T18:28:39.511191+00:00"
11951
11951
  },
11952
11952
  "tenant": {
11953
11953
  "type": "string",
@@ -11968,7 +11968,7 @@
11968
11968
  "x-field-mutability": "read-only",
11969
11969
  "x-original-maxLength": 1024,
11970
11970
  "x-reconciled-from-discovery": true,
11971
- "x-reconciled-at": "2026-01-05T17:58:20.865027+00:00"
11971
+ "x-reconciled-at": "2026-01-05T18:28:39.511195+00:00"
11972
11972
  },
11973
11973
  "uid": {
11974
11974
  "type": "string",
@@ -11990,7 +11990,7 @@
11990
11990
  "x-original-maxLength": 1024,
11991
11991
  "format": "uuid",
11992
11992
  "x-reconciled-from-discovery": true,
11993
- "x-reconciled-at": "2026-01-05T17:58:20.865032+00:00"
11993
+ "x-reconciled-at": "2026-01-05T18:28:39.511201+00:00"
11994
11994
  }
11995
11995
  },
11996
11996
  "x-f5xc-minimum-configuration": {
@@ -12064,7 +12064,7 @@
12064
12064
  },
12065
12065
  "x-original-maxLength": 1200,
12066
12066
  "x-reconciled-from-discovery": true,
12067
- "x-reconciled-at": "2026-01-05T17:58:20.865060+00:00"
12067
+ "x-reconciled-at": "2026-01-05T18:28:39.511229+00:00"
12068
12068
  },
12069
12069
  "disable": {
12070
12070
  "type": "boolean",
@@ -12117,7 +12117,7 @@
12117
12117
  },
12118
12118
  "x-original-maxLength": 1024,
12119
12119
  "x-reconciled-from-discovery": true,
12120
- "x-reconciled-at": "2026-01-05T17:58:20.865067+00:00"
12120
+ "x-reconciled-at": "2026-01-05T18:28:39.511237+00:00"
12121
12121
  },
12122
12122
  "namespace": {
12123
12123
  "type": "string",
@@ -12136,7 +12136,7 @@
12136
12136
  },
12137
12137
  "x-original-maxLength": 1024,
12138
12138
  "x-reconciled-from-discovery": true,
12139
- "x-reconciled-at": "2026-01-05T17:58:20.865071+00:00"
12139
+ "x-reconciled-at": "2026-01-05T18:28:39.511241+00:00"
12140
12140
  }
12141
12141
  },
12142
12142
  "x-f5xc-minimum-configuration": {
@@ -12212,7 +12212,7 @@
12212
12212
  },
12213
12213
  "x-original-maxLength": 1200,
12214
12214
  "x-reconciled-from-discovery": true,
12215
- "x-reconciled-at": "2026-01-05T17:58:20.865095+00:00"
12215
+ "x-reconciled-at": "2026-01-05T18:28:39.511266+00:00"
12216
12216
  },
12217
12217
  "disable": {
12218
12218
  "type": "boolean",
@@ -12265,7 +12265,7 @@
12265
12265
  },
12266
12266
  "x-original-maxLength": 1024,
12267
12267
  "x-reconciled-from-discovery": true,
12268
- "x-reconciled-at": "2026-01-05T17:58:20.865101+00:00"
12268
+ "x-reconciled-at": "2026-01-05T18:28:39.511273+00:00"
12269
12269
  },
12270
12270
  "namespace": {
12271
12271
  "type": "string",
@@ -12284,7 +12284,7 @@
12284
12284
  },
12285
12285
  "x-original-maxLength": 1024,
12286
12286
  "x-reconciled-from-discovery": true,
12287
- "x-reconciled-at": "2026-01-05T17:58:20.865105+00:00"
12287
+ "x-reconciled-at": "2026-01-05T18:28:39.511277+00:00"
12288
12288
  }
12289
12289
  },
12290
12290
  "x-f5xc-minimum-configuration": {
@@ -12339,7 +12339,7 @@
12339
12339
  },
12340
12340
  "x-original-maxLength": 128,
12341
12341
  "x-reconciled-from-discovery": true,
12342
- "x-reconciled-at": "2026-01-05T17:58:20.865161+00:00"
12342
+ "x-reconciled-at": "2026-01-05T18:28:39.511336+00:00"
12343
12343
  },
12344
12344
  "namespace": {
12345
12345
  "type": "string",
@@ -12364,7 +12364,7 @@
12364
12364
  },
12365
12365
  "x-original-maxLength": 64,
12366
12366
  "x-reconciled-from-discovery": true,
12367
- "x-reconciled-at": "2026-01-05T17:58:20.865186+00:00"
12367
+ "x-reconciled-at": "2026-01-05T18:28:39.511340+00:00"
12368
12368
  },
12369
12369
  "tenant": {
12370
12370
  "type": "string",
@@ -12391,7 +12391,7 @@
12391
12391
  "x-field-mutability": "read-only",
12392
12392
  "x-original-maxLength": 64,
12393
12393
  "x-reconciled-from-discovery": true,
12394
- "x-reconciled-at": "2026-01-05T17:58:20.865196+00:00"
12394
+ "x-reconciled-at": "2026-01-05T18:28:39.511345+00:00"
12395
12395
  }
12396
12396
  },
12397
12397
  "x-f5xc-minimum-configuration": {
@@ -12586,7 +12586,7 @@
12586
12586
  },
12587
12587
  "x-original-maxLength": 1024,
12588
12588
  "x-reconciled-from-discovery": true,
12589
- "x-reconciled-at": "2026-01-05T17:58:35.464978+00:00"
12589
+ "x-reconciled-at": "2026-01-05T18:28:53.997599+00:00"
12590
12590
  },
12591
12591
  "namespace": {
12592
12592
  "type": "string",
@@ -12605,7 +12605,7 @@
12605
12605
  },
12606
12606
  "x-original-maxLength": 1024,
12607
12607
  "x-reconciled-from-discovery": true,
12608
- "x-reconciled-at": "2026-01-05T17:58:35.464985+00:00"
12608
+ "x-reconciled-at": "2026-01-05T18:28:53.997606+00:00"
12609
12609
  }
12610
12610
  },
12611
12611
  "x-f5xc-minimum-configuration": {
@@ -12703,7 +12703,7 @@
12703
12703
  "maxLength": 17,
12704
12704
  "minLength": 17,
12705
12705
  "x-reconciled-from-discovery": true,
12706
- "x-reconciled-at": "2026-01-05T17:58:35.465001+00:00"
12706
+ "x-reconciled-at": "2026-01-05T18:28:53.997623+00:00"
12707
12707
  },
12708
12708
  "system_metadata": {
12709
12709
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -12924,7 +12924,7 @@
12924
12924
  },
12925
12925
  "x-original-maxLength": 1024,
12926
12926
  "x-reconciled-from-discovery": true,
12927
- "x-reconciled-at": "2026-01-05T17:58:35.465020+00:00"
12927
+ "x-reconciled-at": "2026-01-05T18:28:53.997643+00:00"
12928
12928
  },
12929
12929
  "disabled": {
12930
12930
  "type": "boolean",
@@ -12974,7 +12974,7 @@
12974
12974
  },
12975
12975
  "x-original-maxLength": 1024,
12976
12976
  "x-reconciled-from-discovery": true,
12977
- "x-reconciled-at": "2026-01-05T17:58:35.465030+00:00"
12977
+ "x-reconciled-at": "2026-01-05T18:28:53.997655+00:00"
12978
12978
  },
12979
12979
  "namespace": {
12980
12980
  "type": "string",
@@ -12993,7 +12993,7 @@
12993
12993
  },
12994
12994
  "x-original-maxLength": 1024,
12995
12995
  "x-reconciled-from-discovery": true,
12996
- "x-reconciled-at": "2026-01-05T17:58:35.465035+00:00"
12996
+ "x-reconciled-at": "2026-01-05T18:28:53.997659+00:00"
12997
12997
  },
12998
12998
  "owner_view": {
12999
12999
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -13034,7 +13034,7 @@
13034
13034
  "x-field-mutability": "read-only",
13035
13035
  "x-original-maxLength": 1024,
13036
13036
  "x-reconciled-from-discovery": true,
13037
- "x-reconciled-at": "2026-01-05T17:58:35.465042+00:00"
13037
+ "x-reconciled-at": "2026-01-05T18:28:53.997667+00:00"
13038
13038
  },
13039
13039
  "uid": {
13040
13040
  "type": "string",
@@ -13055,7 +13055,7 @@
13055
13055
  "x-original-maxLength": 1024,
13056
13056
  "format": "uuid",
13057
13057
  "x-reconciled-from-discovery": true,
13058
- "x-reconciled-at": "2026-01-05T17:58:35.465048+00:00"
13058
+ "x-reconciled-at": "2026-01-05T18:28:53.997673+00:00"
13059
13059
  }
13060
13060
  },
13061
13061
  "x-f5xc-minimum-configuration": {
@@ -13313,7 +13313,7 @@
13313
13313
  },
13314
13314
  "x-original-maxLength": 1024,
13315
13315
  "x-reconciled-from-discovery": true,
13316
- "x-reconciled-at": "2026-01-05T17:58:35.465078+00:00"
13316
+ "x-reconciled-at": "2026-01-05T18:28:53.997702+00:00"
13317
13317
  },
13318
13318
  "store_provider": {
13319
13319
  "type": "string",
@@ -13371,7 +13371,7 @@
13371
13371
  },
13372
13372
  "x-original-maxLength": 1024,
13373
13373
  "x-reconciled-from-discovery": true,
13374
- "x-reconciled-at": "2026-01-05T17:58:35.465085+00:00"
13374
+ "x-reconciled-at": "2026-01-05T18:28:53.997709+00:00"
13375
13375
  },
13376
13376
  "url": {
13377
13377
  "type": "string",
@@ -13524,7 +13524,7 @@
13524
13524
  },
13525
13525
  "x-original-maxLength": 1024,
13526
13526
  "x-reconciled-from-discovery": true,
13527
- "x-reconciled-at": "2026-01-05T17:58:35.465270+00:00"
13527
+ "x-reconciled-at": "2026-01-05T18:28:53.997888+00:00"
13528
13528
  },
13529
13529
  "location": {
13530
13530
  "type": "string",
@@ -13541,7 +13541,7 @@
13541
13541
  },
13542
13542
  "x-original-maxLength": 1024,
13543
13543
  "x-reconciled-from-discovery": true,
13544
- "x-reconciled-at": "2026-01-05T17:58:35.465274+00:00"
13544
+ "x-reconciled-at": "2026-01-05T18:28:53.997893+00:00"
13545
13545
  },
13546
13546
  "provider": {
13547
13547
  "type": "string",
@@ -13558,7 +13558,7 @@
13558
13558
  },
13559
13559
  "x-original-maxLength": 1024,
13560
13560
  "x-reconciled-from-discovery": true,
13561
- "x-reconciled-at": "2026-01-05T17:58:35.465278+00:00"
13561
+ "x-reconciled-at": "2026-01-05T18:28:53.997897+00:00"
13562
13562
  },
13563
13563
  "secret_encoding": {
13564
13564
  "$ref": "#/components/schemas/schemaSecretEncodingType"
@@ -13580,7 +13580,7 @@
13580
13580
  "maxLength": 1,
13581
13581
  "minLength": 1,
13582
13582
  "x-reconciled-from-discovery": true,
13583
- "x-reconciled-at": "2026-01-05T17:58:35.465284+00:00"
13583
+ "x-reconciled-at": "2026-01-05T18:28:53.997904+00:00"
13584
13584
  }
13585
13585
  },
13586
13586
  "x-f5xc-minimum-configuration": {
@@ -13619,7 +13619,7 @@
13619
13619
  },
13620
13620
  "x-original-maxLength": 1024,
13621
13621
  "x-reconciled-from-discovery": true,
13622
- "x-reconciled-at": "2026-01-05T17:58:35.465309+00:00"
13622
+ "x-reconciled-at": "2026-01-05T18:28:53.997929+00:00"
13623
13623
  }
13624
13624
  },
13625
13625
  "x-f5xc-minimum-configuration": {
@@ -13817,7 +13817,7 @@
13817
13817
  },
13818
13818
  "x-original-maxLength": 1024,
13819
13819
  "x-reconciled-from-discovery": true,
13820
- "x-reconciled-at": "2026-01-05T17:58:59.435975+00:00"
13820
+ "x-reconciled-at": "2026-01-05T18:29:17.720991+00:00"
13821
13821
  },
13822
13822
  "namespace": {
13823
13823
  "type": "string",
@@ -13836,7 +13836,7 @@
13836
13836
  },
13837
13837
  "x-original-maxLength": 1024,
13838
13838
  "x-reconciled-from-discovery": true,
13839
- "x-reconciled-at": "2026-01-05T17:58:59.435982+00:00"
13839
+ "x-reconciled-at": "2026-01-05T18:29:17.720999+00:00"
13840
13840
  }
13841
13841
  },
13842
13842
  "x-f5xc-minimum-configuration": {
@@ -14039,7 +14039,7 @@
14039
14039
  "maxLength": 17,
14040
14040
  "minLength": 17,
14041
14041
  "x-reconciled-from-discovery": true,
14042
- "x-reconciled-at": "2026-01-05T17:58:59.436008+00:00"
14042
+ "x-reconciled-at": "2026-01-05T18:29:17.721025+00:00"
14043
14043
  },
14044
14044
  "system_metadata": {
14045
14045
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -14277,7 +14277,7 @@
14277
14277
  },
14278
14278
  "x-original-maxLength": 1024,
14279
14279
  "x-reconciled-from-discovery": true,
14280
- "x-reconciled-at": "2026-01-05T17:58:59.436034+00:00"
14280
+ "x-reconciled-at": "2026-01-05T18:29:17.721064+00:00"
14281
14281
  },
14282
14282
  "disabled": {
14283
14283
  "type": "boolean",
@@ -14327,7 +14327,7 @@
14327
14327
  },
14328
14328
  "x-original-maxLength": 1024,
14329
14329
  "x-reconciled-from-discovery": true,
14330
- "x-reconciled-at": "2026-01-05T17:58:59.436044+00:00"
14330
+ "x-reconciled-at": "2026-01-05T18:29:17.721075+00:00"
14331
14331
  },
14332
14332
  "namespace": {
14333
14333
  "type": "string",
@@ -14346,7 +14346,7 @@
14346
14346
  },
14347
14347
  "x-original-maxLength": 1024,
14348
14348
  "x-reconciled-from-discovery": true,
14349
- "x-reconciled-at": "2026-01-05T17:58:59.436049+00:00"
14349
+ "x-reconciled-at": "2026-01-05T18:29:17.721079+00:00"
14350
14350
  },
14351
14351
  "owner_view": {
14352
14352
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -14387,7 +14387,7 @@
14387
14387
  "x-field-mutability": "read-only",
14388
14388
  "x-original-maxLength": 1024,
14389
14389
  "x-reconciled-from-discovery": true,
14390
- "x-reconciled-at": "2026-01-05T17:58:59.436056+00:00"
14390
+ "x-reconciled-at": "2026-01-05T18:29:17.721087+00:00"
14391
14391
  },
14392
14392
  "uid": {
14393
14393
  "type": "string",
@@ -14408,7 +14408,7 @@
14408
14408
  "x-original-maxLength": 1024,
14409
14409
  "format": "uuid",
14410
14410
  "x-reconciled-from-discovery": true,
14411
- "x-reconciled-at": "2026-01-05T17:58:59.436062+00:00"
14411
+ "x-reconciled-at": "2026-01-05T18:29:17.721093+00:00"
14412
14412
  }
14413
14413
  },
14414
14414
  "x-f5xc-minimum-configuration": {
@@ -14980,7 +14980,7 @@
14980
14980
  "maxLength": 17,
14981
14981
  "minLength": 17,
14982
14982
  "x-reconciled-from-discovery": true,
14983
- "x-reconciled-at": "2026-01-05T17:59:19.781383+00:00"
14983
+ "x-reconciled-at": "2026-01-05T18:29:38.110555+00:00"
14984
14984
  },
14985
14985
  "system_metadata": {
14986
14986
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -15275,7 +15275,7 @@
15275
15275
  },
15276
15276
  "x-original-maxLength": 1024,
15277
15277
  "x-reconciled-from-discovery": true,
15278
- "x-reconciled-at": "2026-01-05T17:59:19.781409+00:00"
15278
+ "x-reconciled-at": "2026-01-05T18:29:38.110581+00:00"
15279
15279
  },
15280
15280
  "disabled": {
15281
15281
  "type": "boolean",
@@ -15325,7 +15325,7 @@
15325
15325
  },
15326
15326
  "x-original-maxLength": 1024,
15327
15327
  "x-reconciled-from-discovery": true,
15328
- "x-reconciled-at": "2026-01-05T17:59:19.781421+00:00"
15328
+ "x-reconciled-at": "2026-01-05T18:29:38.110593+00:00"
15329
15329
  },
15330
15330
  "namespace": {
15331
15331
  "type": "string",
@@ -15344,7 +15344,7 @@
15344
15344
  },
15345
15345
  "x-original-maxLength": 1024,
15346
15346
  "x-reconciled-from-discovery": true,
15347
- "x-reconciled-at": "2026-01-05T17:59:19.781425+00:00"
15347
+ "x-reconciled-at": "2026-01-05T18:29:38.110598+00:00"
15348
15348
  },
15349
15349
  "owner_view": {
15350
15350
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -15385,7 +15385,7 @@
15385
15385
  "x-field-mutability": "read-only",
15386
15386
  "x-original-maxLength": 1024,
15387
15387
  "x-reconciled-from-discovery": true,
15388
- "x-reconciled-at": "2026-01-05T17:59:19.781433+00:00"
15388
+ "x-reconciled-at": "2026-01-05T18:29:38.110606+00:00"
15389
15389
  },
15390
15390
  "uid": {
15391
15391
  "type": "string",
@@ -15406,7 +15406,7 @@
15406
15406
  "x-original-maxLength": 1024,
15407
15407
  "format": "uuid",
15408
15408
  "x-reconciled-from-discovery": true,
15409
- "x-reconciled-at": "2026-01-05T17:59:19.781439+00:00"
15409
+ "x-reconciled-at": "2026-01-05T18:29:38.110612+00:00"
15410
15410
  }
15411
15411
  },
15412
15412
  "x-f5xc-minimum-configuration": {
@@ -15674,7 +15674,7 @@
15674
15674
  },
15675
15675
  "format": "hostname",
15676
15676
  "x-reconciled-from-discovery": true,
15677
- "x-reconciled-at": "2026-01-05T17:59:22.379407+00:00"
15677
+ "x-reconciled-at": "2026-01-05T18:29:40.674724+00:00"
15678
15678
  },
15679
15679
  "locale": {
15680
15680
  "type": "string",
@@ -15785,7 +15785,7 @@
15785
15785
  },
15786
15786
  "x-original-maxLength": 256,
15787
15787
  "x-reconciled-from-discovery": true,
15788
- "x-reconciled-at": "2026-01-05T17:59:22.379422+00:00"
15788
+ "x-reconciled-at": "2026-01-05T18:29:40.674738+00:00"
15789
15789
  }
15790
15790
  },
15791
15791
  "x-f5xc-minimum-configuration": {
@@ -16160,7 +16160,7 @@
16160
16160
  "maxLength": 17,
16161
16161
  "minLength": 17,
16162
16162
  "x-reconciled-from-discovery": true,
16163
- "x-reconciled-at": "2026-01-05T17:59:23.495359+00:00"
16163
+ "x-reconciled-at": "2026-01-05T18:29:41.768824+00:00"
16164
16164
  },
16165
16165
  "system_metadata": {
16166
16166
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -16383,7 +16383,7 @@
16383
16383
  },
16384
16384
  "x-original-maxLength": 1024,
16385
16385
  "x-reconciled-from-discovery": true,
16386
- "x-reconciled-at": "2026-01-05T17:59:23.495380+00:00"
16386
+ "x-reconciled-at": "2026-01-05T18:29:41.768844+00:00"
16387
16387
  },
16388
16388
  "disabled": {
16389
16389
  "type": "boolean",
@@ -16433,7 +16433,7 @@
16433
16433
  },
16434
16434
  "x-original-maxLength": 1024,
16435
16435
  "x-reconciled-from-discovery": true,
16436
- "x-reconciled-at": "2026-01-05T17:59:23.495391+00:00"
16436
+ "x-reconciled-at": "2026-01-05T18:29:41.768855+00:00"
16437
16437
  },
16438
16438
  "namespace": {
16439
16439
  "type": "string",
@@ -16452,7 +16452,7 @@
16452
16452
  },
16453
16453
  "x-original-maxLength": 1024,
16454
16454
  "x-reconciled-from-discovery": true,
16455
- "x-reconciled-at": "2026-01-05T17:59:23.495395+00:00"
16455
+ "x-reconciled-at": "2026-01-05T18:29:41.768860+00:00"
16456
16456
  },
16457
16457
  "owner_view": {
16458
16458
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -16493,7 +16493,7 @@
16493
16493
  "x-field-mutability": "read-only",
16494
16494
  "x-original-maxLength": 1024,
16495
16495
  "x-reconciled-from-discovery": true,
16496
- "x-reconciled-at": "2026-01-05T17:59:23.495403+00:00"
16496
+ "x-reconciled-at": "2026-01-05T18:29:41.768868+00:00"
16497
16497
  },
16498
16498
  "uid": {
16499
16499
  "type": "string",
@@ -16514,7 +16514,7 @@
16514
16514
  "x-original-maxLength": 1024,
16515
16515
  "format": "uuid",
16516
16516
  "x-reconciled-from-discovery": true,
16517
- "x-reconciled-at": "2026-01-05T17:59:23.495409+00:00"
16517
+ "x-reconciled-at": "2026-01-05T18:29:41.768874+00:00"
16518
16518
  }
16519
16519
  },
16520
16520
  "x-f5xc-minimum-configuration": {
@@ -16666,7 +16666,7 @@
16666
16666
  },
16667
16667
  "x-original-maxLength": 1024,
16668
16668
  "x-reconciled-from-discovery": true,
16669
- "x-reconciled-at": "2026-01-05T17:59:45.677196+00:00"
16669
+ "x-reconciled-at": "2026-01-05T18:30:03.893056+00:00"
16670
16670
  }
16671
16671
  },
16672
16672
  "x-f5xc-example": "[EMAIL, CC]",
@@ -17684,7 +17684,7 @@
17684
17684
  "x-original-maxLength": 256,
17685
17685
  "format": "hostname",
17686
17686
  "x-reconciled-from-discovery": true,
17687
- "x-reconciled-at": "2026-01-05T17:59:45.677283+00:00"
17687
+ "x-reconciled-at": "2026-01-05T18:30:03.893146+00:00"
17688
17688
  },
17689
17689
  "simple_login": {
17690
17690
  "$ref": "#/components/schemas/common_wafSimpleLogin"
@@ -18415,7 +18415,7 @@
18415
18415
  },
18416
18416
  "x-original-maxLength": 256,
18417
18417
  "x-reconciled-from-discovery": true,
18418
- "x-reconciled-at": "2026-01-05T17:59:45.677422+00:00"
18418
+ "x-reconciled-at": "2026-01-05T18:30:03.893285+00:00"
18419
18419
  },
18420
18420
  "name": {
18421
18421
  "type": "string",
@@ -18445,7 +18445,7 @@
18445
18445
  },
18446
18446
  "x-original-maxLength": 1024,
18447
18447
  "x-reconciled-from-discovery": true,
18448
- "x-reconciled-at": "2026-01-05T17:59:45.677426+00:00"
18448
+ "x-reconciled-at": "2026-01-05T18:30:03.893290+00:00"
18449
18449
  }
18450
18450
  },
18451
18451
  "x-f5xc-minimum-configuration": {
@@ -18600,7 +18600,7 @@
18600
18600
  "maxLength": 17,
18601
18601
  "minLength": 17,
18602
18602
  "x-reconciled-from-discovery": true,
18603
- "x-reconciled-at": "2026-01-05T17:59:45.677584+00:00"
18603
+ "x-reconciled-at": "2026-01-05T18:30:03.893450+00:00"
18604
18604
  },
18605
18605
  "system_metadata": {
18606
18606
  "$ref": "#/components/schemas/schemaSystemObjectGetMetaType"
@@ -18683,7 +18683,7 @@
18683
18683
  },
18684
18684
  "x-original-maxLength": 1024,
18685
18685
  "x-reconciled-from-discovery": true,
18686
- "x-reconciled-at": "2026-01-05T17:59:45.677592+00:00"
18686
+ "x-reconciled-at": "2026-01-05T18:30:03.893458+00:00"
18687
18687
  },
18688
18688
  "third_party_applications_list": {
18689
18689
  "$ref": "#/components/schemas/third_party_applicationThirdPartyApplicationList"
@@ -18788,7 +18788,7 @@
18788
18788
  },
18789
18789
  "x-original-maxLength": 1024,
18790
18790
  "x-reconciled-from-discovery": true,
18791
- "x-reconciled-at": "2026-01-05T17:59:45.677602+00:00"
18791
+ "x-reconciled-at": "2026-01-05T18:30:03.893469+00:00"
18792
18792
  },
18793
18793
  "disabled": {
18794
18794
  "type": "boolean",
@@ -18838,7 +18838,7 @@
18838
18838
  },
18839
18839
  "x-original-maxLength": 1024,
18840
18840
  "x-reconciled-from-discovery": true,
18841
- "x-reconciled-at": "2026-01-05T17:59:45.677612+00:00"
18841
+ "x-reconciled-at": "2026-01-05T18:30:03.893479+00:00"
18842
18842
  },
18843
18843
  "namespace": {
18844
18844
  "type": "string",
@@ -18857,7 +18857,7 @@
18857
18857
  },
18858
18858
  "x-original-maxLength": 1024,
18859
18859
  "x-reconciled-from-discovery": true,
18860
- "x-reconciled-at": "2026-01-05T17:59:45.677616+00:00"
18860
+ "x-reconciled-at": "2026-01-05T18:30:03.893483+00:00"
18861
18861
  },
18862
18862
  "owner_view": {
18863
18863
  "$ref": "#/components/schemas/schemaViewRefType"
@@ -18898,7 +18898,7 @@
18898
18898
  "x-field-mutability": "read-only",
18899
18899
  "x-original-maxLength": 1024,
18900
18900
  "x-reconciled-from-discovery": true,
18901
- "x-reconciled-at": "2026-01-05T17:59:45.677624+00:00"
18901
+ "x-reconciled-at": "2026-01-05T18:30:03.893491+00:00"
18902
18902
  },
18903
18903
  "uid": {
18904
18904
  "type": "string",
@@ -18919,7 +18919,7 @@
18919
18919
  "x-original-maxLength": 1024,
18920
18920
  "format": "uuid",
18921
18921
  "x-reconciled-from-discovery": true,
18922
- "x-reconciled-at": "2026-01-05T17:59:45.677628+00:00"
18922
+ "x-reconciled-at": "2026-01-05T18:30:03.893496+00:00"
18923
18923
  }
18924
18924
  },
18925
18925
  "x-f5xc-minimum-configuration": {
@@ -19498,7 +19498,7 @@
19498
19498
  },
19499
19499
  "x-original-maxLength": 1024,
19500
19500
  "x-reconciled-from-discovery": true,
19501
- "x-reconciled-at": "2026-01-05T17:59:51.283490+00:00"
19501
+ "x-reconciled-at": "2026-01-05T18:30:09.526308+00:00"
19502
19502
  },
19503
19503
  "view_kind": {
19504
19504
  "type": "string",
@@ -19818,7 +19818,7 @@
19818
19818
  },
19819
19819
  "x-original-maxLength": 1024,
19820
19820
  "x-reconciled-from-discovery": true,
19821
- "x-reconciled-at": "2026-01-05T17:59:51.283511+00:00"
19821
+ "x-reconciled-at": "2026-01-05T18:30:09.526331+00:00"
19822
19822
  },
19823
19823
  "view_kind": {
19824
19824
  "type": "string",
@@ -20072,7 +20072,7 @@
20072
20072
  "x-original-maxLength": 1024,
20073
20073
  "format": "hostname",
20074
20074
  "x-reconciled-from-discovery": true,
20075
- "x-reconciled-at": "2026-01-05T17:59:56.193567+00:00"
20075
+ "x-reconciled-at": "2026-01-05T18:30:14.471571+00:00"
20076
20076
  },
20077
20077
  "email": {
20078
20078
  "type": "string",
@@ -20240,7 +20240,7 @@
20240
20240
  },
20241
20241
  "format": "hostname",
20242
20242
  "x-reconciled-from-discovery": true,
20243
- "x-reconciled-at": "2026-01-05T17:59:56.193585+00:00"
20243
+ "x-reconciled-at": "2026-01-05T18:30:14.471589+00:00"
20244
20244
  },
20245
20245
  "token": {
20246
20246
  "type": "string",