@dynatrace-sdk/client-classic-environment-v2 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +834 -210
  3. package/cjs/index.js +3837 -3619
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +1988 -1972
  6. package/package.json +3 -4
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +1 -1
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-agent-tokens-api.d.ts +1 -1
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +1 -1
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +1 -1
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +1 -1
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +1 -1
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +1 -1
  15. package/types/packages/{shared-client-utils/src → client/classic-environment-v2/src/lib/apis}/api-client-options.d.ts +1 -1
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +1 -1
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +1 -1
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +1 -1
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -1
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +1 -1
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +1 -1
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -1
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +1 -1
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +1 -1
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +1 -1
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +1 -1
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +1 -1
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +1 -1
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +1 -1
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -1
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +1 -1
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -1
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +1 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +1 -1
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +1 -1
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -1
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -1
  40. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +1 -1
  41. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/get-error-message.d.ts +1 -0
  44. package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +10 -0
  45. package/types/packages/client/classic-environment-v2/src/lib/utils/transformations.d.ts +8 -0
  46. package/types/packages/client/classic-environment-v2/src/lib/utils/url-helpers.d.ts +6 -0
  47. package/types/packages/shared-errors/src/client-request-error.d.ts +1 -1
  48. package/types/packages/shared-errors/src/types.d.ts +1 -1
  49. package/types/packages/shared-client-utils/src/api-gateway-errors-handler.d.ts +0 -9
  50. package/types/packages/shared-client-utils/src/encoding.d.ts +0 -17
  51. package/types/packages/shared-client-utils/src/get-error-message.d.ts +0 -8
  52. package/types/packages/shared-client-utils/src/index.d.ts +0 -6
  53. package/types/packages/shared-client-utils/src/transformations.d.ts +0 -64
  54. package/types/packages/shared-client-utils/src/url-helpers.d.ts +0 -12
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dynatrace-sdk/client-classic-environment-v2
2
2
 
3
- [![npm](https://img.shields.io/badge/npm-v4.2.0-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/4.2.0)
3
+ [![npm](https://img.shields.io/badge/npm-v4.2.1-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/4.2.1)
4
4
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
5
 
6
6
 
@@ -14940,7 +14940,7 @@ The descriptor of a metric.
14940
14940
  |rootCauseRelevant|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>The metric is (<code>true</code>) or is not (<code>false</code>) root cause relevant.</p> <p>A root-cause relevant metric represents a strong indicator for a faulty component.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14941
14941
  |scalar|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>Indicates whether the metric expression resolves to a scalar (<code>true</code>) or to a series (<code>false</code>). A scalar result always contains one data point. The amount of data points in a series result depends on the resolution you're using.</p> |
14942
14942
  |tags|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|<p>The tags applied to the metric.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14943
- |transformations|Array&lt;"sort" &#124; "filter" &#124; "asGauge" &#124; "default" &#124; "delta" &#124; "evaluateModel" &#124; "fold" &#124; "histogram" &#124; "last" &#124; "lastReal" &#124; "limit" &#124; "merge" &#124; "names" &#124; "parents" &#124; "partition" &#124; "rate" &#124; "rollup" &#124; "setUnit" &#124; "smooth" &#124; "splitBy" &#124; "timeshift" &#124; "toUnit"&gt;|Transform operators that could be appended to the current transformation list. |
14943
+ |transformations|Array&lt;"default" &#124; "sort" &#124; "filter" &#124; "asGauge" &#124; "delta" &#124; "evaluateModel" &#124; "fold" &#124; "histogram" &#124; "last" &#124; "lastReal" &#124; "limit" &#124; "merge" &#124; "names" &#124; "parents" &#124; "partition" &#124; "rate" &#124; "rollup" &#124; "setUnit" &#124; "smooth" &#124; "splitBy" &#124; "timeshift" &#124; "toUnit"&gt;|Transform operators that could be appended to the current transformation list. |
14944
14944
  |unit|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unit of the metric. |
14945
14945
  |unitDisplayFormat|"binary" &#124; "decimal"|<p>The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:</p> <p>Binary: 1 MiB = 1024 KiB = 1,048,576 bytes</p> <p>Decimal: 1 MB = 1000 kB = 1,000,000 bytes</p> <p>If not set, the decimal system is used.</p> <p><a href="https://dt-url.net/metricExpression" target="_blank" rel="noopener noreferrer" >Metric expressions</a> don't return this field.</p> |
14946
14946
  |warnings|Array&lt;[string](https://developer.mozilla.org/en-US/docs/Glossary/String)&gt;|A list of potential warnings that affect this ID. For example deprecated feature usage etc. |
@@ -17457,7 +17457,10 @@ Optional: A list of vulnerable function usages per process group for a security
17457
17457
  ## Enums
17458
17458
 
17459
17459
  <a name="abstractcredentialsresponseelementscope"></a>
17460
- ### AbstractCredentialsResponseElementScope
17460
+ ### ~~AbstractCredentialsResponseElementScope~~
17461
+
17462
+ > ⚠️ **Deprecated**
17463
+ > Use literal values.
17461
17464
 
17462
17465
  <div class="padding-left--md">
17463
17466
 
@@ -17475,7 +17478,10 @@ The scope of the credentials set.
17475
17478
  </div>
17476
17479
 
17477
17480
  <a name="abstractcredentialsresponseelementtype"></a>
17478
- ### AbstractCredentialsResponseElementType
17481
+ ### ~~AbstractCredentialsResponseElementType~~
17482
+
17483
+ > ⚠️ **Deprecated**
17484
+ > Use literal values.
17479
17485
 
17480
17486
  <div class="padding-left--md">
17481
17487
 
@@ -17498,7 +17504,10 @@ Defines the actual set of fields depending on the value. See one of the followin
17498
17504
  </div>
17499
17505
 
17500
17506
  <a name="abstractsloalertdtoalerttype"></a>
17501
- ### AbstractSloAlertDtoAlertType
17507
+ ### ~~AbstractSloAlertDtoAlertType~~
17508
+
17509
+ > ⚠️ **Deprecated**
17510
+ > Use literal values.
17502
17511
 
17503
17512
  <div class="padding-left--md">
17504
17513
 
@@ -17519,7 +17528,10 @@ Defines the actual set of fields depending on the value. See one of the followin
17519
17528
  </div>
17520
17529
 
17521
17530
  <a name="accessorpermissionspermissionsitem"></a>
17522
- ### AccessorPermissionsPermissionsItem
17531
+ ### ~~AccessorPermissionsPermissionsItem~~
17532
+
17533
+ > ⚠️ **Deprecated**
17534
+ > Use literal values.
17523
17535
 
17524
17536
  <div class="padding-left--md">
17525
17537
 
@@ -17537,7 +17549,10 @@ r = read, w = write
17537
17549
  </div>
17538
17550
 
17539
17551
  <a name="activegateautoupdateconfigeffectivesetting"></a>
17540
- ### ActiveGateAutoUpdateConfigEffectiveSetting
17552
+ ### ~~ActiveGateAutoUpdateConfigEffectiveSetting~~
17553
+
17554
+ > ⚠️ **Deprecated**
17555
+ > Use literal values.
17541
17556
 
17542
17557
  <div class="padding-left--md">
17543
17558
 
@@ -17557,7 +17572,10 @@ Applicable only if the **setting** parameter is set to `INHERITED`. In that case
17557
17572
  </div>
17558
17573
 
17559
17574
  <a name="activegateautoupdateconfigsetting"></a>
17560
- ### ActiveGateAutoUpdateConfigSetting
17575
+ ### ~~ActiveGateAutoUpdateConfigSetting~~
17576
+
17577
+ > ⚠️ **Deprecated**
17578
+ > Use literal values.
17561
17579
 
17562
17580
  <div class="padding-left--md">
17563
17581
 
@@ -17577,7 +17595,10 @@ If set to `INHERITED`, the setting is inherited from the global configuration se
17577
17595
  </div>
17578
17596
 
17579
17597
  <a name="activegateautoupdatestatus"></a>
17580
- ### ActiveGateAutoUpdateStatus
17598
+ ### ~~ActiveGateAutoUpdateStatus~~
17599
+
17600
+ > ⚠️ **Deprecated**
17601
+ > Use literal values.
17581
17602
 
17582
17603
  <div class="padding-left--md">
17583
17604
 
@@ -17595,7 +17616,10 @@ The current status of auto-updates of the ActiveGate.
17595
17616
  </div>
17596
17617
 
17597
17618
  <a name="activegateglobalautoupdateconfigglobalsetting"></a>
17598
- ### ActiveGateGlobalAutoUpdateConfigGlobalSetting
17619
+ ### ~~ActiveGateGlobalAutoUpdateConfigGlobalSetting~~
17620
+
17621
+ > ⚠️ **Deprecated**
17622
+ > Use literal values.
17599
17623
 
17600
17624
  <div class="padding-left--md">
17601
17625
 
@@ -17615,7 +17639,10 @@ This setting is inherited by all ActiveGates that have the `INHERITED` setting.
17615
17639
  </div>
17616
17640
 
17617
17641
  <a name="activegatemoduletype"></a>
17618
- ### ActiveGateModuleType
17642
+ ### ~~ActiveGateModuleType~~
17643
+
17644
+ > ⚠️ **Deprecated**
17645
+ > Use literal values.
17619
17646
 
17620
17647
  <div class="padding-left--md">
17621
17648
 
@@ -17633,7 +17660,10 @@ The type of ActiveGate module.
17633
17660
  </div>
17634
17661
 
17635
17662
  <a name="activegateosarchitecture"></a>
17636
- ### ActiveGateOsArchitecture
17663
+ ### ~~ActiveGateOsArchitecture~~
17664
+
17665
+ > ⚠️ **Deprecated**
17666
+ > Use literal values.
17637
17667
 
17638
17668
  <div class="padding-left--md">
17639
17669
 
@@ -17651,7 +17681,10 @@ The OS architecture that the ActiveGate is running on.
17651
17681
  </div>
17652
17682
 
17653
17683
  <a name="activegateosbitness"></a>
17654
- ### ActiveGateOsBitness
17684
+ ### ~~ActiveGateOsBitness~~
17685
+
17686
+ > ⚠️ **Deprecated**
17687
+ > Use literal values.
17655
17688
 
17656
17689
  <div class="padding-left--md">
17657
17690
 
@@ -17669,7 +17702,10 @@ The OS bitness that the ActiveGate is running on.
17669
17702
  </div>
17670
17703
 
17671
17704
  <a name="activegateostype"></a>
17672
- ### ActiveGateOsType
17705
+ ### ~~ActiveGateOsType~~
17706
+
17707
+ > ⚠️ **Deprecated**
17708
+ > Use literal values.
17673
17709
 
17674
17710
  <div class="padding-left--md">
17675
17711
 
@@ -17687,7 +17723,10 @@ The OS type that the ActiveGate is running on.
17687
17723
  </div>
17688
17724
 
17689
17725
  <a name="activegatetokenactivegatetype"></a>
17690
- ### ActiveGateTokenActiveGateType
17726
+ ### ~~ActiveGateTokenActiveGateType~~
17727
+
17728
+ > ⚠️ **Deprecated**
17729
+ > Use literal values.
17691
17730
 
17692
17731
  <div class="padding-left--md">
17693
17732
 
@@ -17705,7 +17744,10 @@ The type of the ActiveGate for which the token is valid.
17705
17744
  </div>
17706
17745
 
17707
17746
  <a name="activegatetokencreateactivegatetype"></a>
17708
- ### ActiveGateTokenCreateActiveGateType
17747
+ ### ~~ActiveGateTokenCreateActiveGateType~~
17748
+
17749
+ > ⚠️ **Deprecated**
17750
+ > Use literal values.
17709
17751
 
17710
17752
  <div class="padding-left--md">
17711
17753
 
@@ -17723,7 +17765,10 @@ The type of the ActiveGate for which the token is valid.
17723
17765
  </div>
17724
17766
 
17725
17767
  <a name="activegatetokeninfodtostate"></a>
17726
- ### ActiveGateTokenInfoDtoState
17768
+ ### ~~ActiveGateTokenInfoDtoState~~
17769
+
17770
+ > ⚠️ **Deprecated**
17771
+ > Use literal values.
17727
17772
 
17728
17773
  <div class="padding-left--md">
17729
17774
 
@@ -17741,7 +17786,10 @@ State of the ActiveGate token.
17741
17786
  </div>
17742
17787
 
17743
17788
  <a name="activegatetype"></a>
17744
- ### ActiveGateType
17789
+ ### ~~ActiveGateType~~
17790
+
17791
+ > ⚠️ **Deprecated**
17792
+ > Use literal values.
17745
17793
 
17746
17794
  <div class="padding-left--md">
17747
17795
 
@@ -17759,7 +17807,10 @@ The type of the ActiveGate.
17759
17807
  </div>
17760
17808
 
17761
17809
  <a name="apitokencreatescopesitem"></a>
17762
- ### ApiTokenCreateScopesItem
17810
+ ### ~~ApiTokenCreateScopesItem~~
17811
+
17812
+ > ⚠️ **Deprecated**
17813
+ > Use literal values.
17763
17814
 
17764
17815
  <div class="padding-left--md">
17765
17816
 
@@ -17777,7 +17828,10 @@ The type of the ActiveGate.
17777
17828
  </div>
17778
17829
 
17779
17830
  <a name="apitokenscopesitem"></a>
17780
- ### ApiTokenScopesItem
17831
+ ### ~~ApiTokenScopesItem~~
17832
+
17833
+ > ⚠️ **Deprecated**
17834
+ > Use literal values.
17781
17835
 
17782
17836
  <div class="padding-left--md">
17783
17837
 
@@ -17795,7 +17849,10 @@ The type of the ActiveGate.
17795
17849
  </div>
17796
17850
 
17797
17851
  <a name="apitokenupdatescopesitem"></a>
17798
- ### ApiTokenUpdateScopesItem
17852
+ ### ~~ApiTokenUpdateScopesItem~~
17853
+
17854
+ > ⚠️ **Deprecated**
17855
+ > Use literal values.
17799
17856
 
17800
17857
  <div class="padding-left--md">
17801
17858
 
@@ -17813,7 +17870,10 @@ The type of the ActiveGate.
17813
17870
  </div>
17814
17871
 
17815
17872
  <a name="assessmentaccuracydetailsreducedreasonsitem"></a>
17816
- ### AssessmentAccuracyDetailsReducedReasonsItem
17873
+ ### ~~AssessmentAccuracyDetailsReducedReasonsItem~~
17874
+
17875
+ > ⚠️ **Deprecated**
17876
+ > Use literal values.
17817
17877
 
17818
17878
  <div class="padding-left--md">
17819
17879
 
@@ -17831,7 +17891,10 @@ The reason for a reduced accuracy of the assessment.
17831
17891
  </div>
17832
17892
 
17833
17893
  <a name="assetinfodtotype"></a>
17834
- ### AssetInfoDtoType
17894
+ ### ~~AssetInfoDtoType~~
17895
+
17896
+ > ⚠️ **Deprecated**
17897
+ > Use literal values.
17835
17898
 
17836
17899
  <div class="padding-left--md">
17837
17900
 
@@ -17849,7 +17912,10 @@ The type of the asset.
17849
17912
  </div>
17850
17913
 
17851
17914
  <a name="attackattacktype"></a>
17852
- ### AttackAttackType
17915
+ ### ~~AttackAttackType~~
17916
+
17917
+ > ⚠️ **Deprecated**
17918
+ > Use literal values.
17853
17919
 
17854
17920
  <div class="padding-left--md">
17855
17921
 
@@ -17867,7 +17933,10 @@ The type of the attack.
17867
17933
  </div>
17868
17934
 
17869
17935
  <a name="attacksecurityproblemassessmentdtodataassets"></a>
17870
- ### AttackSecurityProblemAssessmentDtoDataAssets
17936
+ ### ~~AttackSecurityProblemAssessmentDtoDataAssets~~
17937
+
17938
+ > ⚠️ **Deprecated**
17939
+ > Use literal values.
17871
17940
 
17872
17941
  <div class="padding-left--md">
17873
17942
 
@@ -17885,7 +17954,10 @@ The reachability of data assets by the attacked target.
17885
17954
  </div>
17886
17955
 
17887
17956
  <a name="attacksecurityproblemassessmentdtoexposure"></a>
17888
- ### AttackSecurityProblemAssessmentDtoExposure
17957
+ ### ~~AttackSecurityProblemAssessmentDtoExposure~~
17958
+
17959
+ > ⚠️ **Deprecated**
17960
+ > Use literal values.
17889
17961
 
17890
17962
  <div class="padding-left--md">
17891
17963
 
@@ -17903,7 +17975,10 @@ The level of exposure of the attacked target
17903
17975
  </div>
17904
17976
 
17905
17977
  <a name="attackstate"></a>
17906
- ### AttackState
17978
+ ### ~~AttackState~~
17979
+
17980
+ > ⚠️ **Deprecated**
17981
+ > Use literal values.
17907
17982
 
17908
17983
  <div class="padding-left--md">
17909
17984
 
@@ -17921,7 +17996,10 @@ The state of the attack.
17921
17996
  </div>
17922
17997
 
17923
17998
  <a name="attacktechnology"></a>
17924
- ### AttackTechnology
17999
+ ### ~~AttackTechnology~~
18000
+
18001
+ > ⚠️ **Deprecated**
18002
+ > Use literal values.
17925
18003
 
17926
18004
  <div class="padding-left--md">
17927
18005
 
@@ -17939,7 +18017,10 @@ The technology of the attack.
17939
18017
  </div>
17940
18018
 
17941
18019
  <a name="auditlogentrycategory"></a>
17942
- ### AuditLogEntryCategory
18020
+ ### ~~AuditLogEntryCategory~~
18021
+
18022
+ > ⚠️ **Deprecated**
18023
+ > Use literal values.
17943
18024
 
17944
18025
  <div class="padding-left--md">
17945
18026
 
@@ -17957,7 +18038,10 @@ The category of the recorded operation.
17957
18038
  </div>
17958
18039
 
17959
18040
  <a name="auditlogentryeventtype"></a>
17960
- ### AuditLogEntryEventType
18041
+ ### ~~AuditLogEntryEventType~~
18042
+
18043
+ > ⚠️ **Deprecated**
18044
+ > Use literal values.
17961
18045
 
17962
18046
  <div class="padding-left--md">
17963
18047
 
@@ -17986,7 +18070,10 @@ The type of the recorded operation.
17986
18070
  </div>
17987
18071
 
17988
18072
  <a name="auditlogentryusertype"></a>
17989
- ### AuditLogEntryUserType
18073
+ ### ~~AuditLogEntryUserType~~
18074
+
18075
+ > ⚠️ **Deprecated**
18076
+ > Use literal values.
17990
18077
 
17991
18078
  <div class="padding-left--md">
17992
18079
 
@@ -18009,7 +18096,10 @@ The type of the authentication of the **user**.
18009
18096
  </div>
18010
18097
 
18011
18098
  <a name="codelevelvulnerabilitydetailstype"></a>
18012
- ### CodeLevelVulnerabilityDetailsType
18099
+ ### ~~CodeLevelVulnerabilityDetailsType~~
18100
+
18101
+ > ⚠️ **Deprecated**
18102
+ > Use literal values.
18013
18103
 
18014
18104
  <div class="padding-left--md">
18015
18105
 
@@ -18027,7 +18117,10 @@ The type of code level vulnerability.
18027
18117
  </div>
18028
18118
 
18029
18119
  <a name="complexconstrainttype"></a>
18030
- ### ComplexConstraintType
18120
+ ### ~~ComplexConstraintType~~
18121
+
18122
+ > ⚠️ **Deprecated**
18123
+ > Use literal values.
18031
18124
 
18032
18125
  <div class="padding-left--md">
18033
18126
 
@@ -18045,7 +18138,10 @@ The type of the constraint.
18045
18138
  </div>
18046
18139
 
18047
18140
  <a name="constrainttype"></a>
18048
- ### ConstraintType
18141
+ ### ~~ConstraintType~~
18142
+
18143
+ > ⚠️ **Deprecated**
18144
+ > Use literal values.
18049
18145
 
18050
18146
  <div class="padding-left--md">
18051
18147
 
@@ -18063,7 +18159,10 @@ The type of the constraint.
18063
18159
  </div>
18064
18160
 
18065
18161
  <a name="constraintviolationparameterlocation"></a>
18066
- ### ConstraintViolationParameterLocation
18162
+ ### ~~ConstraintViolationParameterLocation~~
18163
+
18164
+ > ⚠️ **Deprecated**
18165
+ > Use literal values.
18067
18166
 
18068
18167
  <div class="padding-left--md">
18069
18168
 
@@ -18081,7 +18180,10 @@ The type of the constraint.
18081
18180
  </div>
18082
18181
 
18083
18182
  <a name="createalertquerytimeframe"></a>
18084
- ### CreateAlertQueryTimeFrame
18183
+ ### ~~CreateAlertQueryTimeFrame~~
18184
+
18185
+ > ⚠️ **Deprecated**
18186
+ > Use literal values.
18085
18187
 
18086
18188
  <div class="padding-left--md">
18087
18189
 
@@ -18099,7 +18201,10 @@ The type of the constraint.
18099
18201
  </div>
18100
18202
 
18101
18203
  <a name="credentialaccessdatatype"></a>
18102
- ### CredentialAccessDataType
18204
+ ### ~~CredentialAccessDataType~~
18205
+
18206
+ > ⚠️ **Deprecated**
18207
+ > Use literal values.
18103
18208
 
18104
18209
  <div class="padding-left--md">
18105
18210
 
@@ -18117,7 +18222,10 @@ The type of the constraint.
18117
18222
  </div>
18118
18223
 
18119
18224
  <a name="credentialsresponseelementscope"></a>
18120
- ### CredentialsResponseElementScope
18225
+ ### ~~CredentialsResponseElementScope~~
18226
+
18227
+ > ⚠️ **Deprecated**
18228
+ > Use literal values.
18121
18229
 
18122
18230
  <div class="padding-left--md">
18123
18231
 
@@ -18135,7 +18243,10 @@ The scope of the credentials set.
18135
18243
  </div>
18136
18244
 
18137
18245
  <a name="credentialsresponseelementscopesitem"></a>
18138
- ### CredentialsResponseElementScopesItem
18246
+ ### ~~CredentialsResponseElementScopesItem~~
18247
+
18248
+ > ⚠️ **Deprecated**
18249
+ > Use literal values.
18139
18250
 
18140
18251
  <div class="padding-left--md">
18141
18252
 
@@ -18153,7 +18264,10 @@ The set of scopes of the credentials set.
18153
18264
  </div>
18154
18265
 
18155
18266
  <a name="credentialsresponseelementtype"></a>
18156
- ### CredentialsResponseElementType
18267
+ ### ~~CredentialsResponseElementType~~
18268
+
18269
+ > ⚠️ **Deprecated**
18270
+ > Use literal values.
18157
18271
 
18158
18272
  <div class="padding-left--md">
18159
18273
 
@@ -18171,7 +18285,10 @@ The type of the credentials set.
18171
18285
  </div>
18172
18286
 
18173
18287
  <a name="credentialsscope"></a>
18174
- ### CredentialsScope
18288
+ ### ~~CredentialsScope~~
18289
+
18290
+ > ⚠️ **Deprecated**
18291
+ > Use literal values.
18175
18292
 
18176
18293
  <div class="padding-left--md">
18177
18294
 
@@ -18189,7 +18306,10 @@ The scope of the credentials set.
18189
18306
  </div>
18190
18307
 
18191
18308
  <a name="credentialsscopesitem"></a>
18192
- ### CredentialsScopesItem
18309
+ ### ~~CredentialsScopesItem~~
18310
+
18311
+ > ⚠️ **Deprecated**
18312
+ > Use literal values.
18193
18313
 
18194
18314
  <div class="padding-left--md">
18195
18315
 
@@ -18209,7 +18329,10 @@ The set of scopes of the credentials set.
18209
18329
  </div>
18210
18330
 
18211
18331
  <a name="credentialstype"></a>
18212
- ### CredentialsType
18332
+ ### ~~CredentialsType~~
18333
+
18334
+ > ⚠️ **Deprecated**
18335
+ > Use literal values.
18213
18336
 
18214
18337
  <div class="padding-left--md">
18215
18338
 
@@ -18235,7 +18358,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18235
18358
  </div>
18236
18359
 
18237
18360
  <a name="datasourcedefinitionresetvalue"></a>
18238
- ### DatasourceDefinitionResetValue
18361
+ ### ~~DatasourceDefinitionResetValue~~
18362
+
18363
+ > ⚠️ **Deprecated**
18364
+ > Use literal values.
18239
18365
 
18240
18366
  <div class="padding-left--md">
18241
18367
 
@@ -18253,7 +18379,10 @@ When to reset datasource value in the UI on filter change.
18253
18379
  </div>
18254
18380
 
18255
18381
  <a name="davissecurityadviceadvicetype"></a>
18256
- ### DavisSecurityAdviceAdviceType
18382
+ ### ~~DavisSecurityAdviceAdviceType~~
18383
+
18384
+ > ⚠️ **Deprecated**
18385
+ > Use literal values.
18257
18386
 
18258
18387
  <div class="padding-left--md">
18259
18388
 
@@ -18271,7 +18400,10 @@ The type of the advice.
18271
18400
  </div>
18272
18401
 
18273
18402
  <a name="davissecurityadvicetechnology"></a>
18274
- ### DavisSecurityAdviceTechnology
18403
+ ### ~~DavisSecurityAdviceTechnology~~
18404
+
18405
+ > ⚠️ **Deprecated**
18406
+ > Use literal values.
18275
18407
 
18276
18408
  <div class="padding-left--md">
18277
18409
 
@@ -18289,7 +18421,10 @@ The technology of the vulnerable component.
18289
18421
  </div>
18290
18422
 
18291
18423
  <a name="deletionconstrainttype"></a>
18292
- ### DeletionConstraintType
18424
+ ### ~~DeletionConstraintType~~
18425
+
18426
+ > ⚠️ **Deprecated**
18427
+ > Use literal values.
18293
18428
 
18294
18429
  <div class="padding-left--md">
18295
18430
 
@@ -18307,7 +18442,10 @@ The type of the deletion constraint.
18307
18442
  </div>
18308
18443
 
18309
18444
  <a name="effectivepermissiongranted"></a>
18310
- ### EffectivePermissionGranted
18445
+ ### ~~EffectivePermissionGranted~~
18446
+
18447
+ > ⚠️ **Deprecated**
18448
+ > Use literal values.
18311
18449
 
18312
18450
  <div class="padding-left--md">
18313
18451
 
@@ -18325,7 +18463,10 @@ The type of the deletion constraint.
18325
18463
  </div>
18326
18464
 
18327
18465
  <a name="entrypointusagesegmentsegmenttype"></a>
18328
- ### EntryPointUsageSegmentSegmentType
18466
+ ### ~~EntryPointUsageSegmentSegmentType~~
18467
+
18468
+ > ⚠️ **Deprecated**
18469
+ > Use literal values.
18329
18470
 
18330
18471
  <div class="padding-left--md">
18331
18472
 
@@ -18343,7 +18484,10 @@ The type of this input segment.
18343
18484
  </div>
18344
18485
 
18345
18486
  <a name="entrypointusagesegmentsourcetype"></a>
18346
- ### EntryPointUsageSegmentSourceType
18487
+ ### ~~EntryPointUsageSegmentSourceType~~
18488
+
18489
+ > ⚠️ **Deprecated**
18490
+ > Use literal values.
18347
18491
 
18348
18492
  <div class="padding-left--md">
18349
18493
 
@@ -18361,7 +18505,10 @@ The type of the HTTP request part that contains the value that was used in this
18361
18505
  </div>
18362
18506
 
18363
18507
  <a name="entrypointpayloadtype"></a>
18364
- ### EntrypointPayloadType
18508
+ ### ~~EntrypointPayloadType~~
18509
+
18510
+ > ⚠️ **Deprecated**
18511
+ > Use literal values.
18365
18512
 
18366
18513
  <div class="padding-left--md">
18367
18514
 
@@ -18379,7 +18526,10 @@ Type of the payload.
18379
18526
  </div>
18380
18527
 
18381
18528
  <a name="enumtypetype"></a>
18382
- ### EnumTypeType
18529
+ ### ~~EnumTypeType~~
18530
+
18531
+ > ⚠️ **Deprecated**
18532
+ > Use literal values.
18383
18533
 
18384
18534
  <div class="padding-left--md">
18385
18535
 
@@ -18397,7 +18547,10 @@ The type of the property.
18397
18547
  </div>
18398
18548
 
18399
18549
  <a name="eventingesteventtype"></a>
18400
- ### EventIngestEventType
18550
+ ### ~~EventIngestEventType~~
18551
+
18552
+ > ⚠️ **Deprecated**
18553
+ > Use literal values.
18401
18554
 
18402
18555
  <div class="padding-left--md">
18403
18556
 
@@ -18415,7 +18568,10 @@ The type of the event.
18415
18568
  </div>
18416
18569
 
18417
18570
  <a name="eventingestresultstatus"></a>
18418
- ### EventIngestResultStatus
18571
+ ### ~~EventIngestResultStatus~~
18572
+
18573
+ > ⚠️ **Deprecated**
18574
+ > Use literal values.
18419
18575
 
18420
18576
  <div class="padding-left--md">
18421
18577
 
@@ -18433,7 +18589,10 @@ The status of the ingestion.
18433
18589
  </div>
18434
18590
 
18435
18591
  <a name="eventstatus"></a>
18436
- ### EventStatus
18592
+ ### ~~EventStatus~~
18593
+
18594
+ > ⚠️ **Deprecated**
18595
+ > Use literal values.
18437
18596
 
18438
18597
  <div class="padding-left--md">
18439
18598
 
@@ -18451,7 +18610,10 @@ The status of the event.
18451
18610
  </div>
18452
18611
 
18453
18612
  <a name="eventtypeseveritylevel"></a>
18454
- ### EventTypeSeverityLevel
18613
+ ### ~~EventTypeSeverityLevel~~
18614
+
18615
+ > ⚠️ **Deprecated**
18616
+ > Use literal values.
18455
18617
 
18456
18618
  <div class="padding-left--md">
18457
18619
 
@@ -18469,7 +18631,10 @@ The severity level associated with the event type.
18469
18631
  </div>
18470
18632
 
18471
18633
  <a name="evidenceevidencetype"></a>
18472
- ### EvidenceEvidenceType
18634
+ ### ~~EvidenceEvidenceType~~
18635
+
18636
+ > ⚠️ **Deprecated**
18637
+ > Use literal values.
18473
18638
 
18474
18639
  <div class="padding-left--md">
18475
18640
 
@@ -18493,7 +18658,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18493
18658
  </div>
18494
18659
 
18495
18660
  <a name="executionstepmonitortype"></a>
18496
- ### ExecutionStepMonitorType
18661
+ ### ~~ExecutionStepMonitorType~~
18662
+
18663
+ > ⚠️ **Deprecated**
18664
+ > Use literal values.
18497
18665
 
18498
18666
  <div class="padding-left--md">
18499
18667
 
@@ -18514,7 +18682,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18514
18682
  </div>
18515
18683
 
18516
18684
  <a name="extensioneventdtostatus"></a>
18517
- ### ExtensionEventDtoStatus
18685
+ ### ~~ExtensionEventDtoStatus~~
18686
+
18687
+ > ⚠️ **Deprecated**
18688
+ > Use literal values.
18518
18689
 
18519
18690
  <div class="padding-left--md">
18520
18691
 
@@ -18532,7 +18703,10 @@ Status of the event
18532
18703
  </div>
18533
18704
 
18534
18705
  <a name="extensionstatusdtostatus"></a>
18535
- ### ExtensionStatusDtoStatus
18706
+ ### ~~ExtensionStatusDtoStatus~~
18707
+
18708
+ > ⚠️ **Deprecated**
18709
+ > Use literal values.
18536
18710
 
18537
18711
  <div class="padding-left--md">
18538
18712
 
@@ -18550,7 +18724,10 @@ Latest status of given configuration.
18550
18724
  </div>
18551
18725
 
18552
18726
  <a name="extensionstatuswithiddtostatus"></a>
18553
- ### ExtensionStatusWithIdDtoStatus
18727
+ ### ~~ExtensionStatusWithIdDtoStatus~~
18728
+
18729
+ > ⚠️ **Deprecated**
18730
+ > Use literal values.
18554
18731
 
18555
18732
  <div class="padding-left--md">
18556
18733
 
@@ -18568,7 +18745,10 @@ Latest status of given configuration.
18568
18745
  </div>
18569
18746
 
18570
18747
  <a name="externalvaultconfigsourceauthmethod"></a>
18571
- ### ExternalVaultConfigSourceAuthMethod
18748
+ ### ~~ExternalVaultConfigSourceAuthMethod~~
18749
+
18750
+ > ⚠️ **Deprecated**
18751
+ > Use literal values.
18572
18752
 
18573
18753
  <div class="padding-left--md">
18574
18754
 
@@ -18592,7 +18772,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18592
18772
  </div>
18593
18773
 
18594
18774
  <a name="externalvaultconfigtype"></a>
18595
- ### ExternalVaultConfigType
18775
+ ### ~~ExternalVaultConfigType~~
18776
+
18777
+ > ⚠️ **Deprecated**
18778
+ > Use literal values.
18596
18779
 
18597
18780
  <div class="padding-left--md">
18598
18781
 
@@ -18610,7 +18793,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18610
18793
  </div>
18611
18794
 
18612
18795
  <a name="externalvaultsourceauthmethod"></a>
18613
- ### ExternalVaultSourceAuthMethod
18796
+ ### ~~ExternalVaultSourceAuthMethod~~
18797
+
18798
+ > ⚠️ **Deprecated**
18799
+ > Use literal values.
18614
18800
 
18615
18801
  <div class="padding-left--md">
18616
18802
 
@@ -18634,7 +18820,10 @@ Defines the actual set of fields depending on the value. See one of the followin
18634
18820
  </div>
18635
18821
 
18636
18822
  <a name="filtertype"></a>
18637
- ### FilterType
18823
+ ### ~~FilterType~~
18824
+
18825
+ > ⚠️ **Deprecated**
18826
+ > Use literal values.
18638
18827
 
18639
18828
  <div class="padding-left--md">
18640
18829
 
@@ -18669,7 +18858,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18669
18858
  </div>
18670
18859
 
18671
18860
  <a name="getallactivegatesqueryautoupdate"></a>
18672
- ### GetAllActiveGatesQueryAutoUpdate
18861
+ ### ~~GetAllActiveGatesQueryAutoUpdate~~
18862
+
18863
+ > ⚠️ **Deprecated**
18864
+ > Use literal values.
18673
18865
 
18674
18866
  <div class="padding-left--md">
18675
18867
 
@@ -18687,7 +18879,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18687
18879
  </div>
18688
18880
 
18689
18881
  <a name="getallactivegatesquerydisabledmoduleitem"></a>
18690
- ### GetAllActiveGatesQueryDisabledModuleItem
18882
+ ### ~~GetAllActiveGatesQueryDisabledModuleItem~~
18883
+
18884
+ > ⚠️ **Deprecated**
18885
+ > Use literal values.
18691
18886
 
18692
18887
  <div class="padding-left--md">
18693
18888
 
@@ -18705,7 +18900,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18705
18900
  </div>
18706
18901
 
18707
18902
  <a name="getallactivegatesqueryenabledmoduleitem"></a>
18708
- ### GetAllActiveGatesQueryEnabledModuleItem
18903
+ ### ~~GetAllActiveGatesQueryEnabledModuleItem~~
18904
+
18905
+ > ⚠️ **Deprecated**
18906
+ > Use literal values.
18709
18907
 
18710
18908
  <div class="padding-left--md">
18711
18909
 
@@ -18723,7 +18921,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18723
18921
  </div>
18724
18922
 
18725
18923
  <a name="getallactivegatesqueryosarchitecture"></a>
18726
- ### GetAllActiveGatesQueryOsArchitecture
18924
+ ### ~~GetAllActiveGatesQueryOsArchitecture~~
18925
+
18926
+ > ⚠️ **Deprecated**
18927
+ > Use literal values.
18727
18928
 
18728
18929
  <div class="padding-left--md">
18729
18930
 
@@ -18741,7 +18942,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18741
18942
  </div>
18742
18943
 
18743
18944
  <a name="getallactivegatesqueryostype"></a>
18744
- ### GetAllActiveGatesQueryOsType
18945
+ ### ~~GetAllActiveGatesQueryOsType~~
18946
+
18947
+ > ⚠️ **Deprecated**
18948
+ > Use literal values.
18745
18949
 
18746
18950
  <div class="padding-left--md">
18747
18951
 
@@ -18759,7 +18963,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18759
18963
  </div>
18760
18964
 
18761
18965
  <a name="getallactivegatesquerytokenstate"></a>
18762
- ### GetAllActiveGatesQueryTokenState
18966
+ ### ~~GetAllActiveGatesQueryTokenState~~
18967
+
18968
+ > ⚠️ **Deprecated**
18969
+ > Use literal values.
18763
18970
 
18764
18971
  <div class="padding-left--md">
18765
18972
 
@@ -18777,7 +18984,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18777
18984
  </div>
18778
18985
 
18779
18986
  <a name="getallactivegatesquerytype"></a>
18780
- ### GetAllActiveGatesQueryType
18987
+ ### ~~GetAllActiveGatesQueryType~~
18988
+
18989
+ > ⚠️ **Deprecated**
18990
+ > Use literal values.
18781
18991
 
18782
18992
  <div class="padding-left--md">
18783
18993
 
@@ -18795,7 +19005,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18795
19005
  </div>
18796
19006
 
18797
19007
  <a name="getallactivegatesqueryupdatestatus"></a>
18798
- ### GetAllActiveGatesQueryUpdateStatus
19008
+ ### ~~GetAllActiveGatesQueryUpdateStatus~~
19009
+
19010
+ > ⚠️ **Deprecated**
19011
+ > Use literal values.
18799
19012
 
18800
19013
  <div class="padding-left--md">
18801
19014
 
@@ -18813,7 +19026,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18813
19026
  </div>
18814
19027
 
18815
19028
  <a name="getallactivegatesqueryversioncomparetype"></a>
18816
- ### GetAllActiveGatesQueryVersionCompareType
19029
+ ### ~~GetAllActiveGatesQueryVersionCompareType~~
19030
+
19031
+ > ⚠️ **Deprecated**
19032
+ > Use literal values.
18817
19033
 
18818
19034
  <div class="padding-left--md">
18819
19035
 
@@ -18831,7 +19047,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18831
19047
  </div>
18832
19048
 
18833
19049
  <a name="getallupdatejoblistquerystartversioncomparetype"></a>
18834
- ### GetAllUpdateJobListQueryStartVersionCompareType
19050
+ ### ~~GetAllUpdateJobListQueryStartVersionCompareType~~
19051
+
19052
+ > ⚠️ **Deprecated**
19053
+ > Use literal values.
18835
19054
 
18836
19055
  <div class="padding-left--md">
18837
19056
 
@@ -18849,7 +19068,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18849
19068
  </div>
18850
19069
 
18851
19070
  <a name="getallupdatejoblistquerytargetversioncomparetype"></a>
18852
- ### GetAllUpdateJobListQueryTargetVersionCompareType
19071
+ ### ~~GetAllUpdateJobListQueryTargetVersionCompareType~~
19072
+
19073
+ > ⚠️ **Deprecated**
19074
+ > Use literal values.
18853
19075
 
18854
19076
  <div class="padding-left--md">
18855
19077
 
@@ -18867,7 +19089,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18867
19089
  </div>
18868
19090
 
18869
19091
  <a name="getallupdatejoblistqueryupdatetype"></a>
18870
- ### GetAllUpdateJobListQueryUpdateType
19092
+ ### ~~GetAllUpdateJobListQueryUpdateType~~
19093
+
19094
+ > ⚠️ **Deprecated**
19095
+ > Use literal values.
18871
19096
 
18872
19097
  <div class="padding-left--md">
18873
19098
 
@@ -18885,7 +19110,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18885
19110
  </div>
18886
19111
 
18887
19112
  <a name="getenvironmentconfigurationeventsquerystatus"></a>
18888
- ### GetEnvironmentConfigurationEventsQueryStatus
19113
+ ### ~~GetEnvironmentConfigurationEventsQueryStatus~~
19114
+
19115
+ > ⚠️ **Deprecated**
19116
+ > Use literal values.
18889
19117
 
18890
19118
  <div class="padding-left--md">
18891
19119
 
@@ -18903,7 +19131,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18903
19131
  </div>
18904
19132
 
18905
19133
  <a name="getexecutionresultpathresulttype"></a>
18906
- ### GetExecutionResultPathResultType
19134
+ ### ~~GetExecutionResultPathResultType~~
19135
+
19136
+ > ⚠️ **Deprecated**
19137
+ > Use literal values.
18907
19138
 
18908
19139
  <div class="padding-left--md">
18909
19140
 
@@ -18921,7 +19152,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18921
19152
  </div>
18922
19153
 
18923
19154
  <a name="getexecutionsqueryexecutionstage"></a>
18924
- ### GetExecutionsQueryExecutionStage
19155
+ ### ~~GetExecutionsQueryExecutionStage~~
19156
+
19157
+ > ⚠️ **Deprecated**
19158
+ > Use literal values.
18925
19159
 
18926
19160
  <div class="padding-left--md">
18927
19161
 
@@ -18939,7 +19173,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18939
19173
  </div>
18940
19174
 
18941
19175
  <a name="getexecutionsquerysource"></a>
18942
- ### GetExecutionsQuerySource
19176
+ ### ~~GetExecutionsQuerySource~~
19177
+
19178
+ > ⚠️ **Deprecated**
19179
+ > Use literal values.
18943
19180
 
18944
19181
  <div class="padding-left--md">
18945
19182
 
@@ -18957,7 +19194,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18957
19194
  </div>
18958
19195
 
18959
19196
  <a name="getextensionmonitoringconfigurationeventsquerystatus"></a>
18960
- ### GetExtensionMonitoringConfigurationEventsQueryStatus
19197
+ ### ~~GetExtensionMonitoringConfigurationEventsQueryStatus~~
19198
+
19199
+ > ⚠️ **Deprecated**
19200
+ > Use literal values.
18961
19201
 
18962
19202
  <div class="padding-left--md">
18963
19203
 
@@ -18975,7 +19215,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18975
19215
  </div>
18976
19216
 
18977
19217
  <a name="gethoststatsqueryfilter"></a>
18978
- ### GetHostStatsQueryFilter
19218
+ ### ~~GetHostStatsQueryFilter~~
19219
+
19220
+ > ⚠️ **Deprecated**
19221
+ > Use literal values.
18979
19222
 
18980
19223
  <div class="padding-left--md">
18981
19224
 
@@ -18993,7 +19236,10 @@ Type of this filter, determines which other fields are present.Can be any of:
18993
19236
  </div>
18994
19237
 
18995
19238
  <a name="getjavascripttagqueryscriptexecutionattribute"></a>
18996
- ### GetJavaScriptTagQueryScriptExecutionAttribute
19239
+ ### ~~GetJavaScriptTagQueryScriptExecutionAttribute~~
19240
+
19241
+ > ⚠️ **Deprecated**
19242
+ > Use literal values.
18997
19243
 
18998
19244
  <div class="padding-left--md">
18999
19245
 
@@ -19011,7 +19257,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19011
19257
  </div>
19012
19258
 
19013
19259
  <a name="getlocationsquerycapability"></a>
19014
- ### GetLocationsQueryCapability
19260
+ ### ~~GetLocationsQueryCapability~~
19261
+
19262
+ > ⚠️ **Deprecated**
19263
+ > Use literal values.
19015
19264
 
19016
19265
  <div class="padding-left--md">
19017
19266
 
@@ -19029,7 +19278,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19029
19278
  </div>
19030
19279
 
19031
19280
  <a name="getlocationsquerycloudplatform"></a>
19032
- ### GetLocationsQueryCloudPlatform
19281
+ ### ~~GetLocationsQueryCloudPlatform~~
19282
+
19283
+ > ⚠️ **Deprecated**
19284
+ > Use literal values.
19033
19285
 
19034
19286
  <div class="padding-left--md">
19035
19287
 
@@ -19047,7 +19299,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19047
19299
  </div>
19048
19300
 
19049
19301
  <a name="getlocationsquerytype"></a>
19050
- ### GetLocationsQueryType
19302
+ ### ~~GetLocationsQueryType~~
19303
+
19304
+ > ⚠️ **Deprecated**
19305
+ > Use literal values.
19051
19306
 
19052
19307
  <div class="padding-left--md">
19053
19308
 
@@ -19065,7 +19320,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19065
19320
  </div>
19066
19321
 
19067
19322
  <a name="getnodesqueryassignedtolocation"></a>
19068
- ### GetNodesQueryAssignedToLocation
19323
+ ### ~~GetNodesQueryAssignedToLocation~~
19324
+
19325
+ > ⚠️ **Deprecated**
19326
+ > Use literal values.
19069
19327
 
19070
19328
  <div class="padding-left--md">
19071
19329
 
@@ -19083,7 +19341,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19083
19341
  </div>
19084
19342
 
19085
19343
  <a name="getoneagentjavascripttagqueryscriptexecutionattribute"></a>
19086
- ### GetOneAgentJavaScriptTagQueryScriptExecutionAttribute
19344
+ ### ~~GetOneAgentJavaScriptTagQueryScriptExecutionAttribute~~
19345
+
19346
+ > ⚠️ **Deprecated**
19347
+ > Use literal values.
19087
19348
 
19088
19349
  <div class="padding-left--md">
19089
19350
 
@@ -19101,7 +19362,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19101
19362
  </div>
19102
19363
 
19103
19364
  <a name="getoneagentjavascripttagwithsriqueryscriptexecutionattribute"></a>
19104
- ### GetOneAgentJavaScriptTagWithSriQueryScriptExecutionAttribute
19365
+ ### ~~GetOneAgentJavaScriptTagWithSriQueryScriptExecutionAttribute~~
19366
+
19367
+ > ⚠️ **Deprecated**
19368
+ > Use literal values.
19105
19369
 
19106
19370
  <div class="padding-left--md">
19107
19371
 
@@ -19119,7 +19383,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19119
19383
  </div>
19120
19384
 
19121
19385
  <a name="getpermissionpathaccessortype"></a>
19122
- ### GetPermissionPathAccessorType
19386
+ ### ~~GetPermissionPathAccessorType~~
19387
+
19388
+ > ⚠️ **Deprecated**
19389
+ > Use literal values.
19123
19390
 
19124
19391
  <div class="padding-left--md">
19125
19392
 
@@ -19137,7 +19404,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19137
19404
  </div>
19138
19405
 
19139
19406
  <a name="getslobyidquerytimeframe"></a>
19140
- ### GetSloByIdQueryTimeFrame
19407
+ ### ~~GetSloByIdQueryTimeFrame~~
19408
+
19409
+ > ⚠️ **Deprecated**
19410
+ > Use literal values.
19141
19411
 
19142
19412
  <div class="padding-left--md">
19143
19413
 
@@ -19155,7 +19425,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19155
19425
  </div>
19156
19426
 
19157
19427
  <a name="getsloqueryenabledslos"></a>
19158
- ### GetSloQueryEnabledSlos
19428
+ ### ~~GetSloQueryEnabledSlos~~
19429
+
19430
+ > ⚠️ **Deprecated**
19431
+ > Use literal values.
19159
19432
 
19160
19433
  <div class="padding-left--md">
19161
19434
 
@@ -19173,7 +19446,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19173
19446
  </div>
19174
19447
 
19175
19448
  <a name="getsloqueryevaluate"></a>
19176
- ### GetSloQueryEvaluate
19449
+ ### ~~GetSloQueryEvaluate~~
19450
+
19451
+ > ⚠️ **Deprecated**
19452
+ > Use literal values.
19177
19453
 
19178
19454
  <div class="padding-left--md">
19179
19455
 
@@ -19191,7 +19467,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19191
19467
  </div>
19192
19468
 
19193
19469
  <a name="getsloquerytimeframe"></a>
19194
- ### GetSloQueryTimeFrame
19470
+ ### ~~GetSloQueryTimeFrame~~
19471
+
19472
+ > ⚠️ **Deprecated**
19473
+ > Use literal values.
19195
19474
 
19196
19475
  <div class="padding-left--md">
19197
19476
 
@@ -19209,7 +19488,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19209
19488
  </div>
19210
19489
 
19211
19490
  <a name="getupdatejoblistbyagidquerystartversioncomparetype"></a>
19212
- ### GetUpdateJobListByAgIdQueryStartVersionCompareType
19491
+ ### ~~GetUpdateJobListByAgIdQueryStartVersionCompareType~~
19492
+
19493
+ > ⚠️ **Deprecated**
19494
+ > Use literal values.
19213
19495
 
19214
19496
  <div class="padding-left--md">
19215
19497
 
@@ -19227,7 +19509,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19227
19509
  </div>
19228
19510
 
19229
19511
  <a name="getupdatejoblistbyagidquerytargetversioncomparetype"></a>
19230
- ### GetUpdateJobListByAgIdQueryTargetVersionCompareType
19512
+ ### ~~GetUpdateJobListByAgIdQueryTargetVersionCompareType~~
19513
+
19514
+ > ⚠️ **Deprecated**
19515
+ > Use literal values.
19231
19516
 
19232
19517
  <div class="padding-left--md">
19233
19518
 
@@ -19245,7 +19530,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19245
19530
  </div>
19246
19531
 
19247
19532
  <a name="getupdatejoblistbyagidqueryupdatetype"></a>
19248
- ### GetUpdateJobListByAgIdQueryUpdateType
19533
+ ### ~~GetUpdateJobListByAgIdQueryUpdateType~~
19534
+
19535
+ > ⚠️ **Deprecated**
19536
+ > Use literal values.
19249
19537
 
19250
19538
  <div class="padding-left--md">
19251
19539
 
@@ -19263,7 +19551,10 @@ Type of this filter, determines which other fields are present.Can be any of:
19263
19551
  </div>
19264
19552
 
19265
19553
  <a name="identitytype"></a>
19266
- ### IdentityType
19554
+ ### ~~IdentityType~~
19555
+
19556
+ > ⚠️ **Deprecated**
19557
+ > Use literal values.
19267
19558
 
19268
19559
  <div class="padding-left--md">
19269
19560
 
@@ -19281,7 +19572,10 @@ The type of the identity.
19281
19572
  </div>
19282
19573
 
19283
19574
  <a name="impactimpacttype"></a>
19284
- ### ImpactImpactType
19575
+ ### ~~ImpactImpactType~~
19576
+
19577
+ > ⚠️ **Deprecated**
19578
+ > Use literal values.
19285
19579
 
19286
19580
  <div class="padding-left--md">
19287
19581
 
@@ -19304,7 +19598,10 @@ Defines the actual set of fields depending on the value. See one of the followin
19304
19598
  </div>
19305
19599
 
19306
19600
  <a name="listcredentialsquerytype"></a>
19307
- ### ListCredentialsQueryType
19601
+ ### ~~ListCredentialsQueryType~~
19602
+
19603
+ > ⚠️ **Deprecated**
19604
+ > Use literal values.
19308
19605
 
19309
19606
  <div class="padding-left--md">
19310
19607
 
@@ -19322,7 +19619,10 @@ Defines the actual set of fields depending on the value. See one of the followin
19322
19619
  </div>
19323
19620
 
19324
19621
  <a name="locationcollectionelementcloudplatform"></a>
19325
- ### LocationCollectionElementCloudPlatform
19622
+ ### ~~LocationCollectionElementCloudPlatform~~
19623
+
19624
+ > ⚠️ **Deprecated**
19625
+ > Use literal values.
19326
19626
 
19327
19627
  <div class="padding-left--md">
19328
19628
 
@@ -19342,7 +19642,10 @@ The cloud provider where the location is hosted.
19342
19642
  </div>
19343
19643
 
19344
19644
  <a name="locationcollectionelementdeploymenttype"></a>
19345
- ### LocationCollectionElementDeploymentType
19645
+ ### ~~LocationCollectionElementDeploymentType~~
19646
+
19647
+ > ⚠️ **Deprecated**
19648
+ > Use literal values.
19346
19649
 
19347
19650
  <div class="padding-left--md">
19348
19651
 
@@ -19360,7 +19663,10 @@ Location&apos;s deployment type
19360
19663
  </div>
19361
19664
 
19362
19665
  <a name="locationcollectionelementstage"></a>
19363
- ### LocationCollectionElementStage
19666
+ ### ~~LocationCollectionElementStage~~
19667
+
19668
+ > ⚠️ **Deprecated**
19669
+ > Use literal values.
19364
19670
 
19365
19671
  <div class="padding-left--md">
19366
19672
 
@@ -19378,7 +19684,10 @@ The release stage of the location.
19378
19684
  </div>
19379
19685
 
19380
19686
  <a name="locationcollectionelementstatus"></a>
19381
- ### LocationCollectionElementStatus
19687
+ ### ~~LocationCollectionElementStatus~~
19688
+
19689
+ > ⚠️ **Deprecated**
19690
+ > Use literal values.
19382
19691
 
19383
19692
  <div class="padding-left--md">
19384
19693
 
@@ -19396,7 +19705,10 @@ The status of the location.
19396
19705
  </div>
19397
19706
 
19398
19707
  <a name="locationcollectionelementtype"></a>
19399
- ### LocationCollectionElementType
19708
+ ### ~~LocationCollectionElementType~~
19709
+
19710
+ > ⚠️ **Deprecated**
19711
+ > Use literal values.
19400
19712
 
19401
19713
  <div class="padding-left--md">
19402
19714
 
@@ -19414,7 +19726,10 @@ The type of the location.
19414
19726
  </div>
19415
19727
 
19416
19728
  <a name="logrecordeventtype"></a>
19417
- ### LogRecordEventType
19729
+ ### ~~LogRecordEventType~~
19730
+
19731
+ > ⚠️ **Deprecated**
19732
+ > Use literal values.
19418
19733
 
19419
19734
  <div class="padding-left--md">
19420
19735
 
@@ -19432,7 +19747,10 @@ Type of event
19432
19747
  </div>
19433
19748
 
19434
19749
  <a name="logrecordstatus"></a>
19435
- ### LogRecordStatus
19750
+ ### ~~LogRecordStatus~~
19751
+
19752
+ > ⚠️ **Deprecated**
19753
+ > Use literal values.
19436
19754
 
19437
19755
  <div class="padding-left--md">
19438
19756
 
@@ -19450,7 +19768,10 @@ The log status (based on the log level).
19450
19768
  </div>
19451
19769
 
19452
19770
  <a name="metricdefaultaggregationtype"></a>
19453
- ### MetricDefaultAggregationType
19771
+ ### ~~MetricDefaultAggregationType~~
19772
+
19773
+ > ⚠️ **Deprecated**
19774
+ > Use literal values.
19454
19775
 
19455
19776
  <div class="padding-left--md">
19456
19777
 
@@ -19468,7 +19789,10 @@ The type of default aggregation.
19468
19789
  </div>
19469
19790
 
19470
19791
  <a name="metricdescriptoraggregationtypesitem"></a>
19471
- ### MetricDescriptorAggregationTypesItem
19792
+ ### ~~MetricDescriptorAggregationTypesItem~~
19793
+
19794
+ > ⚠️ **Deprecated**
19795
+ > Use literal values.
19472
19796
 
19473
19797
  <div class="padding-left--md">
19474
19798
 
@@ -19486,7 +19810,10 @@ The type of default aggregation.
19486
19810
  </div>
19487
19811
 
19488
19812
  <a name="metricdescriptortransformationsitem"></a>
19489
- ### MetricDescriptorTransformationsItem
19813
+ ### ~~MetricDescriptorTransformationsItem~~
19814
+
19815
+ > ⚠️ **Deprecated**
19816
+ > Use literal values.
19490
19817
 
19491
19818
  <div class="padding-left--md">
19492
19819
 
@@ -19504,7 +19831,10 @@ The type of default aggregation.
19504
19831
  </div>
19505
19832
 
19506
19833
  <a name="metricdescriptorunitdisplayformat"></a>
19507
- ### MetricDescriptorUnitDisplayFormat
19834
+ ### ~~MetricDescriptorUnitDisplayFormat~~
19835
+
19836
+ > ⚠️ **Deprecated**
19837
+ > Use literal values.
19508
19838
 
19509
19839
  <div class="padding-left--md">
19510
19840
 
@@ -19530,7 +19860,10 @@ If not set, the decimal system is used.
19530
19860
  </div>
19531
19861
 
19532
19862
  <a name="metricdimensiondefinitiontype"></a>
19533
- ### MetricDimensionDefinitionType
19863
+ ### ~~MetricDimensionDefinitionType~~
19864
+
19865
+ > ⚠️ **Deprecated**
19866
+ > Use literal values.
19534
19867
 
19535
19868
  <div class="padding-left--md">
19536
19869
 
@@ -19548,7 +19881,10 @@ The type of the dimension.
19548
19881
  </div>
19549
19882
 
19550
19883
  <a name="metricquerydqltranslationstatus"></a>
19551
- ### MetricQueryDQLTranslationStatus
19884
+ ### ~~MetricQueryDQLTranslationStatus~~
19885
+
19886
+ > ⚠️ **Deprecated**
19887
+ > Use literal values.
19552
19888
 
19553
19889
  <div class="padding-left--md">
19554
19890
 
@@ -19566,7 +19902,10 @@ The status of the DQL translation, either `success` or `not supported`
19566
19902
  </div>
19567
19903
 
19568
19904
  <a name="metricvaluetypetype"></a>
19569
- ### MetricValueTypeType
19905
+ ### ~~MetricValueTypeType~~
19906
+
19907
+ > ⚠️ **Deprecated**
19908
+ > Use literal values.
19570
19909
 
19571
19910
  <div class="padding-left--md">
19572
19911
 
@@ -19584,7 +19923,10 @@ The metric value type
19584
19923
  </div>
19585
19924
 
19586
19925
  <a name="monitoredentitystatesseverity"></a>
19587
- ### MonitoredEntityStatesSeverity
19926
+ ### ~~MonitoredEntityStatesSeverity~~
19927
+
19928
+ > ⚠️ **Deprecated**
19929
+ > Use literal values.
19588
19930
 
19589
19931
  <div class="padding-left--md">
19590
19932
 
@@ -19602,7 +19944,10 @@ The type of the monitoring state.
19602
19944
  </div>
19603
19945
 
19604
19946
  <a name="monitoredentitystatesstate"></a>
19605
- ### MonitoredEntityStatesState
19947
+ ### ~~MonitoredEntityStatesState~~
19948
+
19949
+ > ⚠️ **Deprecated**
19950
+ > Use literal values.
19606
19951
 
19607
19952
  <div class="padding-left--md">
19608
19953
 
@@ -19620,7 +19965,10 @@ The name of the monitoring state.
19620
19965
  </div>
19621
19966
 
19622
19967
  <a name="mutestatereason"></a>
19623
- ### MuteStateReason
19968
+ ### ~~MuteStateReason~~
19969
+
19970
+ > ⚠️ **Deprecated**
19971
+ > Use literal values.
19624
19972
 
19625
19973
  <div class="padding-left--md">
19626
19974
 
@@ -19638,7 +19986,10 @@ The reason for the mute state change.
19638
19986
  </div>
19639
19987
 
19640
19988
  <a name="networkzonefallbackmode"></a>
19641
- ### NetworkZoneFallbackMode
19989
+ ### ~~NetworkZoneFallbackMode~~
19990
+
19991
+ > ⚠️ **Deprecated**
19992
+ > Use literal values.
19642
19993
 
19643
19994
  <div class="padding-left--md">
19644
19995
 
@@ -19656,7 +20007,10 @@ The fallback mode of the network zone.
19656
20007
  </div>
19657
20008
 
19658
20009
  <a name="preconditiontype"></a>
19659
- ### PreconditionType
20010
+ ### ~~PreconditionType~~
20011
+
20012
+ > ⚠️ **Deprecated**
20013
+ > Use literal values.
19660
20014
 
19661
20015
  <div class="padding-left--md">
19662
20016
 
@@ -19674,7 +20028,10 @@ The type of the precondition.
19674
20028
  </div>
19675
20029
 
19676
20030
  <a name="privatesyntheticlocationdeploymenttype"></a>
19677
- ### PrivateSyntheticLocationDeploymentType
20031
+ ### ~~PrivateSyntheticLocationDeploymentType~~
20032
+
20033
+ > ⚠️ **Deprecated**
20034
+ > Use literal values.
19678
20035
 
19679
20036
  <div class="padding-left--md">
19680
20037
 
@@ -19695,7 +20052,10 @@ The deployment type of the location:
19695
20052
  </div>
19696
20053
 
19697
20054
  <a name="privatesyntheticlocationstatus"></a>
19698
- ### PrivateSyntheticLocationStatus
20055
+ ### ~~PrivateSyntheticLocationStatus~~
20056
+
20057
+ > ⚠️ **Deprecated**
20058
+ > Use literal values.
19699
20059
 
19700
20060
  <div class="padding-left--md">
19701
20061
 
@@ -19717,7 +20077,10 @@ The status of the location:
19717
20077
  </div>
19718
20078
 
19719
20079
  <a name="privatesyntheticlocationtype"></a>
19720
- ### PrivateSyntheticLocationType
20080
+ ### ~~PrivateSyntheticLocationType~~
20081
+
20082
+ > ⚠️ **Deprecated**
20083
+ > Use literal values.
19721
20084
 
19722
20085
  <div class="padding-left--md">
19723
20086
 
@@ -19735,7 +20098,10 @@ The status of the location:
19735
20098
  </div>
19736
20099
 
19737
20100
  <a name="problemimpactlevel"></a>
19738
- ### ProblemImpactLevel
20101
+ ### ~~ProblemImpactLevel~~
20102
+
20103
+ > ⚠️ **Deprecated**
20104
+ > Use literal values.
19739
20105
 
19740
20106
  <div class="padding-left--md">
19741
20107
 
@@ -19753,7 +20119,10 @@ The impact level of the problem. It shows what is affected by the problem.
19753
20119
  </div>
19754
20120
 
19755
20121
  <a name="problemseveritylevel"></a>
19756
- ### ProblemSeverityLevel
20122
+ ### ~~ProblemSeverityLevel~~
20123
+
20124
+ > ⚠️ **Deprecated**
20125
+ > Use literal values.
19757
20126
 
19758
20127
  <div class="padding-left--md">
19759
20128
 
@@ -19771,7 +20140,10 @@ The severity of the problem.
19771
20140
  </div>
19772
20141
 
19773
20142
  <a name="problemstatus"></a>
19774
- ### ProblemStatus
20143
+ ### ~~ProblemStatus~~
20144
+
20145
+ > ⚠️ **Deprecated**
20146
+ > Use literal values.
19775
20147
 
19776
20148
  <div class="padding-left--md">
19777
20149
 
@@ -19789,7 +20161,10 @@ The status of the problem.
19789
20161
  </div>
19790
20162
 
19791
20163
  <a name="propertydefinitionmodificationpolicy"></a>
19792
- ### PropertyDefinitionModificationPolicy
20164
+ ### ~~PropertyDefinitionModificationPolicy~~
20165
+
20166
+ > ⚠️ **Deprecated**
20167
+ > Use literal values.
19793
20168
 
19794
20169
  <div class="padding-left--md">
19795
20170
 
@@ -19807,7 +20182,10 @@ Modification policy of the property.
19807
20182
  </div>
19808
20183
 
19809
20184
  <a name="relatedserviceexposure"></a>
19810
- ### RelatedServiceExposure
20185
+ ### ~~RelatedServiceExposure~~
20186
+
20187
+ > ⚠️ **Deprecated**
20188
+ > Use literal values.
19811
20189
 
19812
20190
  <div class="padding-left--md">
19813
20191
 
@@ -19825,7 +20203,10 @@ The level of exposure of the service.
19825
20203
  </div>
19826
20204
 
19827
20205
  <a name="remediationassessmentassessmentaccuracy"></a>
19828
- ### RemediationAssessmentAssessmentAccuracy
20206
+ ### ~~RemediationAssessmentAssessmentAccuracy~~
20207
+
20208
+ > ⚠️ **Deprecated**
20209
+ > Use literal values.
19829
20210
 
19830
20211
  <div class="padding-left--md">
19831
20212
 
@@ -19843,7 +20224,10 @@ The accuracy of the assessment.
19843
20224
  </div>
19844
20225
 
19845
20226
  <a name="remediationassessmentdataassets"></a>
19846
- ### RemediationAssessmentDataAssets
20227
+ ### ~~RemediationAssessmentDataAssets~~
20228
+
20229
+ > ⚠️ **Deprecated**
20230
+ > Use literal values.
19847
20231
 
19848
20232
  <div class="padding-left--md">
19849
20233
 
@@ -19861,7 +20245,10 @@ The reachability of related data assets by affected entities.
19861
20245
  </div>
19862
20246
 
19863
20247
  <a name="remediationassessmentexposure"></a>
19864
- ### RemediationAssessmentExposure
20248
+ ### ~~RemediationAssessmentExposure~~
20249
+
20250
+ > ⚠️ **Deprecated**
20251
+ > Use literal values.
19865
20252
 
19866
20253
  <div class="padding-left--md">
19867
20254
 
@@ -19879,7 +20266,10 @@ The level of exposure of affected entities.
19879
20266
  </div>
19880
20267
 
19881
20268
  <a name="remediationassessmentvulnerablefunctionusage"></a>
19882
- ### RemediationAssessmentVulnerableFunctionUsage
20269
+ ### ~~RemediationAssessmentVulnerableFunctionUsage~~
20270
+
20271
+ > ⚠️ **Deprecated**
20272
+ > Use literal values.
19883
20273
 
19884
20274
  <div class="padding-left--md">
19885
20275
 
@@ -19897,7 +20287,10 @@ The usage of vulnerable functions
19897
20287
  </div>
19898
20288
 
19899
20289
  <a name="remediationdetailsitemvulnerabilitystate"></a>
19900
- ### RemediationDetailsItemVulnerabilityState
20290
+ ### ~~RemediationDetailsItemVulnerabilityState~~
20291
+
20292
+ > ⚠️ **Deprecated**
20293
+ > Use literal values.
19901
20294
 
19902
20295
  <div class="padding-left--md">
19903
20296
 
@@ -19915,7 +20308,10 @@ The usage of vulnerable functions
19915
20308
  </div>
19916
20309
 
19917
20310
  <a name="remediationitemmutestatechangereason"></a>
19918
- ### RemediationItemMuteStateChangeReason
20311
+ ### ~~RemediationItemMuteStateChangeReason~~
20312
+
20313
+ > ⚠️ **Deprecated**
20314
+ > Use literal values.
19919
20315
 
19920
20316
  <div class="padding-left--md">
19921
20317
 
@@ -19933,7 +20329,10 @@ The reason for the mute state change.
19933
20329
  </div>
19934
20330
 
19935
20331
  <a name="remediationitemmutestatereason"></a>
19936
- ### RemediationItemMuteStateReason
20332
+ ### ~~RemediationItemMuteStateReason~~
20333
+
20334
+ > ⚠️ **Deprecated**
20335
+ > Use literal values.
19937
20336
 
19938
20337
  <div class="padding-left--md">
19939
20338
 
@@ -19951,7 +20350,10 @@ The reason for the most recent mute state change.
19951
20350
  </div>
19952
20351
 
19953
20352
  <a name="remediationitemmutingsummaryreason"></a>
19954
- ### RemediationItemMutingSummaryReason
20353
+ ### ~~RemediationItemMutingSummaryReason~~
20354
+
20355
+ > ⚠️ **Deprecated**
20356
+ > Use literal values.
19955
20357
 
19956
20358
  <div class="padding-left--md">
19957
20359
 
@@ -19969,7 +20371,10 @@ Contains a reason, in case the requested operation was not executed.
19969
20371
  </div>
19970
20372
 
19971
20373
  <a name="remediationitemvulnerabilitystate"></a>
19972
- ### RemediationItemVulnerabilityState
20374
+ ### ~~RemediationItemVulnerabilityState~~
20375
+
20376
+ > ⚠️ **Deprecated**
20377
+ > Use literal values.
19973
20378
 
19974
20379
  <div class="padding-left--md">
19975
20380
 
@@ -19987,7 +20392,10 @@ Contains a reason, in case the requested operation was not executed.
19987
20392
  </div>
19988
20393
 
19989
20394
  <a name="remediationitemsbulkmutereason"></a>
19990
- ### RemediationItemsBulkMuteReason
20395
+ ### ~~RemediationItemsBulkMuteReason~~
20396
+
20397
+ > ⚠️ **Deprecated**
20398
+ > Use literal values.
19991
20399
 
19992
20400
  <div class="padding-left--md">
19993
20401
 
@@ -20005,7 +20413,10 @@ The reason for muting the remediation items.
20005
20413
  </div>
20006
20414
 
20007
20415
  <a name="remediationitemsbulkunmutereason"></a>
20008
- ### RemediationItemsBulkUnmuteReason
20416
+ ### ~~RemediationItemsBulkUnmuteReason~~
20417
+
20418
+ > ⚠️ **Deprecated**
20419
+ > Use literal values.
20009
20420
 
20010
20421
  <div class="padding-left--md">
20011
20422
 
@@ -20023,7 +20434,10 @@ The reason for un-muting the remediation items.
20023
20434
  </div>
20024
20435
 
20025
20436
  <a name="remediationprogressentityassessmentvulnerablefunctionusage"></a>
20026
- ### RemediationProgressEntityAssessmentVulnerableFunctionUsage
20437
+ ### ~~RemediationProgressEntityAssessmentVulnerableFunctionUsage~~
20438
+
20439
+ > ⚠️ **Deprecated**
20440
+ > Use literal values.
20027
20441
 
20028
20442
  <div class="padding-left--md">
20029
20443
 
@@ -20041,7 +20455,10 @@ The usage of vulnerable functions
20041
20455
  </div>
20042
20456
 
20043
20457
  <a name="remediationprogressentitystate"></a>
20044
- ### RemediationProgressEntityState
20458
+ ### ~~RemediationProgressEntityState~~
20459
+
20460
+ > ⚠️ **Deprecated**
20461
+ > Use literal values.
20045
20462
 
20046
20463
  <div class="padding-left--md">
20047
20464
 
@@ -20059,7 +20476,10 @@ The current state of the remediation progress entity.
20059
20476
  </div>
20060
20477
 
20061
20478
  <a name="removepermissionpathaccessortype"></a>
20062
- ### RemovePermissionPathAccessorType
20479
+ ### ~~RemovePermissionPathAccessorType~~
20480
+
20481
+ > ⚠️ **Deprecated**
20482
+ > Use literal values.
20063
20483
 
20064
20484
  <div class="padding-left--md">
20065
20485
 
@@ -20077,7 +20497,10 @@ The current state of the remediation progress entity.
20077
20497
  </div>
20078
20498
 
20079
20499
  <a name="resourcecontextoperationsitem"></a>
20080
- ### ResourceContextOperationsItem
20500
+ ### ~~ResourceContextOperationsItem~~
20501
+
20502
+ > ⚠️ **Deprecated**
20503
+ > Use literal values.
20081
20504
 
20082
20505
  <div class="padding-left--md">
20083
20506
 
@@ -20095,7 +20518,10 @@ The allowed operations on this settings object.
20095
20518
  </div>
20096
20519
 
20097
20520
  <a name="revisiondifftype"></a>
20098
- ### RevisionDiffType
20521
+ ### ~~RevisionDiffType~~
20522
+
20523
+ > ⚠️ **Deprecated**
20524
+ > Use literal values.
20099
20525
 
20100
20526
  <div class="padding-left--md">
20101
20527
 
@@ -20113,7 +20539,10 @@ The type of the difference.
20113
20539
  </div>
20114
20540
 
20115
20541
  <a name="riskassessmentassessmentaccuracy"></a>
20116
- ### RiskAssessmentAssessmentAccuracy
20542
+ ### ~~RiskAssessmentAssessmentAccuracy~~
20543
+
20544
+ > ⚠️ **Deprecated**
20545
+ > Use literal values.
20117
20546
 
20118
20547
  <div class="padding-left--md">
20119
20548
 
@@ -20131,7 +20560,10 @@ The accuracy of the assessment.
20131
20560
  </div>
20132
20561
 
20133
20562
  <a name="riskassessmentbaserisklevel"></a>
20134
- ### RiskAssessmentBaseRiskLevel
20563
+ ### ~~RiskAssessmentBaseRiskLevel~~
20564
+
20565
+ > ⚠️ **Deprecated**
20566
+ > Use literal values.
20135
20567
 
20136
20568
  <div class="padding-left--md">
20137
20569
 
@@ -20149,7 +20581,10 @@ The risk level from the CVSS score.
20149
20581
  </div>
20150
20582
 
20151
20583
  <a name="riskassessmentchangespreviousexposure"></a>
20152
- ### RiskAssessmentChangesPreviousExposure
20584
+ ### ~~RiskAssessmentChangesPreviousExposure~~
20585
+
20586
+ > ⚠️ **Deprecated**
20587
+ > Use literal values.
20153
20588
 
20154
20589
  <div class="padding-left--md">
20155
20590
 
@@ -20167,7 +20602,10 @@ The previous level of exposure of affected entities.
20167
20602
  </div>
20168
20603
 
20169
20604
  <a name="riskassessmentchangespreviouspublicexploit"></a>
20170
- ### RiskAssessmentChangesPreviousPublicExploit
20605
+ ### ~~RiskAssessmentChangesPreviousPublicExploit~~
20606
+
20607
+ > ⚠️ **Deprecated**
20608
+ > Use literal values.
20171
20609
 
20172
20610
  <div class="padding-left--md">
20173
20611
 
@@ -20185,7 +20623,10 @@ The previous availability status of public exploits.
20185
20623
  </div>
20186
20624
 
20187
20625
  <a name="riskassessmentchangespreviousvulnerablefunctionusage"></a>
20188
- ### RiskAssessmentChangesPreviousVulnerableFunctionUsage
20626
+ ### ~~RiskAssessmentChangesPreviousVulnerableFunctionUsage~~
20627
+
20628
+ > ⚠️ **Deprecated**
20629
+ > Use literal values.
20189
20630
 
20190
20631
  <div class="padding-left--md">
20191
20632
 
@@ -20203,7 +20644,10 @@ The previous state of vulnerable code execution.
20203
20644
  </div>
20204
20645
 
20205
20646
  <a name="riskassessmentdataassets"></a>
20206
- ### RiskAssessmentDataAssets
20647
+ ### ~~RiskAssessmentDataAssets~~
20648
+
20649
+ > ⚠️ **Deprecated**
20650
+ > Use literal values.
20207
20651
 
20208
20652
  <div class="padding-left--md">
20209
20653
 
@@ -20221,7 +20665,10 @@ The reachability of related data assets by affected entities.
20221
20665
  </div>
20222
20666
 
20223
20667
  <a name="riskassessmentdetailsassessmentaccuracy"></a>
20224
- ### RiskAssessmentDetailsAssessmentAccuracy
20668
+ ### ~~RiskAssessmentDetailsAssessmentAccuracy~~
20669
+
20670
+ > ⚠️ **Deprecated**
20671
+ > Use literal values.
20225
20672
 
20226
20673
  <div class="padding-left--md">
20227
20674
 
@@ -20239,7 +20686,10 @@ The accuracy of the assessment.
20239
20686
  </div>
20240
20687
 
20241
20688
  <a name="riskassessmentdetailsbaserisklevel"></a>
20242
- ### RiskAssessmentDetailsBaseRiskLevel
20689
+ ### ~~RiskAssessmentDetailsBaseRiskLevel~~
20690
+
20691
+ > ⚠️ **Deprecated**
20692
+ > Use literal values.
20243
20693
 
20244
20694
  <div class="padding-left--md">
20245
20695
 
@@ -20257,7 +20707,10 @@ The risk level from the CVSS score.
20257
20707
  </div>
20258
20708
 
20259
20709
  <a name="riskassessmentdetailsdataassets"></a>
20260
- ### RiskAssessmentDetailsDataAssets
20710
+ ### ~~RiskAssessmentDetailsDataAssets~~
20711
+
20712
+ > ⚠️ **Deprecated**
20713
+ > Use literal values.
20261
20714
 
20262
20715
  <div class="padding-left--md">
20263
20716
 
@@ -20275,7 +20728,10 @@ The reachability of related data assets by affected entities.
20275
20728
  </div>
20276
20729
 
20277
20730
  <a name="riskassessmentdetailsexposure"></a>
20278
- ### RiskAssessmentDetailsExposure
20731
+ ### ~~RiskAssessmentDetailsExposure~~
20732
+
20733
+ > ⚠️ **Deprecated**
20734
+ > Use literal values.
20279
20735
 
20280
20736
  <div class="padding-left--md">
20281
20737
 
@@ -20293,7 +20749,10 @@ The level of exposure of affected entities.
20293
20749
  </div>
20294
20750
 
20295
20751
  <a name="riskassessmentdetailspublicexploit"></a>
20296
- ### RiskAssessmentDetailsPublicExploit
20752
+ ### ~~RiskAssessmentDetailsPublicExploit~~
20753
+
20754
+ > ⚠️ **Deprecated**
20755
+ > Use literal values.
20297
20756
 
20298
20757
  <div class="padding-left--md">
20299
20758
 
@@ -20311,7 +20770,10 @@ The availability status of public exploits.
20311
20770
  </div>
20312
20771
 
20313
20772
  <a name="riskassessmentdetailsrisklevel"></a>
20314
- ### RiskAssessmentDetailsRiskLevel
20773
+ ### ~~RiskAssessmentDetailsRiskLevel~~
20774
+
20775
+ > ⚠️ **Deprecated**
20776
+ > Use literal values.
20315
20777
 
20316
20778
  <div class="padding-left--md">
20317
20779
 
@@ -20331,7 +20793,10 @@ The Davis risk level.
20331
20793
  </div>
20332
20794
 
20333
20795
  <a name="riskassessmentdetailsvulnerablefunctionusage"></a>
20334
- ### RiskAssessmentDetailsVulnerableFunctionUsage
20796
+ ### ~~RiskAssessmentDetailsVulnerableFunctionUsage~~
20797
+
20798
+ > ⚠️ **Deprecated**
20799
+ > Use literal values.
20335
20800
 
20336
20801
  <div class="padding-left--md">
20337
20802
 
@@ -20349,7 +20814,10 @@ The state of vulnerable code execution.
20349
20814
  </div>
20350
20815
 
20351
20816
  <a name="riskassessmentexposure"></a>
20352
- ### RiskAssessmentExposure
20817
+ ### ~~RiskAssessmentExposure~~
20818
+
20819
+ > ⚠️ **Deprecated**
20820
+ > Use literal values.
20353
20821
 
20354
20822
  <div class="padding-left--md">
20355
20823
 
@@ -20367,7 +20835,10 @@ The level of exposure of affected entities.
20367
20835
  </div>
20368
20836
 
20369
20837
  <a name="riskassessmentpublicexploit"></a>
20370
- ### RiskAssessmentPublicExploit
20838
+ ### ~~RiskAssessmentPublicExploit~~
20839
+
20840
+ > ⚠️ **Deprecated**
20841
+ > Use literal values.
20371
20842
 
20372
20843
  <div class="padding-left--md">
20373
20844
 
@@ -20385,7 +20856,10 @@ The availability status of public exploits.
20385
20856
  </div>
20386
20857
 
20387
20858
  <a name="riskassessmentrisklevel"></a>
20388
- ### RiskAssessmentRiskLevel
20859
+ ### ~~RiskAssessmentRiskLevel~~
20860
+
20861
+ > ⚠️ **Deprecated**
20862
+ > Use literal values.
20389
20863
 
20390
20864
  <div class="padding-left--md">
20391
20865
 
@@ -20405,7 +20879,10 @@ The Davis risk level.
20405
20879
  </div>
20406
20880
 
20407
20881
  <a name="riskassessmentsnapshotexposure"></a>
20408
- ### RiskAssessmentSnapshotExposure
20882
+ ### ~~RiskAssessmentSnapshotExposure~~
20883
+
20884
+ > ⚠️ **Deprecated**
20885
+ > Use literal values.
20409
20886
 
20410
20887
  <div class="padding-left--md">
20411
20888
 
@@ -20423,7 +20900,10 @@ The level of exposure of affected entities.
20423
20900
  </div>
20424
20901
 
20425
20902
  <a name="riskassessmentsnapshotpublicexploit"></a>
20426
- ### RiskAssessmentSnapshotPublicExploit
20903
+ ### ~~RiskAssessmentSnapshotPublicExploit~~
20904
+
20905
+ > ⚠️ **Deprecated**
20906
+ > Use literal values.
20427
20907
 
20428
20908
  <div class="padding-left--md">
20429
20909
 
@@ -20441,7 +20921,10 @@ The availability status of public exploits.
20441
20921
  </div>
20442
20922
 
20443
20923
  <a name="riskassessmentsnapshotrisklevel"></a>
20444
- ### RiskAssessmentSnapshotRiskLevel
20924
+ ### ~~RiskAssessmentSnapshotRiskLevel~~
20925
+
20926
+ > ⚠️ **Deprecated**
20927
+ > Use literal values.
20445
20928
 
20446
20929
  <div class="padding-left--md">
20447
20930
 
@@ -20461,7 +20944,10 @@ The Davis risk level.
20461
20944
  </div>
20462
20945
 
20463
20946
  <a name="riskassessmentsnapshotvulnerablefunctionusage"></a>
20464
- ### RiskAssessmentSnapshotVulnerableFunctionUsage
20947
+ ### ~~RiskAssessmentSnapshotVulnerableFunctionUsage~~
20948
+
20949
+ > ⚠️ **Deprecated**
20950
+ > Use literal values.
20465
20951
 
20466
20952
  <div class="padding-left--md">
20467
20953
 
@@ -20479,7 +20965,10 @@ The state of vulnerable code execution.
20479
20965
  </div>
20480
20966
 
20481
20967
  <a name="riskassessmentvulnerablefunctionusage"></a>
20482
- ### RiskAssessmentVulnerableFunctionUsage
20968
+ ### ~~RiskAssessmentVulnerableFunctionUsage~~
20969
+
20970
+ > ⚠️ **Deprecated**
20971
+ > Use literal values.
20483
20972
 
20484
20973
  <div class="padding-left--md">
20485
20974
 
@@ -20497,7 +20986,10 @@ The state of vulnerable code execution.
20497
20986
  </div>
20498
20987
 
20499
20988
  <a name="rolluptype"></a>
20500
- ### RollupType
20989
+ ### ~~RollupType~~
20990
+
20991
+ > ⚠️ **Deprecated**
20992
+ > Use literal values.
20501
20993
 
20502
20994
  <div class="padding-left--md">
20503
20995
 
@@ -20515,7 +21007,10 @@ The state of vulnerable code execution.
20515
21007
  </div>
20516
21008
 
20517
21009
  <a name="schemaconstraintrestdtotype"></a>
20518
- ### SchemaConstraintRestDtoType
21010
+ ### ~~SchemaConstraintRestDtoType~~
21011
+
21012
+ > ⚠️ **Deprecated**
21013
+ > Use literal values.
20519
21014
 
20520
21015
  <div class="padding-left--md">
20521
21016
 
@@ -20533,7 +21028,10 @@ The type of the schema constraint.
20533
21028
  </div>
20534
21029
 
20535
21030
  <a name="schematypetype"></a>
20536
- ### SchemaTypeType
21031
+ ### ~~SchemaTypeType~~
21032
+
21033
+ > ⚠️ **Deprecated**
21034
+ > Use literal values.
20537
21035
 
20538
21036
  <div class="padding-left--md">
20539
21037
 
@@ -20551,7 +21049,10 @@ Type of the reference type.
20551
21049
  </div>
20552
21050
 
20553
21051
  <a name="securityproblembulkmutingsummaryreason"></a>
20554
- ### SecurityProblemBulkMutingSummaryReason
21052
+ ### ~~SecurityProblemBulkMutingSummaryReason~~
21053
+
21054
+ > ⚠️ **Deprecated**
21055
+ > Use literal values.
20555
21056
 
20556
21057
  <div class="padding-left--md">
20557
21058
 
@@ -20569,7 +21070,10 @@ Contains a reason, in case the requested operation was not executed.
20569
21070
  </div>
20570
21071
 
20571
21072
  <a name="securityproblemdetailsstatus"></a>
20572
- ### SecurityProblemDetailsStatus
21073
+ ### ~~SecurityProblemDetailsStatus~~
21074
+
21075
+ > ⚠️ **Deprecated**
21076
+ > Use literal values.
20573
21077
 
20574
21078
  <div class="padding-left--md">
20575
21079
 
@@ -20587,7 +21091,10 @@ The status of the security problem.
20587
21091
  </div>
20588
21092
 
20589
21093
  <a name="securityproblemdetailstechnology"></a>
20590
- ### SecurityProblemDetailsTechnology
21094
+ ### ~~SecurityProblemDetailsTechnology~~
21095
+
21096
+ > ⚠️ **Deprecated**
21097
+ > Use literal values.
20591
21098
 
20592
21099
  <div class="padding-left--md">
20593
21100
 
@@ -20605,7 +21112,10 @@ The technology of the security problem.
20605
21112
  </div>
20606
21113
 
20607
21114
  <a name="securityproblemdetailsvulnerabilitytype"></a>
20608
- ### SecurityProblemDetailsVulnerabilityType
21115
+ ### ~~SecurityProblemDetailsVulnerabilityType~~
21116
+
21117
+ > ⚠️ **Deprecated**
21118
+ > Use literal values.
20609
21119
 
20610
21120
  <div class="padding-left--md">
20611
21121
 
@@ -20623,7 +21133,10 @@ The type of the vulnerability.
20623
21133
  </div>
20624
21134
 
20625
21135
  <a name="securityproblemeventreason"></a>
20626
- ### SecurityProblemEventReason
21136
+ ### ~~SecurityProblemEventReason~~
21137
+
21138
+ > ⚠️ **Deprecated**
21139
+ > Use literal values.
20627
21140
 
20628
21141
  <div class="padding-left--md">
20629
21142
 
@@ -20641,7 +21154,10 @@ The reason of the event creation.
20641
21154
  </div>
20642
21155
 
20643
21156
  <a name="securityproblemmutereason"></a>
20644
- ### SecurityProblemMuteReason
21157
+ ### ~~SecurityProblemMuteReason~~
21158
+
21159
+ > ⚠️ **Deprecated**
21160
+ > Use literal values.
20645
21161
 
20646
21162
  <div class="padding-left--md">
20647
21163
 
@@ -20659,7 +21175,10 @@ The reason for muting a security problem.
20659
21175
  </div>
20660
21176
 
20661
21177
  <a name="securityproblemstatus"></a>
20662
- ### SecurityProblemStatus
21178
+ ### ~~SecurityProblemStatus~~
21179
+
21180
+ > ⚠️ **Deprecated**
21181
+ > Use literal values.
20663
21182
 
20664
21183
  <div class="padding-left--md">
20665
21184
 
@@ -20677,7 +21196,10 @@ The status of the security problem.
20677
21196
  </div>
20678
21197
 
20679
21198
  <a name="securityproblemtechnology"></a>
20680
- ### SecurityProblemTechnology
21199
+ ### ~~SecurityProblemTechnology~~
21200
+
21201
+ > ⚠️ **Deprecated**
21202
+ > Use literal values.
20681
21203
 
20682
21204
  <div class="padding-left--md">
20683
21205
 
@@ -20695,7 +21217,10 @@ The technology of the security problem.
20695
21217
  </div>
20696
21218
 
20697
21219
  <a name="securityproblemunmutereason"></a>
20698
- ### SecurityProblemUnmuteReason
21220
+ ### ~~SecurityProblemUnmuteReason~~
21221
+
21222
+ > ⚠️ **Deprecated**
21223
+ > Use literal values.
20699
21224
 
20700
21225
  <div class="padding-left--md">
20701
21226
 
@@ -20713,7 +21238,10 @@ The reason for un-muting a security problem.
20713
21238
  </div>
20714
21239
 
20715
21240
  <a name="securityproblemvulnerabilitytype"></a>
20716
- ### SecurityProblemVulnerabilityType
21241
+ ### ~~SecurityProblemVulnerabilityType~~
21242
+
21243
+ > ⚠️ **Deprecated**
21244
+ > Use literal values.
20717
21245
 
20718
21246
  <div class="padding-left--md">
20719
21247
 
@@ -20731,7 +21259,10 @@ The type of the vulnerability.
20731
21259
  </div>
20732
21260
 
20733
21261
  <a name="securityproblemsbulkmutereason"></a>
20734
- ### SecurityProblemsBulkMuteReason
21262
+ ### ~~SecurityProblemsBulkMuteReason~~
21263
+
21264
+ > ⚠️ **Deprecated**
21265
+ > Use literal values.
20735
21266
 
20736
21267
  <div class="padding-left--md">
20737
21268
 
@@ -20749,7 +21280,10 @@ The reason for muting the security problems.
20749
21280
  </div>
20750
21281
 
20751
21282
  <a name="securityproblemsbulkunmutereason"></a>
20752
- ### SecurityProblemsBulkUnmuteReason
21283
+ ### ~~SecurityProblemsBulkUnmuteReason~~
21284
+
21285
+ > ⚠️ **Deprecated**
21286
+ > Use literal values.
20753
21287
 
20754
21288
  <div class="padding-left--md">
20755
21289
 
@@ -20767,7 +21301,10 @@ The reason for un-muting the security problems.
20767
21301
  </div>
20768
21302
 
20769
21303
  <a name="sloburnrateburnratetype"></a>
20770
- ### SloBurnRateBurnRateType
21304
+ ### ~~SloBurnRateBurnRateType~~
21305
+
21306
+ > ⚠️ **Deprecated**
21307
+ > Use literal values.
20771
21308
 
20772
21309
  <div class="padding-left--md">
20773
21310
 
@@ -20787,7 +21324,10 @@ Has a value of &apos;FAST&apos;, &apos;SLOW&apos; or &apos;NONE&apos;.
20787
21324
  </div>
20788
21325
 
20789
21326
  <a name="sloconfigitemdtoimplevaluationtype"></a>
20790
- ### SloConfigItemDtoImplEvaluationType
21327
+ ### ~~SloConfigItemDtoImplEvaluationType~~
21328
+
21329
+ > ⚠️ **Deprecated**
21330
+ > Use literal values.
20791
21331
 
20792
21332
  <div class="padding-left--md">
20793
21333
 
@@ -20805,7 +21345,10 @@ The evaluation type of the SLO.
20805
21345
  </div>
20806
21346
 
20807
21347
  <a name="sloevaluationtype"></a>
20808
- ### SLOEvaluationType
21348
+ ### ~~SLOEvaluationType~~
21349
+
21350
+ > ⚠️ **Deprecated**
21351
+ > Use literal values.
20809
21352
 
20810
21353
  <div class="padding-left--md">
20811
21354
 
@@ -20823,7 +21366,10 @@ The evaluation type of the SLO.
20823
21366
  </div>
20824
21367
 
20825
21368
  <a name="slostatus"></a>
20826
- ### SLOStatus
21369
+ ### ~~SLOStatus~~
21370
+
21371
+ > ⚠️ **Deprecated**
21372
+ > Use literal values.
20827
21373
 
20828
21374
  <div class="padding-left--md">
20829
21375
 
@@ -20841,7 +21387,10 @@ The status of the calculated SLO.
20841
21387
  </div>
20842
21388
 
20843
21389
  <a name="syntheticlocationstatus"></a>
20844
- ### SyntheticLocationStatus
21390
+ ### ~~SyntheticLocationStatus~~
21391
+
21392
+ > ⚠️ **Deprecated**
21393
+ > Use literal values.
20845
21394
 
20846
21395
  <div class="padding-left--md">
20847
21396
 
@@ -20863,7 +21412,10 @@ The status of the location:
20863
21412
  </div>
20864
21413
 
20865
21414
  <a name="syntheticlocationtype"></a>
20866
- ### SyntheticLocationType
21415
+ ### ~~SyntheticLocationType~~
21416
+
21417
+ > ⚠️ **Deprecated**
21418
+ > Use literal values.
20867
21419
 
20868
21420
  <div class="padding-left--md">
20869
21421
 
@@ -20885,7 +21437,10 @@ Defines the actual set of fields depending on the value. See one of the followin
20885
21437
  </div>
20886
21438
 
20887
21439
  <a name="syntheticlocationupdatetype"></a>
20888
- ### SyntheticLocationUpdateType
21440
+ ### ~~SyntheticLocationUpdateType~~
21441
+
21442
+ > ⚠️ **Deprecated**
21443
+ > Use literal values.
20889
21444
 
20890
21445
  <div class="padding-left--md">
20891
21446
 
@@ -20906,7 +21461,10 @@ Defines the actual set of fields depending on the value. See one of the followin
20906
21461
  </div>
20907
21462
 
20908
21463
  <a name="syntheticmonitorperformancethresholddtoaggregation"></a>
20909
- ### SyntheticMonitorPerformanceThresholdDtoAggregation
21464
+ ### ~~SyntheticMonitorPerformanceThresholdDtoAggregation~~
21465
+
21466
+ > ⚠️ **Deprecated**
21467
+ > Use literal values.
20910
21468
 
20911
21469
  <div class="padding-left--md">
20912
21470
 
@@ -20924,7 +21482,10 @@ Aggregation type
20924
21482
  </div>
20925
21483
 
20926
21484
  <a name="syntheticmonitorperformancethresholddtotype"></a>
20927
- ### SyntheticMonitorPerformanceThresholdDtoType
21485
+ ### ~~SyntheticMonitorPerformanceThresholdDtoType~~
21486
+
21487
+ > ⚠️ **Deprecated**
21488
+ > Use literal values.
20928
21489
 
20929
21490
  <div class="padding-left--md">
20930
21491
 
@@ -20942,7 +21503,10 @@ Type of performance threshold
20942
21503
  </div>
20943
21504
 
20944
21505
  <a name="syntheticmonitorsummarydtotype"></a>
20945
- ### SyntheticMonitorSummaryDtoType
21506
+ ### ~~SyntheticMonitorSummaryDtoType~~
21507
+
21508
+ > ⚠️ **Deprecated**
21509
+ > Use literal values.
20946
21510
 
20947
21511
  <div class="padding-left--md">
20948
21512
 
@@ -20960,7 +21524,10 @@ Type of performance threshold
20960
21524
  </div>
20961
21525
 
20962
21526
  <a name="syntheticmultiprotocolmonitorrequesttype"></a>
20963
- ### SyntheticMultiProtocolMonitorRequestType
21527
+ ### ~~SyntheticMultiProtocolMonitorRequestType~~
21528
+
21529
+ > ⚠️ **Deprecated**
21530
+ > Use literal values.
20964
21531
 
20965
21532
  <div class="padding-left--md">
20966
21533
 
@@ -20978,7 +21545,10 @@ Monitor type.
20978
21545
  </div>
20979
21546
 
20980
21547
  <a name="syntheticmultiprotocolmonitorresponsetype"></a>
20981
- ### SyntheticMultiProtocolMonitorResponseType
21548
+ ### ~~SyntheticMultiProtocolMonitorResponseType~~
21549
+
21550
+ > ⚠️ **Deprecated**
21551
+ > Use literal values.
20982
21552
 
20983
21553
  <div class="padding-left--md">
20984
21554
 
@@ -20996,7 +21566,10 @@ Monitor type.
20996
21566
  </div>
20997
21567
 
20998
21568
  <a name="syntheticmultiprotocolmonitorstepdtorequesttype"></a>
20999
- ### SyntheticMultiProtocolMonitorStepDtoRequestType
21569
+ ### ~~SyntheticMultiProtocolMonitorStepDtoRequestType~~
21570
+
21571
+ > ⚠️ **Deprecated**
21572
+ > Use literal values.
21000
21573
 
21001
21574
  <div class="padding-left--md">
21002
21575
 
@@ -21014,7 +21587,10 @@ Request type.
21014
21587
  </div>
21015
21588
 
21016
21589
  <a name="syntheticondemandbatchstatusbatchstatus"></a>
21017
- ### SyntheticOnDemandBatchStatusBatchStatus
21590
+ ### ~~SyntheticOnDemandBatchStatusBatchStatus~~
21591
+
21592
+ > ⚠️ **Deprecated**
21593
+ > Use literal values.
21018
21594
 
21019
21595
  <div class="padding-left--md">
21020
21596
 
@@ -21032,7 +21608,10 @@ The status of the batch.
21032
21608
  </div>
21033
21609
 
21034
21610
  <a name="syntheticondemandexecutionexecutionstage"></a>
21035
- ### SyntheticOnDemandExecutionExecutionStage
21611
+ ### ~~SyntheticOnDemandExecutionExecutionStage~~
21612
+
21613
+ > ⚠️ **Deprecated**
21614
+ > Use literal values.
21036
21615
 
21037
21616
  <div class="padding-left--md">
21038
21617
 
@@ -21050,7 +21629,10 @@ Execution stage.
21050
21629
  </div>
21051
21630
 
21052
21631
  <a name="syntheticondemandexecutionprocessingmode"></a>
21053
- ### SyntheticOnDemandExecutionProcessingMode
21632
+ ### ~~SyntheticOnDemandExecutionProcessingMode~~
21633
+
21634
+ > ⚠️ **Deprecated**
21635
+ > Use literal values.
21054
21636
 
21055
21637
  <div class="padding-left--md">
21056
21638
 
@@ -21068,7 +21650,10 @@ The processing mode of the execution.
21068
21650
  </div>
21069
21651
 
21070
21652
  <a name="syntheticondemandexecutionrequestmonitorrepeatmode"></a>
21071
- ### SyntheticOnDemandExecutionRequestMonitorRepeatMode
21653
+ ### ~~SyntheticOnDemandExecutionRequestMonitorRepeatMode~~
21654
+
21655
+ > ⚠️ **Deprecated**
21656
+ > Use literal values.
21072
21657
 
21073
21658
  <div class="padding-left--md">
21074
21659
 
@@ -21086,7 +21671,10 @@ Execution repeat mode. If not set, the mode is SEQUENTIAL.
21086
21671
  </div>
21087
21672
 
21088
21673
  <a name="syntheticondemandexecutionrequestprocessingmode"></a>
21089
- ### SyntheticOnDemandExecutionRequestProcessingMode
21674
+ ### ~~SyntheticOnDemandExecutionRequestProcessingMode~~
21675
+
21676
+ > ⚠️ **Deprecated**
21677
+ > Use literal values.
21090
21678
 
21091
21679
  <div class="padding-left--md">
21092
21680
 
@@ -21104,7 +21692,10 @@ The execution&apos;s processing mode
21104
21692
  </div>
21105
21693
 
21106
21694
  <a name="syntheticondemandexecutionsource"></a>
21107
- ### SyntheticOnDemandExecutionSource
21695
+ ### ~~SyntheticOnDemandExecutionSource~~
21696
+
21697
+ > ⚠️ **Deprecated**
21698
+ > Use literal values.
21108
21699
 
21109
21700
  <div class="padding-left--md">
21110
21701
 
@@ -21122,7 +21713,10 @@ The source of the triggering request.
21122
21713
  </div>
21123
21714
 
21124
21715
  <a name="syntheticondemandfailedexecutionstatusexecutionstage"></a>
21125
- ### SyntheticOnDemandFailedExecutionStatusExecutionStage
21716
+ ### ~~SyntheticOnDemandFailedExecutionStatusExecutionStage~~
21717
+
21718
+ > ⚠️ **Deprecated**
21719
+ > Use literal values.
21126
21720
 
21127
21721
  <div class="padding-left--md">
21128
21722
 
@@ -21140,7 +21734,10 @@ Execution stage.
21140
21734
  </div>
21141
21735
 
21142
21736
  <a name="synthetictagwithsourcedtosource"></a>
21143
- ### SyntheticTagWithSourceDtoSource
21737
+ ### ~~SyntheticTagWithSourceDtoSource~~
21738
+
21739
+ > ⚠️ **Deprecated**
21740
+ > Use literal values.
21144
21741
 
21145
21742
  <div class="padding-left--md">
21146
21743
 
@@ -21158,7 +21755,10 @@ The source of the tag, such as USER, RULE_BASED or AUTO.
21158
21755
  </div>
21159
21756
 
21160
21757
  <a name="updatejobagtype"></a>
21161
- ### UpdateJobAgType
21758
+ ### ~~UpdateJobAgType~~
21759
+
21760
+ > ⚠️ **Deprecated**
21761
+ > Use literal values.
21162
21762
 
21163
21763
  <div class="padding-left--md">
21164
21764
 
@@ -21176,7 +21776,10 @@ The type of the ActiveGate.
21176
21776
  </div>
21177
21777
 
21178
21778
  <a name="updatejobjobstate"></a>
21179
- ### UpdateJobJobState
21779
+ ### ~~UpdateJobJobState~~
21780
+
21781
+ > ⚠️ **Deprecated**
21782
+ > Use literal values.
21180
21783
 
21181
21784
  <div class="padding-left--md">
21182
21785
 
@@ -21194,7 +21797,10 @@ The status of the update job.
21194
21797
  </div>
21195
21798
 
21196
21799
  <a name="updatejobupdatemethod"></a>
21197
- ### UpdateJobUpdateMethod
21800
+ ### ~~UpdateJobUpdateMethod~~
21801
+
21802
+ > ⚠️ **Deprecated**
21803
+ > Use literal values.
21198
21804
 
21199
21805
  <div class="padding-left--md">
21200
21806
 
@@ -21212,7 +21818,10 @@ The method of updating the ActiveGate or its component.
21212
21818
  </div>
21213
21819
 
21214
21820
  <a name="updatejobupdatetype"></a>
21215
- ### UpdateJobUpdateType
21821
+ ### ~~UpdateJobUpdateType~~
21822
+
21823
+ > ⚠️ **Deprecated**
21824
+ > Use literal values.
21216
21825
 
21217
21826
  <div class="padding-left--md">
21218
21827
 
@@ -21230,7 +21839,10 @@ The component to be updated.
21230
21839
  </div>
21231
21840
 
21232
21841
  <a name="updatepermissionpathaccessortype"></a>
21233
- ### UpdatePermissionPathAccessorType
21842
+ ### ~~UpdatePermissionPathAccessorType~~
21843
+
21844
+ > ⚠️ **Deprecated**
21845
+ > Use literal values.
21234
21846
 
21235
21847
  <div class="padding-left--md">
21236
21848
 
@@ -21248,7 +21860,10 @@ The component to be updated.
21248
21860
  </div>
21249
21861
 
21250
21862
  <a name="updatepermissionsrequestpermissionsitem"></a>
21251
- ### UpdatePermissionsRequestPermissionsItem
21863
+ ### ~~UpdatePermissionsRequestPermissionsItem~~
21864
+
21865
+ > ⚠️ **Deprecated**
21866
+ > Use literal values.
21252
21867
 
21253
21868
  <div class="padding-left--md">
21254
21869
 
@@ -21266,7 +21881,10 @@ r = read, w = write
21266
21881
  </div>
21267
21882
 
21268
21883
  <a name="vulnerablefunctioninputsegmenttype"></a>
21269
- ### VulnerableFunctionInputSegmentType
21884
+ ### ~~VulnerableFunctionInputSegmentType~~
21885
+
21886
+ > ⚠️ **Deprecated**
21887
+ > Use literal values.
21270
21888
 
21271
21889
  <div class="padding-left--md">
21272
21890
 
@@ -21284,7 +21902,10 @@ The type of the input segment.
21284
21902
  </div>
21285
21903
 
21286
21904
  <a name="vulnerablefunctioninputtype"></a>
21287
- ### VulnerableFunctionInputType
21905
+ ### ~~VulnerableFunctionInputType~~
21906
+
21907
+ > ⚠️ **Deprecated**
21908
+ > Use literal values.
21288
21909
 
21289
21910
  <div class="padding-left--md">
21290
21911
 
@@ -21302,7 +21923,10 @@ The type of the input.
21302
21923
  </div>
21303
21924
 
21304
21925
  <a name="vulnerablefunctionprocessgroupsusage"></a>
21305
- ### VulnerableFunctionProcessGroupsUsage
21926
+ ### ~~VulnerableFunctionProcessGroupsUsage~~
21927
+
21928
+ > ⚠️ **Deprecated**
21929
+ > Use literal values.
21306
21930
 
21307
21931
  <div class="padding-left--md">
21308
21932