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
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
* Indicates the classification status of the Sighitng
|
|
18
18
|
**/
|
|
19
19
|
export declare enum ClassificationStatus {
|
|
20
|
-
FalsePositive = "FALSE_POSITIVE",
|
|
21
20
|
FalseNegative = "FALSE_NEGATIVE",
|
|
22
|
-
TruePositive = "TRUE_POSITIVE",
|
|
23
21
|
TrueNegative = "TRUE_NEGATIVE",
|
|
22
|
+
FalsePositive = "FALSE_POSITIVE",
|
|
23
|
+
TruePositive = "TRUE_POSITIVE",
|
|
24
24
|
NotClassified = "NOT_CLASSIFIED",
|
|
25
25
|
/**
|
|
26
26
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -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
|
*
|
|
@@ -21,10 +21,10 @@ exports.ClassificationStatus = void 0;
|
|
|
21
21
|
**/
|
|
22
22
|
var ClassificationStatus;
|
|
23
23
|
(function (ClassificationStatus) {
|
|
24
|
-
ClassificationStatus["FalsePositive"] = "FALSE_POSITIVE";
|
|
25
24
|
ClassificationStatus["FalseNegative"] = "FALSE_NEGATIVE";
|
|
26
|
-
ClassificationStatus["TruePositive"] = "TRUE_POSITIVE";
|
|
27
25
|
ClassificationStatus["TrueNegative"] = "TRUE_NEGATIVE";
|
|
26
|
+
ClassificationStatus["FalsePositive"] = "FALSE_POSITIVE";
|
|
27
|
+
ClassificationStatus["TruePositive"] = "TRUE_POSITIVE";
|
|
28
28
|
ClassificationStatus["NotClassified"] = "NOT_CLASSIFIED";
|
|
29
29
|
/**
|
|
30
30
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classification-status.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/classification-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,oBAYX;AAZD,WAAY,oBAAoB;IAC9B,wDAAgC,CAAA;IAChC,
|
|
1
|
+
{"version":3,"file":"classification-status.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/classification-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,oBAYX;AAZD,WAAY,oBAAoB;IAC9B,wDAAgC,CAAA;IAChC,sDAA8B,CAAA;IAC9B,wDAAgC,CAAA;IAChC,sDAA8B,CAAA;IAC9B,wDAAgC,CAAA;IAEhC;;;OAGG;IACH,sDAA8B,CAAA;AAChC,CAAC,EAZW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAY/B;AAED,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,2CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAOpC"}
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
package/lib/model/condition.d.ts
CHANGED
|
@@ -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
|
*
|
package/lib/model/condition.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
|
*
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.Condition = void 0;
|
|
38
38
|
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
39
40
|
var Condition;
|
|
40
41
|
(function (Condition) {
|
|
41
42
|
function getJsonObj(obj) {
|
|
@@ -47,7 +48,8 @@ var Condition;
|
|
|
47
48
|
case "COMPOSITE":
|
|
48
49
|
return model.CompositeCondition.getJsonObj(jsonObj, true);
|
|
49
50
|
default:
|
|
50
|
-
|
|
51
|
+
if (common.LOG.logger)
|
|
52
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
51
53
|
}
|
|
52
54
|
}
|
|
53
55
|
return jsonObj;
|
|
@@ -62,7 +64,8 @@ var Condition;
|
|
|
62
64
|
case "COMPOSITE":
|
|
63
65
|
return model.CompositeCondition.getDeserializedJsonObj(jsonObj, true);
|
|
64
66
|
default:
|
|
65
|
-
|
|
67
|
+
if (common.LOG.logger)
|
|
68
|
+
common.LOG.logger.info(`Unknown value for: ${obj.kind}`);
|
|
66
69
|
}
|
|
67
70
|
}
|
|
68
71
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"condition.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"condition.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,SAAS,CAwCzB;AAxCD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,oBAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gCAAsB,yBAoBrC,CAAA;AACH,CAAC,EAxCgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAwCzB"}
|
|
@@ -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
|
*
|
package/lib/model/confidence.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
|
*
|
|
@@ -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
|
*
|
|
@@ -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
|
*
|
|
@@ -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,25 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* Continuous query start policy object
|
|
18
|
+
*/
|
|
19
|
+
export interface ContinuousQueryStartPolicy {
|
|
20
|
+
"startPolicyType": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace ContinuousQueryStartPolicy {
|
|
23
|
+
function getJsonObj(obj: ContinuousQueryStartPolicy): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: ContinuousQueryStartPolicy): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
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.ContinuousQueryStartPolicy = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
const common = require("oci-common");
|
|
40
|
+
var ContinuousQueryStartPolicy;
|
|
41
|
+
(function (ContinuousQueryStartPolicy) {
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
|
+
if (obj && "startPolicyType" in obj && obj.startPolicyType) {
|
|
45
|
+
switch (obj.startPolicyType) {
|
|
46
|
+
case "ABSOLUTE_TIME_START_POLICY":
|
|
47
|
+
return model.AbsoluteTimeStartPolicy.getJsonObj(jsonObj, true);
|
|
48
|
+
case "NO_DELAY_START_POLICY":
|
|
49
|
+
return model.NoDelayStartPolicy.getJsonObj(jsonObj, true);
|
|
50
|
+
default:
|
|
51
|
+
if (common.LOG.logger)
|
|
52
|
+
common.LOG.logger.info(`Unknown value for: ${obj.startPolicyType}`);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
ContinuousQueryStartPolicy.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
|
+
if (obj && "startPolicyType" in obj && obj.startPolicyType) {
|
|
61
|
+
switch (obj.startPolicyType) {
|
|
62
|
+
case "ABSOLUTE_TIME_START_POLICY":
|
|
63
|
+
return model.AbsoluteTimeStartPolicy.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
case "NO_DELAY_START_POLICY":
|
|
65
|
+
return model.NoDelayStartPolicy.getDeserializedJsonObj(jsonObj, true);
|
|
66
|
+
default:
|
|
67
|
+
if (common.LOG.logger)
|
|
68
|
+
common.LOG.logger.info(`Unknown value for: ${obj.startPolicyType}`);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
return jsonObj;
|
|
72
|
+
}
|
|
73
|
+
ContinuousQueryStartPolicy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
74
|
+
})(ContinuousQueryStartPolicy = exports.ContinuousQueryStartPolicy || (exports.ContinuousQueryStartPolicy = {}));
|
|
75
|
+
//# sourceMappingURL=continuous-query-start-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"continuous-query-start-policy.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/continuous-query-start-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,0BAA0B,CA6C1C;AA7CD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,iBAAiB,IAAI,GAAG,IAAI,GAAG,CAAC,eAAe,EAAE;YAC1D,QAAQ,GAAG,CAAC,eAAe,EAAE;gBAC3B,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,eAAe,EAAE,CAAC,CAAC;aACzE;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,qCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,iBAAiB,IAAI,GAAG,IAAI,GAAG,CAAC,eAAe,EAAE;YAC1D,QAAQ,GAAG,CAAC,eAAe,EAAE;gBAC3B,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,eAAe,EAAE,CAAC,CAAC;aACzE;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,iDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6C1C"}
|
|
@@ -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
|
*
|