@dynatrace-sdk/client-classic-environment-v2 3.0.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +863 -620
- package/cjs/index.js +10730 -7262
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +10761 -7113
- package/package.json +3 -2
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
- 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 +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +75 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +44 -1
- package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
- 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/biz-event-ingest-result-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +2 -2
- package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
- package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +15 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +26 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +8 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +13 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +2 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
- package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
- package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
- package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +1 -1
- package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
- package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +3 -2
- package/types/packages/shared-errors/src/index.d.ts +6 -0
- package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
- package/types/packages/shared-errors/src/types.d.ts +31 -0
- /package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +0 -0
package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts
CHANGED
|
@@ -6,6 +6,15 @@ import { ExternalVaultConfigType } from './external-vault-config-type';
|
|
|
6
6
|
export interface ExternalVaultConfig {
|
|
7
7
|
credentialsUsedForExternalSynchronization?: string[];
|
|
8
8
|
passwordSecretName?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
11
|
+
*
|
|
12
|
+
* * `HASHICORP_VAULT_APPROLE` -> HashicorpApproleConfig
|
|
13
|
+
* * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificateConfig
|
|
14
|
+
* * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecretConfig
|
|
15
|
+
* * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePasswordConfig
|
|
16
|
+
* * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationConfig
|
|
17
|
+
*/
|
|
9
18
|
sourceAuthMethod?: ExternalVaultConfigSourceAuthMethod;
|
|
10
19
|
tokenSecretName?: string;
|
|
11
20
|
type?: ExternalVaultConfigType;
|
|
@@ -11,6 +11,15 @@ export interface ExternalVault {
|
|
|
11
11
|
* The name of the secret saved in external vault where password is stored.
|
|
12
12
|
*/
|
|
13
13
|
passwordSecretName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
16
|
+
*
|
|
17
|
+
* * `HASHICORP_VAULT_APPROLE` -> HashicorpApprole
|
|
18
|
+
* * `HASHICORP_VAULT_CERTIFICATE` -> HashicorpCertificate
|
|
19
|
+
* * `AZURE_KEY_VAULT_CLIENT_SECRET` -> AzureClientSecret
|
|
20
|
+
* * `CYBERARK_VAULT_USERNAME_PASSWORD` -> CyberArkUsernamePassword
|
|
21
|
+
* * `CYBERARK_VAULT_ALLOWED_LOCATION` -> CyberArkAllowedLocationDto
|
|
22
|
+
*/
|
|
14
23
|
sourceAuthMethod?: ExternalVaultSourceAuthMethod;
|
|
15
24
|
/**
|
|
16
25
|
* The name of the secret saved in external vault where token is stored.
|
|
@@ -9,6 +9,9 @@ export interface Filter {
|
|
|
9
9
|
* If the type is `not`, `and` or `or`, then holds the contained filters.
|
|
10
10
|
*/
|
|
11
11
|
operands?: Filter[];
|
|
12
|
+
/**
|
|
13
|
+
* Invocation of a function, e.g. the `entitySelector` function.
|
|
14
|
+
*/
|
|
12
15
|
referenceInvocation?: Invocation;
|
|
13
16
|
/**
|
|
14
17
|
* For filters that match a dimension against a valkue, such as `eq` or `ne`, holds the value to compare the dimension against.
|
|
@@ -18,6 +21,9 @@ export interface Filter {
|
|
|
18
21
|
* For the operands of `series` filters that match against a number, holds the number to compare against.
|
|
19
22
|
*/
|
|
20
23
|
referenceValue?: number;
|
|
24
|
+
/**
|
|
25
|
+
* A way of viewing a series as a single value for the purpose of sorting or series-based filters.
|
|
26
|
+
*/
|
|
21
27
|
rollup?: Rollup;
|
|
22
28
|
/**
|
|
23
29
|
* If the type applies to a dimension, then holds the target dimension.
|
|
@@ -27,5 +33,25 @@ export interface Filter {
|
|
|
27
33
|
* If the type applies to n dimensions, then holds the target dimensions. Currently only used for the `remainder` filter.
|
|
28
34
|
*/
|
|
29
35
|
targetDimensions?: string[];
|
|
36
|
+
/**
|
|
37
|
+
* Type of this filter, determines which other fields are present.Can be any of:
|
|
38
|
+
* * `eq`,
|
|
39
|
+
* * `ne`,
|
|
40
|
+
* * `prefix`,
|
|
41
|
+
* * `in`,
|
|
42
|
+
* * `remainder`,
|
|
43
|
+
* * `suffix`,
|
|
44
|
+
* * `contains`,
|
|
45
|
+
* * `existsKey`,
|
|
46
|
+
* * `series`,
|
|
47
|
+
* * `or`,
|
|
48
|
+
* * `and`,
|
|
49
|
+
* * `not`,
|
|
50
|
+
* * `ge`,
|
|
51
|
+
* * `gt`,
|
|
52
|
+
* * `le`,
|
|
53
|
+
* * `lt`,
|
|
54
|
+
* * `otherwise`.
|
|
55
|
+
*/
|
|
30
56
|
type?: FilterType;
|
|
31
57
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ export interface FunctionDefinition {
|
|
|
19
19
|
* The function/method name of the function definition.
|
|
20
20
|
*/
|
|
21
21
|
functionName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A list of values that has possibly been truncated.
|
|
24
|
+
*/
|
|
22
25
|
parameterTypes?: TruncatableListString;
|
|
23
26
|
/**
|
|
24
27
|
* The return type of the function.
|
package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts
CHANGED
|
@@ -4,7 +4,13 @@ import { TruncatableListHttpRequestParameter } from './truncatable-list-http-req
|
|
|
4
4
|
* HTTP specific request details.
|
|
5
5
|
*/
|
|
6
6
|
export interface HttpProtocolDetails {
|
|
7
|
+
/**
|
|
8
|
+
* A list of values that has possibly been truncated.
|
|
9
|
+
*/
|
|
7
10
|
headers?: TruncatableListAttackRequestHeader;
|
|
11
|
+
/**
|
|
12
|
+
* A list of values that has possibly been truncated.
|
|
13
|
+
*/
|
|
8
14
|
parameters?: TruncatableListHttpRequestParameter;
|
|
9
15
|
/**
|
|
10
16
|
* The HTTP request method.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IdentityType } from './identity-type';
|
|
2
|
+
/**
|
|
3
|
+
* An Identity describing either a user, a group, or the all-users group (applying to all users).
|
|
4
|
+
*/
|
|
5
|
+
export interface Identity {
|
|
6
|
+
/**
|
|
7
|
+
* The user id or user group id if type is 'user' or 'group', missing if type is 'all-users'.
|
|
8
|
+
*/
|
|
9
|
+
id?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The type of the identity.
|
|
12
|
+
*/
|
|
13
|
+
type: IdentityType;
|
|
14
|
+
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Identity } from './identity';
|
|
2
|
+
import * as _IdentityTypeTransformation from './identity-type.transformation';
|
|
3
|
+
export interface AsJson {
|
|
4
|
+
id?: string;
|
|
5
|
+
type: _IdentityTypeTransformation.AsJson;
|
|
6
|
+
}
|
|
7
|
+
export declare function fromJson($model: AsJson): Identity;
|
|
8
|
+
export declare function toJson($model: Identity): AsJson;
|
|
@@ -10,6 +10,17 @@ export interface Impact {
|
|
|
10
10
|
* The estimated number of affected users.
|
|
11
11
|
*/
|
|
12
12
|
estimatedAffectedUsers: number;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the actual set of fields depending on the value. See one of the following objects:
|
|
15
|
+
*
|
|
16
|
+
* * `SERVICE` -> ServiceImpact
|
|
17
|
+
* * `APPLICATION` -> ApplicationImpact
|
|
18
|
+
* * `MOBILE` -> MobileImpact
|
|
19
|
+
* * `CUSTOM_APPLICATION` -> CustomApplicationImpact
|
|
20
|
+
*/
|
|
13
21
|
impactType: ImpactImpactType;
|
|
22
|
+
/**
|
|
23
|
+
* A short representation of a monitored entity.
|
|
24
|
+
*/
|
|
14
25
|
impactedEntity: EntityStub;
|
|
15
26
|
}
|
|
@@ -24,8 +24,12 @@ export * from './active-gate-global-auto-update-config';
|
|
|
24
24
|
export * as _ActiveGateGlobalAutoUpdateConfigTransformation from './active-gate-global-auto-update-config.transformation';
|
|
25
25
|
export * from './active-gate-global-auto-update-config-global-setting';
|
|
26
26
|
export * as _ActiveGateGlobalAutoUpdateConfigGlobalSettingTransformation from './active-gate-global-auto-update-config-global-setting.transformation';
|
|
27
|
+
export * from './active-gate-group';
|
|
28
|
+
export * as _ActiveGateGroupTransformation from './active-gate-group.transformation';
|
|
27
29
|
export * from './active-gate-group-info-dto';
|
|
28
30
|
export * as _ActiveGateGroupInfoDtoTransformation from './active-gate-group-info-dto.transformation';
|
|
31
|
+
export * from './active-gate-groups';
|
|
32
|
+
export * as _ActiveGateGroupsTransformation from './active-gate-groups.transformation';
|
|
29
33
|
export * from './active-gate-groups-info-dto';
|
|
30
34
|
export * as _ActiveGateGroupsInfoDtoTransformation from './active-gate-groups-info-dto.transformation';
|
|
31
35
|
export * from './active-gate-info-dto';
|
|
@@ -510,6 +514,10 @@ export * from './http-protocol-details';
|
|
|
510
514
|
export * as _HttpProtocolDetailsTransformation from './http-protocol-details.transformation';
|
|
511
515
|
export * from './http-request-parameter';
|
|
512
516
|
export * as _HttpRequestParameterTransformation from './http-request-parameter.transformation';
|
|
517
|
+
export * from './identity';
|
|
518
|
+
export * as _IdentityTransformation from './identity.transformation';
|
|
519
|
+
export * from './identity-type';
|
|
520
|
+
export * as _IdentityTypeTransformation from './identity-type.transformation';
|
|
513
521
|
export * from './impact';
|
|
514
522
|
export * as _ImpactTransformation from './impact.transformation';
|
|
515
523
|
export * from './impact-analysis';
|
|
@@ -11,6 +11,9 @@ export interface Item {
|
|
|
11
11
|
* A list of constraints limiting the values to be accepted.
|
|
12
12
|
*/
|
|
13
13
|
constraints?: Constraint[];
|
|
14
|
+
/**
|
|
15
|
+
* Configuration of a datasource for a property.
|
|
16
|
+
*/
|
|
14
17
|
datasource?: DatasourceDefinition;
|
|
15
18
|
/**
|
|
16
19
|
* A short description of the item.
|
|
@@ -24,6 +27,9 @@ export interface Item {
|
|
|
24
27
|
* An extended description and/or links to documentation.
|
|
25
28
|
*/
|
|
26
29
|
documentation?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Metadata of the items.
|
|
32
|
+
*/
|
|
27
33
|
metadata?: ItemMetadata;
|
|
28
34
|
/**
|
|
29
35
|
* The type referenced by the item's value.
|
|
@@ -37,5 +43,8 @@ export interface Item {
|
|
|
37
43
|
* The type of the item's value.
|
|
38
44
|
*/
|
|
39
45
|
type: string | RefPointer;
|
|
46
|
+
/**
|
|
47
|
+
* Customization for UI elements
|
|
48
|
+
*/
|
|
40
49
|
uiCustomization?: UiCustomization;
|
|
41
50
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts
CHANGED
|
@@ -10,6 +10,11 @@ export interface LocationCollectionElement {
|
|
|
10
10
|
* The list of location's capabilities.
|
|
11
11
|
*/
|
|
12
12
|
capabilities?: string[];
|
|
13
|
+
/**
|
|
14
|
+
* The cloud provider where the location is hosted.
|
|
15
|
+
*
|
|
16
|
+
* Only applicable to `PUBLIC` locations.
|
|
17
|
+
*/
|
|
13
18
|
cloudPlatform?: LocationCollectionElementCloudPlatform;
|
|
14
19
|
/**
|
|
15
20
|
* The Dynatrace entity ID of the location.
|
|
@@ -49,7 +54,16 @@ export interface LocationCollectionElement {
|
|
|
49
54
|
* The name of the location.
|
|
50
55
|
*/
|
|
51
56
|
name: string;
|
|
57
|
+
/**
|
|
58
|
+
* The release stage of the location.
|
|
59
|
+
*/
|
|
52
60
|
stage?: LocationCollectionElementStage;
|
|
61
|
+
/**
|
|
62
|
+
* The status of the location.
|
|
63
|
+
*/
|
|
53
64
|
status?: LocationCollectionElementStatus;
|
|
65
|
+
/**
|
|
66
|
+
* The type of the location.
|
|
67
|
+
*/
|
|
54
68
|
type: LocationCollectionElementType;
|
|
55
69
|
}
|
|
@@ -5,12 +5,21 @@ import { LogRecordStatus } from './log-record-status';
|
|
|
5
5
|
* A single log record.
|
|
6
6
|
*/
|
|
7
7
|
export interface LogRecord {
|
|
8
|
+
/**
|
|
9
|
+
* Additional columns of the log record.
|
|
10
|
+
*/
|
|
8
11
|
additionalColumns?: LogRecordAdditionalColumns;
|
|
9
12
|
/**
|
|
10
13
|
* The content of the log record.
|
|
11
14
|
*/
|
|
12
15
|
content?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Type of event
|
|
18
|
+
*/
|
|
13
19
|
eventType?: LogRecordEventType;
|
|
20
|
+
/**
|
|
21
|
+
* The log status (based on the log level).
|
|
22
|
+
*/
|
|
14
23
|
status?: LogRecordStatus;
|
|
15
24
|
/**
|
|
16
25
|
* The timestamp of the log record, in UTC milliseconds.
|
|
@@ -31,6 +31,9 @@ export interface MetricDescriptor {
|
|
|
31
31
|
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
32
32
|
*/
|
|
33
33
|
dduBillable?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The default aggregation of a metric.
|
|
36
|
+
*/
|
|
34
37
|
defaultAggregation?: MetricDefaultAggregation;
|
|
35
38
|
/**
|
|
36
39
|
* A short description of the metric.
|
|
@@ -94,6 +97,9 @@ export interface MetricDescriptor {
|
|
|
94
97
|
* The metric selector that is used when querying a func: metric.
|
|
95
98
|
*/
|
|
96
99
|
metricSelector?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The value type for the metric.
|
|
102
|
+
*/
|
|
97
103
|
metricValueType?: MetricValueType;
|
|
98
104
|
/**
|
|
99
105
|
* The minimum allowed value of the metric.
|
|
@@ -132,6 +138,17 @@ export interface MetricDescriptor {
|
|
|
132
138
|
* The unit of the metric.
|
|
133
139
|
*/
|
|
134
140
|
unit?: string;
|
|
141
|
+
/**
|
|
142
|
+
* The raw value is stored in bits or bytes. The user interface can display it in these numeral systems:
|
|
143
|
+
*
|
|
144
|
+
* Binary: 1 MiB = 1024 KiB = 1,048,576 bytes
|
|
145
|
+
*
|
|
146
|
+
* Decimal: 1 MB = 1000 kB = 1,000,000 bytes
|
|
147
|
+
*
|
|
148
|
+
* If not set, the decimal system is used.
|
|
149
|
+
*
|
|
150
|
+
* [Metric expressions](https://dt-url.net/metricExpression) don't return this field.
|
|
151
|
+
*/
|
|
135
152
|
unitDisplayFormat?: MetricDescriptorUnitDisplayFormat;
|
|
136
153
|
/**
|
|
137
154
|
* A list of potential warnings that affect this ID. For example deprecated feature usage etc.
|
|
@@ -11,5 +11,8 @@ export interface MetricQueryDQLTranslation {
|
|
|
11
11
|
* The DQL query corresponding to the metric query
|
|
12
12
|
*/
|
|
13
13
|
query?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The status of the DQL translation, either `success` or `not supported`
|
|
16
|
+
*/
|
|
14
17
|
status?: MetricQueryDQLTranslationStatus;
|
|
15
18
|
}
|
package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export interface MetricSeriesCollection {
|
|
|
21
21
|
* The ratio of queried dimension tuples divided by the maximum number of dimension tuples allowed in a single query.
|
|
22
22
|
*/
|
|
23
23
|
dimensionCountRatio: number;
|
|
24
|
+
/**
|
|
25
|
+
* Metric query translation to DQL.
|
|
26
|
+
*/
|
|
24
27
|
dql?: MetricQueryDQLTranslation;
|
|
25
28
|
/**
|
|
26
29
|
* The key of the metric.
|
|
@@ -7,6 +7,8 @@ import { MetricSeriesDimensionMap } from './metric-series-dimension-map';
|
|
|
7
7
|
export interface MetricSeries {
|
|
8
8
|
dimensionMap: MetricSeriesDimensionMap;
|
|
9
9
|
/**
|
|
10
|
+
* Deprecated, refer to `dimensionMap` instead.
|
|
11
|
+
*
|
|
10
12
|
* The ordered list of dimensions to which the data point list belongs.
|
|
11
13
|
*
|
|
12
14
|
* Each metric can have a certain number of dimensions. Dimensions exceeding this number are aggregated into one, which is shown as `null` here.
|
package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts
CHANGED
|
@@ -13,6 +13,12 @@ export interface MonitoredEntityStates {
|
|
|
13
13
|
* Additional parameters of the monitoring state.
|
|
14
14
|
*/
|
|
15
15
|
params?: MonitoredEntityStateParam[];
|
|
16
|
+
/**
|
|
17
|
+
* The type of the monitoring state.
|
|
18
|
+
*/
|
|
16
19
|
severity?: MonitoredEntityStatesSeverity;
|
|
20
|
+
/**
|
|
21
|
+
* The name of the monitoring state.
|
|
22
|
+
*/
|
|
17
23
|
state?: MonitoredEntityStatesState;
|
|
18
24
|
}
|
|
@@ -22,6 +22,9 @@ export interface Precondition {
|
|
|
22
22
|
* Only applicable to properties of the `REGEX_MATCH` type.
|
|
23
23
|
*/
|
|
24
24
|
pattern?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A precondition for visibility of a property.
|
|
27
|
+
*/
|
|
25
28
|
precondition?: Precondition;
|
|
26
29
|
/**
|
|
27
30
|
* A list of child preconditions to be evaluated.
|
|
@@ -33,5 +36,8 @@ export interface Precondition {
|
|
|
33
36
|
* The property to be evaluated.
|
|
34
37
|
*/
|
|
35
38
|
property?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The type of the precondition.
|
|
41
|
+
*/
|
|
36
42
|
type: PreconditionType;
|
|
37
43
|
}
|
|
@@ -31,8 +31,17 @@ export interface Problem {
|
|
|
31
31
|
* A list of all entity tags of the problem.
|
|
32
32
|
*/
|
|
33
33
|
entityTags?: METag[];
|
|
34
|
+
/**
|
|
35
|
+
* The evidence details of a problem.
|
|
36
|
+
*/
|
|
34
37
|
evidenceDetails?: EvidenceDetails;
|
|
38
|
+
/**
|
|
39
|
+
* A list of all impacts of the problem.
|
|
40
|
+
*/
|
|
35
41
|
impactAnalysis?: ImpactAnalysis;
|
|
42
|
+
/**
|
|
43
|
+
* The impact level of the problem. It shows what is affected by the problem.
|
|
44
|
+
*/
|
|
36
45
|
impactLevel: ProblemImpactLevel;
|
|
37
46
|
/**
|
|
38
47
|
* A list of all entities that are impacted by the problem.
|
|
@@ -50,6 +59,9 @@ export interface Problem {
|
|
|
50
59
|
* The related Kubernetes namespace names.
|
|
51
60
|
*/
|
|
52
61
|
'k8s.namespace.name'?: string[];
|
|
62
|
+
/**
|
|
63
|
+
* The properties of the linked problem.
|
|
64
|
+
*/
|
|
53
65
|
linkedProblemInfo?: LinkedProblem;
|
|
54
66
|
/**
|
|
55
67
|
* A list of all management zones that the problem belongs to.
|
|
@@ -63,13 +75,25 @@ export interface Problem {
|
|
|
63
75
|
* The ID of the problem.
|
|
64
76
|
*/
|
|
65
77
|
problemId: string;
|
|
78
|
+
/**
|
|
79
|
+
* A list of comments.
|
|
80
|
+
*/
|
|
66
81
|
recentComments?: CommentsList;
|
|
82
|
+
/**
|
|
83
|
+
* A short representation of a monitored entity.
|
|
84
|
+
*/
|
|
67
85
|
rootCauseEntity?: EntityStub;
|
|
86
|
+
/**
|
|
87
|
+
* The severity of the problem.
|
|
88
|
+
*/
|
|
68
89
|
severityLevel: ProblemSeverityLevel;
|
|
69
90
|
/**
|
|
70
91
|
* The start timestamp of the problem, in UTC milliseconds.
|
|
71
92
|
*/
|
|
72
93
|
startTime: number;
|
|
94
|
+
/**
|
|
95
|
+
* The status of the problem.
|
|
96
|
+
*/
|
|
73
97
|
status: ProblemStatus;
|
|
74
98
|
/**
|
|
75
99
|
* The name of the problem, displayed in the UI.
|
package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export interface PropertyDefinition {
|
|
|
15
15
|
* A list of constraints limiting the values to be accepted.
|
|
16
16
|
*/
|
|
17
17
|
constraints?: Constraint[];
|
|
18
|
+
/**
|
|
19
|
+
* Configuration of a datasource for a property.
|
|
20
|
+
*/
|
|
18
21
|
datasource?: DatasourceDefinition;
|
|
19
22
|
/**
|
|
20
23
|
* The default value to be used when no value is provided.
|
|
@@ -38,6 +41,9 @@ export interface PropertyDefinition {
|
|
|
38
41
|
* Defines if value is allowed to be modified when secret properties are not
|
|
39
42
|
*/
|
|
40
43
|
forceSecretResubmission?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* An item of a collection property.
|
|
46
|
+
*/
|
|
41
47
|
items?: Item;
|
|
42
48
|
/**
|
|
43
49
|
* The maximum number of **objects** in a collection property.
|
|
@@ -45,6 +51,9 @@ export interface PropertyDefinition {
|
|
|
45
51
|
* Has the value of `1` for singletons.
|
|
46
52
|
*/
|
|
47
53
|
maxObjects: number;
|
|
54
|
+
/**
|
|
55
|
+
* Metadata of the property.
|
|
56
|
+
*/
|
|
48
57
|
metadata?: PropertyDefinitionMetadata;
|
|
49
58
|
/**
|
|
50
59
|
* Pattern with references to properties to create a new value.
|
|
@@ -54,11 +63,17 @@ export interface PropertyDefinition {
|
|
|
54
63
|
* The minimum number of **objects** in a collection property.
|
|
55
64
|
*/
|
|
56
65
|
minObjects?: number;
|
|
66
|
+
/**
|
|
67
|
+
* Modification policy of the property.
|
|
68
|
+
*/
|
|
57
69
|
modificationPolicy?: PropertyDefinitionModificationPolicy;
|
|
58
70
|
/**
|
|
59
71
|
* The value can (`true`) or can't (`false`) be `null`.
|
|
60
72
|
*/
|
|
61
73
|
nullable: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* A precondition for visibility of a property.
|
|
76
|
+
*/
|
|
62
77
|
precondition?: Precondition;
|
|
63
78
|
/**
|
|
64
79
|
* The type referenced by the property value
|
|
@@ -72,5 +87,8 @@ export interface PropertyDefinition {
|
|
|
72
87
|
* The type of the property's value.
|
|
73
88
|
*/
|
|
74
89
|
type: string | RefPointer;
|
|
90
|
+
/**
|
|
91
|
+
* Customization for UI elements
|
|
92
|
+
*/
|
|
75
93
|
uiCustomization?: UiCustomization;
|
|
76
94
|
}
|
|
@@ -7,6 +7,9 @@ export interface RelatedService {
|
|
|
7
7
|
* A list of affected entities related to the entity.
|
|
8
8
|
*/
|
|
9
9
|
affectedEntities?: string[];
|
|
10
|
+
/**
|
|
11
|
+
* The level of exposure of the service.
|
|
12
|
+
*/
|
|
10
13
|
exposure?: RelatedServiceExposure;
|
|
11
14
|
/**
|
|
12
15
|
* The Dynatrace entity ID of the entity.
|
package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts
CHANGED
|
@@ -8,9 +8,21 @@ import { VulnerableFunction } from './vulnerable-function';
|
|
|
8
8
|
* Assessment of the remediation item.
|
|
9
9
|
*/
|
|
10
10
|
export interface RemediationAssessment {
|
|
11
|
+
/**
|
|
12
|
+
* The accuracy of the assessment.
|
|
13
|
+
*/
|
|
11
14
|
assessmentAccuracy?: RemediationAssessmentAssessmentAccuracy;
|
|
15
|
+
/**
|
|
16
|
+
* The assessment accuracy details.
|
|
17
|
+
*/
|
|
12
18
|
assessmentAccuracyDetails?: AssessmentAccuracyDetails;
|
|
19
|
+
/**
|
|
20
|
+
* The reachability of related data assets by affected entities.
|
|
21
|
+
*/
|
|
13
22
|
dataAssets?: RemediationAssessmentDataAssets;
|
|
23
|
+
/**
|
|
24
|
+
* The level of exposure of affected entities.
|
|
25
|
+
*/
|
|
14
26
|
exposure?: RemediationAssessmentExposure;
|
|
15
27
|
/**
|
|
16
28
|
* The number of related data assets.
|
|
@@ -20,6 +32,9 @@ export interface RemediationAssessment {
|
|
|
20
32
|
* Whether a restart is required for the latest vulnerable function data.
|
|
21
33
|
*/
|
|
22
34
|
vulnerableFunctionRestartRequired?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* The usage of vulnerable functions
|
|
37
|
+
*/
|
|
23
38
|
vulnerableFunctionUsage?: RemediationAssessmentVulnerableFunctionUsage;
|
|
24
39
|
/**
|
|
25
40
|
* A list of vulnerable functions that are in use.
|