oci-cloudguard 2.37.0 → 2.40.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +280 -118
- package/lib/client.js +1205 -164
- package/lib/client.js.map +1 -1
- package/lib/cloudguard-waiter.d.ts +16 -1
- package/lib/cloudguard-waiter.js +24 -1
- package/lib/cloudguard-waiter.js.map +1 -1
- package/lib/model/absolute-time-start-policy.d.ts +31 -0
- package/lib/model/absolute-time-start-policy.js +57 -0
- package/lib/model/absolute-time-start-policy.js.map +1 -0
- package/lib/model/action-type.d.ts +35 -0
- package/lib/model/action-type.js +46 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/activity-problem-aggregation-collection.d.ts +1 -1
- package/lib/model/activity-problem-aggregation-collection.js +1 -1
- package/lib/model/activity-problem-aggregation.d.ts +1 -1
- package/lib/model/activity-problem-aggregation.js +1 -1
- package/lib/model/actor-type.d.ts +1 -1
- package/lib/model/actor-type.js +1 -1
- package/lib/model/add-compartment-details.d.ts +1 -1
- package/lib/model/add-compartment-details.js +1 -1
- package/lib/model/all-targets-selected.d.ts +1 -1
- package/lib/model/all-targets-selected.js +1 -1
- package/lib/model/attach-target-detector-recipe-details.d.ts +1 -1
- package/lib/model/attach-target-detector-recipe-details.js +1 -1
- package/lib/model/attach-target-responder-recipe-details.d.ts +1 -1
- package/lib/model/attach-target-responder-recipe-details.js +1 -1
- package/lib/model/candidate-responder-rule.d.ts +1 -1
- package/lib/model/candidate-responder-rule.js +1 -1
- package/lib/model/change-data-source-compartment-details.d.ts +28 -0
- package/lib/model/change-data-source-compartment-details.js +32 -0
- package/lib/model/change-data-source-compartment-details.js.map +1 -0
- package/lib/model/change-detector-recipe-compartment-details.d.ts +1 -1
- package/lib/model/change-detector-recipe-compartment-details.js +1 -1
- package/lib/model/change-managed-list-compartment-details.d.ts +1 -1
- package/lib/model/change-managed-list-compartment-details.js +1 -1
- package/lib/model/change-responder-recipe-compartment-details.d.ts +1 -1
- package/lib/model/change-responder-recipe-compartment-details.js +1 -1
- package/lib/model/change-security-policy-compartment-details.d.ts +1 -1
- package/lib/model/change-security-policy-compartment-details.js +1 -1
- package/lib/model/change-security-recipe-compartment-details.d.ts +1 -1
- package/lib/model/change-security-recipe-compartment-details.js +1 -1
- package/lib/model/change-security-zone-compartment-details.d.ts +1 -1
- package/lib/model/change-security-zone-compartment-details.js +1 -1
- package/lib/model/classification-status.d.ts +3 -3
- package/lib/model/classification-status.js +3 -3
- package/lib/model/classification-status.js.map +1 -1
- package/lib/model/cloud-guard-status.d.ts +1 -1
- package/lib/model/cloud-guard-status.js +1 -1
- package/lib/model/composite-condition.d.ts +1 -1
- package/lib/model/composite-condition.js +1 -1
- package/lib/model/condition-filter-type.d.ts +1 -1
- package/lib/model/condition-filter-type.js +1 -1
- package/lib/model/condition-group.d.ts +1 -1
- package/lib/model/condition-group.js +1 -1
- package/lib/model/condition-metadata-type-collection.d.ts +1 -1
- package/lib/model/condition-metadata-type-collection.js +1 -1
- package/lib/model/condition-metadata-type-summary.d.ts +1 -1
- package/lib/model/condition-metadata-type-summary.js +1 -1
- package/lib/model/condition-metadata-type.d.ts +1 -1
- package/lib/model/condition-metadata-type.js +1 -1
- package/lib/model/condition-operator-name.d.ts +1 -1
- package/lib/model/condition-operator-name.js +1 -1
- package/lib/model/condition-operator.d.ts +1 -1
- package/lib/model/condition-operator.js +1 -1
- package/lib/model/condition-type-enum.d.ts +1 -1
- package/lib/model/condition-type-enum.js +1 -1
- package/lib/model/condition-value-type.d.ts +1 -1
- package/lib/model/condition-value-type.js +1 -1
- package/lib/model/condition.d.ts +1 -1
- package/lib/model/condition.js +6 -3
- package/lib/model/condition.js.map +1 -1
- package/lib/model/confidence.d.ts +1 -1
- package/lib/model/confidence.js +1 -1
- package/lib/model/config-value.d.ts +1 -1
- package/lib/model/config-value.js +1 -1
- package/lib/model/configuration-list-item-type.d.ts +1 -1
- package/lib/model/configuration-list-item-type.js +1 -1
- package/lib/model/configuration.d.ts +1 -1
- package/lib/model/configuration.js +1 -1
- package/lib/model/continuous-query-start-policy.d.ts +25 -0
- package/lib/model/continuous-query-start-policy.js +75 -0
- package/lib/model/continuous-query-start-policy.js.map +1 -0
- package/lib/model/create-data-mask-rule-details.d.ts +1 -1
- package/lib/model/create-data-mask-rule-details.js +1 -1
- package/lib/model/create-data-source-details.d.ts +58 -0
- package/lib/model/create-data-source-details.js +60 -0
- package/lib/model/create-data-source-details.js.map +1 -0
- package/lib/model/create-detector-recipe-details.d.ts +6 -2
- package/lib/model/create-detector-recipe-details.js +1 -1
- package/lib/model/create-detector-recipe-details.js.map +1 -1
- package/lib/model/create-detector-recipe-detector-rule-details.d.ts +26 -0
- package/lib/model/create-detector-recipe-detector-rule-details.js +58 -0
- package/lib/model/create-detector-recipe-detector-rule-details.js.map +1 -0
- package/lib/model/create-detector-rule-details.d.ts +66 -0
- package/lib/model/create-detector-rule-details.js +78 -0
- package/lib/model/create-detector-rule-details.js.map +1 -0
- package/lib/model/create-managed-list-details.d.ts +1 -1
- package/lib/model/create-managed-list-details.js +1 -1
- package/lib/model/create-responder-recipe-details.d.ts +1 -1
- package/lib/model/create-responder-recipe-details.js +1 -1
- package/lib/model/create-security-policy-details.d.ts +1 -1
- package/lib/model/create-security-policy-details.js +1 -1
- package/lib/model/create-security-recipe-details.d.ts +1 -1
- package/lib/model/create-security-recipe-details.js +1 -1
- package/lib/model/create-security-zone-details.d.ts +1 -1
- package/lib/model/create-security-zone-details.js +1 -1
- package/lib/model/create-target-details.d.ts +2 -2
- package/lib/model/create-target-details.js +1 -1
- package/lib/model/create-target-detector-recipe-details.d.ts +1 -1
- package/lib/model/create-target-detector-recipe-details.js +1 -1
- package/lib/model/create-target-responder-recipe-details.d.ts +1 -1
- package/lib/model/create-target-responder-recipe-details.js +1 -1
- package/lib/model/data-mask-category.d.ts +1 -1
- package/lib/model/data-mask-category.js +1 -1
- package/lib/model/data-mask-rule-collection.d.ts +1 -1
- package/lib/model/data-mask-rule-collection.js +1 -1
- package/lib/model/data-mask-rule-status.d.ts +1 -1
- package/lib/model/data-mask-rule-status.js +1 -1
- package/lib/model/data-mask-rule-summary.d.ts +1 -1
- package/lib/model/data-mask-rule-summary.js +1 -1
- package/lib/model/data-mask-rule.d.ts +1 -1
- package/lib/model/data-mask-rule.js +1 -1
- package/lib/model/data-source-collection.d.ts +29 -0
- package/lib/model/data-source-collection.js +64 -0
- package/lib/model/data-source-collection.js.map +1 -0
- package/lib/model/data-source-details.d.ts +25 -0
- package/lib/model/data-source-details.js +71 -0
- package/lib/model/data-source-details.js.map +1 -0
- package/lib/model/data-source-event-collection.d.ts +29 -0
- package/lib/model/data-source-event-collection.js +64 -0
- package/lib/model/data-source-event-collection.js.map +1 -0
- package/lib/model/data-source-event-info-status.d.ts +31 -0
- package/lib/model/data-source-event-info-status.js +42 -0
- package/lib/model/data-source-event-info-status.js.map +1 -0
- package/lib/model/data-source-event-info.d.ts +25 -0
- package/lib/model/data-source-event-info.js +71 -0
- package/lib/model/data-source-event-info.js.map +1 -0
- package/lib/model/data-source-event-summary.d.ts +50 -0
- package/lib/model/data-source-event-summary.js +58 -0
- package/lib/model/data-source-event-summary.js.map +1 -0
- package/lib/model/data-source-feed-provider.d.ts +30 -0
- package/lib/model/data-source-feed-provider.js +41 -0
- package/lib/model/data-source-feed-provider.js.map +1 -0
- package/lib/model/data-source-mapping-info.d.ts +32 -0
- package/lib/model/data-source-mapping-info.js +32 -0
- package/lib/model/data-source-mapping-info.js.map +1 -0
- package/lib/model/data-source-status.d.ts +31 -0
- package/lib/model/data-source-status.js +42 -0
- package/lib/model/data-source-status.js.map +1 -0
- package/lib/model/data-source-summary-details.d.ts +25 -0
- package/lib/model/data-source-summary-details.js +71 -0
- package/lib/model/data-source-summary-details.js.map +1 -0
- package/lib/model/data-source-summary.d.ts +96 -0
- package/lib/model/data-source-summary.js +66 -0
- package/lib/model/data-source-summary.js.map +1 -0
- package/lib/model/data-source.d.ts +99 -0
- package/lib/model/data-source.js +80 -0
- package/lib/model/data-source.js.map +1 -0
- package/lib/model/detector-collection.d.ts +1 -1
- package/lib/model/detector-collection.js +1 -1
- package/lib/model/detector-configuration.d.ts +1 -1
- package/lib/model/detector-configuration.js +1 -1
- package/lib/model/detector-details.d.ts +1 -1
- package/lib/model/detector-details.js +1 -1
- package/lib/model/detector-enum.d.ts +2 -1
- package/lib/model/detector-enum.js +2 -1
- package/lib/model/detector-enum.js.map +1 -1
- package/lib/model/detector-recipe-collection.d.ts +1 -1
- package/lib/model/detector-recipe-collection.js +1 -1
- package/lib/model/detector-recipe-detector-rule-collection.d.ts +1 -1
- package/lib/model/detector-recipe-detector-rule-collection.js +1 -1
- package/lib/model/detector-recipe-detector-rule-summary.d.ts +9 -1
- package/lib/model/detector-recipe-detector-rule-summary.js +11 -1
- package/lib/model/detector-recipe-detector-rule-summary.js.map +1 -1
- package/lib/model/detector-recipe-detector-rule.d.ts +9 -1
- package/lib/model/detector-recipe-detector-rule.js +11 -1
- package/lib/model/detector-recipe-detector-rule.js.map +1 -1
- package/lib/model/detector-recipe-summary.d.ts +1 -1
- package/lib/model/detector-recipe-summary.js +1 -1
- package/lib/model/detector-recipe.d.ts +5 -1
- package/lib/model/detector-recipe.js +1 -1
- package/lib/model/detector-recipe.js.map +1 -1
- package/lib/model/detector-rule-collection.d.ts +1 -1
- package/lib/model/detector-rule-collection.js +1 -1
- package/lib/model/detector-rule-summary.d.ts +1 -1
- package/lib/model/detector-rule-summary.js +1 -1
- package/lib/model/detector-rule.d.ts +1 -1
- package/lib/model/detector-rule.js +1 -1
- package/lib/model/detector-summary.d.ts +1 -1
- package/lib/model/detector-summary.js +1 -1
- package/lib/model/detector.d.ts +1 -1
- package/lib/model/detector.js +1 -1
- package/lib/model/entities-mapping.d.ts +37 -0
- package/lib/model/entities-mapping.js +32 -0
- package/lib/model/entities-mapping.js.map +1 -0
- package/lib/model/entity-details.d.ts +36 -0
- package/lib/model/entity-details.js +32 -0
- package/lib/model/entity-details.js.map +1 -0
- package/lib/model/entity-type.d.ts +33 -0
- package/lib/model/entity-type.js +44 -0
- package/lib/model/entity-type.js.map +1 -0
- package/lib/model/event-status.d.ts +1 -1
- package/lib/model/event-status.js +1 -1
- package/lib/model/execute-responder-execution-details.d.ts +1 -1
- package/lib/model/execute-responder-execution-details.js +1 -1
- package/lib/model/feed-provider-type.d.ts +1 -1
- package/lib/model/feed-provider-type.js +1 -1
- package/lib/model/geographical-location.d.ts +1 -1
- package/lib/model/geographical-location.js +1 -1
- package/lib/model/impacted-resource-collection.d.ts +1 -1
- package/lib/model/impacted-resource-collection.js +1 -1
- package/lib/model/impacted-resource-summary.d.ts +1 -1
- package/lib/model/impacted-resource-summary.js +1 -1
- package/lib/model/index.d.ts +93 -1
- package/lib/model/index.js +99 -6
- package/lib/model/index.js.map +1 -1
- package/lib/model/insight-type-logging-query-details.d.ts +31 -0
- package/lib/model/insight-type-logging-query-details.js +57 -0
- package/lib/model/insight-type-logging-query-details.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/logging-event-info.d.ts +31 -0
- package/lib/model/logging-event-info.js +55 -0
- package/lib/model/logging-event-info.js.map +1 -0
- package/lib/model/logging-query-data-source-details.d.ts +57 -0
- package/lib/model/logging-query-data-source-details.js +71 -0
- package/lib/model/logging-query-data-source-details.js.map +1 -0
- package/lib/model/logging-query-data-source-summary-details.d.ts +39 -0
- package/lib/model/logging-query-data-source-summary-details.js +79 -0
- package/lib/model/logging-query-data-source-summary-details.js.map +1 -0
- package/lib/model/logging-query-details.d.ts +25 -0
- package/lib/model/logging-query-details.js +71 -0
- package/lib/model/logging-query-details.js.map +1 -0
- package/lib/model/logging-query-operator-type.d.ts +34 -0
- package/lib/model/logging-query-operator-type.js +45 -0
- package/lib/model/logging-query-operator-type.js.map +1 -0
- package/lib/model/logging-query-type.d.ts +30 -0
- package/lib/model/logging-query-type.js +41 -0
- package/lib/model/logging-query-type.js.map +1 -0
- package/lib/model/managed-list-collection.d.ts +1 -1
- package/lib/model/managed-list-collection.js +1 -1
- package/lib/model/managed-list-summary.d.ts +1 -1
- package/lib/model/managed-list-summary.js +1 -1
- package/lib/model/managed-list-type-collection.d.ts +1 -1
- package/lib/model/managed-list-type-collection.js +1 -1
- package/lib/model/managed-list-type-summary.d.ts +1 -1
- package/lib/model/managed-list-type-summary.js +1 -1
- package/lib/model/managed-list-type.d.ts +1 -1
- package/lib/model/managed-list-type.js +1 -1
- package/lib/model/managed-list.d.ts +1 -1
- package/lib/model/managed-list.js +1 -1
- package/lib/model/no-delay-start-policy.d.ts +27 -0
- package/lib/model/no-delay-start-policy.js +57 -0
- package/lib/model/no-delay-start-policy.js.map +1 -0
- package/lib/model/operation-status.d.ts +36 -0
- package/lib/model/operation-status.js +47 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +33 -0
- package/lib/model/operation-type.js +44 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/operator-summary.d.ts +1 -1
- package/lib/model/operator-summary.js +1 -1
- package/lib/model/operator-type.d.ts +1 -1
- package/lib/model/operator-type.js +1 -1
- package/lib/model/owner-type.d.ts +1 -1
- package/lib/model/owner-type.js +1 -1
- package/lib/model/policy-collection.d.ts +1 -1
- package/lib/model/policy-collection.js +1 -1
- package/lib/model/policy-summary.d.ts +1 -1
- package/lib/model/policy-summary.js +1 -1
- package/lib/model/political-location.d.ts +1 -1
- package/lib/model/political-location.js +1 -1
- package/lib/model/problem-aggregation-collection.d.ts +1 -1
- package/lib/model/problem-aggregation-collection.js +1 -1
- package/lib/model/problem-aggregation.d.ts +1 -1
- package/lib/model/problem-aggregation.js +1 -1
- package/lib/model/problem-category-enum.d.ts +1 -1
- package/lib/model/problem-category-enum.js +1 -1
- package/lib/model/problem-collection.d.ts +1 -1
- package/lib/model/problem-collection.js +1 -1
- package/lib/model/problem-dimension.d.ts +1 -1
- package/lib/model/problem-dimension.js +1 -1
- package/lib/model/problem-endpoint-collection.d.ts +1 -1
- package/lib/model/problem-endpoint-collection.js +1 -1
- package/lib/model/problem-endpoint-summary.d.ts +1 -1
- package/lib/model/problem-endpoint-summary.js +1 -1
- package/lib/model/problem-entity-collection.d.ts +29 -0
- package/lib/model/problem-entity-collection.js +64 -0
- package/lib/model/problem-entity-collection.js.map +1 -0
- package/lib/model/problem-entity-summary.d.ts +49 -0
- package/lib/model/problem-entity-summary.js +64 -0
- package/lib/model/problem-entity-summary.js.map +1 -0
- package/lib/model/problem-history-collection.d.ts +1 -1
- package/lib/model/problem-history-collection.js +1 -1
- package/lib/model/problem-history-summary.d.ts +1 -1
- package/lib/model/problem-history-summary.js +1 -1
- package/lib/model/problem-lifecycle-detail.d.ts +1 -1
- package/lib/model/problem-lifecycle-detail.js +1 -1
- package/lib/model/problem-lifecycle-state.d.ts +1 -1
- package/lib/model/problem-lifecycle-state.js +1 -1
- package/lib/model/problem-summary.d.ts +1 -1
- package/lib/model/problem-summary.js +1 -1
- package/lib/model/problem-trend-aggregation-collection.d.ts +1 -1
- package/lib/model/problem-trend-aggregation-collection.js +1 -1
- package/lib/model/problem-trend-aggregation.d.ts +1 -1
- package/lib/model/problem-trend-aggregation.js +1 -1
- package/lib/model/problem.d.ts +13 -1
- package/lib/model/problem.js +1 -1
- package/lib/model/problem.js.map +1 -1
- package/lib/model/query-replication-status.d.ts +32 -0
- package/lib/model/query-replication-status.js +43 -0
- package/lib/model/query-replication-status.js.map +1 -0
- package/lib/model/recommendation-lifecycle-detail.d.ts +1 -1
- package/lib/model/recommendation-lifecycle-detail.js +1 -1
- package/lib/model/recommendation-summary-collection.d.ts +1 -1
- package/lib/model/recommendation-summary-collection.js +1 -1
- package/lib/model/recommendation-summary.d.ts +1 -1
- package/lib/model/recommendation-summary.js +1 -1
- package/lib/model/recommendation-type.d.ts +1 -1
- package/lib/model/recommendation-type.js +1 -1
- package/lib/model/region-status-detail.d.ts +33 -0
- package/lib/model/region-status-detail.js +32 -0
- package/lib/model/region-status-detail.js.map +1 -0
- package/lib/model/remove-compartment-details.d.ts +2 -2
- package/lib/model/remove-compartment-details.js +1 -1
- package/lib/model/request-summarized-trend-resource-risk-scores-details.d.ts +1 -1
- package/lib/model/request-summarized-trend-resource-risk-scores-details.js +1 -1
- package/lib/model/resource-profile-collection.d.ts +1 -1
- package/lib/model/resource-profile-collection.js +1 -1
- package/lib/model/resource-profile-endpoint-collection.d.ts +1 -1
- package/lib/model/resource-profile-endpoint-collection.js +1 -1
- package/lib/model/resource-profile-endpoint-summary.d.ts +1 -1
- package/lib/model/resource-profile-endpoint-summary.js +1 -1
- package/lib/model/resource-profile-impacted-resource-collection.d.ts +1 -1
- package/lib/model/resource-profile-impacted-resource-collection.js +1 -1
- package/lib/model/resource-profile-impacted-resource-summary.d.ts +1 -1
- package/lib/model/resource-profile-impacted-resource-summary.js +1 -1
- package/lib/model/resource-profile-risk-score-aggregation-summary-collection.d.ts +1 -1
- package/lib/model/resource-profile-risk-score-aggregation-summary-collection.js +1 -1
- package/lib/model/resource-profile-risk-score-aggregation-summary.d.ts +1 -1
- package/lib/model/resource-profile-risk-score-aggregation-summary.js +1 -1
- package/lib/model/resource-profile-summary.d.ts +1 -1
- package/lib/model/resource-profile-summary.js +1 -1
- package/lib/model/resource-profile.d.ts +1 -1
- package/lib/model/resource-profile.js +1 -1
- package/lib/model/resource-risk-score-aggregation-collection.d.ts +1 -1
- package/lib/model/resource-risk-score-aggregation-collection.js +1 -1
- package/lib/model/resource-risk-score-aggregation.d.ts +1 -1
- package/lib/model/resource-risk-score-aggregation.js +1 -1
- package/lib/model/resource-risk-score-dimension.d.ts +1 -1
- package/lib/model/resource-risk-score-dimension.js +1 -1
- package/lib/model/resource-type-collection.d.ts +1 -1
- package/lib/model/resource-type-collection.js +1 -1
- package/lib/model/resource-type-summary.d.ts +1 -1
- package/lib/model/resource-type-summary.js +1 -1
- package/lib/model/responder-activity-collection.d.ts +1 -1
- package/lib/model/responder-activity-collection.js +1 -1
- package/lib/model/responder-activity-summary.d.ts +1 -1
- package/lib/model/responder-activity-summary.js +1 -1
- package/lib/model/responder-activity-type.d.ts +1 -1
- package/lib/model/responder-activity-type.js +1 -1
- package/lib/model/responder-configuration.d.ts +1 -1
- package/lib/model/responder-configuration.js +1 -1
- package/lib/model/responder-dimension.d.ts +1 -1
- package/lib/model/responder-dimension.js +1 -1
- package/lib/model/responder-execution-aggregation-collection.d.ts +1 -1
- package/lib/model/responder-execution-aggregation-collection.js +1 -1
- package/lib/model/responder-execution-aggregation.d.ts +1 -1
- package/lib/model/responder-execution-aggregation.js +1 -1
- package/lib/model/responder-execution-collection.d.ts +1 -1
- package/lib/model/responder-execution-collection.js +1 -1
- package/lib/model/responder-execution-modes.d.ts +1 -1
- package/lib/model/responder-execution-modes.js +1 -1
- package/lib/model/responder-execution-states.d.ts +1 -1
- package/lib/model/responder-execution-states.js +1 -1
- package/lib/model/responder-execution-status.d.ts +1 -1
- package/lib/model/responder-execution-status.js +1 -1
- package/lib/model/responder-execution-summary.d.ts +1 -1
- package/lib/model/responder-execution-summary.js +1 -1
- package/lib/model/responder-execution-trend-aggregation-collection.d.ts +1 -1
- package/lib/model/responder-execution-trend-aggregation-collection.js +1 -1
- package/lib/model/responder-execution-trend-aggregation.d.ts +1 -1
- package/lib/model/responder-execution-trend-aggregation.js +1 -1
- package/lib/model/responder-execution.d.ts +1 -1
- package/lib/model/responder-execution.js +1 -1
- package/lib/model/responder-mode-types.d.ts +1 -1
- package/lib/model/responder-mode-types.js +1 -1
- package/lib/model/responder-recipe-collection.d.ts +1 -1
- package/lib/model/responder-recipe-collection.js +1 -1
- package/lib/model/responder-recipe-responder-rule-collection.d.ts +1 -1
- package/lib/model/responder-recipe-responder-rule-collection.js +1 -1
- package/lib/model/responder-recipe-responder-rule-summary.d.ts +1 -1
- package/lib/model/responder-recipe-responder-rule-summary.js +1 -1
- package/lib/model/responder-recipe-responder-rule.d.ts +1 -1
- package/lib/model/responder-recipe-responder-rule.js +1 -1
- package/lib/model/responder-recipe-summary.d.ts +1 -1
- package/lib/model/responder-recipe-summary.js +1 -1
- package/lib/model/responder-recipe.d.ts +1 -1
- package/lib/model/responder-recipe.js +1 -1
- package/lib/model/responder-rule-collection.d.ts +1 -1
- package/lib/model/responder-rule-collection.js +1 -1
- package/lib/model/responder-rule-details.d.ts +1 -1
- package/lib/model/responder-rule-details.js +1 -1
- package/lib/model/responder-rule-execution-details.d.ts +1 -1
- package/lib/model/responder-rule-execution-details.js +1 -1
- package/lib/model/responder-rule-summary.d.ts +1 -1
- package/lib/model/responder-rule-summary.js +1 -1
- package/lib/model/responder-rule.d.ts +1 -1
- package/lib/model/responder-rule.js +1 -1
- package/lib/model/responder-type.d.ts +1 -1
- package/lib/model/responder-type.js +1 -1
- package/lib/model/risk-level.d.ts +1 -1
- package/lib/model/risk-level.js +1 -1
- package/lib/model/risk-score-aggregation-collection.d.ts +1 -1
- package/lib/model/risk-score-aggregation-collection.js +1 -1
- package/lib/model/risk-score-aggregation.d.ts +1 -1
- package/lib/model/risk-score-aggregation.js +1 -1
- package/lib/model/rule-summary.d.ts +1 -1
- package/lib/model/rule-summary.js +1 -1
- package/lib/model/security-policy-collection.d.ts +1 -1
- package/lib/model/security-policy-collection.js +1 -1
- package/lib/model/security-policy-summary.d.ts +1 -1
- package/lib/model/security-policy-summary.js +1 -1
- package/lib/model/security-policy.d.ts +1 -1
- package/lib/model/security-policy.js +1 -1
- package/lib/model/security-rating.d.ts +1 -1
- package/lib/model/security-rating.js +1 -1
- package/lib/model/security-recipe-collection.d.ts +1 -1
- package/lib/model/security-recipe-collection.js +1 -1
- package/lib/model/security-recipe-summary.d.ts +1 -1
- package/lib/model/security-recipe-summary.js +1 -1
- package/lib/model/security-recipe.d.ts +1 -1
- package/lib/model/security-recipe.js +1 -1
- package/lib/model/security-score-aggregation-collection.d.ts +1 -1
- package/lib/model/security-score-aggregation-collection.js +1 -1
- package/lib/model/security-score-aggregation.d.ts +1 -1
- package/lib/model/security-score-aggregation.js +1 -1
- package/lib/model/security-score-trend-aggregation-collection.d.ts +1 -1
- package/lib/model/security-score-trend-aggregation-collection.js +1 -1
- package/lib/model/security-score-trend-aggregation.d.ts +1 -1
- package/lib/model/security-score-trend-aggregation.js +1 -1
- package/lib/model/security-zone-collection.d.ts +1 -1
- package/lib/model/security-zone-collection.js +1 -1
- package/lib/model/security-zone-summary.d.ts +1 -1
- package/lib/model/security-zone-summary.js +1 -1
- package/lib/model/security-zone-target-details.d.ts +1 -1
- package/lib/model/security-zone-target-details.js +1 -1
- package/lib/model/security-zone.d.ts +1 -1
- package/lib/model/security-zone.js +1 -1
- package/lib/model/service-type-summary.d.ts +1 -1
- package/lib/model/service-type-summary.js +1 -1
- package/lib/model/severity.d.ts +1 -1
- package/lib/model/severity.js +1 -1
- package/lib/model/sighting-collection.d.ts +1 -1
- package/lib/model/sighting-collection.js +1 -1
- package/lib/model/sighting-endpoint-collection.d.ts +1 -1
- package/lib/model/sighting-endpoint-collection.js +1 -1
- package/lib/model/sighting-endpoint-summary.d.ts +1 -1
- package/lib/model/sighting-endpoint-summary.js +1 -1
- package/lib/model/sighting-impacted-resource-collection.d.ts +1 -1
- package/lib/model/sighting-impacted-resource-collection.js +1 -1
- package/lib/model/sighting-impacted-resource-summary.d.ts +1 -1
- package/lib/model/sighting-impacted-resource-summary.js +1 -1
- package/lib/model/sighting-summary.d.ts +1 -1
- package/lib/model/sighting-summary.js +1 -1
- package/lib/model/sighting-type.d.ts +1 -1
- package/lib/model/sighting-type.js +1 -1
- package/lib/model/sighting.d.ts +1 -1
- package/lib/model/sighting.js +1 -1
- package/lib/model/simple-condition.d.ts +1 -1
- package/lib/model/simple-condition.js +1 -1
- package/lib/model/skip-bulk-responder-execution-details.d.ts +1 -1
- package/lib/model/skip-bulk-responder-execution-details.js +1 -1
- package/lib/model/sort-orders.d.ts +1 -1
- package/lib/model/sort-orders.js +1 -1
- package/lib/model/tactic-collection.d.ts +1 -1
- package/lib/model/tactic-collection.js +1 -1
- package/lib/model/tactic-summary.d.ts +1 -1
- package/lib/model/tactic-summary.js +1 -1
- package/lib/model/target-collection.d.ts +1 -1
- package/lib/model/target-collection.js +1 -1
- package/lib/model/target-details.d.ts +1 -1
- package/lib/model/target-details.js +6 -3
- package/lib/model/target-details.js.map +1 -1
- package/lib/model/target-detector-details.d.ts +1 -1
- package/lib/model/target-detector-details.js +1 -1
- package/lib/model/target-detector-recipe-collection.d.ts +1 -1
- package/lib/model/target-detector-recipe-collection.js +1 -1
- package/lib/model/target-detector-recipe-detector-rule-collection.d.ts +1 -1
- package/lib/model/target-detector-recipe-detector-rule-collection.js +1 -1
- package/lib/model/target-detector-recipe-detector-rule-summary.d.ts +9 -1
- package/lib/model/target-detector-recipe-detector-rule-summary.js +11 -1
- package/lib/model/target-detector-recipe-detector-rule-summary.js.map +1 -1
- package/lib/model/target-detector-recipe-detector-rule.d.ts +9 -1
- package/lib/model/target-detector-recipe-detector-rule.js +12 -2
- package/lib/model/target-detector-recipe-detector-rule.js.map +1 -1
- package/lib/model/target-detector-recipe-summary.d.ts +1 -1
- package/lib/model/target-detector-recipe-summary.js +1 -1
- package/lib/model/target-detector-recipe.d.ts +1 -1
- package/lib/model/target-detector-recipe.js +1 -1
- package/lib/model/target-ids-selected.d.ts +1 -1
- package/lib/model/target-ids-selected.js +1 -1
- package/lib/model/target-resource-type.d.ts +1 -1
- package/lib/model/target-resource-type.js +1 -1
- package/lib/model/target-resource-types-selected.d.ts +1 -1
- package/lib/model/target-resource-types-selected.js +1 -1
- package/lib/model/target-responder-recipe-collection.d.ts +1 -1
- package/lib/model/target-responder-recipe-collection.js +1 -1
- package/lib/model/target-responder-recipe-responder-rule-collection.d.ts +1 -1
- package/lib/model/target-responder-recipe-responder-rule-collection.js +1 -1
- package/lib/model/target-responder-recipe-responder-rule-summary.d.ts +1 -1
- package/lib/model/target-responder-recipe-responder-rule-summary.js +1 -1
- package/lib/model/target-responder-recipe-responder-rule.d.ts +1 -1
- package/lib/model/target-responder-recipe-responder-rule.js +1 -1
- package/lib/model/target-responder-recipe-summary.d.ts +1 -1
- package/lib/model/target-responder-recipe-summary.js +1 -1
- package/lib/model/target-responder-recipe.d.ts +1 -1
- package/lib/model/target-responder-recipe.js +1 -1
- package/lib/model/target-selected.d.ts +1 -1
- package/lib/model/target-selected.js +6 -3
- package/lib/model/target-selected.js.map +1 -1
- package/lib/model/target-summary.d.ts +1 -1
- package/lib/model/target-summary.js +1 -1
- package/lib/model/target.d.ts +1 -1
- package/lib/model/target.js +1 -1
- package/lib/model/technique-collection.d.ts +1 -1
- package/lib/model/technique-collection.js +1 -1
- package/lib/model/technique-summary.d.ts +1 -1
- package/lib/model/technique-summary.js +1 -1
- package/lib/model/trigger-responder-details.d.ts +1 -1
- package/lib/model/trigger-responder-details.js +1 -1
- package/lib/model/update-bulk-problem-status-details.d.ts +1 -1
- package/lib/model/update-bulk-problem-status-details.js +1 -1
- package/lib/model/update-configuration-details.d.ts +1 -1
- package/lib/model/update-configuration-details.js +1 -1
- package/lib/model/update-data-mask-rule-details.d.ts +1 -1
- package/lib/model/update-data-mask-rule-details.js +1 -1
- package/lib/model/update-data-source-details.d.ts +54 -0
- package/lib/model/update-data-source-details.js +60 -0
- package/lib/model/update-data-source-details.js.map +1 -0
- package/lib/model/update-detector-recipe-details.d.ts +1 -1
- package/lib/model/update-detector-recipe-details.js +1 -1
- package/lib/model/update-detector-recipe-detector-rule-details.d.ts +1 -1
- package/lib/model/update-detector-recipe-detector-rule-details.js +1 -1
- package/lib/model/update-detector-recipe-detector-rule.d.ts +1 -1
- package/lib/model/update-detector-recipe-detector-rule.js +1 -1
- package/lib/model/update-detector-rule-details.d.ts +17 -1
- package/lib/model/update-detector-rule-details.js +12 -2
- package/lib/model/update-detector-rule-details.js.map +1 -1
- package/lib/model/update-managed-list-details.d.ts +1 -1
- package/lib/model/update-managed-list-details.js +1 -1
- package/lib/model/update-problem-status-details.d.ts +1 -1
- package/lib/model/update-problem-status-details.js +1 -1
- package/lib/model/update-responder-recipe-details.d.ts +1 -1
- package/lib/model/update-responder-recipe-details.js +1 -1
- package/lib/model/update-responder-recipe-responder-rule-details.d.ts +1 -1
- package/lib/model/update-responder-recipe-responder-rule-details.js +1 -1
- package/lib/model/update-responder-recipe-responder-rule.d.ts +1 -1
- package/lib/model/update-responder-recipe-responder-rule.js +1 -1
- package/lib/model/update-responder-rule-details.d.ts +1 -1
- package/lib/model/update-responder-rule-details.js +1 -1
- package/lib/model/update-security-policy-details.d.ts +1 -1
- package/lib/model/update-security-policy-details.js +1 -1
- package/lib/model/update-security-recipe-details.d.ts +1 -1
- package/lib/model/update-security-recipe-details.js +1 -1
- package/lib/model/update-security-zone-details.d.ts +1 -1
- package/lib/model/update-security-zone-details.js +1 -1
- package/lib/model/update-target-details.d.ts +2 -2
- package/lib/model/update-target-details.js +1 -1
- package/lib/model/update-target-detector-recipe-details.d.ts +1 -1
- package/lib/model/update-target-detector-recipe-details.js +1 -1
- package/lib/model/update-target-detector-recipe-detector-rule-details.d.ts +1 -1
- package/lib/model/update-target-detector-recipe-detector-rule-details.js +1 -1
- package/lib/model/update-target-detector-recipe.d.ts +1 -1
- package/lib/model/update-target-detector-recipe.js +1 -1
- package/lib/model/update-target-detector-rule-details.d.ts +1 -1
- package/lib/model/update-target-detector-rule-details.js +1 -1
- package/lib/model/update-target-recipe-detector-rule-details.d.ts +1 -1
- package/lib/model/update-target-recipe-detector-rule-details.js +1 -1
- package/lib/model/update-target-recipe-responder-rule-details.d.ts +1 -1
- package/lib/model/update-target-recipe-responder-rule-details.js +1 -1
- package/lib/model/update-target-responder-recipe-details.d.ts +1 -1
- package/lib/model/update-target-responder-recipe-details.js +1 -1
- package/lib/model/update-target-responder-recipe-responder-rule-details.d.ts +1 -1
- package/lib/model/update-target-responder-recipe-responder-rule-details.js +1 -1
- package/lib/model/update-target-responder-recipe.d.ts +1 -1
- package/lib/model/update-target-responder-recipe.js +1 -1
- package/lib/model/update-target-responder-rule-details.d.ts +1 -1
- package/lib/model/update-target-responder-rule-details.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +29 -0
- package/lib/model/work-request-error-collection.js +64 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +38 -0
- package/lib/model/work-request-error.js +32 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +29 -0
- package/lib/model/work-request-log-entry-collection.js +64 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +32 -0
- package/lib/model/work-request-log-entry.js +32 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +30 -0
- package/lib/model/work-request-resource-metadata-key.js +41 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +51 -0
- package/lib/model/work-request-resource.js +32 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +29 -0
- package/lib/model/work-request-summary-collection.js +64 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +65 -0
- package/lib/model/work-request-summary.js +64 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +65 -0
- package/lib/model/work-request.js +64 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/add-compartment-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +35 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-data-source-compartment-request.d.ts +49 -0
- package/lib/request/change-data-source-compartment-request.js +15 -0
- package/lib/request/change-data-source-compartment-request.js.map +1 -0
- 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/change-security-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-security-zone-compartment-request.d.ts +1 -1
- package/lib/request/create-data-mask-rule-request.d.ts +1 -1
- package/lib/request/create-data-source-request.d.ts +36 -0
- package/lib/request/create-data-source-request.js +15 -0
- package/lib/request/create-data-source-request.js.map +1 -0
- package/lib/request/create-detector-recipe-detector-rule-request.d.ts +40 -0
- package/lib/request/create-detector-recipe-detector-rule-request.js +15 -0
- package/lib/request/create-detector-recipe-detector-rule-request.js.map +1 -0
- 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-security-recipe-request.d.ts +1 -1
- package/lib/request/create-security-zone-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-data-source-request.d.ts +44 -0
- package/lib/request/delete-data-source-request.js +15 -0
- package/lib/request/delete-data-source-request.js.map +1 -0
- package/lib/request/delete-detector-recipe-detector-rule-data-source-request.d.ts +43 -0
- package/lib/request/delete-detector-recipe-detector-rule-data-source-request.js +15 -0
- package/lib/request/delete-detector-recipe-detector-rule-data-source-request.js.map +1 -0
- package/lib/request/delete-detector-recipe-detector-rule-request.d.ts +39 -0
- package/lib/request/delete-detector-recipe-detector-rule-request.js +15 -0
- package/lib/request/delete-detector-recipe-detector-rule-request.js.map +1 -0
- 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-security-recipe-request.d.ts +1 -1
- package/lib/request/delete-security-zone-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-data-source-request.d.ts +26 -0
- package/lib/request/get-data-source-request.js +15 -0
- package/lib/request/get-data-source-request.js.map +1 -0
- 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 +1 -1
- 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-security-policy-request.d.ts +1 -1
- package/lib/request/get-security-recipe-request.d.ts +1 -1
- package/lib/request/get-security-zone-request.d.ts +1 -1
- package/lib/request/get-sighting-request.d.ts +1 -1
- 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/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +33 -1
- package/lib/request/index.js +14 -2
- 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-data-source-events-request.d.ts +53 -0
- package/lib/request/list-data-source-events-request.js +23 -0
- package/lib/request/list-data-source-events-request.js.map +1 -0
- package/lib/request/list-data-sources-request.d.ts +87 -0
- package/lib/request/list-data-sources-request.js +29 -0
- package/lib/request/list-data-sources-request.js.map +1 -0
- 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 +1 -1
- package/lib/request/list-problem-entities-request.d.ts +49 -0
- package/lib/request/list-problem-entities-request.js +23 -0
- package/lib/request/list-problem-entities-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 +1 -1
- package/lib/request/list-resource-profile-impacted-resources-request.d.ts +1 -1
- package/lib/request/list-resource-profiles-request.d.ts +1 -1
- package/lib/request/list-resource-types-request.d.ts +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-security-policies-request.d.ts +1 -1
- package/lib/request/list-security-recipes-request.d.ts +1 -1
- package/lib/request/list-security-zones-request.d.ts +1 -1
- package/lib/request/list-sighting-endpoints-request.d.ts +1 -1
- package/lib/request/list-sighting-impacted-resources-request.d.ts +1 -1
- package/lib/request/list-sightings-request.d.ts +1 -1
- package/lib/request/list-tactics-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +48 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +48 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +56 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/remove-compartment-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/request-summarized-trend-problems-request.d.ts +1 -1
- package/lib/request/request-summarized-trend-resource-risk-scores-request.d.ts +1 -1
- 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-data-source-request.d.ts +49 -0
- package/lib/request/update-data-source-request.js +15 -0
- package/lib/request/update-data-source-request.js.map +1 -0
- 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-security-recipe-request.d.ts +1 -1
- package/lib/request/update-security-zone-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/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-data-source-compartment-response.d.ts +25 -0
- package/lib/response/change-data-source-compartment-response.js +15 -0
- package/lib/response/change-data-source-compartment-response.js.map +1 -0
- package/lib/response/create-data-source-response.d.ts +25 -0
- package/lib/response/create-data-source-response.js +15 -0
- package/lib/response/create-data-source-response.js.map +1 -0
- package/lib/response/create-detector-recipe-detector-rule-response.d.ts +30 -0
- package/lib/response/create-detector-recipe-detector-rule-response.js +15 -0
- package/lib/response/create-detector-recipe-detector-rule-response.js.map +1 -0
- package/lib/response/delete-data-source-response.d.ts +25 -0
- package/lib/response/delete-data-source-response.js +15 -0
- package/lib/response/delete-data-source-response.js.map +1 -0
- package/lib/response/delete-detector-recipe-detector-rule-data-source-response.d.ts +20 -0
- package/lib/response/delete-detector-recipe-detector-rule-data-source-response.js +15 -0
- package/lib/response/delete-detector-recipe-detector-rule-data-source-response.js.map +1 -0
- package/lib/response/delete-detector-recipe-detector-rule-response.d.ts +20 -0
- package/lib/response/delete-detector-recipe-detector-rule-response.js +15 -0
- package/lib/response/delete-detector-recipe-detector-rule-response.js.map +1 -0
- package/lib/response/get-data-source-response.d.ts +30 -0
- package/lib/response/get-data-source-response.js +15 -0
- package/lib/response/get-data-source-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +33 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-data-source-events-response.d.ts +32 -0
- package/lib/response/list-data-source-events-response.js +15 -0
- package/lib/response/list-data-source-events-response.js.map +1 -0
- package/lib/response/list-data-sources-response.d.ts +32 -0
- package/lib/response/list-data-sources-response.js +15 -0
- package/lib/response/list-data-sources-response.js.map +1 -0
- package/lib/response/list-problem-entities-response.d.ts +32 -0
- package/lib/response/list-problem-entities-response.js +15 -0
- package/lib/response/list-problem-entities-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-data-source-response.d.ts +25 -0
- package/lib/response/update-data-source-response.js +15 -0
- package/lib/response/update-data-source-response.js.map +1 -0
- package/package.json +3 -3
package/lib/model/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Cloud Guard and Security Zones API
|
|
4
4
|
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
5
5
|
|
|
6
|
-
**Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations
|
|
6
|
+
**Note:** For Cloud Guard, 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
7
|
|
|
8
8
|
* OpenAPI spec version: 20200131
|
|
9
9
|
*
|
|
@@ -34,11 +34,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
37
|
+
exports.DataMaskRuleSummary = exports.DataMaskRuleStatus = exports.DataMaskRuleCollection = exports.DataMaskRule = exports.DataMaskCategory = exports.CreateTargetResponderRecipeDetails = exports.CreateTargetDetectorRecipeDetails = exports.CreateTargetDetails = exports.CreateSecurityZoneDetails = exports.CreateSecurityRecipeDetails = exports.CreateSecurityPolicyDetails = exports.CreateResponderRecipeDetails = exports.CreateManagedListDetails = exports.CreateDetectorRuleDetails = exports.CreateDetectorRecipeDetectorRuleDetails = exports.CreateDetectorRecipeDetails = exports.CreateDataSourceDetails = exports.CreateDataMaskRuleDetails = exports.ContinuousQueryStartPolicy = 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.ChangeSecurityZoneCompartmentDetails = exports.ChangeSecurityRecipeCompartmentDetails = exports.ChangeSecurityPolicyCompartmentDetails = exports.ChangeResponderRecipeCompartmentDetails = exports.ChangeManagedListCompartmentDetails = exports.ChangeDetectorRecipeCompartmentDetails = exports.ChangeDataSourceCompartmentDetails = exports.CandidateResponderRule = exports.AttachTargetResponderRecipeDetails = exports.AttachTargetDetectorRecipeDetails = exports.AddCompartmentDetails = exports.ActorType = exports.ActivityProblemAggregationCollection = exports.ActivityProblemAggregation = exports.ActionType = void 0;
|
|
38
|
+
exports.OperatorType = exports.OperatorSummary = exports.OperationType = exports.OperationStatus = exports.ManagedListTypeSummary = exports.ManagedListTypeCollection = exports.ManagedListType = exports.ManagedListSummary = exports.ManagedListCollection = exports.ManagedList = exports.LoggingQueryType = exports.LoggingQueryOperatorType = exports.LoggingQueryDetails = exports.LifecycleState = exports.ImpactedResourceSummary = exports.ImpactedResourceCollection = exports.GeographicalLocation = exports.FeedProviderType = exports.ExecuteResponderExecutionDetails = exports.EventStatus = exports.EntityType = exports.EntityDetails = exports.EntitiesMapping = exports.DetectorSummary = exports.DetectorRuleSummary = 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.DataSourceSummaryDetails = exports.DataSourceSummary = exports.DataSourceStatus = exports.DataSourceMappingInfo = exports.DataSourceFeedProvider = exports.DataSourceEventSummary = exports.DataSourceEventInfoStatus = exports.DataSourceEventInfo = exports.DataSourceEventCollection = exports.DataSourceDetails = exports.DataSourceCollection = exports.DataSource = void 0;
|
|
39
|
+
exports.ResponderExecutionAggregation = exports.ResponderExecution = exports.ResponderDimension = exports.ResponderConfiguration = exports.ResponderActivityType = exports.ResponderActivitySummary = exports.ResponderActivityCollection = exports.ResourceTypeSummary = exports.ResourceTypeCollection = exports.ResourceRiskScoreDimension = exports.ResourceRiskScoreAggregationCollection = exports.ResourceRiskScoreAggregation = exports.ResourceProfileSummary = exports.ResourceProfileRiskScoreAggregationSummaryCollection = exports.ResourceProfileRiskScoreAggregationSummary = exports.ResourceProfileImpactedResourceSummary = exports.ResourceProfileImpactedResourceCollection = exports.ResourceProfileEndpointSummary = exports.ResourceProfileEndpointCollection = exports.ResourceProfileCollection = exports.ResourceProfile = exports.RequestSummarizedTrendResourceRiskScoresDetails = exports.RemoveCompartmentDetails = exports.RegionStatusDetail = exports.RecommendationType = exports.RecommendationSummaryCollection = exports.RecommendationSummary = exports.RecommendationLifecycleDetail = exports.QueryReplicationStatus = exports.ProblemTrendAggregationCollection = exports.ProblemTrendAggregation = exports.ProblemSummary = exports.ProblemLifecycleState = exports.ProblemLifecycleDetail = exports.ProblemHistorySummary = exports.ProblemHistoryCollection = exports.ProblemEntitySummary = exports.ProblemEntityCollection = exports.ProblemEndpointSummary = exports.ProblemEndpointCollection = exports.ProblemDimension = exports.ProblemCollection = exports.ProblemCategoryEnum = exports.ProblemAggregationCollection = exports.ProblemAggregation = exports.Problem = exports.PoliticalLocation = exports.PolicySummary = exports.PolicyCollection = exports.OwnerType = void 0;
|
|
40
|
+
exports.SkipBulkResponderExecutionDetails = exports.SightingType = exports.SightingSummary = exports.SightingImpactedResourceSummary = exports.SightingImpactedResourceCollection = exports.SightingEndpointSummary = exports.SightingEndpointCollection = exports.SightingCollection = exports.Sighting = exports.Severity = exports.ServiceTypeSummary = exports.SecurityZoneSummary = exports.SecurityZoneCollection = exports.SecurityZone = exports.SecurityScoreTrendAggregationCollection = exports.SecurityScoreTrendAggregation = exports.SecurityScoreAggregationCollection = exports.SecurityScoreAggregation = exports.SecurityRecipeSummary = exports.SecurityRecipeCollection = exports.SecurityRecipe = exports.SecurityRating = exports.SecurityPolicySummary = exports.SecurityPolicyCollection = exports.SecurityPolicy = 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 = void 0;
|
|
41
|
+
exports.UpdateTargetResponderRecipe = exports.UpdateTargetRecipeResponderRuleDetails = exports.UpdateTargetRecipeDetectorRuleDetails = exports.UpdateTargetDetectorRuleDetails = exports.UpdateTargetDetectorRecipeDetectorRuleDetails = exports.UpdateTargetDetectorRecipeDetails = exports.UpdateTargetDetectorRecipe = exports.UpdateTargetDetails = exports.UpdateSecurityZoneDetails = exports.UpdateSecurityRecipeDetails = exports.UpdateSecurityPolicyDetails = exports.UpdateResponderRuleDetails = exports.UpdateResponderRecipeResponderRuleDetails = exports.UpdateResponderRecipeResponderRule = exports.UpdateResponderRecipeDetails = exports.UpdateProblemStatusDetails = exports.UpdateManagedListDetails = exports.UpdateDetectorRuleDetails = exports.UpdateDetectorRecipeDetectorRuleDetails = exports.UpdateDetectorRecipeDetectorRule = exports.UpdateDetectorRecipeDetails = exports.UpdateDataSourceDetails = 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.TargetDetails = exports.TargetCollection = exports.Target = exports.TacticSummary = exports.TacticCollection = exports.SortOrders = void 0;
|
|
42
|
+
exports.TargetResourceTypesSelected = exports.TargetIdsSelected = exports.SimpleCondition = exports.SecurityZoneTargetDetails = exports.NoDelayStartPolicy = exports.LoggingQueryDataSourceSummaryDetails = exports.LoggingQueryDataSourceDetails = exports.LoggingEventInfo = exports.InsightTypeLoggingQueryDetails = exports.CompositeCondition = exports.AllTargetsSelected = exports.AbsoluteTimeStartPolicy = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateTargetResponderRuleDetails = exports.UpdateTargetResponderRecipeResponderRuleDetails = exports.UpdateTargetResponderRecipeDetails = void 0;
|
|
43
|
+
const ActionType = __importStar(require("./action-type"));
|
|
44
|
+
exports.ActionType = ActionType.ActionType;
|
|
42
45
|
const ActivityProblemAggregation = __importStar(require("./activity-problem-aggregation"));
|
|
43
46
|
exports.ActivityProblemAggregation = ActivityProblemAggregation.ActivityProblemAggregation;
|
|
44
47
|
const ActivityProblemAggregationCollection = __importStar(require("./activity-problem-aggregation-collection"));
|
|
@@ -53,6 +56,8 @@ const AttachTargetResponderRecipeDetails = __importStar(require("./attach-target
|
|
|
53
56
|
exports.AttachTargetResponderRecipeDetails = AttachTargetResponderRecipeDetails.AttachTargetResponderRecipeDetails;
|
|
54
57
|
const CandidateResponderRule = __importStar(require("./candidate-responder-rule"));
|
|
55
58
|
exports.CandidateResponderRule = CandidateResponderRule.CandidateResponderRule;
|
|
59
|
+
const ChangeDataSourceCompartmentDetails = __importStar(require("./change-data-source-compartment-details"));
|
|
60
|
+
exports.ChangeDataSourceCompartmentDetails = ChangeDataSourceCompartmentDetails.ChangeDataSourceCompartmentDetails;
|
|
56
61
|
const ChangeDetectorRecipeCompartmentDetails = __importStar(require("./change-detector-recipe-compartment-details"));
|
|
57
62
|
exports.ChangeDetectorRecipeCompartmentDetails = ChangeDetectorRecipeCompartmentDetails.ChangeDetectorRecipeCompartmentDetails;
|
|
58
63
|
const ChangeManagedListCompartmentDetails = __importStar(require("./change-managed-list-compartment-details"));
|
|
@@ -97,10 +102,18 @@ const Configuration = __importStar(require("./configuration"));
|
|
|
97
102
|
exports.Configuration = Configuration.Configuration;
|
|
98
103
|
const ConfigurationListItemType = __importStar(require("./configuration-list-item-type"));
|
|
99
104
|
exports.ConfigurationListItemType = ConfigurationListItemType.ConfigurationListItemType;
|
|
105
|
+
const ContinuousQueryStartPolicy = __importStar(require("./continuous-query-start-policy"));
|
|
106
|
+
exports.ContinuousQueryStartPolicy = ContinuousQueryStartPolicy.ContinuousQueryStartPolicy;
|
|
100
107
|
const CreateDataMaskRuleDetails = __importStar(require("./create-data-mask-rule-details"));
|
|
101
108
|
exports.CreateDataMaskRuleDetails = CreateDataMaskRuleDetails.CreateDataMaskRuleDetails;
|
|
109
|
+
const CreateDataSourceDetails = __importStar(require("./create-data-source-details"));
|
|
110
|
+
exports.CreateDataSourceDetails = CreateDataSourceDetails.CreateDataSourceDetails;
|
|
102
111
|
const CreateDetectorRecipeDetails = __importStar(require("./create-detector-recipe-details"));
|
|
103
112
|
exports.CreateDetectorRecipeDetails = CreateDetectorRecipeDetails.CreateDetectorRecipeDetails;
|
|
113
|
+
const CreateDetectorRecipeDetectorRuleDetails = __importStar(require("./create-detector-recipe-detector-rule-details"));
|
|
114
|
+
exports.CreateDetectorRecipeDetectorRuleDetails = CreateDetectorRecipeDetectorRuleDetails.CreateDetectorRecipeDetectorRuleDetails;
|
|
115
|
+
const CreateDetectorRuleDetails = __importStar(require("./create-detector-rule-details"));
|
|
116
|
+
exports.CreateDetectorRuleDetails = CreateDetectorRuleDetails.CreateDetectorRuleDetails;
|
|
104
117
|
const CreateManagedListDetails = __importStar(require("./create-managed-list-details"));
|
|
105
118
|
exports.CreateManagedListDetails = CreateManagedListDetails.CreateManagedListDetails;
|
|
106
119
|
const CreateResponderRecipeDetails = __importStar(require("./create-responder-recipe-details"));
|
|
@@ -127,6 +140,30 @@ const DataMaskRuleStatus = __importStar(require("./data-mask-rule-status"));
|
|
|
127
140
|
exports.DataMaskRuleStatus = DataMaskRuleStatus.DataMaskRuleStatus;
|
|
128
141
|
const DataMaskRuleSummary = __importStar(require("./data-mask-rule-summary"));
|
|
129
142
|
exports.DataMaskRuleSummary = DataMaskRuleSummary.DataMaskRuleSummary;
|
|
143
|
+
const DataSource = __importStar(require("./data-source"));
|
|
144
|
+
exports.DataSource = DataSource.DataSource;
|
|
145
|
+
const DataSourceCollection = __importStar(require("./data-source-collection"));
|
|
146
|
+
exports.DataSourceCollection = DataSourceCollection.DataSourceCollection;
|
|
147
|
+
const DataSourceDetails = __importStar(require("./data-source-details"));
|
|
148
|
+
exports.DataSourceDetails = DataSourceDetails.DataSourceDetails;
|
|
149
|
+
const DataSourceEventCollection = __importStar(require("./data-source-event-collection"));
|
|
150
|
+
exports.DataSourceEventCollection = DataSourceEventCollection.DataSourceEventCollection;
|
|
151
|
+
const DataSourceEventInfo = __importStar(require("./data-source-event-info"));
|
|
152
|
+
exports.DataSourceEventInfo = DataSourceEventInfo.DataSourceEventInfo;
|
|
153
|
+
const DataSourceEventInfoStatus = __importStar(require("./data-source-event-info-status"));
|
|
154
|
+
exports.DataSourceEventInfoStatus = DataSourceEventInfoStatus.DataSourceEventInfoStatus;
|
|
155
|
+
const DataSourceEventSummary = __importStar(require("./data-source-event-summary"));
|
|
156
|
+
exports.DataSourceEventSummary = DataSourceEventSummary.DataSourceEventSummary;
|
|
157
|
+
const DataSourceFeedProvider = __importStar(require("./data-source-feed-provider"));
|
|
158
|
+
exports.DataSourceFeedProvider = DataSourceFeedProvider.DataSourceFeedProvider;
|
|
159
|
+
const DataSourceMappingInfo = __importStar(require("./data-source-mapping-info"));
|
|
160
|
+
exports.DataSourceMappingInfo = DataSourceMappingInfo.DataSourceMappingInfo;
|
|
161
|
+
const DataSourceStatus = __importStar(require("./data-source-status"));
|
|
162
|
+
exports.DataSourceStatus = DataSourceStatus.DataSourceStatus;
|
|
163
|
+
const DataSourceSummary = __importStar(require("./data-source-summary"));
|
|
164
|
+
exports.DataSourceSummary = DataSourceSummary.DataSourceSummary;
|
|
165
|
+
const DataSourceSummaryDetails = __importStar(require("./data-source-summary-details"));
|
|
166
|
+
exports.DataSourceSummaryDetails = DataSourceSummaryDetails.DataSourceSummaryDetails;
|
|
130
167
|
const Detector = __importStar(require("./detector"));
|
|
131
168
|
exports.Detector = Detector.Detector;
|
|
132
169
|
const DetectorCollection = __importStar(require("./detector-collection"));
|
|
@@ -157,6 +194,12 @@ const DetectorRuleSummary = __importStar(require("./detector-rule-summary"));
|
|
|
157
194
|
exports.DetectorRuleSummary = DetectorRuleSummary.DetectorRuleSummary;
|
|
158
195
|
const DetectorSummary = __importStar(require("./detector-summary"));
|
|
159
196
|
exports.DetectorSummary = DetectorSummary.DetectorSummary;
|
|
197
|
+
const EntitiesMapping = __importStar(require("./entities-mapping"));
|
|
198
|
+
exports.EntitiesMapping = EntitiesMapping.EntitiesMapping;
|
|
199
|
+
const EntityDetails = __importStar(require("./entity-details"));
|
|
200
|
+
exports.EntityDetails = EntityDetails.EntityDetails;
|
|
201
|
+
const EntityType = __importStar(require("./entity-type"));
|
|
202
|
+
exports.EntityType = EntityType.EntityType;
|
|
160
203
|
const EventStatus = __importStar(require("./event-status"));
|
|
161
204
|
exports.EventStatus = EventStatus.EventStatus;
|
|
162
205
|
const ExecuteResponderExecutionDetails = __importStar(require("./execute-responder-execution-details"));
|
|
@@ -171,6 +214,12 @@ const ImpactedResourceSummary = __importStar(require("./impacted-resource-summar
|
|
|
171
214
|
exports.ImpactedResourceSummary = ImpactedResourceSummary.ImpactedResourceSummary;
|
|
172
215
|
const LifecycleState = __importStar(require("./lifecycle-state"));
|
|
173
216
|
exports.LifecycleState = LifecycleState.LifecycleState;
|
|
217
|
+
const LoggingQueryDetails = __importStar(require("./logging-query-details"));
|
|
218
|
+
exports.LoggingQueryDetails = LoggingQueryDetails.LoggingQueryDetails;
|
|
219
|
+
const LoggingQueryOperatorType = __importStar(require("./logging-query-operator-type"));
|
|
220
|
+
exports.LoggingQueryOperatorType = LoggingQueryOperatorType.LoggingQueryOperatorType;
|
|
221
|
+
const LoggingQueryType = __importStar(require("./logging-query-type"));
|
|
222
|
+
exports.LoggingQueryType = LoggingQueryType.LoggingQueryType;
|
|
174
223
|
const ManagedList = __importStar(require("./managed-list"));
|
|
175
224
|
exports.ManagedList = ManagedList.ManagedList;
|
|
176
225
|
const ManagedListCollection = __importStar(require("./managed-list-collection"));
|
|
@@ -183,6 +232,10 @@ const ManagedListTypeCollection = __importStar(require("./managed-list-type-coll
|
|
|
183
232
|
exports.ManagedListTypeCollection = ManagedListTypeCollection.ManagedListTypeCollection;
|
|
184
233
|
const ManagedListTypeSummary = __importStar(require("./managed-list-type-summary"));
|
|
185
234
|
exports.ManagedListTypeSummary = ManagedListTypeSummary.ManagedListTypeSummary;
|
|
235
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
236
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
237
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
238
|
+
exports.OperationType = OperationType.OperationType;
|
|
186
239
|
const OperatorSummary = __importStar(require("./operator-summary"));
|
|
187
240
|
exports.OperatorSummary = OperatorSummary.OperatorSummary;
|
|
188
241
|
const OperatorType = __importStar(require("./operator-type"));
|
|
@@ -211,6 +264,10 @@ const ProblemEndpointCollection = __importStar(require("./problem-endpoint-colle
|
|
|
211
264
|
exports.ProblemEndpointCollection = ProblemEndpointCollection.ProblemEndpointCollection;
|
|
212
265
|
const ProblemEndpointSummary = __importStar(require("./problem-endpoint-summary"));
|
|
213
266
|
exports.ProblemEndpointSummary = ProblemEndpointSummary.ProblemEndpointSummary;
|
|
267
|
+
const ProblemEntityCollection = __importStar(require("./problem-entity-collection"));
|
|
268
|
+
exports.ProblemEntityCollection = ProblemEntityCollection.ProblemEntityCollection;
|
|
269
|
+
const ProblemEntitySummary = __importStar(require("./problem-entity-summary"));
|
|
270
|
+
exports.ProblemEntitySummary = ProblemEntitySummary.ProblemEntitySummary;
|
|
214
271
|
const ProblemHistoryCollection = __importStar(require("./problem-history-collection"));
|
|
215
272
|
exports.ProblemHistoryCollection = ProblemHistoryCollection.ProblemHistoryCollection;
|
|
216
273
|
const ProblemHistorySummary = __importStar(require("./problem-history-summary"));
|
|
@@ -225,6 +282,8 @@ const ProblemTrendAggregation = __importStar(require("./problem-trend-aggregatio
|
|
|
225
282
|
exports.ProblemTrendAggregation = ProblemTrendAggregation.ProblemTrendAggregation;
|
|
226
283
|
const ProblemTrendAggregationCollection = __importStar(require("./problem-trend-aggregation-collection"));
|
|
227
284
|
exports.ProblemTrendAggregationCollection = ProblemTrendAggregationCollection.ProblemTrendAggregationCollection;
|
|
285
|
+
const QueryReplicationStatus = __importStar(require("./query-replication-status"));
|
|
286
|
+
exports.QueryReplicationStatus = QueryReplicationStatus.QueryReplicationStatus;
|
|
228
287
|
const RecommendationLifecycleDetail = __importStar(require("./recommendation-lifecycle-detail"));
|
|
229
288
|
exports.RecommendationLifecycleDetail = RecommendationLifecycleDetail.RecommendationLifecycleDetail;
|
|
230
289
|
const RecommendationSummary = __importStar(require("./recommendation-summary"));
|
|
@@ -233,6 +292,8 @@ const RecommendationSummaryCollection = __importStar(require("./recommendation-s
|
|
|
233
292
|
exports.RecommendationSummaryCollection = RecommendationSummaryCollection.RecommendationSummaryCollection;
|
|
234
293
|
const RecommendationType = __importStar(require("./recommendation-type"));
|
|
235
294
|
exports.RecommendationType = RecommendationType.RecommendationType;
|
|
295
|
+
const RegionStatusDetail = __importStar(require("./region-status-detail"));
|
|
296
|
+
exports.RegionStatusDetail = RegionStatusDetail.RegionStatusDetail;
|
|
236
297
|
const RemoveCompartmentDetails = __importStar(require("./remove-compartment-details"));
|
|
237
298
|
exports.RemoveCompartmentDetails = RemoveCompartmentDetails.RemoveCompartmentDetails;
|
|
238
299
|
const RequestSummarizedTrendResourceRiskScoresDetails = __importStar(require("./request-summarized-trend-resource-risk-scores-details"));
|
|
@@ -435,6 +496,8 @@ const UpdateConfigurationDetails = __importStar(require("./update-configuration-
|
|
|
435
496
|
exports.UpdateConfigurationDetails = UpdateConfigurationDetails.UpdateConfigurationDetails;
|
|
436
497
|
const UpdateDataMaskRuleDetails = __importStar(require("./update-data-mask-rule-details"));
|
|
437
498
|
exports.UpdateDataMaskRuleDetails = UpdateDataMaskRuleDetails.UpdateDataMaskRuleDetails;
|
|
499
|
+
const UpdateDataSourceDetails = __importStar(require("./update-data-source-details"));
|
|
500
|
+
exports.UpdateDataSourceDetails = UpdateDataSourceDetails.UpdateDataSourceDetails;
|
|
438
501
|
const UpdateDetectorRecipeDetails = __importStar(require("./update-detector-recipe-details"));
|
|
439
502
|
exports.UpdateDetectorRecipeDetails = UpdateDetectorRecipeDetails.UpdateDetectorRecipeDetails;
|
|
440
503
|
const UpdateDetectorRecipeDetectorRule = __importStar(require("./update-detector-recipe-detector-rule"));
|
|
@@ -483,10 +546,40 @@ const UpdateTargetResponderRecipeResponderRuleDetails = __importStar(require("./
|
|
|
483
546
|
exports.UpdateTargetResponderRecipeResponderRuleDetails = UpdateTargetResponderRecipeResponderRuleDetails.UpdateTargetResponderRecipeResponderRuleDetails;
|
|
484
547
|
const UpdateTargetResponderRuleDetails = __importStar(require("./update-target-responder-rule-details"));
|
|
485
548
|
exports.UpdateTargetResponderRuleDetails = UpdateTargetResponderRuleDetails.UpdateTargetResponderRuleDetails;
|
|
549
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
550
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
551
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
552
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
553
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
554
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
555
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
556
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
557
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
558
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
559
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
560
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
561
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
562
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
563
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
564
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
565
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
566
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
567
|
+
const AbsoluteTimeStartPolicy = __importStar(require("./absolute-time-start-policy"));
|
|
568
|
+
exports.AbsoluteTimeStartPolicy = AbsoluteTimeStartPolicy.AbsoluteTimeStartPolicy;
|
|
486
569
|
const AllTargetsSelected = __importStar(require("./all-targets-selected"));
|
|
487
570
|
exports.AllTargetsSelected = AllTargetsSelected.AllTargetsSelected;
|
|
488
571
|
const CompositeCondition = __importStar(require("./composite-condition"));
|
|
489
572
|
exports.CompositeCondition = CompositeCondition.CompositeCondition;
|
|
573
|
+
const InsightTypeLoggingQueryDetails = __importStar(require("./insight-type-logging-query-details"));
|
|
574
|
+
exports.InsightTypeLoggingQueryDetails = InsightTypeLoggingQueryDetails.InsightTypeLoggingQueryDetails;
|
|
575
|
+
const LoggingEventInfo = __importStar(require("./logging-event-info"));
|
|
576
|
+
exports.LoggingEventInfo = LoggingEventInfo.LoggingEventInfo;
|
|
577
|
+
const LoggingQueryDataSourceDetails = __importStar(require("./logging-query-data-source-details"));
|
|
578
|
+
exports.LoggingQueryDataSourceDetails = LoggingQueryDataSourceDetails.LoggingQueryDataSourceDetails;
|
|
579
|
+
const LoggingQueryDataSourceSummaryDetails = __importStar(require("./logging-query-data-source-summary-details"));
|
|
580
|
+
exports.LoggingQueryDataSourceSummaryDetails = LoggingQueryDataSourceSummaryDetails.LoggingQueryDataSourceSummaryDetails;
|
|
581
|
+
const NoDelayStartPolicy = __importStar(require("./no-delay-start-policy"));
|
|
582
|
+
exports.NoDelayStartPolicy = NoDelayStartPolicy.NoDelayStartPolicy;
|
|
490
583
|
const SecurityZoneTargetDetails = __importStar(require("./security-zone-target-details"));
|
|
491
584
|
exports.SecurityZoneTargetDetails = SecurityZoneTargetDetails.SecurityZoneTargetDetails;
|
|
492
585
|
const SimpleCondition = __importStar(require("./simple-condition"));
|
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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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Guard and Security Zones API
|
|
3
|
+
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
4
|
+
|
|
5
|
+
**Note:** For Cloud Guard, 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
|
+
|
|
7
|
+
* OpenAPI spec version: 20200131
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Additional details specific to insight type DataSource.
|
|
19
|
+
*/
|
|
20
|
+
export interface InsightTypeLoggingQueryDetails extends model.LoggingQueryDetails {
|
|
21
|
+
/**
|
|
22
|
+
* The key entities count used for data source query Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"keyEntitiesCount"?: number;
|
|
25
|
+
"loggingQueryType": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace InsightTypeLoggingQueryDetails {
|
|
28
|
+
function getJsonObj(obj: InsightTypeLoggingQueryDetails, isParentJsonObj?: boolean): object;
|
|
29
|
+
const loggingQueryType = "INSIGHT";
|
|
30
|
+
function getDeserializedJsonObj(obj: InsightTypeLoggingQueryDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cloud Guard and Security Zones API
|
|
4
|
+
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
5
|
+
|
|
6
|
+
**Note:** For Cloud Guard, 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
|
+
|
|
8
|
+
* OpenAPI spec version: 20200131
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.InsightTypeLoggingQueryDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var InsightTypeLoggingQueryDetails;
|
|
40
|
+
(function (InsightTypeLoggingQueryDetails) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.LoggingQueryDetails.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
InsightTypeLoggingQueryDetails.getJsonObj = getJsonObj;
|
|
48
|
+
InsightTypeLoggingQueryDetails.loggingQueryType = "INSIGHT";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.LoggingQueryDetails.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
InsightTypeLoggingQueryDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(InsightTypeLoggingQueryDetails = exports.InsightTypeLoggingQueryDetails || (exports.InsightTypeLoggingQueryDetails = {}));
|
|
57
|
+
//# sourceMappingURL=insight-type-logging-query-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insight-type-logging-query-details.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/insight-type-logging-query-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,8BAA8B,CA8B9C;AA9BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,+CAAgB,GAAG,SAAS,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAC/C,GAAG,CAC+B,CAAC,GACtC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA8B9C"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Cloud Guard and Security Zones API
|
|
3
3
|
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
4
4
|
|
|
5
|
-
**Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations
|
|
5
|
+
**Note:** For Cloud Guard, 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
6
|
|
|
7
7
|
* OpenAPI spec version: 20200131
|
|
8
8
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Cloud Guard and Security Zones API
|
|
4
4
|
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
5
5
|
|
|
6
|
-
**Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations
|
|
6
|
+
**Note:** For Cloud Guard, 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
7
|
|
|
8
8
|
* OpenAPI spec version: 20200131
|
|
9
9
|
*
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Guard and Security Zones API
|
|
3
|
+
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
4
|
+
|
|
5
|
+
**Note:** For Cloud Guard, 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
|
+
|
|
7
|
+
* OpenAPI spec version: 20200131
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The information about new Logging event detail of DataSource.
|
|
19
|
+
*/
|
|
20
|
+
export interface LoggingEventInfo extends model.DataSourceEventInfo {
|
|
21
|
+
"observedValue"?: string;
|
|
22
|
+
"triggerValue"?: string;
|
|
23
|
+
"operator"?: string;
|
|
24
|
+
"logResult"?: string;
|
|
25
|
+
"dataSourceFeedProvider": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace LoggingEventInfo {
|
|
28
|
+
function getJsonObj(obj: LoggingEventInfo, isParentJsonObj?: boolean): object;
|
|
29
|
+
const dataSourceFeedProvider = "LOGGINGQUERY";
|
|
30
|
+
function getDeserializedJsonObj(obj: LoggingEventInfo, isParentJsonObj?: boolean): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Cloud Guard and Security Zones API
|
|
4
|
+
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
5
|
+
|
|
6
|
+
**Note:** For Cloud Guard, 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
|
+
|
|
8
|
+
* OpenAPI spec version: 20200131
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.LoggingEventInfo = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var LoggingEventInfo;
|
|
40
|
+
(function (LoggingEventInfo) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.DataSourceEventInfo.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
LoggingEventInfo.getJsonObj = getJsonObj;
|
|
46
|
+
LoggingEventInfo.dataSourceFeedProvider = "LOGGINGQUERY";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.DataSourceEventInfo.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
LoggingEventInfo.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(LoggingEventInfo = exports.LoggingEventInfo || (exports.LoggingEventInfo = {}));
|
|
55
|
+
//# sourceMappingURL=logging-event-info.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logging-event-info.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/logging-event-info.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,gBAAgB,CAoBhC;AApBD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,2BAAU,aAOzB,CAAA;IACY,uCAAsB,GAAG,cAAc,CAAC;IACrD,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAoBhC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cloud Guard and Security Zones API
|
|
3
|
+
* Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
|
|
4
|
+
|
|
5
|
+
**Note:** For Cloud Guard, 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
|
+
|
|
7
|
+
* OpenAPI spec version: 20200131
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The information about new Logging Query of type DataSource.
|
|
19
|
+
*/
|
|
20
|
+
export interface LoggingQueryDataSourceDetails extends model.DataSourceDetails {
|
|
21
|
+
/**
|
|
22
|
+
* Logging Query regions
|
|
23
|
+
*/
|
|
24
|
+
"regions"?: Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* The continuous query expression that is run periodically.
|
|
27
|
+
*/
|
|
28
|
+
"query"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Interval in minutes that query is run periodically. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"intervalInMinutes"?: number;
|
|
33
|
+
/**
|
|
34
|
+
* The integer value that must be exceeded, fall below or equal to (depending on the operator), the query result to trigger an event. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"threshold"?: number;
|
|
37
|
+
"queryStartTime"?: model.AbsoluteTimeStartPolicy | model.NoDelayStartPolicy;
|
|
38
|
+
/**
|
|
39
|
+
* Operator used in Data Soruce
|
|
40
|
+
*/
|
|
41
|
+
"operator"?: model.LoggingQueryOperatorType;
|
|
42
|
+
/**
|
|
43
|
+
* Logging query type for data source (Sighting/Insight)
|
|
44
|
+
*/
|
|
45
|
+
"loggingQueryType"?: model.LoggingQueryType;
|
|
46
|
+
/**
|
|
47
|
+
* The additional entities count used for data source query. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
48
|
+
*/
|
|
49
|
+
"additionalEntitiesCount"?: number;
|
|
50
|
+
"loggingQueryDetails"?: model.InsightTypeLoggingQueryDetails;
|
|
51
|
+
"dataSourceFeedProvider": string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace LoggingQueryDataSourceDetails {
|
|
54
|
+
function getJsonObj(obj: LoggingQueryDataSourceDetails, isParentJsonObj?: boolean): object;
|
|
55
|
+
const dataSourceFeedProvider = "LOGGINGQUERY";
|
|
56
|
+
function getDeserializedJsonObj(obj: LoggingQueryDataSourceDetails, isParentJsonObj?: boolean): object;
|
|
57
|
+
}
|