@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.
Files changed (210) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +863 -620
  3. package/cjs/index.js +10730 -7262
  4. package/dynatrace-metadata.json +2 -2
  5. package/esm/index.js +10761 -7113
  6. package/package.json +3 -2
  7. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-active-gate-tokens-api.d.ts +20 -0
  8. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-api-tokens-api.d.ts +30 -0
  9. package/types/packages/client/classic-environment-v2/src/lib/apis/access-tokens-tenant-tokens-api.d.ts +15 -0
  10. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-active-gate-groups-api.d.ts +34 -0
  11. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-api.d.ts +10 -0
  12. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-configuration-api.d.ts +30 -0
  13. package/types/packages/client/classic-environment-v2/src/lib/apis/active-gates-auto-update-jobs-api.d.ts +30 -0
  14. package/types/packages/client/classic-environment-v2/src/lib/apis/attacks-api.d.ts +10 -0
  15. package/types/packages/client/classic-environment-v2/src/lib/apis/audit-logs-api.d.ts +10 -0
  16. package/types/packages/client/classic-environment-v2/src/lib/apis/business-events-api.d.ts +6 -0
  17. package/types/packages/client/classic-environment-v2/src/lib/apis/credential-vault-api.d.ts +30 -0
  18. package/types/packages/client/classic-environment-v2/src/lib/apis/davis-security-advisor-api.d.ts +5 -0
  19. package/types/packages/client/classic-environment-v2/src/lib/apis/events-api.d.ts +35 -0
  20. package/types/packages/client/classic-environment-v2/src/lib/apis/extensions-2-0-api.d.ts +130 -0
  21. package/types/packages/client/classic-environment-v2/src/lib/apis/index.d.ts +1 -0
  22. package/types/packages/client/classic-environment-v2/src/lib/apis/logs-api.d.ts +20 -0
  23. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-api.d.ts +26 -0
  24. package/types/packages/client/classic-environment-v2/src/lib/apis/metrics-units-api.d.ts +15 -0
  25. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-api.d.ts +35 -0
  26. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-custom-tags-api.d.ts +15 -0
  27. package/types/packages/client/classic-environment-v2/src/lib/apis/monitored-entities-monitoring-state-api.d.ts +41 -0
  28. package/types/packages/client/classic-environment-v2/src/lib/apis/network-zones-api.d.ts +35 -0
  29. package/types/packages/client/classic-environment-v2/src/lib/apis/problems-api.d.ts +40 -0
  30. package/types/packages/client/classic-environment-v2/src/lib/apis/releases-api.d.ts +5 -0
  31. package/types/packages/client/classic-environment-v2/src/lib/apis/security-problems-api.d.ts +75 -0
  32. package/types/packages/client/classic-environment-v2/src/lib/apis/service-level-objectives-api.d.ts +30 -0
  33. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-management-zones-api.d.ts +5 -0
  34. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-objects-api.d.ts +44 -1
  35. package/types/packages/client/classic-environment-v2/src/lib/apis/settings-schemas-api.d.ts +10 -0
  36. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-http-monitor-executions-api.d.ts +5 -0
  37. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-locations-nodes-and-configuration-api.d.ts +70 -0
  38. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-network-availability-monitors-api.d.ts +25 -0
  39. package/types/packages/client/classic-environment-v2/src/lib/apis/synthetic-on-demand-monitor-executions-api.d.ts +49 -0
  40. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/api-gateway-errors-handler.d.ts +2 -0
  41. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/biz-event-ingest-result-error.d.ts +1 -1
  42. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/error-envelope-error.d.ts +1 -1
  43. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/index.d.ts +1 -3
  44. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-array-error.d.ts +1 -1
  45. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/settings-object-response-error.d.ts +1 -1
  46. package/types/packages/client/classic-environment-v2/src/lib/error-envelopes/validation-response-error.d.ts +1 -1
  47. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-credentials-response-element.d.ts +14 -0
  48. package/types/packages/client/classic-environment-v2/src/lib/models/abstract-slo-alert-dto.d.ts +6 -0
  49. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-auto-update-config.d.ts +10 -0
  50. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-global-auto-update-config.d.ts +8 -0
  51. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.d.ts +9 -0
  52. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-group.transformation.d.ts +6 -0
  53. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.d.ts +10 -0
  54. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-groups.transformation.d.ts +7 -0
  55. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-module.d.ts +6 -0
  56. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-create.d.ts +3 -0
  57. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token-info-dto.d.ts +3 -0
  58. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate-token.d.ts +3 -0
  59. package/types/packages/client/classic-environment-v2/src/lib/models/active-gate.d.ts +21 -0
  60. package/types/packages/client/classic-environment-v2/src/lib/models/affected-entities.d.ts +6 -0
  61. package/types/packages/client/classic-environment-v2/src/lib/models/aggregated-log.d.ts +3 -0
  62. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-create.d.ts +2 -2
  63. package/types/packages/client/classic-environment-v2/src/lib/models/api-token-update.d.ts +2 -2
  64. package/types/packages/client/classic-environment-v2/src/lib/models/api-token.d.ts +6 -0
  65. package/types/packages/client/classic-environment-v2/src/lib/models/applied-filter.d.ts +3 -0
  66. package/types/packages/client/classic-environment-v2/src/lib/models/asset-info-dto.d.ts +6 -0
  67. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint-payload-item.d.ts +3 -0
  68. package/types/packages/client/classic-environment-v2/src/lib/models/attack-entrypoint.d.ts +6 -0
  69. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem-assessment-dto.d.ts +6 -0
  70. package/types/packages/client/classic-environment-v2/src/lib/models/attack-security-problem.d.ts +3 -0
  71. package/types/packages/client/classic-environment-v2/src/lib/models/attack.d.ts +30 -0
  72. package/types/packages/client/classic-environment-v2/src/lib/models/attacker.d.ts +3 -0
  73. package/types/packages/client/classic-environment-v2/src/lib/models/audit-log-entry.d.ts +25 -0
  74. package/types/packages/client/classic-environment-v2/src/lib/models/code-level-vulnerability-details.d.ts +6 -0
  75. package/types/packages/client/classic-environment-v2/src/lib/models/code-location.d.ts +3 -0
  76. package/types/packages/client/classic-environment-v2/src/lib/models/complex-constraint.d.ts +3 -0
  77. package/types/packages/client/classic-environment-v2/src/lib/models/constraint.d.ts +3 -0
  78. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element-type.d.ts +1 -0
  79. package/types/packages/client/classic-environment-v2/src/lib/models/credentials-response-element.d.ts +9 -0
  80. package/types/packages/client/classic-environment-v2/src/lib/models/credentials.d.ts +13 -0
  81. package/types/packages/client/classic-environment-v2/src/lib/models/custom-device-creation.d.ts +3 -0
  82. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-allowed-location-dto.d.ts +1 -1
  83. package/types/packages/client/classic-environment-v2/src/lib/models/cyber-ark-username-password.d.ts +1 -1
  84. package/types/packages/client/classic-environment-v2/src/lib/models/datasource-definition.d.ts +3 -0
  85. package/types/packages/client/classic-environment-v2/src/lib/models/davis-security-advice.d.ts +6 -0
  86. package/types/packages/client/classic-environment-v2/src/lib/models/entity-stub.d.ts +3 -0
  87. package/types/packages/client/classic-environment-v2/src/lib/models/entity.d.ts +12 -0
  88. package/types/packages/client/classic-environment-v2/src/lib/models/entry-point-usage-segment.d.ts +6 -0
  89. package/types/packages/client/classic-environment-v2/src/lib/models/entrypoint-payload.d.ts +3 -0
  90. package/types/packages/client/classic-environment-v2/src/lib/models/enum-type.d.ts +3 -0
  91. package/types/packages/client/classic-environment-v2/src/lib/models/event-evidence.d.ts +3 -0
  92. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest-result.d.ts +3 -0
  93. package/types/packages/client/classic-environment-v2/src/lib/models/event-ingest.d.ts +14 -0
  94. package/types/packages/client/classic-environment-v2/src/lib/models/event-type.d.ts +3 -0
  95. package/types/packages/client/classic-environment-v2/src/lib/models/event.d.ts +6 -0
  96. package/types/packages/client/classic-environment-v2/src/lib/models/evidence.d.ts +15 -0
  97. package/types/packages/client/classic-environment-v2/src/lib/models/execute-actions-dto.d.ts +3 -0
  98. package/types/packages/client/classic-environment-v2/src/lib/models/execution-simple-results.d.ts +2 -0
  99. package/types/packages/client/classic-environment-v2/src/lib/models/execution-step.d.ts +6 -0
  100. package/types/packages/client/classic-environment-v2/src/lib/models/extension-event-dto.d.ts +3 -0
  101. package/types/packages/client/classic-environment-v2/src/lib/models/extension-monitoring-configuration.d.ts +3 -0
  102. package/types/packages/client/classic-environment-v2/src/lib/models/extension-status-dto.d.ts +3 -0
  103. package/types/packages/client/classic-environment-v2/src/lib/models/extension-upload-response-dto.d.ts +6 -0
  104. package/types/packages/client/classic-environment-v2/src/lib/models/extension.d.ts +6 -0
  105. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault-config.d.ts +9 -0
  106. package/types/packages/client/classic-environment-v2/src/lib/models/external-vault.d.ts +9 -0
  107. package/types/packages/client/classic-environment-v2/src/lib/models/filter.d.ts +26 -0
  108. package/types/packages/client/classic-environment-v2/src/lib/models/function-definition.d.ts +3 -0
  109. package/types/packages/client/classic-environment-v2/src/lib/models/http-protocol-details.d.ts +6 -0
  110. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.d.ts +8 -0
  111. package/types/packages/client/classic-environment-v2/src/lib/models/identity-type.transformation.d.ts +4 -0
  112. package/types/packages/client/classic-environment-v2/src/lib/models/identity.d.ts +14 -0
  113. package/types/packages/client/classic-environment-v2/src/lib/models/identity.transformation.d.ts +8 -0
  114. package/types/packages/client/classic-environment-v2/src/lib/models/impact.d.ts +11 -0
  115. package/types/packages/client/classic-environment-v2/src/lib/models/index.d.ts +8 -0
  116. package/types/packages/client/classic-environment-v2/src/lib/models/item.d.ts +9 -0
  117. package/types/packages/client/classic-environment-v2/src/lib/models/list-credentials-query-type.d.ts +2 -1
  118. package/types/packages/client/classic-environment-v2/src/lib/models/location-collection-element.d.ts +14 -0
  119. package/types/packages/client/classic-environment-v2/src/lib/models/log-record.d.ts +9 -0
  120. package/types/packages/client/classic-environment-v2/src/lib/models/metric-default-aggregation.d.ts +3 -0
  121. package/types/packages/client/classic-environment-v2/src/lib/models/metric-descriptor.d.ts +17 -0
  122. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dimension-definition.d.ts +3 -0
  123. package/types/packages/client/classic-environment-v2/src/lib/models/metric-dto.d.ts +3 -0
  124. package/types/packages/client/classic-environment-v2/src/lib/models/metric-query-dql-translation.d.ts +3 -0
  125. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series-collection.d.ts +3 -0
  126. package/types/packages/client/classic-environment-v2/src/lib/models/metric-series.d.ts +2 -0
  127. package/types/packages/client/classic-environment-v2/src/lib/models/metric-value-type.d.ts +3 -0
  128. package/types/packages/client/classic-environment-v2/src/lib/models/monitored-entity-states.d.ts +6 -0
  129. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-dto.d.ts +3 -0
  130. package/types/packages/client/classic-environment-v2/src/lib/models/monitoring-configuration-update-dto.d.ts +3 -0
  131. package/types/packages/client/classic-environment-v2/src/lib/models/mute-state.d.ts +3 -0
  132. package/types/packages/client/classic-environment-v2/src/lib/models/network-zone.d.ts +3 -0
  133. package/types/packages/client/classic-environment-v2/src/lib/models/precondition.d.ts +6 -0
  134. package/types/packages/client/classic-environment-v2/src/lib/models/problem-close-result.d.ts +3 -0
  135. package/types/packages/client/classic-environment-v2/src/lib/models/problem.d.ts +24 -0
  136. package/types/packages/client/classic-environment-v2/src/lib/models/property-definition.d.ts +18 -0
  137. package/types/packages/client/classic-environment-v2/src/lib/models/protocol-details.d.ts +3 -0
  138. package/types/packages/client/classic-environment-v2/src/lib/models/related-service.d.ts +3 -0
  139. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-assessment.d.ts +15 -0
  140. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-details-item.d.ts +12 -0
  141. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state-change.d.ts +3 -0
  142. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-mute-state.d.ts +3 -0
  143. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item-muting-summary.d.ts +3 -0
  144. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-item.d.ts +12 -0
  145. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-mute.d.ts +3 -0
  146. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-unmute.d.ts +3 -0
  147. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-items-bulk-update-delete-dto.d.ts +7 -0
  148. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity-assessment.d.ts +3 -0
  149. package/types/packages/client/classic-environment-v2/src/lib/models/remediation-progress-entity.d.ts +6 -0
  150. package/types/packages/client/classic-environment-v2/src/lib/models/request-information.d.ts +3 -0
  151. package/types/packages/client/classic-environment-v2/src/lib/models/resource-context.d.ts +3 -0
  152. package/types/packages/client/classic-environment-v2/src/lib/models/revision-diff.d.ts +6 -0
  153. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-changes.d.ts +9 -0
  154. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-details.d.ts +26 -0
  155. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment-snapshot.d.ts +17 -0
  156. package/types/packages/client/classic-environment-v2/src/lib/models/risk-assessment.d.ts +26 -0
  157. package/types/packages/client/classic-environment-v2/src/lib/models/schema-constraint-rest-dto.d.ts +3 -0
  158. package/types/packages/client/classic-environment-v2/src/lib/models/schema-definition-rest-dto.d.ts +20 -0
  159. package/types/packages/client/classic-environment-v2/src/lib/models/schema-type.d.ts +6 -0
  160. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-bulk-muting-summary.d.ts +3 -0
  161. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-details.d.ts +39 -0
  162. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-event.d.ts +9 -0
  163. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-mute.d.ts +3 -0
  164. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem-unmute.d.ts +3 -0
  165. package/types/packages/client/classic-environment-v2/src/lib/models/security-problem.d.ts +18 -0
  166. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-mute.d.ts +3 -0
  167. package/types/packages/client/classic-environment-v2/src/lib/models/security-problems-bulk-unmute.d.ts +3 -0
  168. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.d.ts +8 -0
  169. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object-by-object-id-response.transformation.d.ts +2 -0
  170. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.d.ts +13 -0
  171. package/types/packages/client/classic-environment-v2/src/lib/models/settings-object.transformation.d.ts +2 -0
  172. package/types/packages/client/classic-environment-v2/src/lib/models/single-permission-request.d.ts +3 -0
  173. package/types/packages/client/classic-environment-v2/src/lib/models/slo-burn-rate.d.ts +5 -0
  174. package/types/packages/client/classic-environment-v2/src/lib/models/slo-config-item-dto-impl.d.ts +14 -0
  175. package/types/packages/client/classic-environment-v2/src/lib/models/slo.d.ts +23 -0
  176. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location-update.d.ts +6 -0
  177. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-location.d.ts +14 -0
  178. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-monitor-performance-threshold-dto.d.ts +3 -0
  179. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-constraint-dto.d.ts +3 -0
  180. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-dto.d.ts +6 -0
  181. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-step-dto.d.ts +6 -0
  182. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-multi-protocol-monitor-update-dto.d.ts +9 -0
  183. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-batch-status.d.ts +6 -0
  184. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request-monitor.d.ts +6 -0
  185. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution-request.d.ts +9 -0
  186. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-execution.d.ts +21 -0
  187. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-on-demand-failed-execution-status.d.ts +3 -0
  188. package/types/packages/client/classic-environment-v2/src/lib/models/synthetic-tag-with-source-dto.d.ts +3 -0
  189. package/types/packages/client/classic-environment-v2/src/lib/models/tenant-token-config.d.ts +6 -0
  190. package/types/packages/client/classic-environment-v2/src/lib/models/token-credentials.d.ts +3 -0
  191. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-attack-request-header.d.ts +3 -0
  192. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-http-request-parameter.d.ts +3 -0
  193. package/types/packages/client/classic-environment-v2/src/lib/models/truncatable-list-string.d.ts +3 -0
  194. package/types/packages/client/classic-environment-v2/src/lib/models/ui-customization.d.ts +12 -0
  195. package/types/packages/client/classic-environment-v2/src/lib/models/ui-table-customization.d.ts +3 -0
  196. package/types/packages/client/classic-environment-v2/src/lib/models/update-job.d.ts +12 -0
  197. package/types/packages/client/classic-environment-v2/src/lib/models/user-password-credentials.d.ts +3 -0
  198. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerability.d.ts +9 -0
  199. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input-segment.d.ts +3 -0
  200. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-input.d.ts +3 -0
  201. package/types/packages/client/classic-environment-v2/src/lib/models/vulnerable-function-process-groups.d.ts +9 -0
  202. package/types/packages/http-client/src/lib/types/binary.d.ts +2 -2
  203. package/types/packages/http-client/src/lib/types/http-client-response.d.ts +2 -2
  204. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/api-client-error.d.ts +1 -1
  205. package/types/packages/shared-errors/src/api-gateway-error.d.ts +18 -0
  206. package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/client-request-error.d.ts +3 -2
  207. package/types/packages/shared-errors/src/index.d.ts +6 -0
  208. package/types/packages/shared-errors/src/sdk-error.d.ts +5 -0
  209. package/types/packages/shared-errors/src/types.d.ts +31 -0
  210. /package/types/packages/{client/classic-environment-v2/src/lib/error-envelopes → shared-errors/src}/invalid-response-error.d.ts +0 -0
@@ -8,14 +8,26 @@ import { TrackingLink } from './tracking-link';
8
8
  * Detailed information of a remediation item for a security problem.
9
9
  */
10
10
  export interface RemediationDetailsItem {
11
+ /**
12
+ * Assessment of the remediation item.
13
+ */
11
14
  assessment?: RemediationAssessment;
12
15
  entityIds?: string[];
13
16
  firstAffectedTimestamp?: number;
14
17
  id?: string;
18
+ /**
19
+ * The mute state of a remediation item of a security problem.
20
+ */
15
21
  muteState?: RemediationItemMuteState;
16
22
  name?: string;
23
+ /**
24
+ * The progress of this remediation item. It contains affected and unaffected entities.
25
+ */
17
26
  remediationProgress?: RemediationProgress;
18
27
  resolvedTimestamp?: number;
28
+ /**
29
+ * External tracking link URL associated with the remediable entity of the security problem.
30
+ */
19
31
  trackingLink?: TrackingLink;
20
32
  vulnerabilityState?: RemediationDetailsItemVulnerabilityState;
21
33
  /**
@@ -11,5 +11,8 @@ export interface RemediationItemMuteStateChange {
11
11
  * The desired mute state of the remediation item.
12
12
  */
13
13
  muted: boolean;
14
+ /**
15
+ * The reason for the mute state change.
16
+ */
14
17
  reason: RemediationItemMuteStateChangeReason;
15
18
  }
@@ -15,6 +15,9 @@ export interface RemediationItemMuteState {
15
15
  * The remediation is (`true`) or is not (`false`) muted.
16
16
  */
17
17
  muted?: boolean;
18
+ /**
19
+ * The reason for the most recent mute state change.
20
+ */
18
21
  reason?: RemediationItemMuteStateReason;
19
22
  /**
20
23
  * The user who last changed the mute state.
@@ -7,6 +7,9 @@ export interface RemediationItemMutingSummary {
7
7
  * Whether a mute state change for the given remediation item was triggered by this request.
8
8
  */
9
9
  muteStateChangeTriggered: boolean;
10
+ /**
11
+ * Contains a reason, in case the requested operation was not executed.
12
+ */
10
13
  reason?: RemediationItemMutingSummaryReason;
11
14
  /**
12
15
  * The id of the remediation item that will be (un-)muted.
@@ -8,14 +8,26 @@ import { VulnerableComponent } from './vulnerable-component';
8
8
  * A possible remediation for a security problem.
9
9
  */
10
10
  export interface RemediationItem {
11
+ /**
12
+ * Assessment of the remediation item.
13
+ */
11
14
  assessment?: RemediationAssessment;
12
15
  entityIds?: string[];
13
16
  firstAffectedTimestamp?: number;
14
17
  id?: string;
18
+ /**
19
+ * The mute state of a remediation item of a security problem.
20
+ */
15
21
  muteState?: RemediationItemMuteState;
16
22
  name?: string;
23
+ /**
24
+ * The progress of this remediation item. It contains affected and unaffected entities.
25
+ */
17
26
  remediationProgress?: RemediationProgress;
18
27
  resolvedTimestamp?: number;
28
+ /**
29
+ * External tracking link URL associated with the remediable entity of the security problem.
30
+ */
19
31
  trackingLink?: TrackingLink;
20
32
  vulnerabilityState?: RemediationItemVulnerabilityState;
21
33
  /**
@@ -7,6 +7,9 @@ export interface RemediationItemsBulkMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting the remediation items.
12
+ */
10
13
  reason: RemediationItemsBulkMuteReason;
11
14
  /**
12
15
  * The ids of the remediation items to be muted.
@@ -7,6 +7,9 @@ export interface RemediationItemsBulkUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting the remediation items.
12
+ */
10
13
  reason: RemediationItemsBulkUnmuteReason;
11
14
  /**
12
15
  * The ids of the remediation items to be un-muted.
@@ -9,5 +9,12 @@ export interface RemediationItemsBulkUpdateDeleteDto {
9
9
  * List of remediation item IDs of the security problem for which to remove the tracking links.
10
10
  */
11
11
  deletes?: string[];
12
+ /**
13
+ * Tracking links to set for the security problem.
14
+ *
15
+ * Map of remediation item ID to tracking link objects.
16
+ *
17
+ * Keys must be valid remediation item IDs of the security problem, the associated value must contain the link to set for the item.
18
+ */
12
19
  updates?: RemediationItemsBulkUpdateDeleteDtoUpdates;
13
20
  }
@@ -8,6 +8,9 @@ export interface RemediationProgressEntityAssessment {
8
8
  * Whether a restart is required for the latest vulnerable function data.
9
9
  */
10
10
  vulnerableFunctionRestartRequired?: boolean;
11
+ /**
12
+ * The usage of vulnerable functions
13
+ */
11
14
  vulnerableFunctionUsage?: RemediationProgressEntityAssessmentVulnerableFunctionUsage;
12
15
  /**
13
16
  * A list of vulnerable functions that are in use.
@@ -5,6 +5,9 @@ import { RemediationProgressVulnerableComponent } from './remediation-progress-v
5
5
  * An affected or unaffected entity of a remediation for a security problem.
6
6
  */
7
7
  export interface RemediationProgressEntity {
8
+ /**
9
+ * Assessment of the remediation progress entity.
10
+ */
8
11
  assessment?: RemediationProgressEntityAssessment;
9
12
  /**
10
13
  * The timestamp when the remediation progress entity has first been related to the vulnerability.
@@ -18,6 +21,9 @@ export interface RemediationProgressEntity {
18
21
  * The name of the remediation progress entity.
19
22
  */
20
23
  name?: string;
24
+ /**
25
+ * The current state of the remediation progress entity.
26
+ */
21
27
  state?: RemediationProgressEntityState;
22
28
  /**
23
29
  * A list of vulnerable components of the remediation item.
@@ -11,6 +11,9 @@ export interface RequestInformation {
11
11
  * The request path.
12
12
  */
13
13
  path?: string;
14
+ /**
15
+ * Details that are specific to the used protocol.
16
+ */
14
17
  protocolDetails?: ProtocolDetails;
15
18
  /**
16
19
  * The requested URL.
@@ -4,6 +4,9 @@ import { ResourceContextOperationsItem } from './resource-context-operations-ite
4
4
  * The resource context, which contains additional permission information about the object.
5
5
  */
6
6
  export interface ResourceContext {
7
+ /**
8
+ * The additional modification details for this settings object.
9
+ */
7
10
  modifications: Modification;
8
11
  /**
9
12
  * The allowed operations on this settings object.
@@ -17,6 +17,9 @@ export interface RevisionDiff {
17
17
  * The JSON Patch for this value. May be null if the diff type is not UPDATE.
18
18
  */
19
19
  jsonPatch?: AnyValue;
20
+ /**
21
+ * Modification information about the setting.
22
+ */
20
23
  modificationInfo?: HistoryModificationInfo;
21
24
  /**
22
25
  * The ID of the settings object.
@@ -30,5 +33,8 @@ export interface RevisionDiff {
30
33
  * The schema version the new value complies to
31
34
  */
32
35
  schemaVersion?: string;
36
+ /**
37
+ * The type of the difference.
38
+ */
33
39
  type?: RevisionDiffType;
34
40
  }
@@ -29,7 +29,16 @@ export interface RiskAssessmentChanges {
29
29
  * The delta of the Davis risk score.
30
30
  */
31
31
  deltaRiskScore?: number;
32
+ /**
33
+ * The previous level of exposure of affected entities.
34
+ */
32
35
  previousExposure?: RiskAssessmentChangesPreviousExposure;
36
+ /**
37
+ * The previous availability status of public exploits.
38
+ */
33
39
  previousPublicExploit?: RiskAssessmentChangesPreviousPublicExploit;
40
+ /**
41
+ * The previous state of vulnerable code execution.
42
+ */
34
43
  previousVulnerableFunctionUsage?: RiskAssessmentChangesPreviousVulnerableFunctionUsage;
35
44
  }
@@ -10,8 +10,17 @@ import { RiskAssessmentDetailsVulnerableFunctionUsage } from './risk-assessment-
10
10
  * Risk assessment of a security problem.
11
11
  */
12
12
  export interface RiskAssessmentDetails {
13
+ /**
14
+ * The accuracy of the assessment.
15
+ */
13
16
  assessmentAccuracy?: RiskAssessmentDetailsAssessmentAccuracy;
17
+ /**
18
+ * The assessment accuracy details.
19
+ */
14
20
  assessmentAccuracyDetails?: AssessmentAccuracyDetails;
21
+ /**
22
+ * The risk level from the CVSS score.
23
+ */
15
24
  baseRiskLevel?: RiskAssessmentDetailsBaseRiskLevel;
16
25
  /**
17
26
  * The risk score (1-10) from the CVSS score.
@@ -21,9 +30,23 @@ export interface RiskAssessmentDetails {
21
30
  * The original attack vector of the CVSS assessment.
22
31
  */
23
32
  baseRiskVector?: string;
33
+ /**
34
+ * The reachability of related data assets by affected entities.
35
+ */
24
36
  dataAssets?: RiskAssessmentDetailsDataAssets;
37
+ /**
38
+ * The level of exposure of affected entities.
39
+ */
25
40
  exposure?: RiskAssessmentDetailsExposure;
41
+ /**
42
+ * The availability status of public exploits.
43
+ */
26
44
  publicExploit?: RiskAssessmentDetailsPublicExploit;
45
+ /**
46
+ * The Davis risk level.
47
+ *
48
+ * It is calculated by Dynatrace on the basis of CVSS score.
49
+ */
27
50
  riskLevel?: RiskAssessmentDetailsRiskLevel;
28
51
  /**
29
52
  * The Davis risk score (1-10).
@@ -39,5 +62,8 @@ export interface RiskAssessmentDetails {
39
62
  * Whether a restart is required for new vulnerable function data.
40
63
  */
41
64
  vulnerableFunctionRestartRequired?: boolean;
65
+ /**
66
+ * The state of vulnerable code execution.
67
+ */
42
68
  vulnerableFunctionUsage?: RiskAssessmentDetailsVulnerableFunctionUsage;
43
69
  }
@@ -11,7 +11,13 @@ export interface RiskAssessmentSnapshot {
11
11
  * The risk score (1-10) from the CVSS score.
12
12
  */
13
13
  baseRiskScore?: number;
14
+ /**
15
+ * All changes of the risk assessment.
16
+ */
14
17
  changes?: RiskAssessmentChanges;
18
+ /**
19
+ * The level of exposure of affected entities.
20
+ */
15
21
  exposure?: RiskAssessmentSnapshotExposure;
16
22
  /**
17
23
  * The number of currently affected entities.
@@ -33,7 +39,15 @@ export interface RiskAssessmentSnapshot {
33
39
  * The number of related attacks.
34
40
  */
35
41
  numberOfRelatedAttacks?: number;
42
+ /**
43
+ * The availability status of public exploits.
44
+ */
36
45
  publicExploit?: RiskAssessmentSnapshotPublicExploit;
46
+ /**
47
+ * The Davis risk level.
48
+ *
49
+ * It is calculated by Dynatrace on the basis of CVSS score.
50
+ */
37
51
  riskLevel?: RiskAssessmentSnapshotRiskLevel;
38
52
  /**
39
53
  * The Davis risk score (1-10).
@@ -41,5 +55,8 @@ export interface RiskAssessmentSnapshot {
41
55
  * It is calculated by Dynatrace on the basis of CVSS score.
42
56
  */
43
57
  riskScore?: number;
58
+ /**
59
+ * The state of vulnerable code execution.
60
+ */
44
61
  vulnerableFunctionUsage?: RiskAssessmentSnapshotVulnerableFunctionUsage;
45
62
  }
@@ -10,8 +10,17 @@ import { RiskAssessmentVulnerableFunctionUsage } from './risk-assessment-vulnera
10
10
  * Risk assessment of a security problem.
11
11
  */
12
12
  export interface RiskAssessment {
13
+ /**
14
+ * The accuracy of the assessment.
15
+ */
13
16
  assessmentAccuracy?: RiskAssessmentAssessmentAccuracy;
17
+ /**
18
+ * The assessment accuracy details.
19
+ */
14
20
  assessmentAccuracyDetails?: AssessmentAccuracyDetails;
21
+ /**
22
+ * The risk level from the CVSS score.
23
+ */
15
24
  baseRiskLevel?: RiskAssessmentBaseRiskLevel;
16
25
  /**
17
26
  * The risk score (1-10) from the CVSS score.
@@ -21,9 +30,23 @@ export interface RiskAssessment {
21
30
  * The original attack vector of the CVSS assessment.
22
31
  */
23
32
  baseRiskVector?: string;
33
+ /**
34
+ * The reachability of related data assets by affected entities.
35
+ */
24
36
  dataAssets?: RiskAssessmentDataAssets;
37
+ /**
38
+ * The level of exposure of affected entities.
39
+ */
25
40
  exposure?: RiskAssessmentExposure;
41
+ /**
42
+ * The availability status of public exploits.
43
+ */
26
44
  publicExploit?: RiskAssessmentPublicExploit;
45
+ /**
46
+ * The Davis risk level.
47
+ *
48
+ * It is calculated by Dynatrace on the basis of CVSS score.
49
+ */
27
50
  riskLevel?: RiskAssessmentRiskLevel;
28
51
  /**
29
52
  * The Davis risk score (1-10).
@@ -35,5 +58,8 @@ export interface RiskAssessment {
35
58
  * The attack vector calculated by Dynatrace based on the CVSS attack vector.
36
59
  */
37
60
  riskVector?: string;
61
+ /**
62
+ * The state of vulnerable code execution.
63
+ */
38
64
  vulnerableFunctionUsage?: RiskAssessmentVulnerableFunctionUsage;
39
65
  }
@@ -12,6 +12,9 @@ export interface SchemaConstraintRestDto {
12
12
  * Whether to skip validation on a change made from the UI.
13
13
  */
14
14
  skipAsyncValidation?: boolean;
15
+ /**
16
+ * The type of the schema constraint.
17
+ */
15
18
  type: SchemaConstraintRestDtoType;
16
19
  /**
17
20
  * The list of properties for which the combination of values needs to be unique
@@ -36,6 +36,9 @@ export interface SchemaDefinitionRestDto {
36
36
  * The version of the data format.
37
37
  */
38
38
  dynatrace: string;
39
+ /**
40
+ * A list of definitions of enum properties.
41
+ */
39
42
  enums: SchemaDefinitionRestDtoEnums;
40
43
  /**
41
44
  * Name of the key property in this schema.
@@ -47,6 +50,9 @@ export interface SchemaDefinitionRestDto {
47
50
  * Only applicable when **multiObject** is set to `true`.
48
51
  */
49
52
  maxObjects: number;
53
+ /**
54
+ * Metadata of the setting.
55
+ */
50
56
  metadata?: SchemaDefinitionRestDtoMetadata;
51
57
  /**
52
58
  * Multiple (`true`) objects per scope are permitted or a single (`false`) object per scope is permitted.
@@ -58,6 +64,9 @@ export interface SchemaDefinitionRestDto {
58
64
  * Only applicable when **multiObject** is set to `true`.
59
65
  */
60
66
  ordered?: boolean;
67
+ /**
68
+ * A list of schema's properties.
69
+ */
61
70
  properties: SchemaDefinitionRestDtoProperties;
62
71
  /**
63
72
  * Constraints limiting the values as a whole to be accepted in this configuration element.
@@ -71,8 +80,19 @@ export interface SchemaDefinitionRestDto {
71
80
  * The ID of the schema.
72
81
  */
73
82
  schemaId: string;
83
+ /**
84
+ * Table column definitions for use in the ui.
85
+ */
74
86
  tableColumns?: SchemaDefinitionRestDtoTableColumns;
87
+ /**
88
+ * A list of definitions of types.
89
+ *
90
+ * A type is a complex property that contains its own set of subproperties.
91
+ */
75
92
  types: SchemaDefinitionRestDtoTypes;
93
+ /**
94
+ * Customization for UI elements
95
+ */
76
96
  uiCustomization?: UiCustomization;
77
97
  /**
78
98
  * The version of the schema.
@@ -23,6 +23,9 @@ export interface SchemaType {
23
23
  * An extended description and/or links to documentation.
24
24
  */
25
25
  documentation: string;
26
+ /**
27
+ * Definition of properties that can be persisted.
28
+ */
26
29
  properties: SchemaTypeProperties;
27
30
  /**
28
31
  * The pattern for the summary search(for example, "Alert after *X* minutes.") of the configuration in the UI.
@@ -32,6 +35,9 @@ export interface SchemaType {
32
35
  * The pattern for the summary (for example, "Alert after *X* minutes.") of the configuration in the UI.
33
36
  */
34
37
  summaryPattern: string;
38
+ /**
39
+ * Type of the reference type.
40
+ */
35
41
  type: SchemaTypeType;
36
42
  /**
37
43
  * The version of the type.
@@ -7,6 +7,9 @@ export interface SecurityProblemBulkMutingSummary {
7
7
  * Whether a mute state change for the given security problem was triggered by this request.
8
8
  */
9
9
  muteStateChangeTriggered: boolean;
10
+ /**
11
+ * Contains a reason, in case the requested operation was not executed.
12
+ */
10
13
  reason?: SecurityProblemBulkMutingSummaryReason;
11
14
  /**
12
15
  * The id of the security problem that was (un-)muted.
@@ -22,6 +22,9 @@ export interface SecurityProblemDetails {
22
22
  * An affected entity is an entity where a vulnerable component runs.
23
23
  */
24
24
  affectedEntities?: string[];
25
+ /**
26
+ * The details of a code-level vulnerability.
27
+ */
25
28
  codeLevelVulnerabilityDetails?: CodeLevelVulnerabilityDetails;
26
29
  /**
27
30
  * A list of CVE IDs of the security problem.
@@ -35,6 +38,9 @@ export interface SecurityProblemDetails {
35
38
  * The display ID of the security problem.
36
39
  */
37
40
  displayId?: string;
41
+ /**
42
+ * A list of entry points and a flag which indicates whether this list was truncated or not.
43
+ */
38
44
  entryPoints?: EntryPoints;
39
45
  /**
40
46
  * An ordered (newest first) list of events of the security problem.
@@ -50,11 +56,17 @@ export interface SecurityProblemDetails {
50
56
  * The external vulnerability ID of the security problem.
51
57
  */
52
58
  externalVulnerabilityId?: string;
59
+ /**
60
+ * Statistics about the security problem, filtered by the management zone and timeframe start ('from') query parameters.
61
+ */
53
62
  filteredCounts?: FilteredCountsDto;
54
63
  /**
55
64
  * The timestamp of the first occurrence of the security problem.
56
65
  */
57
66
  firstSeenTimestamp?: number;
67
+ /**
68
+ * Globally calculated statistics about the security problem. No management zone information is taken into account.
69
+ */
58
70
  globalCounts?: GlobalCountsDto;
59
71
  /**
60
72
  * The timestamp when the security problem was last opened.
@@ -90,19 +102,43 @@ export interface SecurityProblemDetails {
90
102
  * A data asset is a service that has database access.
91
103
  */
92
104
  reachableDataAssets?: string[];
105
+ /**
106
+ * A list of related attacks of the security problem.
107
+ *
108
+ * Related attacks are attacks on the exposed security problem.
109
+ */
93
110
  relatedAttacks?: RelatedAttacksList;
111
+ /**
112
+ * A list of related container images.
113
+ */
94
114
  relatedContainerImages?: RelatedContainerList;
115
+ /**
116
+ * A list of related entities of the security problem.
117
+ *
118
+ * A related entity is a monitored entity that is directly or indirectly related to an *affected entity* (for example, it could be a host where an affected process runs).
119
+ *
120
+ * Each related entity contains a list of corresponding affected entities (for example, an affected process running on this host).
121
+ */
95
122
  relatedEntities?: RelatedEntitiesList;
96
123
  /**
97
124
  * Description of how to remediate the vulnerability.
98
125
  */
99
126
  remediationDescription?: string;
127
+ /**
128
+ * Risk assessment of a security problem.
129
+ */
100
130
  riskAssessment?: RiskAssessmentDetails;
101
131
  /**
102
132
  * The ID of the security problem.
103
133
  */
104
134
  securityProblemId?: string;
135
+ /**
136
+ * The status of the security problem.
137
+ */
105
138
  status?: SecurityProblemDetailsStatus;
139
+ /**
140
+ * The technology of the security problem.
141
+ */
106
142
  technology?: SecurityProblemDetailsTechnology;
107
143
  /**
108
144
  * The title of the security problem.
@@ -112,6 +148,9 @@ export interface SecurityProblemDetails {
112
148
  * The URL to the security problem details page.
113
149
  */
114
150
  url?: string;
151
+ /**
152
+ * The type of the vulnerability.
153
+ */
115
154
  vulnerabilityType?: SecurityProblemDetailsVulnerabilityType;
116
155
  /**
117
156
  * A list of vulnerable components of the security problem.
@@ -5,8 +5,17 @@ import { SecurityProblemEventReason } from './security-problem-event-reason';
5
5
  * The event of a security problem.
6
6
  */
7
7
  export interface SecurityProblemEvent {
8
+ /**
9
+ * Metadata of the muted state of a security problem in relation to an event.
10
+ */
8
11
  muteState?: MuteState;
12
+ /**
13
+ * The reason of the event creation.
14
+ */
9
15
  reason?: SecurityProblemEventReason;
16
+ /**
17
+ * A snapshot of the risk assessment of a security problem.
18
+ */
10
19
  riskAssessmentSnapshot?: RiskAssessmentSnapshot;
11
20
  /**
12
21
  * The timestamp when the event occurred.
@@ -7,5 +7,8 @@ export interface SecurityProblemMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting a security problem.
12
+ */
10
13
  reason: SecurityProblemMuteReason;
11
14
  }
@@ -7,5 +7,8 @@ export interface SecurityProblemUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting a security problem.
12
+ */
10
13
  reason: SecurityProblemUnmuteReason;
11
14
  }
@@ -9,6 +9,9 @@ import { SecurityProblemVulnerabilityType } from './security-problem-vulnerabili
9
9
  * Parameters of a security problem
10
10
  */
11
11
  export interface SecurityProblem {
12
+ /**
13
+ * The details of a code-level vulnerability.
14
+ */
12
15
  codeLevelVulnerabilityDetails?: CodeLevelVulnerabilityDetails;
13
16
  /**
14
17
  * A list of CVE IDs of the security problem.
@@ -26,6 +29,9 @@ export interface SecurityProblem {
26
29
  * The timestamp of the first occurrence of the security problem.
27
30
  */
28
31
  firstSeenTimestamp?: number;
32
+ /**
33
+ * Globally calculated statistics about the security problem. No management zone information is taken into account.
34
+ */
29
35
  globalCounts?: GlobalCountsDto;
30
36
  /**
31
37
  * The timestamp when the security problem was last opened.
@@ -51,12 +57,21 @@ export interface SecurityProblem {
51
57
  * The package name of the security problem.
52
58
  */
53
59
  packageName?: string;
60
+ /**
61
+ * Risk assessment of a security problem.
62
+ */
54
63
  riskAssessment?: RiskAssessment;
55
64
  /**
56
65
  * The ID of the security problem.
57
66
  */
58
67
  securityProblemId?: string;
68
+ /**
69
+ * The status of the security problem.
70
+ */
59
71
  status?: SecurityProblemStatus;
72
+ /**
73
+ * The technology of the security problem.
74
+ */
60
75
  technology?: SecurityProblemTechnology;
61
76
  /**
62
77
  * The title of the security problem.
@@ -66,5 +81,8 @@ export interface SecurityProblem {
66
81
  * The URL to the security problem details page.
67
82
  */
68
83
  url?: string;
84
+ /**
85
+ * The type of the vulnerability.
86
+ */
69
87
  vulnerabilityType?: SecurityProblemVulnerabilityType;
70
88
  }
@@ -7,6 +7,9 @@ export interface SecurityProblemsBulkMute {
7
7
  * A comment about the muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for muting the security problems.
12
+ */
10
13
  reason: SecurityProblemsBulkMuteReason;
11
14
  /**
12
15
  * The ids of the security problems to be muted.
@@ -7,6 +7,9 @@ export interface SecurityProblemsBulkUnmute {
7
7
  * A comment about the un-muting reason.
8
8
  */
9
9
  comment?: string;
10
+ /**
11
+ * The reason for un-muting the security problems.
12
+ */
10
13
  reason: SecurityProblemsBulkUnmuteReason;
11
14
  /**
12
15
  * The ids of the security problems to be un-muted.
@@ -1,4 +1,5 @@
1
1
  import { AnyValue } from './any-value';
2
+ import { Identity } from './identity';
2
3
  import { ResourceContext } from './resource-context';
3
4
  /**
4
5
  * The response to a get by objectId request.
@@ -32,6 +33,13 @@ export interface SettingsObjectByObjectIdResponse {
32
33
  * The ID of the settings object.
33
34
  */
34
35
  objectId?: string;
36
+ /**
37
+ * An Identity describing either a user, a group, or the all-users group (applying to all users).
38
+ */
39
+ owner?: Identity;
40
+ /**
41
+ * The resource context, which contains additional permission information about the object.
42
+ */
35
43
  resourceContext?: ResourceContext;
36
44
  /**
37
45
  * The schema on which the object is based.