@dynatrace-sdk/client-classic-environment-v2 4.1.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.
- package/CHANGELOG.md +18 -1
- package/README.md +1166 -216
- package/cjs/index.js +4530 -3687
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +3559 -2904
- package/package.json +3 -4
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-agent-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +1 -1
- package/types/packages/{shared-client-utils/src → client/classic-environment-v2/src/lib/apis}/api-client-options.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +5 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/rum-manual-insertion-tags-api.d.ts +117 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-array-error.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/get-error-message.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create-scopes-item.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-scopes-item.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update-scopes-item.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/get-java-script-tag-query-script-execution-attribute.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-one-agent-java-script-tag-query-script-execution-attribute.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/get-one-agent-java-script-tag-with-sri-query-script-execution-attribute.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-message-json.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/encoding.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/transformations.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/utils/url-helpers.d.ts +6 -0
- package/types/packages/shared-errors/src/client-request-error.d.ts +1 -1
- package/types/packages/shared-errors/src/types.d.ts +1 -1
- package/types/packages/shared-client-utils/src/api-gateway-errors-handler.d.ts +0 -9
- package/types/packages/shared-client-utils/src/encoding.d.ts +0 -17
- package/types/packages/shared-client-utils/src/get-error-message.d.ts +0 -8
- package/types/packages/shared-client-utils/src/index.d.ts +0 -6
- package/types/packages/shared-client-utils/src/transformations.d.ts +0 -64
- 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
|
-
[](https://www.npmjs.com/package/@dynatrace-sdk/client-classic-environment-v2/v/4.2.1)
|
|
4
4
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
5
5
|
|
|
6
6
|
|
|
@@ -3299,7 +3299,8 @@ Creates new monitoring configuration for the specified extension 2.0
|
|
|
3299
3299
|
|
|
3300
3300
|
| Error Type | Error Message |
|
|
3301
3301
|
|---|---|
|
|
3302
|
-
|
|
|
3302
|
+
|ErrorEnvelopeArrayError|Failed. The input is invalid. | Failed. The requested resource doesn't exist.|
|
|
3303
|
+
|ErrorEnvelopeError|Client side error. | Server side error.|
|
|
3303
3304
|
|
|
3304
3305
|
|
|
3305
3306
|
<details>
|
|
@@ -6125,7 +6126,9 @@ import { monitoredEntitiesClient } from '@dynatrace-sdk/client-classic-environme
|
|
|
6125
6126
|
|
|
6126
6127
|
|
|
6127
6128
|
<a name="deletesecuritycontext"></a>
|
|
6128
|
-
### deleteSecurityContext
|
|
6129
|
+
### ~~deleteSecurityContext~~
|
|
6130
|
+
|
|
6131
|
+
> ⚠️ **Deprecated**
|
|
6129
6132
|
|
|
6130
6133
|
<div class="padding-bottom--md">
|
|
6131
6134
|
<strong>monitoredEntitiesClient.deleteSecurityContext(config): Promise<<a href="#securitycontextresultdto">SecurityContextResultDto</a>></strong>
|
|
@@ -6524,7 +6527,9 @@ const data = await monitoredEntitiesClient.pushCustomDevice(
|
|
|
6524
6527
|
|
|
6525
6528
|
|
|
6526
6529
|
<a name="setsecuritycontext"></a>
|
|
6527
|
-
### setSecurityContext
|
|
6530
|
+
### ~~setSecurityContext~~
|
|
6531
|
+
|
|
6532
|
+
> ⚠️ **Deprecated**
|
|
6528
6533
|
|
|
6529
6534
|
<div class="padding-bottom--md">
|
|
6530
6535
|
<strong>monitoredEntitiesClient.setSecurityContext(config): Promise<<a href="#securitycontextresultdto" target="_blank" rel="noopener noreferrer">SecurityContextResultDto</a>></strong>
|
|
@@ -7888,6 +7893,272 @@ const data = await releasesClient.getReleases();
|
|
|
7888
7893
|
|
|
7889
7894
|
|
|
7890
7895
|
|
|
7896
|
+
</div>
|
|
7897
|
+
|
|
7898
|
+
## rumManualInsertionTagsClient
|
|
7899
|
+
|
|
7900
|
+
```js
|
|
7901
|
+
import { rumManualInsertionTagsClient } from '@dynatrace-sdk/client-classic-environment-v2';
|
|
7902
|
+
```
|
|
7903
|
+
|
|
7904
|
+
|
|
7905
|
+
<a name="getinlinecode"></a>
|
|
7906
|
+
### getInlineCode
|
|
7907
|
+
|
|
7908
|
+
<div class="padding-bottom--md">
|
|
7909
|
+
<strong>rumManualInsertionTagsClient.getInlineCode(config): Promise<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)></strong>
|
|
7910
|
+
|
|
7911
|
+
<div class="padding-left--md">
|
|
7912
|
+
|
|
7913
|
+
Download the inline code | maturity=EARLY_ADOPTER
|
|
7914
|
+
|
|
7915
|
+
**Required scope:** environment-api:rum:read
|
|
7916
|
+
**Required permission:** environment:roles:manage-settings
|
|
7917
|
+
|
|
7918
|
+
Returns the inline code, which embeds the full RUM monitoring code and configuration directly into the page, minimizing additional web requests. It needs to be updated after configuration changes and monitoring code updates.
|
|
7919
|
+
|
|
7920
|
+
|
|
7921
|
+
|
|
7922
|
+
</div>
|
|
7923
|
+
|
|
7924
|
+
|
|
7925
|
+
#### Parameters
|
|
7926
|
+
|
|
7927
|
+
| Name | Type | Description |
|
|
7928
|
+
| --- | --- | --- |
|
|
7929
|
+
|config.applicationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the web application. |
|
|
7930
|
+
|
|
7931
|
+
|
|
7932
|
+
|
|
7933
|
+
|
|
7934
|
+
#### Returns
|
|
7935
|
+
|
|
7936
|
+
| Return type | Status code | Description |
|
|
7937
|
+
|---|---|---|
|
|
7938
|
+
|void|200|Success. The response contains the inline code.|
|
|
7939
|
+
|
|
7940
|
+
|
|
7941
|
+
#### Throws
|
|
7942
|
+
|
|
7943
|
+
| Error Type | Error Message |
|
|
7944
|
+
|---|---|
|
|
7945
|
+
|ErrorEnvelopeError|Client side error. | Server side error.|
|
|
7946
|
+
|
|
7947
|
+
|
|
7948
|
+
<details>
|
|
7949
|
+
<summary>
|
|
7950
|
+
Code example
|
|
7951
|
+
</summary>
|
|
7952
|
+
|
|
7953
|
+
```ts
|
|
7954
|
+
import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
7955
|
+
|
|
7956
|
+
const data =
|
|
7957
|
+
await rumManualInsertionTagsClient.getInlineCode({
|
|
7958
|
+
applicationId: "...",
|
|
7959
|
+
});
|
|
7960
|
+
```
|
|
7961
|
+
|
|
7962
|
+
</details>
|
|
7963
|
+
|
|
7964
|
+
|
|
7965
|
+
|
|
7966
|
+
</div>
|
|
7967
|
+
|
|
7968
|
+
|
|
7969
|
+
<a name="getjavascripttag"></a>
|
|
7970
|
+
### getJavaScriptTag
|
|
7971
|
+
|
|
7972
|
+
<div class="padding-bottom--md">
|
|
7973
|
+
<strong>rumManualInsertionTagsClient.getJavaScriptTag(config): Promise<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)></strong>
|
|
7974
|
+
|
|
7975
|
+
<div class="padding-left--md">
|
|
7976
|
+
|
|
7977
|
+
Download the JavaScript tag | maturity=EARLY_ADOPTER
|
|
7978
|
+
|
|
7979
|
+
**Required scope:** environment-api:rum:read
|
|
7980
|
+
**Required permission:** environment:roles:manage-settings
|
|
7981
|
+
|
|
7982
|
+
Returns the JavaScript tag, which references an external file containing monitoring code and configuration. Due to its dynamic update mechanism, it is recommended for most use cases.
|
|
7983
|
+
|
|
7984
|
+
|
|
7985
|
+
|
|
7986
|
+
</div>
|
|
7987
|
+
|
|
7988
|
+
|
|
7989
|
+
#### Parameters
|
|
7990
|
+
|
|
7991
|
+
| Name | Type | Description |
|
|
7992
|
+
| --- | --- | --- |
|
|
7993
|
+
|config.applicationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the web application. |
|
|
7994
|
+
|config.crossOriginAnonymous|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Indicates whether to add the crossorigin="anonymous" attribute to the tag. If specified, this overrides the configured value. |
|
|
7995
|
+
|config.scriptExecutionAttribute|"NONE" | "ASYNC" | "DEFER"|Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. |
|
|
7996
|
+
|
|
7997
|
+
|
|
7998
|
+
|
|
7999
|
+
|
|
8000
|
+
#### Returns
|
|
8001
|
+
|
|
8002
|
+
| Return type | Status code | Description |
|
|
8003
|
+
|---|---|---|
|
|
8004
|
+
|void|200|Success. The response contains the JavaScript Tag.|
|
|
8005
|
+
|
|
8006
|
+
|
|
8007
|
+
#### Throws
|
|
8008
|
+
|
|
8009
|
+
| Error Type | Error Message |
|
|
8010
|
+
|---|---|
|
|
8011
|
+
|ErrorEnvelopeError|Client side error. | Server side error.|
|
|
8012
|
+
|
|
8013
|
+
|
|
8014
|
+
<details>
|
|
8015
|
+
<summary>
|
|
8016
|
+
Code example
|
|
8017
|
+
</summary>
|
|
8018
|
+
|
|
8019
|
+
```ts
|
|
8020
|
+
import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
8021
|
+
|
|
8022
|
+
const data =
|
|
8023
|
+
await rumManualInsertionTagsClient.getJavaScriptTag({
|
|
8024
|
+
applicationId: "...",
|
|
8025
|
+
});
|
|
8026
|
+
```
|
|
8027
|
+
|
|
8028
|
+
</details>
|
|
8029
|
+
|
|
8030
|
+
|
|
8031
|
+
|
|
8032
|
+
</div>
|
|
8033
|
+
|
|
8034
|
+
|
|
8035
|
+
<a name="getoneagentjavascripttag"></a>
|
|
8036
|
+
### getOneAgentJavaScriptTag
|
|
8037
|
+
|
|
8038
|
+
<div class="padding-bottom--md">
|
|
8039
|
+
<strong>rumManualInsertionTagsClient.getOneAgentJavaScriptTag(config): Promise<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)></strong>
|
|
8040
|
+
|
|
8041
|
+
<div class="padding-left--md">
|
|
8042
|
+
|
|
8043
|
+
Download the OneAgent JavaScript tag | maturity=EARLY_ADOPTER
|
|
8044
|
+
|
|
8045
|
+
**Required scope:** environment-api:rum:read
|
|
8046
|
+
**Required permission:** environment:roles:manage-settings
|
|
8047
|
+
|
|
8048
|
+
Returns the OneAgent JavaScript tag, which includes configuration and a reference to an external file containing the monitoring code. It needs to be updated after configuration changes and monitoring code updates.
|
|
8049
|
+
|
|
8050
|
+
|
|
8051
|
+
|
|
8052
|
+
</div>
|
|
8053
|
+
|
|
8054
|
+
|
|
8055
|
+
#### Parameters
|
|
8056
|
+
|
|
8057
|
+
| Name | Type | Description |
|
|
8058
|
+
| --- | --- | --- |
|
|
8059
|
+
|config.applicationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the web application. |
|
|
8060
|
+
|config.scriptExecutionAttribute|"NONE" | "ASYNC" | "DEFER"|Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. |
|
|
8061
|
+
|
|
8062
|
+
|
|
8063
|
+
|
|
8064
|
+
|
|
8065
|
+
#### Returns
|
|
8066
|
+
|
|
8067
|
+
| Return type | Status code | Description |
|
|
8068
|
+
|---|---|---|
|
|
8069
|
+
|void|200|Success. The response contains the OneAgent JavaScript Tag.|
|
|
8070
|
+
|
|
8071
|
+
|
|
8072
|
+
#### Throws
|
|
8073
|
+
|
|
8074
|
+
| Error Type | Error Message |
|
|
8075
|
+
|---|---|
|
|
8076
|
+
|ErrorEnvelopeError|Client side error. | Server side error.|
|
|
8077
|
+
|
|
8078
|
+
|
|
8079
|
+
<details>
|
|
8080
|
+
<summary>
|
|
8081
|
+
Code example
|
|
8082
|
+
</summary>
|
|
8083
|
+
|
|
8084
|
+
```ts
|
|
8085
|
+
import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
8086
|
+
|
|
8087
|
+
const data =
|
|
8088
|
+
await rumManualInsertionTagsClient.getOneAgentJavaScriptTag(
|
|
8089
|
+
{ applicationId: "..." },
|
|
8090
|
+
);
|
|
8091
|
+
```
|
|
8092
|
+
|
|
8093
|
+
</details>
|
|
8094
|
+
|
|
8095
|
+
|
|
8096
|
+
|
|
8097
|
+
</div>
|
|
8098
|
+
|
|
8099
|
+
|
|
8100
|
+
<a name="getoneagentjavascripttagwithsri"></a>
|
|
8101
|
+
### getOneAgentJavaScriptTagWithSri
|
|
8102
|
+
|
|
8103
|
+
<div class="padding-bottom--md">
|
|
8104
|
+
<strong>rumManualInsertionTagsClient.getOneAgentJavaScriptTagWithSri(config): Promise<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)></strong>
|
|
8105
|
+
|
|
8106
|
+
<div class="padding-left--md">
|
|
8107
|
+
|
|
8108
|
+
Download the OneAgent JavaScript tag with SRI | maturity=EARLY_ADOPTER
|
|
8109
|
+
|
|
8110
|
+
**Required scope:** environment-api:rum:read
|
|
8111
|
+
**Required permission:** environment:roles:manage-settings
|
|
8112
|
+
|
|
8113
|
+
Returns the OneAgent JavaScript tag with SRI. It includes configuration, a reference to an external file containing the monitoring code, and a hash that allows the browser to verify the integrity of the monitoring code before executing it using its Subresource Integrity (SRI) feature. It needs to be updated after configuration changes and monitoring code updates.
|
|
8114
|
+
|
|
8115
|
+
|
|
8116
|
+
|
|
8117
|
+
</div>
|
|
8118
|
+
|
|
8119
|
+
|
|
8120
|
+
#### Parameters
|
|
8121
|
+
|
|
8122
|
+
| Name | Type | Description |
|
|
8123
|
+
| --- | --- | --- |
|
|
8124
|
+
|config.applicationId<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of the web application. |
|
|
8125
|
+
|config.scriptExecutionAttribute|"NONE" | "ASYNC" | "DEFER"|Specifies the script execution attribute: async, defer, or none. If specified, this overrides the configured value. |
|
|
8126
|
+
|
|
8127
|
+
|
|
8128
|
+
|
|
8129
|
+
|
|
8130
|
+
#### Returns
|
|
8131
|
+
|
|
8132
|
+
| Return type | Status code | Description |
|
|
8133
|
+
|---|---|---|
|
|
8134
|
+
|void|200|Success. The response contains the OneAgent JavaScript Tag with SRI.|
|
|
8135
|
+
|
|
8136
|
+
|
|
8137
|
+
#### Throws
|
|
8138
|
+
|
|
8139
|
+
| Error Type | Error Message |
|
|
8140
|
+
|---|---|
|
|
8141
|
+
|ErrorEnvelopeError|Client side error. | Server side error.|
|
|
8142
|
+
|
|
8143
|
+
|
|
8144
|
+
<details>
|
|
8145
|
+
<summary>
|
|
8146
|
+
Code example
|
|
8147
|
+
</summary>
|
|
8148
|
+
|
|
8149
|
+
```ts
|
|
8150
|
+
import { rumManualInsertionTagsClient } from "@dynatrace-sdk/client-classic-environment-v2";
|
|
8151
|
+
|
|
8152
|
+
const data =
|
|
8153
|
+
await rumManualInsertionTagsClient.getOneAgentJavaScriptTagWithSri(
|
|
8154
|
+
{ applicationId: "..." },
|
|
8155
|
+
);
|
|
8156
|
+
```
|
|
8157
|
+
|
|
8158
|
+
</details>
|
|
8159
|
+
|
|
8160
|
+
|
|
8161
|
+
|
|
7891
8162
|
</div>
|
|
7892
8163
|
|
|
7893
8164
|
## securityProblemsClient
|
|
@@ -12726,7 +12997,7 @@ Metadata of an API token.
|
|
|
12726
12997
|
|name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the token. |
|
|
12727
12998
|
|owner|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The owner of the token. |
|
|
12728
12999
|
|personalAccessToken|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The token is a <a href="https://dt-url.net/wm03sop" target="_blank" rel="noopener noreferrer" >personal access token</a> (<code>true</code>) or an API token (<code>false</code>). |
|
|
12729
|
-
|scopes|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DiagnosticExport" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "MemoryDump" | "Mobile" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "ViewDashboard" | "ViewReport" | "WriteConfig" | "WriteSyntheticData" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|A list of scopes assigned to the token. |
|
|
13000
|
+
|scopes|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DiagnosticExport" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "MemoryDump" | "Mobile" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "ViewDashboard" | "ViewReport" | "WriteConfig" | "WriteSyntheticData" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "rumManualInsertionTags.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|A list of scopes assigned to the token. |
|
|
12730
13001
|
|
|
12731
13002
|
### ApiTokenCreate
|
|
12732
13003
|
|
|
@@ -12737,7 +13008,7 @@ Parameters of a new API token.
|
|
|
12737
13008
|
|expirationDate|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|<p>The expiration date of the token.</p> <p>You can use one of the following formats:</p> <ul> <li>Timestamp in UTC milliseconds.</li> <li>Human-readable format of <code>2021-01-25T05:57:01.123+01:00</code>. If no time zone is specified, UTC is used. You can use a space character instead of the <code>T</code>. Seconds and fractions of a second are optional.</li> <li>Relative timeframe, back from now. The format is <code>now-NU/A</code>, where <code>N</code> is the amount of time, <code>U</code> is the unit of time, and <code>A</code> is an alignment. The alignment rounds all the smaller values to the nearest zero in the past. For example, <code>now-1y/w</code> is one year back, aligned by a week. You can also specify relative timeframe without an alignment: <code>now-NU</code>. Supported time units for the relative timeframe are: <ul> <li><code>m</code>: minutes</li> <li><code>h</code>: hours</li> <li><code>d</code>: days</li> <li><code>w</code>: weeks</li> <li><code>M</code>: months</li> <li><code>y</code>: years</li> </ul> </li> </ul> <p>If not set, the token never expires. Ensure that the expiration date is not set in the past.</p> |
|
|
12738
13009
|
|name<sup>*required</sup>|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the token. |
|
|
12739
13010
|
|personalAccessToken|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|<p>The token is a personal access token (<code>true</code>) or an API token (<code>false</code>).</p> <p>Personal access tokens are tied to the permissions of their owner.</p> |
|
|
12740
|
-
|scopes<sup>*required</sup>|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "WriteConfig" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|<p>A list of the scopes to be assigned to the token.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>openpipeline.events</code>: OpenPipeline - Ingest Events (Built-in).</li> <li><code>openpipeline.events.custom</code>: OpenPipeline - Ingest Events (Custom).</li> <li><code>openpipeline.events_security</code>: OpenPipeline - Ingest Security Events (Built-in).</li> <li><code>openpipeline.events_security.custom</code>: OpenPipeline - Ingest Security Events (Custom).</li> <li><code>openpipeline.events_sdlc</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).</li> <li><code>openpipeline.events_sdlc.custom</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>agentTokenManagement.read</code>: Read Agent tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> <li><code>rumCookieNames.read</code>: Read RUM cookie names.</li> <li><code>adaptiveTrafficManagement.read</code>: Read sampling configuration for Adaptive Traffic Management.</li> </ul> |
|
|
13011
|
+
|scopes<sup>*required</sup>|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "WriteConfig" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "rumManualInsertionTags.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|<p>A list of the scopes to be assigned to the token.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>openpipeline.events</code>: OpenPipeline - Ingest Events (Built-in).</li> <li><code>openpipeline.events.custom</code>: OpenPipeline - Ingest Events (Custom).</li> <li><code>openpipeline.events_security</code>: OpenPipeline - Ingest Security Events (Built-in).</li> <li><code>openpipeline.events_security.custom</code>: OpenPipeline - Ingest Security Events (Custom).</li> <li><code>openpipeline.events_sdlc</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).</li> <li><code>openpipeline.events_sdlc.custom</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>agentTokenManagement.read</code>: Read Agent tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> <li><code>rumCookieNames.read</code>: Read RUM cookie names.</li> <li><code>adaptiveTrafficManagement.read</code>: Read sampling configuration for Adaptive Traffic Management.</li> <li><code>rumManualInsertionTags.read</code>: Read RUM manual insertion tags.</li> </ul> |
|
|
12741
13012
|
|
|
12742
13013
|
### ApiTokenCreated
|
|
12743
13014
|
|
|
@@ -12774,7 +13045,7 @@ The update of the API token.
|
|
|
12774
13045
|
| --- | --- | --- |
|
|
12775
13046
|
|enabled|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|The token is enabled (<code>true</code>) or disabled (<code>false</code>) |
|
|
12776
13047
|
|name|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The name of the token. |
|
|
12777
|
-
|scopes|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "WriteConfig" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|<p>The list of scopes assigned to the token.</p> <p>Apart from the new scopes, you need to submit the existing scopes you want to keep, too. Any existing scope, missing in the payload, is removed.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>openpipeline.events</code>: OpenPipeline - Ingest Events (Built-in).</li> <li><code>openpipeline.events.custom</code>: OpenPipeline - Ingest Events (Custom).</li> <li><code>openpipeline.events_security</code>: OpenPipeline - Ingest Security Events (Built-in).</li> <li><code>openpipeline.events_security.custom</code>: OpenPipeline - Ingest Security Events (Custom).</li> <li><code>openpipeline.events_sdlc</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).</li> <li><code>openpipeline.events_sdlc.custom</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>agentTokenManagement.read</code>: Read Agent tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> <li><code>rumCookieNames.read</code>: Read RUM cookie names.</li> <li><code>adaptiveTrafficManagement.read</code>: Read sampling configuration for Adaptive Traffic Management.</li> </ul> |
|
|
13048
|
+
|scopes|Array<"ActiveGateCertManagement" | "AdvancedSyntheticIntegration" | "CaptureRequestData" | "DTAQLAccess" | "DataExport" | "DataImport" | "DataPrivacy" | "Davis" | "DssFileManagement" | "ExternalSyntheticIntegration" | "InstallerDownload" | "LogExport" | "PluginUpload" | "ReadConfig" | "ReadSyntheticData" | "RestRequestForwarding" | "RumBrowserExtension" | "RumJavaScriptTagManagement" | "SupportAlert" | "TenantTokenManagement" | "UserSessionAnonymization" | "WriteConfig" | "activeGateTokenManagement.create" | "activeGateTokenManagement.read" | "activeGateTokenManagement.write" | "activeGates.read" | "activeGates.write" | "adaptiveTrafficManagement.read" | "agentTokenManagement.read" | "analyzers.read" | "analyzers.write" | "apiTokens.read" | "apiTokens.write" | "attacks.read" | "attacks.write" | "auditLogs.read" | "bizevents.ingest" | "credentialVault.read" | "credentialVault.write" | "entities.read" | "entities.write" | "events.ingest" | "events.read" | "extensionConfigurationActions.write" | "extensionConfigurations.read" | "extensionConfigurations.write" | "extensionEnvironment.read" | "extensionEnvironment.write" | "extensions.read" | "extensions.write" | "geographicRegions.read" | "hub.install" | "hub.read" | "hub.write" | "javaScriptMappingFiles.read" | "javaScriptMappingFiles.write" | "logs.ingest" | "logs.read" | "metrics.ingest" | "metrics.read" | "metrics.write" | "networkZones.read" | "networkZones.write" | "oneAgents.read" | "oneAgents.write" | "openTelemetryTrace.ingest" | "openpipeline.events" | "openpipeline.events.custom" | "openpipeline.events_sdlc" | "openpipeline.events_sdlc.custom" | "openpipeline.events_security" | "openpipeline.events_security.custom" | "problems.read" | "problems.write" | "releases.read" | "rumCookieNames.read" | "rumManualInsertionTags.read" | "securityProblems.read" | "securityProblems.write" | "settings.read" | "settings.write" | "slo.read" | "slo.write" | "syntheticExecutions.read" | "syntheticExecutions.write" | "syntheticLocations.read" | "syntheticLocations.write" | "tenantTokenRotation.write" | "traces.lookup" | "unifiedAnalysis.read">|<p>The list of scopes assigned to the token.</p> <p>Apart from the new scopes, you need to submit the existing scopes you want to keep, too. Any existing scope, missing in the payload, is removed.</p> <ul> <li><code>InstallerDownload</code>: PaaS integration - Installer download.</li> <li><code>DataExport</code>: Access problem and event feed, metrics, and topology.</li> <li><code>PluginUpload</code>: Upload Extension.</li> <li><code>SupportAlert</code>: PaaS integration - Support alert.</li> <li><code>AdvancedSyntheticIntegration</code>: Dynatrace module integration - Synthetic Classic.</li> <li><code>ExternalSyntheticIntegration</code>: Create and read synthetic monitors, locations, and nodes.</li> <li><code>RumBrowserExtension</code>: RUM Browser Extension.</li> <li><code>LogExport</code>: Read logs.</li> <li><code>ReadConfig</code>: Read configuration.</li> <li><code>WriteConfig</code>: Write configuration.</li> <li><code>DTAQLAccess</code>: User sessions.</li> <li><code>UserSessionAnonymization</code>: Anonymize user session data for data privacy reasons.</li> <li><code>DataPrivacy</code>: Change data privacy settings.</li> <li><code>CaptureRequestData</code>: Capture request data.</li> <li><code>Davis</code>: Dynatrace module integration - Davis.</li> <li><code>DssFileManagement</code>: Mobile symbolication file management.</li> <li><code>RumJavaScriptTagManagement</code>: Real user monitoring JavaScript tag management.</li> <li><code>TenantTokenManagement</code>: Token management.</li> <li><code>ActiveGateCertManagement</code>: ActiveGate certificate management.</li> <li><code>RestRequestForwarding</code>: Fetch data from a remote environment.</li> <li><code>ReadSyntheticData</code>: Read synthetic monitors, locations, and nodes.</li> <li><code>DataImport</code>: Data ingest, e.g.: metrics and events.</li> <li><code>syntheticExecutions.write</code>: Write synthetic monitor executions.</li> <li><code>syntheticExecutions.read</code>: Read synthetic monitor execution results.</li> <li><code>auditLogs.read</code>: Read audit logs.</li> <li><code>metrics.read</code>: Read metrics.</li> <li><code>metrics.write</code>: Write metrics.</li> <li><code>entities.read</code>: Read entities.</li> <li><code>entities.write</code>: Write entities.</li> <li><code>problems.read</code>: Read problems.</li> <li><code>problems.write</code>: Write problems.</li> <li><code>events.read</code>: Read events.</li> <li><code>events.ingest</code>: Ingest events.</li> <li><code>openpipeline.events</code>: OpenPipeline - Ingest Events (Built-in).</li> <li><code>openpipeline.events.custom</code>: OpenPipeline - Ingest Events (Custom).</li> <li><code>openpipeline.events_security</code>: OpenPipeline - Ingest Security Events (Built-in).</li> <li><code>openpipeline.events_security.custom</code>: OpenPipeline - Ingest Security Events (Custom).</li> <li><code>openpipeline.events_sdlc</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Built-in).</li> <li><code>openpipeline.events_sdlc.custom</code>: OpenPipeline - Ingest Software Development Lifecycle Events (Custom).</li> <li><code>bizevents.ingest</code>: Ingest bizevents.</li> <li><code>analyzers.read</code>: Read analyzers.</li> <li><code>analyzers.write</code>: Write & execute analyzers.</li> <li><code>networkZones.read</code>: Read network zones.</li> <li><code>networkZones.write</code>: Write network zones.</li> <li><code>activeGates.read</code>: Read ActiveGates.</li> <li><code>activeGates.write</code>: Write ActiveGates.</li> <li><code>activeGateTokenManagement.read</code>: Read ActiveGate tokens.</li> <li><code>activeGateTokenManagement.create</code>: Create ActiveGate tokens.</li> <li><code>activeGateTokenManagement.write</code>: Write ActiveGate tokens.</li> <li><code>agentTokenManagement.read</code>: Read Agent tokens.</li> <li><code>credentialVault.read</code>: Read credential vault entries.</li> <li><code>credentialVault.write</code>: Write credential vault entries.</li> <li><code>extensions.read</code>: Read extensions.</li> <li><code>extensions.write</code>: Write extensions.</li> <li><code>extensionConfigurations.read</code>: Read extension monitoring configurations.</li> <li><code>extensionConfigurations.write</code>: Write extension monitoring configurations.</li> <li><code>extensionEnvironment.read</code>: Read extension environment configurations.</li> <li><code>extensionEnvironment.write</code>: Write extension environment configurations.</li> <li><code>metrics.ingest</code>: Ingest metrics.</li> <li><code>attacks.read</code>: Read attacks.</li> <li><code>attacks.write</code>: Write Application Protection settings.</li> <li><code>securityProblems.read</code>: Read security problems.</li> <li><code>securityProblems.write</code>: Write security problems.</li> <li><code>syntheticLocations.read</code>: Read synthetic locations.</li> <li><code>syntheticLocations.write</code>: Write synthetic locations.</li> <li><code>settings.read</code>: Read settings.</li> <li><code>settings.write</code>: Write settings.</li> <li><code>tenantTokenRotation.write</code>: Tenant token rotation.</li> <li><code>slo.read</code>: Read SLO.</li> <li><code>slo.write</code>: Write SLO.</li> <li><code>releases.read</code>: Read releases.</li> <li><code>apiTokens.read</code>: Read API tokens.</li> <li><code>apiTokens.write</code>: Write API tokens.</li> <li><code>openTelemetryTrace.ingest</code>: Ingest OpenTelemetry traces.</li> <li><code>logs.read</code>: Read logs.</li> <li><code>logs.ingest</code>: Ingest logs.</li> <li><code>geographicRegions.read</code>: Read Geographic regions.</li> <li><code>oneAgents.read</code>: Read OneAgents.</li> <li><code>oneAgents.write</code>: Write OneAgents.</li> <li><code>traces.lookup</code>: Look up a single trace.</li> <li><code>unifiedAnalysis.read</code>: Read Unified Analysis page.</li> <li><code>hub.read</code>: Read Hub related data.</li> <li><code>hub.write</code>: Manage metadata of Hub items.</li> <li><code>hub.install</code>: Install and update Hub items.</li> <li><code>javaScriptMappingFiles.read</code>: Read JavaScript mapping files.</li> <li><code>javaScriptMappingFiles.write</code>: Write JavaScript mapping files.</li> <li><code>extensionConfigurationActions.write</code>: Actions for extension monitoring configurations.</li> <li><code>rumCookieNames.read</code>: Read RUM cookie names.</li> <li><code>adaptiveTrafficManagement.read</code>: Read sampling configuration for Adaptive Traffic Management.</li> <li><code>rumManualInsertionTags.read</code>: Read RUM manual insertion tags.</li> </ul> |
|
|
12778
13049
|
|
|
12779
13050
|
### ApplicationImpact
|
|
12780
13051
|
|
|
@@ -14669,7 +14940,7 @@ The descriptor of a metric.
|
|
|
14669
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> |
|
|
14670
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> |
|
|
14671
14942
|
|tags|Array<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)>|<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> |
|
|
14672
|
-
|transformations|Array<"
|
|
14943
|
+
|transformations|Array<"default" | "sort" | "filter" | "asGauge" | "delta" | "evaluateModel" | "fold" | "histogram" | "last" | "lastReal" | "limit" | "merge" | "names" | "parents" | "partition" | "rate" | "rollup" | "setUnit" | "smooth" | "splitBy" | "timeshift" | "toUnit">|Transform operators that could be appended to the current transformation list. |
|
|
14673
14944
|
|unit|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The unit of the metric. |
|
|
14674
14945
|
|unitDisplayFormat|"binary" | "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> |
|
|
14675
14946
|
|warnings|Array<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)>|A list of potential warnings that affect this ID. For example deprecated feature usage etc. |
|
|
@@ -15860,6 +16131,7 @@ A credentials set of the `SNMPV3` type.
|
|
|
15860
16131
|
|byteLimit|[number](https://developer.mozilla.org/en-US/docs/Glossary/Number)|The maximum allowed size in bytes for the sum over all persisted values for the schema |
|
|
15861
16132
|
|customMessage|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|A custom message for invalid values. |
|
|
15862
16133
|
|customValidatorId|[string](https://developer.mozilla.org/en-US/docs/Glossary/String)|The ID of a custom validator. |
|
|
16134
|
+
|flattenCollections|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Whether to flatten collection properties when checking for uniqueness, so only disjoint collections are considered unique |
|
|
15863
16135
|
|skipAsyncValidation|[boolean](https://developer.mozilla.org/en-US/docs/Glossary/Boolean)|Whether to skip validation on a change made from the UI. |
|
|
15864
16136
|
|type<sup>*required</sup>|"UNKNOWN" | "CUSTOM_VALIDATOR_REF" | "UNIQUE" | "BYTE_SIZE_LIMIT" | "MULTI_SCOPE_CUSTOM_VALIDATOR_REF" | "MULTI_SCOPE_UNIQUE"|The type of the schema constraint. |
|
|
15865
16137
|
|uniqueProperties|Array<[string](https://developer.mozilla.org/en-US/docs/Glossary/String)>|The list of properties for which the combination of values needs to be unique |
|
|
@@ -17185,7 +17457,10 @@ Optional: A list of vulnerable function usages per process group for a security
|
|
|
17185
17457
|
## Enums
|
|
17186
17458
|
|
|
17187
17459
|
<a name="abstractcredentialsresponseelementscope"></a>
|
|
17188
|
-
### AbstractCredentialsResponseElementScope
|
|
17460
|
+
### ~~AbstractCredentialsResponseElementScope~~
|
|
17461
|
+
|
|
17462
|
+
> ⚠️ **Deprecated**
|
|
17463
|
+
> Use literal values.
|
|
17189
17464
|
|
|
17190
17465
|
<div class="padding-left--md">
|
|
17191
17466
|
|
|
@@ -17203,7 +17478,10 @@ The scope of the credentials set.
|
|
|
17203
17478
|
</div>
|
|
17204
17479
|
|
|
17205
17480
|
<a name="abstractcredentialsresponseelementtype"></a>
|
|
17206
|
-
### AbstractCredentialsResponseElementType
|
|
17481
|
+
### ~~AbstractCredentialsResponseElementType~~
|
|
17482
|
+
|
|
17483
|
+
> ⚠️ **Deprecated**
|
|
17484
|
+
> Use literal values.
|
|
17207
17485
|
|
|
17208
17486
|
<div class="padding-left--md">
|
|
17209
17487
|
|
|
@@ -17226,7 +17504,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
17226
17504
|
</div>
|
|
17227
17505
|
|
|
17228
17506
|
<a name="abstractsloalertdtoalerttype"></a>
|
|
17229
|
-
### AbstractSloAlertDtoAlertType
|
|
17507
|
+
### ~~AbstractSloAlertDtoAlertType~~
|
|
17508
|
+
|
|
17509
|
+
> ⚠️ **Deprecated**
|
|
17510
|
+
> Use literal values.
|
|
17230
17511
|
|
|
17231
17512
|
<div class="padding-left--md">
|
|
17232
17513
|
|
|
@@ -17247,7 +17528,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
17247
17528
|
</div>
|
|
17248
17529
|
|
|
17249
17530
|
<a name="accessorpermissionspermissionsitem"></a>
|
|
17250
|
-
### AccessorPermissionsPermissionsItem
|
|
17531
|
+
### ~~AccessorPermissionsPermissionsItem~~
|
|
17532
|
+
|
|
17533
|
+
> ⚠️ **Deprecated**
|
|
17534
|
+
> Use literal values.
|
|
17251
17535
|
|
|
17252
17536
|
<div class="padding-left--md">
|
|
17253
17537
|
|
|
@@ -17265,7 +17549,10 @@ r = read, w = write
|
|
|
17265
17549
|
</div>
|
|
17266
17550
|
|
|
17267
17551
|
<a name="activegateautoupdateconfigeffectivesetting"></a>
|
|
17268
|
-
### ActiveGateAutoUpdateConfigEffectiveSetting
|
|
17552
|
+
### ~~ActiveGateAutoUpdateConfigEffectiveSetting~~
|
|
17553
|
+
|
|
17554
|
+
> ⚠️ **Deprecated**
|
|
17555
|
+
> Use literal values.
|
|
17269
17556
|
|
|
17270
17557
|
<div class="padding-left--md">
|
|
17271
17558
|
|
|
@@ -17285,7 +17572,10 @@ Applicable only if the **setting** parameter is set to `INHERITED`. In that case
|
|
|
17285
17572
|
</div>
|
|
17286
17573
|
|
|
17287
17574
|
<a name="activegateautoupdateconfigsetting"></a>
|
|
17288
|
-
### ActiveGateAutoUpdateConfigSetting
|
|
17575
|
+
### ~~ActiveGateAutoUpdateConfigSetting~~
|
|
17576
|
+
|
|
17577
|
+
> ⚠️ **Deprecated**
|
|
17578
|
+
> Use literal values.
|
|
17289
17579
|
|
|
17290
17580
|
<div class="padding-left--md">
|
|
17291
17581
|
|
|
@@ -17305,7 +17595,10 @@ If set to `INHERITED`, the setting is inherited from the global configuration se
|
|
|
17305
17595
|
</div>
|
|
17306
17596
|
|
|
17307
17597
|
<a name="activegateautoupdatestatus"></a>
|
|
17308
|
-
### ActiveGateAutoUpdateStatus
|
|
17598
|
+
### ~~ActiveGateAutoUpdateStatus~~
|
|
17599
|
+
|
|
17600
|
+
> ⚠️ **Deprecated**
|
|
17601
|
+
> Use literal values.
|
|
17309
17602
|
|
|
17310
17603
|
<div class="padding-left--md">
|
|
17311
17604
|
|
|
@@ -17323,7 +17616,10 @@ The current status of auto-updates of the ActiveGate.
|
|
|
17323
17616
|
</div>
|
|
17324
17617
|
|
|
17325
17618
|
<a name="activegateglobalautoupdateconfigglobalsetting"></a>
|
|
17326
|
-
### ActiveGateGlobalAutoUpdateConfigGlobalSetting
|
|
17619
|
+
### ~~ActiveGateGlobalAutoUpdateConfigGlobalSetting~~
|
|
17620
|
+
|
|
17621
|
+
> ⚠️ **Deprecated**
|
|
17622
|
+
> Use literal values.
|
|
17327
17623
|
|
|
17328
17624
|
<div class="padding-left--md">
|
|
17329
17625
|
|
|
@@ -17343,7 +17639,10 @@ This setting is inherited by all ActiveGates that have the `INHERITED` setting.
|
|
|
17343
17639
|
</div>
|
|
17344
17640
|
|
|
17345
17641
|
<a name="activegatemoduletype"></a>
|
|
17346
|
-
### ActiveGateModuleType
|
|
17642
|
+
### ~~ActiveGateModuleType~~
|
|
17643
|
+
|
|
17644
|
+
> ⚠️ **Deprecated**
|
|
17645
|
+
> Use literal values.
|
|
17347
17646
|
|
|
17348
17647
|
<div class="padding-left--md">
|
|
17349
17648
|
|
|
@@ -17361,7 +17660,10 @@ The type of ActiveGate module.
|
|
|
17361
17660
|
</div>
|
|
17362
17661
|
|
|
17363
17662
|
<a name="activegateosarchitecture"></a>
|
|
17364
|
-
### ActiveGateOsArchitecture
|
|
17663
|
+
### ~~ActiveGateOsArchitecture~~
|
|
17664
|
+
|
|
17665
|
+
> ⚠️ **Deprecated**
|
|
17666
|
+
> Use literal values.
|
|
17365
17667
|
|
|
17366
17668
|
<div class="padding-left--md">
|
|
17367
17669
|
|
|
@@ -17379,7 +17681,10 @@ The OS architecture that the ActiveGate is running on.
|
|
|
17379
17681
|
</div>
|
|
17380
17682
|
|
|
17381
17683
|
<a name="activegateosbitness"></a>
|
|
17382
|
-
### ActiveGateOsBitness
|
|
17684
|
+
### ~~ActiveGateOsBitness~~
|
|
17685
|
+
|
|
17686
|
+
> ⚠️ **Deprecated**
|
|
17687
|
+
> Use literal values.
|
|
17383
17688
|
|
|
17384
17689
|
<div class="padding-left--md">
|
|
17385
17690
|
|
|
@@ -17397,7 +17702,10 @@ The OS bitness that the ActiveGate is running on.
|
|
|
17397
17702
|
</div>
|
|
17398
17703
|
|
|
17399
17704
|
<a name="activegateostype"></a>
|
|
17400
|
-
### ActiveGateOsType
|
|
17705
|
+
### ~~ActiveGateOsType~~
|
|
17706
|
+
|
|
17707
|
+
> ⚠️ **Deprecated**
|
|
17708
|
+
> Use literal values.
|
|
17401
17709
|
|
|
17402
17710
|
<div class="padding-left--md">
|
|
17403
17711
|
|
|
@@ -17415,7 +17723,10 @@ The OS type that the ActiveGate is running on.
|
|
|
17415
17723
|
</div>
|
|
17416
17724
|
|
|
17417
17725
|
<a name="activegatetokenactivegatetype"></a>
|
|
17418
|
-
### ActiveGateTokenActiveGateType
|
|
17726
|
+
### ~~ActiveGateTokenActiveGateType~~
|
|
17727
|
+
|
|
17728
|
+
> ⚠️ **Deprecated**
|
|
17729
|
+
> Use literal values.
|
|
17419
17730
|
|
|
17420
17731
|
<div class="padding-left--md">
|
|
17421
17732
|
|
|
@@ -17433,7 +17744,10 @@ The type of the ActiveGate for which the token is valid.
|
|
|
17433
17744
|
</div>
|
|
17434
17745
|
|
|
17435
17746
|
<a name="activegatetokencreateactivegatetype"></a>
|
|
17436
|
-
### ActiveGateTokenCreateActiveGateType
|
|
17747
|
+
### ~~ActiveGateTokenCreateActiveGateType~~
|
|
17748
|
+
|
|
17749
|
+
> ⚠️ **Deprecated**
|
|
17750
|
+
> Use literal values.
|
|
17437
17751
|
|
|
17438
17752
|
<div class="padding-left--md">
|
|
17439
17753
|
|
|
@@ -17451,7 +17765,10 @@ The type of the ActiveGate for which the token is valid.
|
|
|
17451
17765
|
</div>
|
|
17452
17766
|
|
|
17453
17767
|
<a name="activegatetokeninfodtostate"></a>
|
|
17454
|
-
### ActiveGateTokenInfoDtoState
|
|
17768
|
+
### ~~ActiveGateTokenInfoDtoState~~
|
|
17769
|
+
|
|
17770
|
+
> ⚠️ **Deprecated**
|
|
17771
|
+
> Use literal values.
|
|
17455
17772
|
|
|
17456
17773
|
<div class="padding-left--md">
|
|
17457
17774
|
|
|
@@ -17469,7 +17786,10 @@ State of the ActiveGate token.
|
|
|
17469
17786
|
</div>
|
|
17470
17787
|
|
|
17471
17788
|
<a name="activegatetype"></a>
|
|
17472
|
-
### ActiveGateType
|
|
17789
|
+
### ~~ActiveGateType~~
|
|
17790
|
+
|
|
17791
|
+
> ⚠️ **Deprecated**
|
|
17792
|
+
> Use literal values.
|
|
17473
17793
|
|
|
17474
17794
|
<div class="padding-left--md">
|
|
17475
17795
|
|
|
@@ -17487,7 +17807,10 @@ The type of the ActiveGate.
|
|
|
17487
17807
|
</div>
|
|
17488
17808
|
|
|
17489
17809
|
<a name="apitokencreatescopesitem"></a>
|
|
17490
|
-
### ApiTokenCreateScopesItem
|
|
17810
|
+
### ~~ApiTokenCreateScopesItem~~
|
|
17811
|
+
|
|
17812
|
+
> ⚠️ **Deprecated**
|
|
17813
|
+
> Use literal values.
|
|
17491
17814
|
|
|
17492
17815
|
<div class="padding-left--md">
|
|
17493
17816
|
|
|
@@ -17497,7 +17820,7 @@ The type of the ActiveGate.
|
|
|
17497
17820
|
|
|
17498
17821
|
<div class="padding-left--md">
|
|
17499
17822
|
|
|
17500
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
17823
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `RumManualInsertionTagsRead` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
17501
17824
|
|
|
17502
17825
|
</div>
|
|
17503
17826
|
|
|
@@ -17505,7 +17828,10 @@ The type of the ActiveGate.
|
|
|
17505
17828
|
</div>
|
|
17506
17829
|
|
|
17507
17830
|
<a name="apitokenscopesitem"></a>
|
|
17508
|
-
### ApiTokenScopesItem
|
|
17831
|
+
### ~~ApiTokenScopesItem~~
|
|
17832
|
+
|
|
17833
|
+
> ⚠️ **Deprecated**
|
|
17834
|
+
> Use literal values.
|
|
17509
17835
|
|
|
17510
17836
|
<div class="padding-left--md">
|
|
17511
17837
|
|
|
@@ -17515,7 +17841,7 @@ The type of the ActiveGate.
|
|
|
17515
17841
|
|
|
17516
17842
|
<div class="padding-left--md">
|
|
17517
17843
|
|
|
17518
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DiagnosticExport` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MemoryDump` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `Mobile` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `ViewDashboard` | `ViewReport` | `WriteConfig` | `WriteSyntheticData`
|
|
17844
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DiagnosticExport` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MemoryDump` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `Mobile` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `RumManualInsertionTagsRead` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `ViewDashboard` | `ViewReport` | `WriteConfig` | `WriteSyntheticData`
|
|
17519
17845
|
|
|
17520
17846
|
</div>
|
|
17521
17847
|
|
|
@@ -17523,7 +17849,10 @@ The type of the ActiveGate.
|
|
|
17523
17849
|
</div>
|
|
17524
17850
|
|
|
17525
17851
|
<a name="apitokenupdatescopesitem"></a>
|
|
17526
|
-
### ApiTokenUpdateScopesItem
|
|
17852
|
+
### ~~ApiTokenUpdateScopesItem~~
|
|
17853
|
+
|
|
17854
|
+
> ⚠️ **Deprecated**
|
|
17855
|
+
> Use literal values.
|
|
17527
17856
|
|
|
17528
17857
|
<div class="padding-left--md">
|
|
17529
17858
|
|
|
@@ -17533,7 +17862,7 @@ The type of the ActiveGate.
|
|
|
17533
17862
|
|
|
17534
17863
|
<div class="padding-left--md">
|
|
17535
17864
|
|
|
17536
|
-
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
17865
|
+
`ActiveGateCertManagement` | `ActiveGateTokenManagementCreate` | `ActiveGateTokenManagementRead` | `ActiveGateTokenManagementWrite` | `ActiveGatesRead` | `ActiveGatesWrite` | `AdaptiveTrafficManagementRead` | `AdvancedSyntheticIntegration` | `AgentTokenManagementRead` | `AnalyzersRead` | `AnalyzersWrite` | `ApiTokensRead` | `ApiTokensWrite` | `AttacksRead` | `AttacksWrite` | `AuditLogsRead` | `BizeventsIngest` | `CaptureRequestData` | `CredentialVaultRead` | `CredentialVaultWrite` | `DataExport` | `DataImport` | `DataPrivacy` | `Davis` | `DssFileManagement` | `DtaqlAccess` | `EntitiesRead` | `EntitiesWrite` | `EventsIngest` | `EventsRead` | `ExtensionConfigurationActionsWrite` | `ExtensionConfigurationsRead` | `ExtensionConfigurationsWrite` | `ExtensionEnvironmentRead` | `ExtensionEnvironmentWrite` | `ExtensionsRead` | `ExtensionsWrite` | `ExternalSyntheticIntegration` | `GeographicRegionsRead` | `HubInstall` | `HubRead` | `HubWrite` | `InstallerDownload` | `JavaScriptMappingFilesRead` | `JavaScriptMappingFilesWrite` | `LogExport` | `LogsIngest` | `LogsRead` | `MetricsIngest` | `MetricsRead` | `MetricsWrite` | `NetworkZonesRead` | `NetworkZonesWrite` | `OneAgentsRead` | `OneAgentsWrite` | `OpenTelemetryTraceIngest` | `OpenpipelineEvents` | `OpenpipelineEventsCustom` | `OpenpipelineEventsSdlc` | `OpenpipelineEventsSdlcCustom` | `OpenpipelineEventsSecurity` | `OpenpipelineEventsSecurityCustom` | `PluginUpload` | `ProblemsRead` | `ProblemsWrite` | `ReadConfig` | `ReadSyntheticData` | `ReleasesRead` | `RestRequestForwarding` | `RumBrowserExtension` | `RumCookieNamesRead` | `RumJavaScriptTagManagement` | `RumManualInsertionTagsRead` | `SecurityProblemsRead` | `SecurityProblemsWrite` | `SettingsRead` | `SettingsWrite` | `SloRead` | `SloWrite` | `SupportAlert` | `SyntheticExecutionsRead` | `SyntheticExecutionsWrite` | `SyntheticLocationsRead` | `SyntheticLocationsWrite` | `TenantTokenManagement` | `TenantTokenRotationWrite` | `TracesLookup` | `UnifiedAnalysisRead` | `UserSessionAnonymization` | `WriteConfig`
|
|
17537
17866
|
|
|
17538
17867
|
</div>
|
|
17539
17868
|
|
|
@@ -17541,7 +17870,10 @@ The type of the ActiveGate.
|
|
|
17541
17870
|
</div>
|
|
17542
17871
|
|
|
17543
17872
|
<a name="assessmentaccuracydetailsreducedreasonsitem"></a>
|
|
17544
|
-
### AssessmentAccuracyDetailsReducedReasonsItem
|
|
17873
|
+
### ~~AssessmentAccuracyDetailsReducedReasonsItem~~
|
|
17874
|
+
|
|
17875
|
+
> ⚠️ **Deprecated**
|
|
17876
|
+
> Use literal values.
|
|
17545
17877
|
|
|
17546
17878
|
<div class="padding-left--md">
|
|
17547
17879
|
|
|
@@ -17559,7 +17891,10 @@ The reason for a reduced accuracy of the assessment.
|
|
|
17559
17891
|
</div>
|
|
17560
17892
|
|
|
17561
17893
|
<a name="assetinfodtotype"></a>
|
|
17562
|
-
### AssetInfoDtoType
|
|
17894
|
+
### ~~AssetInfoDtoType~~
|
|
17895
|
+
|
|
17896
|
+
> ⚠️ **Deprecated**
|
|
17897
|
+
> Use literal values.
|
|
17563
17898
|
|
|
17564
17899
|
<div class="padding-left--md">
|
|
17565
17900
|
|
|
@@ -17577,7 +17912,10 @@ The type of the asset.
|
|
|
17577
17912
|
</div>
|
|
17578
17913
|
|
|
17579
17914
|
<a name="attackattacktype"></a>
|
|
17580
|
-
### AttackAttackType
|
|
17915
|
+
### ~~AttackAttackType~~
|
|
17916
|
+
|
|
17917
|
+
> ⚠️ **Deprecated**
|
|
17918
|
+
> Use literal values.
|
|
17581
17919
|
|
|
17582
17920
|
<div class="padding-left--md">
|
|
17583
17921
|
|
|
@@ -17595,7 +17933,10 @@ The type of the attack.
|
|
|
17595
17933
|
</div>
|
|
17596
17934
|
|
|
17597
17935
|
<a name="attacksecurityproblemassessmentdtodataassets"></a>
|
|
17598
|
-
### AttackSecurityProblemAssessmentDtoDataAssets
|
|
17936
|
+
### ~~AttackSecurityProblemAssessmentDtoDataAssets~~
|
|
17937
|
+
|
|
17938
|
+
> ⚠️ **Deprecated**
|
|
17939
|
+
> Use literal values.
|
|
17599
17940
|
|
|
17600
17941
|
<div class="padding-left--md">
|
|
17601
17942
|
|
|
@@ -17613,7 +17954,10 @@ The reachability of data assets by the attacked target.
|
|
|
17613
17954
|
</div>
|
|
17614
17955
|
|
|
17615
17956
|
<a name="attacksecurityproblemassessmentdtoexposure"></a>
|
|
17616
|
-
### AttackSecurityProblemAssessmentDtoExposure
|
|
17957
|
+
### ~~AttackSecurityProblemAssessmentDtoExposure~~
|
|
17958
|
+
|
|
17959
|
+
> ⚠️ **Deprecated**
|
|
17960
|
+
> Use literal values.
|
|
17617
17961
|
|
|
17618
17962
|
<div class="padding-left--md">
|
|
17619
17963
|
|
|
@@ -17631,7 +17975,10 @@ The level of exposure of the attacked target
|
|
|
17631
17975
|
</div>
|
|
17632
17976
|
|
|
17633
17977
|
<a name="attackstate"></a>
|
|
17634
|
-
### AttackState
|
|
17978
|
+
### ~~AttackState~~
|
|
17979
|
+
|
|
17980
|
+
> ⚠️ **Deprecated**
|
|
17981
|
+
> Use literal values.
|
|
17635
17982
|
|
|
17636
17983
|
<div class="padding-left--md">
|
|
17637
17984
|
|
|
@@ -17649,7 +17996,10 @@ The state of the attack.
|
|
|
17649
17996
|
</div>
|
|
17650
17997
|
|
|
17651
17998
|
<a name="attacktechnology"></a>
|
|
17652
|
-
### AttackTechnology
|
|
17999
|
+
### ~~AttackTechnology~~
|
|
18000
|
+
|
|
18001
|
+
> ⚠️ **Deprecated**
|
|
18002
|
+
> Use literal values.
|
|
17653
18003
|
|
|
17654
18004
|
<div class="padding-left--md">
|
|
17655
18005
|
|
|
@@ -17667,7 +18017,10 @@ The technology of the attack.
|
|
|
17667
18017
|
</div>
|
|
17668
18018
|
|
|
17669
18019
|
<a name="auditlogentrycategory"></a>
|
|
17670
|
-
### AuditLogEntryCategory
|
|
18020
|
+
### ~~AuditLogEntryCategory~~
|
|
18021
|
+
|
|
18022
|
+
> ⚠️ **Deprecated**
|
|
18023
|
+
> Use literal values.
|
|
17671
18024
|
|
|
17672
18025
|
<div class="padding-left--md">
|
|
17673
18026
|
|
|
@@ -17685,7 +18038,10 @@ The category of the recorded operation.
|
|
|
17685
18038
|
</div>
|
|
17686
18039
|
|
|
17687
18040
|
<a name="auditlogentryeventtype"></a>
|
|
17688
|
-
### AuditLogEntryEventType
|
|
18041
|
+
### ~~AuditLogEntryEventType~~
|
|
18042
|
+
|
|
18043
|
+
> ⚠️ **Deprecated**
|
|
18044
|
+
> Use literal values.
|
|
17689
18045
|
|
|
17690
18046
|
<div class="padding-left--md">
|
|
17691
18047
|
|
|
@@ -17714,7 +18070,10 @@ The type of the recorded operation.
|
|
|
17714
18070
|
</div>
|
|
17715
18071
|
|
|
17716
18072
|
<a name="auditlogentryusertype"></a>
|
|
17717
|
-
### AuditLogEntryUserType
|
|
18073
|
+
### ~~AuditLogEntryUserType~~
|
|
18074
|
+
|
|
18075
|
+
> ⚠️ **Deprecated**
|
|
18076
|
+
> Use literal values.
|
|
17718
18077
|
|
|
17719
18078
|
<div class="padding-left--md">
|
|
17720
18079
|
|
|
@@ -17737,7 +18096,10 @@ The type of the authentication of the **user**.
|
|
|
17737
18096
|
</div>
|
|
17738
18097
|
|
|
17739
18098
|
<a name="codelevelvulnerabilitydetailstype"></a>
|
|
17740
|
-
### CodeLevelVulnerabilityDetailsType
|
|
18099
|
+
### ~~CodeLevelVulnerabilityDetailsType~~
|
|
18100
|
+
|
|
18101
|
+
> ⚠️ **Deprecated**
|
|
18102
|
+
> Use literal values.
|
|
17741
18103
|
|
|
17742
18104
|
<div class="padding-left--md">
|
|
17743
18105
|
|
|
@@ -17755,7 +18117,10 @@ The type of code level vulnerability.
|
|
|
17755
18117
|
</div>
|
|
17756
18118
|
|
|
17757
18119
|
<a name="complexconstrainttype"></a>
|
|
17758
|
-
### ComplexConstraintType
|
|
18120
|
+
### ~~ComplexConstraintType~~
|
|
18121
|
+
|
|
18122
|
+
> ⚠️ **Deprecated**
|
|
18123
|
+
> Use literal values.
|
|
17759
18124
|
|
|
17760
18125
|
<div class="padding-left--md">
|
|
17761
18126
|
|
|
@@ -17773,7 +18138,10 @@ The type of the constraint.
|
|
|
17773
18138
|
</div>
|
|
17774
18139
|
|
|
17775
18140
|
<a name="constrainttype"></a>
|
|
17776
|
-
### ConstraintType
|
|
18141
|
+
### ~~ConstraintType~~
|
|
18142
|
+
|
|
18143
|
+
> ⚠️ **Deprecated**
|
|
18144
|
+
> Use literal values.
|
|
17777
18145
|
|
|
17778
18146
|
<div class="padding-left--md">
|
|
17779
18147
|
|
|
@@ -17791,7 +18159,10 @@ The type of the constraint.
|
|
|
17791
18159
|
</div>
|
|
17792
18160
|
|
|
17793
18161
|
<a name="constraintviolationparameterlocation"></a>
|
|
17794
|
-
### ConstraintViolationParameterLocation
|
|
18162
|
+
### ~~ConstraintViolationParameterLocation~~
|
|
18163
|
+
|
|
18164
|
+
> ⚠️ **Deprecated**
|
|
18165
|
+
> Use literal values.
|
|
17795
18166
|
|
|
17796
18167
|
<div class="padding-left--md">
|
|
17797
18168
|
|
|
@@ -17809,7 +18180,10 @@ The type of the constraint.
|
|
|
17809
18180
|
</div>
|
|
17810
18181
|
|
|
17811
18182
|
<a name="createalertquerytimeframe"></a>
|
|
17812
|
-
### CreateAlertQueryTimeFrame
|
|
18183
|
+
### ~~CreateAlertQueryTimeFrame~~
|
|
18184
|
+
|
|
18185
|
+
> ⚠️ **Deprecated**
|
|
18186
|
+
> Use literal values.
|
|
17813
18187
|
|
|
17814
18188
|
<div class="padding-left--md">
|
|
17815
18189
|
|
|
@@ -17827,7 +18201,10 @@ The type of the constraint.
|
|
|
17827
18201
|
</div>
|
|
17828
18202
|
|
|
17829
18203
|
<a name="credentialaccessdatatype"></a>
|
|
17830
|
-
### CredentialAccessDataType
|
|
18204
|
+
### ~~CredentialAccessDataType~~
|
|
18205
|
+
|
|
18206
|
+
> ⚠️ **Deprecated**
|
|
18207
|
+
> Use literal values.
|
|
17831
18208
|
|
|
17832
18209
|
<div class="padding-left--md">
|
|
17833
18210
|
|
|
@@ -17845,7 +18222,10 @@ The type of the constraint.
|
|
|
17845
18222
|
</div>
|
|
17846
18223
|
|
|
17847
18224
|
<a name="credentialsresponseelementscope"></a>
|
|
17848
|
-
### CredentialsResponseElementScope
|
|
18225
|
+
### ~~CredentialsResponseElementScope~~
|
|
18226
|
+
|
|
18227
|
+
> ⚠️ **Deprecated**
|
|
18228
|
+
> Use literal values.
|
|
17849
18229
|
|
|
17850
18230
|
<div class="padding-left--md">
|
|
17851
18231
|
|
|
@@ -17863,7 +18243,10 @@ The scope of the credentials set.
|
|
|
17863
18243
|
</div>
|
|
17864
18244
|
|
|
17865
18245
|
<a name="credentialsresponseelementscopesitem"></a>
|
|
17866
|
-
### CredentialsResponseElementScopesItem
|
|
18246
|
+
### ~~CredentialsResponseElementScopesItem~~
|
|
18247
|
+
|
|
18248
|
+
> ⚠️ **Deprecated**
|
|
18249
|
+
> Use literal values.
|
|
17867
18250
|
|
|
17868
18251
|
<div class="padding-left--md">
|
|
17869
18252
|
|
|
@@ -17881,7 +18264,10 @@ The set of scopes of the credentials set.
|
|
|
17881
18264
|
</div>
|
|
17882
18265
|
|
|
17883
18266
|
<a name="credentialsresponseelementtype"></a>
|
|
17884
|
-
### CredentialsResponseElementType
|
|
18267
|
+
### ~~CredentialsResponseElementType~~
|
|
18268
|
+
|
|
18269
|
+
> ⚠️ **Deprecated**
|
|
18270
|
+
> Use literal values.
|
|
17885
18271
|
|
|
17886
18272
|
<div class="padding-left--md">
|
|
17887
18273
|
|
|
@@ -17899,7 +18285,10 @@ The type of the credentials set.
|
|
|
17899
18285
|
</div>
|
|
17900
18286
|
|
|
17901
18287
|
<a name="credentialsscope"></a>
|
|
17902
|
-
### CredentialsScope
|
|
18288
|
+
### ~~CredentialsScope~~
|
|
18289
|
+
|
|
18290
|
+
> ⚠️ **Deprecated**
|
|
18291
|
+
> Use literal values.
|
|
17903
18292
|
|
|
17904
18293
|
<div class="padding-left--md">
|
|
17905
18294
|
|
|
@@ -17917,7 +18306,10 @@ The scope of the credentials set.
|
|
|
17917
18306
|
</div>
|
|
17918
18307
|
|
|
17919
18308
|
<a name="credentialsscopesitem"></a>
|
|
17920
|
-
### CredentialsScopesItem
|
|
18309
|
+
### ~~CredentialsScopesItem~~
|
|
18310
|
+
|
|
18311
|
+
> ⚠️ **Deprecated**
|
|
18312
|
+
> Use literal values.
|
|
17921
18313
|
|
|
17922
18314
|
<div class="padding-left--md">
|
|
17923
18315
|
|
|
@@ -17937,7 +18329,10 @@ The set of scopes of the credentials set.
|
|
|
17937
18329
|
</div>
|
|
17938
18330
|
|
|
17939
18331
|
<a name="credentialstype"></a>
|
|
17940
|
-
### CredentialsType
|
|
18332
|
+
### ~~CredentialsType~~
|
|
18333
|
+
|
|
18334
|
+
> ⚠️ **Deprecated**
|
|
18335
|
+
> Use literal values.
|
|
17941
18336
|
|
|
17942
18337
|
<div class="padding-left--md">
|
|
17943
18338
|
|
|
@@ -17963,7 +18358,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
17963
18358
|
</div>
|
|
17964
18359
|
|
|
17965
18360
|
<a name="datasourcedefinitionresetvalue"></a>
|
|
17966
|
-
### DatasourceDefinitionResetValue
|
|
18361
|
+
### ~~DatasourceDefinitionResetValue~~
|
|
18362
|
+
|
|
18363
|
+
> ⚠️ **Deprecated**
|
|
18364
|
+
> Use literal values.
|
|
17967
18365
|
|
|
17968
18366
|
<div class="padding-left--md">
|
|
17969
18367
|
|
|
@@ -17981,7 +18379,10 @@ When to reset datasource value in the UI on filter change.
|
|
|
17981
18379
|
</div>
|
|
17982
18380
|
|
|
17983
18381
|
<a name="davissecurityadviceadvicetype"></a>
|
|
17984
|
-
### DavisSecurityAdviceAdviceType
|
|
18382
|
+
### ~~DavisSecurityAdviceAdviceType~~
|
|
18383
|
+
|
|
18384
|
+
> ⚠️ **Deprecated**
|
|
18385
|
+
> Use literal values.
|
|
17985
18386
|
|
|
17986
18387
|
<div class="padding-left--md">
|
|
17987
18388
|
|
|
@@ -17999,7 +18400,10 @@ The type of the advice.
|
|
|
17999
18400
|
</div>
|
|
18000
18401
|
|
|
18001
18402
|
<a name="davissecurityadvicetechnology"></a>
|
|
18002
|
-
### DavisSecurityAdviceTechnology
|
|
18403
|
+
### ~~DavisSecurityAdviceTechnology~~
|
|
18404
|
+
|
|
18405
|
+
> ⚠️ **Deprecated**
|
|
18406
|
+
> Use literal values.
|
|
18003
18407
|
|
|
18004
18408
|
<div class="padding-left--md">
|
|
18005
18409
|
|
|
@@ -18017,7 +18421,10 @@ The technology of the vulnerable component.
|
|
|
18017
18421
|
</div>
|
|
18018
18422
|
|
|
18019
18423
|
<a name="deletionconstrainttype"></a>
|
|
18020
|
-
### DeletionConstraintType
|
|
18424
|
+
### ~~DeletionConstraintType~~
|
|
18425
|
+
|
|
18426
|
+
> ⚠️ **Deprecated**
|
|
18427
|
+
> Use literal values.
|
|
18021
18428
|
|
|
18022
18429
|
<div class="padding-left--md">
|
|
18023
18430
|
|
|
@@ -18035,7 +18442,10 @@ The type of the deletion constraint.
|
|
|
18035
18442
|
</div>
|
|
18036
18443
|
|
|
18037
18444
|
<a name="effectivepermissiongranted"></a>
|
|
18038
|
-
### EffectivePermissionGranted
|
|
18445
|
+
### ~~EffectivePermissionGranted~~
|
|
18446
|
+
|
|
18447
|
+
> ⚠️ **Deprecated**
|
|
18448
|
+
> Use literal values.
|
|
18039
18449
|
|
|
18040
18450
|
<div class="padding-left--md">
|
|
18041
18451
|
|
|
@@ -18053,7 +18463,10 @@ The type of the deletion constraint.
|
|
|
18053
18463
|
</div>
|
|
18054
18464
|
|
|
18055
18465
|
<a name="entrypointusagesegmentsegmenttype"></a>
|
|
18056
|
-
### EntryPointUsageSegmentSegmentType
|
|
18466
|
+
### ~~EntryPointUsageSegmentSegmentType~~
|
|
18467
|
+
|
|
18468
|
+
> ⚠️ **Deprecated**
|
|
18469
|
+
> Use literal values.
|
|
18057
18470
|
|
|
18058
18471
|
<div class="padding-left--md">
|
|
18059
18472
|
|
|
@@ -18071,7 +18484,10 @@ The type of this input segment.
|
|
|
18071
18484
|
</div>
|
|
18072
18485
|
|
|
18073
18486
|
<a name="entrypointusagesegmentsourcetype"></a>
|
|
18074
|
-
### EntryPointUsageSegmentSourceType
|
|
18487
|
+
### ~~EntryPointUsageSegmentSourceType~~
|
|
18488
|
+
|
|
18489
|
+
> ⚠️ **Deprecated**
|
|
18490
|
+
> Use literal values.
|
|
18075
18491
|
|
|
18076
18492
|
<div class="padding-left--md">
|
|
18077
18493
|
|
|
@@ -18089,7 +18505,10 @@ The type of the HTTP request part that contains the value that was used in this
|
|
|
18089
18505
|
</div>
|
|
18090
18506
|
|
|
18091
18507
|
<a name="entrypointpayloadtype"></a>
|
|
18092
|
-
### EntrypointPayloadType
|
|
18508
|
+
### ~~EntrypointPayloadType~~
|
|
18509
|
+
|
|
18510
|
+
> ⚠️ **Deprecated**
|
|
18511
|
+
> Use literal values.
|
|
18093
18512
|
|
|
18094
18513
|
<div class="padding-left--md">
|
|
18095
18514
|
|
|
@@ -18107,7 +18526,10 @@ Type of the payload.
|
|
|
18107
18526
|
</div>
|
|
18108
18527
|
|
|
18109
18528
|
<a name="enumtypetype"></a>
|
|
18110
|
-
### EnumTypeType
|
|
18529
|
+
### ~~EnumTypeType~~
|
|
18530
|
+
|
|
18531
|
+
> ⚠️ **Deprecated**
|
|
18532
|
+
> Use literal values.
|
|
18111
18533
|
|
|
18112
18534
|
<div class="padding-left--md">
|
|
18113
18535
|
|
|
@@ -18125,7 +18547,10 @@ The type of the property.
|
|
|
18125
18547
|
</div>
|
|
18126
18548
|
|
|
18127
18549
|
<a name="eventingesteventtype"></a>
|
|
18128
|
-
### EventIngestEventType
|
|
18550
|
+
### ~~EventIngestEventType~~
|
|
18551
|
+
|
|
18552
|
+
> ⚠️ **Deprecated**
|
|
18553
|
+
> Use literal values.
|
|
18129
18554
|
|
|
18130
18555
|
<div class="padding-left--md">
|
|
18131
18556
|
|
|
@@ -18143,7 +18568,10 @@ The type of the event.
|
|
|
18143
18568
|
</div>
|
|
18144
18569
|
|
|
18145
18570
|
<a name="eventingestresultstatus"></a>
|
|
18146
|
-
### EventIngestResultStatus
|
|
18571
|
+
### ~~EventIngestResultStatus~~
|
|
18572
|
+
|
|
18573
|
+
> ⚠️ **Deprecated**
|
|
18574
|
+
> Use literal values.
|
|
18147
18575
|
|
|
18148
18576
|
<div class="padding-left--md">
|
|
18149
18577
|
|
|
@@ -18161,7 +18589,10 @@ The status of the ingestion.
|
|
|
18161
18589
|
</div>
|
|
18162
18590
|
|
|
18163
18591
|
<a name="eventstatus"></a>
|
|
18164
|
-
### EventStatus
|
|
18592
|
+
### ~~EventStatus~~
|
|
18593
|
+
|
|
18594
|
+
> ⚠️ **Deprecated**
|
|
18595
|
+
> Use literal values.
|
|
18165
18596
|
|
|
18166
18597
|
<div class="padding-left--md">
|
|
18167
18598
|
|
|
@@ -18179,7 +18610,10 @@ The status of the event.
|
|
|
18179
18610
|
</div>
|
|
18180
18611
|
|
|
18181
18612
|
<a name="eventtypeseveritylevel"></a>
|
|
18182
|
-
### EventTypeSeverityLevel
|
|
18613
|
+
### ~~EventTypeSeverityLevel~~
|
|
18614
|
+
|
|
18615
|
+
> ⚠️ **Deprecated**
|
|
18616
|
+
> Use literal values.
|
|
18183
18617
|
|
|
18184
18618
|
<div class="padding-left--md">
|
|
18185
18619
|
|
|
@@ -18197,7 +18631,10 @@ The severity level associated with the event type.
|
|
|
18197
18631
|
</div>
|
|
18198
18632
|
|
|
18199
18633
|
<a name="evidenceevidencetype"></a>
|
|
18200
|
-
### EvidenceEvidenceType
|
|
18634
|
+
### ~~EvidenceEvidenceType~~
|
|
18635
|
+
|
|
18636
|
+
> ⚠️ **Deprecated**
|
|
18637
|
+
> Use literal values.
|
|
18201
18638
|
|
|
18202
18639
|
<div class="padding-left--md">
|
|
18203
18640
|
|
|
@@ -18221,7 +18658,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18221
18658
|
</div>
|
|
18222
18659
|
|
|
18223
18660
|
<a name="executionstepmonitortype"></a>
|
|
18224
|
-
### ExecutionStepMonitorType
|
|
18661
|
+
### ~~ExecutionStepMonitorType~~
|
|
18662
|
+
|
|
18663
|
+
> ⚠️ **Deprecated**
|
|
18664
|
+
> Use literal values.
|
|
18225
18665
|
|
|
18226
18666
|
<div class="padding-left--md">
|
|
18227
18667
|
|
|
@@ -18242,7 +18682,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18242
18682
|
</div>
|
|
18243
18683
|
|
|
18244
18684
|
<a name="extensioneventdtostatus"></a>
|
|
18245
|
-
### ExtensionEventDtoStatus
|
|
18685
|
+
### ~~ExtensionEventDtoStatus~~
|
|
18686
|
+
|
|
18687
|
+
> ⚠️ **Deprecated**
|
|
18688
|
+
> Use literal values.
|
|
18246
18689
|
|
|
18247
18690
|
<div class="padding-left--md">
|
|
18248
18691
|
|
|
@@ -18260,7 +18703,10 @@ Status of the event
|
|
|
18260
18703
|
</div>
|
|
18261
18704
|
|
|
18262
18705
|
<a name="extensionstatusdtostatus"></a>
|
|
18263
|
-
### ExtensionStatusDtoStatus
|
|
18706
|
+
### ~~ExtensionStatusDtoStatus~~
|
|
18707
|
+
|
|
18708
|
+
> ⚠️ **Deprecated**
|
|
18709
|
+
> Use literal values.
|
|
18264
18710
|
|
|
18265
18711
|
<div class="padding-left--md">
|
|
18266
18712
|
|
|
@@ -18278,7 +18724,10 @@ Latest status of given configuration.
|
|
|
18278
18724
|
</div>
|
|
18279
18725
|
|
|
18280
18726
|
<a name="extensionstatuswithiddtostatus"></a>
|
|
18281
|
-
### ExtensionStatusWithIdDtoStatus
|
|
18727
|
+
### ~~ExtensionStatusWithIdDtoStatus~~
|
|
18728
|
+
|
|
18729
|
+
> ⚠️ **Deprecated**
|
|
18730
|
+
> Use literal values.
|
|
18282
18731
|
|
|
18283
18732
|
<div class="padding-left--md">
|
|
18284
18733
|
|
|
@@ -18296,7 +18745,10 @@ Latest status of given configuration.
|
|
|
18296
18745
|
</div>
|
|
18297
18746
|
|
|
18298
18747
|
<a name="externalvaultconfigsourceauthmethod"></a>
|
|
18299
|
-
### ExternalVaultConfigSourceAuthMethod
|
|
18748
|
+
### ~~ExternalVaultConfigSourceAuthMethod~~
|
|
18749
|
+
|
|
18750
|
+
> ⚠️ **Deprecated**
|
|
18751
|
+
> Use literal values.
|
|
18300
18752
|
|
|
18301
18753
|
<div class="padding-left--md">
|
|
18302
18754
|
|
|
@@ -18320,7 +18772,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18320
18772
|
</div>
|
|
18321
18773
|
|
|
18322
18774
|
<a name="externalvaultconfigtype"></a>
|
|
18323
|
-
### ExternalVaultConfigType
|
|
18775
|
+
### ~~ExternalVaultConfigType~~
|
|
18776
|
+
|
|
18777
|
+
> ⚠️ **Deprecated**
|
|
18778
|
+
> Use literal values.
|
|
18324
18779
|
|
|
18325
18780
|
<div class="padding-left--md">
|
|
18326
18781
|
|
|
@@ -18338,7 +18793,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18338
18793
|
</div>
|
|
18339
18794
|
|
|
18340
18795
|
<a name="externalvaultsourceauthmethod"></a>
|
|
18341
|
-
### ExternalVaultSourceAuthMethod
|
|
18796
|
+
### ~~ExternalVaultSourceAuthMethod~~
|
|
18797
|
+
|
|
18798
|
+
> ⚠️ **Deprecated**
|
|
18799
|
+
> Use literal values.
|
|
18342
18800
|
|
|
18343
18801
|
<div class="padding-left--md">
|
|
18344
18802
|
|
|
@@ -18362,7 +18820,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18362
18820
|
</div>
|
|
18363
18821
|
|
|
18364
18822
|
<a name="filtertype"></a>
|
|
18365
|
-
### FilterType
|
|
18823
|
+
### ~~FilterType~~
|
|
18824
|
+
|
|
18825
|
+
> ⚠️ **Deprecated**
|
|
18826
|
+
> Use literal values.
|
|
18366
18827
|
|
|
18367
18828
|
<div class="padding-left--md">
|
|
18368
18829
|
|
|
@@ -18397,7 +18858,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18397
18858
|
</div>
|
|
18398
18859
|
|
|
18399
18860
|
<a name="getallactivegatesqueryautoupdate"></a>
|
|
18400
|
-
### GetAllActiveGatesQueryAutoUpdate
|
|
18861
|
+
### ~~GetAllActiveGatesQueryAutoUpdate~~
|
|
18862
|
+
|
|
18863
|
+
> ⚠️ **Deprecated**
|
|
18864
|
+
> Use literal values.
|
|
18401
18865
|
|
|
18402
18866
|
<div class="padding-left--md">
|
|
18403
18867
|
|
|
@@ -18415,7 +18879,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18415
18879
|
</div>
|
|
18416
18880
|
|
|
18417
18881
|
<a name="getallactivegatesquerydisabledmoduleitem"></a>
|
|
18418
|
-
### GetAllActiveGatesQueryDisabledModuleItem
|
|
18882
|
+
### ~~GetAllActiveGatesQueryDisabledModuleItem~~
|
|
18883
|
+
|
|
18884
|
+
> ⚠️ **Deprecated**
|
|
18885
|
+
> Use literal values.
|
|
18419
18886
|
|
|
18420
18887
|
<div class="padding-left--md">
|
|
18421
18888
|
|
|
@@ -18433,7 +18900,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18433
18900
|
</div>
|
|
18434
18901
|
|
|
18435
18902
|
<a name="getallactivegatesqueryenabledmoduleitem"></a>
|
|
18436
|
-
### GetAllActiveGatesQueryEnabledModuleItem
|
|
18903
|
+
### ~~GetAllActiveGatesQueryEnabledModuleItem~~
|
|
18904
|
+
|
|
18905
|
+
> ⚠️ **Deprecated**
|
|
18906
|
+
> Use literal values.
|
|
18437
18907
|
|
|
18438
18908
|
<div class="padding-left--md">
|
|
18439
18909
|
|
|
@@ -18451,7 +18921,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18451
18921
|
</div>
|
|
18452
18922
|
|
|
18453
18923
|
<a name="getallactivegatesqueryosarchitecture"></a>
|
|
18454
|
-
### GetAllActiveGatesQueryOsArchitecture
|
|
18924
|
+
### ~~GetAllActiveGatesQueryOsArchitecture~~
|
|
18925
|
+
|
|
18926
|
+
> ⚠️ **Deprecated**
|
|
18927
|
+
> Use literal values.
|
|
18455
18928
|
|
|
18456
18929
|
<div class="padding-left--md">
|
|
18457
18930
|
|
|
@@ -18469,7 +18942,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18469
18942
|
</div>
|
|
18470
18943
|
|
|
18471
18944
|
<a name="getallactivegatesqueryostype"></a>
|
|
18472
|
-
### GetAllActiveGatesQueryOsType
|
|
18945
|
+
### ~~GetAllActiveGatesQueryOsType~~
|
|
18946
|
+
|
|
18947
|
+
> ⚠️ **Deprecated**
|
|
18948
|
+
> Use literal values.
|
|
18473
18949
|
|
|
18474
18950
|
<div class="padding-left--md">
|
|
18475
18951
|
|
|
@@ -18487,7 +18963,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18487
18963
|
</div>
|
|
18488
18964
|
|
|
18489
18965
|
<a name="getallactivegatesquerytokenstate"></a>
|
|
18490
|
-
### GetAllActiveGatesQueryTokenState
|
|
18966
|
+
### ~~GetAllActiveGatesQueryTokenState~~
|
|
18967
|
+
|
|
18968
|
+
> ⚠️ **Deprecated**
|
|
18969
|
+
> Use literal values.
|
|
18491
18970
|
|
|
18492
18971
|
<div class="padding-left--md">
|
|
18493
18972
|
|
|
@@ -18505,7 +18984,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18505
18984
|
</div>
|
|
18506
18985
|
|
|
18507
18986
|
<a name="getallactivegatesquerytype"></a>
|
|
18508
|
-
### GetAllActiveGatesQueryType
|
|
18987
|
+
### ~~GetAllActiveGatesQueryType~~
|
|
18988
|
+
|
|
18989
|
+
> ⚠️ **Deprecated**
|
|
18990
|
+
> Use literal values.
|
|
18509
18991
|
|
|
18510
18992
|
<div class="padding-left--md">
|
|
18511
18993
|
|
|
@@ -18523,7 +19005,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18523
19005
|
</div>
|
|
18524
19006
|
|
|
18525
19007
|
<a name="getallactivegatesqueryupdatestatus"></a>
|
|
18526
|
-
### GetAllActiveGatesQueryUpdateStatus
|
|
19008
|
+
### ~~GetAllActiveGatesQueryUpdateStatus~~
|
|
19009
|
+
|
|
19010
|
+
> ⚠️ **Deprecated**
|
|
19011
|
+
> Use literal values.
|
|
18527
19012
|
|
|
18528
19013
|
<div class="padding-left--md">
|
|
18529
19014
|
|
|
@@ -18541,7 +19026,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18541
19026
|
</div>
|
|
18542
19027
|
|
|
18543
19028
|
<a name="getallactivegatesqueryversioncomparetype"></a>
|
|
18544
|
-
### GetAllActiveGatesQueryVersionCompareType
|
|
19029
|
+
### ~~GetAllActiveGatesQueryVersionCompareType~~
|
|
19030
|
+
|
|
19031
|
+
> ⚠️ **Deprecated**
|
|
19032
|
+
> Use literal values.
|
|
18545
19033
|
|
|
18546
19034
|
<div class="padding-left--md">
|
|
18547
19035
|
|
|
@@ -18559,7 +19047,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18559
19047
|
</div>
|
|
18560
19048
|
|
|
18561
19049
|
<a name="getallupdatejoblistquerystartversioncomparetype"></a>
|
|
18562
|
-
### GetAllUpdateJobListQueryStartVersionCompareType
|
|
19050
|
+
### ~~GetAllUpdateJobListQueryStartVersionCompareType~~
|
|
19051
|
+
|
|
19052
|
+
> ⚠️ **Deprecated**
|
|
19053
|
+
> Use literal values.
|
|
18563
19054
|
|
|
18564
19055
|
<div class="padding-left--md">
|
|
18565
19056
|
|
|
@@ -18577,7 +19068,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18577
19068
|
</div>
|
|
18578
19069
|
|
|
18579
19070
|
<a name="getallupdatejoblistquerytargetversioncomparetype"></a>
|
|
18580
|
-
### GetAllUpdateJobListQueryTargetVersionCompareType
|
|
19071
|
+
### ~~GetAllUpdateJobListQueryTargetVersionCompareType~~
|
|
19072
|
+
|
|
19073
|
+
> ⚠️ **Deprecated**
|
|
19074
|
+
> Use literal values.
|
|
18581
19075
|
|
|
18582
19076
|
<div class="padding-left--md">
|
|
18583
19077
|
|
|
@@ -18595,7 +19089,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18595
19089
|
</div>
|
|
18596
19090
|
|
|
18597
19091
|
<a name="getallupdatejoblistqueryupdatetype"></a>
|
|
18598
|
-
### GetAllUpdateJobListQueryUpdateType
|
|
19092
|
+
### ~~GetAllUpdateJobListQueryUpdateType~~
|
|
19093
|
+
|
|
19094
|
+
> ⚠️ **Deprecated**
|
|
19095
|
+
> Use literal values.
|
|
18599
19096
|
|
|
18600
19097
|
<div class="padding-left--md">
|
|
18601
19098
|
|
|
@@ -18613,7 +19110,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18613
19110
|
</div>
|
|
18614
19111
|
|
|
18615
19112
|
<a name="getenvironmentconfigurationeventsquerystatus"></a>
|
|
18616
|
-
### GetEnvironmentConfigurationEventsQueryStatus
|
|
19113
|
+
### ~~GetEnvironmentConfigurationEventsQueryStatus~~
|
|
19114
|
+
|
|
19115
|
+
> ⚠️ **Deprecated**
|
|
19116
|
+
> Use literal values.
|
|
18617
19117
|
|
|
18618
19118
|
<div class="padding-left--md">
|
|
18619
19119
|
|
|
@@ -18631,7 +19131,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18631
19131
|
</div>
|
|
18632
19132
|
|
|
18633
19133
|
<a name="getexecutionresultpathresulttype"></a>
|
|
18634
|
-
### GetExecutionResultPathResultType
|
|
19134
|
+
### ~~GetExecutionResultPathResultType~~
|
|
19135
|
+
|
|
19136
|
+
> ⚠️ **Deprecated**
|
|
19137
|
+
> Use literal values.
|
|
18635
19138
|
|
|
18636
19139
|
<div class="padding-left--md">
|
|
18637
19140
|
|
|
@@ -18649,7 +19152,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18649
19152
|
</div>
|
|
18650
19153
|
|
|
18651
19154
|
<a name="getexecutionsqueryexecutionstage"></a>
|
|
18652
|
-
### GetExecutionsQueryExecutionStage
|
|
19155
|
+
### ~~GetExecutionsQueryExecutionStage~~
|
|
19156
|
+
|
|
19157
|
+
> ⚠️ **Deprecated**
|
|
19158
|
+
> Use literal values.
|
|
18653
19159
|
|
|
18654
19160
|
<div class="padding-left--md">
|
|
18655
19161
|
|
|
@@ -18667,7 +19173,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18667
19173
|
</div>
|
|
18668
19174
|
|
|
18669
19175
|
<a name="getexecutionsquerysource"></a>
|
|
18670
|
-
### GetExecutionsQuerySource
|
|
19176
|
+
### ~~GetExecutionsQuerySource~~
|
|
19177
|
+
|
|
19178
|
+
> ⚠️ **Deprecated**
|
|
19179
|
+
> Use literal values.
|
|
18671
19180
|
|
|
18672
19181
|
<div class="padding-left--md">
|
|
18673
19182
|
|
|
@@ -18685,7 +19194,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18685
19194
|
</div>
|
|
18686
19195
|
|
|
18687
19196
|
<a name="getextensionmonitoringconfigurationeventsquerystatus"></a>
|
|
18688
|
-
### GetExtensionMonitoringConfigurationEventsQueryStatus
|
|
19197
|
+
### ~~GetExtensionMonitoringConfigurationEventsQueryStatus~~
|
|
19198
|
+
|
|
19199
|
+
> ⚠️ **Deprecated**
|
|
19200
|
+
> Use literal values.
|
|
18689
19201
|
|
|
18690
19202
|
<div class="padding-left--md">
|
|
18691
19203
|
|
|
@@ -18703,7 +19215,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18703
19215
|
</div>
|
|
18704
19216
|
|
|
18705
19217
|
<a name="gethoststatsqueryfilter"></a>
|
|
18706
|
-
### GetHostStatsQueryFilter
|
|
19218
|
+
### ~~GetHostStatsQueryFilter~~
|
|
19219
|
+
|
|
19220
|
+
> ⚠️ **Deprecated**
|
|
19221
|
+
> Use literal values.
|
|
18707
19222
|
|
|
18708
19223
|
<div class="padding-left--md">
|
|
18709
19224
|
|
|
@@ -18718,10 +19233,34 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18718
19233
|
</div>
|
|
18719
19234
|
|
|
18720
19235
|
|
|
19236
|
+
</div>
|
|
19237
|
+
|
|
19238
|
+
<a name="getjavascripttagqueryscriptexecutionattribute"></a>
|
|
19239
|
+
### ~~GetJavaScriptTagQueryScriptExecutionAttribute~~
|
|
19240
|
+
|
|
19241
|
+
> ⚠️ **Deprecated**
|
|
19242
|
+
> Use literal values.
|
|
19243
|
+
|
|
19244
|
+
<div class="padding-left--md">
|
|
19245
|
+
|
|
19246
|
+
|
|
19247
|
+
|
|
19248
|
+
#### Enum keys
|
|
19249
|
+
|
|
19250
|
+
<div class="padding-left--md">
|
|
19251
|
+
|
|
19252
|
+
`Async` | `Defer` | `None`
|
|
19253
|
+
|
|
19254
|
+
</div>
|
|
19255
|
+
|
|
19256
|
+
|
|
18721
19257
|
</div>
|
|
18722
19258
|
|
|
18723
19259
|
<a name="getlocationsquerycapability"></a>
|
|
18724
|
-
### GetLocationsQueryCapability
|
|
19260
|
+
### ~~GetLocationsQueryCapability~~
|
|
19261
|
+
|
|
19262
|
+
> ⚠️ **Deprecated**
|
|
19263
|
+
> Use literal values.
|
|
18725
19264
|
|
|
18726
19265
|
<div class="padding-left--md">
|
|
18727
19266
|
|
|
@@ -18739,7 +19278,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18739
19278
|
</div>
|
|
18740
19279
|
|
|
18741
19280
|
<a name="getlocationsquerycloudplatform"></a>
|
|
18742
|
-
### GetLocationsQueryCloudPlatform
|
|
19281
|
+
### ~~GetLocationsQueryCloudPlatform~~
|
|
19282
|
+
|
|
19283
|
+
> ⚠️ **Deprecated**
|
|
19284
|
+
> Use literal values.
|
|
18743
19285
|
|
|
18744
19286
|
<div class="padding-left--md">
|
|
18745
19287
|
|
|
@@ -18757,7 +19299,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18757
19299
|
</div>
|
|
18758
19300
|
|
|
18759
19301
|
<a name="getlocationsquerytype"></a>
|
|
18760
|
-
### GetLocationsQueryType
|
|
19302
|
+
### ~~GetLocationsQueryType~~
|
|
19303
|
+
|
|
19304
|
+
> ⚠️ **Deprecated**
|
|
19305
|
+
> Use literal values.
|
|
18761
19306
|
|
|
18762
19307
|
<div class="padding-left--md">
|
|
18763
19308
|
|
|
@@ -18775,7 +19320,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18775
19320
|
</div>
|
|
18776
19321
|
|
|
18777
19322
|
<a name="getnodesqueryassignedtolocation"></a>
|
|
18778
|
-
### GetNodesQueryAssignedToLocation
|
|
19323
|
+
### ~~GetNodesQueryAssignedToLocation~~
|
|
19324
|
+
|
|
19325
|
+
> ⚠️ **Deprecated**
|
|
19326
|
+
> Use literal values.
|
|
18779
19327
|
|
|
18780
19328
|
<div class="padding-left--md">
|
|
18781
19329
|
|
|
@@ -18790,10 +19338,55 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18790
19338
|
</div>
|
|
18791
19339
|
|
|
18792
19340
|
|
|
19341
|
+
</div>
|
|
19342
|
+
|
|
19343
|
+
<a name="getoneagentjavascripttagqueryscriptexecutionattribute"></a>
|
|
19344
|
+
### ~~GetOneAgentJavaScriptTagQueryScriptExecutionAttribute~~
|
|
19345
|
+
|
|
19346
|
+
> ⚠️ **Deprecated**
|
|
19347
|
+
> Use literal values.
|
|
19348
|
+
|
|
19349
|
+
<div class="padding-left--md">
|
|
19350
|
+
|
|
19351
|
+
|
|
19352
|
+
|
|
19353
|
+
#### Enum keys
|
|
19354
|
+
|
|
19355
|
+
<div class="padding-left--md">
|
|
19356
|
+
|
|
19357
|
+
`Async` | `Defer` | `None`
|
|
19358
|
+
|
|
19359
|
+
</div>
|
|
19360
|
+
|
|
19361
|
+
|
|
19362
|
+
</div>
|
|
19363
|
+
|
|
19364
|
+
<a name="getoneagentjavascripttagwithsriqueryscriptexecutionattribute"></a>
|
|
19365
|
+
### ~~GetOneAgentJavaScriptTagWithSriQueryScriptExecutionAttribute~~
|
|
19366
|
+
|
|
19367
|
+
> ⚠️ **Deprecated**
|
|
19368
|
+
> Use literal values.
|
|
19369
|
+
|
|
19370
|
+
<div class="padding-left--md">
|
|
19371
|
+
|
|
19372
|
+
|
|
19373
|
+
|
|
19374
|
+
#### Enum keys
|
|
19375
|
+
|
|
19376
|
+
<div class="padding-left--md">
|
|
19377
|
+
|
|
19378
|
+
`Async` | `Defer` | `None`
|
|
19379
|
+
|
|
19380
|
+
</div>
|
|
19381
|
+
|
|
19382
|
+
|
|
18793
19383
|
</div>
|
|
18794
19384
|
|
|
18795
19385
|
<a name="getpermissionpathaccessortype"></a>
|
|
18796
|
-
### GetPermissionPathAccessorType
|
|
19386
|
+
### ~~GetPermissionPathAccessorType~~
|
|
19387
|
+
|
|
19388
|
+
> ⚠️ **Deprecated**
|
|
19389
|
+
> Use literal values.
|
|
18797
19390
|
|
|
18798
19391
|
<div class="padding-left--md">
|
|
18799
19392
|
|
|
@@ -18811,7 +19404,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18811
19404
|
</div>
|
|
18812
19405
|
|
|
18813
19406
|
<a name="getslobyidquerytimeframe"></a>
|
|
18814
|
-
### GetSloByIdQueryTimeFrame
|
|
19407
|
+
### ~~GetSloByIdQueryTimeFrame~~
|
|
19408
|
+
|
|
19409
|
+
> ⚠️ **Deprecated**
|
|
19410
|
+
> Use literal values.
|
|
18815
19411
|
|
|
18816
19412
|
<div class="padding-left--md">
|
|
18817
19413
|
|
|
@@ -18829,7 +19425,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18829
19425
|
</div>
|
|
18830
19426
|
|
|
18831
19427
|
<a name="getsloqueryenabledslos"></a>
|
|
18832
|
-
### GetSloQueryEnabledSlos
|
|
19428
|
+
### ~~GetSloQueryEnabledSlos~~
|
|
19429
|
+
|
|
19430
|
+
> ⚠️ **Deprecated**
|
|
19431
|
+
> Use literal values.
|
|
18833
19432
|
|
|
18834
19433
|
<div class="padding-left--md">
|
|
18835
19434
|
|
|
@@ -18847,7 +19446,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18847
19446
|
</div>
|
|
18848
19447
|
|
|
18849
19448
|
<a name="getsloqueryevaluate"></a>
|
|
18850
|
-
### GetSloQueryEvaluate
|
|
19449
|
+
### ~~GetSloQueryEvaluate~~
|
|
19450
|
+
|
|
19451
|
+
> ⚠️ **Deprecated**
|
|
19452
|
+
> Use literal values.
|
|
18851
19453
|
|
|
18852
19454
|
<div class="padding-left--md">
|
|
18853
19455
|
|
|
@@ -18865,7 +19467,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18865
19467
|
</div>
|
|
18866
19468
|
|
|
18867
19469
|
<a name="getsloquerytimeframe"></a>
|
|
18868
|
-
### GetSloQueryTimeFrame
|
|
19470
|
+
### ~~GetSloQueryTimeFrame~~
|
|
19471
|
+
|
|
19472
|
+
> ⚠️ **Deprecated**
|
|
19473
|
+
> Use literal values.
|
|
18869
19474
|
|
|
18870
19475
|
<div class="padding-left--md">
|
|
18871
19476
|
|
|
@@ -18883,7 +19488,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18883
19488
|
</div>
|
|
18884
19489
|
|
|
18885
19490
|
<a name="getupdatejoblistbyagidquerystartversioncomparetype"></a>
|
|
18886
|
-
### GetUpdateJobListByAgIdQueryStartVersionCompareType
|
|
19491
|
+
### ~~GetUpdateJobListByAgIdQueryStartVersionCompareType~~
|
|
19492
|
+
|
|
19493
|
+
> ⚠️ **Deprecated**
|
|
19494
|
+
> Use literal values.
|
|
18887
19495
|
|
|
18888
19496
|
<div class="padding-left--md">
|
|
18889
19497
|
|
|
@@ -18901,7 +19509,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18901
19509
|
</div>
|
|
18902
19510
|
|
|
18903
19511
|
<a name="getupdatejoblistbyagidquerytargetversioncomparetype"></a>
|
|
18904
|
-
### GetUpdateJobListByAgIdQueryTargetVersionCompareType
|
|
19512
|
+
### ~~GetUpdateJobListByAgIdQueryTargetVersionCompareType~~
|
|
19513
|
+
|
|
19514
|
+
> ⚠️ **Deprecated**
|
|
19515
|
+
> Use literal values.
|
|
18905
19516
|
|
|
18906
19517
|
<div class="padding-left--md">
|
|
18907
19518
|
|
|
@@ -18919,7 +19530,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18919
19530
|
</div>
|
|
18920
19531
|
|
|
18921
19532
|
<a name="getupdatejoblistbyagidqueryupdatetype"></a>
|
|
18922
|
-
### GetUpdateJobListByAgIdQueryUpdateType
|
|
19533
|
+
### ~~GetUpdateJobListByAgIdQueryUpdateType~~
|
|
19534
|
+
|
|
19535
|
+
> ⚠️ **Deprecated**
|
|
19536
|
+
> Use literal values.
|
|
18923
19537
|
|
|
18924
19538
|
<div class="padding-left--md">
|
|
18925
19539
|
|
|
@@ -18937,7 +19551,10 @@ Type of this filter, determines which other fields are present.Can be any of:
|
|
|
18937
19551
|
</div>
|
|
18938
19552
|
|
|
18939
19553
|
<a name="identitytype"></a>
|
|
18940
|
-
### IdentityType
|
|
19554
|
+
### ~~IdentityType~~
|
|
19555
|
+
|
|
19556
|
+
> ⚠️ **Deprecated**
|
|
19557
|
+
> Use literal values.
|
|
18941
19558
|
|
|
18942
19559
|
<div class="padding-left--md">
|
|
18943
19560
|
|
|
@@ -18955,7 +19572,10 @@ The type of the identity.
|
|
|
18955
19572
|
</div>
|
|
18956
19573
|
|
|
18957
19574
|
<a name="impactimpacttype"></a>
|
|
18958
|
-
### ImpactImpactType
|
|
19575
|
+
### ~~ImpactImpactType~~
|
|
19576
|
+
|
|
19577
|
+
> ⚠️ **Deprecated**
|
|
19578
|
+
> Use literal values.
|
|
18959
19579
|
|
|
18960
19580
|
<div class="padding-left--md">
|
|
18961
19581
|
|
|
@@ -18978,7 +19598,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18978
19598
|
</div>
|
|
18979
19599
|
|
|
18980
19600
|
<a name="listcredentialsquerytype"></a>
|
|
18981
|
-
### ListCredentialsQueryType
|
|
19601
|
+
### ~~ListCredentialsQueryType~~
|
|
19602
|
+
|
|
19603
|
+
> ⚠️ **Deprecated**
|
|
19604
|
+
> Use literal values.
|
|
18982
19605
|
|
|
18983
19606
|
<div class="padding-left--md">
|
|
18984
19607
|
|
|
@@ -18996,7 +19619,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
18996
19619
|
</div>
|
|
18997
19620
|
|
|
18998
19621
|
<a name="locationcollectionelementcloudplatform"></a>
|
|
18999
|
-
### LocationCollectionElementCloudPlatform
|
|
19622
|
+
### ~~LocationCollectionElementCloudPlatform~~
|
|
19623
|
+
|
|
19624
|
+
> ⚠️ **Deprecated**
|
|
19625
|
+
> Use literal values.
|
|
19000
19626
|
|
|
19001
19627
|
<div class="padding-left--md">
|
|
19002
19628
|
|
|
@@ -19016,7 +19642,10 @@ The cloud provider where the location is hosted.
|
|
|
19016
19642
|
</div>
|
|
19017
19643
|
|
|
19018
19644
|
<a name="locationcollectionelementdeploymenttype"></a>
|
|
19019
|
-
### LocationCollectionElementDeploymentType
|
|
19645
|
+
### ~~LocationCollectionElementDeploymentType~~
|
|
19646
|
+
|
|
19647
|
+
> ⚠️ **Deprecated**
|
|
19648
|
+
> Use literal values.
|
|
19020
19649
|
|
|
19021
19650
|
<div class="padding-left--md">
|
|
19022
19651
|
|
|
@@ -19034,7 +19663,10 @@ Location's deployment type
|
|
|
19034
19663
|
</div>
|
|
19035
19664
|
|
|
19036
19665
|
<a name="locationcollectionelementstage"></a>
|
|
19037
|
-
### LocationCollectionElementStage
|
|
19666
|
+
### ~~LocationCollectionElementStage~~
|
|
19667
|
+
|
|
19668
|
+
> ⚠️ **Deprecated**
|
|
19669
|
+
> Use literal values.
|
|
19038
19670
|
|
|
19039
19671
|
<div class="padding-left--md">
|
|
19040
19672
|
|
|
@@ -19052,7 +19684,10 @@ The release stage of the location.
|
|
|
19052
19684
|
</div>
|
|
19053
19685
|
|
|
19054
19686
|
<a name="locationcollectionelementstatus"></a>
|
|
19055
|
-
### LocationCollectionElementStatus
|
|
19687
|
+
### ~~LocationCollectionElementStatus~~
|
|
19688
|
+
|
|
19689
|
+
> ⚠️ **Deprecated**
|
|
19690
|
+
> Use literal values.
|
|
19056
19691
|
|
|
19057
19692
|
<div class="padding-left--md">
|
|
19058
19693
|
|
|
@@ -19070,7 +19705,10 @@ The status of the location.
|
|
|
19070
19705
|
</div>
|
|
19071
19706
|
|
|
19072
19707
|
<a name="locationcollectionelementtype"></a>
|
|
19073
|
-
### LocationCollectionElementType
|
|
19708
|
+
### ~~LocationCollectionElementType~~
|
|
19709
|
+
|
|
19710
|
+
> ⚠️ **Deprecated**
|
|
19711
|
+
> Use literal values.
|
|
19074
19712
|
|
|
19075
19713
|
<div class="padding-left--md">
|
|
19076
19714
|
|
|
@@ -19088,7 +19726,10 @@ The type of the location.
|
|
|
19088
19726
|
</div>
|
|
19089
19727
|
|
|
19090
19728
|
<a name="logrecordeventtype"></a>
|
|
19091
|
-
### LogRecordEventType
|
|
19729
|
+
### ~~LogRecordEventType~~
|
|
19730
|
+
|
|
19731
|
+
> ⚠️ **Deprecated**
|
|
19732
|
+
> Use literal values.
|
|
19092
19733
|
|
|
19093
19734
|
<div class="padding-left--md">
|
|
19094
19735
|
|
|
@@ -19106,7 +19747,10 @@ Type of event
|
|
|
19106
19747
|
</div>
|
|
19107
19748
|
|
|
19108
19749
|
<a name="logrecordstatus"></a>
|
|
19109
|
-
### LogRecordStatus
|
|
19750
|
+
### ~~LogRecordStatus~~
|
|
19751
|
+
|
|
19752
|
+
> ⚠️ **Deprecated**
|
|
19753
|
+
> Use literal values.
|
|
19110
19754
|
|
|
19111
19755
|
<div class="padding-left--md">
|
|
19112
19756
|
|
|
@@ -19124,7 +19768,10 @@ The log status (based on the log level).
|
|
|
19124
19768
|
</div>
|
|
19125
19769
|
|
|
19126
19770
|
<a name="metricdefaultaggregationtype"></a>
|
|
19127
|
-
### MetricDefaultAggregationType
|
|
19771
|
+
### ~~MetricDefaultAggregationType~~
|
|
19772
|
+
|
|
19773
|
+
> ⚠️ **Deprecated**
|
|
19774
|
+
> Use literal values.
|
|
19128
19775
|
|
|
19129
19776
|
<div class="padding-left--md">
|
|
19130
19777
|
|
|
@@ -19142,7 +19789,10 @@ The type of default aggregation.
|
|
|
19142
19789
|
</div>
|
|
19143
19790
|
|
|
19144
19791
|
<a name="metricdescriptoraggregationtypesitem"></a>
|
|
19145
|
-
### MetricDescriptorAggregationTypesItem
|
|
19792
|
+
### ~~MetricDescriptorAggregationTypesItem~~
|
|
19793
|
+
|
|
19794
|
+
> ⚠️ **Deprecated**
|
|
19795
|
+
> Use literal values.
|
|
19146
19796
|
|
|
19147
19797
|
<div class="padding-left--md">
|
|
19148
19798
|
|
|
@@ -19160,7 +19810,10 @@ The type of default aggregation.
|
|
|
19160
19810
|
</div>
|
|
19161
19811
|
|
|
19162
19812
|
<a name="metricdescriptortransformationsitem"></a>
|
|
19163
|
-
### MetricDescriptorTransformationsItem
|
|
19813
|
+
### ~~MetricDescriptorTransformationsItem~~
|
|
19814
|
+
|
|
19815
|
+
> ⚠️ **Deprecated**
|
|
19816
|
+
> Use literal values.
|
|
19164
19817
|
|
|
19165
19818
|
<div class="padding-left--md">
|
|
19166
19819
|
|
|
@@ -19178,7 +19831,10 @@ The type of default aggregation.
|
|
|
19178
19831
|
</div>
|
|
19179
19832
|
|
|
19180
19833
|
<a name="metricdescriptorunitdisplayformat"></a>
|
|
19181
|
-
### MetricDescriptorUnitDisplayFormat
|
|
19834
|
+
### ~~MetricDescriptorUnitDisplayFormat~~
|
|
19835
|
+
|
|
19836
|
+
> ⚠️ **Deprecated**
|
|
19837
|
+
> Use literal values.
|
|
19182
19838
|
|
|
19183
19839
|
<div class="padding-left--md">
|
|
19184
19840
|
|
|
@@ -19204,7 +19860,10 @@ If not set, the decimal system is used.
|
|
|
19204
19860
|
</div>
|
|
19205
19861
|
|
|
19206
19862
|
<a name="metricdimensiondefinitiontype"></a>
|
|
19207
|
-
### MetricDimensionDefinitionType
|
|
19863
|
+
### ~~MetricDimensionDefinitionType~~
|
|
19864
|
+
|
|
19865
|
+
> ⚠️ **Deprecated**
|
|
19866
|
+
> Use literal values.
|
|
19208
19867
|
|
|
19209
19868
|
<div class="padding-left--md">
|
|
19210
19869
|
|
|
@@ -19222,7 +19881,10 @@ The type of the dimension.
|
|
|
19222
19881
|
</div>
|
|
19223
19882
|
|
|
19224
19883
|
<a name="metricquerydqltranslationstatus"></a>
|
|
19225
|
-
### MetricQueryDQLTranslationStatus
|
|
19884
|
+
### ~~MetricQueryDQLTranslationStatus~~
|
|
19885
|
+
|
|
19886
|
+
> ⚠️ **Deprecated**
|
|
19887
|
+
> Use literal values.
|
|
19226
19888
|
|
|
19227
19889
|
<div class="padding-left--md">
|
|
19228
19890
|
|
|
@@ -19240,7 +19902,10 @@ The status of the DQL translation, either `success` or `not supported`
|
|
|
19240
19902
|
</div>
|
|
19241
19903
|
|
|
19242
19904
|
<a name="metricvaluetypetype"></a>
|
|
19243
|
-
### MetricValueTypeType
|
|
19905
|
+
### ~~MetricValueTypeType~~
|
|
19906
|
+
|
|
19907
|
+
> ⚠️ **Deprecated**
|
|
19908
|
+
> Use literal values.
|
|
19244
19909
|
|
|
19245
19910
|
<div class="padding-left--md">
|
|
19246
19911
|
|
|
@@ -19258,7 +19923,10 @@ The metric value type
|
|
|
19258
19923
|
</div>
|
|
19259
19924
|
|
|
19260
19925
|
<a name="monitoredentitystatesseverity"></a>
|
|
19261
|
-
### MonitoredEntityStatesSeverity
|
|
19926
|
+
### ~~MonitoredEntityStatesSeverity~~
|
|
19927
|
+
|
|
19928
|
+
> ⚠️ **Deprecated**
|
|
19929
|
+
> Use literal values.
|
|
19262
19930
|
|
|
19263
19931
|
<div class="padding-left--md">
|
|
19264
19932
|
|
|
@@ -19276,7 +19944,10 @@ The type of the monitoring state.
|
|
|
19276
19944
|
</div>
|
|
19277
19945
|
|
|
19278
19946
|
<a name="monitoredentitystatesstate"></a>
|
|
19279
|
-
### MonitoredEntityStatesState
|
|
19947
|
+
### ~~MonitoredEntityStatesState~~
|
|
19948
|
+
|
|
19949
|
+
> ⚠️ **Deprecated**
|
|
19950
|
+
> Use literal values.
|
|
19280
19951
|
|
|
19281
19952
|
<div class="padding-left--md">
|
|
19282
19953
|
|
|
@@ -19294,7 +19965,10 @@ The name of the monitoring state.
|
|
|
19294
19965
|
</div>
|
|
19295
19966
|
|
|
19296
19967
|
<a name="mutestatereason"></a>
|
|
19297
|
-
### MuteStateReason
|
|
19968
|
+
### ~~MuteStateReason~~
|
|
19969
|
+
|
|
19970
|
+
> ⚠️ **Deprecated**
|
|
19971
|
+
> Use literal values.
|
|
19298
19972
|
|
|
19299
19973
|
<div class="padding-left--md">
|
|
19300
19974
|
|
|
@@ -19312,7 +19986,10 @@ The reason for the mute state change.
|
|
|
19312
19986
|
</div>
|
|
19313
19987
|
|
|
19314
19988
|
<a name="networkzonefallbackmode"></a>
|
|
19315
|
-
### NetworkZoneFallbackMode
|
|
19989
|
+
### ~~NetworkZoneFallbackMode~~
|
|
19990
|
+
|
|
19991
|
+
> ⚠️ **Deprecated**
|
|
19992
|
+
> Use literal values.
|
|
19316
19993
|
|
|
19317
19994
|
<div class="padding-left--md">
|
|
19318
19995
|
|
|
@@ -19330,7 +20007,10 @@ The fallback mode of the network zone.
|
|
|
19330
20007
|
</div>
|
|
19331
20008
|
|
|
19332
20009
|
<a name="preconditiontype"></a>
|
|
19333
|
-
### PreconditionType
|
|
20010
|
+
### ~~PreconditionType~~
|
|
20011
|
+
|
|
20012
|
+
> ⚠️ **Deprecated**
|
|
20013
|
+
> Use literal values.
|
|
19334
20014
|
|
|
19335
20015
|
<div class="padding-left--md">
|
|
19336
20016
|
|
|
@@ -19348,7 +20028,10 @@ The type of the precondition.
|
|
|
19348
20028
|
</div>
|
|
19349
20029
|
|
|
19350
20030
|
<a name="privatesyntheticlocationdeploymenttype"></a>
|
|
19351
|
-
### PrivateSyntheticLocationDeploymentType
|
|
20031
|
+
### ~~PrivateSyntheticLocationDeploymentType~~
|
|
20032
|
+
|
|
20033
|
+
> ⚠️ **Deprecated**
|
|
20034
|
+
> Use literal values.
|
|
19352
20035
|
|
|
19353
20036
|
<div class="padding-left--md">
|
|
19354
20037
|
|
|
@@ -19369,7 +20052,10 @@ The deployment type of the location:
|
|
|
19369
20052
|
</div>
|
|
19370
20053
|
|
|
19371
20054
|
<a name="privatesyntheticlocationstatus"></a>
|
|
19372
|
-
### PrivateSyntheticLocationStatus
|
|
20055
|
+
### ~~PrivateSyntheticLocationStatus~~
|
|
20056
|
+
|
|
20057
|
+
> ⚠️ **Deprecated**
|
|
20058
|
+
> Use literal values.
|
|
19373
20059
|
|
|
19374
20060
|
<div class="padding-left--md">
|
|
19375
20061
|
|
|
@@ -19391,7 +20077,10 @@ The status of the location:
|
|
|
19391
20077
|
</div>
|
|
19392
20078
|
|
|
19393
20079
|
<a name="privatesyntheticlocationtype"></a>
|
|
19394
|
-
### PrivateSyntheticLocationType
|
|
20080
|
+
### ~~PrivateSyntheticLocationType~~
|
|
20081
|
+
|
|
20082
|
+
> ⚠️ **Deprecated**
|
|
20083
|
+
> Use literal values.
|
|
19395
20084
|
|
|
19396
20085
|
<div class="padding-left--md">
|
|
19397
20086
|
|
|
@@ -19409,7 +20098,10 @@ The status of the location:
|
|
|
19409
20098
|
</div>
|
|
19410
20099
|
|
|
19411
20100
|
<a name="problemimpactlevel"></a>
|
|
19412
|
-
### ProblemImpactLevel
|
|
20101
|
+
### ~~ProblemImpactLevel~~
|
|
20102
|
+
|
|
20103
|
+
> ⚠️ **Deprecated**
|
|
20104
|
+
> Use literal values.
|
|
19413
20105
|
|
|
19414
20106
|
<div class="padding-left--md">
|
|
19415
20107
|
|
|
@@ -19427,7 +20119,10 @@ The impact level of the problem. It shows what is affected by the problem.
|
|
|
19427
20119
|
</div>
|
|
19428
20120
|
|
|
19429
20121
|
<a name="problemseveritylevel"></a>
|
|
19430
|
-
### ProblemSeverityLevel
|
|
20122
|
+
### ~~ProblemSeverityLevel~~
|
|
20123
|
+
|
|
20124
|
+
> ⚠️ **Deprecated**
|
|
20125
|
+
> Use literal values.
|
|
19431
20126
|
|
|
19432
20127
|
<div class="padding-left--md">
|
|
19433
20128
|
|
|
@@ -19445,7 +20140,10 @@ The severity of the problem.
|
|
|
19445
20140
|
</div>
|
|
19446
20141
|
|
|
19447
20142
|
<a name="problemstatus"></a>
|
|
19448
|
-
### ProblemStatus
|
|
20143
|
+
### ~~ProblemStatus~~
|
|
20144
|
+
|
|
20145
|
+
> ⚠️ **Deprecated**
|
|
20146
|
+
> Use literal values.
|
|
19449
20147
|
|
|
19450
20148
|
<div class="padding-left--md">
|
|
19451
20149
|
|
|
@@ -19463,7 +20161,10 @@ The status of the problem.
|
|
|
19463
20161
|
</div>
|
|
19464
20162
|
|
|
19465
20163
|
<a name="propertydefinitionmodificationpolicy"></a>
|
|
19466
|
-
### PropertyDefinitionModificationPolicy
|
|
20164
|
+
### ~~PropertyDefinitionModificationPolicy~~
|
|
20165
|
+
|
|
20166
|
+
> ⚠️ **Deprecated**
|
|
20167
|
+
> Use literal values.
|
|
19467
20168
|
|
|
19468
20169
|
<div class="padding-left--md">
|
|
19469
20170
|
|
|
@@ -19481,7 +20182,10 @@ Modification policy of the property.
|
|
|
19481
20182
|
</div>
|
|
19482
20183
|
|
|
19483
20184
|
<a name="relatedserviceexposure"></a>
|
|
19484
|
-
### RelatedServiceExposure
|
|
20185
|
+
### ~~RelatedServiceExposure~~
|
|
20186
|
+
|
|
20187
|
+
> ⚠️ **Deprecated**
|
|
20188
|
+
> Use literal values.
|
|
19485
20189
|
|
|
19486
20190
|
<div class="padding-left--md">
|
|
19487
20191
|
|
|
@@ -19499,7 +20203,10 @@ The level of exposure of the service.
|
|
|
19499
20203
|
</div>
|
|
19500
20204
|
|
|
19501
20205
|
<a name="remediationassessmentassessmentaccuracy"></a>
|
|
19502
|
-
### RemediationAssessmentAssessmentAccuracy
|
|
20206
|
+
### ~~RemediationAssessmentAssessmentAccuracy~~
|
|
20207
|
+
|
|
20208
|
+
> ⚠️ **Deprecated**
|
|
20209
|
+
> Use literal values.
|
|
19503
20210
|
|
|
19504
20211
|
<div class="padding-left--md">
|
|
19505
20212
|
|
|
@@ -19517,7 +20224,10 @@ The accuracy of the assessment.
|
|
|
19517
20224
|
</div>
|
|
19518
20225
|
|
|
19519
20226
|
<a name="remediationassessmentdataassets"></a>
|
|
19520
|
-
### RemediationAssessmentDataAssets
|
|
20227
|
+
### ~~RemediationAssessmentDataAssets~~
|
|
20228
|
+
|
|
20229
|
+
> ⚠️ **Deprecated**
|
|
20230
|
+
> Use literal values.
|
|
19521
20231
|
|
|
19522
20232
|
<div class="padding-left--md">
|
|
19523
20233
|
|
|
@@ -19535,7 +20245,10 @@ The reachability of related data assets by affected entities.
|
|
|
19535
20245
|
</div>
|
|
19536
20246
|
|
|
19537
20247
|
<a name="remediationassessmentexposure"></a>
|
|
19538
|
-
### RemediationAssessmentExposure
|
|
20248
|
+
### ~~RemediationAssessmentExposure~~
|
|
20249
|
+
|
|
20250
|
+
> ⚠️ **Deprecated**
|
|
20251
|
+
> Use literal values.
|
|
19539
20252
|
|
|
19540
20253
|
<div class="padding-left--md">
|
|
19541
20254
|
|
|
@@ -19553,7 +20266,10 @@ The level of exposure of affected entities.
|
|
|
19553
20266
|
</div>
|
|
19554
20267
|
|
|
19555
20268
|
<a name="remediationassessmentvulnerablefunctionusage"></a>
|
|
19556
|
-
### RemediationAssessmentVulnerableFunctionUsage
|
|
20269
|
+
### ~~RemediationAssessmentVulnerableFunctionUsage~~
|
|
20270
|
+
|
|
20271
|
+
> ⚠️ **Deprecated**
|
|
20272
|
+
> Use literal values.
|
|
19557
20273
|
|
|
19558
20274
|
<div class="padding-left--md">
|
|
19559
20275
|
|
|
@@ -19571,7 +20287,10 @@ The usage of vulnerable functions
|
|
|
19571
20287
|
</div>
|
|
19572
20288
|
|
|
19573
20289
|
<a name="remediationdetailsitemvulnerabilitystate"></a>
|
|
19574
|
-
### RemediationDetailsItemVulnerabilityState
|
|
20290
|
+
### ~~RemediationDetailsItemVulnerabilityState~~
|
|
20291
|
+
|
|
20292
|
+
> ⚠️ **Deprecated**
|
|
20293
|
+
> Use literal values.
|
|
19575
20294
|
|
|
19576
20295
|
<div class="padding-left--md">
|
|
19577
20296
|
|
|
@@ -19589,7 +20308,10 @@ The usage of vulnerable functions
|
|
|
19589
20308
|
</div>
|
|
19590
20309
|
|
|
19591
20310
|
<a name="remediationitemmutestatechangereason"></a>
|
|
19592
|
-
### RemediationItemMuteStateChangeReason
|
|
20311
|
+
### ~~RemediationItemMuteStateChangeReason~~
|
|
20312
|
+
|
|
20313
|
+
> ⚠️ **Deprecated**
|
|
20314
|
+
> Use literal values.
|
|
19593
20315
|
|
|
19594
20316
|
<div class="padding-left--md">
|
|
19595
20317
|
|
|
@@ -19607,7 +20329,10 @@ The reason for the mute state change.
|
|
|
19607
20329
|
</div>
|
|
19608
20330
|
|
|
19609
20331
|
<a name="remediationitemmutestatereason"></a>
|
|
19610
|
-
### RemediationItemMuteStateReason
|
|
20332
|
+
### ~~RemediationItemMuteStateReason~~
|
|
20333
|
+
|
|
20334
|
+
> ⚠️ **Deprecated**
|
|
20335
|
+
> Use literal values.
|
|
19611
20336
|
|
|
19612
20337
|
<div class="padding-left--md">
|
|
19613
20338
|
|
|
@@ -19625,7 +20350,10 @@ The reason for the most recent mute state change.
|
|
|
19625
20350
|
</div>
|
|
19626
20351
|
|
|
19627
20352
|
<a name="remediationitemmutingsummaryreason"></a>
|
|
19628
|
-
### RemediationItemMutingSummaryReason
|
|
20353
|
+
### ~~RemediationItemMutingSummaryReason~~
|
|
20354
|
+
|
|
20355
|
+
> ⚠️ **Deprecated**
|
|
20356
|
+
> Use literal values.
|
|
19629
20357
|
|
|
19630
20358
|
<div class="padding-left--md">
|
|
19631
20359
|
|
|
@@ -19643,7 +20371,10 @@ Contains a reason, in case the requested operation was not executed.
|
|
|
19643
20371
|
</div>
|
|
19644
20372
|
|
|
19645
20373
|
<a name="remediationitemvulnerabilitystate"></a>
|
|
19646
|
-
### RemediationItemVulnerabilityState
|
|
20374
|
+
### ~~RemediationItemVulnerabilityState~~
|
|
20375
|
+
|
|
20376
|
+
> ⚠️ **Deprecated**
|
|
20377
|
+
> Use literal values.
|
|
19647
20378
|
|
|
19648
20379
|
<div class="padding-left--md">
|
|
19649
20380
|
|
|
@@ -19661,7 +20392,10 @@ Contains a reason, in case the requested operation was not executed.
|
|
|
19661
20392
|
</div>
|
|
19662
20393
|
|
|
19663
20394
|
<a name="remediationitemsbulkmutereason"></a>
|
|
19664
|
-
### RemediationItemsBulkMuteReason
|
|
20395
|
+
### ~~RemediationItemsBulkMuteReason~~
|
|
20396
|
+
|
|
20397
|
+
> ⚠️ **Deprecated**
|
|
20398
|
+
> Use literal values.
|
|
19665
20399
|
|
|
19666
20400
|
<div class="padding-left--md">
|
|
19667
20401
|
|
|
@@ -19679,7 +20413,10 @@ The reason for muting the remediation items.
|
|
|
19679
20413
|
</div>
|
|
19680
20414
|
|
|
19681
20415
|
<a name="remediationitemsbulkunmutereason"></a>
|
|
19682
|
-
### RemediationItemsBulkUnmuteReason
|
|
20416
|
+
### ~~RemediationItemsBulkUnmuteReason~~
|
|
20417
|
+
|
|
20418
|
+
> ⚠️ **Deprecated**
|
|
20419
|
+
> Use literal values.
|
|
19683
20420
|
|
|
19684
20421
|
<div class="padding-left--md">
|
|
19685
20422
|
|
|
@@ -19697,7 +20434,10 @@ The reason for un-muting the remediation items.
|
|
|
19697
20434
|
</div>
|
|
19698
20435
|
|
|
19699
20436
|
<a name="remediationprogressentityassessmentvulnerablefunctionusage"></a>
|
|
19700
|
-
### RemediationProgressEntityAssessmentVulnerableFunctionUsage
|
|
20437
|
+
### ~~RemediationProgressEntityAssessmentVulnerableFunctionUsage~~
|
|
20438
|
+
|
|
20439
|
+
> ⚠️ **Deprecated**
|
|
20440
|
+
> Use literal values.
|
|
19701
20441
|
|
|
19702
20442
|
<div class="padding-left--md">
|
|
19703
20443
|
|
|
@@ -19715,7 +20455,10 @@ The usage of vulnerable functions
|
|
|
19715
20455
|
</div>
|
|
19716
20456
|
|
|
19717
20457
|
<a name="remediationprogressentitystate"></a>
|
|
19718
|
-
### RemediationProgressEntityState
|
|
20458
|
+
### ~~RemediationProgressEntityState~~
|
|
20459
|
+
|
|
20460
|
+
> ⚠️ **Deprecated**
|
|
20461
|
+
> Use literal values.
|
|
19719
20462
|
|
|
19720
20463
|
<div class="padding-left--md">
|
|
19721
20464
|
|
|
@@ -19733,7 +20476,10 @@ The current state of the remediation progress entity.
|
|
|
19733
20476
|
</div>
|
|
19734
20477
|
|
|
19735
20478
|
<a name="removepermissionpathaccessortype"></a>
|
|
19736
|
-
### RemovePermissionPathAccessorType
|
|
20479
|
+
### ~~RemovePermissionPathAccessorType~~
|
|
20480
|
+
|
|
20481
|
+
> ⚠️ **Deprecated**
|
|
20482
|
+
> Use literal values.
|
|
19737
20483
|
|
|
19738
20484
|
<div class="padding-left--md">
|
|
19739
20485
|
|
|
@@ -19751,7 +20497,10 @@ The current state of the remediation progress entity.
|
|
|
19751
20497
|
</div>
|
|
19752
20498
|
|
|
19753
20499
|
<a name="resourcecontextoperationsitem"></a>
|
|
19754
|
-
### ResourceContextOperationsItem
|
|
20500
|
+
### ~~ResourceContextOperationsItem~~
|
|
20501
|
+
|
|
20502
|
+
> ⚠️ **Deprecated**
|
|
20503
|
+
> Use literal values.
|
|
19755
20504
|
|
|
19756
20505
|
<div class="padding-left--md">
|
|
19757
20506
|
|
|
@@ -19769,7 +20518,10 @@ The allowed operations on this settings object.
|
|
|
19769
20518
|
</div>
|
|
19770
20519
|
|
|
19771
20520
|
<a name="revisiondifftype"></a>
|
|
19772
|
-
### RevisionDiffType
|
|
20521
|
+
### ~~RevisionDiffType~~
|
|
20522
|
+
|
|
20523
|
+
> ⚠️ **Deprecated**
|
|
20524
|
+
> Use literal values.
|
|
19773
20525
|
|
|
19774
20526
|
<div class="padding-left--md">
|
|
19775
20527
|
|
|
@@ -19787,7 +20539,10 @@ The type of the difference.
|
|
|
19787
20539
|
</div>
|
|
19788
20540
|
|
|
19789
20541
|
<a name="riskassessmentassessmentaccuracy"></a>
|
|
19790
|
-
### RiskAssessmentAssessmentAccuracy
|
|
20542
|
+
### ~~RiskAssessmentAssessmentAccuracy~~
|
|
20543
|
+
|
|
20544
|
+
> ⚠️ **Deprecated**
|
|
20545
|
+
> Use literal values.
|
|
19791
20546
|
|
|
19792
20547
|
<div class="padding-left--md">
|
|
19793
20548
|
|
|
@@ -19805,7 +20560,10 @@ The accuracy of the assessment.
|
|
|
19805
20560
|
</div>
|
|
19806
20561
|
|
|
19807
20562
|
<a name="riskassessmentbaserisklevel"></a>
|
|
19808
|
-
### RiskAssessmentBaseRiskLevel
|
|
20563
|
+
### ~~RiskAssessmentBaseRiskLevel~~
|
|
20564
|
+
|
|
20565
|
+
> ⚠️ **Deprecated**
|
|
20566
|
+
> Use literal values.
|
|
19809
20567
|
|
|
19810
20568
|
<div class="padding-left--md">
|
|
19811
20569
|
|
|
@@ -19823,7 +20581,10 @@ The risk level from the CVSS score.
|
|
|
19823
20581
|
</div>
|
|
19824
20582
|
|
|
19825
20583
|
<a name="riskassessmentchangespreviousexposure"></a>
|
|
19826
|
-
### RiskAssessmentChangesPreviousExposure
|
|
20584
|
+
### ~~RiskAssessmentChangesPreviousExposure~~
|
|
20585
|
+
|
|
20586
|
+
> ⚠️ **Deprecated**
|
|
20587
|
+
> Use literal values.
|
|
19827
20588
|
|
|
19828
20589
|
<div class="padding-left--md">
|
|
19829
20590
|
|
|
@@ -19841,7 +20602,10 @@ The previous level of exposure of affected entities.
|
|
|
19841
20602
|
</div>
|
|
19842
20603
|
|
|
19843
20604
|
<a name="riskassessmentchangespreviouspublicexploit"></a>
|
|
19844
|
-
### RiskAssessmentChangesPreviousPublicExploit
|
|
20605
|
+
### ~~RiskAssessmentChangesPreviousPublicExploit~~
|
|
20606
|
+
|
|
20607
|
+
> ⚠️ **Deprecated**
|
|
20608
|
+
> Use literal values.
|
|
19845
20609
|
|
|
19846
20610
|
<div class="padding-left--md">
|
|
19847
20611
|
|
|
@@ -19859,7 +20623,10 @@ The previous availability status of public exploits.
|
|
|
19859
20623
|
</div>
|
|
19860
20624
|
|
|
19861
20625
|
<a name="riskassessmentchangespreviousvulnerablefunctionusage"></a>
|
|
19862
|
-
### RiskAssessmentChangesPreviousVulnerableFunctionUsage
|
|
20626
|
+
### ~~RiskAssessmentChangesPreviousVulnerableFunctionUsage~~
|
|
20627
|
+
|
|
20628
|
+
> ⚠️ **Deprecated**
|
|
20629
|
+
> Use literal values.
|
|
19863
20630
|
|
|
19864
20631
|
<div class="padding-left--md">
|
|
19865
20632
|
|
|
@@ -19877,7 +20644,10 @@ The previous state of vulnerable code execution.
|
|
|
19877
20644
|
</div>
|
|
19878
20645
|
|
|
19879
20646
|
<a name="riskassessmentdataassets"></a>
|
|
19880
|
-
### RiskAssessmentDataAssets
|
|
20647
|
+
### ~~RiskAssessmentDataAssets~~
|
|
20648
|
+
|
|
20649
|
+
> ⚠️ **Deprecated**
|
|
20650
|
+
> Use literal values.
|
|
19881
20651
|
|
|
19882
20652
|
<div class="padding-left--md">
|
|
19883
20653
|
|
|
@@ -19895,7 +20665,10 @@ The reachability of related data assets by affected entities.
|
|
|
19895
20665
|
</div>
|
|
19896
20666
|
|
|
19897
20667
|
<a name="riskassessmentdetailsassessmentaccuracy"></a>
|
|
19898
|
-
### RiskAssessmentDetailsAssessmentAccuracy
|
|
20668
|
+
### ~~RiskAssessmentDetailsAssessmentAccuracy~~
|
|
20669
|
+
|
|
20670
|
+
> ⚠️ **Deprecated**
|
|
20671
|
+
> Use literal values.
|
|
19899
20672
|
|
|
19900
20673
|
<div class="padding-left--md">
|
|
19901
20674
|
|
|
@@ -19913,7 +20686,10 @@ The accuracy of the assessment.
|
|
|
19913
20686
|
</div>
|
|
19914
20687
|
|
|
19915
20688
|
<a name="riskassessmentdetailsbaserisklevel"></a>
|
|
19916
|
-
### RiskAssessmentDetailsBaseRiskLevel
|
|
20689
|
+
### ~~RiskAssessmentDetailsBaseRiskLevel~~
|
|
20690
|
+
|
|
20691
|
+
> ⚠️ **Deprecated**
|
|
20692
|
+
> Use literal values.
|
|
19917
20693
|
|
|
19918
20694
|
<div class="padding-left--md">
|
|
19919
20695
|
|
|
@@ -19931,7 +20707,10 @@ The risk level from the CVSS score.
|
|
|
19931
20707
|
</div>
|
|
19932
20708
|
|
|
19933
20709
|
<a name="riskassessmentdetailsdataassets"></a>
|
|
19934
|
-
### RiskAssessmentDetailsDataAssets
|
|
20710
|
+
### ~~RiskAssessmentDetailsDataAssets~~
|
|
20711
|
+
|
|
20712
|
+
> ⚠️ **Deprecated**
|
|
20713
|
+
> Use literal values.
|
|
19935
20714
|
|
|
19936
20715
|
<div class="padding-left--md">
|
|
19937
20716
|
|
|
@@ -19949,7 +20728,10 @@ The reachability of related data assets by affected entities.
|
|
|
19949
20728
|
</div>
|
|
19950
20729
|
|
|
19951
20730
|
<a name="riskassessmentdetailsexposure"></a>
|
|
19952
|
-
### RiskAssessmentDetailsExposure
|
|
20731
|
+
### ~~RiskAssessmentDetailsExposure~~
|
|
20732
|
+
|
|
20733
|
+
> ⚠️ **Deprecated**
|
|
20734
|
+
> Use literal values.
|
|
19953
20735
|
|
|
19954
20736
|
<div class="padding-left--md">
|
|
19955
20737
|
|
|
@@ -19967,7 +20749,10 @@ The level of exposure of affected entities.
|
|
|
19967
20749
|
</div>
|
|
19968
20750
|
|
|
19969
20751
|
<a name="riskassessmentdetailspublicexploit"></a>
|
|
19970
|
-
### RiskAssessmentDetailsPublicExploit
|
|
20752
|
+
### ~~RiskAssessmentDetailsPublicExploit~~
|
|
20753
|
+
|
|
20754
|
+
> ⚠️ **Deprecated**
|
|
20755
|
+
> Use literal values.
|
|
19971
20756
|
|
|
19972
20757
|
<div class="padding-left--md">
|
|
19973
20758
|
|
|
@@ -19985,7 +20770,10 @@ The availability status of public exploits.
|
|
|
19985
20770
|
</div>
|
|
19986
20771
|
|
|
19987
20772
|
<a name="riskassessmentdetailsrisklevel"></a>
|
|
19988
|
-
### RiskAssessmentDetailsRiskLevel
|
|
20773
|
+
### ~~RiskAssessmentDetailsRiskLevel~~
|
|
20774
|
+
|
|
20775
|
+
> ⚠️ **Deprecated**
|
|
20776
|
+
> Use literal values.
|
|
19989
20777
|
|
|
19990
20778
|
<div class="padding-left--md">
|
|
19991
20779
|
|
|
@@ -20005,7 +20793,10 @@ The Davis risk level.
|
|
|
20005
20793
|
</div>
|
|
20006
20794
|
|
|
20007
20795
|
<a name="riskassessmentdetailsvulnerablefunctionusage"></a>
|
|
20008
|
-
### RiskAssessmentDetailsVulnerableFunctionUsage
|
|
20796
|
+
### ~~RiskAssessmentDetailsVulnerableFunctionUsage~~
|
|
20797
|
+
|
|
20798
|
+
> ⚠️ **Deprecated**
|
|
20799
|
+
> Use literal values.
|
|
20009
20800
|
|
|
20010
20801
|
<div class="padding-left--md">
|
|
20011
20802
|
|
|
@@ -20023,7 +20814,10 @@ The state of vulnerable code execution.
|
|
|
20023
20814
|
</div>
|
|
20024
20815
|
|
|
20025
20816
|
<a name="riskassessmentexposure"></a>
|
|
20026
|
-
### RiskAssessmentExposure
|
|
20817
|
+
### ~~RiskAssessmentExposure~~
|
|
20818
|
+
|
|
20819
|
+
> ⚠️ **Deprecated**
|
|
20820
|
+
> Use literal values.
|
|
20027
20821
|
|
|
20028
20822
|
<div class="padding-left--md">
|
|
20029
20823
|
|
|
@@ -20041,7 +20835,10 @@ The level of exposure of affected entities.
|
|
|
20041
20835
|
</div>
|
|
20042
20836
|
|
|
20043
20837
|
<a name="riskassessmentpublicexploit"></a>
|
|
20044
|
-
### RiskAssessmentPublicExploit
|
|
20838
|
+
### ~~RiskAssessmentPublicExploit~~
|
|
20839
|
+
|
|
20840
|
+
> ⚠️ **Deprecated**
|
|
20841
|
+
> Use literal values.
|
|
20045
20842
|
|
|
20046
20843
|
<div class="padding-left--md">
|
|
20047
20844
|
|
|
@@ -20059,7 +20856,10 @@ The availability status of public exploits.
|
|
|
20059
20856
|
</div>
|
|
20060
20857
|
|
|
20061
20858
|
<a name="riskassessmentrisklevel"></a>
|
|
20062
|
-
### RiskAssessmentRiskLevel
|
|
20859
|
+
### ~~RiskAssessmentRiskLevel~~
|
|
20860
|
+
|
|
20861
|
+
> ⚠️ **Deprecated**
|
|
20862
|
+
> Use literal values.
|
|
20063
20863
|
|
|
20064
20864
|
<div class="padding-left--md">
|
|
20065
20865
|
|
|
@@ -20079,7 +20879,10 @@ The Davis risk level.
|
|
|
20079
20879
|
</div>
|
|
20080
20880
|
|
|
20081
20881
|
<a name="riskassessmentsnapshotexposure"></a>
|
|
20082
|
-
### RiskAssessmentSnapshotExposure
|
|
20882
|
+
### ~~RiskAssessmentSnapshotExposure~~
|
|
20883
|
+
|
|
20884
|
+
> ⚠️ **Deprecated**
|
|
20885
|
+
> Use literal values.
|
|
20083
20886
|
|
|
20084
20887
|
<div class="padding-left--md">
|
|
20085
20888
|
|
|
@@ -20097,7 +20900,10 @@ The level of exposure of affected entities.
|
|
|
20097
20900
|
</div>
|
|
20098
20901
|
|
|
20099
20902
|
<a name="riskassessmentsnapshotpublicexploit"></a>
|
|
20100
|
-
### RiskAssessmentSnapshotPublicExploit
|
|
20903
|
+
### ~~RiskAssessmentSnapshotPublicExploit~~
|
|
20904
|
+
|
|
20905
|
+
> ⚠️ **Deprecated**
|
|
20906
|
+
> Use literal values.
|
|
20101
20907
|
|
|
20102
20908
|
<div class="padding-left--md">
|
|
20103
20909
|
|
|
@@ -20115,7 +20921,10 @@ The availability status of public exploits.
|
|
|
20115
20921
|
</div>
|
|
20116
20922
|
|
|
20117
20923
|
<a name="riskassessmentsnapshotrisklevel"></a>
|
|
20118
|
-
### RiskAssessmentSnapshotRiskLevel
|
|
20924
|
+
### ~~RiskAssessmentSnapshotRiskLevel~~
|
|
20925
|
+
|
|
20926
|
+
> ⚠️ **Deprecated**
|
|
20927
|
+
> Use literal values.
|
|
20119
20928
|
|
|
20120
20929
|
<div class="padding-left--md">
|
|
20121
20930
|
|
|
@@ -20135,7 +20944,10 @@ The Davis risk level.
|
|
|
20135
20944
|
</div>
|
|
20136
20945
|
|
|
20137
20946
|
<a name="riskassessmentsnapshotvulnerablefunctionusage"></a>
|
|
20138
|
-
### RiskAssessmentSnapshotVulnerableFunctionUsage
|
|
20947
|
+
### ~~RiskAssessmentSnapshotVulnerableFunctionUsage~~
|
|
20948
|
+
|
|
20949
|
+
> ⚠️ **Deprecated**
|
|
20950
|
+
> Use literal values.
|
|
20139
20951
|
|
|
20140
20952
|
<div class="padding-left--md">
|
|
20141
20953
|
|
|
@@ -20153,7 +20965,10 @@ The state of vulnerable code execution.
|
|
|
20153
20965
|
</div>
|
|
20154
20966
|
|
|
20155
20967
|
<a name="riskassessmentvulnerablefunctionusage"></a>
|
|
20156
|
-
### RiskAssessmentVulnerableFunctionUsage
|
|
20968
|
+
### ~~RiskAssessmentVulnerableFunctionUsage~~
|
|
20969
|
+
|
|
20970
|
+
> ⚠️ **Deprecated**
|
|
20971
|
+
> Use literal values.
|
|
20157
20972
|
|
|
20158
20973
|
<div class="padding-left--md">
|
|
20159
20974
|
|
|
@@ -20171,7 +20986,10 @@ The state of vulnerable code execution.
|
|
|
20171
20986
|
</div>
|
|
20172
20987
|
|
|
20173
20988
|
<a name="rolluptype"></a>
|
|
20174
|
-
### RollupType
|
|
20989
|
+
### ~~RollupType~~
|
|
20990
|
+
|
|
20991
|
+
> ⚠️ **Deprecated**
|
|
20992
|
+
> Use literal values.
|
|
20175
20993
|
|
|
20176
20994
|
<div class="padding-left--md">
|
|
20177
20995
|
|
|
@@ -20189,7 +21007,10 @@ The state of vulnerable code execution.
|
|
|
20189
21007
|
</div>
|
|
20190
21008
|
|
|
20191
21009
|
<a name="schemaconstraintrestdtotype"></a>
|
|
20192
|
-
### SchemaConstraintRestDtoType
|
|
21010
|
+
### ~~SchemaConstraintRestDtoType~~
|
|
21011
|
+
|
|
21012
|
+
> ⚠️ **Deprecated**
|
|
21013
|
+
> Use literal values.
|
|
20193
21014
|
|
|
20194
21015
|
<div class="padding-left--md">
|
|
20195
21016
|
|
|
@@ -20207,7 +21028,10 @@ The type of the schema constraint.
|
|
|
20207
21028
|
</div>
|
|
20208
21029
|
|
|
20209
21030
|
<a name="schematypetype"></a>
|
|
20210
|
-
### SchemaTypeType
|
|
21031
|
+
### ~~SchemaTypeType~~
|
|
21032
|
+
|
|
21033
|
+
> ⚠️ **Deprecated**
|
|
21034
|
+
> Use literal values.
|
|
20211
21035
|
|
|
20212
21036
|
<div class="padding-left--md">
|
|
20213
21037
|
|
|
@@ -20225,7 +21049,10 @@ Type of the reference type.
|
|
|
20225
21049
|
</div>
|
|
20226
21050
|
|
|
20227
21051
|
<a name="securityproblembulkmutingsummaryreason"></a>
|
|
20228
|
-
### SecurityProblemBulkMutingSummaryReason
|
|
21052
|
+
### ~~SecurityProblemBulkMutingSummaryReason~~
|
|
21053
|
+
|
|
21054
|
+
> ⚠️ **Deprecated**
|
|
21055
|
+
> Use literal values.
|
|
20229
21056
|
|
|
20230
21057
|
<div class="padding-left--md">
|
|
20231
21058
|
|
|
@@ -20243,7 +21070,10 @@ Contains a reason, in case the requested operation was not executed.
|
|
|
20243
21070
|
</div>
|
|
20244
21071
|
|
|
20245
21072
|
<a name="securityproblemdetailsstatus"></a>
|
|
20246
|
-
### SecurityProblemDetailsStatus
|
|
21073
|
+
### ~~SecurityProblemDetailsStatus~~
|
|
21074
|
+
|
|
21075
|
+
> ⚠️ **Deprecated**
|
|
21076
|
+
> Use literal values.
|
|
20247
21077
|
|
|
20248
21078
|
<div class="padding-left--md">
|
|
20249
21079
|
|
|
@@ -20261,7 +21091,10 @@ The status of the security problem.
|
|
|
20261
21091
|
</div>
|
|
20262
21092
|
|
|
20263
21093
|
<a name="securityproblemdetailstechnology"></a>
|
|
20264
|
-
### SecurityProblemDetailsTechnology
|
|
21094
|
+
### ~~SecurityProblemDetailsTechnology~~
|
|
21095
|
+
|
|
21096
|
+
> ⚠️ **Deprecated**
|
|
21097
|
+
> Use literal values.
|
|
20265
21098
|
|
|
20266
21099
|
<div class="padding-left--md">
|
|
20267
21100
|
|
|
@@ -20279,7 +21112,10 @@ The technology of the security problem.
|
|
|
20279
21112
|
</div>
|
|
20280
21113
|
|
|
20281
21114
|
<a name="securityproblemdetailsvulnerabilitytype"></a>
|
|
20282
|
-
### SecurityProblemDetailsVulnerabilityType
|
|
21115
|
+
### ~~SecurityProblemDetailsVulnerabilityType~~
|
|
21116
|
+
|
|
21117
|
+
> ⚠️ **Deprecated**
|
|
21118
|
+
> Use literal values.
|
|
20283
21119
|
|
|
20284
21120
|
<div class="padding-left--md">
|
|
20285
21121
|
|
|
@@ -20297,7 +21133,10 @@ The type of the vulnerability.
|
|
|
20297
21133
|
</div>
|
|
20298
21134
|
|
|
20299
21135
|
<a name="securityproblemeventreason"></a>
|
|
20300
|
-
### SecurityProblemEventReason
|
|
21136
|
+
### ~~SecurityProblemEventReason~~
|
|
21137
|
+
|
|
21138
|
+
> ⚠️ **Deprecated**
|
|
21139
|
+
> Use literal values.
|
|
20301
21140
|
|
|
20302
21141
|
<div class="padding-left--md">
|
|
20303
21142
|
|
|
@@ -20315,7 +21154,10 @@ The reason of the event creation.
|
|
|
20315
21154
|
</div>
|
|
20316
21155
|
|
|
20317
21156
|
<a name="securityproblemmutereason"></a>
|
|
20318
|
-
### SecurityProblemMuteReason
|
|
21157
|
+
### ~~SecurityProblemMuteReason~~
|
|
21158
|
+
|
|
21159
|
+
> ⚠️ **Deprecated**
|
|
21160
|
+
> Use literal values.
|
|
20319
21161
|
|
|
20320
21162
|
<div class="padding-left--md">
|
|
20321
21163
|
|
|
@@ -20333,7 +21175,10 @@ The reason for muting a security problem.
|
|
|
20333
21175
|
</div>
|
|
20334
21176
|
|
|
20335
21177
|
<a name="securityproblemstatus"></a>
|
|
20336
|
-
### SecurityProblemStatus
|
|
21178
|
+
### ~~SecurityProblemStatus~~
|
|
21179
|
+
|
|
21180
|
+
> ⚠️ **Deprecated**
|
|
21181
|
+
> Use literal values.
|
|
20337
21182
|
|
|
20338
21183
|
<div class="padding-left--md">
|
|
20339
21184
|
|
|
@@ -20351,7 +21196,10 @@ The status of the security problem.
|
|
|
20351
21196
|
</div>
|
|
20352
21197
|
|
|
20353
21198
|
<a name="securityproblemtechnology"></a>
|
|
20354
|
-
### SecurityProblemTechnology
|
|
21199
|
+
### ~~SecurityProblemTechnology~~
|
|
21200
|
+
|
|
21201
|
+
> ⚠️ **Deprecated**
|
|
21202
|
+
> Use literal values.
|
|
20355
21203
|
|
|
20356
21204
|
<div class="padding-left--md">
|
|
20357
21205
|
|
|
@@ -20369,7 +21217,10 @@ The technology of the security problem.
|
|
|
20369
21217
|
</div>
|
|
20370
21218
|
|
|
20371
21219
|
<a name="securityproblemunmutereason"></a>
|
|
20372
|
-
### SecurityProblemUnmuteReason
|
|
21220
|
+
### ~~SecurityProblemUnmuteReason~~
|
|
21221
|
+
|
|
21222
|
+
> ⚠️ **Deprecated**
|
|
21223
|
+
> Use literal values.
|
|
20373
21224
|
|
|
20374
21225
|
<div class="padding-left--md">
|
|
20375
21226
|
|
|
@@ -20387,7 +21238,10 @@ The reason for un-muting a security problem.
|
|
|
20387
21238
|
</div>
|
|
20388
21239
|
|
|
20389
21240
|
<a name="securityproblemvulnerabilitytype"></a>
|
|
20390
|
-
### SecurityProblemVulnerabilityType
|
|
21241
|
+
### ~~SecurityProblemVulnerabilityType~~
|
|
21242
|
+
|
|
21243
|
+
> ⚠️ **Deprecated**
|
|
21244
|
+
> Use literal values.
|
|
20391
21245
|
|
|
20392
21246
|
<div class="padding-left--md">
|
|
20393
21247
|
|
|
@@ -20405,7 +21259,10 @@ The type of the vulnerability.
|
|
|
20405
21259
|
</div>
|
|
20406
21260
|
|
|
20407
21261
|
<a name="securityproblemsbulkmutereason"></a>
|
|
20408
|
-
### SecurityProblemsBulkMuteReason
|
|
21262
|
+
### ~~SecurityProblemsBulkMuteReason~~
|
|
21263
|
+
|
|
21264
|
+
> ⚠️ **Deprecated**
|
|
21265
|
+
> Use literal values.
|
|
20409
21266
|
|
|
20410
21267
|
<div class="padding-left--md">
|
|
20411
21268
|
|
|
@@ -20423,7 +21280,10 @@ The reason for muting the security problems.
|
|
|
20423
21280
|
</div>
|
|
20424
21281
|
|
|
20425
21282
|
<a name="securityproblemsbulkunmutereason"></a>
|
|
20426
|
-
### SecurityProblemsBulkUnmuteReason
|
|
21283
|
+
### ~~SecurityProblemsBulkUnmuteReason~~
|
|
21284
|
+
|
|
21285
|
+
> ⚠️ **Deprecated**
|
|
21286
|
+
> Use literal values.
|
|
20427
21287
|
|
|
20428
21288
|
<div class="padding-left--md">
|
|
20429
21289
|
|
|
@@ -20441,7 +21301,10 @@ The reason for un-muting the security problems.
|
|
|
20441
21301
|
</div>
|
|
20442
21302
|
|
|
20443
21303
|
<a name="sloburnrateburnratetype"></a>
|
|
20444
|
-
### SloBurnRateBurnRateType
|
|
21304
|
+
### ~~SloBurnRateBurnRateType~~
|
|
21305
|
+
|
|
21306
|
+
> ⚠️ **Deprecated**
|
|
21307
|
+
> Use literal values.
|
|
20445
21308
|
|
|
20446
21309
|
<div class="padding-left--md">
|
|
20447
21310
|
|
|
@@ -20461,7 +21324,10 @@ Has a value of 'FAST', 'SLOW' or 'NONE'.
|
|
|
20461
21324
|
</div>
|
|
20462
21325
|
|
|
20463
21326
|
<a name="sloconfigitemdtoimplevaluationtype"></a>
|
|
20464
|
-
### SloConfigItemDtoImplEvaluationType
|
|
21327
|
+
### ~~SloConfigItemDtoImplEvaluationType~~
|
|
21328
|
+
|
|
21329
|
+
> ⚠️ **Deprecated**
|
|
21330
|
+
> Use literal values.
|
|
20465
21331
|
|
|
20466
21332
|
<div class="padding-left--md">
|
|
20467
21333
|
|
|
@@ -20479,7 +21345,10 @@ The evaluation type of the SLO.
|
|
|
20479
21345
|
</div>
|
|
20480
21346
|
|
|
20481
21347
|
<a name="sloevaluationtype"></a>
|
|
20482
|
-
### SLOEvaluationType
|
|
21348
|
+
### ~~SLOEvaluationType~~
|
|
21349
|
+
|
|
21350
|
+
> ⚠️ **Deprecated**
|
|
21351
|
+
> Use literal values.
|
|
20483
21352
|
|
|
20484
21353
|
<div class="padding-left--md">
|
|
20485
21354
|
|
|
@@ -20497,7 +21366,10 @@ The evaluation type of the SLO.
|
|
|
20497
21366
|
</div>
|
|
20498
21367
|
|
|
20499
21368
|
<a name="slostatus"></a>
|
|
20500
|
-
### SLOStatus
|
|
21369
|
+
### ~~SLOStatus~~
|
|
21370
|
+
|
|
21371
|
+
> ⚠️ **Deprecated**
|
|
21372
|
+
> Use literal values.
|
|
20501
21373
|
|
|
20502
21374
|
<div class="padding-left--md">
|
|
20503
21375
|
|
|
@@ -20515,7 +21387,10 @@ The status of the calculated SLO.
|
|
|
20515
21387
|
</div>
|
|
20516
21388
|
|
|
20517
21389
|
<a name="syntheticlocationstatus"></a>
|
|
20518
|
-
### SyntheticLocationStatus
|
|
21390
|
+
### ~~SyntheticLocationStatus~~
|
|
21391
|
+
|
|
21392
|
+
> ⚠️ **Deprecated**
|
|
21393
|
+
> Use literal values.
|
|
20519
21394
|
|
|
20520
21395
|
<div class="padding-left--md">
|
|
20521
21396
|
|
|
@@ -20537,7 +21412,10 @@ The status of the location:
|
|
|
20537
21412
|
</div>
|
|
20538
21413
|
|
|
20539
21414
|
<a name="syntheticlocationtype"></a>
|
|
20540
|
-
### SyntheticLocationType
|
|
21415
|
+
### ~~SyntheticLocationType~~
|
|
21416
|
+
|
|
21417
|
+
> ⚠️ **Deprecated**
|
|
21418
|
+
> Use literal values.
|
|
20541
21419
|
|
|
20542
21420
|
<div class="padding-left--md">
|
|
20543
21421
|
|
|
@@ -20559,7 +21437,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
20559
21437
|
</div>
|
|
20560
21438
|
|
|
20561
21439
|
<a name="syntheticlocationupdatetype"></a>
|
|
20562
|
-
### SyntheticLocationUpdateType
|
|
21440
|
+
### ~~SyntheticLocationUpdateType~~
|
|
21441
|
+
|
|
21442
|
+
> ⚠️ **Deprecated**
|
|
21443
|
+
> Use literal values.
|
|
20563
21444
|
|
|
20564
21445
|
<div class="padding-left--md">
|
|
20565
21446
|
|
|
@@ -20580,7 +21461,10 @@ Defines the actual set of fields depending on the value. See one of the followin
|
|
|
20580
21461
|
</div>
|
|
20581
21462
|
|
|
20582
21463
|
<a name="syntheticmonitorperformancethresholddtoaggregation"></a>
|
|
20583
|
-
### SyntheticMonitorPerformanceThresholdDtoAggregation
|
|
21464
|
+
### ~~SyntheticMonitorPerformanceThresholdDtoAggregation~~
|
|
21465
|
+
|
|
21466
|
+
> ⚠️ **Deprecated**
|
|
21467
|
+
> Use literal values.
|
|
20584
21468
|
|
|
20585
21469
|
<div class="padding-left--md">
|
|
20586
21470
|
|
|
@@ -20598,7 +21482,10 @@ Aggregation type
|
|
|
20598
21482
|
</div>
|
|
20599
21483
|
|
|
20600
21484
|
<a name="syntheticmonitorperformancethresholddtotype"></a>
|
|
20601
|
-
### SyntheticMonitorPerformanceThresholdDtoType
|
|
21485
|
+
### ~~SyntheticMonitorPerformanceThresholdDtoType~~
|
|
21486
|
+
|
|
21487
|
+
> ⚠️ **Deprecated**
|
|
21488
|
+
> Use literal values.
|
|
20602
21489
|
|
|
20603
21490
|
<div class="padding-left--md">
|
|
20604
21491
|
|
|
@@ -20616,7 +21503,10 @@ Type of performance threshold
|
|
|
20616
21503
|
</div>
|
|
20617
21504
|
|
|
20618
21505
|
<a name="syntheticmonitorsummarydtotype"></a>
|
|
20619
|
-
### SyntheticMonitorSummaryDtoType
|
|
21506
|
+
### ~~SyntheticMonitorSummaryDtoType~~
|
|
21507
|
+
|
|
21508
|
+
> ⚠️ **Deprecated**
|
|
21509
|
+
> Use literal values.
|
|
20620
21510
|
|
|
20621
21511
|
<div class="padding-left--md">
|
|
20622
21512
|
|
|
@@ -20634,7 +21524,10 @@ Type of performance threshold
|
|
|
20634
21524
|
</div>
|
|
20635
21525
|
|
|
20636
21526
|
<a name="syntheticmultiprotocolmonitorrequesttype"></a>
|
|
20637
|
-
### SyntheticMultiProtocolMonitorRequestType
|
|
21527
|
+
### ~~SyntheticMultiProtocolMonitorRequestType~~
|
|
21528
|
+
|
|
21529
|
+
> ⚠️ **Deprecated**
|
|
21530
|
+
> Use literal values.
|
|
20638
21531
|
|
|
20639
21532
|
<div class="padding-left--md">
|
|
20640
21533
|
|
|
@@ -20652,7 +21545,10 @@ Monitor type.
|
|
|
20652
21545
|
</div>
|
|
20653
21546
|
|
|
20654
21547
|
<a name="syntheticmultiprotocolmonitorresponsetype"></a>
|
|
20655
|
-
### SyntheticMultiProtocolMonitorResponseType
|
|
21548
|
+
### ~~SyntheticMultiProtocolMonitorResponseType~~
|
|
21549
|
+
|
|
21550
|
+
> ⚠️ **Deprecated**
|
|
21551
|
+
> Use literal values.
|
|
20656
21552
|
|
|
20657
21553
|
<div class="padding-left--md">
|
|
20658
21554
|
|
|
@@ -20670,7 +21566,10 @@ Monitor type.
|
|
|
20670
21566
|
</div>
|
|
20671
21567
|
|
|
20672
21568
|
<a name="syntheticmultiprotocolmonitorstepdtorequesttype"></a>
|
|
20673
|
-
### SyntheticMultiProtocolMonitorStepDtoRequestType
|
|
21569
|
+
### ~~SyntheticMultiProtocolMonitorStepDtoRequestType~~
|
|
21570
|
+
|
|
21571
|
+
> ⚠️ **Deprecated**
|
|
21572
|
+
> Use literal values.
|
|
20674
21573
|
|
|
20675
21574
|
<div class="padding-left--md">
|
|
20676
21575
|
|
|
@@ -20688,7 +21587,10 @@ Request type.
|
|
|
20688
21587
|
</div>
|
|
20689
21588
|
|
|
20690
21589
|
<a name="syntheticondemandbatchstatusbatchstatus"></a>
|
|
20691
|
-
### SyntheticOnDemandBatchStatusBatchStatus
|
|
21590
|
+
### ~~SyntheticOnDemandBatchStatusBatchStatus~~
|
|
21591
|
+
|
|
21592
|
+
> ⚠️ **Deprecated**
|
|
21593
|
+
> Use literal values.
|
|
20692
21594
|
|
|
20693
21595
|
<div class="padding-left--md">
|
|
20694
21596
|
|
|
@@ -20706,7 +21608,10 @@ The status of the batch.
|
|
|
20706
21608
|
</div>
|
|
20707
21609
|
|
|
20708
21610
|
<a name="syntheticondemandexecutionexecutionstage"></a>
|
|
20709
|
-
### SyntheticOnDemandExecutionExecutionStage
|
|
21611
|
+
### ~~SyntheticOnDemandExecutionExecutionStage~~
|
|
21612
|
+
|
|
21613
|
+
> ⚠️ **Deprecated**
|
|
21614
|
+
> Use literal values.
|
|
20710
21615
|
|
|
20711
21616
|
<div class="padding-left--md">
|
|
20712
21617
|
|
|
@@ -20724,7 +21629,10 @@ Execution stage.
|
|
|
20724
21629
|
</div>
|
|
20725
21630
|
|
|
20726
21631
|
<a name="syntheticondemandexecutionprocessingmode"></a>
|
|
20727
|
-
### SyntheticOnDemandExecutionProcessingMode
|
|
21632
|
+
### ~~SyntheticOnDemandExecutionProcessingMode~~
|
|
21633
|
+
|
|
21634
|
+
> ⚠️ **Deprecated**
|
|
21635
|
+
> Use literal values.
|
|
20728
21636
|
|
|
20729
21637
|
<div class="padding-left--md">
|
|
20730
21638
|
|
|
@@ -20742,7 +21650,10 @@ The processing mode of the execution.
|
|
|
20742
21650
|
</div>
|
|
20743
21651
|
|
|
20744
21652
|
<a name="syntheticondemandexecutionrequestmonitorrepeatmode"></a>
|
|
20745
|
-
### SyntheticOnDemandExecutionRequestMonitorRepeatMode
|
|
21653
|
+
### ~~SyntheticOnDemandExecutionRequestMonitorRepeatMode~~
|
|
21654
|
+
|
|
21655
|
+
> ⚠️ **Deprecated**
|
|
21656
|
+
> Use literal values.
|
|
20746
21657
|
|
|
20747
21658
|
<div class="padding-left--md">
|
|
20748
21659
|
|
|
@@ -20760,7 +21671,10 @@ Execution repeat mode. If not set, the mode is SEQUENTIAL.
|
|
|
20760
21671
|
</div>
|
|
20761
21672
|
|
|
20762
21673
|
<a name="syntheticondemandexecutionrequestprocessingmode"></a>
|
|
20763
|
-
### SyntheticOnDemandExecutionRequestProcessingMode
|
|
21674
|
+
### ~~SyntheticOnDemandExecutionRequestProcessingMode~~
|
|
21675
|
+
|
|
21676
|
+
> ⚠️ **Deprecated**
|
|
21677
|
+
> Use literal values.
|
|
20764
21678
|
|
|
20765
21679
|
<div class="padding-left--md">
|
|
20766
21680
|
|
|
@@ -20778,7 +21692,10 @@ The execution's processing mode
|
|
|
20778
21692
|
</div>
|
|
20779
21693
|
|
|
20780
21694
|
<a name="syntheticondemandexecutionsource"></a>
|
|
20781
|
-
### SyntheticOnDemandExecutionSource
|
|
21695
|
+
### ~~SyntheticOnDemandExecutionSource~~
|
|
21696
|
+
|
|
21697
|
+
> ⚠️ **Deprecated**
|
|
21698
|
+
> Use literal values.
|
|
20782
21699
|
|
|
20783
21700
|
<div class="padding-left--md">
|
|
20784
21701
|
|
|
@@ -20796,7 +21713,10 @@ The source of the triggering request.
|
|
|
20796
21713
|
</div>
|
|
20797
21714
|
|
|
20798
21715
|
<a name="syntheticondemandfailedexecutionstatusexecutionstage"></a>
|
|
20799
|
-
### SyntheticOnDemandFailedExecutionStatusExecutionStage
|
|
21716
|
+
### ~~SyntheticOnDemandFailedExecutionStatusExecutionStage~~
|
|
21717
|
+
|
|
21718
|
+
> ⚠️ **Deprecated**
|
|
21719
|
+
> Use literal values.
|
|
20800
21720
|
|
|
20801
21721
|
<div class="padding-left--md">
|
|
20802
21722
|
|
|
@@ -20814,7 +21734,10 @@ Execution stage.
|
|
|
20814
21734
|
</div>
|
|
20815
21735
|
|
|
20816
21736
|
<a name="synthetictagwithsourcedtosource"></a>
|
|
20817
|
-
### SyntheticTagWithSourceDtoSource
|
|
21737
|
+
### ~~SyntheticTagWithSourceDtoSource~~
|
|
21738
|
+
|
|
21739
|
+
> ⚠️ **Deprecated**
|
|
21740
|
+
> Use literal values.
|
|
20818
21741
|
|
|
20819
21742
|
<div class="padding-left--md">
|
|
20820
21743
|
|
|
@@ -20832,7 +21755,10 @@ The source of the tag, such as USER, RULE_BASED or AUTO.
|
|
|
20832
21755
|
</div>
|
|
20833
21756
|
|
|
20834
21757
|
<a name="updatejobagtype"></a>
|
|
20835
|
-
### UpdateJobAgType
|
|
21758
|
+
### ~~UpdateJobAgType~~
|
|
21759
|
+
|
|
21760
|
+
> ⚠️ **Deprecated**
|
|
21761
|
+
> Use literal values.
|
|
20836
21762
|
|
|
20837
21763
|
<div class="padding-left--md">
|
|
20838
21764
|
|
|
@@ -20850,7 +21776,10 @@ The type of the ActiveGate.
|
|
|
20850
21776
|
</div>
|
|
20851
21777
|
|
|
20852
21778
|
<a name="updatejobjobstate"></a>
|
|
20853
|
-
### UpdateJobJobState
|
|
21779
|
+
### ~~UpdateJobJobState~~
|
|
21780
|
+
|
|
21781
|
+
> ⚠️ **Deprecated**
|
|
21782
|
+
> Use literal values.
|
|
20854
21783
|
|
|
20855
21784
|
<div class="padding-left--md">
|
|
20856
21785
|
|
|
@@ -20868,7 +21797,10 @@ The status of the update job.
|
|
|
20868
21797
|
</div>
|
|
20869
21798
|
|
|
20870
21799
|
<a name="updatejobupdatemethod"></a>
|
|
20871
|
-
### UpdateJobUpdateMethod
|
|
21800
|
+
### ~~UpdateJobUpdateMethod~~
|
|
21801
|
+
|
|
21802
|
+
> ⚠️ **Deprecated**
|
|
21803
|
+
> Use literal values.
|
|
20872
21804
|
|
|
20873
21805
|
<div class="padding-left--md">
|
|
20874
21806
|
|
|
@@ -20886,7 +21818,10 @@ The method of updating the ActiveGate or its component.
|
|
|
20886
21818
|
</div>
|
|
20887
21819
|
|
|
20888
21820
|
<a name="updatejobupdatetype"></a>
|
|
20889
|
-
### UpdateJobUpdateType
|
|
21821
|
+
### ~~UpdateJobUpdateType~~
|
|
21822
|
+
|
|
21823
|
+
> ⚠️ **Deprecated**
|
|
21824
|
+
> Use literal values.
|
|
20890
21825
|
|
|
20891
21826
|
<div class="padding-left--md">
|
|
20892
21827
|
|
|
@@ -20904,7 +21839,10 @@ The component to be updated.
|
|
|
20904
21839
|
</div>
|
|
20905
21840
|
|
|
20906
21841
|
<a name="updatepermissionpathaccessortype"></a>
|
|
20907
|
-
### UpdatePermissionPathAccessorType
|
|
21842
|
+
### ~~UpdatePermissionPathAccessorType~~
|
|
21843
|
+
|
|
21844
|
+
> ⚠️ **Deprecated**
|
|
21845
|
+
> Use literal values.
|
|
20908
21846
|
|
|
20909
21847
|
<div class="padding-left--md">
|
|
20910
21848
|
|
|
@@ -20922,7 +21860,10 @@ The component to be updated.
|
|
|
20922
21860
|
</div>
|
|
20923
21861
|
|
|
20924
21862
|
<a name="updatepermissionsrequestpermissionsitem"></a>
|
|
20925
|
-
### UpdatePermissionsRequestPermissionsItem
|
|
21863
|
+
### ~~UpdatePermissionsRequestPermissionsItem~~
|
|
21864
|
+
|
|
21865
|
+
> ⚠️ **Deprecated**
|
|
21866
|
+
> Use literal values.
|
|
20926
21867
|
|
|
20927
21868
|
<div class="padding-left--md">
|
|
20928
21869
|
|
|
@@ -20940,7 +21881,10 @@ r = read, w = write
|
|
|
20940
21881
|
</div>
|
|
20941
21882
|
|
|
20942
21883
|
<a name="vulnerablefunctioninputsegmenttype"></a>
|
|
20943
|
-
### VulnerableFunctionInputSegmentType
|
|
21884
|
+
### ~~VulnerableFunctionInputSegmentType~~
|
|
21885
|
+
|
|
21886
|
+
> ⚠️ **Deprecated**
|
|
21887
|
+
> Use literal values.
|
|
20944
21888
|
|
|
20945
21889
|
<div class="padding-left--md">
|
|
20946
21890
|
|
|
@@ -20958,7 +21902,10 @@ The type of the input segment.
|
|
|
20958
21902
|
</div>
|
|
20959
21903
|
|
|
20960
21904
|
<a name="vulnerablefunctioninputtype"></a>
|
|
20961
|
-
### VulnerableFunctionInputType
|
|
21905
|
+
### ~~VulnerableFunctionInputType~~
|
|
21906
|
+
|
|
21907
|
+
> ⚠️ **Deprecated**
|
|
21908
|
+
> Use literal values.
|
|
20962
21909
|
|
|
20963
21910
|
<div class="padding-left--md">
|
|
20964
21911
|
|
|
@@ -20976,7 +21923,10 @@ The type of the input.
|
|
|
20976
21923
|
</div>
|
|
20977
21924
|
|
|
20978
21925
|
<a name="vulnerablefunctionprocessgroupsusage"></a>
|
|
20979
|
-
### VulnerableFunctionProcessGroupsUsage
|
|
21926
|
+
### ~~VulnerableFunctionProcessGroupsUsage~~
|
|
21927
|
+
|
|
21928
|
+
> ⚠️ **Deprecated**
|
|
21929
|
+
> Use literal values.
|
|
20980
21930
|
|
|
20981
21931
|
<div class="padding-left--md">
|
|
20982
21932
|
|