oci-cloudguard 2.13.0 → 2.16.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/THIRD_PARTY_LICENSES.txt +467 -1412
- package/index.d.ts +5 -2
- package/index.js +5 -2
- package/index.js.map +1 -1
- package/lib/client.d.ts +240 -90
- package/lib/client.js +1123 -220
- package/lib/client.js.map +1 -1
- package/lib/cloudguard-waiter.d.ts +5 -2
- package/lib/cloudguard-waiter.js +5 -2
- package/lib/cloudguard-waiter.js.map +1 -1
- package/lib/model/activity-problem-aggregation-collection.d.ts +5 -2
- package/lib/model/activity-problem-aggregation-collection.js +5 -2
- package/lib/model/activity-problem-aggregation-collection.js.map +1 -1
- package/lib/model/activity-problem-aggregation.d.ts +5 -2
- package/lib/model/activity-problem-aggregation.js +5 -2
- package/lib/model/activity-problem-aggregation.js.map +1 -1
- package/lib/model/actor-type.d.ts +5 -2
- package/lib/model/actor-type.js +5 -2
- package/lib/model/actor-type.js.map +1 -1
- package/lib/model/all-targets-selected.d.ts +5 -2
- package/lib/model/all-targets-selected.js +5 -2
- package/lib/model/all-targets-selected.js.map +1 -1
- package/lib/model/attach-target-detector-recipe-details.d.ts +5 -2
- package/lib/model/attach-target-detector-recipe-details.js +5 -2
- package/lib/model/attach-target-detector-recipe-details.js.map +1 -1
- package/lib/model/attach-target-responder-recipe-details.d.ts +5 -2
- package/lib/model/attach-target-responder-recipe-details.js +5 -2
- package/lib/model/attach-target-responder-recipe-details.js.map +1 -1
- package/lib/model/candidate-responder-rule.d.ts +5 -2
- package/lib/model/candidate-responder-rule.js +5 -2
- package/lib/model/candidate-responder-rule.js.map +1 -1
- package/lib/model/change-detector-recipe-compartment-details.d.ts +5 -2
- package/lib/model/change-detector-recipe-compartment-details.js +5 -2
- package/lib/model/change-detector-recipe-compartment-details.js.map +1 -1
- package/lib/model/change-managed-list-compartment-details.d.ts +5 -2
- package/lib/model/change-managed-list-compartment-details.js +5 -2
- package/lib/model/change-managed-list-compartment-details.js.map +1 -1
- package/lib/model/change-responder-recipe-compartment-details.d.ts +5 -2
- package/lib/model/change-responder-recipe-compartment-details.js +5 -2
- package/lib/model/change-responder-recipe-compartment-details.js.map +1 -1
- package/lib/model/classification-status.d.ts +34 -0
- package/lib/model/classification-status.js +45 -0
- package/lib/model/classification-status.js.map +1 -0
- package/lib/model/cloud-guard-status.d.ts +5 -2
- package/lib/model/cloud-guard-status.js +5 -2
- package/lib/model/cloud-guard-status.js.map +1 -1
- package/lib/model/composite-condition.d.ts +5 -2
- package/lib/model/composite-condition.js +5 -2
- package/lib/model/composite-condition.js.map +1 -1
- package/lib/model/condition-filter-type.d.ts +5 -2
- package/lib/model/condition-filter-type.js +5 -2
- package/lib/model/condition-filter-type.js.map +1 -1
- package/lib/model/condition-group.d.ts +5 -2
- package/lib/model/condition-group.js +5 -2
- package/lib/model/condition-group.js.map +1 -1
- package/lib/model/condition-metadata-type-collection.d.ts +5 -2
- package/lib/model/condition-metadata-type-collection.js +5 -2
- package/lib/model/condition-metadata-type-collection.js.map +1 -1
- package/lib/model/condition-metadata-type-summary.d.ts +5 -2
- package/lib/model/condition-metadata-type-summary.js +5 -2
- package/lib/model/condition-metadata-type-summary.js.map +1 -1
- package/lib/model/condition-metadata-type.d.ts +5 -2
- package/lib/model/condition-metadata-type.js +5 -2
- package/lib/model/condition-metadata-type.js.map +1 -1
- package/lib/model/condition-operator-name.d.ts +5 -2
- package/lib/model/condition-operator-name.js +5 -2
- package/lib/model/condition-operator-name.js.map +1 -1
- package/lib/model/condition-operator.d.ts +5 -2
- package/lib/model/condition-operator.js +5 -2
- package/lib/model/condition-operator.js.map +1 -1
- package/lib/model/condition-type-enum.d.ts +7 -3
- package/lib/model/condition-type-enum.js +6 -2
- package/lib/model/condition-type-enum.js.map +1 -1
- package/lib/model/condition-value-type.d.ts +5 -2
- package/lib/model/condition-value-type.js +5 -2
- package/lib/model/condition-value-type.js.map +1 -1
- package/lib/model/condition.d.ts +5 -2
- package/lib/model/condition.js +5 -2
- package/lib/model/condition.js.map +1 -1
- package/lib/model/confidence.d.ts +34 -0
- package/lib/model/confidence.js +45 -0
- package/lib/model/confidence.js.map +1 -0
- package/lib/model/config-value.d.ts +5 -2
- package/lib/model/config-value.js +5 -2
- package/lib/model/config-value.js.map +1 -1
- package/lib/model/configuration-list-item-type.d.ts +5 -2
- package/lib/model/configuration-list-item-type.js +5 -2
- package/lib/model/configuration-list-item-type.js.map +1 -1
- package/lib/model/configuration.d.ts +5 -2
- package/lib/model/configuration.js +5 -2
- package/lib/model/configuration.js.map +1 -1
- package/lib/model/create-data-mask-rule-details.d.ts +18 -9
- package/lib/model/create-data-mask-rule-details.js +5 -2
- package/lib/model/create-data-mask-rule-details.js.map +1 -1
- package/lib/model/create-detector-recipe-details.d.ts +21 -10
- package/lib/model/create-detector-recipe-details.js +5 -2
- package/lib/model/create-detector-recipe-details.js.map +1 -1
- package/lib/model/create-managed-list-details.d.ts +21 -10
- package/lib/model/create-managed-list-details.js +5 -2
- package/lib/model/create-managed-list-details.js.map +1 -1
- package/lib/model/create-responder-recipe-details.d.ts +21 -10
- package/lib/model/create-responder-recipe-details.js +5 -2
- package/lib/model/create-responder-recipe-details.js.map +1 -1
- package/lib/model/create-target-details.d.ts +21 -10
- package/lib/model/create-target-details.js +5 -2
- package/lib/model/create-target-details.js.map +1 -1
- package/lib/model/create-target-detector-recipe-details.d.ts +5 -2
- package/lib/model/create-target-detector-recipe-details.js +5 -2
- package/lib/model/create-target-detector-recipe-details.js.map +1 -1
- package/lib/model/create-target-responder-recipe-details.d.ts +5 -2
- package/lib/model/create-target-responder-recipe-details.js +5 -2
- package/lib/model/create-target-responder-recipe-details.js.map +1 -1
- package/lib/model/data-mask-category.d.ts +5 -2
- package/lib/model/data-mask-category.js +5 -2
- package/lib/model/data-mask-category.js.map +1 -1
- package/lib/model/data-mask-rule-collection.d.ts +5 -2
- package/lib/model/data-mask-rule-collection.js +5 -2
- package/lib/model/data-mask-rule-collection.js.map +1 -1
- package/lib/model/data-mask-rule-status.d.ts +5 -2
- package/lib/model/data-mask-rule-status.js +5 -2
- package/lib/model/data-mask-rule-status.js.map +1 -1
- package/lib/model/data-mask-rule-summary.d.ts +11 -6
- package/lib/model/data-mask-rule-summary.js +5 -2
- package/lib/model/data-mask-rule-summary.js.map +1 -1
- package/lib/model/data-mask-rule.d.ts +13 -8
- package/lib/model/data-mask-rule.js +5 -2
- package/lib/model/data-mask-rule.js.map +1 -1
- package/lib/model/detector-collection.d.ts +5 -2
- package/lib/model/detector-collection.js +5 -2
- package/lib/model/detector-collection.js.map +1 -1
- package/lib/model/detector-configuration.d.ts +5 -2
- package/lib/model/detector-configuration.js +5 -2
- package/lib/model/detector-configuration.js.map +1 -1
- package/lib/model/detector-details.d.ts +18 -3
- package/lib/model/detector-details.js +16 -3
- package/lib/model/detector-details.js.map +1 -1
- package/lib/model/detector-enum.d.ts +6 -2
- package/lib/model/detector-enum.js +6 -2
- package/lib/model/detector-enum.js.map +1 -1
- package/lib/model/detector-recipe-collection.d.ts +5 -2
- package/lib/model/detector-recipe-collection.js +5 -2
- package/lib/model/detector-recipe-collection.js.map +1 -1
- package/lib/model/detector-recipe-detector-rule-collection.d.ts +5 -2
- package/lib/model/detector-recipe-detector-rule-collection.js +5 -2
- package/lib/model/detector-recipe-detector-rule-collection.js.map +1 -1
- package/lib/model/detector-recipe-detector-rule-summary.d.ts +5 -2
- package/lib/model/detector-recipe-detector-rule-summary.js +5 -2
- package/lib/model/detector-recipe-detector-rule-summary.js.map +1 -1
- package/lib/model/detector-recipe-detector-rule.d.ts +8 -5
- package/lib/model/detector-recipe-detector-rule.js +5 -2
- package/lib/model/detector-recipe-detector-rule.js.map +1 -1
- package/lib/model/detector-recipe-summary.d.ts +14 -5
- package/lib/model/detector-recipe-summary.js +5 -2
- package/lib/model/detector-recipe-summary.js.map +1 -1
- package/lib/model/detector-recipe.d.ts +16 -7
- package/lib/model/detector-recipe.js +5 -2
- package/lib/model/detector-recipe.js.map +1 -1
- package/lib/model/detector-rule-collection.d.ts +5 -2
- package/lib/model/detector-rule-collection.js +5 -2
- package/lib/model/detector-rule-collection.js.map +1 -1
- package/lib/model/detector-rule-summary.d.ts +5 -2
- package/lib/model/detector-rule-summary.js +5 -2
- package/lib/model/detector-rule-summary.js.map +1 -1
- package/lib/model/detector-rule.d.ts +8 -5
- package/lib/model/detector-rule.js +5 -2
- package/lib/model/detector-rule.js.map +1 -1
- package/lib/model/detector-summary.d.ts +5 -2
- package/lib/model/detector-summary.js +5 -2
- package/lib/model/detector-summary.js.map +1 -1
- package/lib/model/detector.d.ts +5 -2
- package/lib/model/detector.js +5 -2
- package/lib/model/detector.js.map +1 -1
- package/lib/model/event-status.d.ts +5 -2
- package/lib/model/event-status.js +5 -2
- package/lib/model/event-status.js.map +1 -1
- package/lib/model/execute-responder-execution-details.d.ts +5 -2
- package/lib/model/execute-responder-execution-details.js +5 -2
- package/lib/model/execute-responder-execution-details.js.map +1 -1
- package/lib/model/feed-provider-type.d.ts +5 -2
- package/lib/model/feed-provider-type.js +5 -2
- package/lib/model/feed-provider-type.js.map +1 -1
- package/lib/model/geographical-location.d.ts +5 -2
- package/lib/model/geographical-location.js +5 -2
- package/lib/model/geographical-location.js.map +1 -1
- package/lib/model/impacted-resource-collection.d.ts +5 -2
- package/lib/model/impacted-resource-collection.js +5 -2
- package/lib/model/impacted-resource-collection.js.map +1 -1
- package/lib/model/impacted-resource-summary.d.ts +5 -2
- package/lib/model/impacted-resource-summary.js +5 -2
- package/lib/model/impacted-resource-summary.js.map +1 -1
- package/lib/model/index.d.ts +65 -2
- package/lib/model/index.js +70 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +5 -2
- package/lib/model/lifecycle-state.js +5 -2
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/managed-list-collection.d.ts +5 -2
- package/lib/model/managed-list-collection.js +5 -2
- package/lib/model/managed-list-collection.js.map +1 -1
- package/lib/model/managed-list-summary.d.ts +11 -6
- package/lib/model/managed-list-summary.js +5 -2
- package/lib/model/managed-list-summary.js.map +1 -1
- package/lib/model/managed-list-type-collection.d.ts +5 -2
- package/lib/model/managed-list-type-collection.js +5 -2
- package/lib/model/managed-list-type-collection.js.map +1 -1
- package/lib/model/managed-list-type-summary.d.ts +5 -2
- package/lib/model/managed-list-type-summary.js +5 -2
- package/lib/model/managed-list-type-summary.js.map +1 -1
- package/lib/model/managed-list-type.d.ts +5 -2
- package/lib/model/managed-list-type.js +5 -2
- package/lib/model/managed-list-type.js.map +1 -1
- package/lib/model/managed-list.d.ts +13 -8
- package/lib/model/managed-list.js +5 -2
- package/lib/model/managed-list.js.map +1 -1
- package/lib/model/operator-summary.d.ts +5 -2
- package/lib/model/operator-summary.js +5 -2
- package/lib/model/operator-summary.js.map +1 -1
- package/lib/model/operator-type.d.ts +5 -2
- package/lib/model/operator-type.js +5 -2
- package/lib/model/operator-type.js.map +1 -1
- package/lib/model/owner-type.d.ts +5 -2
- package/lib/model/owner-type.js +5 -2
- package/lib/model/owner-type.js.map +1 -1
- package/lib/model/policy-collection.d.ts +5 -2
- package/lib/model/policy-collection.js +5 -2
- package/lib/model/policy-collection.js.map +1 -1
- package/lib/model/policy-summary.d.ts +5 -2
- package/lib/model/policy-summary.js +5 -2
- package/lib/model/policy-summary.js.map +1 -1
- package/lib/model/political-location.d.ts +5 -2
- package/lib/model/political-location.js +5 -2
- package/lib/model/political-location.js.map +1 -1
- package/lib/model/problem-aggregation-collection.d.ts +5 -2
- package/lib/model/problem-aggregation-collection.js +5 -2
- package/lib/model/problem-aggregation-collection.js.map +1 -1
- package/lib/model/problem-aggregation.d.ts +5 -2
- package/lib/model/problem-aggregation.js +5 -2
- package/lib/model/problem-aggregation.js.map +1 -1
- package/lib/model/problem-collection.d.ts +5 -2
- package/lib/model/problem-collection.js +5 -2
- package/lib/model/problem-collection.js.map +1 -1
- package/lib/model/problem-dimension.d.ts +5 -2
- package/lib/model/problem-dimension.js +5 -2
- package/lib/model/problem-dimension.js.map +1 -1
- package/lib/model/problem-endpoint-collection.d.ts +29 -0
- package/lib/model/problem-endpoint-collection.js +64 -0
- package/lib/model/problem-endpoint-collection.js.map +1 -0
- package/lib/model/problem-endpoint-summary.d.ts +84 -0
- package/lib/model/problem-endpoint-summary.js +32 -0
- package/lib/model/problem-endpoint-summary.js.map +1 -0
- package/lib/model/problem-history-collection.d.ts +5 -2
- package/lib/model/problem-history-collection.js +5 -2
- package/lib/model/problem-history-collection.js.map +1 -1
- package/lib/model/problem-history-summary.d.ts +5 -2
- package/lib/model/problem-history-summary.js +5 -2
- package/lib/model/problem-history-summary.js.map +1 -1
- package/lib/model/problem-lifecycle-detail.d.ts +5 -2
- package/lib/model/problem-lifecycle-detail.js +5 -2
- package/lib/model/problem-lifecycle-detail.js.map +1 -1
- package/lib/model/problem-lifecycle-state.d.ts +5 -2
- package/lib/model/problem-lifecycle-state.js +5 -2
- package/lib/model/problem-lifecycle-state.js.map +1 -1
- package/lib/model/problem-summary.d.ts +9 -2
- package/lib/model/problem-summary.js +5 -2
- package/lib/model/problem-summary.js.map +1 -1
- package/lib/model/problem-trend-aggregation-collection.d.ts +5 -2
- package/lib/model/problem-trend-aggregation-collection.js +5 -2
- package/lib/model/problem-trend-aggregation-collection.js.map +1 -1
- package/lib/model/problem-trend-aggregation.d.ts +5 -2
- package/lib/model/problem-trend-aggregation.js +5 -2
- package/lib/model/problem-trend-aggregation.js.map +1 -1
- package/lib/model/problem.d.ts +25 -2
- package/lib/model/problem.js +5 -2
- package/lib/model/problem.js.map +1 -1
- package/lib/model/recommendation-lifecycle-detail.d.ts +5 -2
- package/lib/model/recommendation-lifecycle-detail.js +5 -2
- package/lib/model/recommendation-lifecycle-detail.js.map +1 -1
- package/lib/model/recommendation-summary-collection.d.ts +5 -2
- package/lib/model/recommendation-summary-collection.js +5 -2
- package/lib/model/recommendation-summary-collection.js.map +1 -1
- package/lib/model/recommendation-summary.d.ts +5 -2
- package/lib/model/recommendation-summary.js +5 -2
- package/lib/model/recommendation-summary.js.map +1 -1
- package/lib/model/recommendation-type.d.ts +5 -2
- package/lib/model/recommendation-type.js +5 -2
- package/lib/model/recommendation-type.js.map +1 -1
- package/lib/model/request-summarized-trend-resource-risk-scores-details.d.ts +33 -0
- package/lib/model/request-summarized-trend-resource-risk-scores-details.js +32 -0
- package/lib/model/request-summarized-trend-resource-risk-scores-details.js.map +1 -0
- package/lib/model/resource-profile-collection.d.ts +29 -0
- package/lib/model/resource-profile-collection.js +64 -0
- package/lib/model/resource-profile-collection.js.map +1 -0
- package/lib/model/resource-profile-endpoint-collection.d.ts +29 -0
- package/lib/model/resource-profile-endpoint-collection.js +64 -0
- package/lib/model/resource-profile-endpoint-collection.js.map +1 -0
- package/lib/model/resource-profile-endpoint-summary.d.ts +84 -0
- package/lib/model/resource-profile-endpoint-summary.js +32 -0
- package/lib/model/resource-profile-endpoint-summary.js.map +1 -0
- package/lib/model/resource-profile-impacted-resource-collection.d.ts +29 -0
- package/lib/model/resource-profile-impacted-resource-collection.js +64 -0
- package/lib/model/resource-profile-impacted-resource-collection.js.map +1 -0
- package/lib/model/resource-profile-impacted-resource-summary.d.ts +68 -0
- package/lib/model/resource-profile-impacted-resource-summary.js +32 -0
- package/lib/model/resource-profile-impacted-resource-summary.js.map +1 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary-collection.d.ts +29 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary-collection.js +64 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary-collection.js.map +1 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary.d.ts +41 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary.js +64 -0
- package/lib/model/resource-profile-risk-score-aggregation-summary.js.map +1 -0
- package/lib/model/resource-profile-summary.d.ts +65 -0
- package/lib/model/resource-profile-summary.js +64 -0
- package/lib/model/resource-profile-summary.js.map +1 -0
- package/lib/model/resource-profile.d.ts +85 -0
- package/lib/model/resource-profile.js +64 -0
- package/lib/model/resource-profile.js.map +1 -0
- package/lib/model/resource-risk-score-aggregation-collection.d.ts +41 -0
- package/lib/model/resource-risk-score-aggregation-collection.js +64 -0
- package/lib/model/resource-risk-score-aggregation-collection.js.map +1 -0
- package/lib/model/resource-risk-score-aggregation.d.ts +41 -0
- package/lib/model/resource-risk-score-aggregation.js +32 -0
- package/lib/model/resource-risk-score-aggregation.js.map +1 -0
- package/lib/model/resource-risk-score-dimension.d.ts +26 -0
- package/lib/model/resource-risk-score-dimension.js +37 -0
- package/lib/model/resource-risk-score-dimension.js.map +1 -0
- package/lib/model/resource-type-collection.d.ts +5 -2
- package/lib/model/resource-type-collection.js +5 -2
- package/lib/model/resource-type-collection.js.map +1 -1
- package/lib/model/resource-type-summary.d.ts +5 -2
- package/lib/model/resource-type-summary.js +5 -2
- package/lib/model/resource-type-summary.js.map +1 -1
- package/lib/model/responder-activity-collection.d.ts +5 -2
- package/lib/model/responder-activity-collection.js +5 -2
- package/lib/model/responder-activity-collection.js.map +1 -1
- package/lib/model/responder-activity-summary.d.ts +5 -2
- package/lib/model/responder-activity-summary.js +5 -2
- package/lib/model/responder-activity-summary.js.map +1 -1
- package/lib/model/responder-activity-type.d.ts +5 -2
- package/lib/model/responder-activity-type.js +5 -2
- package/lib/model/responder-activity-type.js.map +1 -1
- package/lib/model/responder-configuration.d.ts +5 -2
- package/lib/model/responder-configuration.js +5 -2
- package/lib/model/responder-configuration.js.map +1 -1
- package/lib/model/responder-dimension.d.ts +5 -2
- package/lib/model/responder-dimension.js +5 -2
- package/lib/model/responder-dimension.js.map +1 -1
- package/lib/model/responder-execution-aggregation-collection.d.ts +5 -2
- package/lib/model/responder-execution-aggregation-collection.js +5 -2
- package/lib/model/responder-execution-aggregation-collection.js.map +1 -1
- package/lib/model/responder-execution-aggregation.d.ts +5 -2
- package/lib/model/responder-execution-aggregation.js +5 -2
- package/lib/model/responder-execution-aggregation.js.map +1 -1
- package/lib/model/responder-execution-collection.d.ts +5 -2
- package/lib/model/responder-execution-collection.js +5 -2
- package/lib/model/responder-execution-collection.js.map +1 -1
- package/lib/model/responder-execution-modes.d.ts +5 -2
- package/lib/model/responder-execution-modes.js +5 -2
- package/lib/model/responder-execution-modes.js.map +1 -1
- package/lib/model/responder-execution-states.d.ts +5 -2
- package/lib/model/responder-execution-states.js +5 -2
- package/lib/model/responder-execution-states.js.map +1 -1
- package/lib/model/responder-execution-status.d.ts +5 -2
- package/lib/model/responder-execution-status.js +5 -2
- package/lib/model/responder-execution-status.js.map +1 -1
- package/lib/model/responder-execution-summary.d.ts +5 -2
- package/lib/model/responder-execution-summary.js +5 -2
- package/lib/model/responder-execution-summary.js.map +1 -1
- package/lib/model/responder-execution-trend-aggregation-collection.d.ts +5 -2
- package/lib/model/responder-execution-trend-aggregation-collection.js +5 -2
- package/lib/model/responder-execution-trend-aggregation-collection.js.map +1 -1
- package/lib/model/responder-execution-trend-aggregation.d.ts +5 -2
- package/lib/model/responder-execution-trend-aggregation.js +5 -2
- package/lib/model/responder-execution-trend-aggregation.js.map +1 -1
- package/lib/model/responder-execution.d.ts +5 -2
- package/lib/model/responder-execution.js +5 -2
- package/lib/model/responder-execution.js.map +1 -1
- package/lib/model/responder-mode-types.d.ts +5 -2
- package/lib/model/responder-mode-types.js +5 -2
- package/lib/model/responder-mode-types.js.map +1 -1
- package/lib/model/responder-recipe-collection.d.ts +5 -2
- package/lib/model/responder-recipe-collection.js +5 -2
- package/lib/model/responder-recipe-collection.js.map +1 -1
- package/lib/model/responder-recipe-responder-rule-collection.d.ts +5 -2
- package/lib/model/responder-recipe-responder-rule-collection.js +5 -2
- package/lib/model/responder-recipe-responder-rule-collection.js.map +1 -1
- package/lib/model/responder-recipe-responder-rule-summary.d.ts +5 -2
- package/lib/model/responder-recipe-responder-rule-summary.js +5 -2
- package/lib/model/responder-recipe-responder-rule-summary.js.map +1 -1
- package/lib/model/responder-recipe-responder-rule.d.ts +7 -4
- package/lib/model/responder-recipe-responder-rule.js +5 -2
- package/lib/model/responder-recipe-responder-rule.js.map +1 -1
- package/lib/model/responder-recipe-summary.d.ts +13 -8
- package/lib/model/responder-recipe-summary.js +5 -2
- package/lib/model/responder-recipe-summary.js.map +1 -1
- package/lib/model/responder-recipe.d.ts +13 -8
- package/lib/model/responder-recipe.js +5 -2
- package/lib/model/responder-recipe.js.map +1 -1
- package/lib/model/responder-rule-collection.d.ts +5 -2
- package/lib/model/responder-rule-collection.js +5 -2
- package/lib/model/responder-rule-collection.js.map +1 -1
- package/lib/model/responder-rule-details.d.ts +5 -2
- package/lib/model/responder-rule-details.js +5 -2
- package/lib/model/responder-rule-details.js.map +1 -1
- package/lib/model/responder-rule-execution-details.d.ts +5 -2
- package/lib/model/responder-rule-execution-details.js +5 -2
- package/lib/model/responder-rule-execution-details.js.map +1 -1
- package/lib/model/responder-rule-summary.d.ts +5 -2
- package/lib/model/responder-rule-summary.js +5 -2
- package/lib/model/responder-rule-summary.js.map +1 -1
- package/lib/model/responder-rule.d.ts +5 -2
- package/lib/model/responder-rule.js +5 -2
- package/lib/model/responder-rule.js.map +1 -1
- package/lib/model/responder-type.d.ts +5 -2
- package/lib/model/responder-type.js +5 -2
- package/lib/model/responder-type.js.map +1 -1
- package/lib/model/risk-level.d.ts +5 -2
- package/lib/model/risk-level.js +5 -2
- package/lib/model/risk-level.js.map +1 -1
- package/lib/model/risk-score-aggregation-collection.d.ts +5 -2
- package/lib/model/risk-score-aggregation-collection.js +5 -2
- package/lib/model/risk-score-aggregation-collection.js.map +1 -1
- package/lib/model/risk-score-aggregation.d.ts +5 -2
- package/lib/model/risk-score-aggregation.js +5 -2
- package/lib/model/risk-score-aggregation.js.map +1 -1
- package/lib/model/rule-summary.d.ts +5 -2
- package/lib/model/rule-summary.js +5 -2
- package/lib/model/rule-summary.js.map +1 -1
- package/lib/model/security-rating.d.ts +5 -2
- package/lib/model/security-rating.js +5 -2
- package/lib/model/security-rating.js.map +1 -1
- package/lib/model/security-score-aggregation-collection.d.ts +5 -2
- package/lib/model/security-score-aggregation-collection.js +5 -2
- package/lib/model/security-score-aggregation-collection.js.map +1 -1
- package/lib/model/security-score-aggregation.d.ts +5 -2
- package/lib/model/security-score-aggregation.js +5 -2
- package/lib/model/security-score-aggregation.js.map +1 -1
- package/lib/model/security-score-trend-aggregation-collection.d.ts +5 -2
- package/lib/model/security-score-trend-aggregation-collection.js +5 -2
- package/lib/model/security-score-trend-aggregation-collection.js.map +1 -1
- package/lib/model/security-score-trend-aggregation.d.ts +5 -2
- package/lib/model/security-score-trend-aggregation.js +5 -2
- package/lib/model/security-score-trend-aggregation.js.map +1 -1
- package/lib/model/service-type-summary.d.ts +5 -2
- package/lib/model/service-type-summary.js +5 -2
- package/lib/model/service-type-summary.js.map +1 -1
- package/lib/model/severity.d.ts +34 -0
- package/lib/model/severity.js +45 -0
- package/lib/model/severity.js.map +1 -0
- package/lib/model/sighting-collection.d.ts +29 -0
- package/lib/model/sighting-collection.js +64 -0
- package/lib/model/sighting-collection.js.map +1 -0
- package/lib/model/sighting-endpoint-collection.d.ts +29 -0
- package/lib/model/sighting-endpoint-collection.js +64 -0
- package/lib/model/sighting-endpoint-collection.js.map +1 -0
- package/lib/model/sighting-endpoint-summary.d.ts +76 -0
- package/lib/model/sighting-endpoint-summary.js +32 -0
- package/lib/model/sighting-endpoint-summary.js.map +1 -0
- package/lib/model/sighting-impacted-resource-collection.d.ts +29 -0
- package/lib/model/sighting-impacted-resource-collection.js +64 -0
- package/lib/model/sighting-impacted-resource-collection.js.map +1 -0
- package/lib/model/sighting-impacted-resource-summary.d.ts +60 -0
- package/lib/model/sighting-impacted-resource-summary.js +32 -0
- package/lib/model/sighting-impacted-resource-summary.js.map +1 -0
- package/lib/model/sighting-summary.d.ts +97 -0
- package/lib/model/sighting-summary.js +32 -0
- package/lib/model/sighting-summary.js.map +1 -0
- package/lib/model/sighting-type.d.ts +48 -0
- package/lib/model/sighting-type.js +32 -0
- package/lib/model/sighting-type.js.map +1 -0
- package/lib/model/sighting.d.ts +107 -0
- package/lib/model/sighting.js +32 -0
- package/lib/model/sighting.js.map +1 -0
- package/lib/model/simple-condition.d.ts +5 -2
- package/lib/model/simple-condition.js +5 -2
- package/lib/model/simple-condition.js.map +1 -1
- package/lib/model/skip-bulk-responder-execution-details.d.ts +5 -2
- package/lib/model/skip-bulk-responder-execution-details.js +5 -2
- package/lib/model/skip-bulk-responder-execution-details.js.map +1 -1
- package/lib/model/sort-orders.d.ts +5 -2
- package/lib/model/sort-orders.js +5 -2
- package/lib/model/sort-orders.js.map +1 -1
- package/lib/model/tactic-collection.d.ts +29 -0
- package/lib/model/tactic-collection.js +64 -0
- package/lib/model/tactic-collection.js.map +1 -0
- package/lib/model/tactic-summary.d.ts +32 -0
- package/lib/model/tactic-summary.js +32 -0
- package/lib/model/tactic-summary.js.map +1 -0
- package/lib/model/target-collection.d.ts +5 -2
- package/lib/model/target-collection.js +5 -2
- package/lib/model/target-collection.js.map +1 -1
- package/lib/model/target-detector-details.d.ts +18 -3
- package/lib/model/target-detector-details.js +15 -2
- package/lib/model/target-detector-details.js.map +1 -1
- package/lib/model/target-detector-recipe-collection.d.ts +5 -2
- package/lib/model/target-detector-recipe-collection.js +5 -2
- package/lib/model/target-detector-recipe-collection.js.map +1 -1
- package/lib/model/target-detector-recipe-detector-rule-collection.d.ts +5 -2
- package/lib/model/target-detector-recipe-detector-rule-collection.js +5 -2
- package/lib/model/target-detector-recipe-detector-rule-collection.js.map +1 -1
- package/lib/model/target-detector-recipe-detector-rule-summary.d.ts +5 -2
- package/lib/model/target-detector-recipe-detector-rule-summary.js +5 -2
- package/lib/model/target-detector-recipe-detector-rule-summary.js.map +1 -1
- package/lib/model/target-detector-recipe-detector-rule.d.ts +8 -5
- package/lib/model/target-detector-recipe-detector-rule.js +5 -2
- package/lib/model/target-detector-recipe-detector-rule.js.map +1 -1
- package/lib/model/target-detector-recipe-summary.d.ts +9 -2
- package/lib/model/target-detector-recipe-summary.js +5 -2
- package/lib/model/target-detector-recipe-summary.js.map +1 -1
- package/lib/model/target-detector-recipe.d.ts +11 -4
- package/lib/model/target-detector-recipe.js +5 -2
- package/lib/model/target-detector-recipe.js.map +1 -1
- package/lib/model/target-ids-selected.d.ts +5 -2
- package/lib/model/target-ids-selected.js +5 -2
- package/lib/model/target-ids-selected.js.map +1 -1
- package/lib/model/target-resource-type.d.ts +5 -2
- package/lib/model/target-resource-type.js +5 -2
- package/lib/model/target-resource-type.js.map +1 -1
- package/lib/model/target-resource-types-selected.d.ts +5 -2
- package/lib/model/target-resource-types-selected.js +5 -2
- package/lib/model/target-resource-types-selected.js.map +1 -1
- package/lib/model/target-responder-recipe-collection.d.ts +5 -2
- package/lib/model/target-responder-recipe-collection.js +5 -2
- package/lib/model/target-responder-recipe-collection.js.map +1 -1
- package/lib/model/target-responder-recipe-responder-rule-collection.d.ts +5 -2
- package/lib/model/target-responder-recipe-responder-rule-collection.js +5 -2
- package/lib/model/target-responder-recipe-responder-rule-collection.js.map +1 -1
- package/lib/model/target-responder-recipe-responder-rule-summary.d.ts +5 -2
- package/lib/model/target-responder-recipe-responder-rule-summary.js +5 -2
- package/lib/model/target-responder-recipe-responder-rule-summary.js.map +1 -1
- package/lib/model/target-responder-recipe-responder-rule.d.ts +8 -5
- package/lib/model/target-responder-recipe-responder-rule.js +5 -2
- package/lib/model/target-responder-recipe-responder-rule.js.map +1 -1
- package/lib/model/target-responder-recipe-summary.d.ts +5 -2
- package/lib/model/target-responder-recipe-summary.js +5 -2
- package/lib/model/target-responder-recipe-summary.js.map +1 -1
- package/lib/model/target-responder-recipe.d.ts +9 -6
- package/lib/model/target-responder-recipe.js +5 -2
- package/lib/model/target-responder-recipe.js.map +1 -1
- package/lib/model/target-selected.d.ts +5 -2
- package/lib/model/target-selected.js +5 -2
- package/lib/model/target-selected.js.map +1 -1
- package/lib/model/target-summary.d.ts +11 -6
- package/lib/model/target-summary.js +5 -2
- package/lib/model/target-summary.js.map +1 -1
- package/lib/model/target.d.ts +13 -8
- package/lib/model/target.js +5 -2
- package/lib/model/target.js.map +1 -1
- package/lib/model/technique-collection.d.ts +29 -0
- package/lib/model/technique-collection.js +64 -0
- package/lib/model/technique-collection.js.map +1 -0
- package/lib/model/technique-summary.d.ts +32 -0
- package/lib/model/technique-summary.js +32 -0
- package/lib/model/technique-summary.js.map +1 -0
- package/lib/model/trigger-responder-details.d.ts +5 -2
- package/lib/model/trigger-responder-details.js +5 -2
- package/lib/model/trigger-responder-details.js.map +1 -1
- package/lib/model/update-bulk-problem-status-details.d.ts +5 -2
- package/lib/model/update-bulk-problem-status-details.js +5 -2
- package/lib/model/update-bulk-problem-status-details.js.map +1 -1
- package/lib/model/update-configuration-details.d.ts +5 -2
- package/lib/model/update-configuration-details.js +5 -2
- package/lib/model/update-configuration-details.js.map +1 -1
- package/lib/model/update-data-mask-rule-details.d.ts +16 -8
- package/lib/model/update-data-mask-rule-details.js +5 -2
- package/lib/model/update-data-mask-rule-details.js.map +1 -1
- package/lib/model/update-detector-recipe-details.d.ts +21 -10
- package/lib/model/update-detector-recipe-details.js +5 -2
- package/lib/model/update-detector-recipe-details.js.map +1 -1
- package/lib/model/update-detector-recipe-detector-rule-details.d.ts +5 -2
- package/lib/model/update-detector-recipe-detector-rule-details.js +5 -2
- package/lib/model/update-detector-recipe-detector-rule-details.js.map +1 -1
- package/lib/model/update-detector-recipe-detector-rule.d.ts +5 -2
- package/lib/model/update-detector-recipe-detector-rule.js +5 -2
- package/lib/model/update-detector-recipe-detector-rule.js.map +1 -1
- package/lib/model/update-detector-rule-details.d.ts +6 -3
- package/lib/model/update-detector-rule-details.js +5 -2
- package/lib/model/update-detector-rule-details.js.map +1 -1
- package/lib/model/update-managed-list-details.d.ts +18 -9
- package/lib/model/update-managed-list-details.js +5 -2
- package/lib/model/update-managed-list-details.js.map +1 -1
- package/lib/model/update-problem-status-details.d.ts +5 -2
- package/lib/model/update-problem-status-details.js +5 -2
- package/lib/model/update-problem-status-details.js.map +1 -1
- package/lib/model/update-responder-recipe-details.d.ts +21 -10
- package/lib/model/update-responder-recipe-details.js +5 -2
- package/lib/model/update-responder-recipe-details.js.map +1 -1
- package/lib/model/update-responder-recipe-responder-rule-details.d.ts +5 -2
- package/lib/model/update-responder-recipe-responder-rule-details.js +5 -2
- package/lib/model/update-responder-recipe-responder-rule-details.js.map +1 -1
- package/lib/model/update-responder-recipe-responder-rule.d.ts +5 -2
- package/lib/model/update-responder-recipe-responder-rule.js +5 -2
- package/lib/model/update-responder-recipe-responder-rule.js.map +1 -1
- package/lib/model/update-responder-rule-details.d.ts +5 -2
- package/lib/model/update-responder-rule-details.js +5 -2
- package/lib/model/update-responder-rule-details.js.map +1 -1
- package/lib/model/update-target-details.d.ts +16 -8
- package/lib/model/update-target-details.js +5 -2
- package/lib/model/update-target-details.js.map +1 -1
- package/lib/model/update-target-detector-recipe-details.d.ts +6 -3
- package/lib/model/update-target-detector-recipe-details.js +5 -2
- package/lib/model/update-target-detector-recipe-details.js.map +1 -1
- package/lib/model/update-target-detector-recipe-detector-rule-details.d.ts +5 -2
- package/lib/model/update-target-detector-recipe-detector-rule-details.js +5 -2
- package/lib/model/update-target-detector-recipe-detector-rule-details.js.map +1 -1
- package/lib/model/update-target-detector-recipe.d.ts +5 -2
- package/lib/model/update-target-detector-recipe.js +5 -2
- package/lib/model/update-target-detector-recipe.js.map +1 -1
- package/lib/model/update-target-detector-rule-details.d.ts +5 -2
- package/lib/model/update-target-detector-rule-details.js +5 -2
- package/lib/model/update-target-detector-rule-details.js.map +1 -1
- package/lib/model/update-target-recipe-detector-rule-details.d.ts +5 -2
- package/lib/model/update-target-recipe-detector-rule-details.js +5 -2
- package/lib/model/update-target-recipe-detector-rule-details.js.map +1 -1
- package/lib/model/update-target-recipe-responder-rule-details.d.ts +5 -2
- package/lib/model/update-target-recipe-responder-rule-details.js +5 -2
- package/lib/model/update-target-recipe-responder-rule-details.js.map +1 -1
- package/lib/model/update-target-responder-recipe-details.d.ts +5 -2
- package/lib/model/update-target-responder-recipe-details.js +5 -2
- package/lib/model/update-target-responder-recipe-details.js.map +1 -1
- package/lib/model/update-target-responder-recipe-responder-rule-details.d.ts +5 -2
- package/lib/model/update-target-responder-recipe-responder-rule-details.js +5 -2
- package/lib/model/update-target-responder-recipe-responder-rule-details.js.map +1 -1
- package/lib/model/update-target-responder-recipe.d.ts +5 -2
- package/lib/model/update-target-responder-recipe.js +5 -2
- package/lib/model/update-target-responder-recipe.js.map +1 -1
- package/lib/model/update-target-responder-rule-details.d.ts +5 -2
- package/lib/model/update-target-responder-rule-details.js +5 -2
- package/lib/model/update-target-responder-rule-details.js.map +1 -1
- package/lib/request/change-detector-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-managed-list-compartment-request.d.ts +1 -1
- package/lib/request/change-responder-recipe-compartment-request.d.ts +1 -1
- package/lib/request/create-data-mask-rule-request.d.ts +1 -1
- package/lib/request/create-detector-recipe-request.d.ts +1 -1
- package/lib/request/create-managed-list-request.d.ts +1 -1
- package/lib/request/create-responder-recipe-request.d.ts +1 -1
- package/lib/request/create-target-detector-recipe-request.d.ts +1 -1
- package/lib/request/create-target-request.d.ts +1 -1
- package/lib/request/create-target-responder-recipe-request.d.ts +1 -1
- package/lib/request/delete-data-mask-rule-request.d.ts +1 -1
- package/lib/request/delete-detector-recipe-request.d.ts +1 -1
- package/lib/request/delete-managed-list-request.d.ts +1 -1
- package/lib/request/delete-responder-recipe-request.d.ts +1 -1
- package/lib/request/delete-target-detector-recipe-request.d.ts +1 -1
- package/lib/request/delete-target-request.d.ts +1 -1
- package/lib/request/delete-target-responder-recipe-request.d.ts +1 -1
- package/lib/request/execute-responder-execution-request.d.ts +1 -1
- package/lib/request/get-condition-metadata-type-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-data-mask-rule-request.d.ts +1 -1
- package/lib/request/get-detector-recipe-detector-rule-request.d.ts +1 -1
- package/lib/request/get-detector-recipe-request.d.ts +1 -1
- package/lib/request/get-detector-request.d.ts +1 -1
- package/lib/request/get-detector-rule-request.d.ts +1 -1
- package/lib/request/get-managed-list-request.d.ts +1 -1
- package/lib/request/get-problem-request.d.ts +1 -1
- package/lib/request/get-resource-profile-request.d.ts +26 -0
- package/lib/request/get-resource-profile-request.js +15 -0
- package/lib/request/get-resource-profile-request.js.map +1 -0
- package/lib/request/get-responder-execution-request.d.ts +1 -1
- package/lib/request/get-responder-recipe-request.d.ts +1 -1
- package/lib/request/get-responder-recipe-responder-rule-request.d.ts +1 -1
- package/lib/request/get-responder-rule-request.d.ts +1 -1
- package/lib/request/get-sighting-request.d.ts +26 -0
- package/lib/request/get-sighting-request.js +15 -0
- package/lib/request/get-sighting-request.js.map +1 -0
- package/lib/request/get-target-detector-recipe-detector-rule-request.d.ts +1 -1
- package/lib/request/get-target-detector-recipe-request.d.ts +1 -1
- package/lib/request/get-target-request.d.ts +1 -1
- package/lib/request/get-target-responder-recipe-request.d.ts +1 -1
- package/lib/request/get-target-responder-recipe-responder-rule-request.d.ts +1 -1
- package/lib/request/index.d.ts +31 -2
- package/lib/request/index.js +28 -3
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-condition-metadata-types-request.d.ts +1 -1
- package/lib/request/list-data-mask-rules-request.d.ts +1 -1
- package/lib/request/list-detector-recipe-detector-rules-request.d.ts +1 -1
- package/lib/request/list-detector-recipes-request.d.ts +1 -1
- package/lib/request/list-detector-rules-request.d.ts +1 -1
- package/lib/request/list-detectors-request.d.ts +1 -1
- package/lib/request/list-impacted-resources-request.d.ts +1 -1
- package/lib/request/list-managed-list-types-request.d.ts +1 -1
- package/lib/request/list-managed-lists-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-problem-endpoints-request.d.ts +49 -0
- package/lib/request/list-problem-endpoints-request.js +23 -0
- package/lib/request/list-problem-endpoints-request.js.map +1 -0
- package/lib/request/list-problem-histories-request.d.ts +1 -1
- package/lib/request/list-problems-request.d.ts +1 -1
- package/lib/request/list-recommendations-request.d.ts +1 -1
- package/lib/request/list-resource-profile-endpoints-request.d.ts +49 -0
- package/lib/request/list-resource-profile-endpoints-request.js +23 -0
- package/lib/request/list-resource-profile-endpoints-request.js.map +1 -0
- package/lib/request/list-resource-profile-impacted-resources-request.d.ts +49 -0
- package/lib/request/list-resource-profile-impacted-resources-request.js +23 -0
- package/lib/request/list-resource-profile-impacted-resources-request.js.map +1 -0
- package/lib/request/list-resource-profiles-request.d.ts +112 -0
- package/lib/request/list-resource-profiles-request.js +34 -0
- package/lib/request/list-resource-profiles-request.js.map +1 -0
- package/lib/request/list-resource-types-request.d.ts +5 -1
- package/lib/request/list-resource-types-request.js.map +1 -1
- package/lib/request/list-responder-activities-request.d.ts +1 -1
- package/lib/request/list-responder-executions-request.d.ts +1 -1
- package/lib/request/list-responder-recipe-responder-rules-request.d.ts +1 -1
- package/lib/request/list-responder-recipes-request.d.ts +1 -1
- package/lib/request/list-responder-rules-request.d.ts +1 -1
- package/lib/request/list-sighting-endpoints-request.d.ts +49 -0
- package/lib/request/list-sighting-endpoints-request.js +23 -0
- package/lib/request/list-sighting-endpoints-request.js.map +1 -0
- package/lib/request/list-sighting-impacted-resources-request.d.ts +49 -0
- package/lib/request/list-sighting-impacted-resources-request.js +23 -0
- package/lib/request/list-sighting-impacted-resources-request.js.map +1 -0
- package/lib/request/list-sightings-request.d.ts +86 -0
- package/lib/request/list-sightings-request.js +28 -0
- package/lib/request/list-sightings-request.js.map +1 -0
- package/lib/request/list-tactics-request.d.ts +53 -0
- package/lib/request/list-tactics-request.js +23 -0
- package/lib/request/list-tactics-request.js.map +1 -0
- package/lib/request/list-target-detector-recipe-detector-rules-request.d.ts +1 -1
- package/lib/request/list-target-detector-recipes-request.d.ts +1 -1
- package/lib/request/list-target-responder-recipe-responder-rules-request.d.ts +1 -1
- package/lib/request/list-target-responder-recipes-request.d.ts +1 -1
- package/lib/request/list-targets-request.d.ts +1 -1
- package/lib/request/list-techniques-request.d.ts +57 -0
- package/lib/request/list-techniques-request.js +23 -0
- package/lib/request/list-techniques-request.js.map +1 -0
- package/lib/request/request-risk-scores-request.d.ts +1 -1
- package/lib/request/request-security-score-summarized-trend-request.d.ts +1 -1
- package/lib/request/request-security-scores-request.d.ts +1 -1
- package/lib/request/request-summarized-activity-problems-request.d.ts +1 -1
- package/lib/request/request-summarized-problems-request.d.ts +1 -1
- package/lib/request/request-summarized-responder-executions-request.d.ts +1 -1
- package/lib/request/request-summarized-risk-scores-request.d.ts +1 -1
- package/lib/request/request-summarized-security-scores-request.d.ts +1 -1
- package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.d.ts +81 -0
- package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.js +31 -0
- package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.js.map +1 -0
- package/lib/request/request-summarized-trend-problems-request.d.ts +1 -1
- package/lib/request/request-summarized-trend-resource-risk-scores-request.d.ts +70 -0
- package/lib/request/request-summarized-trend-resource-risk-scores-request.js +24 -0
- package/lib/request/request-summarized-trend-resource-risk-scores-request.js.map +1 -0
- package/lib/request/request-summarized-trend-responder-executions-request.d.ts +1 -1
- package/lib/request/request-summarized-trend-security-scores-request.d.ts +1 -1
- package/lib/request/skip-bulk-responder-execution-request.d.ts +1 -1
- package/lib/request/skip-responder-execution-request.d.ts +1 -1
- package/lib/request/trigger-responder-request.d.ts +1 -1
- package/lib/request/update-bulk-problem-status-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-data-mask-rule-request.d.ts +1 -1
- package/lib/request/update-detector-recipe-detector-rule-request.d.ts +1 -1
- package/lib/request/update-detector-recipe-request.d.ts +1 -1
- package/lib/request/update-managed-list-request.d.ts +1 -1
- package/lib/request/update-problem-status-request.d.ts +1 -1
- package/lib/request/update-responder-recipe-request.d.ts +1 -1
- package/lib/request/update-responder-recipe-responder-rule-request.d.ts +1 -1
- package/lib/request/update-target-detector-recipe-detector-rule-request.d.ts +1 -1
- package/lib/request/update-target-detector-recipe-request.d.ts +1 -1
- package/lib/request/update-target-request.d.ts +1 -1
- package/lib/request/update-target-responder-recipe-request.d.ts +1 -1
- package/lib/request/update-target-responder-recipe-responder-rule-request.d.ts +1 -1
- package/lib/response/get-resource-profile-response.d.ts +30 -0
- package/lib/response/get-resource-profile-response.js +15 -0
- package/lib/response/get-resource-profile-response.js.map +1 -0
- package/lib/response/get-sighting-response.d.ts +30 -0
- package/lib/response/get-sighting-response.js +15 -0
- package/lib/response/get-sighting-response.js.map +1 -0
- package/lib/response/index.d.ts +31 -2
- package/lib/response/index.js +5 -2
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-problem-endpoints-response.d.ts +32 -0
- package/lib/response/list-problem-endpoints-response.js +15 -0
- package/lib/response/list-problem-endpoints-response.js.map +1 -0
- package/lib/response/list-resource-profile-endpoints-response.d.ts +32 -0
- package/lib/response/list-resource-profile-endpoints-response.js +15 -0
- package/lib/response/list-resource-profile-endpoints-response.js.map +1 -0
- package/lib/response/list-resource-profile-impacted-resources-response.d.ts +32 -0
- package/lib/response/list-resource-profile-impacted-resources-response.js +15 -0
- package/lib/response/list-resource-profile-impacted-resources-response.js.map +1 -0
- package/lib/response/list-resource-profiles-response.d.ts +32 -0
- package/lib/response/list-resource-profiles-response.js +15 -0
- package/lib/response/list-resource-profiles-response.js.map +1 -0
- package/lib/response/list-sighting-endpoints-response.d.ts +32 -0
- package/lib/response/list-sighting-endpoints-response.js +15 -0
- package/lib/response/list-sighting-endpoints-response.js.map +1 -0
- package/lib/response/list-sighting-impacted-resources-response.d.ts +32 -0
- package/lib/response/list-sighting-impacted-resources-response.js +15 -0
- package/lib/response/list-sighting-impacted-resources-response.js.map +1 -0
- package/lib/response/list-sightings-response.d.ts +32 -0
- package/lib/response/list-sightings-response.js +15 -0
- package/lib/response/list-sightings-response.js.map +1 -0
- package/lib/response/list-tactics-response.d.ts +32 -0
- package/lib/response/list-tactics-response.js +15 -0
- package/lib/response/list-tactics-response.js.map +1 -0
- package/lib/response/list-techniques-response.d.ts +32 -0
- package/lib/response/list-techniques-response.js +15 -0
- package/lib/response/list-techniques-response.js.map +1 -0
- package/lib/response/request-summarized-top-trend-resource-profile-risk-scores-response.d.ts +32 -0
- package/lib/response/request-summarized-top-trend-resource-profile-risk-scores-response.js +15 -0
- package/lib/response/request-summarized-top-trend-resource-profile-risk-scores-response.js.map +1 -0
- package/lib/response/request-summarized-trend-resource-risk-scores-response.d.ts +32 -0
- package/lib/response/request-summarized-trend-resource-risk-scores-response.js +15 -0
- package/lib/response/request-summarized-trend-resource-risk-scores-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detector.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/detector.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"detector.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/detector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,QAAQ,CAWxB;AAXD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAWxB"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-status.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/event-status.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"event-status.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/event-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,WAaX;AAbD,WAAY,WAAW;IACrB,gCAAiB,CAAA;IACjB,4BAAa,CAAA;IACb,gCAAiB,CAAA;IACjB,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IAEjB;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EAbW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAatB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute-responder-execution-details.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/execute-responder-execution-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"execute-responder-execution-details.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/execute-responder-execution-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed-provider-type.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/feed-provider-type.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"feed-provider-type.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/feed-provider-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,gBASX;AATD,WAAY,gBAAgB;IAC1B,yCAAqB,CAAA;IACrB,qCAAiB,CAAA;IAEjB;;;OAGG;IACH,kDAA8B,CAAA;AAChC,CAAC,EATW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAS3B;AAED,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAOhC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geographical-location.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/geographical-location.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"geographical-location.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/geographical-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impacted-resource-collection.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/impacted-resource-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"impacted-resource-collection.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/impacted-resource-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impacted-resource-summary.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/impacted-resource-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"impacted-resource-summary.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/impacted-resource-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -28,6 +31,8 @@ import * as ChangeManagedListCompartmentDetails from "./change-managed-list-comp
|
|
|
28
31
|
export import ChangeManagedListCompartmentDetails = ChangeManagedListCompartmentDetails.ChangeManagedListCompartmentDetails;
|
|
29
32
|
import * as ChangeResponderRecipeCompartmentDetails from "./change-responder-recipe-compartment-details";
|
|
30
33
|
export import ChangeResponderRecipeCompartmentDetails = ChangeResponderRecipeCompartmentDetails.ChangeResponderRecipeCompartmentDetails;
|
|
34
|
+
import * as ClassificationStatus from "./classification-status";
|
|
35
|
+
export import ClassificationStatus = ClassificationStatus.ClassificationStatus;
|
|
31
36
|
import * as CloudGuardStatus from "./cloud-guard-status";
|
|
32
37
|
export import CloudGuardStatus = CloudGuardStatus.CloudGuardStatus;
|
|
33
38
|
import * as Condition from "./condition";
|
|
@@ -50,6 +55,8 @@ import * as ConditionTypeEnum from "./condition-type-enum";
|
|
|
50
55
|
export import ConditionTypeEnum = ConditionTypeEnum.ConditionTypeEnum;
|
|
51
56
|
import * as ConditionValueType from "./condition-value-type";
|
|
52
57
|
export import ConditionValueType = ConditionValueType.ConditionValueType;
|
|
58
|
+
import * as Confidence from "./confidence";
|
|
59
|
+
export import Confidence = Confidence.Confidence;
|
|
53
60
|
import * as ConfigValue from "./config-value";
|
|
54
61
|
export import ConfigValue = ConfigValue.ConfigValue;
|
|
55
62
|
import * as Configuration from "./configuration";
|
|
@@ -158,6 +165,10 @@ import * as ProblemCollection from "./problem-collection";
|
|
|
158
165
|
export import ProblemCollection = ProblemCollection.ProblemCollection;
|
|
159
166
|
import * as ProblemDimension from "./problem-dimension";
|
|
160
167
|
export import ProblemDimension = ProblemDimension.ProblemDimension;
|
|
168
|
+
import * as ProblemEndpointCollection from "./problem-endpoint-collection";
|
|
169
|
+
export import ProblemEndpointCollection = ProblemEndpointCollection.ProblemEndpointCollection;
|
|
170
|
+
import * as ProblemEndpointSummary from "./problem-endpoint-summary";
|
|
171
|
+
export import ProblemEndpointSummary = ProblemEndpointSummary.ProblemEndpointSummary;
|
|
161
172
|
import * as ProblemHistoryCollection from "./problem-history-collection";
|
|
162
173
|
export import ProblemHistoryCollection = ProblemHistoryCollection.ProblemHistoryCollection;
|
|
163
174
|
import * as ProblemHistorySummary from "./problem-history-summary";
|
|
@@ -180,6 +191,32 @@ import * as RecommendationSummaryCollection from "./recommendation-summary-colle
|
|
|
180
191
|
export import RecommendationSummaryCollection = RecommendationSummaryCollection.RecommendationSummaryCollection;
|
|
181
192
|
import * as RecommendationType from "./recommendation-type";
|
|
182
193
|
export import RecommendationType = RecommendationType.RecommendationType;
|
|
194
|
+
import * as RequestSummarizedTrendResourceRiskScoresDetails from "./request-summarized-trend-resource-risk-scores-details";
|
|
195
|
+
export import RequestSummarizedTrendResourceRiskScoresDetails = RequestSummarizedTrendResourceRiskScoresDetails.RequestSummarizedTrendResourceRiskScoresDetails;
|
|
196
|
+
import * as ResourceProfile from "./resource-profile";
|
|
197
|
+
export import ResourceProfile = ResourceProfile.ResourceProfile;
|
|
198
|
+
import * as ResourceProfileCollection from "./resource-profile-collection";
|
|
199
|
+
export import ResourceProfileCollection = ResourceProfileCollection.ResourceProfileCollection;
|
|
200
|
+
import * as ResourceProfileEndpointCollection from "./resource-profile-endpoint-collection";
|
|
201
|
+
export import ResourceProfileEndpointCollection = ResourceProfileEndpointCollection.ResourceProfileEndpointCollection;
|
|
202
|
+
import * as ResourceProfileEndpointSummary from "./resource-profile-endpoint-summary";
|
|
203
|
+
export import ResourceProfileEndpointSummary = ResourceProfileEndpointSummary.ResourceProfileEndpointSummary;
|
|
204
|
+
import * as ResourceProfileImpactedResourceCollection from "./resource-profile-impacted-resource-collection";
|
|
205
|
+
export import ResourceProfileImpactedResourceCollection = ResourceProfileImpactedResourceCollection.ResourceProfileImpactedResourceCollection;
|
|
206
|
+
import * as ResourceProfileImpactedResourceSummary from "./resource-profile-impacted-resource-summary";
|
|
207
|
+
export import ResourceProfileImpactedResourceSummary = ResourceProfileImpactedResourceSummary.ResourceProfileImpactedResourceSummary;
|
|
208
|
+
import * as ResourceProfileRiskScoreAggregationSummary from "./resource-profile-risk-score-aggregation-summary";
|
|
209
|
+
export import ResourceProfileRiskScoreAggregationSummary = ResourceProfileRiskScoreAggregationSummary.ResourceProfileRiskScoreAggregationSummary;
|
|
210
|
+
import * as ResourceProfileRiskScoreAggregationSummaryCollection from "./resource-profile-risk-score-aggregation-summary-collection";
|
|
211
|
+
export import ResourceProfileRiskScoreAggregationSummaryCollection = ResourceProfileRiskScoreAggregationSummaryCollection.ResourceProfileRiskScoreAggregationSummaryCollection;
|
|
212
|
+
import * as ResourceProfileSummary from "./resource-profile-summary";
|
|
213
|
+
export import ResourceProfileSummary = ResourceProfileSummary.ResourceProfileSummary;
|
|
214
|
+
import * as ResourceRiskScoreAggregation from "./resource-risk-score-aggregation";
|
|
215
|
+
export import ResourceRiskScoreAggregation = ResourceRiskScoreAggregation.ResourceRiskScoreAggregation;
|
|
216
|
+
import * as ResourceRiskScoreAggregationCollection from "./resource-risk-score-aggregation-collection";
|
|
217
|
+
export import ResourceRiskScoreAggregationCollection = ResourceRiskScoreAggregationCollection.ResourceRiskScoreAggregationCollection;
|
|
218
|
+
import * as ResourceRiskScoreDimension from "./resource-risk-score-dimension";
|
|
219
|
+
export import ResourceRiskScoreDimension = ResourceRiskScoreDimension.ResourceRiskScoreDimension;
|
|
183
220
|
import * as ResourceTypeCollection from "./resource-type-collection";
|
|
184
221
|
export import ResourceTypeCollection = ResourceTypeCollection.ResourceTypeCollection;
|
|
185
222
|
import * as ResourceTypeSummary from "./resource-type-summary";
|
|
@@ -260,10 +297,32 @@ import * as SecurityScoreTrendAggregationCollection from "./security-score-trend
|
|
|
260
297
|
export import SecurityScoreTrendAggregationCollection = SecurityScoreTrendAggregationCollection.SecurityScoreTrendAggregationCollection;
|
|
261
298
|
import * as ServiceTypeSummary from "./service-type-summary";
|
|
262
299
|
export import ServiceTypeSummary = ServiceTypeSummary.ServiceTypeSummary;
|
|
300
|
+
import * as Severity from "./severity";
|
|
301
|
+
export import Severity = Severity.Severity;
|
|
302
|
+
import * as Sighting from "./sighting";
|
|
303
|
+
export import Sighting = Sighting.Sighting;
|
|
304
|
+
import * as SightingCollection from "./sighting-collection";
|
|
305
|
+
export import SightingCollection = SightingCollection.SightingCollection;
|
|
306
|
+
import * as SightingEndpointCollection from "./sighting-endpoint-collection";
|
|
307
|
+
export import SightingEndpointCollection = SightingEndpointCollection.SightingEndpointCollection;
|
|
308
|
+
import * as SightingEndpointSummary from "./sighting-endpoint-summary";
|
|
309
|
+
export import SightingEndpointSummary = SightingEndpointSummary.SightingEndpointSummary;
|
|
310
|
+
import * as SightingImpactedResourceCollection from "./sighting-impacted-resource-collection";
|
|
311
|
+
export import SightingImpactedResourceCollection = SightingImpactedResourceCollection.SightingImpactedResourceCollection;
|
|
312
|
+
import * as SightingImpactedResourceSummary from "./sighting-impacted-resource-summary";
|
|
313
|
+
export import SightingImpactedResourceSummary = SightingImpactedResourceSummary.SightingImpactedResourceSummary;
|
|
314
|
+
import * as SightingSummary from "./sighting-summary";
|
|
315
|
+
export import SightingSummary = SightingSummary.SightingSummary;
|
|
316
|
+
import * as SightingType from "./sighting-type";
|
|
317
|
+
export import SightingType = SightingType.SightingType;
|
|
263
318
|
import * as SkipBulkResponderExecutionDetails from "./skip-bulk-responder-execution-details";
|
|
264
319
|
export import SkipBulkResponderExecutionDetails = SkipBulkResponderExecutionDetails.SkipBulkResponderExecutionDetails;
|
|
265
320
|
import * as SortOrders from "./sort-orders";
|
|
266
321
|
export import SortOrders = SortOrders.SortOrders;
|
|
322
|
+
import * as TacticCollection from "./tactic-collection";
|
|
323
|
+
export import TacticCollection = TacticCollection.TacticCollection;
|
|
324
|
+
import * as TacticSummary from "./tactic-summary";
|
|
325
|
+
export import TacticSummary = TacticSummary.TacticSummary;
|
|
267
326
|
import * as Target from "./target";
|
|
268
327
|
export import Target = Target.Target;
|
|
269
328
|
import * as TargetCollection from "./target-collection";
|
|
@@ -300,6 +359,10 @@ import * as TargetSelected from "./target-selected";
|
|
|
300
359
|
export import TargetSelected = TargetSelected.TargetSelected;
|
|
301
360
|
import * as TargetSummary from "./target-summary";
|
|
302
361
|
export import TargetSummary = TargetSummary.TargetSummary;
|
|
362
|
+
import * as TechniqueCollection from "./technique-collection";
|
|
363
|
+
export import TechniqueCollection = TechniqueCollection.TechniqueCollection;
|
|
364
|
+
import * as TechniqueSummary from "./technique-summary";
|
|
365
|
+
export import TechniqueSummary = TechniqueSummary.TechniqueSummary;
|
|
303
366
|
import * as TriggerResponderDetails from "./trigger-responder-details";
|
|
304
367
|
export import TriggerResponderDetails = TriggerResponderDetails.TriggerResponderDetails;
|
|
305
368
|
import * as UpdateBulkProblemStatusDetails from "./update-bulk-problem-status-details";
|
package/lib/model/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -31,10 +34,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
34
|
return result;
|
|
32
35
|
};
|
|
33
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
37
|
+
exports.DetectorRuleCollection = exports.DetectorRule = exports.DetectorRecipeSummary = exports.DetectorRecipeDetectorRuleSummary = exports.DetectorRecipeDetectorRuleCollection = exports.DetectorRecipeDetectorRule = exports.DetectorRecipeCollection = exports.DetectorRecipe = exports.DetectorEnum = exports.DetectorDetails = exports.DetectorConfiguration = exports.DetectorCollection = exports.Detector = exports.DataMaskRuleSummary = exports.DataMaskRuleStatus = exports.DataMaskRuleCollection = exports.DataMaskRule = exports.DataMaskCategory = exports.CreateTargetResponderRecipeDetails = exports.CreateTargetDetectorRecipeDetails = exports.CreateTargetDetails = exports.CreateResponderRecipeDetails = exports.CreateManagedListDetails = exports.CreateDetectorRecipeDetails = exports.CreateDataMaskRuleDetails = exports.ConfigurationListItemType = exports.Configuration = exports.ConfigValue = exports.Confidence = exports.ConditionValueType = exports.ConditionTypeEnum = exports.ConditionOperatorName = exports.ConditionOperator = exports.ConditionMetadataTypeSummary = exports.ConditionMetadataTypeCollection = exports.ConditionMetadataType = exports.ConditionGroup = exports.ConditionFilterType = exports.Condition = exports.CloudGuardStatus = exports.ClassificationStatus = exports.ChangeResponderRecipeCompartmentDetails = exports.ChangeManagedListCompartmentDetails = exports.ChangeDetectorRecipeCompartmentDetails = exports.CandidateResponderRule = exports.AttachTargetResponderRecipeDetails = exports.AttachTargetDetectorRecipeDetails = exports.ActorType = exports.ActivityProblemAggregationCollection = exports.ActivityProblemAggregation = void 0;
|
|
38
|
+
exports.ResourceRiskScoreAggregation = exports.ResourceProfileSummary = exports.ResourceProfileRiskScoreAggregationSummaryCollection = exports.ResourceProfileRiskScoreAggregationSummary = exports.ResourceProfileImpactedResourceSummary = exports.ResourceProfileImpactedResourceCollection = exports.ResourceProfileEndpointSummary = exports.ResourceProfileEndpointCollection = exports.ResourceProfileCollection = exports.ResourceProfile = exports.RequestSummarizedTrendResourceRiskScoresDetails = exports.RecommendationType = exports.RecommendationSummaryCollection = exports.RecommendationSummary = exports.RecommendationLifecycleDetail = exports.ProblemTrendAggregationCollection = exports.ProblemTrendAggregation = exports.ProblemSummary = exports.ProblemLifecycleState = exports.ProblemLifecycleDetail = exports.ProblemHistorySummary = exports.ProblemHistoryCollection = exports.ProblemEndpointSummary = exports.ProblemEndpointCollection = exports.ProblemDimension = exports.ProblemCollection = exports.ProblemAggregationCollection = exports.ProblemAggregation = exports.Problem = exports.PoliticalLocation = exports.PolicySummary = exports.PolicyCollection = exports.OwnerType = exports.OperatorType = exports.OperatorSummary = exports.ManagedListTypeSummary = exports.ManagedListTypeCollection = exports.ManagedListType = exports.ManagedListSummary = exports.ManagedListCollection = exports.ManagedList = exports.LifecycleState = exports.ImpactedResourceSummary = exports.ImpactedResourceCollection = exports.GeographicalLocation = exports.FeedProviderType = exports.ExecuteResponderExecutionDetails = exports.EventStatus = exports.DetectorSummary = exports.DetectorRuleSummary = void 0;
|
|
39
|
+
exports.SightingSummary = exports.SightingImpactedResourceSummary = exports.SightingImpactedResourceCollection = exports.SightingEndpointSummary = exports.SightingEndpointCollection = exports.SightingCollection = exports.Sighting = exports.Severity = exports.ServiceTypeSummary = exports.SecurityScoreTrendAggregationCollection = exports.SecurityScoreTrendAggregation = exports.SecurityScoreAggregationCollection = exports.SecurityScoreAggregation = exports.SecurityRating = exports.RuleSummary = exports.RiskScoreAggregationCollection = exports.RiskScoreAggregation = exports.RiskLevel = exports.ResponderType = exports.ResponderRuleSummary = exports.ResponderRuleExecutionDetails = exports.ResponderRuleDetails = exports.ResponderRuleCollection = exports.ResponderRule = exports.ResponderRecipeSummary = exports.ResponderRecipeResponderRuleSummary = exports.ResponderRecipeResponderRuleCollection = exports.ResponderRecipeResponderRule = exports.ResponderRecipeCollection = exports.ResponderRecipe = exports.ResponderModeTypes = exports.ResponderExecutionTrendAggregationCollection = exports.ResponderExecutionTrendAggregation = exports.ResponderExecutionSummary = exports.ResponderExecutionStatus = exports.ResponderExecutionStates = exports.ResponderExecutionModes = exports.ResponderExecutionCollection = exports.ResponderExecutionAggregationCollection = exports.ResponderExecutionAggregation = exports.ResponderExecution = exports.ResponderDimension = exports.ResponderConfiguration = exports.ResponderActivityType = exports.ResponderActivitySummary = exports.ResponderActivityCollection = exports.ResourceTypeSummary = exports.ResourceTypeCollection = exports.ResourceRiskScoreDimension = exports.ResourceRiskScoreAggregationCollection = void 0;
|
|
40
|
+
exports.UpdateTargetResponderRuleDetails = exports.UpdateTargetResponderRecipeResponderRuleDetails = exports.UpdateTargetResponderRecipeDetails = exports.UpdateTargetResponderRecipe = exports.UpdateTargetRecipeResponderRuleDetails = exports.UpdateTargetRecipeDetectorRuleDetails = exports.UpdateTargetDetectorRuleDetails = exports.UpdateTargetDetectorRecipeDetectorRuleDetails = exports.UpdateTargetDetectorRecipeDetails = exports.UpdateTargetDetectorRecipe = exports.UpdateTargetDetails = exports.UpdateResponderRuleDetails = exports.UpdateResponderRecipeResponderRuleDetails = exports.UpdateResponderRecipeResponderRule = exports.UpdateResponderRecipeDetails = exports.UpdateProblemStatusDetails = exports.UpdateManagedListDetails = exports.UpdateDetectorRuleDetails = exports.UpdateDetectorRecipeDetectorRuleDetails = exports.UpdateDetectorRecipeDetectorRule = exports.UpdateDetectorRecipeDetails = exports.UpdateDataMaskRuleDetails = exports.UpdateConfigurationDetails = exports.UpdateBulkProblemStatusDetails = exports.TriggerResponderDetails = exports.TechniqueSummary = exports.TechniqueCollection = exports.TargetSummary = exports.TargetSelected = exports.TargetResponderRecipeSummary = exports.TargetResponderRecipeResponderRuleSummary = exports.TargetResponderRecipeResponderRuleCollection = exports.TargetResponderRecipeResponderRule = exports.TargetResponderRecipeCollection = exports.TargetResponderRecipe = exports.TargetResourceType = exports.TargetDetectorRecipeSummary = exports.TargetDetectorRecipeDetectorRuleSummary = exports.TargetDetectorRecipeDetectorRuleCollection = exports.TargetDetectorRecipeDetectorRule = exports.TargetDetectorRecipeCollection = exports.TargetDetectorRecipe = exports.TargetDetectorDetails = exports.TargetCollection = exports.Target = exports.TacticSummary = exports.TacticCollection = exports.SortOrders = exports.SkipBulkResponderExecutionDetails = exports.SightingType = void 0;
|
|
41
|
+
exports.TargetResourceTypesSelected = exports.TargetIdsSelected = exports.SimpleCondition = exports.CompositeCondition = exports.AllTargetsSelected = void 0;
|
|
38
42
|
const ActivityProblemAggregation = __importStar(require("./activity-problem-aggregation"));
|
|
39
43
|
exports.ActivityProblemAggregation = ActivityProblemAggregation.ActivityProblemAggregation;
|
|
40
44
|
const ActivityProblemAggregationCollection = __importStar(require("./activity-problem-aggregation-collection"));
|
|
@@ -53,6 +57,8 @@ const ChangeManagedListCompartmentDetails = __importStar(require("./change-manag
|
|
|
53
57
|
exports.ChangeManagedListCompartmentDetails = ChangeManagedListCompartmentDetails.ChangeManagedListCompartmentDetails;
|
|
54
58
|
const ChangeResponderRecipeCompartmentDetails = __importStar(require("./change-responder-recipe-compartment-details"));
|
|
55
59
|
exports.ChangeResponderRecipeCompartmentDetails = ChangeResponderRecipeCompartmentDetails.ChangeResponderRecipeCompartmentDetails;
|
|
60
|
+
const ClassificationStatus = __importStar(require("./classification-status"));
|
|
61
|
+
exports.ClassificationStatus = ClassificationStatus.ClassificationStatus;
|
|
56
62
|
const CloudGuardStatus = __importStar(require("./cloud-guard-status"));
|
|
57
63
|
exports.CloudGuardStatus = CloudGuardStatus.CloudGuardStatus;
|
|
58
64
|
const Condition = __importStar(require("./condition"));
|
|
@@ -75,6 +81,8 @@ const ConditionTypeEnum = __importStar(require("./condition-type-enum"));
|
|
|
75
81
|
exports.ConditionTypeEnum = ConditionTypeEnum.ConditionTypeEnum;
|
|
76
82
|
const ConditionValueType = __importStar(require("./condition-value-type"));
|
|
77
83
|
exports.ConditionValueType = ConditionValueType.ConditionValueType;
|
|
84
|
+
const Confidence = __importStar(require("./confidence"));
|
|
85
|
+
exports.Confidence = Confidence.Confidence;
|
|
78
86
|
const ConfigValue = __importStar(require("./config-value"));
|
|
79
87
|
exports.ConfigValue = ConfigValue.ConfigValue;
|
|
80
88
|
const Configuration = __importStar(require("./configuration"));
|
|
@@ -183,6 +191,10 @@ const ProblemCollection = __importStar(require("./problem-collection"));
|
|
|
183
191
|
exports.ProblemCollection = ProblemCollection.ProblemCollection;
|
|
184
192
|
const ProblemDimension = __importStar(require("./problem-dimension"));
|
|
185
193
|
exports.ProblemDimension = ProblemDimension.ProblemDimension;
|
|
194
|
+
const ProblemEndpointCollection = __importStar(require("./problem-endpoint-collection"));
|
|
195
|
+
exports.ProblemEndpointCollection = ProblemEndpointCollection.ProblemEndpointCollection;
|
|
196
|
+
const ProblemEndpointSummary = __importStar(require("./problem-endpoint-summary"));
|
|
197
|
+
exports.ProblemEndpointSummary = ProblemEndpointSummary.ProblemEndpointSummary;
|
|
186
198
|
const ProblemHistoryCollection = __importStar(require("./problem-history-collection"));
|
|
187
199
|
exports.ProblemHistoryCollection = ProblemHistoryCollection.ProblemHistoryCollection;
|
|
188
200
|
const ProblemHistorySummary = __importStar(require("./problem-history-summary"));
|
|
@@ -205,6 +217,32 @@ const RecommendationSummaryCollection = __importStar(require("./recommendation-s
|
|
|
205
217
|
exports.RecommendationSummaryCollection = RecommendationSummaryCollection.RecommendationSummaryCollection;
|
|
206
218
|
const RecommendationType = __importStar(require("./recommendation-type"));
|
|
207
219
|
exports.RecommendationType = RecommendationType.RecommendationType;
|
|
220
|
+
const RequestSummarizedTrendResourceRiskScoresDetails = __importStar(require("./request-summarized-trend-resource-risk-scores-details"));
|
|
221
|
+
exports.RequestSummarizedTrendResourceRiskScoresDetails = RequestSummarizedTrendResourceRiskScoresDetails.RequestSummarizedTrendResourceRiskScoresDetails;
|
|
222
|
+
const ResourceProfile = __importStar(require("./resource-profile"));
|
|
223
|
+
exports.ResourceProfile = ResourceProfile.ResourceProfile;
|
|
224
|
+
const ResourceProfileCollection = __importStar(require("./resource-profile-collection"));
|
|
225
|
+
exports.ResourceProfileCollection = ResourceProfileCollection.ResourceProfileCollection;
|
|
226
|
+
const ResourceProfileEndpointCollection = __importStar(require("./resource-profile-endpoint-collection"));
|
|
227
|
+
exports.ResourceProfileEndpointCollection = ResourceProfileEndpointCollection.ResourceProfileEndpointCollection;
|
|
228
|
+
const ResourceProfileEndpointSummary = __importStar(require("./resource-profile-endpoint-summary"));
|
|
229
|
+
exports.ResourceProfileEndpointSummary = ResourceProfileEndpointSummary.ResourceProfileEndpointSummary;
|
|
230
|
+
const ResourceProfileImpactedResourceCollection = __importStar(require("./resource-profile-impacted-resource-collection"));
|
|
231
|
+
exports.ResourceProfileImpactedResourceCollection = ResourceProfileImpactedResourceCollection.ResourceProfileImpactedResourceCollection;
|
|
232
|
+
const ResourceProfileImpactedResourceSummary = __importStar(require("./resource-profile-impacted-resource-summary"));
|
|
233
|
+
exports.ResourceProfileImpactedResourceSummary = ResourceProfileImpactedResourceSummary.ResourceProfileImpactedResourceSummary;
|
|
234
|
+
const ResourceProfileRiskScoreAggregationSummary = __importStar(require("./resource-profile-risk-score-aggregation-summary"));
|
|
235
|
+
exports.ResourceProfileRiskScoreAggregationSummary = ResourceProfileRiskScoreAggregationSummary.ResourceProfileRiskScoreAggregationSummary;
|
|
236
|
+
const ResourceProfileRiskScoreAggregationSummaryCollection = __importStar(require("./resource-profile-risk-score-aggregation-summary-collection"));
|
|
237
|
+
exports.ResourceProfileRiskScoreAggregationSummaryCollection = ResourceProfileRiskScoreAggregationSummaryCollection.ResourceProfileRiskScoreAggregationSummaryCollection;
|
|
238
|
+
const ResourceProfileSummary = __importStar(require("./resource-profile-summary"));
|
|
239
|
+
exports.ResourceProfileSummary = ResourceProfileSummary.ResourceProfileSummary;
|
|
240
|
+
const ResourceRiskScoreAggregation = __importStar(require("./resource-risk-score-aggregation"));
|
|
241
|
+
exports.ResourceRiskScoreAggregation = ResourceRiskScoreAggregation.ResourceRiskScoreAggregation;
|
|
242
|
+
const ResourceRiskScoreAggregationCollection = __importStar(require("./resource-risk-score-aggregation-collection"));
|
|
243
|
+
exports.ResourceRiskScoreAggregationCollection = ResourceRiskScoreAggregationCollection.ResourceRiskScoreAggregationCollection;
|
|
244
|
+
const ResourceRiskScoreDimension = __importStar(require("./resource-risk-score-dimension"));
|
|
245
|
+
exports.ResourceRiskScoreDimension = ResourceRiskScoreDimension.ResourceRiskScoreDimension;
|
|
208
246
|
const ResourceTypeCollection = __importStar(require("./resource-type-collection"));
|
|
209
247
|
exports.ResourceTypeCollection = ResourceTypeCollection.ResourceTypeCollection;
|
|
210
248
|
const ResourceTypeSummary = __importStar(require("./resource-type-summary"));
|
|
@@ -285,10 +323,32 @@ const SecurityScoreTrendAggregationCollection = __importStar(require("./security
|
|
|
285
323
|
exports.SecurityScoreTrendAggregationCollection = SecurityScoreTrendAggregationCollection.SecurityScoreTrendAggregationCollection;
|
|
286
324
|
const ServiceTypeSummary = __importStar(require("./service-type-summary"));
|
|
287
325
|
exports.ServiceTypeSummary = ServiceTypeSummary.ServiceTypeSummary;
|
|
326
|
+
const Severity = __importStar(require("./severity"));
|
|
327
|
+
exports.Severity = Severity.Severity;
|
|
328
|
+
const Sighting = __importStar(require("./sighting"));
|
|
329
|
+
exports.Sighting = Sighting.Sighting;
|
|
330
|
+
const SightingCollection = __importStar(require("./sighting-collection"));
|
|
331
|
+
exports.SightingCollection = SightingCollection.SightingCollection;
|
|
332
|
+
const SightingEndpointCollection = __importStar(require("./sighting-endpoint-collection"));
|
|
333
|
+
exports.SightingEndpointCollection = SightingEndpointCollection.SightingEndpointCollection;
|
|
334
|
+
const SightingEndpointSummary = __importStar(require("./sighting-endpoint-summary"));
|
|
335
|
+
exports.SightingEndpointSummary = SightingEndpointSummary.SightingEndpointSummary;
|
|
336
|
+
const SightingImpactedResourceCollection = __importStar(require("./sighting-impacted-resource-collection"));
|
|
337
|
+
exports.SightingImpactedResourceCollection = SightingImpactedResourceCollection.SightingImpactedResourceCollection;
|
|
338
|
+
const SightingImpactedResourceSummary = __importStar(require("./sighting-impacted-resource-summary"));
|
|
339
|
+
exports.SightingImpactedResourceSummary = SightingImpactedResourceSummary.SightingImpactedResourceSummary;
|
|
340
|
+
const SightingSummary = __importStar(require("./sighting-summary"));
|
|
341
|
+
exports.SightingSummary = SightingSummary.SightingSummary;
|
|
342
|
+
const SightingType = __importStar(require("./sighting-type"));
|
|
343
|
+
exports.SightingType = SightingType.SightingType;
|
|
288
344
|
const SkipBulkResponderExecutionDetails = __importStar(require("./skip-bulk-responder-execution-details"));
|
|
289
345
|
exports.SkipBulkResponderExecutionDetails = SkipBulkResponderExecutionDetails.SkipBulkResponderExecutionDetails;
|
|
290
346
|
const SortOrders = __importStar(require("./sort-orders"));
|
|
291
347
|
exports.SortOrders = SortOrders.SortOrders;
|
|
348
|
+
const TacticCollection = __importStar(require("./tactic-collection"));
|
|
349
|
+
exports.TacticCollection = TacticCollection.TacticCollection;
|
|
350
|
+
const TacticSummary = __importStar(require("./tactic-summary"));
|
|
351
|
+
exports.TacticSummary = TacticSummary.TacticSummary;
|
|
292
352
|
const Target = __importStar(require("./target"));
|
|
293
353
|
exports.Target = Target.Target;
|
|
294
354
|
const TargetCollection = __importStar(require("./target-collection"));
|
|
@@ -325,6 +385,10 @@ const TargetSelected = __importStar(require("./target-selected"));
|
|
|
325
385
|
exports.TargetSelected = TargetSelected.TargetSelected;
|
|
326
386
|
const TargetSummary = __importStar(require("./target-summary"));
|
|
327
387
|
exports.TargetSummary = TargetSummary.TargetSummary;
|
|
388
|
+
const TechniqueCollection = __importStar(require("./technique-collection"));
|
|
389
|
+
exports.TechniqueCollection = TechniqueCollection.TechniqueCollection;
|
|
390
|
+
const TechniqueSummary = __importStar(require("./technique-summary"));
|
|
391
|
+
exports.TechniqueSummary = TechniqueSummary.TechniqueSummary;
|
|
328
392
|
const TriggerResponderDetails = __importStar(require("./trigger-responder-details"));
|
|
329
393
|
exports.TriggerResponderDetails = TriggerResponderDetails.TriggerResponderDetails;
|
|
330
394
|
const UpdateBulkProblemStatusDetails = __importStar(require("./update-bulk-problem-status-details"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Cloud Guard
|
|
4
|
-
*
|
|
3
|
+
* Cloud Guard API
|
|
4
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
5
|
+
|
|
6
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
7
|
+
|
|
5
8
|
* OpenAPI spec version: 20200131
|
|
6
9
|
*
|
|
7
10
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,cAcX;AAdD,WAAY,cAAc;IACxB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;IACnB,mCAAiB,CAAA;IAEjB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAdW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAczB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Cloud Guard
|
|
3
|
-
*
|
|
2
|
+
* Cloud Guard API
|
|
3
|
+
* Use the Cloud Guard API to automate processes that you would otherwise perform through the Cloud Guard Console.
|
|
4
|
+
|
|
5
|
+
**Note:** You can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
|
|
6
|
+
|
|
4
7
|
* OpenAPI spec version: 20200131
|
|
5
8
|
*
|
|
6
9
|
*
|