pulumi-oci 2.11.0a1726768847__py3-none-any.whl → 2.12.0__py3-none-any.whl
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.
- pulumi_oci/__init__.py +145 -0
- pulumi_oci/_utilities.py +1 -1
- pulumi_oci/adm/_inputs.py +346 -0
- pulumi_oci/adm/get_knowledgebase.py +20 -4
- pulumi_oci/adm/get_knowledgebases.py +20 -4
- pulumi_oci/adm/get_remediation_recipe.py +26 -4
- pulumi_oci/adm/get_remediation_recipes.py +20 -4
- pulumi_oci/adm/get_remediation_run.py +26 -4
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +19 -4
- pulumi_oci/adm/get_remediation_run_stage.py +26 -4
- pulumi_oci/adm/get_remediation_run_stages.py +19 -4
- pulumi_oci/adm/get_remediation_runs.py +22 -4
- pulumi_oci/adm/get_vulnerability_audit.py +37 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +33 -4
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +31 -4
- pulumi_oci/adm/get_vulnerability_audits.py +30 -4
- pulumi_oci/adm/knowledge_base.py +5 -0
- pulumi_oci/adm/outputs.py +5 -0
- pulumi_oci/adm/remediation_recipe.py +5 -0
- pulumi_oci/adm/remediation_run.py +5 -0
- pulumi_oci/adm/vulnerability_audit.py +5 -0
- pulumi_oci/aianomalydetection/_inputs.py +375 -0
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +5 -0
- pulumi_oci/aianomalydetection/data_asset.py +5 -0
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +5 -0
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +24 -4
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +20 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +28 -4
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +24 -4
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_model.py +25 -4
- pulumi_oci/aianomalydetection/get_detection_models.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_project.py +21 -4
- pulumi_oci/aianomalydetection/get_detection_projects.py +19 -4
- pulumi_oci/aianomalydetection/model.py +5 -0
- pulumi_oci/aianomalydetection/outputs.py +5 -0
- pulumi_oci/aianomalydetection/project.py +5 -0
- pulumi_oci/aidocument/_inputs.py +366 -0
- pulumi_oci/aidocument/get_model.py +36 -4
- pulumi_oci/aidocument/get_models.py +22 -4
- pulumi_oci/aidocument/get_processor_job.py +23 -4
- pulumi_oci/aidocument/get_project.py +22 -4
- pulumi_oci/aidocument/get_projects.py +20 -4
- pulumi_oci/aidocument/model.py +5 -0
- pulumi_oci/aidocument/outputs.py +5 -0
- pulumi_oci/aidocument/processor_job.py +5 -0
- pulumi_oci/aidocument/project.py +5 -0
- pulumi_oci/ailanguage/_inputs.py +345 -0
- pulumi_oci/ailanguage/endpoint.py +5 -0
- pulumi_oci/ailanguage/get_endpoint.py +24 -4
- pulumi_oci/ailanguage/get_endpoints.py +24 -4
- pulumi_oci/ailanguage/get_model.py +27 -4
- pulumi_oci/ailanguage/get_model_evaluation_results.py +15 -4
- pulumi_oci/ailanguage/get_model_type.py +14 -4
- pulumi_oci/ailanguage/get_models.py +22 -4
- pulumi_oci/ailanguage/get_project.py +21 -4
- pulumi_oci/ailanguage/get_projects.py +20 -4
- pulumi_oci/ailanguage/model.py +5 -0
- pulumi_oci/ailanguage/outputs.py +5 -0
- pulumi_oci/ailanguage/project.py +5 -0
- pulumi_oci/aivision/_inputs.py +107 -0
- pulumi_oci/aivision/get_model.py +38 -4
- pulumi_oci/aivision/get_models.py +22 -4
- pulumi_oci/aivision/get_project.py +22 -4
- pulumi_oci/aivision/get_projects.py +20 -4
- pulumi_oci/aivision/model.py +5 -0
- pulumi_oci/aivision/outputs.py +5 -0
- pulumi_oci/aivision/project.py +5 -0
- pulumi_oci/analytics/_inputs.py +113 -0
- pulumi_oci/analytics/analytics_instance.py +59 -5
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +5 -0
- pulumi_oci/analytics/analytics_instance_vanity_url.py +5 -0
- pulumi_oci/analytics/get_analytics_instance.py +49 -7
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +23 -4
- pulumi_oci/analytics/get_analytics_instances.py +23 -4
- pulumi_oci/analytics/outputs.py +17 -1
- pulumi_oci/announcementsservice/_inputs.py +70 -0
- pulumi_oci/announcementsservice/announcement_subscription.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +5 -0
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +5 -0
- pulumi_oci/announcementsservice/get_announcement_subscription.py +26 -4
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +20 -4
- pulumi_oci/announcementsservice/get_services.py +19 -4
- pulumi_oci/announcementsservice/outputs.py +5 -0
- pulumi_oci/apigateway/_inputs.py +2309 -29
- pulumi_oci/apigateway/api.py +5 -0
- pulumi_oci/apigateway/certificate.py +5 -0
- pulumi_oci/apigateway/deployment.py +5 -0
- pulumi_oci/apigateway/gateway.py +5 -0
- pulumi_oci/apigateway/get_api.py +23 -4
- pulumi_oci/apigateway/get_api_content.py +13 -4
- pulumi_oci/apigateway/get_api_deployment_specification.py +15 -4
- pulumi_oci/apigateway/get_api_validation.py +13 -4
- pulumi_oci/apigateway/get_apis.py +19 -4
- pulumi_oci/apigateway/get_certificate.py +25 -4
- pulumi_oci/apigateway/get_certificates.py +19 -4
- pulumi_oci/apigateway/get_deployment.py +24 -4
- pulumi_oci/apigateway/get_deployments.py +21 -4
- pulumi_oci/apigateway/get_gateway.py +28 -4
- pulumi_oci/apigateway/get_gateways.py +21 -4
- pulumi_oci/apigateway/get_subscriber.py +22 -4
- pulumi_oci/apigateway/get_subscribers.py +19 -4
- pulumi_oci/apigateway/get_usage_plan.py +21 -4
- pulumi_oci/apigateway/get_usage_plans.py +19 -4
- pulumi_oci/apigateway/outputs.py +5 -0
- pulumi_oci/apigateway/subscriber.py +5 -0
- pulumi_oci/apigateway/usage_plan.py +5 -0
- pulumi_oci/apm/_inputs.py +28 -0
- pulumi_oci/apm/apm_domain.py +5 -0
- pulumi_oci/apm/get_apm_domain.py +22 -4
- pulumi_oci/apm/get_apm_domains.py +19 -4
- pulumi_oci/apm/get_data_keys.py +17 -4
- pulumi_oci/apm/outputs.py +5 -0
- pulumi_oci/apmconfig/_inputs.py +115 -0
- pulumi_oci/apmconfig/config.py +5 -0
- pulumi_oci/apmconfig/get_config.py +34 -4
- pulumi_oci/apmconfig/get_configs.py +29 -4
- pulumi_oci/apmconfig/outputs.py +5 -0
- pulumi_oci/apmsynthetics/_inputs.py +774 -0
- pulumi_oci/apmsynthetics/config.py +5 -0
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +24 -4
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +21 -4
- pulumi_oci/apmsynthetics/get_monitor.py +39 -4
- pulumi_oci/apmsynthetics/get_monitors.py +29 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +23 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +36 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +25 -4
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/get_result.py +23 -4
- pulumi_oci/apmsynthetics/get_script.py +26 -4
- pulumi_oci/apmsynthetics/get_scripts.py +19 -4
- pulumi_oci/apmsynthetics/get_vantage_point.py +17 -4
- pulumi_oci/apmsynthetics/get_vantage_points.py +19 -4
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +5 -0
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +5 -0
- pulumi_oci/apmsynthetics/outputs.py +5 -0
- pulumi_oci/apmsynthetics/script.py +5 -0
- pulumi_oci/apmtraces/_inputs.py +16 -0
- pulumi_oci/apmtraces/get_query_quick_picks.py +15 -4
- pulumi_oci/apmtraces/get_trace.py +39 -4
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +23 -4
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +24 -4
- pulumi_oci/apmtraces/outputs.py +5 -0
- pulumi_oci/appmgmtcontrol/_inputs.py +16 -0
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +21 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +17 -4
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +5 -0
- pulumi_oci/appmgmtcontrol/outputs.py +5 -0
- pulumi_oci/artifacts/_inputs.py +70 -0
- pulumi_oci/artifacts/container_configuration.py +5 -0
- pulumi_oci/artifacts/container_image_signature.py +5 -0
- pulumi_oci/artifacts/container_repository.py +5 -0
- pulumi_oci/artifacts/generic_artifact.py +5 -0
- pulumi_oci/artifacts/get_container_configuration.py +14 -4
- pulumi_oci/artifacts/get_container_image.py +30 -4
- pulumi_oci/artifacts/get_container_image_signature.py +26 -4
- pulumi_oci/artifacts/get_container_images.py +31 -4
- pulumi_oci/artifacts/get_container_repositories.py +25 -4
- pulumi_oci/artifacts/get_container_repository.py +29 -4
- pulumi_oci/artifacts/get_container_signatures.py +33 -4
- pulumi_oci/artifacts/get_generic_artifact.py +23 -4
- pulumi_oci/artifacts/get_generic_artifacts.py +28 -4
- pulumi_oci/artifacts/get_repositories.py +22 -4
- pulumi_oci/artifacts/get_repository.py +21 -4
- pulumi_oci/artifacts/outputs.py +5 -0
- pulumi_oci/artifacts/repository.py +5 -0
- pulumi_oci/audit/_inputs.py +16 -0
- pulumi_oci/audit/configuration.py +5 -0
- pulumi_oci/audit/get_configuration.py +13 -4
- pulumi_oci/audit/get_events.py +19 -4
- pulumi_oci/audit/outputs.py +5 -0
- pulumi_oci/autoscaling/_inputs.py +186 -0
- pulumi_oci/autoscaling/auto_scaling_configuration.py +5 -0
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +17 -4
- pulumi_oci/autoscaling/outputs.py +5 -0
- pulumi_oci/bastion/_inputs.py +76 -0
- pulumi_oci/bastion/bastion.py +5 -0
- pulumi_oci/bastion/get_bastion.py +31 -4
- pulumi_oci/bastion/get_bastions.py +21 -4
- pulumi_oci/bastion/get_session.py +26 -4
- pulumi_oci/bastion/get_sessions.py +21 -4
- pulumi_oci/bastion/outputs.py +5 -0
- pulumi_oci/bastion/session.py +5 -0
- pulumi_oci/bigdataservice/_inputs.py +1022 -0
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +5 -0
- pulumi_oci/bigdataservice/bds_instance.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_api_key.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
- pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +5 -0
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +23 -4
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance.py +46 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +23 -4
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +24 -4
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +25 -4
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +21 -4
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +15 -4
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +23 -4
- pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +19 -4
- pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
- pulumi_oci/bigdataservice/outputs.py +5 -0
- pulumi_oci/blockchain/_inputs.py +193 -0
- pulumi_oci/blockchain/blockchain_platform.py +5 -0
- pulumi_oci/blockchain/get_blockchain_platform.py +39 -4
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +15 -4
- pulumi_oci/blockchain/get_blockchain_platforms.py +19 -4
- pulumi_oci/blockchain/get_osn.py +18 -4
- pulumi_oci/blockchain/get_osns.py +17 -4
- pulumi_oci/blockchain/get_peer.py +21 -4
- pulumi_oci/blockchain/get_peers.py +17 -4
- pulumi_oci/blockchain/osn.py +5 -0
- pulumi_oci/blockchain/outputs.py +5 -0
- pulumi_oci/blockchain/peer.py +5 -0
- pulumi_oci/budget/_inputs.py +25 -0
- pulumi_oci/budget/budget.py +5 -0
- pulumi_oci/budget/get_alert_rule.py +27 -4
- pulumi_oci/budget/get_alert_rules.py +19 -4
- pulumi_oci/budget/get_budget.py +34 -4
- pulumi_oci/budget/get_budgets.py +21 -4
- pulumi_oci/budget/outputs.py +5 -0
- pulumi_oci/budget/rule.py +5 -0
- pulumi_oci/capacitymanagement/_inputs.py +290 -0
- pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +25 -4
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +24 -4
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +17 -4
- pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +27 -4
- pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +23 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +28 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +12 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +23 -4
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +22 -4
- pulumi_oci/capacitymanagement/get_occ_capacity_request.py +32 -4
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +24 -4
- pulumi_oci/capacitymanagement/get_occ_customer_group.py +24 -4
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +17 -4
- pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +25 -4
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +5 -0
- pulumi_oci/capacitymanagement/occ_capacity_request.py +5 -0
- pulumi_oci/capacitymanagement/occ_customer_group.py +5 -0
- pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +5 -0
- pulumi_oci/capacitymanagement/outputs.py +5 -0
- pulumi_oci/certificatesmanagement/_inputs.py +753 -0
- pulumi_oci/certificatesmanagement/ca_bundle.py +5 -0
- pulumi_oci/certificatesmanagement/certificate.py +5 -0
- pulumi_oci/certificatesmanagement/certificate_authority.py +5 -0
- pulumi_oci/certificatesmanagement/get_association.py +19 -4
- pulumi_oci/certificatesmanagement/get_associations.py +25 -4
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +21 -4
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +21 -4
- pulumi_oci/certificatesmanagement/get_certificate.py +31 -4
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +23 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +30 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificate_version.py +24 -4
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +17 -4
- pulumi_oci/certificatesmanagement/get_certificates.py +23 -4
- pulumi_oci/certificatesmanagement/outputs.py +5 -0
- pulumi_oci/cloudbridge/_inputs.py +521 -0
- pulumi_oci/cloudbridge/agent.py +5 -0
- pulumi_oci/cloudbridge/agent_dependency.py +5 -0
- pulumi_oci/cloudbridge/agent_plugin.py +5 -0
- pulumi_oci/cloudbridge/asset.py +5 -0
- pulumi_oci/cloudbridge/asset_source.py +5 -0
- pulumi_oci/cloudbridge/discovery_schedule.py +5 -0
- pulumi_oci/cloudbridge/environment.py +5 -0
- pulumi_oci/cloudbridge/get_agent.py +30 -4
- pulumi_oci/cloudbridge/get_agent_dependencies.py +23 -4
- pulumi_oci/cloudbridge/get_agent_dependency.py +28 -4
- pulumi_oci/cloudbridge/get_agent_plugin.py +24 -4
- pulumi_oci/cloudbridge/get_agents.py +23 -4
- pulumi_oci/cloudbridge/get_appliance_image.py +15 -4
- pulumi_oci/cloudbridge/get_appliance_images.py +17 -4
- pulumi_oci/cloudbridge/get_asset.py +29 -4
- pulumi_oci/cloudbridge/get_asset_source.py +31 -4
- pulumi_oci/cloudbridge/get_asset_sources.py +21 -4
- pulumi_oci/cloudbridge/get_assets.py +29 -4
- pulumi_oci/cloudbridge/get_discovery_schedule.py +22 -4
- pulumi_oci/cloudbridge/get_discovery_schedules.py +21 -4
- pulumi_oci/cloudbridge/get_environment.py +21 -4
- pulumi_oci/cloudbridge/get_environments.py +21 -4
- pulumi_oci/cloudbridge/get_inventories.py +17 -4
- pulumi_oci/cloudbridge/get_inventory.py +21 -4
- pulumi_oci/cloudbridge/inventory.py +5 -0
- pulumi_oci/cloudbridge/outputs.py +5 -0
- pulumi_oci/cloudguard/_inputs.py +1794 -25
- pulumi_oci/cloudguard/adhoc_query.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_configuration.py +5 -0
- pulumi_oci/cloudguard/cloud_guard_data_source.py +5 -0
- pulumi_oci/cloudguard/data_mask_rule.py +5 -0
- pulumi_oci/cloudguard/detector_recipe.py +5 -0
- pulumi_oci/cloudguard/get_adhoc_queries.py +25 -4
- pulumi_oci/cloudguard/get_adhoc_query.py +23 -4
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +15 -4
- pulumi_oci/cloudguard/get_data_mask_rule.py +26 -4
- pulumi_oci/cloudguard/get_data_mask_rules.py +29 -4
- pulumi_oci/cloudguard/get_data_source.py +25 -4
- pulumi_oci/cloudguard/get_data_source_event.py +15 -4
- pulumi_oci/cloudguard/get_data_source_events.py +17 -4
- pulumi_oci/cloudguard/get_data_sources.py +27 -4
- pulumi_oci/cloudguard/get_detector_recipe.py +28 -4
- pulumi_oci/cloudguard/get_detector_recipes.py +25 -4
- pulumi_oci/cloudguard/get_guard_target.py +29 -4
- pulumi_oci/cloudguard/get_guard_targets.py +25 -4
- pulumi_oci/cloudguard/get_managed_list.py +27 -4
- pulumi_oci/cloudguard/get_managed_lists.py +27 -4
- pulumi_oci/cloudguard/get_problem_entities.py +15 -4
- pulumi_oci/cloudguard/get_problem_entity.py +13 -4
- pulumi_oci/cloudguard/get_responder_recipe.py +26 -4
- pulumi_oci/cloudguard/get_responder_recipes.py +25 -4
- pulumi_oci/cloudguard/get_saved_queries.py +21 -4
- pulumi_oci/cloudguard/get_saved_query.py +22 -4
- pulumi_oci/cloudguard/get_security_policies.py +20 -4
- pulumi_oci/cloudguard/get_security_policy.py +25 -4
- pulumi_oci/cloudguard/get_security_recipe.py +23 -4
- pulumi_oci/cloudguard/get_security_recipes.py +20 -4
- pulumi_oci/cloudguard/get_security_zone.py +24 -4
- pulumi_oci/cloudguard/get_security_zones.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agent.py +24 -4
- pulumi_oci/cloudguard/get_wlp_agents.py +15 -4
- pulumi_oci/cloudguard/managed_list.py +5 -0
- pulumi_oci/cloudguard/outputs.py +5 -0
- pulumi_oci/cloudguard/responder_recipe.py +5 -0
- pulumi_oci/cloudguard/saved_query.py +5 -0
- pulumi_oci/cloudguard/security_recipe.py +5 -0
- pulumi_oci/cloudguard/security_zone.py +5 -0
- pulumi_oci/cloudguard/target.py +5 -0
- pulumi_oci/cloudguard/wlp_agent.py +5 -0
- pulumi_oci/cloudmigrations/_inputs.py +1382 -19
- pulumi_oci/cloudmigrations/get_migration.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_migration_assets.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan.py +28 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +21 -4
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +23 -4
- pulumi_oci/cloudmigrations/get_migration_plans.py +23 -4
- pulumi_oci/cloudmigrations/get_migrations.py +21 -4
- pulumi_oci/cloudmigrations/get_replication_schedule.py +22 -4
- pulumi_oci/cloudmigrations/get_replication_schedules.py +21 -4
- pulumi_oci/cloudmigrations/get_target_asset.py +32 -4
- pulumi_oci/cloudmigrations/get_target_assets.py +21 -4
- pulumi_oci/cloudmigrations/migration.py +5 -0
- pulumi_oci/cloudmigrations/migration_asset.py +5 -0
- pulumi_oci/cloudmigrations/migration_plan.py +5 -0
- pulumi_oci/cloudmigrations/outputs.py +5 -0
- pulumi_oci/cloudmigrations/replication_schedule.py +5 -0
- pulumi_oci/cloudmigrations/target_asset.py +5 -0
- pulumi_oci/clusterplacementgroups/_inputs.py +57 -0
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +5 -0
- pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +27 -4
- pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +24 -4
- pulumi_oci/clusterplacementgroups/outputs.py +5 -0
- pulumi_oci/computecloud/_inputs.py +228 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +5 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +5 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +32 -4
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +27 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +24 -4
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +27 -4
- pulumi_oci/computecloud/outputs.py +5 -0
- pulumi_oci/computeinstanceagent/_inputs.py +31 -0
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +20 -4
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +21 -4
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +21 -4
- pulumi_oci/computeinstanceagent/outputs.py +5 -0
- pulumi_oci/config/__init__.pyi +5 -0
- pulumi_oci/config/vars.py +5 -0
- pulumi_oci/containerengine/_inputs.py +1161 -0
- pulumi_oci/containerengine/addon.py +5 -0
- pulumi_oci/containerengine/cluster.py +5 -0
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +5 -0
- pulumi_oci/containerengine/cluster_workload_mapping.py +5 -0
- pulumi_oci/containerengine/container_instance.py +5 -0
- pulumi_oci/containerengine/get_addon.py +21 -4
- pulumi_oci/containerengine/get_addon_options.py +17 -4
- pulumi_oci/containerengine/get_addons.py +15 -4
- pulumi_oci/containerengine/get_cluster.py +29 -4
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +15 -4
- pulumi_oci/containerengine/get_cluster_kube_config.py +19 -4
- pulumi_oci/containerengine/get_cluster_option.py +16 -4
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +21 -4
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +15 -4
- pulumi_oci/containerengine/get_clusters.py +19 -4
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +14 -4
- pulumi_oci/containerengine/get_node_pool.py +35 -4
- pulumi_oci/containerengine/get_node_pool_option.py +18 -4
- pulumi_oci/containerengine/get_node_pools.py +21 -4
- pulumi_oci/containerengine/get_pod_shapes.py +19 -4
- pulumi_oci/containerengine/get_virtual_node_pool.py +30 -4
- pulumi_oci/containerengine/get_virtual_node_pools.py +21 -4
- pulumi_oci/containerengine/get_work_request_errors.py +17 -4
- pulumi_oci/containerengine/get_work_request_log_entries.py +17 -4
- pulumi_oci/containerengine/get_work_requests.py +23 -4
- pulumi_oci/containerengine/node_pool.py +5 -0
- pulumi_oci/containerengine/outputs.py +5 -0
- pulumi_oci/containerengine/virtual_node_pool.py +5 -0
- pulumi_oci/containerinstances/_inputs.py +31 -0
- pulumi_oci/containerinstances/get_container_instance.py +34 -4
- pulumi_oci/containerinstances/get_container_instance_shape.py +15 -4
- pulumi_oci/containerinstances/get_container_instance_shapes.py +17 -4
- pulumi_oci/containerinstances/get_container_instances.py +21 -4
- pulumi_oci/containerinstances/outputs.py +5 -0
- pulumi_oci/core/_inputs.py +5856 -160
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/app_catalog_subscription.py +5 -0
- pulumi_oci/core/boot_volume.py +5 -0
- pulumi_oci/core/boot_volume_backup.py +5 -0
- pulumi_oci/core/capture_filter.py +5 -0
- pulumi_oci/core/cluster_network.py +12 -7
- pulumi_oci/core/compute_capacity_report.py +5 -0
- pulumi_oci/core/compute_capacity_reservation.py +5 -0
- pulumi_oci/core/compute_capacity_topology.py +5 -0
- pulumi_oci/core/compute_cluster.py +5 -0
- pulumi_oci/core/compute_image_capability_schema.py +5 -0
- pulumi_oci/core/console_history.py +5 -0
- pulumi_oci/core/cpe.py +5 -0
- pulumi_oci/core/cross_connect.py +5 -0
- pulumi_oci/core/cross_connect_group.py +5 -0
- pulumi_oci/core/dedicated_vm_host.py +5 -0
- pulumi_oci/core/default_dhcp_options.py +5 -0
- pulumi_oci/core/default_route_table.py +5 -0
- pulumi_oci/core/default_security_list.py +5 -0
- pulumi_oci/core/dhcp_options.py +5 -0
- pulumi_oci/core/drg.py +5 -0
- pulumi_oci/core/drg_attachment.py +5 -0
- pulumi_oci/core/drg_attachment_management.py +5 -0
- pulumi_oci/core/drg_attachments_list.py +5 -0
- pulumi_oci/core/drg_route_distribution.py +5 -0
- pulumi_oci/core/drg_route_distribution_statement.py +5 -0
- pulumi_oci/core/drg_route_table.py +5 -0
- pulumi_oci/core/drg_route_table_route_rule.py +5 -0
- pulumi_oci/core/get_app_catalog_listing.py +19 -4
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +21 -4
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_app_catalog_listings.py +19 -4
- pulumi_oci/core/get_app_catalog_subscriptions.py +17 -4
- pulumi_oci/core/get_block_volume_replica.py +23 -4
- pulumi_oci/core/get_block_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volume.py +35 -4
- pulumi_oci/core/get_boot_volume_attachments.py +21 -4
- pulumi_oci/core/get_boot_volume_backup.py +30 -4
- pulumi_oci/core/get_boot_volume_backups.py +23 -4
- pulumi_oci/core/get_boot_volume_replica.py +24 -4
- pulumi_oci/core/get_boot_volume_replicas.py +23 -4
- pulumi_oci/core/get_boot_volumes.py +19 -4
- pulumi_oci/core/get_byoip_allocated_ranges.py +15 -4
- pulumi_oci/core/get_byoip_range.py +26 -4
- pulumi_oci/core/get_byoip_ranges.py +19 -4
- pulumi_oci/core/get_capture_filter.py +21 -4
- pulumi_oci/core/get_capture_filters.py +21 -4
- pulumi_oci/core/get_cluster_network.py +24 -4
- pulumi_oci/core/get_cluster_network_instances.py +19 -4
- pulumi_oci/core/get_cluster_networks.py +19 -4
- pulumi_oci/core/get_cnv_dns_resolver_association.py +14 -4
- pulumi_oci/core/get_compute_capacity_reservation.py +24 -4
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +19 -4
- pulumi_oci/core/get_compute_capacity_reservations.py +21 -4
- pulumi_oci/core/get_compute_capacity_topologies.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology.py +21 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +25 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +19 -4
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +21 -4
- pulumi_oci/core/get_compute_cluster.py +19 -4
- pulumi_oci/core/get_compute_clusters.py +19 -4
- pulumi_oci/core/get_compute_global_image_capability_schema.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +17 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +18 -4
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +17 -4
- pulumi_oci/core/get_compute_image_capability_schema.py +23 -4
- pulumi_oci/core/get_compute_image_capability_schemas.py +19 -4
- pulumi_oci/core/get_console_histories.py +21 -4
- pulumi_oci/core/get_console_history_data.py +17 -4
- pulumi_oci/core/get_cpe_device_shape.py +15 -4
- pulumi_oci/core/get_cpe_device_shapes.py +13 -4
- pulumi_oci/core/get_cpes.py +15 -4
- pulumi_oci/core/get_cross_connect.py +29 -4
- pulumi_oci/core/get_cross_connect_group.py +22 -4
- pulumi_oci/core/get_cross_connect_groups.py +19 -4
- pulumi_oci/core/get_cross_connect_locations.py +15 -4
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +15 -4
- pulumi_oci/core/get_cross_connect_status.py +16 -4
- pulumi_oci/core/get_cross_connects.py +21 -4
- pulumi_oci/core/get_dedicated_vm_host.py +25 -4
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_instances.py +19 -4
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +19 -4
- pulumi_oci/core/get_dedicated_vm_hosts.py +27 -4
- pulumi_oci/core/get_dhcp_options.py +21 -4
- pulumi_oci/core/get_drg_attachments.py +29 -4
- pulumi_oci/core/get_drg_route_distribution.py +20 -4
- pulumi_oci/core/get_drg_route_distribution_statements.py +15 -4
- pulumi_oci/core/get_drg_route_distributions.py +19 -4
- pulumi_oci/core/get_drg_route_rule.py +22 -4
- pulumi_oci/core/get_drg_route_table_route_rules.py +17 -4
- pulumi_oci/core/get_drg_route_tables.py +21 -4
- pulumi_oci/core/get_drgs.py +15 -4
- pulumi_oci/core/get_fast_connect_provider_service.py +23 -4
- pulumi_oci/core/get_fast_connect_provider_service_key.py +17 -4
- pulumi_oci/core/get_fast_connect_provider_services.py +15 -4
- pulumi_oci/core/get_image.py +30 -4
- pulumi_oci/core/get_image_shape.py +17 -4
- pulumi_oci/core/get_image_shapes.py +15 -4
- pulumi_oci/core/get_images.py +29 -4
- pulumi_oci/core/get_instance.py +84 -5
- pulumi_oci/core/get_instance_configuration.py +21 -4
- pulumi_oci/core/get_instance_configurations.py +15 -4
- pulumi_oci/core/get_instance_console_connections.py +17 -4
- pulumi_oci/core/get_instance_credentials.py +14 -4
- pulumi_oci/core/get_instance_devices.py +19 -4
- pulumi_oci/core/get_instance_maintenance_event.py +36 -4
- pulumi_oci/core/get_instance_maintenance_events.py +27 -4
- pulumi_oci/core/get_instance_maintenance_reboot.py +13 -4
- pulumi_oci/core/get_instance_measured_boot_report.py +14 -4
- pulumi_oci/core/get_instance_pool.py +25 -4
- pulumi_oci/core/get_instance_pool_instances.py +19 -4
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +19 -4
- pulumi_oci/core/get_instance_pools.py +19 -4
- pulumi_oci/core/get_instances.py +25 -4
- pulumi_oci/core/get_internet_gateways.py +21 -4
- pulumi_oci/core/get_ip_inventory_subnet.py +17 -4
- pulumi_oci/core/get_ip_inventory_subnet_cidr.py +17 -4
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +22 -4
- pulumi_oci/core/get_ipsec_algorithm.py +14 -4
- pulumi_oci/core/get_ipsec_config.py +17 -4
- pulumi_oci/core/get_ipsec_connection_tunnel.py +35 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +19 -4
- pulumi_oci/core/get_ipsec_connection_tunnels.py +15 -4
- pulumi_oci/core/get_ipsec_connections.py +19 -4
- pulumi_oci/core/get_ipsec_status.py +17 -4
- pulumi_oci/core/get_ipv6.py +22 -4
- pulumi_oci/core/get_ipv6s.py +19 -4
- pulumi_oci/core/get_letter_of_authority.py +18 -4
- pulumi_oci/core/get_listing_resource_version.py +21 -4
- pulumi_oci/core/get_listing_resource_versions.py +15 -4
- pulumi_oci/core/get_local_peering_gateways.py +17 -4
- pulumi_oci/core/get_nat_gateway.py +23 -4
- pulumi_oci/core/get_nat_gateways.py +21 -4
- pulumi_oci/core/get_network_security_group.py +19 -4
- pulumi_oci/core/get_network_security_group_security_rules.py +17 -4
- pulumi_oci/core/get_network_security_group_vnics.py +15 -4
- pulumi_oci/core/get_network_security_groups.py +23 -4
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +13 -4
- pulumi_oci/core/get_private_ip.py +25 -4
- pulumi_oci/core/get_private_ips.py +21 -4
- pulumi_oci/core/get_public_ip.py +27 -4
- pulumi_oci/core/get_public_ip_pool.py +19 -4
- pulumi_oci/core/get_public_ip_pools.py +19 -4
- pulumi_oci/core/get_public_ips.py +23 -4
- pulumi_oci/core/get_remote_peering_connections.py +17 -4
- pulumi_oci/core/get_route_tables.py +21 -4
- pulumi_oci/core/get_security_lists.py +21 -4
- pulumi_oci/core/get_service_gateways.py +19 -4
- pulumi_oci/core/get_services.py +13 -4
- pulumi_oci/core/get_shape.py +19 -4
- pulumi_oci/core/get_shapes.py +19 -4
- pulumi_oci/core/get_subnet.py +33 -4
- pulumi_oci/core/get_subnets.py +21 -4
- pulumi_oci/core/get_tunnel_security_associations.py +17 -4
- pulumi_oci/core/get_vcn.py +46 -5
- pulumi_oci/core/get_vcns.py +19 -4
- pulumi_oci/core/get_virtual_circuit.py +40 -4
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +15 -4
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +15 -4
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +17 -4
- pulumi_oci/core/get_virtual_circuits.py +19 -4
- pulumi_oci/core/get_virtual_networks.py +19 -4
- pulumi_oci/core/get_vlan.py +24 -4
- pulumi_oci/core/get_vlans.py +21 -4
- pulumi_oci/core/get_vnic.py +44 -5
- pulumi_oci/core/get_vnic_attachments.py +21 -4
- pulumi_oci/core/get_volume.py +35 -4
- pulumi_oci/core/get_volume_attachments.py +21 -4
- pulumi_oci/core/get_volume_backup_policies.py +15 -4
- pulumi_oci/core/get_volume_backup_policy_assignments.py +15 -4
- pulumi_oci/core/get_volume_backups.py +23 -4
- pulumi_oci/core/get_volume_group_backups.py +19 -4
- pulumi_oci/core/get_volume_group_replica.py +23 -4
- pulumi_oci/core/get_volume_group_replicas.py +21 -4
- pulumi_oci/core/get_volume_groups.py +21 -4
- pulumi_oci/core/get_volumes.py +25 -4
- pulumi_oci/core/get_vtap.py +33 -4
- pulumi_oci/core/get_vtaps.py +29 -4
- pulumi_oci/core/image.py +5 -0
- pulumi_oci/core/instance.py +92 -0
- pulumi_oci/core/instance_configuration.py +17 -0
- pulumi_oci/core/instance_console_connection.py +5 -0
- pulumi_oci/core/instance_maintenance_event.py +5 -0
- pulumi_oci/core/instance_pool.py +5 -0
- pulumi_oci/core/instance_pool_instance.py +5 -0
- pulumi_oci/core/internet_gateway.py +5 -0
- pulumi_oci/core/ipsec.py +188 -23
- pulumi_oci/core/ipsec_connection_tunnel_management.py +5 -0
- pulumi_oci/core/ipv6.py +5 -0
- pulumi_oci/core/listing_resource_version_agreement.py +5 -0
- pulumi_oci/core/local_peering_gateway.py +5 -0
- pulumi_oci/core/nat_gateway.py +5 -0
- pulumi_oci/core/network_security_group.py +5 -0
- pulumi_oci/core/network_security_group_security_rule.py +7 -2
- pulumi_oci/core/outputs.py +714 -107
- pulumi_oci/core/private_ip.py +5 -0
- pulumi_oci/core/public_ip.py +5 -0
- pulumi_oci/core/public_ip_pool.py +5 -0
- pulumi_oci/core/public_ip_pool_capacity.py +5 -0
- pulumi_oci/core/remote_peering_connection.py +5 -0
- pulumi_oci/core/route_table.py +5 -0
- pulumi_oci/core/route_table_attachment.py +5 -0
- pulumi_oci/core/security_list.py +5 -0
- pulumi_oci/core/service_gateway.py +18 -7
- pulumi_oci/core/shape_management.py +5 -0
- pulumi_oci/core/subnet.py +5 -0
- pulumi_oci/core/vcn.py +70 -23
- pulumi_oci/core/virtual_circuit.py +5 -0
- pulumi_oci/core/virtual_network.py +40 -1
- pulumi_oci/core/vlan.py +5 -0
- pulumi_oci/core/vnic_attachment.py +7 -0
- pulumi_oci/core/volume.py +5 -0
- pulumi_oci/core/volume_attachment.py +5 -0
- pulumi_oci/core/volume_backup.py +5 -0
- pulumi_oci/core/volume_backup_policy.py +5 -0
- pulumi_oci/core/volume_backup_policy_assignment.py +5 -0
- pulumi_oci/core/volume_group.py +5 -0
- pulumi_oci/core/volume_group_backup.py +5 -0
- pulumi_oci/core/vtap.py +5 -0
- pulumi_oci/database/_inputs.py +5192 -45
- pulumi_oci/database/application_vip.py +5 -0
- pulumi_oci/database/autonomous_container_database.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +5 -0
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +5 -0
- pulumi_oci/database/autonomous_database.py +53 -28
- pulumi_oci/database/autonomous_database_backup.py +17 -12
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +5 -0
- pulumi_oci/database/autonomous_database_saas_admin_user.py +5 -0
- pulumi_oci/database/autonomous_database_software_image.py +5 -0
- pulumi_oci/database/autonomous_database_wallet.py +5 -0
- pulumi_oci/database/autonomous_exadata_infrastructure.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +5 -0
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +5 -0
- pulumi_oci/database/backup.py +17 -12
- pulumi_oci/database/backup_cancel_management.py +5 -0
- pulumi_oci/database/backup_destination.py +5 -0
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -0
- pulumi_oci/database/cloud_database_management.py +5 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +7 -0
- pulumi_oci/database/cloud_vm_cluster.py +76 -0
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +5 -0
- pulumi_oci/database/data_guard_association.py +5 -0
- pulumi_oci/database/database.py +20 -15
- pulumi_oci/database/database_software_image.py +5 -0
- pulumi_oci/database/database_upgrade.py +17 -12
- pulumi_oci/database/db_home.py +5 -0
- pulumi_oci/database/db_node.py +5 -0
- pulumi_oci/database/db_node_console_connection.py +5 -0
- pulumi_oci/database/db_node_console_history.py +5 -0
- pulumi_oci/database/db_system.py +14 -9
- pulumi_oci/database/db_systems_upgrade.py +5 -0
- pulumi_oci/database/exadata_infrastructure.py +7 -0
- pulumi_oci/database/exadata_infrastructure_compute.py +5 -0
- pulumi_oci/database/exadata_infrastructure_storage.py +5 -0
- pulumi_oci/database/exadata_iorm_config.py +5 -0
- pulumi_oci/database/exadb_vm_cluster.py +5 -0
- pulumi_oci/database/exascale_db_storage_vault.py +5 -0
- pulumi_oci/database/external_container_database.py +5 -0
- pulumi_oci/database/external_container_database_management.py +5 -0
- pulumi_oci/database/external_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_database_connector.py +5 -0
- pulumi_oci/database/external_non_container_database.py +5 -0
- pulumi_oci/database/external_non_container_database_management.py +5 -0
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/external_pluggable_database.py +5 -0
- pulumi_oci/database/external_pluggable_database_management.py +5 -0
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +5 -0
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +5 -0
- pulumi_oci/database/get_application_vip.py +23 -4
- pulumi_oci/database/get_application_vips.py +19 -4
- pulumi_oci/database/get_autonomous_character_sets.py +19 -4
- pulumi_oci/database/get_autonomous_container_database.py +74 -5
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +37 -4
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +23 -4
- pulumi_oci/database/get_autonomous_container_database_versions.py +17 -4
- pulumi_oci/database/get_autonomous_container_databases.py +31 -4
- pulumi_oci/database/get_autonomous_container_patches.py +19 -4
- pulumi_oci/database/get_autonomous_database.py +166 -8
- pulumi_oci/database/get_autonomous_database_backup.py +37 -7
- pulumi_oci/database/get_autonomous_database_backups.py +23 -4
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +25 -4
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +15 -4
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +16 -4
- pulumi_oci/database/get_autonomous_database_peers.py +15 -4
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +15 -4
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +14 -4
- pulumi_oci/database/get_autonomous_database_software_image.py +24 -4
- pulumi_oci/database/get_autonomous_database_software_images.py +21 -4
- pulumi_oci/database/get_autonomous_database_wallet.py +19 -4
- pulumi_oci/database/get_autonomous_databases.py +125 -9
- pulumi_oci/database/get_autonomous_databases_clones.py +23 -4
- pulumi_oci/database/get_autonomous_db_preview_versions.py +15 -4
- pulumi_oci/database/get_autonomous_db_versions.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +33 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +15 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +17 -4
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_autonomous_patch.py +22 -4
- pulumi_oci/database/get_autonomous_virtual_machine.py +24 -4
- pulumi_oci/database/get_autonomous_virtual_machines.py +19 -4
- pulumi_oci/database/get_autonomous_vm_cluster.py +62 -4
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +32 -4
- pulumi_oci/database/get_autonomous_vm_clusters.py +21 -4
- pulumi_oci/database/get_backup_destination.py +28 -4
- pulumi_oci/database/get_backup_destinations.py +17 -4
- pulumi_oci/database/get_backups.py +19 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +67 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +17 -4
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +31 -4
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +23 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +47 -4
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +21 -4
- pulumi_oci/database/get_cloud_vm_cluster.py +77 -5
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +16 -4
- pulumi_oci/database/get_cloud_vm_clusters.py +21 -4
- pulumi_oci/database/get_data_guard_association.py +56 -4
- pulumi_oci/database/get_data_guard_associations.py +15 -4
- pulumi_oci/database/get_database.py +50 -7
- pulumi_oci/database/get_database_maintenance_run_histories.py +25 -4
- pulumi_oci/database/get_database_maintenance_run_history.py +14 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +19 -4
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +24 -4
- pulumi_oci/database/get_database_software_image.py +29 -4
- pulumi_oci/database/get_database_software_images.py +25 -4
- pulumi_oci/database/get_database_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_database_upgrade_history_entry.py +25 -4
- pulumi_oci/database/get_databases.py +23 -4
- pulumi_oci/database/get_db_home.py +32 -4
- pulumi_oci/database/get_db_home_patch_history_entries.py +15 -4
- pulumi_oci/database/get_db_home_patches.py +15 -4
- pulumi_oci/database/get_db_homes.py +27 -4
- pulumi_oci/database/get_db_node.py +36 -4
- pulumi_oci/database/get_db_node_console_connection.py +22 -4
- pulumi_oci/database/get_db_node_console_connections.py +15 -4
- pulumi_oci/database/get_db_node_console_histories.py +19 -4
- pulumi_oci/database/get_db_node_console_history.py +21 -4
- pulumi_oci/database/get_db_node_console_history_content.py +14 -4
- pulumi_oci/database/get_db_nodes.py +23 -4
- pulumi_oci/database/get_db_server.py +33 -4
- pulumi_oci/database/get_db_servers.py +21 -4
- pulumi_oci/database/get_db_system_compute_performances.py +15 -4
- pulumi_oci/database/get_db_system_history_entries.py +15 -4
- pulumi_oci/database/get_db_system_patches.py +15 -4
- pulumi_oci/database/get_db_system_shapes.py +17 -4
- pulumi_oci/database/get_db_system_storage_performances.py +17 -4
- pulumi_oci/database/get_db_systems.py +23 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +19 -4
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +24 -4
- pulumi_oci/database/get_db_versions.py +25 -4
- pulumi_oci/database/get_exadata_infrastructure.py +60 -4
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +15 -4
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +20 -4
- pulumi_oci/database/get_exadata_infrastructures.py +19 -4
- pulumi_oci/database/get_exadata_iorm_config.py +16 -4
- pulumi_oci/database/get_exadb_vm_cluster.py +51 -4
- pulumi_oci/database/get_exadb_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +17 -4
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +22 -4
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_exadb_vm_clusters.py +21 -4
- pulumi_oci/database/get_exascale_db_storage_vault.py +27 -4
- pulumi_oci/database/get_exascale_db_storage_vaults.py +19 -4
- pulumi_oci/database/get_external_container_database.py +30 -4
- pulumi_oci/database/get_external_container_databases.py +19 -4
- pulumi_oci/database/get_external_database_connector.py +26 -4
- pulumi_oci/database/get_external_database_connectors.py +21 -4
- pulumi_oci/database/get_external_non_container_database.py +31 -4
- pulumi_oci/database/get_external_non_container_databases.py +19 -4
- pulumi_oci/database/get_external_pluggable_database.py +33 -4
- pulumi_oci/database/get_external_pluggable_databases.py +21 -4
- pulumi_oci/database/get_flex_components.py +17 -4
- pulumi_oci/database/get_gi_version_minor_versions.py +25 -4
- pulumi_oci/database/get_gi_versions.py +19 -4
- pulumi_oci/database/get_infrastructure_target_version.py +18 -4
- pulumi_oci/database/get_key_store.py +22 -4
- pulumi_oci/database/get_key_stores.py +15 -4
- pulumi_oci/database/get_maintenance_run.py +42 -4
- pulumi_oci/database/get_maintenance_runs.py +27 -4
- pulumi_oci/database/get_managed_preferred_credential.py +22 -4
- pulumi_oci/database/get_managed_preferred_credentials.py +15 -4
- pulumi_oci/database/get_oneoff_patch.py +27 -4
- pulumi_oci/database/get_oneoff_patches.py +19 -4
- pulumi_oci/database/get_pluggable_database.py +47 -5
- pulumi_oci/database/get_pluggable_databases.py +21 -4
- pulumi_oci/database/get_system_versions.py +19 -4
- pulumi_oci/database/get_vm_cluster.py +57 -5
- pulumi_oci/database/get_vm_cluster_network.py +29 -4
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +17 -4
- pulumi_oci/database/get_vm_cluster_networks.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch.py +21 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +15 -4
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +20 -4
- pulumi_oci/database/get_vm_cluster_patches.py +15 -4
- pulumi_oci/database/get_vm_cluster_recommended_network.py +37 -4
- pulumi_oci/database/get_vm_cluster_update.py +22 -4
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +19 -4
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +21 -4
- pulumi_oci/database/get_vm_cluster_updates.py +19 -4
- pulumi_oci/database/get_vm_clusters.py +21 -4
- pulumi_oci/database/key_store.py +5 -0
- pulumi_oci/database/maintenance_run.py +5 -0
- pulumi_oci/database/oneoff_patch.py +5 -0
- pulumi_oci/database/outputs.py +1436 -74
- pulumi_oci/database/pluggable_database.py +39 -0
- pulumi_oci/database/pluggable_database_managements_management.py +5 -0
- pulumi_oci/database/pluggable_databases_local_clone.py +5 -0
- pulumi_oci/database/pluggable_databases_remote_clone.py +5 -0
- pulumi_oci/database/vm_cluster.py +76 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +33 -0
- pulumi_oci/database/vm_cluster_network.py +5 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +33 -0
- pulumi_oci/databasemanagement/_inputs.py +2985 -55
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +5 -0
- pulumi_oci/databasemanagement/external_asm.py +5 -0
- pulumi_oci/databasemanagement/external_asm_instance.py +5 -0
- pulumi_oci/databasemanagement/external_cluster.py +5 -0
- pulumi_oci/databasemanagement/external_cluster_instance.py +5 -0
- pulumi_oci/databasemanagement/external_db_home.py +5 -0
- pulumi_oci/databasemanagement/external_db_node.py +5 -0
- pulumi_oci/databasemanagement/external_db_system.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_connector.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_discovery.py +5 -0
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +5 -0
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +5 -0
- pulumi_oci/databasemanagement/external_listener.py +5 -0
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -0
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +26 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +15 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +17 -4
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +25 -4
- pulumi_oci/databasemanagement/get_external_asm.py +30 -4
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +15 -4
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +17 -4
- pulumi_oci/databasemanagement/get_external_asm_instance.py +27 -4
- pulumi_oci/databasemanagement/get_external_asm_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_asm_users.py +17 -4
- pulumi_oci/databasemanagement/get_external_asms.py +19 -4
- pulumi_oci/databasemanagement/get_external_cluster.py +32 -4
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +30 -4
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +19 -4
- pulumi_oci/databasemanagement/get_external_clusters.py +19 -4
- pulumi_oci/databasemanagement/get_external_databases.py +21 -4
- pulumi_oci/databasemanagement/get_external_db_home.py +25 -4
- pulumi_oci/databasemanagement/get_external_db_homes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_node.py +29 -4
- pulumi_oci/databasemanagement/get_external_db_nodes.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system.py +27 -4
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +28 -4
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +17 -4
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +26 -4
- pulumi_oci/databasemanagement/get_external_db_systems.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +33 -4
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +17 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +30 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +19 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +28 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +36 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +15 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +13 -4
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +19 -4
- pulumi_oci/databasemanagement/get_external_listener.py +39 -4
- pulumi_oci/databasemanagement/get_external_listener_services.py +19 -4
- pulumi_oci/databasemanagement/get_external_listeners.py +19 -4
- pulumi_oci/databasemanagement/get_job_executions_status.py +24 -4
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +26 -4
- pulumi_oci/databasemanagement/get_managed_database.py +34 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +29 -4
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_group.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_groups.py +20 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +28 -4
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +24 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +41 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +25 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +22 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +27 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +31 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +19 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +23 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +30 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +15 -4
- pulumi_oci/databasemanagement/get_managed_database_user.py +40 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +17 -4
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +21 -4
- pulumi_oci/databasemanagement/get_managed_database_users.py +19 -4
- pulumi_oci/databasemanagement/get_managed_databases.py +24 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +15 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +23 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +21 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +17 -4
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +25 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +15 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +21 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +15 -4
- pulumi_oci/databasemanagement/get_named_credential.py +26 -4
- pulumi_oci/databasemanagement/get_named_credentials.py +23 -4
- pulumi_oci/databasemanagement/managed_database.py +5 -0
- pulumi_oci/databasemanagement/managed_database_group.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +5 -0
- pulumi_oci/databasemanagement/named_credential.py +5 -0
- pulumi_oci/databasemanagement/outputs.py +5 -0
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -0
- pulumi_oci/databasemigration/_inputs.py +687 -0
- pulumi_oci/databasemigration/connection.py +5 -0
- pulumi_oci/databasemigration/get_connection.py +53 -4
- pulumi_oci/databasemigration/get_connections.py +25 -4
- pulumi_oci/databasemigration/get_job_advisor_report.py +18 -4
- pulumi_oci/databasemigration/get_job_output.py +13 -4
- pulumi_oci/databasemigration/get_migration.py +39 -4
- pulumi_oci/databasemigration/get_migration_object_types.py +15 -4
- pulumi_oci/databasemigration/get_migrations.py +39 -4
- pulumi_oci/databasemigration/job.py +5 -0
- pulumi_oci/databasemigration/migration.py +5 -0
- pulumi_oci/databasemigration/outputs.py +5 -0
- pulumi_oci/databasetools/_inputs.py +215 -0
- pulumi_oci/databasetools/database_tools_connection.py +5 -0
- pulumi_oci/databasetools/database_tools_private_endpoint.py +5 -0
- pulumi_oci/databasetools/get_database_tools_connection.py +33 -4
- pulumi_oci/databasetools/get_database_tools_connections.py +25 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +23 -4
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +21 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +32 -4
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +23 -4
- pulumi_oci/databasetools/outputs.py +5 -0
- pulumi_oci/datacatalog/_inputs.py +130 -0
- pulumi_oci/datacatalog/catalog.py +5 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +5 -0
- pulumi_oci/datacatalog/connection.py +5 -0
- pulumi_oci/datacatalog/data_asset.py +5 -0
- pulumi_oci/datacatalog/get_catalog.py +26 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +25 -4
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +19 -4
- pulumi_oci/datacatalog/get_catalog_type.py +27 -4
- pulumi_oci/datacatalog/get_catalog_types.py +31 -4
- pulumi_oci/datacatalog/get_catalogs.py +19 -4
- pulumi_oci/datacatalog/get_connection.py +33 -4
- pulumi_oci/datacatalog/get_connections.py +39 -4
- pulumi_oci/datacatalog/get_data_asset.py +30 -4
- pulumi_oci/datacatalog/get_data_assets.py +29 -4
- pulumi_oci/datacatalog/get_metastore.py +24 -4
- pulumi_oci/datacatalog/get_metastores.py +19 -4
- pulumi_oci/datacatalog/metastore.py +5 -0
- pulumi_oci/datacatalog/outputs.py +5 -0
- pulumi_oci/dataflow/_inputs.py +420 -0
- pulumi_oci/dataflow/application.py +5 -0
- pulumi_oci/dataflow/get_application.py +45 -4
- pulumi_oci/dataflow/get_applications.py +23 -4
- pulumi_oci/dataflow/get_invoke_run.py +57 -4
- pulumi_oci/dataflow/get_invoke_runs.py +29 -4
- pulumi_oci/dataflow/get_pool.py +27 -4
- pulumi_oci/dataflow/get_pools.py +23 -4
- pulumi_oci/dataflow/get_private_endpoint.py +28 -4
- pulumi_oci/dataflow/get_private_endpoints.py +23 -4
- pulumi_oci/dataflow/get_run_log.py +18 -4
- pulumi_oci/dataflow/get_run_logs.py +15 -4
- pulumi_oci/dataflow/get_run_statement.py +20 -4
- pulumi_oci/dataflow/get_run_statements.py +17 -4
- pulumi_oci/dataflow/get_sql_endpoint.py +36 -4
- pulumi_oci/dataflow/get_sql_endpoints.py +21 -4
- pulumi_oci/dataflow/invoke_run.py +5 -0
- pulumi_oci/dataflow/outputs.py +5 -0
- pulumi_oci/dataflow/pool.py +5 -0
- pulumi_oci/dataflow/private_endpoint.py +5 -0
- pulumi_oci/dataflow/run_statement.py +5 -0
- pulumi_oci/dataflow/sql_endpoint.py +5 -0
- pulumi_oci/dataintegration/_inputs.py +3126 -70
- pulumi_oci/dataintegration/get_workspace.py +34 -4
- pulumi_oci/dataintegration/get_workspace_application.py +38 -4
- pulumi_oci/dataintegration/get_workspace_application_patch.py +36 -4
- pulumi_oci/dataintegration/get_workspace_application_patches.py +23 -4
- pulumi_oci/dataintegration/get_workspace_application_schedule.py +30 -4
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +25 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +43 -4
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +27 -4
- pulumi_oci/dataintegration/get_workspace_applications.py +23 -4
- pulumi_oci/dataintegration/get_workspace_export_request.py +32 -4
- pulumi_oci/dataintegration/get_workspace_export_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_folder.py +27 -4
- pulumi_oci/dataintegration/get_workspace_folders.py +25 -4
- pulumi_oci/dataintegration/get_workspace_import_request.py +30 -4
- pulumi_oci/dataintegration/get_workspace_import_requests.py +25 -4
- pulumi_oci/dataintegration/get_workspace_project.py +26 -4
- pulumi_oci/dataintegration/get_workspace_projects.py +23 -4
- pulumi_oci/dataintegration/get_workspace_task.py +41 -4
- pulumi_oci/dataintegration/get_workspace_tasks.py +27 -4
- pulumi_oci/dataintegration/get_workspaces.py +19 -4
- pulumi_oci/dataintegration/outputs.py +5 -0
- pulumi_oci/dataintegration/workspace.py +5 -0
- pulumi_oci/dataintegration/workspace_application.py +5 -0
- pulumi_oci/dataintegration/workspace_application_patch.py +5 -0
- pulumi_oci/dataintegration/workspace_application_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +5 -0
- pulumi_oci/dataintegration/workspace_export_request.py +5 -0
- pulumi_oci/dataintegration/workspace_folder.py +5 -0
- pulumi_oci/dataintegration/workspace_import_request.py +5 -0
- pulumi_oci/dataintegration/workspace_project.py +5 -0
- pulumi_oci/dataintegration/workspace_task.py +5 -0
- pulumi_oci/datalabellingservice/_inputs.py +174 -0
- pulumi_oci/datalabellingservice/dataset.py +5 -0
- pulumi_oci/datalabellingservice/get_annotation_format.py +13 -4
- pulumi_oci/datalabellingservice/get_annotation_formats.py +15 -4
- pulumi_oci/datalabellingservice/get_dataset.py +30 -4
- pulumi_oci/datalabellingservice/get_datasets.py +22 -4
- pulumi_oci/datalabellingservice/outputs.py +5 -0
- pulumi_oci/datasafe/__init__.py +12 -0
- pulumi_oci/datasafe/_inputs.py +2641 -137
- pulumi_oci/datasafe/add_sdm_columns.py +5 -0
- pulumi_oci/datasafe/alert.py +5 -0
- pulumi_oci/datasafe/alert_policy.py +5 -0
- pulumi_oci/datasafe/alert_policy_rule.py +5 -0
- pulumi_oci/datasafe/audit_archive_retrieval.py +5 -0
- pulumi_oci/datasafe/audit_policy.py +5 -0
- pulumi_oci/datasafe/audit_policy_management.py +5 -0
- pulumi_oci/datasafe/audit_profile.py +5 -0
- pulumi_oci/datasafe/audit_profile_management.py +5 -0
- pulumi_oci/datasafe/audit_trail.py +5 -0
- pulumi_oci/datasafe/audit_trail_management.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_available.py +5 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +5 -0
- pulumi_oci/datasafe/compare_security_assessment.py +5 -0
- pulumi_oci/datasafe/compare_user_assessment.py +5 -0
- pulumi_oci/datasafe/data_safe_configuration.py +5 -0
- pulumi_oci/datasafe/data_safe_private_endpoint.py +5 -0
- pulumi_oci/datasafe/database_security_config.py +5 -0
- pulumi_oci/datasafe/database_security_config_management.py +5 -0
- pulumi_oci/datasafe/discovery_jobs_result.py +5 -0
- pulumi_oci/datasafe/discovery_mod.py +5 -0
- pulumi_oci/datasafe/get_alert.py +35 -4
- pulumi_oci/datasafe/get_alert_analytic.py +29 -4
- pulumi_oci/datasafe/get_alert_policies.py +33 -4
- pulumi_oci/datasafe/get_alert_policy.py +26 -4
- pulumi_oci/datasafe/get_alert_policy_rule.py +20 -4
- pulumi_oci/datasafe/get_alert_policy_rules.py +15 -4
- pulumi_oci/datasafe/get_alerts.py +24 -4
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +28 -4
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +29 -4
- pulumi_oci/datasafe/get_audit_event.py +19 -4
- pulumi_oci/datasafe/get_audit_event_analytic.py +29 -4
- pulumi_oci/datasafe/get_audit_events.py +21 -4
- pulumi_oci/datasafe/get_audit_policies.py +27 -4
- pulumi_oci/datasafe/get_audit_policy.py +30 -4
- pulumi_oci/datasafe/get_audit_profile.py +30 -4
- pulumi_oci/datasafe/get_audit_profile_analytic.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +21 -4
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +23 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +19 -4
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +21 -4
- pulumi_oci/datasafe/get_audit_profiles.py +33 -4
- pulumi_oci/datasafe/get_audit_trail.py +36 -4
- pulumi_oci/datasafe/get_audit_trail_analytic.py +21 -4
- pulumi_oci/datasafe/get_audit_trails.py +29 -4
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +11 -4
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +17 -4
- pulumi_oci/datasafe/get_data_safe_configuration.py +20 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +26 -4
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +25 -4
- pulumi_oci/datasafe/get_discovery_analytic.py +21 -4
- pulumi_oci/datasafe/get_discovery_analytics.py +27 -4
- pulumi_oci/datasafe/get_discovery_job.py +36 -4
- pulumi_oci/datasafe/get_discovery_jobs_result.py +33 -4
- pulumi_oci/datasafe/get_discovery_jobs_results.py +27 -4
- pulumi_oci/datasafe/get_library_masking_format.py +23 -4
- pulumi_oci/datasafe/get_library_masking_formats.py +31 -4
- pulumi_oci/datasafe/get_list_user_grants.py +31 -4
- pulumi_oci/datasafe/get_masking_analytic.py +21 -4
- pulumi_oci/datasafe/get_masking_analytics.py +23 -4
- pulumi_oci/datasafe/get_masking_policies.py +33 -4
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +29 -4
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +43 -4
- pulumi_oci/datasafe/get_masking_policy.py +30 -4
- pulumi_oci/datasafe/get_masking_policy_health_report.py +22 -4
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +17 -4
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +29 -4
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +21 -4
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +17 -4
- pulumi_oci/datasafe/get_masking_report.py +30 -4
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +27 -4
- pulumi_oci/datasafe/get_masking_reports.py +23 -4
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +25 -4
- pulumi_oci/datasafe/get_onprem_connector.py +23 -4
- pulumi_oci/datasafe/get_onprem_connectors.py +25 -4
- pulumi_oci/datasafe/get_report.py +24 -4
- pulumi_oci/datasafe/get_report_content.py +12 -4
- pulumi_oci/datasafe/get_report_definition.py +39 -4
- pulumi_oci/datasafe/get_report_definitions.py +29 -4
- pulumi_oci/datasafe/get_reports.py +54 -5
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +23 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +25 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +27 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +27 -4
- pulumi_oci/datasafe/get_security_assessment.py +38 -4
- pulumi_oci/datasafe/get_security_assessment_comparison.py +18 -4
- pulumi_oci/datasafe/get_security_assessment_finding.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +29 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +31 -4
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +33 -4
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +21 -4
- pulumi_oci/datasafe/get_security_assessment_security_features.py +43 -4
- pulumi_oci/datasafe/get_security_assessments.py +39 -4
- pulumi_oci/datasafe/get_security_policies.py +25 -4
- pulumi_oci/datasafe/get_security_policy.py +22 -4
- pulumi_oci/datasafe/get_security_policy_deployment.py +24 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +17 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +19 -4
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -4
- pulumi_oci/datasafe/get_security_policy_report.py +23 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +17 -4
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +36 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +19 -4
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +34 -4
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +19 -4
- pulumi_oci/datasafe/get_security_policy_reports.py +27 -4
- pulumi_oci/datasafe/get_sensitive_data_model.py +30 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +21 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +17 -4
- pulumi_oci/datasafe/get_sensitive_data_models.py +31 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +35 -4
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +47 -4
- pulumi_oci/datasafe/get_sensitive_type.py +31 -4
- pulumi_oci/datasafe/get_sensitive_types.py +39 -4
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +25 -4
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +31 -4
- pulumi_oci/datasafe/get_target_database.py +29 -4
- pulumi_oci/datasafe/get_target_database_peer_target_database.py +25 -4
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +15 -4
- pulumi_oci/datasafe/get_target_database_role.py +23 -4
- pulumi_oci/datasafe/get_target_database_roles.py +23 -4
- pulumi_oci/datasafe/get_target_databases.py +31 -4
- pulumi_oci/datasafe/get_target_databases_columns.py +29 -4
- pulumi_oci/datasafe/get_target_databases_schemas.py +21 -4
- pulumi_oci/datasafe/get_target_databases_tables.py +23 -4
- pulumi_oci/datasafe/get_user_assessment.py +36 -4
- pulumi_oci/datasafe/get_user_assessment_comparison.py +17 -4
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +25 -4
- pulumi_oci/datasafe/get_user_assessment_profiles.py +49 -4
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +15 -4
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +43 -4
- pulumi_oci/datasafe/get_user_assessment_users.py +53 -4
- pulumi_oci/datasafe/get_user_assessments.py +40 -4
- pulumi_oci/datasafe/library_masing_format.py +5 -0
- pulumi_oci/datasafe/mask_data.py +5 -0
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +5 -0
- pulumi_oci/datasafe/masking_policies_masking_column.py +5 -0
- pulumi_oci/datasafe/masking_policy.py +5 -0
- pulumi_oci/datasafe/masking_policy_health_report_management.py +5 -0
- pulumi_oci/datasafe/masking_report_management.py +5 -0
- pulumi_oci/datasafe/on_prem_connector.py +5 -0
- pulumi_oci/datasafe/outputs.py +1813 -2
- pulumi_oci/datasafe/report.py +5 -0
- pulumi_oci/datasafe/report_definition.py +5 -0
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +5 -0
- pulumi_oci/datasafe/security_assessment.py +5 -0
- pulumi_oci/datasafe/security_policy.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment.py +5 -0
- pulumi_oci/datasafe/security_policy_deployment_management.py +5 -0
- pulumi_oci/datasafe/security_policy_management.py +5 -0
- pulumi_oci/datasafe/sensitive_data_model.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +5 -0
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +5 -0
- pulumi_oci/datasafe/sensitive_type.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/sql_collection.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +5 -0
- pulumi_oci/datasafe/sql_firewall_policy_management.py +5 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +5 -0
- pulumi_oci/datasafe/target_database.py +5 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -0
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +5 -0
- pulumi_oci/datasafe/user_assessment.py +5 -0
- pulumi_oci/datascience/_inputs.py +1414 -7
- pulumi_oci/datascience/get_fast_launch_job_configs.py +15 -4
- pulumi_oci/datascience/get_job.py +34 -4
- pulumi_oci/datascience/get_job_run.py +32 -4
- pulumi_oci/datascience/get_job_runs.py +24 -4
- pulumi_oci/datascience/get_job_shapes.py +15 -4
- pulumi_oci/datascience/get_jobs.py +24 -4
- pulumi_oci/datascience/get_model.py +31 -4
- pulumi_oci/datascience/get_model_deployment.py +27 -4
- pulumi_oci/datascience/get_model_deployment_shapes.py +15 -4
- pulumi_oci/datascience/get_model_deployments.py +24 -4
- pulumi_oci/datascience/get_model_provenance.py +18 -4
- pulumi_oci/datascience/get_model_version_set.py +23 -4
- pulumi_oci/datascience/get_model_version_sets.py +24 -4
- pulumi_oci/datascience/get_models.py +28 -4
- pulumi_oci/datascience/get_notebook_session.py +26 -4
- pulumi_oci/datascience/get_notebook_session_shapes.py +15 -4
- pulumi_oci/datascience/get_notebook_sessions.py +24 -4
- pulumi_oci/datascience/get_pipeline.py +30 -4
- pulumi_oci/datascience/get_pipeline_run.py +34 -4
- pulumi_oci/datascience/get_pipeline_runs.py +24 -4
- pulumi_oci/datascience/get_pipelines.py +24 -4
- pulumi_oci/datascience/get_private_endpoint.py +28 -4
- pulumi_oci/datascience/get_private_endpoints.py +23 -4
- pulumi_oci/datascience/get_project.py +21 -4
- pulumi_oci/datascience/get_projects.py +22 -4
- pulumi_oci/datascience/job.py +5 -0
- pulumi_oci/datascience/job_run.py +5 -0
- pulumi_oci/datascience/model.py +5 -0
- pulumi_oci/datascience/model_artifact_export.py +5 -0
- pulumi_oci/datascience/model_artifact_import.py +5 -0
- pulumi_oci/datascience/model_deployment.py +5 -0
- pulumi_oci/datascience/model_provenance.py +5 -0
- pulumi_oci/datascience/model_version_set.py +5 -0
- pulumi_oci/datascience/notebook_session.py +5 -0
- pulumi_oci/datascience/outputs.py +5 -0
- pulumi_oci/datascience/pipeline.py +5 -0
- pulumi_oci/datascience/pipeline_run.py +5 -0
- pulumi_oci/datascience/private_endpoint.py +5 -0
- pulumi_oci/datascience/project.py +5 -0
- pulumi_oci/delegateaccesscontrol/_inputs.py +76 -0
- pulumi_oci/delegateaccesscontrol/delegation_control.py +5 -0
- pulumi_oci/delegateaccesscontrol/delegation_subscription.py +5 -0
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +45 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +18 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +27 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +33 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +15 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +24 -4
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +19 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +25 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +20 -4
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +23 -4
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +23 -4
- pulumi_oci/delegateaccesscontrol/outputs.py +5 -0
- pulumi_oci/demandsignal/_inputs.py +85 -0
- pulumi_oci/demandsignal/get_occ_demand_signal.py +24 -4
- pulumi_oci/demandsignal/get_occ_demand_signals.py +20 -4
- pulumi_oci/demandsignal/occ_demand_signal.py +5 -0
- pulumi_oci/demandsignal/outputs.py +5 -0
- pulumi_oci/desktops/_inputs.py +371 -5
- pulumi_oci/desktops/desktop_pool.py +191 -21
- pulumi_oci/desktops/get_desktop.py +21 -4
- pulumi_oci/desktops/get_desktop_pool.py +82 -8
- pulumi_oci/desktops/get_desktop_pool_desktops.py +24 -4
- pulumi_oci/desktops/get_desktop_pool_volumes.py +24 -4
- pulumi_oci/desktops/get_desktop_pools.py +22 -4
- pulumi_oci/desktops/get_desktops.py +24 -4
- pulumi_oci/desktops/outputs.py +485 -19
- pulumi_oci/devops/_inputs.py +1834 -9
- pulumi_oci/devops/build_pipeline.py +5 -0
- pulumi_oci/devops/build_pipeline_stage.py +5 -0
- pulumi_oci/devops/build_run.py +5 -0
- pulumi_oci/devops/connection.py +5 -0
- pulumi_oci/devops/deploy_artifact.py +5 -0
- pulumi_oci/devops/deploy_environment.py +5 -0
- pulumi_oci/devops/deploy_pipeline.py +5 -0
- pulumi_oci/devops/deploy_stage.py +5 -0
- pulumi_oci/devops/deployment.py +5 -0
- pulumi_oci/devops/get_build_pipeline.py +24 -4
- pulumi_oci/devops/get_build_pipeline_stage.py +37 -4
- pulumi_oci/devops/get_build_pipeline_stages.py +22 -4
- pulumi_oci/devops/get_build_pipelines.py +22 -4
- pulumi_oci/devops/get_build_run.py +28 -4
- pulumi_oci/devops/get_build_runs.py +24 -4
- pulumi_oci/devops/get_connection.py +29 -4
- pulumi_oci/devops/get_connections.py +24 -4
- pulumi_oci/devops/get_deploy_artifact.py +26 -4
- pulumi_oci/devops/get_deploy_artifacts.py +22 -4
- pulumi_oci/devops/get_deploy_environment.py +28 -4
- pulumi_oci/devops/get_deploy_environments.py +22 -4
- pulumi_oci/devops/get_deploy_pipeline.py +26 -4
- pulumi_oci/devops/get_deploy_pipelines.py +22 -4
- pulumi_oci/devops/get_deploy_stage.py +82 -4
- pulumi_oci/devops/get_deploy_stages.py +22 -4
- pulumi_oci/devops/get_deployment.py +33 -4
- pulumi_oci/devops/get_deployments.py +28 -4
- pulumi_oci/devops/get_project.py +24 -4
- pulumi_oci/devops/get_project_repository_setting.py +14 -4
- pulumi_oci/devops/get_projects.py +20 -4
- pulumi_oci/devops/get_repo_file_line.py +19 -4
- pulumi_oci/devops/get_repositories.py +23 -4
- pulumi_oci/devops/get_repository.py +37 -4
- pulumi_oci/devops/get_repository_archive_content.py +16 -4
- pulumi_oci/devops/get_repository_author.py +15 -4
- pulumi_oci/devops/get_repository_authors.py +17 -4
- pulumi_oci/devops/get_repository_commit.py +22 -4
- pulumi_oci/devops/get_repository_commits.py +29 -4
- pulumi_oci/devops/get_repository_diff.py +28 -4
- pulumi_oci/devops/get_repository_diffs.py +23 -4
- pulumi_oci/devops/get_repository_file_diff.py +28 -4
- pulumi_oci/devops/get_repository_file_line.py +19 -4
- pulumi_oci/devops/get_repository_mirror_record.py +19 -4
- pulumi_oci/devops/get_repository_mirror_records.py +15 -4
- pulumi_oci/devops/get_repository_object.py +20 -4
- pulumi_oci/devops/get_repository_object_content.py +16 -4
- pulumi_oci/devops/get_repository_path.py +21 -4
- pulumi_oci/devops/get_repository_paths.py +23 -4
- pulumi_oci/devops/get_repository_protected_branches.py +17 -4
- pulumi_oci/devops/get_repository_ref.py +20 -4
- pulumi_oci/devops/get_repository_refs.py +21 -4
- pulumi_oci/devops/get_repository_setting.py +15 -4
- pulumi_oci/devops/get_trigger.py +28 -4
- pulumi_oci/devops/get_triggers.py +22 -4
- pulumi_oci/devops/outputs.py +5 -0
- pulumi_oci/devops/project.py +5 -0
- pulumi_oci/devops/project_repository_setting.py +5 -0
- pulumi_oci/devops/repository.py +5 -0
- pulumi_oci/devops/repository_mirror.py +5 -0
- pulumi_oci/devops/repository_protected_branch_management.py +5 -0
- pulumi_oci/devops/repository_ref.py +5 -0
- pulumi_oci/devops/repository_setting.py +5 -0
- pulumi_oci/devops/trigger.py +5 -0
- pulumi_oci/disasterrecovery/_inputs.py +584 -0
- pulumi_oci/disasterrecovery/dr_plan.py +5 -0
- pulumi_oci/disasterrecovery/dr_plan_execution.py +5 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +5 -0
- pulumi_oci/disasterrecovery/get_dr_plan.py +26 -4
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +32 -4
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +21 -4
- pulumi_oci/disasterrecovery/get_dr_plans.py +23 -4
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +29 -4
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +25 -4
- pulumi_oci/disasterrecovery/outputs.py +5 -0
- pulumi_oci/dns/_inputs.py +472 -0
- pulumi_oci/dns/action_create_zone_from_zone_file.py +5 -0
- pulumi_oci/dns/get_records.py +29 -4
- pulumi_oci/dns/get_resolver.py +28 -4
- pulumi_oci/dns/get_resolver_endpoint.py +29 -4
- pulumi_oci/dns/get_resolver_endpoints.py +21 -4
- pulumi_oci/dns/get_resolvers.py +22 -4
- pulumi_oci/dns/get_rrset.py +25 -4
- pulumi_oci/dns/get_rrsets.py +25 -4
- pulumi_oci/dns/get_steering_policies.py +30 -4
- pulumi_oci/dns/get_steering_policy.py +24 -4
- pulumi_oci/dns/get_steering_policy_attachment.py +21 -4
- pulumi_oci/dns/get_steering_policy_attachments.py +32 -4
- pulumi_oci/dns/get_tsig_key.py +22 -4
- pulumi_oci/dns/get_tsig_keys.py +20 -4
- pulumi_oci/dns/get_view.py +23 -4
- pulumi_oci/dns/get_views.py +22 -4
- pulumi_oci/dns/get_zones.py +37 -4
- pulumi_oci/dns/outputs.py +5 -0
- pulumi_oci/dns/record.py +5 -0
- pulumi_oci/dns/resolver.py +5 -0
- pulumi_oci/dns/resolver_endpoint.py +5 -0
- pulumi_oci/dns/rrset.py +5 -0
- pulumi_oci/dns/steering_policy.py +5 -0
- pulumi_oci/dns/steering_policy_attachment.py +5 -0
- pulumi_oci/dns/tsig_key.py +5 -0
- pulumi_oci/dns/view.py +5 -0
- pulumi_oci/dns/zone.py +5 -0
- pulumi_oci/email/_inputs.py +61 -0
- pulumi_oci/email/dkim.py +5 -0
- pulumi_oci/email/email_domain.py +5 -0
- pulumi_oci/email/email_return_path.py +5 -0
- pulumi_oci/email/get_configuration.py +14 -4
- pulumi_oci/email/get_dkim.py +26 -4
- pulumi_oci/email/get_dkims.py +20 -4
- pulumi_oci/email/get_email_domain.py +24 -4
- pulumi_oci/email/get_email_domains.py +20 -4
- pulumi_oci/email/get_email_return_path.py +25 -4
- pulumi_oci/email/get_email_return_paths.py +22 -4
- pulumi_oci/email/get_sender.py +21 -4
- pulumi_oci/email/get_senders.py +21 -4
- pulumi_oci/email/get_suppression.py +20 -4
- pulumi_oci/email/get_suppressions.py +21 -4
- pulumi_oci/email/outputs.py +5 -0
- pulumi_oci/email/sender.py +5 -0
- pulumi_oci/email/suppression.py +5 -0
- pulumi_oci/events/_inputs.py +71 -0
- pulumi_oci/events/get_rule.py +23 -4
- pulumi_oci/events/get_rules.py +19 -4
- pulumi_oci/events/outputs.py +5 -0
- pulumi_oci/events/rule.py +5 -0
- pulumi_oci/filestorage/_inputs.py +265 -0
- pulumi_oci/filestorage/export.py +5 -0
- pulumi_oci/filestorage/export_set.py +5 -0
- pulumi_oci/filestorage/file_system.py +5 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +5 -0
- pulumi_oci/filestorage/get_export_sets.py +22 -4
- pulumi_oci/filestorage/get_exports.py +22 -4
- pulumi_oci/filestorage/get_file_systems.py +28 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +22 -4
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +21 -4
- pulumi_oci/filestorage/get_mount_targets.py +24 -4
- pulumi_oci/filestorage/get_outbound_connector.py +24 -4
- pulumi_oci/filestorage/get_outbound_connectors.py +22 -4
- pulumi_oci/filestorage/get_replication.py +28 -4
- pulumi_oci/filestorage/get_replication_target.py +27 -4
- pulumi_oci/filestorage/get_replication_targets.py +22 -4
- pulumi_oci/filestorage/get_replications.py +24 -4
- pulumi_oci/filestorage/get_snapshot.py +25 -4
- pulumi_oci/filestorage/get_snapshots.py +22 -4
- pulumi_oci/filestorage/mount_target.py +5 -0
- pulumi_oci/filestorage/outbound_connector.py +5 -0
- pulumi_oci/filestorage/outputs.py +5 -0
- pulumi_oci/filestorage/replication.py +5 -0
- pulumi_oci/filestorage/snapshot.py +5 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +225 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +5 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +5 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +27 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +21 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +37 -4
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +25 -4
- pulumi_oci/fleetsoftwareupdate/outputs.py +5 -0
- pulumi_oci/functions/_inputs.py +217 -0
- pulumi_oci/functions/application.py +5 -0
- pulumi_oci/functions/function.py +5 -0
- pulumi_oci/functions/get_application.py +26 -4
- pulumi_oci/functions/get_applications.py +20 -4
- pulumi_oci/functions/get_function.py +30 -4
- pulumi_oci/functions/get_functions.py +20 -4
- pulumi_oci/functions/get_fusion_environment.py +40 -4
- pulumi_oci/functions/get_fusion_environment_admin_user.py +18 -4
- pulumi_oci/functions/get_fusion_environment_admin_users.py +15 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +17 -4
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +18 -4
- pulumi_oci/functions/get_fusion_environment_families.py +21 -4
- pulumi_oci/functions/get_fusion_environment_family.py +24 -4
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +15 -4
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +13 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +23 -4
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +40 -5
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +25 -4
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +26 -4
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +25 -4
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +21 -4
- pulumi_oci/functions/get_fusion_environment_status.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +13 -4
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +15 -4
- pulumi_oci/functions/get_fusion_environments.py +21 -4
- pulumi_oci/functions/get_pbf_listing.py +22 -4
- pulumi_oci/functions/get_pbf_listing_triggers.py +15 -4
- pulumi_oci/functions/get_pbf_listing_version.py +24 -4
- pulumi_oci/functions/get_pbf_listing_versions.py +23 -4
- pulumi_oci/functions/get_pbf_listings.py +25 -4
- pulumi_oci/functions/invoke_function.py +5 -0
- pulumi_oci/functions/outputs.py +16 -0
- pulumi_oci/fusionapps/_inputs.py +203 -16
- pulumi_oci/fusionapps/fusion_environment.py +7 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +26 -22
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_family.py +5 -0
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +53 -51
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +5 -0
- pulumi_oci/fusionapps/outputs.py +16 -10
- pulumi_oci/generativeai/_inputs.py +174 -0
- pulumi_oci/generativeai/dedicated_ai_cluster.py +5 -0
- pulumi_oci/generativeai/endpoint.py +5 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +26 -4
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +20 -4
- pulumi_oci/generativeai/get_endpoint.py +25 -4
- pulumi_oci/generativeai/get_endpoints.py +20 -4
- pulumi_oci/generativeai/get_model.py +31 -4
- pulumi_oci/generativeai/get_models.py +24 -4
- pulumi_oci/generativeai/model.py +5 -0
- pulumi_oci/generativeai/outputs.py +5 -0
- pulumi_oci/genericartifactscontent/artifact_by_path.py +5 -0
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +27 -4
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +12 -4
- pulumi_oci/globallydistributeddatabase/_inputs.py +286 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +27 -4
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +19 -4
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +54 -4
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +19 -4
- pulumi_oci/globallydistributeddatabase/outputs.py +5 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +5 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +5 -0
- pulumi_oci/goldengate/_inputs.py +352 -0
- pulumi_oci/goldengate/connection.py +5 -0
- pulumi_oci/goldengate/connection_assignment.py +5 -0
- pulumi_oci/goldengate/database_registration.py +5 -0
- pulumi_oci/goldengate/deployment.py +5 -0
- pulumi_oci/goldengate/deployment_backup.py +5 -0
- pulumi_oci/goldengate/deployment_certificate.py +5 -0
- pulumi_oci/goldengate/get_connection.py +95 -4
- pulumi_oci/goldengate/get_connection_assignment.py +20 -4
- pulumi_oci/goldengate/get_connection_assignments.py +23 -4
- pulumi_oci/goldengate/get_connections.py +29 -4
- pulumi_oci/goldengate/get_database_registration.py +37 -4
- pulumi_oci/goldengate/get_database_registrations.py +19 -4
- pulumi_oci/goldengate/get_deployment.py +53 -4
- pulumi_oci/goldengate/get_deployment_backup.py +34 -4
- pulumi_oci/goldengate/get_deployment_backups.py +21 -4
- pulumi_oci/goldengate/get_deployment_certificate.py +34 -4
- pulumi_oci/goldengate/get_deployment_certificates.py +17 -4
- pulumi_oci/goldengate/get_deployment_type.py +15 -4
- pulumi_oci/goldengate/get_deployment_types.py +21 -4
- pulumi_oci/goldengate/get_deployment_upgrade.py +40 -4
- pulumi_oci/goldengate/get_deployment_upgrades.py +21 -4
- pulumi_oci/goldengate/get_deployment_versions.py +19 -4
- pulumi_oci/goldengate/get_deployments.py +29 -4
- pulumi_oci/goldengate/get_message.py +13 -4
- pulumi_oci/goldengate/get_messages.py +15 -4
- pulumi_oci/goldengate/get_trail_file.py +18 -4
- pulumi_oci/goldengate/get_trail_files.py +19 -4
- pulumi_oci/goldengate/get_trail_sequence.py +20 -4
- pulumi_oci/goldengate/get_trail_sequences.py +21 -4
- pulumi_oci/goldengate/outputs.py +5 -0
- pulumi_oci/healthchecks/_inputs.py +55 -0
- pulumi_oci/healthchecks/get_http_monitor.py +29 -4
- pulumi_oci/healthchecks/get_http_monitors.py +19 -4
- pulumi_oci/healthchecks/get_http_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_ping_monitor.py +26 -4
- pulumi_oci/healthchecks/get_ping_monitors.py +19 -4
- pulumi_oci/healthchecks/get_ping_probe_results.py +21 -4
- pulumi_oci/healthchecks/get_vantage_points.py +17 -4
- pulumi_oci/healthchecks/http_monitor.py +5 -0
- pulumi_oci/healthchecks/http_probe.py +5 -0
- pulumi_oci/healthchecks/outputs.py +5 -0
- pulumi_oci/healthchecks/ping_monitor.py +5 -0
- pulumi_oci/healthchecks/ping_probe.py +5 -0
- pulumi_oci/identity/_inputs.py +29835 -970
- pulumi_oci/identity/api_key.py +5 -0
- pulumi_oci/identity/auth_token.py +5 -0
- pulumi_oci/identity/authentication_policy.py +5 -0
- pulumi_oci/identity/compartment.py +5 -0
- pulumi_oci/identity/customer_secret_key.py +5 -0
- pulumi_oci/identity/db_credential.py +5 -0
- pulumi_oci/identity/domain.py +5 -0
- pulumi_oci/identity/domain_replication_to_region.py +5 -0
- pulumi_oci/identity/domains_account_recovery_setting.py +5 -0
- pulumi_oci/identity/domains_api_key.py +5 -0
- pulumi_oci/identity/domains_app.py +5 -0
- pulumi_oci/identity/domains_app_role.py +5 -0
- pulumi_oci/identity/domains_approval_workflow.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_assignment.py +5 -0
- pulumi_oci/identity/domains_approval_workflow_step.py +5 -0
- pulumi_oci/identity/domains_auth_token.py +5 -0
- pulumi_oci/identity/domains_authentication_factor_setting.py +5 -0
- pulumi_oci/identity/domains_cloud_gate.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_mapping.py +5 -0
- pulumi_oci/identity/domains_cloud_gate_server.py +5 -0
- pulumi_oci/identity/domains_condition.py +5 -0
- pulumi_oci/identity/domains_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_dynamic_resource_group.py +5 -0
- pulumi_oci/identity/domains_grant.py +5 -0
- pulumi_oci/identity/domains_group.py +5 -0
- pulumi_oci/identity/domains_identity_propagation_trust.py +5 -0
- pulumi_oci/identity/domains_identity_provider.py +5 -0
- pulumi_oci/identity/domains_identity_setting.py +5 -0
- pulumi_oci/identity/domains_kmsi_setting.py +5 -0
- pulumi_oci/identity/domains_my_api_key.py +5 -0
- pulumi_oci/identity/domains_my_auth_token.py +5 -0
- pulumi_oci/identity/domains_my_customer_secret_key.py +5 -0
- pulumi_oci/identity/domains_my_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_my_request.py +5 -0
- pulumi_oci/identity/domains_my_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_my_support_account.py +5 -0
- pulumi_oci/identity/domains_my_user_db_credential.py +5 -0
- pulumi_oci/identity/domains_network_perimeter.py +5 -0
- pulumi_oci/identity/domains_notification_setting.py +5 -0
- pulumi_oci/identity/domains_oauth2client_credential.py +5 -0
- pulumi_oci/identity/domains_oauth_client_certificate.py +5 -0
- pulumi_oci/identity/domains_oauth_partner_certificate.py +5 -0
- pulumi_oci/identity/domains_password_policy.py +5 -0
- pulumi_oci/identity/domains_policy.py +5 -0
- pulumi_oci/identity/domains_rule.py +5 -0
- pulumi_oci/identity/domains_security_question.py +5 -0
- pulumi_oci/identity/domains_security_question_setting.py +5 -0
- pulumi_oci/identity/domains_self_registration_profile.py +5 -0
- pulumi_oci/identity/domains_setting.py +5 -0
- pulumi_oci/identity/domains_smtp_credential.py +5 -0
- pulumi_oci/identity/domains_social_identity_provider.py +5 -0
- pulumi_oci/identity/domains_user.py +5 -0
- pulumi_oci/identity/domains_user_db_credential.py +5 -0
- pulumi_oci/identity/dynamic_group.py +5 -0
- pulumi_oci/identity/get_allowed_domain_license_types.py +15 -4
- pulumi_oci/identity/get_api_keys.py +15 -4
- pulumi_oci/identity/get_auth_tokens.py +15 -4
- pulumi_oci/identity/get_authentication_policy.py +14 -4
- pulumi_oci/identity/get_availability_domain.py +16 -4
- pulumi_oci/identity/get_availability_domains.py +15 -4
- pulumi_oci/identity/get_compartment.py +20 -4
- pulumi_oci/identity/get_compartments.py +23 -4
- pulumi_oci/identity/get_cost_tracking_tags.py +15 -4
- pulumi_oci/identity/get_customer_secret_keys.py +15 -4
- pulumi_oci/identity/get_db_credentials.py +19 -4
- pulumi_oci/identity/get_domain.py +33 -4
- pulumi_oci/identity/get_domains.py +31 -4
- pulumi_oci/identity/get_domains_account_mgmt_info.py +55 -4
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +36 -4
- pulumi_oci/identity/get_domains_account_recovery_setting.py +38 -4
- pulumi_oci/identity/get_domains_account_recovery_settings.py +27 -4
- pulumi_oci/identity/get_domains_api_key.py +39 -4
- pulumi_oci/identity/get_domains_api_keys.py +36 -4
- pulumi_oci/identity/get_domains_app.py +138 -4
- pulumi_oci/identity/get_domains_app_role.py +47 -4
- pulumi_oci/identity/get_domains_app_roles.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow.py +38 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignment.py +37 -4
- pulumi_oci/identity/get_domains_approval_workflow_assignments.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflow_step.py +39 -4
- pulumi_oci/identity/get_domains_approval_workflow_steps.py +36 -4
- pulumi_oci/identity/get_domains_approval_workflows.py +32 -4
- pulumi_oci/identity/get_domains_apps.py +36 -4
- pulumi_oci/identity/get_domains_auth_token.py +39 -4
- pulumi_oci/identity/get_domains_auth_tokens.py +36 -4
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +59 -4
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +27 -4
- pulumi_oci/identity/get_domains_branding_setting.py +52 -4
- pulumi_oci/identity/get_domains_branding_settings.py +27 -4
- pulumi_oci/identity/get_domains_cloud_gate.py +45 -4
- pulumi_oci/identity/get_domains_cloud_gate_mapping.py +44 -4
- pulumi_oci/identity/get_domains_cloud_gate_mappings.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gate_server.py +42 -4
- pulumi_oci/identity/get_domains_cloud_gate_servers.py +36 -4
- pulumi_oci/identity/get_domains_cloud_gates.py +36 -4
- pulumi_oci/identity/get_domains_condition.py +41 -4
- pulumi_oci/identity/get_domains_conditions.py +36 -4
- pulumi_oci/identity/get_domains_customer_secret_key.py +41 -4
- pulumi_oci/identity/get_domains_customer_secret_keys.py +36 -4
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +40 -4
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +36 -4
- pulumi_oci/identity/get_domains_grant.py +43 -4
- pulumi_oci/identity/get_domains_grants.py +36 -4
- pulumi_oci/identity/get_domains_group.py +45 -4
- pulumi_oci/identity/get_domains_groups.py +36 -4
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +52 -4
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +36 -4
- pulumi_oci/identity/get_domains_identity_provider.py +80 -4
- pulumi_oci/identity/get_domains_identity_providers.py +36 -4
- pulumi_oci/identity/get_domains_identity_setting.py +44 -4
- pulumi_oci/identity/get_domains_identity_settings.py +27 -4
- pulumi_oci/identity/get_domains_kmsi_setting.py +42 -4
- pulumi_oci/identity/get_domains_kmsi_settings.py +27 -4
- pulumi_oci/identity/get_domains_my_api_key.py +34 -4
- pulumi_oci/identity/get_domains_my_api_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_apps.py +32 -4
- pulumi_oci/identity/get_domains_my_auth_token.py +34 -4
- pulumi_oci/identity/get_domains_my_auth_tokens.py +32 -4
- pulumi_oci/identity/get_domains_my_completed_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_completed_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +36 -4
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +32 -4
- pulumi_oci/identity/get_domains_my_device.py +60 -4
- pulumi_oci/identity/get_domains_my_devices.py +36 -4
- pulumi_oci/identity/get_domains_my_groups.py +36 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +37 -4
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_pending_approval.py +40 -4
- pulumi_oci/identity/get_domains_my_pending_approvals.py +32 -4
- pulumi_oci/identity/get_domains_my_requestable_groups.py +32 -4
- pulumi_oci/identity/get_domains_my_requests.py +36 -4
- pulumi_oci/identity/get_domains_my_smtp_credential.py +35 -4
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +32 -4
- pulumi_oci/identity/get_domains_my_support_account.py +34 -4
- pulumi_oci/identity/get_domains_my_support_accounts.py +32 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +43 -4
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +36 -4
- pulumi_oci/identity/get_domains_my_user_db_credential.py +41 -4
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +32 -4
- pulumi_oci/identity/get_domains_network_perimeter.py +38 -4
- pulumi_oci/identity/get_domains_network_perimeters.py +36 -4
- pulumi_oci/identity/get_domains_notification_setting.py +42 -4
- pulumi_oci/identity/get_domains_notification_settings.py +27 -4
- pulumi_oci/identity/get_domains_oauth2client_credential.py +42 -4
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +36 -4
- pulumi_oci/identity/get_domains_oauth_client_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_client_certificates.py +32 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificate.py +41 -4
- pulumi_oci/identity/get_domains_oauth_partner_certificates.py +32 -4
- pulumi_oci/identity/get_domains_password_policies.py +36 -4
- pulumi_oci/identity/get_domains_password_policy.py +72 -4
- pulumi_oci/identity/get_domains_policies.py +36 -4
- pulumi_oci/identity/get_domains_policy.py +41 -4
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +36 -4
- pulumi_oci/identity/get_domains_rule.py +44 -4
- pulumi_oci/identity/get_domains_rules.py +36 -4
- pulumi_oci/identity/get_domains_security_question.py +38 -4
- pulumi_oci/identity/get_domains_security_question_setting.py +39 -4
- pulumi_oci/identity/get_domains_security_question_settings.py +27 -4
- pulumi_oci/identity/get_domains_security_questions.py +37 -4
- pulumi_oci/identity/get_domains_self_registration_profile.py +54 -4
- pulumi_oci/identity/get_domains_self_registration_profiles.py +36 -4
- pulumi_oci/identity/get_domains_setting.py +82 -4
- pulumi_oci/identity/get_domains_settings.py +27 -4
- pulumi_oci/identity/get_domains_smtp_credential.py +40 -4
- pulumi_oci/identity/get_domains_smtp_credentials.py +36 -4
- pulumi_oci/identity/get_domains_social_identity_provider.py +57 -4
- pulumi_oci/identity/get_domains_social_identity_providers.py +32 -4
- pulumi_oci/identity/get_domains_user.py +78 -4
- pulumi_oci/identity/get_domains_user_attributes_setting.py +35 -4
- pulumi_oci/identity/get_domains_user_attributes_settings.py +27 -4
- pulumi_oci/identity/get_domains_user_db_credential.py +46 -4
- pulumi_oci/identity/get_domains_user_db_credentials.py +36 -4
- pulumi_oci/identity/get_domains_users.py +36 -4
- pulumi_oci/identity/get_dynamic_groups.py +19 -4
- pulumi_oci/identity/get_fault_domains.py +17 -4
- pulumi_oci/identity/get_group.py +20 -4
- pulumi_oci/identity/get_groups.py +19 -4
- pulumi_oci/identity/get_iam_work_request.py +20 -4
- pulumi_oci/identity/get_iam_work_request_errors.py +15 -4
- pulumi_oci/identity/get_iam_work_request_logs.py +15 -4
- pulumi_oci/identity/get_iam_work_requests.py +17 -4
- pulumi_oci/identity/get_identity_provider_groups.py +19 -4
- pulumi_oci/identity/get_identity_providers.py +21 -4
- pulumi_oci/identity/get_idp_group_mappings.py +15 -4
- pulumi_oci/identity/get_network_source.py +23 -4
- pulumi_oci/identity/get_network_sources.py +19 -4
- pulumi_oci/identity/get_policies.py +19 -4
- pulumi_oci/identity/get_region_subscriptions.py +15 -4
- pulumi_oci/identity/get_regions.py +13 -4
- pulumi_oci/identity/get_smtp_credentials.py +15 -4
- pulumi_oci/identity/get_tag.py +23 -4
- pulumi_oci/identity/get_tag_default.py +20 -4
- pulumi_oci/identity/get_tag_defaults.py +20 -4
- pulumi_oci/identity/get_tag_namespaces.py +19 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +17 -4
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +15 -4
- pulumi_oci/identity/get_tags.py +17 -4
- pulumi_oci/identity/get_tenancy.py +18 -4
- pulumi_oci/identity/get_ui_password.py +16 -4
- pulumi_oci/identity/get_user.py +28 -4
- pulumi_oci/identity/get_user_group_memberships.py +19 -4
- pulumi_oci/identity/get_users.py +23 -4
- pulumi_oci/identity/group.py +5 -0
- pulumi_oci/identity/identity_provider.py +5 -0
- pulumi_oci/identity/idp_group_mapping.py +5 -0
- pulumi_oci/identity/import_standard_tags_management.py +5 -0
- pulumi_oci/identity/network_source.py +5 -0
- pulumi_oci/identity/outputs.py +5 -0
- pulumi_oci/identity/policy.py +5 -0
- pulumi_oci/identity/smtp_credential.py +5 -0
- pulumi_oci/identity/tag.py +5 -0
- pulumi_oci/identity/tag_default.py +5 -0
- pulumi_oci/identity/tag_namespace.py +5 -0
- pulumi_oci/identity/ui_password.py +5 -0
- pulumi_oci/identity/user.py +5 -0
- pulumi_oci/identity/user_capabilities_management.py +5 -0
- pulumi_oci/identity/user_group_membership.py +5 -0
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +5 -0
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +458 -2
- pulumi_oci/integration/get_integration_instance.py +105 -5
- pulumi_oci/integration/get_integration_instances.py +19 -4
- pulumi_oci/integration/integration_instance.py +177 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +592 -19
- pulumi_oci/integration/private_endpoint_outbound_connection.py +5 -0
- pulumi_oci/jms/_inputs.py +521 -0
- pulumi_oci/jms/fleet.py +5 -0
- pulumi_oci/jms/fleet_advanced_feature_configuration.py +5 -0
- pulumi_oci/jms/get_agent_installers.py +21 -4
- pulumi_oci/jms/get_announcements.py +19 -4
- pulumi_oci/jms/get_fleet.py +29 -4
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +21 -4
- pulumi_oci/jms/get_fleet_blocklists.py +19 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +31 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +33 -4
- pulumi_oci/jms/get_fleet_diagnoses.py +15 -4
- pulumi_oci/jms/get_fleet_drs_file.py +20 -4
- pulumi_oci/jms/get_fleet_drs_files.py +15 -4
- pulumi_oci/jms/get_fleet_export_setting.py +23 -4
- pulumi_oci/jms/get_fleet_export_status.py +15 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +29 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -4
- pulumi_oci/jms/get_fleets.py +22 -4
- pulumi_oci/jms/get_installation_site.py +35 -4
- pulumi_oci/jms/get_installation_sites.py +37 -4
- pulumi_oci/jms/get_java_downloads_java_download_records.py +29 -4
- pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -4
- pulumi_oci/jms/get_java_downloads_java_download_report_content.py +12 -4
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +21 -4
- pulumi_oci/jms/get_java_downloads_java_download_token.py +30 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +26 -4
- pulumi_oci/jms/get_java_downloads_java_license.py +14 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +23 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +22 -4
- pulumi_oci/jms/get_java_downloads_java_licenses.py +17 -4
- pulumi_oci/jms/get_java_families.py +19 -4
- pulumi_oci/jms/get_java_family.py +20 -4
- pulumi_oci/jms/get_java_release.py +25 -4
- pulumi_oci/jms/get_java_releases.py +23 -4
- pulumi_oci/jms/get_jms_plugin.py +28 -4
- pulumi_oci/jms/get_jms_plugins.py +32 -4
- pulumi_oci/jms/get_list_jre_usage.py +23 -4
- pulumi_oci/jms/get_summarize_resource_inventory.py +21 -4
- pulumi_oci/jms/java_downloads_java_download_report.py +5 -0
- pulumi_oci/jms/java_downloads_java_download_token.py +5 -0
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +5 -0
- pulumi_oci/jms/jms_plugin.py +5 -0
- pulumi_oci/jms/outputs.py +5 -0
- pulumi_oci/kms/_inputs.py +352 -0
- pulumi_oci/kms/ekms_private_endpoint.py +5 -0
- pulumi_oci/kms/encrypted_data.py +5 -0
- pulumi_oci/kms/generated_key.py +5 -0
- pulumi_oci/kms/get_decrypted_data.py +20 -4
- pulumi_oci/kms/get_ekms_private_endpoint.py +25 -4
- pulumi_oci/kms/get_ekms_private_endpoints.py +15 -4
- pulumi_oci/kms/get_encrypted_data.py +19 -4
- pulumi_oci/kms/get_key.py +36 -4
- pulumi_oci/kms/get_key_version.py +29 -4
- pulumi_oci/kms/get_key_versions.py +17 -4
- pulumi_oci/kms/get_keys.py +25 -4
- pulumi_oci/kms/get_replication_status.py +15 -4
- pulumi_oci/kms/get_vault.py +31 -4
- pulumi_oci/kms/get_vault_replicas.py +15 -4
- pulumi_oci/kms/get_vault_usage.py +16 -4
- pulumi_oci/kms/get_vaults.py +15 -4
- pulumi_oci/kms/key.py +5 -0
- pulumi_oci/kms/key_version.py +5 -0
- pulumi_oci/kms/outputs.py +5 -0
- pulumi_oci/kms/sign.py +5 -0
- pulumi_oci/kms/vault.py +5 -0
- pulumi_oci/kms/vault_verification.py +5 -0
- pulumi_oci/kms/verify.py +5 -0
- pulumi_oci/licensemanager/_inputs.py +51 -0
- pulumi_oci/licensemanager/configuration.py +5 -0
- pulumi_oci/licensemanager/get_configuration.py +15 -4
- pulumi_oci/licensemanager/get_license_metric.py +18 -4
- pulumi_oci/licensemanager/get_license_record.py +29 -4
- pulumi_oci/licensemanager/get_license_records.py +15 -4
- pulumi_oci/licensemanager/get_product_license.py +32 -4
- pulumi_oci/licensemanager/get_product_license_consumers.py +17 -4
- pulumi_oci/licensemanager/get_product_licenses.py +17 -4
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +15 -4
- pulumi_oci/licensemanager/get_top_utilized_resources.py +17 -4
- pulumi_oci/licensemanager/license_record.py +5 -0
- pulumi_oci/licensemanager/outputs.py +5 -0
- pulumi_oci/licensemanager/product_license.py +5 -0
- pulumi_oci/limits/_inputs.py +77 -0
- pulumi_oci/limits/get_limit_definitions.py +21 -4
- pulumi_oci/limits/get_limit_values.py +25 -4
- pulumi_oci/limits/get_quota.py +22 -4
- pulumi_oci/limits/get_quotas.py +19 -4
- pulumi_oci/limits/get_resource_availability.py +25 -4
- pulumi_oci/limits/get_services.py +17 -4
- pulumi_oci/limits/outputs.py +5 -0
- pulumi_oci/limits/quota.py +5 -0
- pulumi_oci/loadbalancer/_inputs.py +911 -3
- pulumi_oci/loadbalancer/backend.py +5 -0
- pulumi_oci/loadbalancer/backend_set.py +5 -0
- pulumi_oci/loadbalancer/certificate.py +5 -0
- pulumi_oci/loadbalancer/get_backend_health.py +18 -4
- pulumi_oci/loadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/loadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/loadbalancer/get_backends.py +17 -4
- pulumi_oci/loadbalancer/get_certificates.py +15 -4
- pulumi_oci/loadbalancer/get_health.py +17 -4
- pulumi_oci/loadbalancer/get_hostnames.py +15 -4
- pulumi_oci/loadbalancer/get_listener_rules.py +17 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +15 -4
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +18 -4
- pulumi_oci/loadbalancer/get_load_balancers.py +21 -4
- pulumi_oci/loadbalancer/get_path_route_sets.py +15 -4
- pulumi_oci/loadbalancer/get_policies.py +15 -4
- pulumi_oci/loadbalancer/get_protocols.py +15 -4
- pulumi_oci/loadbalancer/get_rule_set.py +16 -4
- pulumi_oci/loadbalancer/get_rule_sets.py +15 -4
- pulumi_oci/loadbalancer/get_shapes.py +15 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +16 -4
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +15 -4
- pulumi_oci/loadbalancer/hostname.py +5 -0
- pulumi_oci/loadbalancer/listener.py +9 -2
- pulumi_oci/loadbalancer/load_balancer.py +5 -0
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +5 -0
- pulumi_oci/loadbalancer/outputs.py +21 -2
- pulumi_oci/loadbalancer/path_route_set.py +5 -0
- pulumi_oci/loadbalancer/rule_set.py +5 -0
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +5 -0
- pulumi_oci/loganalytics/_inputs.py +374 -0
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_category.py +18 -4
- pulumi_oci/loganalytics/get_log_analytics_entities.py +39 -4
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +17 -4
- pulumi_oci/loganalytics/get_log_analytics_entity.py +35 -4
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +19 -4
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +15 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +41 -4
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +21 -4
- pulumi_oci/loganalytics/get_log_analytics_preference.py +13 -4
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +20 -4
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +16 -4
- pulumi_oci/loganalytics/get_log_sets_count.py +13 -4
- pulumi_oci/loganalytics/get_namespace.py +14 -4
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +27 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +25 -4
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +27 -4
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +23 -4
- pulumi_oci/loganalytics/get_namespace_rules.py +25 -4
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +17 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +29 -4
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +23 -4
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +13 -4
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +19 -4
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +17 -4
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +18 -4
- pulumi_oci/loganalytics/get_namespaces.py +15 -4
- pulumi_oci/loganalytics/log_analytics_entity.py +5 -0
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +5 -0
- pulumi_oci/loganalytics/log_analytics_log_group.py +5 -0
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -0
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +5 -0
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +5 -0
- pulumi_oci/loganalytics/namespace.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +5 -0
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +5 -0
- pulumi_oci/loganalytics/namespace_scheduled_task.py +5 -0
- pulumi_oci/loganalytics/outputs.py +5 -0
- pulumi_oci/logging/_inputs.py +1114 -0
- pulumi_oci/logging/get_log.py +26 -4
- pulumi_oci/logging/get_log_group.py +20 -4
- pulumi_oci/logging/get_log_groups.py +19 -4
- pulumi_oci/logging/get_log_saved_search.py +21 -4
- pulumi_oci/logging/get_log_saved_searches.py +19 -4
- pulumi_oci/logging/get_logs.py +25 -4
- pulumi_oci/logging/get_unified_agent_configuration.py +24 -4
- pulumi_oci/logging/get_unified_agent_configurations.py +25 -4
- pulumi_oci/logging/log.py +5 -0
- pulumi_oci/logging/log_group.py +5 -0
- pulumi_oci/logging/log_saved_search.py +5 -0
- pulumi_oci/logging/outputs.py +5 -0
- pulumi_oci/logging/unified_agent_configuration.py +5 -0
- pulumi_oci/managementagent/_inputs.py +256 -0
- pulumi_oci/managementagent/get_management_agent.py +40 -4
- pulumi_oci/managementagent/get_management_agent_available_histories.py +19 -4
- pulumi_oci/managementagent/get_management_agent_count.py +19 -4
- pulumi_oci/managementagent/get_management_agent_data_source.py +32 -4
- pulumi_oci/managementagent/get_management_agent_data_sources.py +17 -4
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +13 -4
- pulumi_oci/managementagent/get_management_agent_images.py +21 -4
- pulumi_oci/managementagent/get_management_agent_install_key.py +24 -4
- pulumi_oci/managementagent/get_management_agent_install_keys.py +23 -4
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +15 -4
- pulumi_oci/managementagent/get_management_agent_plugins.py +23 -4
- pulumi_oci/managementagent/get_management_agents.py +45 -4
- pulumi_oci/managementagent/management_agent.py +5 -0
- pulumi_oci/managementagent/management_agent_data_source.py +5 -0
- pulumi_oci/managementagent/management_agent_install_key.py +5 -0
- pulumi_oci/managementagent/outputs.py +5 -0
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +13 -4
- pulumi_oci/managementdashboard/management_dashboards_import.py +5 -0
- pulumi_oci/marketplace/_inputs.py +217 -0
- pulumi_oci/marketplace/accepted_agreement.py +5 -0
- pulumi_oci/marketplace/get_accepted_agreement.py +21 -4
- pulumi_oci/marketplace/get_accepted_agreements.py +23 -4
- pulumi_oci/marketplace/get_categories.py +15 -4
- pulumi_oci/marketplace/get_listing.py +43 -4
- pulumi_oci/marketplace/get_listing_package.py +29 -4
- pulumi_oci/marketplace/get_listing_package_agreements.py +19 -4
- pulumi_oci/marketplace/get_listing_packages.py +21 -4
- pulumi_oci/marketplace/get_listing_taxes.py +17 -4
- pulumi_oci/marketplace/get_listings.py +35 -4
- pulumi_oci/marketplace/get_publication.py +28 -4
- pulumi_oci/marketplace/get_publication_package.py +26 -4
- pulumi_oci/marketplace/get_publication_packages.py +19 -4
- pulumi_oci/marketplace/get_publications.py +23 -4
- pulumi_oci/marketplace/get_publishers.py +17 -4
- pulumi_oci/marketplace/listing_package_agreement.py +5 -0
- pulumi_oci/marketplace/outputs.py +5 -0
- pulumi_oci/marketplace/publication.py +5 -0
- pulumi_oci/mediaservices/_inputs.py +472 -0
- pulumi_oci/mediaservices/get_media_asset.py +36 -4
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +23 -4
- pulumi_oci/mediaservices/get_media_assets.py +37 -4
- pulumi_oci/mediaservices/get_media_workflow.py +27 -4
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +24 -4
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +20 -4
- pulumi_oci/mediaservices/get_media_workflow_job.py +33 -4
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +17 -4
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +19 -4
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +22 -4
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +19 -4
- pulumi_oci/mediaservices/get_media_workflows.py +20 -4
- pulumi_oci/mediaservices/get_stream_cdn_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +20 -4
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +23 -4
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +20 -4
- pulumi_oci/mediaservices/get_stream_packaging_config.py +26 -4
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +21 -4
- pulumi_oci/mediaservices/get_system_media_workflow.py +15 -4
- pulumi_oci/mediaservices/media_asset.py +5 -0
- pulumi_oci/mediaservices/media_workflow.py +5 -0
- pulumi_oci/mediaservices/media_workflow_configuration.py +5 -0
- pulumi_oci/mediaservices/media_workflow_job.py +5 -0
- pulumi_oci/mediaservices/outputs.py +5 -0
- pulumi_oci/mediaservices/stream_cdn_config.py +5 -0
- pulumi_oci/mediaservices/stream_distribution_channel.py +5 -0
- pulumi_oci/mediaservices/stream_packaging_config.py +5 -0
- pulumi_oci/meteringcomputation/_inputs.py +767 -0
- pulumi_oci/meteringcomputation/custom_table.py +5 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +13 -4
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +14 -4
- pulumi_oci/meteringcomputation/get_configuration.py +13 -4
- pulumi_oci/meteringcomputation/get_custom_table.py +15 -4
- pulumi_oci/meteringcomputation/get_custom_tables.py +17 -4
- pulumi_oci/meteringcomputation/get_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_query.py +14 -4
- pulumi_oci/meteringcomputation/get_schedule.py +27 -4
- pulumi_oci/meteringcomputation/get_scheduled_run.py +17 -4
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +15 -4
- pulumi_oci/meteringcomputation/get_schedules.py +17 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +13 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +15 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +14 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +18 -4
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +17 -4
- pulumi_oci/meteringcomputation/outputs.py +5 -0
- pulumi_oci/meteringcomputation/query.py +5 -0
- pulumi_oci/meteringcomputation/schedule.py +5 -0
- pulumi_oci/meteringcomputation/usage.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +5 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +5 -0
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +5 -0
- pulumi_oci/monitoring/_inputs.py +284 -13
- pulumi_oci/monitoring/alarm.py +5 -0
- pulumi_oci/monitoring/alarm_suppression.py +169 -35
- pulumi_oci/monitoring/get_alarm.py +40 -4
- pulumi_oci/monitoring/get_alarm_history_collection.py +20 -4
- pulumi_oci/monitoring/get_alarm_statuses.py +32 -7
- pulumi_oci/monitoring/get_alarm_suppression.py +57 -7
- pulumi_oci/monitoring/get_alarm_suppressions.py +155 -17
- pulumi_oci/monitoring/get_alarms.py +21 -4
- pulumi_oci/monitoring/get_metric_data.py +29 -4
- pulumi_oci/monitoring/get_metrics.py +27 -4
- pulumi_oci/monitoring/outputs.py +296 -18
- pulumi_oci/mysql/_inputs.py +1624 -179
- pulumi_oci/mysql/channel.py +5 -0
- pulumi_oci/mysql/get_channel.py +24 -4
- pulumi_oci/mysql/get_channels.py +25 -4
- pulumi_oci/mysql/get_heat_wave_cluster.py +20 -4
- pulumi_oci/mysql/get_mysql_backup.py +35 -4
- pulumi_oci/mysql/get_mysql_backups.py +25 -4
- pulumi_oci/mysql/get_mysql_configuration.py +25 -4
- pulumi_oci/mysql/get_mysql_configurations.py +25 -4
- pulumi_oci/mysql/get_mysql_db_system.py +51 -4
- pulumi_oci/mysql/get_mysql_db_systems.py +29 -4
- pulumi_oci/mysql/get_mysql_version.py +15 -4
- pulumi_oci/mysql/get_replica.py +33 -4
- pulumi_oci/mysql/get_replicas.py +27 -4
- pulumi_oci/mysql/get_shapes.py +21 -4
- pulumi_oci/mysql/heat_wave_cluster.py +5 -0
- pulumi_oci/mysql/mysql_backup.py +5 -0
- pulumi_oci/mysql/mysql_configuration.py +5 -0
- pulumi_oci/mysql/mysql_db_system.py +12 -7
- pulumi_oci/mysql/outputs.py +5 -0
- pulumi_oci/mysql/replica.py +5 -0
- pulumi_oci/networkfirewall/_inputs.py +292 -0
- pulumi_oci/networkfirewall/get_network_firewall.py +27 -4
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +18 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +25 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +21 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +15 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +20 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +22 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +19 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +17 -4
- pulumi_oci/networkfirewall/get_network_firewalls.py +24 -4
- pulumi_oci/networkfirewall/network_firewall.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +5 -0
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +5 -0
- pulumi_oci/networkfirewall/outputs.py +5 -0
- pulumi_oci/networkloadbalancer/_inputs.py +351 -0
- pulumi_oci/networkloadbalancer/backend.py +5 -0
- pulumi_oci/networkloadbalancer/backend_set.py +5 -0
- pulumi_oci/networkloadbalancer/get_backend_health.py +18 -4
- pulumi_oci/networkloadbalancer/get_backend_set.py +22 -4
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +19 -4
- pulumi_oci/networkloadbalancer/get_backend_sets.py +15 -4
- pulumi_oci/networkloadbalancer/get_backends.py +17 -4
- pulumi_oci/networkloadbalancer/get_listener.py +22 -4
- pulumi_oci/networkloadbalancer/get_listeners.py +15 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +32 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +17 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +19 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +13 -4
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +13 -4
- pulumi_oci/networkloadbalancer/listener.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +5 -0
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +5 -0
- pulumi_oci/networkloadbalancer/outputs.py +5 -0
- pulumi_oci/nosql/_inputs.py +179 -0
- pulumi_oci/nosql/get_index.py +23 -4
- pulumi_oci/nosql/get_indexes.py +21 -4
- pulumi_oci/nosql/get_table.py +31 -4
- pulumi_oci/nosql/get_tables.py +19 -4
- pulumi_oci/nosql/index.py +5 -0
- pulumi_oci/nosql/outputs.py +5 -0
- pulumi_oci/nosql/table.py +5 -0
- pulumi_oci/nosql/table_replica.py +5 -0
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +325 -0
- pulumi_oci/objectstorage/bucket.py +5 -0
- pulumi_oci/objectstorage/get_bucket.py +34 -4
- pulumi_oci/objectstorage/get_bucket_summaries.py +17 -4
- pulumi_oci/objectstorage/get_namespace.py +13 -4
- pulumi_oci/objectstorage/get_namespace_metadata.py +14 -4
- pulumi_oci/objectstorage/get_object.py +44 -4
- pulumi_oci/objectstorage/get_object_head.py +22 -4
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +16 -4
- pulumi_oci/objectstorage/get_object_versions.py +36 -10
- pulumi_oci/objectstorage/get_objects.py +34 -10
- pulumi_oci/objectstorage/get_preauthrequest.py +25 -4
- pulumi_oci/objectstorage/get_preauthrequests.py +19 -4
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/get_replication_policies.py +17 -4
- pulumi_oci/objectstorage/get_replication_policy.py +24 -4
- pulumi_oci/objectstorage/get_replication_sources.py +17 -4
- pulumi_oci/objectstorage/namespace_metadata.py +5 -0
- pulumi_oci/objectstorage/object_lifecycle_policy.py +5 -0
- pulumi_oci/objectstorage/outputs.py +263 -0
- pulumi_oci/objectstorage/preauthrequest.py +5 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/replication_policy.py +5 -0
- pulumi_oci/objectstorage/storage_object.py +12 -7
- pulumi_oci/oce/_inputs.py +19 -0
- pulumi_oci/oce/get_oce_instance.py +38 -4
- pulumi_oci/oce/get_oce_instances.py +21 -4
- pulumi_oci/oce/instance.py +5 -0
- pulumi_oci/oce/outputs.py +5 -0
- pulumi_oci/ocvp/_inputs.py +443 -0
- pulumi_oci/ocvp/cluster.py +5 -0
- pulumi_oci/ocvp/esxi_host.py +5 -0
- pulumi_oci/ocvp/get_cluster.py +37 -4
- pulumi_oci/ocvp/get_clusters.py +21 -4
- pulumi_oci/ocvp/get_exsi_host.py +42 -4
- pulumi_oci/ocvp/get_exsi_hosts.py +29 -4
- pulumi_oci/ocvp/get_retrieve_password.py +15 -4
- pulumi_oci/ocvp/get_sddc.py +74 -4
- pulumi_oci/ocvp/get_sddcs.py +21 -4
- pulumi_oci/ocvp/get_supported_commitments.py +17 -4
- pulumi_oci/ocvp/get_supported_host_shapes.py +23 -4
- pulumi_oci/ocvp/get_supported_skus.py +17 -4
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +21 -4
- pulumi_oci/ocvp/outputs.py +5 -0
- pulumi_oci/ocvp/sddc.py +5 -0
- pulumi_oci/oda/_inputs.py +75 -0
- pulumi_oci/oda/get_oda_instance.py +34 -4
- pulumi_oci/oda/get_oda_instances.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint.py +22 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +18 -4
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +17 -4
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +19 -4
- pulumi_oci/oda/get_oda_private_endpoints.py +19 -4
- pulumi_oci/oda/oda_instance.py +5 -0
- pulumi_oci/oda/oda_private_endpoint.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_attachment.py +5 -0
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +5 -0
- pulumi_oci/oda/outputs.py +5 -0
- pulumi_oci/onesubsription/_inputs.py +124 -0
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_billing_schedules.py +19 -4
- pulumi_oci/onesubsription/get_commitment.py +19 -4
- pulumi_oci/onesubsription/get_commitments.py +17 -4
- pulumi_oci/onesubsription/get_computed_usage.py +40 -4
- pulumi_oci/onesubsription/get_computed_usages.py +25 -4
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +19 -4
- pulumi_oci/onesubsription/get_invoices.py +23 -4
- pulumi_oci/onesubsription/get_organization_subscriptions.py +15 -4
- pulumi_oci/onesubsription/get_ratecards.py +23 -4
- pulumi_oci/onesubsription/get_subscribed_service.py +124 -4
- pulumi_oci/onesubsription/get_subscribed_services.py +21 -4
- pulumi_oci/onesubsription/get_subscriptions.py +23 -4
- pulumi_oci/onesubsription/outputs.py +5 -0
- pulumi_oci/ons/_inputs.py +28 -0
- pulumi_oci/ons/get_notification_topic.py +22 -4
- pulumi_oci/ons/get_notification_topics.py +20 -4
- pulumi_oci/ons/get_subscription.py +22 -4
- pulumi_oci/ons/get_subscriptions.py +17 -4
- pulumi_oci/ons/notification_topic.py +5 -0
- pulumi_oci/ons/outputs.py +5 -0
- pulumi_oci/ons/subscription.py +5 -0
- pulumi_oci/opa/_inputs.py +45 -0
- pulumi_oci/opa/get_opa_instance.py +32 -4
- pulumi_oci/opa/get_opa_instances.py +20 -4
- pulumi_oci/opa/opa_instance.py +5 -0
- pulumi_oci/opa/outputs.py +5 -0
- pulumi_oci/opensearch/_inputs.py +25 -0
- pulumi_oci/opensearch/cluster.py +5 -0
- pulumi_oci/opensearch/get_opensearch_cluster.py +51 -4
- pulumi_oci/opensearch/get_opensearch_clusters.py +20 -4
- pulumi_oci/opensearch/get_opensearch_version.py +13 -4
- pulumi_oci/opensearch/get_opensearch_versions.py +15 -4
- pulumi_oci/opensearch/outputs.py +5 -0
- pulumi_oci/operatoraccesscontrol/_inputs.py +46 -0
- pulumi_oci/operatoraccesscontrol/get_access_request.py +49 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +13 -4
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +25 -4
- pulumi_oci/operatoraccesscontrol/get_action.py +18 -4
- pulumi_oci/operatoraccesscontrol/get_actions.py +21 -4
- pulumi_oci/operatoraccesscontrol/get_control.py +32 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +42 -4
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +23 -4
- pulumi_oci/operatoraccesscontrol/get_controls.py +21 -4
- pulumi_oci/operatoraccesscontrol/operator_control.py +5 -0
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +5 -0
- pulumi_oci/operatoraccesscontrol/outputs.py +5 -0
- pulumi_oci/opsi/_inputs.py +732 -75
- pulumi_oci/opsi/awr_hub.py +5 -0
- pulumi_oci/opsi/awr_hub_source.py +5 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +5 -0
- pulumi_oci/opsi/database_insight.py +167 -21
- pulumi_oci/opsi/enterprise_manager_bridge.py +5 -0
- pulumi_oci/opsi/exadata_insight.py +49 -0
- pulumi_oci/opsi/get_awr_hub.py +25 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +19 -4
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +21 -4
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +17 -4
- pulumi_oci/opsi/get_awr_hub_source.py +34 -4
- pulumi_oci/opsi/get_awr_hub_sources.py +27 -4
- pulumi_oci/opsi/get_awr_hubs.py +22 -4
- pulumi_oci/opsi/get_database_insight.py +88 -5
- pulumi_oci/opsi/get_database_insights.py +34 -4
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +25 -4
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +22 -4
- pulumi_oci/opsi/get_exadata_insight.py +38 -4
- pulumi_oci/opsi/get_exadata_insights.py +26 -4
- pulumi_oci/opsi/get_host_insight.py +38 -4
- pulumi_oci/opsi/get_host_insights.py +30 -6
- pulumi_oci/opsi/get_importable_agent_entities.py +13 -4
- pulumi_oci/opsi/get_importable_agent_entity.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entities.py +13 -4
- pulumi_oci/opsi/get_importable_compute_entity.py +13 -4
- pulumi_oci/opsi/get_news_report.py +29 -4
- pulumi_oci/opsi/get_news_reports.py +23 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +27 -4
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +27 -4
- pulumi_oci/opsi/get_operations_insights_warehouse.py +28 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +15 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +26 -4
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +22 -4
- pulumi_oci/opsi/get_operations_insights_warehouses.py +20 -4
- pulumi_oci/opsi/get_opsi_configuration.py +32 -4
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +21 -4
- pulumi_oci/opsi/get_opsi_configurations.py +21 -4
- pulumi_oci/opsi/host_insight.py +5 -48
- pulumi_oci/opsi/news_report.py +5 -0
- pulumi_oci/opsi/operations_insights_private_endpoint.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +5 -0
- pulumi_oci/opsi/operations_insights_warehouse_user.py +5 -0
- pulumi_oci/opsi/opsi_configuration.py +5 -0
- pulumi_oci/opsi/outputs.py +410 -109
- pulumi_oci/optimizer/_inputs.py +226 -0
- pulumi_oci/optimizer/enrollment_status.py +5 -0
- pulumi_oci/optimizer/get_categories.py +25 -4
- pulumi_oci/optimizer/get_category.py +23 -4
- pulumi_oci/optimizer/get_enrollment_status.py +18 -4
- pulumi_oci/optimizer/get_enrollment_statuses.py +19 -4
- pulumi_oci/optimizer/get_histories.py +31 -4
- pulumi_oci/optimizer/get_profile.py +25 -4
- pulumi_oci/optimizer/get_profile_level.py +19 -4
- pulumi_oci/optimizer/get_profile_levels.py +21 -4
- pulumi_oci/optimizer/get_profiles.py +19 -4
- pulumi_oci/optimizer/get_recommendation.py +27 -4
- pulumi_oci/optimizer/get_recommendation_strategies.py +21 -4
- pulumi_oci/optimizer/get_recommendation_strategy.py +19 -4
- pulumi_oci/optimizer/get_recommendations.py +31 -4
- pulumi_oci/optimizer/get_resource_action.py +31 -4
- pulumi_oci/optimizer/get_resource_actions.py +35 -4
- pulumi_oci/optimizer/outputs.py +5 -0
- pulumi_oci/optimizer/profile.py +5 -0
- pulumi_oci/optimizer/recommendation.py +5 -0
- pulumi_oci/optimizer/resource_action.py +5 -0
- pulumi_oci/osmanagement/_inputs.py +190 -0
- pulumi_oci/osmanagement/get_managed_instance.py +37 -4
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +19 -4
- pulumi_oci/osmanagement/get_managed_instance_group.py +22 -4
- pulumi_oci/osmanagement/get_managed_instance_groups.py +21 -4
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +23 -4
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +25 -4
- pulumi_oci/osmanagement/get_managed_instances.py +19 -4
- pulumi_oci/osmanagement/get_software_source.py +33 -4
- pulumi_oci/osmanagement/get_software_source_module_stream.py +21 -4
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +21 -4
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +23 -4
- pulumi_oci/osmanagement/get_software_sources.py +19 -4
- pulumi_oci/osmanagement/managed_instance.py +5 -0
- pulumi_oci/osmanagement/managed_instance_group.py +5 -0
- pulumi_oci/osmanagement/managed_instance_management.py +5 -0
- pulumi_oci/osmanagement/outputs.py +5 -0
- pulumi_oci/osmanagement/software_source.py +5 -0
- pulumi_oci/osmanagementhub/_inputs.py +1538 -12
- pulumi_oci/osmanagementhub/event.py +5 -0
- pulumi_oci/osmanagementhub/get_entitlements.py +19 -4
- pulumi_oci/osmanagementhub/get_errata.py +31 -4
- pulumi_oci/osmanagementhub/get_erratum.py +28 -4
- pulumi_oci/osmanagementhub/get_event.py +28 -4
- pulumi_oci/osmanagementhub/get_events.py +34 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environment.py +27 -4
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +31 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -4
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance.py +49 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +27 -4
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group.py +33 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +35 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +23 -4
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +21 -4
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_managed_instances.py +59 -4
- pulumi_oci/osmanagementhub/get_management_station.py +32 -4
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +21 -4
- pulumi_oci/osmanagementhub/get_management_stations.py +24 -4
- pulumi_oci/osmanagementhub/get_profile.py +35 -4
- pulumi_oci/osmanagementhub/get_profiles.py +37 -4
- pulumi_oci/osmanagementhub/get_scheduled_job.py +36 -4
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +48 -4
- pulumi_oci/osmanagementhub/get_software_package.py +27 -4
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +35 -4
- pulumi_oci/osmanagementhub/get_software_packages.py +25 -4
- pulumi_oci/osmanagementhub/get_software_source.py +44 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_package_group.py +22 -4
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +23 -4
- pulumi_oci/osmanagementhub/get_software_source_software_package.py +29 -4
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +21 -4
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +17 -4
- pulumi_oci/osmanagementhub/get_software_sources.py +41 -4
- pulumi_oci/osmanagementhub/get_windows_update.py +21 -4
- pulumi_oci/osmanagementhub/get_windows_updates.py +21 -4
- pulumi_oci/osmanagementhub/lifecycle_environment.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +5 -0
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station.py +5 -0
- pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_refresh_management.py +5 -0
- pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +5 -0
- pulumi_oci/osmanagementhub/outputs.py +5 -0
- pulumi_oci/osmanagementhub/profile.py +5 -0
- pulumi_oci/osmanagementhub/scheduled_job.py +5 -0
- pulumi_oci/osmanagementhub/software_source.py +5 -0
- pulumi_oci/osmanagementhub/software_source_add_packages_management.py +5 -0
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +5 -0
- pulumi_oci/ospgateway/_inputs.py +668 -0
- pulumi_oci/ospgateway/address_action_verification.py +5 -0
- pulumi_oci/ospgateway/get_address.py +42 -4
- pulumi_oci/ospgateway/get_address_rule.py +19 -4
- pulumi_oci/ospgateway/get_invoice.py +40 -4
- pulumi_oci/ospgateway/get_invoices.py +33 -4
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +17 -4
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +19 -4
- pulumi_oci/ospgateway/get_subscription.py +38 -4
- pulumi_oci/ospgateway/get_subscriptions.py +17 -4
- pulumi_oci/ospgateway/outputs.py +5 -0
- pulumi_oci/ospgateway/subscription.py +5 -0
- pulumi_oci/osubbillingschedule/_inputs.py +19 -0
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +21 -4
- pulumi_oci/osubbillingschedule/outputs.py +5 -0
- pulumi_oci/osuborganizationsubscription/_inputs.py +19 -0
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +19 -4
- pulumi_oci/osuborganizationsubscription/outputs.py +5 -0
- pulumi_oci/osubsubscription/_inputs.py +40 -0
- pulumi_oci/osubsubscription/get_commitment.py +22 -4
- pulumi_oci/osubsubscription/get_commitments.py +21 -4
- pulumi_oci/osubsubscription/get_ratecards.py +25 -4
- pulumi_oci/osubsubscription/get_subscriptions.py +27 -4
- pulumi_oci/osubsubscription/outputs.py +5 -0
- pulumi_oci/osubusage/_inputs.py +31 -0
- pulumi_oci/osubusage/get_commitment_aggregateds.py +27 -4
- pulumi_oci/osubusage/get_computed_usage.py +42 -4
- pulumi_oci/osubusage/get_computed_usages.py +27 -4
- pulumi_oci/osubusage/outputs.py +5 -0
- pulumi_oci/provider.py +5 -0
- pulumi_oci/psql/_inputs.py +351 -0
- pulumi_oci/psql/backup.py +5 -0
- pulumi_oci/psql/configuration.py +5 -0
- pulumi_oci/psql/db_system.py +5 -0
- pulumi_oci/psql/get_backup.py +29 -4
- pulumi_oci/psql/get_backups.py +26 -4
- pulumi_oci/psql/get_configuration.py +29 -4
- pulumi_oci/psql/get_configurations.py +25 -4
- pulumi_oci/psql/get_db_system.py +41 -4
- pulumi_oci/psql/get_db_system_connection_detail.py +15 -4
- pulumi_oci/psql/get_db_system_primary_db_instance.py +13 -4
- pulumi_oci/psql/get_db_systems.py +20 -4
- pulumi_oci/psql/get_default_configuration.py +23 -4
- pulumi_oci/psql/get_default_configurations.py +23 -4
- pulumi_oci/psql/get_shapes.py +16 -4
- pulumi_oci/psql/outputs.py +5 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/_inputs.py +16 -0
- pulumi_oci/queue/get_queue.py +30 -4
- pulumi_oci/queue/get_queues.py +20 -4
- pulumi_oci/queue/outputs.py +5 -0
- pulumi_oci/queue/queue.py +5 -0
- pulumi_oci/recoverymod/_inputs.py +86 -0
- pulumi_oci/recoverymod/get_protected_database.py +36 -4
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +17 -4
- pulumi_oci/recoverymod/get_protected_databases.py +24 -4
- pulumi_oci/recoverymod/get_protection_policies.py +23 -4
- pulumi_oci/recoverymod/get_protection_policy.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +25 -4
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +22 -4
- pulumi_oci/recoverymod/outputs.py +5 -0
- pulumi_oci/recoverymod/protected_database.py +5 -0
- pulumi_oci/recoverymod/protection_policy.py +5 -0
- pulumi_oci/recoverymod/recovery_service_subnet.py +5 -0
- pulumi_oci/redis/_inputs.py +53 -0
- pulumi_oci/redis/get_redis_cluster.py +33 -4
- pulumi_oci/redis/get_redis_cluster_nodes.py +17 -4
- pulumi_oci/redis/get_redis_clusters.py +20 -4
- pulumi_oci/redis/outputs.py +5 -0
- pulumi_oci/redis/redis_cluster.py +5 -0
- pulumi_oci/resourcemanager/_inputs.py +25 -0
- pulumi_oci/resourcemanager/get_private_endpoint.py +25 -4
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +15 -4
- pulumi_oci/resourcemanager/get_private_endpoints.py +21 -4
- pulumi_oci/resourcemanager/get_stack.py +21 -4
- pulumi_oci/resourcemanager/get_stack_tf_state.py +14 -4
- pulumi_oci/resourcemanager/get_stacks.py +20 -4
- pulumi_oci/resourcemanager/outputs.py +5 -0
- pulumi_oci/resourcemanager/private_endpoint.py +5 -0
- pulumi_oci/resourcescheduler/_inputs.py +72 -0
- pulumi_oci/resourcescheduler/get_schedule.py +30 -4
- pulumi_oci/resourcescheduler/get_schedules.py +21 -4
- pulumi_oci/resourcescheduler/outputs.py +5 -0
- pulumi_oci/resourcescheduler/schedule.py +5 -0
- pulumi_oci/sch/_inputs.py +285 -0
- pulumi_oci/sch/connector.py +5 -0
- pulumi_oci/sch/get_connector_plugin.py +20 -4
- pulumi_oci/sch/get_connector_plugins.py +19 -4
- pulumi_oci/sch/get_service_connector.py +25 -4
- pulumi_oci/sch/get_service_connectors.py +19 -4
- pulumi_oci/sch/outputs.py +5 -0
- pulumi_oci/secrets/_inputs.py +16 -0
- pulumi_oci/secrets/get_secretbundle.py +25 -4
- pulumi_oci/secrets/get_secretbundle_versions.py +15 -4
- pulumi_oci/secrets/outputs.py +5 -0
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/servicecatalog/_inputs.py +76 -0
- pulumi_oci/servicecatalog/catalog.py +5 -0
- pulumi_oci/servicecatalog/catalog_association.py +5 -0
- pulumi_oci/servicecatalog/get_private_application.py +25 -4
- pulumi_oci/servicecatalog/get_private_application_package.py +19 -4
- pulumi_oci/servicecatalog/get_private_application_packages.py +21 -4
- pulumi_oci/servicecatalog/get_private_applications.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog.py +19 -4
- pulumi_oci/servicecatalog/get_service_catalog_association.py +16 -4
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +21 -4
- pulumi_oci/servicecatalog/get_service_catalogs.py +19 -4
- pulumi_oci/servicecatalog/outputs.py +5 -0
- pulumi_oci/servicecatalog/private_application.py +5 -0
- pulumi_oci/servicemanagerproxy/_inputs.py +16 -0
- pulumi_oci/servicemanagerproxy/get_service_environment.py +19 -4
- pulumi_oci/servicemanagerproxy/get_service_environments.py +21 -4
- pulumi_oci/servicemanagerproxy/outputs.py +5 -0
- pulumi_oci/servicemesh/_inputs.py +530 -0
- pulumi_oci/servicemesh/access_policy.py +5 -0
- pulumi_oci/servicemesh/get_access_policies.py +22 -4
- pulumi_oci/servicemesh/get_access_policy.py +24 -4
- pulumi_oci/servicemesh/get_ingress_gateway.py +26 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +25 -4
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_ingress_gateways.py +22 -4
- pulumi_oci/servicemesh/get_mesh.py +24 -4
- pulumi_oci/servicemesh/get_meshes.py +20 -4
- pulumi_oci/servicemesh/get_proxy_detail.py +11 -4
- pulumi_oci/servicemesh/get_virtual_deployment.py +26 -4
- pulumi_oci/servicemesh/get_virtual_deployments.py +22 -4
- pulumi_oci/servicemesh/get_virtual_service.py +26 -4
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +25 -4
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +22 -4
- pulumi_oci/servicemesh/get_virtual_services.py +22 -4
- pulumi_oci/servicemesh/ingress_gateway.py +5 -0
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +5 -0
- pulumi_oci/servicemesh/mesh.py +5 -0
- pulumi_oci/servicemesh/outputs.py +5 -0
- pulumi_oci/servicemesh/virtual_deployment.py +5 -0
- pulumi_oci/servicemesh/virtual_service.py +5 -0
- pulumi_oci/servicemesh/virtual_service_route_table.py +5 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +1419 -6
- pulumi_oci/stackmonitoring/baselineable_metric.py +5 -0
- pulumi_oci/stackmonitoring/config.py +5 -0
- pulumi_oci/stackmonitoring/discovery_job.py +5 -0
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +28 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +27 -4
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +17 -4
- pulumi_oci/stackmonitoring/get_config.py +24 -4
- pulumi_oci/stackmonitoring/get_configs.py +21 -4
- pulumi_oci/stackmonitoring/get_discovery_job.py +26 -4
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +17 -4
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +17 -4
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +32 -4
- pulumi_oci/stackmonitoring/get_metric_extensions.py +25 -4
- pulumi_oci/stackmonitoring/get_monitored_resource.py +37 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_task.py +23 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +17 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +26 -4
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +27 -4
- pulumi_oci/stackmonitoring/get_monitored_resources.py +21 -4
- pulumi_oci/stackmonitoring/get_process_set.py +22 -4
- pulumi_oci/stackmonitoring/get_process_sets.py +17 -4
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/metric_extension.py +5 -0
- pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +5 -0
- pulumi_oci/stackmonitoring/metric_extensions_test_management.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_task.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resource_type.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search.py +5 -0
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +5 -0
- pulumi_oci/stackmonitoring/outputs.py +608 -0
- pulumi_oci/stackmonitoring/process_set.py +5 -0
- pulumi_oci/streaming/_inputs.py +101 -0
- pulumi_oci/streaming/connect_harness.py +5 -0
- pulumi_oci/streaming/get_connect_harness.py +19 -4
- pulumi_oci/streaming/get_connect_harnesses.py +20 -4
- pulumi_oci/streaming/get_stream.py +23 -4
- pulumi_oci/streaming/get_stream_pool.py +24 -4
- pulumi_oci/streaming/get_stream_pools.py +20 -4
- pulumi_oci/streaming/get_streams.py +22 -4
- pulumi_oci/streaming/outputs.py +5 -0
- pulumi_oci/streaming/stream.py +5 -0
- pulumi_oci/streaming/stream_pool.py +5 -0
- pulumi_oci/usageproxy/_inputs.py +94 -0
- pulumi_oci/usageproxy/get_resource_quotas.py +19 -4
- pulumi_oci/usageproxy/get_resources.py +19 -4
- pulumi_oci/usageproxy/get_subscription_product.py +19 -4
- pulumi_oci/usageproxy/get_subscription_products.py +21 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +16 -4
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +17 -4
- pulumi_oci/usageproxy/get_subscription_redemption.py +19 -4
- pulumi_oci/usageproxy/get_subscription_redemptions.py +21 -4
- pulumi_oci/usageproxy/get_subscription_reward.py +16 -4
- pulumi_oci/usageproxy/get_subscription_rewards.py +17 -4
- pulumi_oci/usageproxy/get_usagelimits.py +23 -4
- pulumi_oci/usageproxy/outputs.py +5 -0
- pulumi_oci/usageproxy/subscription_redeemable_user.py +5 -0
- pulumi_oci/vault/_inputs.py +103 -0
- pulumi_oci/vault/get_secret.py +32 -4
- pulumi_oci/vault/get_secret_version.py +21 -4
- pulumi_oci/vault/get_secrets.py +21 -4
- pulumi_oci/vault/outputs.py +5 -0
- pulumi_oci/vault/secret.py +5 -0
- pulumi_oci/vbs/_inputs.py +19 -0
- pulumi_oci/vbs/get_inst_vbs_instance.py +26 -4
- pulumi_oci/vbs/get_inst_vbs_instances.py +20 -4
- pulumi_oci/vbs/inst_vbs_instance.py +5 -0
- pulumi_oci/vbs/outputs.py +5 -0
- pulumi_oci/visualbuilder/_inputs.py +107 -0
- pulumi_oci/visualbuilder/get_vb_instance.py +34 -4
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +15 -4
- pulumi_oci/visualbuilder/get_vb_instances.py +19 -4
- pulumi_oci/visualbuilder/outputs.py +5 -0
- pulumi_oci/visualbuilder/vb_instance.py +5 -0
- pulumi_oci/vnmonitoring/_inputs.py +270 -0
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +25 -4
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +19 -4
- pulumi_oci/vnmonitoring/outputs.py +5 -0
- pulumi_oci/vnmonitoring/path_analysi.py +5 -0
- pulumi_oci/vnmonitoring/path_analyzer_test.py +5 -0
- pulumi_oci/vulnerabilityscanning/_inputs.py +216 -0
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +22 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +23 -4
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +24 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +19 -4
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +19 -4
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +5 -0
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +5 -0
- pulumi_oci/vulnerabilityscanning/outputs.py +5 -0
- pulumi_oci/waa/_inputs.py +67 -0
- pulumi_oci/waa/app_acceleration.py +5 -0
- pulumi_oci/waa/app_acceleration_policy.py +5 -0
- pulumi_oci/waa/get_app_acceleration.py +24 -4
- pulumi_oci/waa/get_app_acceleration_policies.py +20 -4
- pulumi_oci/waa/get_app_acceleration_policy.py +23 -4
- pulumi_oci/waa/get_app_accelerations.py +22 -4
- pulumi_oci/waa/outputs.py +5 -0
- pulumi_oci/waas/_inputs.py +1251 -34
- pulumi_oci/waas/address_list.py +5 -0
- pulumi_oci/waas/certificate.py +5 -0
- pulumi_oci/waas/custom_protection_rule.py +5 -0
- pulumi_oci/waas/get_address_list.py +20 -4
- pulumi_oci/waas/get_address_lists.py +25 -4
- pulumi_oci/waas/get_certificate.py +31 -4
- pulumi_oci/waas/get_certificates.py +25 -4
- pulumi_oci/waas/get_custom_protection_rule.py +21 -4
- pulumi_oci/waas/get_custom_protection_rules.py +25 -4
- pulumi_oci/waas/get_edge_subnets.py +13 -4
- pulumi_oci/waas/get_http_redirect.py +21 -4
- pulumi_oci/waas/get_http_redirects.py +25 -4
- pulumi_oci/waas/get_protection_rule.py +21 -4
- pulumi_oci/waas/get_protection_rules.py +19 -4
- pulumi_oci/waas/get_waas_policies.py +25 -4
- pulumi_oci/waas/get_waas_policy.py +25 -4
- pulumi_oci/waas/http_redirect.py +5 -0
- pulumi_oci/waas/outputs.py +5 -0
- pulumi_oci/waas/policy.py +5 -0
- pulumi_oci/waas/protection_rule.py +5 -0
- pulumi_oci/waas/purge_cache.py +5 -0
- pulumi_oci/waf/_inputs.py +590 -0
- pulumi_oci/waf/app_firewall.py +5 -0
- pulumi_oci/waf/app_firewall_policy.py +5 -0
- pulumi_oci/waf/get_firewalls.py +22 -4
- pulumi_oci/waf/get_network_address_list.py +24 -4
- pulumi_oci/waf/get_network_address_lists.py +20 -4
- pulumi_oci/waf/get_protection_capabilities.py +25 -4
- pulumi_oci/waf/get_protection_capability_group_tags.py +19 -4
- pulumi_oci/waf/get_web_app_firewall.py +24 -4
- pulumi_oci/waf/get_web_app_firewall_policies.py +20 -4
- pulumi_oci/waf/get_web_app_firewall_policy.py +27 -4
- pulumi_oci/waf/network_address_list.py +5 -0
- pulumi_oci/waf/outputs.py +5 -0
- pulumi_oci/zpr/__init__.py +14 -0
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/METADATA +3 -2
- pulumi_oci-2.12.0.dist-info/RECORD +2920 -0
- pulumi_oci-2.11.0a1726768847.dist-info/RECORD +0 -2845
- {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.11.0a1726768847.dist-info → pulumi_oci-2.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -4,121 +4,270 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
+
import sys
|
7
8
|
import pulumi
|
8
9
|
import pulumi.runtime
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
10
15
|
from .. import _utilities
|
11
16
|
|
12
17
|
__all__ = [
|
13
18
|
'AlertPolicyAlertPolicyRuleDetailArgs',
|
19
|
+
'AlertPolicyAlertPolicyRuleDetailArgsDict',
|
14
20
|
'AuditPolicyAuditConditionArgs',
|
21
|
+
'AuditPolicyAuditConditionArgsDict',
|
15
22
|
'AuditPolicyAuditConditionEnableConditionArgs',
|
23
|
+
'AuditPolicyAuditConditionEnableConditionArgsDict',
|
16
24
|
'AuditPolicyAuditSpecificationArgs',
|
25
|
+
'AuditPolicyAuditSpecificationArgsDict',
|
17
26
|
'AuditPolicyManagementAuditConditionArgs',
|
27
|
+
'AuditPolicyManagementAuditConditionArgsDict',
|
18
28
|
'AuditPolicyManagementAuditConditionEnableConditionArgs',
|
29
|
+
'AuditPolicyManagementAuditConditionEnableConditionArgsDict',
|
19
30
|
'AuditPolicyManagementAuditSpecificationArgs',
|
31
|
+
'AuditPolicyManagementAuditSpecificationArgsDict',
|
20
32
|
'AuditProfileAuditTrailArgs',
|
33
|
+
'AuditProfileAuditTrailArgsDict',
|
21
34
|
'CalculateAuditVolumeAvailableAvailableAuditVolumeArgs',
|
35
|
+
'CalculateAuditVolumeAvailableAvailableAuditVolumeArgsDict',
|
22
36
|
'CalculateAuditVolumeCollectedCollectedAuditVolumeArgs',
|
37
|
+
'CalculateAuditVolumeCollectedCollectedAuditVolumeArgsDict',
|
23
38
|
'DataSafeConfigurationGlobalSettingArgs',
|
39
|
+
'DataSafeConfigurationGlobalSettingArgsDict',
|
24
40
|
'DatabaseSecurityConfigManagementSqlFirewallConfigArgs',
|
41
|
+
'DatabaseSecurityConfigManagementSqlFirewallConfigArgsDict',
|
25
42
|
'DatabaseSecurityConfigSqlFirewallConfigArgs',
|
43
|
+
'DatabaseSecurityConfigSqlFirewallConfigArgsDict',
|
26
44
|
'DiscoveryJobsResultModifiedAttributeArgs',
|
45
|
+
'DiscoveryJobsResultModifiedAttributeArgsDict',
|
27
46
|
'DiscoveryModTablesForDiscoveryArgs',
|
47
|
+
'DiscoveryModTablesForDiscoveryArgsDict',
|
28
48
|
'LibraryMasingFormatFormatEntryArgs',
|
49
|
+
'LibraryMasingFormatFormatEntryArgsDict',
|
29
50
|
'MaskingPoliciesMaskingColumnMaskingFormatArgs',
|
51
|
+
'MaskingPoliciesMaskingColumnMaskingFormatArgsDict',
|
30
52
|
'MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs',
|
53
|
+
'MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgsDict',
|
31
54
|
'MaskingPolicyColumnSourceArgs',
|
55
|
+
'MaskingPolicyColumnSourceArgsDict',
|
32
56
|
'ReportDefinitionColumnFilterArgs',
|
57
|
+
'ReportDefinitionColumnFilterArgsDict',
|
33
58
|
'ReportDefinitionColumnInfoArgs',
|
59
|
+
'ReportDefinitionColumnInfoArgsDict',
|
34
60
|
'ReportDefinitionColumnSortingArgs',
|
61
|
+
'ReportDefinitionColumnSortingArgsDict',
|
35
62
|
'ReportDefinitionSummaryArgs',
|
63
|
+
'ReportDefinitionSummaryArgsDict',
|
36
64
|
'SecurityAssessmentStatisticArgs',
|
65
|
+
'SecurityAssessmentStatisticArgsDict',
|
37
66
|
'SecurityAssessmentStatisticAdvisoryArgs',
|
67
|
+
'SecurityAssessmentStatisticAdvisoryArgsDict',
|
38
68
|
'SecurityAssessmentStatisticDeferredArgs',
|
69
|
+
'SecurityAssessmentStatisticDeferredArgsDict',
|
39
70
|
'SecurityAssessmentStatisticEvaluateArgs',
|
71
|
+
'SecurityAssessmentStatisticEvaluateArgsDict',
|
40
72
|
'SecurityAssessmentStatisticHighRiskArgs',
|
73
|
+
'SecurityAssessmentStatisticHighRiskArgsDict',
|
41
74
|
'SecurityAssessmentStatisticLowRiskArgs',
|
75
|
+
'SecurityAssessmentStatisticLowRiskArgsDict',
|
42
76
|
'SecurityAssessmentStatisticMediumRiskArgs',
|
77
|
+
'SecurityAssessmentStatisticMediumRiskArgsDict',
|
43
78
|
'SecurityAssessmentStatisticPassArgs',
|
79
|
+
'SecurityAssessmentStatisticPassArgsDict',
|
44
80
|
'SensitiveDataModelTablesForDiscoveryArgs',
|
81
|
+
'SensitiveDataModelTablesForDiscoveryArgsDict',
|
45
82
|
'TargetDatabaseConnectionOptionArgs',
|
83
|
+
'TargetDatabaseConnectionOptionArgsDict',
|
46
84
|
'TargetDatabaseCredentialsArgs',
|
85
|
+
'TargetDatabaseCredentialsArgsDict',
|
47
86
|
'TargetDatabaseDatabaseDetailsArgs',
|
87
|
+
'TargetDatabaseDatabaseDetailsArgsDict',
|
48
88
|
'TargetDatabasePeerTargetDatabaseArgs',
|
89
|
+
'TargetDatabasePeerTargetDatabaseArgsDict',
|
49
90
|
'TargetDatabasePeerTargetDatabaseDatabaseDetailArgs',
|
91
|
+
'TargetDatabasePeerTargetDatabaseDatabaseDetailArgsDict',
|
50
92
|
'TargetDatabasePeerTargetDatabaseDatabaseDetailsArgs',
|
93
|
+
'TargetDatabasePeerTargetDatabaseDatabaseDetailsArgsDict',
|
51
94
|
'TargetDatabasePeerTargetDatabaseDetailArgs',
|
95
|
+
'TargetDatabasePeerTargetDatabaseDetailArgsDict',
|
52
96
|
'TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgs',
|
97
|
+
'TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgsDict',
|
53
98
|
'TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs',
|
99
|
+
'TargetDatabasePeerTargetDatabaseDetailTlsConfigArgsDict',
|
54
100
|
'TargetDatabasePeerTargetDatabaseTlsConfigArgs',
|
101
|
+
'TargetDatabasePeerTargetDatabaseTlsConfigArgsDict',
|
55
102
|
'TargetDatabaseTlsConfigArgs',
|
103
|
+
'TargetDatabaseTlsConfigArgsDict',
|
56
104
|
'UserAssessmentIgnoredTargetArgs',
|
105
|
+
'UserAssessmentIgnoredTargetArgsDict',
|
57
106
|
'GetAlertPoliciesFilterArgs',
|
107
|
+
'GetAlertPoliciesFilterArgsDict',
|
58
108
|
'GetAlertPolicyRulesFilterArgs',
|
109
|
+
'GetAlertPolicyRulesFilterArgsDict',
|
59
110
|
'GetAlertsFilterArgs',
|
111
|
+
'GetAlertsFilterArgsDict',
|
60
112
|
'GetAuditArchiveRetrievalsFilterArgs',
|
113
|
+
'GetAuditArchiveRetrievalsFilterArgsDict',
|
61
114
|
'GetAuditEventsFilterArgs',
|
115
|
+
'GetAuditEventsFilterArgsDict',
|
62
116
|
'GetAuditPoliciesFilterArgs',
|
117
|
+
'GetAuditPoliciesFilterArgsDict',
|
63
118
|
'GetAuditProfileAvailableAuditVolumesFilterArgs',
|
119
|
+
'GetAuditProfileAvailableAuditVolumesFilterArgsDict',
|
64
120
|
'GetAuditProfileCollectedAuditVolumesFilterArgs',
|
121
|
+
'GetAuditProfileCollectedAuditVolumesFilterArgsDict',
|
65
122
|
'GetAuditProfilesFilterArgs',
|
123
|
+
'GetAuditProfilesFilterArgsDict',
|
66
124
|
'GetAuditTrailsFilterArgs',
|
125
|
+
'GetAuditTrailsFilterArgsDict',
|
67
126
|
'GetDataSafePrivateEndpointsFilterArgs',
|
127
|
+
'GetDataSafePrivateEndpointsFilterArgsDict',
|
68
128
|
'GetDiscoveryAnalyticsFilterArgs',
|
129
|
+
'GetDiscoveryAnalyticsFilterArgsDict',
|
69
130
|
'GetDiscoveryJobsResultsFilterArgs',
|
131
|
+
'GetDiscoveryJobsResultsFilterArgsDict',
|
70
132
|
'GetLibraryMaskingFormatsFilterArgs',
|
133
|
+
'GetLibraryMaskingFormatsFilterArgsDict',
|
71
134
|
'GetListUserGrantsFilterArgs',
|
135
|
+
'GetListUserGrantsFilterArgsDict',
|
72
136
|
'GetMaskingAnalyticsFilterArgs',
|
137
|
+
'GetMaskingAnalyticsFilterArgsDict',
|
73
138
|
'GetMaskingPoliciesFilterArgs',
|
139
|
+
'GetMaskingPoliciesFilterArgsDict',
|
74
140
|
'GetMaskingPoliciesMaskingColumnsFilterArgs',
|
141
|
+
'GetMaskingPoliciesMaskingColumnsFilterArgsDict',
|
75
142
|
'GetMaskingPolicyHealthReportLogsFilterArgs',
|
143
|
+
'GetMaskingPolicyHealthReportLogsFilterArgsDict',
|
76
144
|
'GetMaskingPolicyHealthReportsFilterArgs',
|
145
|
+
'GetMaskingPolicyHealthReportsFilterArgsDict',
|
77
146
|
'GetMaskingPolicyMaskingObjectsFilterArgs',
|
147
|
+
'GetMaskingPolicyMaskingObjectsFilterArgsDict',
|
78
148
|
'GetMaskingPolicyMaskingSchemasFilterArgs',
|
149
|
+
'GetMaskingPolicyMaskingSchemasFilterArgsDict',
|
79
150
|
'GetMaskingReportMaskedColumnsFilterArgs',
|
151
|
+
'GetMaskingReportMaskedColumnsFilterArgsDict',
|
80
152
|
'GetMaskingReportsFilterArgs',
|
153
|
+
'GetMaskingReportsFilterArgsDict',
|
81
154
|
'GetOnpremConnectorsFilterArgs',
|
155
|
+
'GetOnpremConnectorsFilterArgsDict',
|
82
156
|
'GetReportDefinitionsFilterArgs',
|
157
|
+
'GetReportDefinitionsFilterArgsDict',
|
83
158
|
'GetReportsFilterArgs',
|
159
|
+
'GetReportsFilterArgsDict',
|
84
160
|
'GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgs',
|
161
|
+
'GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgsDict',
|
85
162
|
'GetSdmMaskingPolicyDifferencesFilterArgs',
|
163
|
+
'GetSdmMaskingPolicyDifferencesFilterArgsDict',
|
86
164
|
'GetSecurityAssessmentFindingAnalyticsFilterArgs',
|
165
|
+
'GetSecurityAssessmentFindingAnalyticsFilterArgsDict',
|
87
166
|
'GetSecurityAssessmentFindingFilterArgs',
|
167
|
+
'GetSecurityAssessmentFindingFilterArgsDict',
|
88
168
|
'GetSecurityAssessmentFindingsChangeAuditLogsFilterArgs',
|
169
|
+
'GetSecurityAssessmentFindingsChangeAuditLogsFilterArgsDict',
|
89
170
|
'GetSecurityAssessmentFindingsFilterArgs',
|
171
|
+
'GetSecurityAssessmentFindingsFilterArgsDict',
|
90
172
|
'GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgs',
|
173
|
+
'GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgsDict',
|
91
174
|
'GetSecurityAssessmentSecurityFeaturesFilterArgs',
|
175
|
+
'GetSecurityAssessmentSecurityFeaturesFilterArgsDict',
|
92
176
|
'GetSecurityAssessmentsFilterArgs',
|
177
|
+
'GetSecurityAssessmentsFilterArgsDict',
|
93
178
|
'GetSecurityPoliciesFilterArgs',
|
179
|
+
'GetSecurityPoliciesFilterArgsDict',
|
94
180
|
'GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgs',
|
181
|
+
'GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgsDict',
|
95
182
|
'GetSecurityPolicyDeploymentsFilterArgs',
|
183
|
+
'GetSecurityPolicyDeploymentsFilterArgsDict',
|
96
184
|
'GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgs',
|
185
|
+
'GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgsDict',
|
97
186
|
'GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgs',
|
187
|
+
'GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgsDict',
|
98
188
|
'GetSecurityPolicyReportRoleGrantPathsFilterArgs',
|
189
|
+
'GetSecurityPolicyReportRoleGrantPathsFilterArgsDict',
|
99
190
|
'GetSecurityPolicyReportsFilterArgs',
|
191
|
+
'GetSecurityPolicyReportsFilterArgsDict',
|
100
192
|
'GetSensitiveDataModelSensitiveObjectsFilterArgs',
|
193
|
+
'GetSensitiveDataModelSensitiveObjectsFilterArgsDict',
|
101
194
|
'GetSensitiveDataModelSensitiveSchemasFilterArgs',
|
195
|
+
'GetSensitiveDataModelSensitiveSchemasFilterArgsDict',
|
102
196
|
'GetSensitiveDataModelSensitiveTypesFilterArgs',
|
197
|
+
'GetSensitiveDataModelSensitiveTypesFilterArgsDict',
|
103
198
|
'GetSensitiveDataModelsFilterArgs',
|
199
|
+
'GetSensitiveDataModelsFilterArgsDict',
|
104
200
|
'GetSensitiveDataModelsSensitiveColumnsFilterArgs',
|
201
|
+
'GetSensitiveDataModelsSensitiveColumnsFilterArgsDict',
|
105
202
|
'GetSensitiveTypesFilterArgs',
|
203
|
+
'GetSensitiveTypesFilterArgsDict',
|
204
|
+
'GetSqlCollectionAnalyticsFilterArgs',
|
205
|
+
'GetSqlCollectionAnalyticsFilterArgsDict',
|
206
|
+
'GetSqlCollectionLogInsightsFilterArgs',
|
207
|
+
'GetSqlCollectionLogInsightsFilterArgsDict',
|
208
|
+
'GetSqlCollectionsFilterArgs',
|
209
|
+
'GetSqlCollectionsFilterArgsDict',
|
210
|
+
'GetSqlFirewallAllowedSqlAnalyticsFilterArgs',
|
211
|
+
'GetSqlFirewallAllowedSqlAnalyticsFilterArgsDict',
|
212
|
+
'GetSqlFirewallAllowedSqlsFilterArgs',
|
213
|
+
'GetSqlFirewallAllowedSqlsFilterArgsDict',
|
214
|
+
'GetSqlFirewallPoliciesFilterArgs',
|
215
|
+
'GetSqlFirewallPoliciesFilterArgsDict',
|
216
|
+
'GetSqlFirewallPolicyAnalyticsFilterArgs',
|
217
|
+
'GetSqlFirewallPolicyAnalyticsFilterArgsDict',
|
218
|
+
'GetSqlFirewallViolationAnalyticsFilterArgs',
|
219
|
+
'GetSqlFirewallViolationAnalyticsFilterArgsDict',
|
220
|
+
'GetSqlFirewallViolationsFilterArgs',
|
221
|
+
'GetSqlFirewallViolationsFilterArgsDict',
|
106
222
|
'GetTargetAlertPolicyAssociationsFilterArgs',
|
223
|
+
'GetTargetAlertPolicyAssociationsFilterArgsDict',
|
107
224
|
'GetTargetDatabasePeerTargetDatabasesFilterArgs',
|
225
|
+
'GetTargetDatabasePeerTargetDatabasesFilterArgsDict',
|
108
226
|
'GetTargetDatabaseRoleFilterArgs',
|
227
|
+
'GetTargetDatabaseRoleFilterArgsDict',
|
109
228
|
'GetTargetDatabaseRolesFilterArgs',
|
229
|
+
'GetTargetDatabaseRolesFilterArgsDict',
|
110
230
|
'GetTargetDatabasesColumnsFilterArgs',
|
231
|
+
'GetTargetDatabasesColumnsFilterArgsDict',
|
111
232
|
'GetTargetDatabasesFilterArgs',
|
233
|
+
'GetTargetDatabasesFilterArgsDict',
|
112
234
|
'GetTargetDatabasesSchemasFilterArgs',
|
235
|
+
'GetTargetDatabasesSchemasFilterArgsDict',
|
113
236
|
'GetTargetDatabasesTablesFilterArgs',
|
237
|
+
'GetTargetDatabasesTablesFilterArgsDict',
|
114
238
|
'GetUserAssessmentProfileAnalyticsFilterArgs',
|
239
|
+
'GetUserAssessmentProfileAnalyticsFilterArgsDict',
|
115
240
|
'GetUserAssessmentProfilesFilterArgs',
|
241
|
+
'GetUserAssessmentProfilesFilterArgsDict',
|
116
242
|
'GetUserAssessmentUserAccessAnalyticsFilterArgs',
|
243
|
+
'GetUserAssessmentUserAccessAnalyticsFilterArgsDict',
|
117
244
|
'GetUserAssessmentUserAnalyticsFilterArgs',
|
245
|
+
'GetUserAssessmentUserAnalyticsFilterArgsDict',
|
118
246
|
'GetUserAssessmentUsersFilterArgs',
|
247
|
+
'GetUserAssessmentUsersFilterArgsDict',
|
119
248
|
'GetUserAssessmentsFilterArgs',
|
249
|
+
'GetUserAssessmentsFilterArgsDict',
|
120
250
|
]
|
121
251
|
|
252
|
+
MYPY = False
|
253
|
+
|
254
|
+
if not MYPY:
|
255
|
+
class AlertPolicyAlertPolicyRuleDetailArgsDict(TypedDict):
|
256
|
+
expression: pulumi.Input[str]
|
257
|
+
"""
|
258
|
+
The conditional expression of the alert policy rule which evaluates to boolean value.
|
259
|
+
"""
|
260
|
+
description: NotRequired[pulumi.Input[str]]
|
261
|
+
"""
|
262
|
+
Describes the alert policy rule.
|
263
|
+
"""
|
264
|
+
display_name: NotRequired[pulumi.Input[str]]
|
265
|
+
"""
|
266
|
+
The display name of the alert policy rule.
|
267
|
+
"""
|
268
|
+
elif False:
|
269
|
+
AlertPolicyAlertPolicyRuleDetailArgsDict: TypeAlias = Mapping[str, Any]
|
270
|
+
|
122
271
|
@pulumi.input_type
|
123
272
|
class AlertPolicyAlertPolicyRuleDetailArgs:
|
124
273
|
def __init__(__self__, *,
|
@@ -173,6 +322,27 @@ class AlertPolicyAlertPolicyRuleDetailArgs:
|
|
173
322
|
pulumi.set(self, "display_name", value)
|
174
323
|
|
175
324
|
|
325
|
+
if not MYPY:
|
326
|
+
class AuditPolicyAuditConditionArgsDict(TypedDict):
|
327
|
+
audit_policy_name: NotRequired[pulumi.Input[str]]
|
328
|
+
"""
|
329
|
+
Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
|
330
|
+
"""
|
331
|
+
enable_conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuditPolicyAuditConditionEnableConditionArgsDict']]]]
|
332
|
+
"""
|
333
|
+
Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
|
334
|
+
"""
|
335
|
+
is_data_safe_service_account_audited: NotRequired[pulumi.Input[bool]]
|
336
|
+
"""
|
337
|
+
Indicates whether the Data Safe user activity on the target database will be audited by the policy.
|
338
|
+
"""
|
339
|
+
is_priv_users_managed_by_data_safe: NotRequired[pulumi.Input[bool]]
|
340
|
+
"""
|
341
|
+
Indicates whether the privileged user list is managed by Data Safe.
|
342
|
+
"""
|
343
|
+
elif False:
|
344
|
+
AuditPolicyAuditConditionArgsDict: TypeAlias = Mapping[str, Any]
|
345
|
+
|
176
346
|
@pulumi.input_type
|
177
347
|
class AuditPolicyAuditConditionArgs:
|
178
348
|
def __init__(__self__, *,
|
@@ -244,6 +414,27 @@ class AuditPolicyAuditConditionArgs:
|
|
244
414
|
pulumi.set(self, "is_priv_users_managed_by_data_safe", value)
|
245
415
|
|
246
416
|
|
417
|
+
if not MYPY:
|
418
|
+
class AuditPolicyAuditConditionEnableConditionArgsDict(TypedDict):
|
419
|
+
entity_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
420
|
+
"""
|
421
|
+
List of users or roles that the policy must be enabled for.
|
422
|
+
"""
|
423
|
+
entity_selection: NotRequired[pulumi.Input[str]]
|
424
|
+
"""
|
425
|
+
The entity include or exclude selection.
|
426
|
+
"""
|
427
|
+
entity_type: NotRequired[pulumi.Input[str]]
|
428
|
+
"""
|
429
|
+
The entity type that the policy must be enabled for.
|
430
|
+
"""
|
431
|
+
operation_status: NotRequired[pulumi.Input[str]]
|
432
|
+
"""
|
433
|
+
The operation status that the policy must be enabled for.
|
434
|
+
"""
|
435
|
+
elif False:
|
436
|
+
AuditPolicyAuditConditionEnableConditionArgsDict: TypeAlias = Mapping[str, Any]
|
437
|
+
|
247
438
|
@pulumi.input_type
|
248
439
|
class AuditPolicyAuditConditionEnableConditionArgs:
|
249
440
|
def __init__(__self__, *,
|
@@ -315,6 +506,55 @@ class AuditPolicyAuditConditionEnableConditionArgs:
|
|
315
506
|
pulumi.set(self, "operation_status", value)
|
316
507
|
|
317
508
|
|
509
|
+
if not MYPY:
|
510
|
+
class AuditPolicyAuditSpecificationArgsDict(TypedDict):
|
511
|
+
audit_policy_category: NotRequired[pulumi.Input[str]]
|
512
|
+
"""
|
513
|
+
The category to which the audit policy belongs.
|
514
|
+
"""
|
515
|
+
audit_policy_name: NotRequired[pulumi.Input[str]]
|
516
|
+
"""
|
517
|
+
Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
|
518
|
+
"""
|
519
|
+
database_policy_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
520
|
+
"""
|
521
|
+
Indicates the names of corresponding database policy ( or policies) in the target database.
|
522
|
+
"""
|
523
|
+
enable_status: NotRequired[pulumi.Input[str]]
|
524
|
+
"""
|
525
|
+
Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
|
526
|
+
"""
|
527
|
+
enabled_entities: NotRequired[pulumi.Input[str]]
|
528
|
+
"""
|
529
|
+
Indicates on whom the audit policy is enabled.
|
530
|
+
"""
|
531
|
+
is_created: NotRequired[pulumi.Input[bool]]
|
532
|
+
"""
|
533
|
+
Indicates whether the policy is already created on the target database.
|
534
|
+
"""
|
535
|
+
is_enabled_for_all_users: NotRequired[pulumi.Input[bool]]
|
536
|
+
"""
|
537
|
+
Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
|
538
|
+
"""
|
539
|
+
is_seeded_in_data_safe: NotRequired[pulumi.Input[bool]]
|
540
|
+
"""
|
541
|
+
Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
|
542
|
+
"""
|
543
|
+
is_seeded_in_target: NotRequired[pulumi.Input[bool]]
|
544
|
+
"""
|
545
|
+
Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
|
546
|
+
"""
|
547
|
+
is_view_only: NotRequired[pulumi.Input[bool]]
|
548
|
+
"""
|
549
|
+
Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
|
550
|
+
"""
|
551
|
+
partially_enabled_msg: NotRequired[pulumi.Input[str]]
|
552
|
+
"""
|
553
|
+
Provides information about the policy that has been only partially enabled.
|
554
|
+
"""
|
555
|
+
elif False:
|
556
|
+
AuditPolicyAuditSpecificationArgsDict: TypeAlias = Mapping[str, Any]
|
557
|
+
|
318
558
|
@pulumi.input_type
|
319
559
|
class AuditPolicyAuditSpecificationArgs:
|
320
560
|
def __init__(__self__, *,
|
@@ -498,6 +738,35 @@ class AuditPolicyAuditSpecificationArgs:
|
|
498
738
|
pulumi.set(self, "partially_enabled_msg", value)
|
499
739
|
|
500
740
|
|
741
|
+
if not MYPY:
|
742
|
+
class AuditPolicyManagementAuditConditionArgsDict(TypedDict):
|
743
|
+
audit_policy_name: NotRequired[pulumi.Input[str]]
|
744
|
+
"""
|
745
|
+
Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
|
746
|
+
"""
|
747
|
+
enable_conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuditPolicyManagementAuditConditionEnableConditionArgsDict']]]]
|
748
|
+
"""
|
749
|
+
Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
|
750
|
+
"""
|
751
|
+
is_data_safe_service_account_audited: NotRequired[pulumi.Input[bool]]
|
752
|
+
"""
|
753
|
+
Indicates whether the Data Safe user activity on the target database will be audited by the policy.
|
754
|
+
"""
|
755
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
756
|
+
"""
|
757
|
+
Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
|
758
|
+
"""
|
759
|
+
is_priv_users_managed_by_data_safe: NotRequired[pulumi.Input[bool]]
|
760
|
+
"""
|
761
|
+
Indicates whether the privileged user list is managed by Data Safe.
|
762
|
+
|
763
|
+
|
764
|
+
** IMPORTANT **
|
765
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
766
|
+
"""
|
767
|
+
elif False:
|
768
|
+
AuditPolicyManagementAuditConditionArgsDict: TypeAlias = Mapping[str, Any]
|
769
|
+
|
501
770
|
@pulumi.input_type
|
502
771
|
class AuditPolicyManagementAuditConditionArgs:
|
503
772
|
def __init__(__self__, *,
|
@@ -593,6 +862,27 @@ class AuditPolicyManagementAuditConditionArgs:
|
|
593
862
|
pulumi.set(self, "is_priv_users_managed_by_data_safe", value)
|
594
863
|
|
595
864
|
|
865
|
+
if not MYPY:
|
866
|
+
class AuditPolicyManagementAuditConditionEnableConditionArgsDict(TypedDict):
|
867
|
+
entity_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
868
|
+
"""
|
869
|
+
List of users or roles that the policy must be enabled for.
|
870
|
+
"""
|
871
|
+
entity_selection: NotRequired[pulumi.Input[str]]
|
872
|
+
"""
|
873
|
+
The entity include or exclude selection.
|
874
|
+
"""
|
875
|
+
entity_type: NotRequired[pulumi.Input[str]]
|
876
|
+
"""
|
877
|
+
The entity type that the policy must be enabled for.
|
878
|
+
"""
|
879
|
+
operation_status: NotRequired[pulumi.Input[str]]
|
880
|
+
"""
|
881
|
+
The operation status that the policy must be enabled for.
|
882
|
+
"""
|
883
|
+
elif False:
|
884
|
+
AuditPolicyManagementAuditConditionEnableConditionArgsDict: TypeAlias = Mapping[str, Any]
|
885
|
+
|
596
886
|
@pulumi.input_type
|
597
887
|
class AuditPolicyManagementAuditConditionEnableConditionArgs:
|
598
888
|
def __init__(__self__, *,
|
@@ -664,6 +954,55 @@ class AuditPolicyManagementAuditConditionEnableConditionArgs:
|
|
664
954
|
pulumi.set(self, "operation_status", value)
|
665
955
|
|
666
956
|
|
957
|
+
if not MYPY:
|
958
|
+
class AuditPolicyManagementAuditSpecificationArgsDict(TypedDict):
|
959
|
+
audit_policy_category: NotRequired[pulumi.Input[str]]
|
960
|
+
"""
|
961
|
+
The category to which the audit policy belongs.
|
962
|
+
"""
|
963
|
+
audit_policy_name: NotRequired[pulumi.Input[str]]
|
964
|
+
"""
|
965
|
+
Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
|
966
|
+
"""
|
967
|
+
database_policy_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
968
|
+
"""
|
969
|
+
Indicates the names of corresponding database policy ( or policies) in the target database.
|
970
|
+
"""
|
971
|
+
enable_status: NotRequired[pulumi.Input[str]]
|
972
|
+
"""
|
973
|
+
Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
|
974
|
+
"""
|
975
|
+
enabled_entities: NotRequired[pulumi.Input[str]]
|
976
|
+
"""
|
977
|
+
Indicates on whom the audit policy is enabled.
|
978
|
+
"""
|
979
|
+
is_created: NotRequired[pulumi.Input[bool]]
|
980
|
+
"""
|
981
|
+
Indicates whether the policy is already created on the target database.
|
982
|
+
"""
|
983
|
+
is_enabled_for_all_users: NotRequired[pulumi.Input[bool]]
|
984
|
+
"""
|
985
|
+
Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
|
986
|
+
"""
|
987
|
+
is_seeded_in_data_safe: NotRequired[pulumi.Input[bool]]
|
988
|
+
"""
|
989
|
+
Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
|
990
|
+
"""
|
991
|
+
is_seeded_in_target: NotRequired[pulumi.Input[bool]]
|
992
|
+
"""
|
993
|
+
Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
|
994
|
+
"""
|
995
|
+
is_view_only: NotRequired[pulumi.Input[bool]]
|
996
|
+
"""
|
997
|
+
Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
|
998
|
+
"""
|
999
|
+
partially_enabled_msg: NotRequired[pulumi.Input[str]]
|
1000
|
+
"""
|
1001
|
+
Provides information about the policy that has been only partially enabled.
|
1002
|
+
"""
|
1003
|
+
elif False:
|
1004
|
+
AuditPolicyManagementAuditSpecificationArgsDict: TypeAlias = Mapping[str, Any]
|
1005
|
+
|
667
1006
|
@pulumi.input_type
|
668
1007
|
class AuditPolicyManagementAuditSpecificationArgs:
|
669
1008
|
def __init__(__self__, *,
|
@@ -847,6 +1186,107 @@ class AuditPolicyManagementAuditSpecificationArgs:
|
|
847
1186
|
pulumi.set(self, "partially_enabled_msg", value)
|
848
1187
|
|
849
1188
|
|
1189
|
+
if not MYPY:
|
1190
|
+
class AuditProfileAuditTrailArgsDict(TypedDict):
|
1191
|
+
audit_collection_start_time: NotRequired[pulumi.Input[str]]
|
1192
|
+
"""
|
1193
|
+
The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
1194
|
+
"""
|
1195
|
+
audit_profile_id: NotRequired[pulumi.Input[str]]
|
1196
|
+
"""
|
1197
|
+
The OCID of the audit.
|
1198
|
+
"""
|
1199
|
+
compartment_id: NotRequired[pulumi.Input[str]]
|
1200
|
+
"""
|
1201
|
+
(Updatable) The OCID of the compartment that contains the audit.
|
1202
|
+
"""
|
1203
|
+
defined_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1204
|
+
"""
|
1205
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
1206
|
+
"""
|
1207
|
+
description: NotRequired[pulumi.Input[str]]
|
1208
|
+
"""
|
1209
|
+
(Updatable) The description of the audit profile.
|
1210
|
+
"""
|
1211
|
+
display_name: NotRequired[pulumi.Input[str]]
|
1212
|
+
"""
|
1213
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's changeable.
|
1214
|
+
"""
|
1215
|
+
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1216
|
+
"""
|
1217
|
+
(Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
1218
|
+
"""
|
1219
|
+
id: NotRequired[pulumi.Input[str]]
|
1220
|
+
"""
|
1221
|
+
The OCID of the audit profile.
|
1222
|
+
"""
|
1223
|
+
is_auto_purge_enabled: NotRequired[pulumi.Input[bool]]
|
1224
|
+
"""
|
1225
|
+
Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
|
1226
|
+
"""
|
1227
|
+
lifecycle_details: NotRequired[pulumi.Input[str]]
|
1228
|
+
"""
|
1229
|
+
Details about the current state of the audit profile in Data Safe.
|
1230
|
+
"""
|
1231
|
+
peer_target_database_key: NotRequired[pulumi.Input[int]]
|
1232
|
+
"""
|
1233
|
+
The secondary id assigned for the peer database registered with Data Safe.
|
1234
|
+
"""
|
1235
|
+
purge_job_details: NotRequired[pulumi.Input[str]]
|
1236
|
+
"""
|
1237
|
+
The details of the audit trail purge job that ran on the "purgeJobTime".
|
1238
|
+
"""
|
1239
|
+
purge_job_status: NotRequired[pulumi.Input[str]]
|
1240
|
+
"""
|
1241
|
+
The current status of the audit trail purge job.
|
1242
|
+
"""
|
1243
|
+
purge_job_time: NotRequired[pulumi.Input[str]]
|
1244
|
+
"""
|
1245
|
+
The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
|
1246
|
+
"""
|
1247
|
+
state: NotRequired[pulumi.Input[str]]
|
1248
|
+
"""
|
1249
|
+
The current state of the audit profile.
|
1250
|
+
"""
|
1251
|
+
status: NotRequired[pulumi.Input[str]]
|
1252
|
+
"""
|
1253
|
+
The current sub-state of the audit trail.
|
1254
|
+
"""
|
1255
|
+
system_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1256
|
+
"""
|
1257
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
1258
|
+
"""
|
1259
|
+
target_id: NotRequired[pulumi.Input[str]]
|
1260
|
+
"""
|
1261
|
+
The OCID of the Data Safe target for which the audit profile is created.
|
1262
|
+
"""
|
1263
|
+
time_created: NotRequired[pulumi.Input[str]]
|
1264
|
+
"""
|
1265
|
+
The date and time the audit profile was created, in the format defined by RFC3339.
|
1266
|
+
"""
|
1267
|
+
time_last_collected: NotRequired[pulumi.Input[str]]
|
1268
|
+
"""
|
1269
|
+
The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
|
1270
|
+
"""
|
1271
|
+
time_updated: NotRequired[pulumi.Input[str]]
|
1272
|
+
"""
|
1273
|
+
The date and time the audit profile was updated, in the format defined by RFC3339.
|
1274
|
+
"""
|
1275
|
+
trail_location: NotRequired[pulumi.Input[str]]
|
1276
|
+
"""
|
1277
|
+
An audit trail location represents the source of audit records that provides documentary evidence of the sequence of activities in the target database.
|
1278
|
+
"""
|
1279
|
+
trail_source: NotRequired[pulumi.Input[str]]
|
1280
|
+
"""
|
1281
|
+
The underlying source of unified audit trail.
|
1282
|
+
"""
|
1283
|
+
work_request_id: NotRequired[pulumi.Input[str]]
|
1284
|
+
"""
|
1285
|
+
The OCID of the workrequest for audit trail which collects audit records.
|
1286
|
+
"""
|
1287
|
+
elif False:
|
1288
|
+
AuditProfileAuditTrailArgsDict: TypeAlias = Mapping[str, Any]
|
1289
|
+
|
850
1290
|
@pulumi.input_type
|
851
1291
|
class AuditProfileAuditTrailArgs:
|
852
1292
|
def __init__(__self__, *,
|
@@ -1238,6 +1678,18 @@ class AuditProfileAuditTrailArgs:
|
|
1238
1678
|
pulumi.set(self, "work_request_id", value)
|
1239
1679
|
|
1240
1680
|
|
1681
|
+
if not MYPY:
|
1682
|
+
class CalculateAuditVolumeAvailableAvailableAuditVolumeArgsDict(TypedDict):
|
1683
|
+
audit_profile_id: NotRequired[pulumi.Input[str]]
|
1684
|
+
"""
|
1685
|
+
The OCID of the audit.
|
1686
|
+
"""
|
1687
|
+
month_in_consideration: NotRequired[pulumi.Input[str]]
|
1688
|
+
trail_location: NotRequired[pulumi.Input[str]]
|
1689
|
+
volume: NotRequired[pulumi.Input[str]]
|
1690
|
+
elif False:
|
1691
|
+
CalculateAuditVolumeAvailableAvailableAuditVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
1692
|
+
|
1241
1693
|
@pulumi.input_type
|
1242
1694
|
class CalculateAuditVolumeAvailableAvailableAuditVolumeArgs:
|
1243
1695
|
def __init__(__self__, *,
|
@@ -1297,6 +1749,18 @@ class CalculateAuditVolumeAvailableAvailableAuditVolumeArgs:
|
|
1297
1749
|
pulumi.set(self, "volume", value)
|
1298
1750
|
|
1299
1751
|
|
1752
|
+
if not MYPY:
|
1753
|
+
class CalculateAuditVolumeCollectedCollectedAuditVolumeArgsDict(TypedDict):
|
1754
|
+
archived_volume: NotRequired[pulumi.Input[str]]
|
1755
|
+
audit_profile_id: NotRequired[pulumi.Input[str]]
|
1756
|
+
"""
|
1757
|
+
The OCID of the audit.
|
1758
|
+
"""
|
1759
|
+
month_in_consideration: NotRequired[pulumi.Input[str]]
|
1760
|
+
online_volume: NotRequired[pulumi.Input[str]]
|
1761
|
+
elif False:
|
1762
|
+
CalculateAuditVolumeCollectedCollectedAuditVolumeArgsDict: TypeAlias = Mapping[str, Any]
|
1763
|
+
|
1300
1764
|
@pulumi.input_type
|
1301
1765
|
class CalculateAuditVolumeCollectedCollectedAuditVolumeArgs:
|
1302
1766
|
def __init__(__self__, *,
|
@@ -1356,6 +1820,23 @@ class CalculateAuditVolumeCollectedCollectedAuditVolumeArgs:
|
|
1356
1820
|
pulumi.set(self, "online_volume", value)
|
1357
1821
|
|
1358
1822
|
|
1823
|
+
if not MYPY:
|
1824
|
+
class DataSafeConfigurationGlobalSettingArgsDict(TypedDict):
|
1825
|
+
is_paid_usage: NotRequired[pulumi.Input[bool]]
|
1826
|
+
"""
|
1827
|
+
The paid usage option chosen by the customer admin.
|
1828
|
+
"""
|
1829
|
+
offline_retention_period: NotRequired[pulumi.Input[int]]
|
1830
|
+
"""
|
1831
|
+
The offline retention period in months.
|
1832
|
+
"""
|
1833
|
+
online_retention_period: NotRequired[pulumi.Input[int]]
|
1834
|
+
"""
|
1835
|
+
The online retention period in months.
|
1836
|
+
"""
|
1837
|
+
elif False:
|
1838
|
+
DataSafeConfigurationGlobalSettingArgsDict: TypeAlias = Mapping[str, Any]
|
1839
|
+
|
1359
1840
|
@pulumi.input_type
|
1360
1841
|
class DataSafeConfigurationGlobalSettingArgs:
|
1361
1842
|
def __init__(__self__, *,
|
@@ -1411,6 +1892,27 @@ class DataSafeConfigurationGlobalSettingArgs:
|
|
1411
1892
|
pulumi.set(self, "online_retention_period", value)
|
1412
1893
|
|
1413
1894
|
|
1895
|
+
if not MYPY:
|
1896
|
+
class DatabaseSecurityConfigManagementSqlFirewallConfigArgsDict(TypedDict):
|
1897
|
+
exclude_job: NotRequired[pulumi.Input[str]]
|
1898
|
+
"""
|
1899
|
+
(Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
|
1900
|
+
"""
|
1901
|
+
status: NotRequired[pulumi.Input[str]]
|
1902
|
+
"""
|
1903
|
+
(Updatable) Specifies whether the firewall is enabled or disabled on the target database.
|
1904
|
+
"""
|
1905
|
+
time_status_updated: NotRequired[pulumi.Input[str]]
|
1906
|
+
"""
|
1907
|
+
The most recent time when the firewall status is updated, in the format defined by RFC3339.
|
1908
|
+
"""
|
1909
|
+
violation_log_auto_purge: NotRequired[pulumi.Input[str]]
|
1910
|
+
"""
|
1911
|
+
(Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
|
1912
|
+
"""
|
1913
|
+
elif False:
|
1914
|
+
DatabaseSecurityConfigManagementSqlFirewallConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1915
|
+
|
1414
1916
|
@pulumi.input_type
|
1415
1917
|
class DatabaseSecurityConfigManagementSqlFirewallConfigArgs:
|
1416
1918
|
def __init__(__self__, *,
|
@@ -1482,6 +1984,27 @@ class DatabaseSecurityConfigManagementSqlFirewallConfigArgs:
|
|
1482
1984
|
pulumi.set(self, "violation_log_auto_purge", value)
|
1483
1985
|
|
1484
1986
|
|
1987
|
+
if not MYPY:
|
1988
|
+
class DatabaseSecurityConfigSqlFirewallConfigArgsDict(TypedDict):
|
1989
|
+
exclude_job: NotRequired[pulumi.Input[str]]
|
1990
|
+
"""
|
1991
|
+
(Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
|
1992
|
+
"""
|
1993
|
+
status: NotRequired[pulumi.Input[str]]
|
1994
|
+
"""
|
1995
|
+
(Updatable) Specifies whether the firewall is enabled or disabled on the target database.
|
1996
|
+
"""
|
1997
|
+
time_status_updated: NotRequired[pulumi.Input[str]]
|
1998
|
+
"""
|
1999
|
+
The most recent time when the firewall status is updated, in the format defined by RFC3339.
|
2000
|
+
"""
|
2001
|
+
violation_log_auto_purge: NotRequired[pulumi.Input[str]]
|
2002
|
+
"""
|
2003
|
+
(Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
|
2004
|
+
"""
|
2005
|
+
elif False:
|
2006
|
+
DatabaseSecurityConfigSqlFirewallConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2007
|
+
|
1485
2008
|
@pulumi.input_type
|
1486
2009
|
class DatabaseSecurityConfigSqlFirewallConfigArgs:
|
1487
2010
|
def __init__(__self__, *,
|
@@ -1553,7 +2076,20 @@ class DatabaseSecurityConfigSqlFirewallConfigArgs:
|
|
1553
2076
|
pulumi.set(self, "violation_log_auto_purge", value)
|
1554
2077
|
|
1555
2078
|
|
1556
|
-
|
2079
|
+
if not MYPY:
|
2080
|
+
class DiscoveryJobsResultModifiedAttributeArgsDict(TypedDict):
|
2081
|
+
app_defined_child_column_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2082
|
+
"""
|
2083
|
+
Unique keys identifying the columns that are application-level (non-dictionary) children of the sensitive column.
|
2084
|
+
"""
|
2085
|
+
db_defined_child_column_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2086
|
+
"""
|
2087
|
+
Unique keys identifying the columns that are database-level (dictionary-defined) children of the sensitive column.
|
2088
|
+
"""
|
2089
|
+
elif False:
|
2090
|
+
DiscoveryJobsResultModifiedAttributeArgsDict: TypeAlias = Mapping[str, Any]
|
2091
|
+
|
2092
|
+
@pulumi.input_type
|
1557
2093
|
class DiscoveryJobsResultModifiedAttributeArgs:
|
1558
2094
|
def __init__(__self__, *,
|
1559
2095
|
app_defined_child_column_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -1592,6 +2128,23 @@ class DiscoveryJobsResultModifiedAttributeArgs:
|
|
1592
2128
|
pulumi.set(self, "db_defined_child_column_keys", value)
|
1593
2129
|
|
1594
2130
|
|
2131
|
+
if not MYPY:
|
2132
|
+
class DiscoveryModTablesForDiscoveryArgsDict(TypedDict):
|
2133
|
+
schema_name: pulumi.Input[str]
|
2134
|
+
"""
|
2135
|
+
This contains the name of the schema.
|
2136
|
+
"""
|
2137
|
+
table_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2138
|
+
"""
|
2139
|
+
This contains an optional list of the table names.
|
2140
|
+
|
2141
|
+
|
2142
|
+
** IMPORTANT **
|
2143
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2144
|
+
"""
|
2145
|
+
elif False:
|
2146
|
+
DiscoveryModTablesForDiscoveryArgsDict: TypeAlias = Mapping[str, Any]
|
2147
|
+
|
1595
2148
|
@pulumi.input_type
|
1596
2149
|
class DiscoveryModTablesForDiscoveryArgs:
|
1597
2150
|
def __init__(__self__, *,
|
@@ -1638,6 +2191,111 @@ class DiscoveryModTablesForDiscoveryArgs:
|
|
1638
2191
|
pulumi.set(self, "table_names", value)
|
1639
2192
|
|
1640
2193
|
|
2194
|
+
if not MYPY:
|
2195
|
+
class LibraryMasingFormatFormatEntryArgsDict(TypedDict):
|
2196
|
+
type: pulumi.Input[str]
|
2197
|
+
"""
|
2198
|
+
(Updatable) The type of the format entry.
|
2199
|
+
"""
|
2200
|
+
column_name: NotRequired[pulumi.Input[str]]
|
2201
|
+
"""
|
2202
|
+
(Updatable) The name of the substitution column.
|
2203
|
+
"""
|
2204
|
+
description: NotRequired[pulumi.Input[str]]
|
2205
|
+
"""
|
2206
|
+
(Updatable) The description of the format entry.
|
2207
|
+
"""
|
2208
|
+
end_date: NotRequired[pulumi.Input[str]]
|
2209
|
+
"""
|
2210
|
+
(Updatable) The upper bound of the range within which all the original column values fall. The end date must be greater than or equal to the start date.
|
2211
|
+
"""
|
2212
|
+
end_length: NotRequired[pulumi.Input[int]]
|
2213
|
+
"""
|
2214
|
+
(Updatable) The maximum number of characters the generated strings should have. It can be any integer greater than zero, but it must be greater than or equal to the start length.
|
2215
|
+
"""
|
2216
|
+
end_value: NotRequired[pulumi.Input[float]]
|
2217
|
+
"""
|
2218
|
+
(Updatable) The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type.
|
2219
|
+
"""
|
2220
|
+
fixed_number: NotRequired[pulumi.Input[float]]
|
2221
|
+
"""
|
2222
|
+
(Updatable) The constant number to be used for masking.
|
2223
|
+
"""
|
2224
|
+
fixed_string: NotRequired[pulumi.Input[str]]
|
2225
|
+
"""
|
2226
|
+
(Updatable) The constant string to be used for masking.
|
2227
|
+
"""
|
2228
|
+
grouping_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2229
|
+
"""
|
2230
|
+
(Updatable) One or more reference columns to be used to group column values so that they can be shuffled within their own group. The grouping columns and the column to be masked must belong to the same table.
|
2231
|
+
"""
|
2232
|
+
length: NotRequired[pulumi.Input[int]]
|
2233
|
+
"""
|
2234
|
+
(Updatable) The number of characters that should be there in the substring. It should be an integer and greater than zero.
|
2235
|
+
"""
|
2236
|
+
library_masking_format_id: NotRequired[pulumi.Input[str]]
|
2237
|
+
"""
|
2238
|
+
(Updatable) The OCID of the library masking format.
|
2239
|
+
"""
|
2240
|
+
pattern: NotRequired[pulumi.Input[str]]
|
2241
|
+
"""
|
2242
|
+
(Updatable) The pattern that should be used to mask data.
|
2243
|
+
"""
|
2244
|
+
post_processing_function: NotRequired[pulumi.Input[str]]
|
2245
|
+
"""
|
2246
|
+
(Updatable) The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
2247
|
+
"""
|
2248
|
+
random_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2249
|
+
"""
|
2250
|
+
(Updatable) A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
2251
|
+
"""
|
2252
|
+
regular_expression: NotRequired[pulumi.Input[str]]
|
2253
|
+
"""
|
2254
|
+
(Updatable) The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
2255
|
+
|
2256
|
+
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2257
|
+
|
2258
|
+
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2259
|
+
"""
|
2260
|
+
replace_with: NotRequired[pulumi.Input[str]]
|
2261
|
+
"""
|
2262
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
2263
|
+
"""
|
2264
|
+
schema_name: NotRequired[pulumi.Input[str]]
|
2265
|
+
"""
|
2266
|
+
(Updatable) The name of the schema that contains the substitution column.
|
2267
|
+
"""
|
2268
|
+
sql_expression: NotRequired[pulumi.Input[str]]
|
2269
|
+
"""
|
2270
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2271
|
+
"""
|
2272
|
+
start_date: NotRequired[pulumi.Input[str]]
|
2273
|
+
"""
|
2274
|
+
(Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
2275
|
+
"""
|
2276
|
+
start_length: NotRequired[pulumi.Input[int]]
|
2277
|
+
"""
|
2278
|
+
(Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
2279
|
+
"""
|
2280
|
+
start_position: NotRequired[pulumi.Input[int]]
|
2281
|
+
"""
|
2282
|
+
(Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
2283
|
+
"""
|
2284
|
+
start_value: NotRequired[pulumi.Input[float]]
|
2285
|
+
"""
|
2286
|
+
(Updatable) The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type.
|
2287
|
+
"""
|
2288
|
+
table_name: NotRequired[pulumi.Input[str]]
|
2289
|
+
"""
|
2290
|
+
(Updatable) The name of the table that contains the substitution column.
|
2291
|
+
"""
|
2292
|
+
user_defined_function: NotRequired[pulumi.Input[str]]
|
2293
|
+
"""
|
2294
|
+
(Updatable) The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
2295
|
+
"""
|
2296
|
+
elif False:
|
2297
|
+
LibraryMasingFormatFormatEntryArgsDict: TypeAlias = Mapping[str, Any]
|
2298
|
+
|
1641
2299
|
@pulumi.input_type
|
1642
2300
|
class LibraryMasingFormatFormatEntryArgs:
|
1643
2301
|
def __init__(__self__, *,
|
@@ -2036,6 +2694,23 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
2036
2694
|
pulumi.set(self, "user_defined_function", value)
|
2037
2695
|
|
2038
2696
|
|
2697
|
+
if not MYPY:
|
2698
|
+
class MaskingPoliciesMaskingColumnMaskingFormatArgsDict(TypedDict):
|
2699
|
+
format_entries: pulumi.Input[Sequence[pulumi.Input['MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgsDict']]]
|
2700
|
+
"""
|
2701
|
+
(Updatable) An array of format entries. The combined output of all the format entries is used for masking the column data values.
|
2702
|
+
"""
|
2703
|
+
condition: NotRequired[pulumi.Input[str]]
|
2704
|
+
"""
|
2705
|
+
(Updatable) A condition that must be true for applying the masking format. It can be any valid SQL construct that can be used in a SQL predicate. It enables you to do <a href="https://docs.oracle.com/en/cloud/paas/data-safe/udscs/conditional-masking.html">conditional masking</a> so that you can mask the column data values differently using different masking formats and the associated conditions.
|
2706
|
+
"""
|
2707
|
+
description: NotRequired[pulumi.Input[str]]
|
2708
|
+
"""
|
2709
|
+
(Updatable) The description of the masking format.
|
2710
|
+
"""
|
2711
|
+
elif False:
|
2712
|
+
MaskingPoliciesMaskingColumnMaskingFormatArgsDict: TypeAlias = Mapping[str, Any]
|
2713
|
+
|
2039
2714
|
@pulumi.input_type
|
2040
2715
|
class MaskingPoliciesMaskingColumnMaskingFormatArgs:
|
2041
2716
|
def __init__(__self__, *,
|
@@ -2090,6 +2765,111 @@ class MaskingPoliciesMaskingColumnMaskingFormatArgs:
|
|
2090
2765
|
pulumi.set(self, "description", value)
|
2091
2766
|
|
2092
2767
|
|
2768
|
+
if not MYPY:
|
2769
|
+
class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgsDict(TypedDict):
|
2770
|
+
type: pulumi.Input[str]
|
2771
|
+
"""
|
2772
|
+
(Updatable) The type of the format entry.
|
2773
|
+
"""
|
2774
|
+
column_name: NotRequired[pulumi.Input[str]]
|
2775
|
+
"""
|
2776
|
+
(Updatable) The name of the substitution column.
|
2777
|
+
"""
|
2778
|
+
description: NotRequired[pulumi.Input[str]]
|
2779
|
+
"""
|
2780
|
+
(Updatable) The description of the format entry.
|
2781
|
+
"""
|
2782
|
+
end_date: NotRequired[pulumi.Input[str]]
|
2783
|
+
"""
|
2784
|
+
(Updatable) The upper bound of the range within which all the original column values fall. The end date must be greater than or equal to the start date.
|
2785
|
+
"""
|
2786
|
+
end_length: NotRequired[pulumi.Input[int]]
|
2787
|
+
"""
|
2788
|
+
(Updatable) The maximum number of characters the generated strings should have. It can be any integer greater than zero, but it must be greater than or equal to the start length.
|
2789
|
+
"""
|
2790
|
+
end_value: NotRequired[pulumi.Input[float]]
|
2791
|
+
"""
|
2792
|
+
(Updatable) The upper bound of the range within which random decimal numbers should be generated. It must be greater than or equal to the start value. It supports input of double type.
|
2793
|
+
"""
|
2794
|
+
fixed_number: NotRequired[pulumi.Input[float]]
|
2795
|
+
"""
|
2796
|
+
(Updatable) The constant number to be used for masking.
|
2797
|
+
"""
|
2798
|
+
fixed_string: NotRequired[pulumi.Input[str]]
|
2799
|
+
"""
|
2800
|
+
(Updatable) The constant string to be used for masking.
|
2801
|
+
"""
|
2802
|
+
grouping_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2803
|
+
"""
|
2804
|
+
(Updatable) One or more reference columns to be used to group column values so that they can be shuffled within their own group. The grouping columns and the column to be masked must belong to the same table.
|
2805
|
+
"""
|
2806
|
+
length: NotRequired[pulumi.Input[int]]
|
2807
|
+
"""
|
2808
|
+
(Updatable) The number of characters that should be there in the substring. It should be an integer and greater than zero.
|
2809
|
+
"""
|
2810
|
+
library_masking_format_id: NotRequired[pulumi.Input[str]]
|
2811
|
+
"""
|
2812
|
+
(Updatable) The OCID of the library masking format.
|
2813
|
+
"""
|
2814
|
+
pattern: NotRequired[pulumi.Input[str]]
|
2815
|
+
"""
|
2816
|
+
(Updatable) The pattern that should be used to mask data.
|
2817
|
+
"""
|
2818
|
+
post_processing_function: NotRequired[pulumi.Input[str]]
|
2819
|
+
"""
|
2820
|
+
(Updatable) The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
2821
|
+
"""
|
2822
|
+
random_lists: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2823
|
+
"""
|
2824
|
+
(Updatable) A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
2825
|
+
"""
|
2826
|
+
regular_expression: NotRequired[pulumi.Input[str]]
|
2827
|
+
"""
|
2828
|
+
(Updatable) The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
2829
|
+
|
2830
|
+
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2831
|
+
|
2832
|
+
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2833
|
+
"""
|
2834
|
+
replace_with: NotRequired[pulumi.Input[str]]
|
2835
|
+
"""
|
2836
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
|
2837
|
+
"""
|
2838
|
+
schema_name: NotRequired[pulumi.Input[str]]
|
2839
|
+
"""
|
2840
|
+
(Updatable) The name of the schema that contains the substitution column.
|
2841
|
+
"""
|
2842
|
+
sql_expression: NotRequired[pulumi.Input[str]]
|
2843
|
+
"""
|
2844
|
+
(Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2845
|
+
"""
|
2846
|
+
start_date: NotRequired[pulumi.Input[str]]
|
2847
|
+
"""
|
2848
|
+
(Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
2849
|
+
"""
|
2850
|
+
start_length: NotRequired[pulumi.Input[int]]
|
2851
|
+
"""
|
2852
|
+
(Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
|
2853
|
+
"""
|
2854
|
+
start_position: NotRequired[pulumi.Input[int]]
|
2855
|
+
"""
|
2856
|
+
(Updatable) The starting position in the original string from where the substring should be extracted. It can be either a positive or a negative integer. If It's negative, the counting starts from the end of the string.
|
2857
|
+
"""
|
2858
|
+
start_value: NotRequired[pulumi.Input[float]]
|
2859
|
+
"""
|
2860
|
+
(Updatable) The lower bound of the range within which random decimal numbers should be generated. It must be less than or equal to the end value. It supports input of double type.
|
2861
|
+
"""
|
2862
|
+
table_name: NotRequired[pulumi.Input[str]]
|
2863
|
+
"""
|
2864
|
+
(Updatable) The name of the table that contains the substitution column.
|
2865
|
+
"""
|
2866
|
+
user_defined_function: NotRequired[pulumi.Input[str]]
|
2867
|
+
"""
|
2868
|
+
(Updatable) The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
2869
|
+
"""
|
2870
|
+
elif False:
|
2871
|
+
MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgsDict: TypeAlias = Mapping[str, Any]
|
2872
|
+
|
2093
2873
|
@pulumi.input_type
|
2094
2874
|
class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
2095
2875
|
def __init__(__self__, *,
|
@@ -2488,6 +3268,23 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
2488
3268
|
pulumi.set(self, "user_defined_function", value)
|
2489
3269
|
|
2490
3270
|
|
3271
|
+
if not MYPY:
|
3272
|
+
class MaskingPolicyColumnSourceArgsDict(TypedDict):
|
3273
|
+
column_source: pulumi.Input[str]
|
3274
|
+
"""
|
3275
|
+
(Updatable) The source of masking columns.
|
3276
|
+
"""
|
3277
|
+
sensitive_data_model_id: NotRequired[pulumi.Input[str]]
|
3278
|
+
"""
|
3279
|
+
(Updatable) The OCID of the sensitive data model to be associated as the column source with the masking policy.
|
3280
|
+
"""
|
3281
|
+
target_id: NotRequired[pulumi.Input[str]]
|
3282
|
+
"""
|
3283
|
+
(Updatable) The OCID of the target database to be associated as the column source with the masking policy.
|
3284
|
+
"""
|
3285
|
+
elif False:
|
3286
|
+
MaskingPolicyColumnSourceArgsDict: TypeAlias = Mapping[str, Any]
|
3287
|
+
|
2491
3288
|
@pulumi.input_type
|
2492
3289
|
class MaskingPolicyColumnSourceArgs:
|
2493
3290
|
def __init__(__self__, *,
|
@@ -2542,6 +3339,31 @@ class MaskingPolicyColumnSourceArgs:
|
|
2542
3339
|
pulumi.set(self, "target_id", value)
|
2543
3340
|
|
2544
3341
|
|
3342
|
+
if not MYPY:
|
3343
|
+
class ReportDefinitionColumnFilterArgsDict(TypedDict):
|
3344
|
+
expressions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
3345
|
+
"""
|
3346
|
+
(Updatable) An array of expressions based on the operator type. A filter may have one or more expressions.
|
3347
|
+
"""
|
3348
|
+
field_name: pulumi.Input[str]
|
3349
|
+
"""
|
3350
|
+
(Updatable) Name of the column on which the filter must be applied.
|
3351
|
+
"""
|
3352
|
+
is_enabled: pulumi.Input[bool]
|
3353
|
+
"""
|
3354
|
+
(Updatable) Indicates whether the filter is enabled. Values can either be 'true' or 'false'.
|
3355
|
+
"""
|
3356
|
+
is_hidden: pulumi.Input[bool]
|
3357
|
+
"""
|
3358
|
+
(Updatable) Indicates whether the filter is hidden. Values can either be 'true' or 'false'.
|
3359
|
+
"""
|
3360
|
+
operator: pulumi.Input[str]
|
3361
|
+
"""
|
3362
|
+
(Updatable) Specifies the type of operator that must be applied for example in, eq etc.
|
3363
|
+
"""
|
3364
|
+
elif False:
|
3365
|
+
ReportDefinitionColumnFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3366
|
+
|
2545
3367
|
@pulumi.input_type
|
2546
3368
|
class ReportDefinitionColumnFilterArgs:
|
2547
3369
|
def __init__(__self__, *,
|
@@ -2624,6 +3446,31 @@ class ReportDefinitionColumnFilterArgs:
|
|
2624
3446
|
pulumi.set(self, "operator", value)
|
2625
3447
|
|
2626
3448
|
|
3449
|
+
if not MYPY:
|
3450
|
+
class ReportDefinitionColumnInfoArgsDict(TypedDict):
|
3451
|
+
display_name: pulumi.Input[str]
|
3452
|
+
"""
|
3453
|
+
(Updatable) Name of the column displayed on UI.
|
3454
|
+
"""
|
3455
|
+
display_order: pulumi.Input[int]
|
3456
|
+
"""
|
3457
|
+
(Updatable) Specifies the display order of the column.
|
3458
|
+
"""
|
3459
|
+
field_name: pulumi.Input[str]
|
3460
|
+
"""
|
3461
|
+
(Updatable) Specifies the corresponding field name in the data source.
|
3462
|
+
"""
|
3463
|
+
is_hidden: pulumi.Input[bool]
|
3464
|
+
"""
|
3465
|
+
(Updatable) Indicates if the column is hidden. Values can either be 'true' or 'false'.
|
3466
|
+
"""
|
3467
|
+
data_type: NotRequired[pulumi.Input[str]]
|
3468
|
+
"""
|
3469
|
+
(Updatable) Specifies the data type of the column.
|
3470
|
+
"""
|
3471
|
+
elif False:
|
3472
|
+
ReportDefinitionColumnInfoArgsDict: TypeAlias = Mapping[str, Any]
|
3473
|
+
|
2627
3474
|
@pulumi.input_type
|
2628
3475
|
class ReportDefinitionColumnInfoArgs:
|
2629
3476
|
def __init__(__self__, *,
|
@@ -2707,6 +3554,23 @@ class ReportDefinitionColumnInfoArgs:
|
|
2707
3554
|
pulumi.set(self, "data_type", value)
|
2708
3555
|
|
2709
3556
|
|
3557
|
+
if not MYPY:
|
3558
|
+
class ReportDefinitionColumnSortingArgsDict(TypedDict):
|
3559
|
+
field_name: pulumi.Input[str]
|
3560
|
+
"""
|
3561
|
+
(Updatable) Name of the column that must be sorted.
|
3562
|
+
"""
|
3563
|
+
is_ascending: pulumi.Input[bool]
|
3564
|
+
"""
|
3565
|
+
(Updatable) Indicates if the column must be sorted in ascending order. Values can either be 'true' or 'false'.
|
3566
|
+
"""
|
3567
|
+
sorting_order: pulumi.Input[int]
|
3568
|
+
"""
|
3569
|
+
(Updatable) Indicates the order at which column must be sorted.
|
3570
|
+
"""
|
3571
|
+
elif False:
|
3572
|
+
ReportDefinitionColumnSortingArgsDict: TypeAlias = Mapping[str, Any]
|
3573
|
+
|
2710
3574
|
@pulumi.input_type
|
2711
3575
|
class ReportDefinitionColumnSortingArgs:
|
2712
3576
|
def __init__(__self__, *,
|
@@ -2759,28 +3623,61 @@ class ReportDefinitionColumnSortingArgs:
|
|
2759
3623
|
pulumi.set(self, "sorting_order", value)
|
2760
3624
|
|
2761
3625
|
|
2762
|
-
|
2763
|
-
class
|
2764
|
-
|
2765
|
-
display_order: pulumi.Input[int],
|
2766
|
-
name: pulumi.Input[str],
|
2767
|
-
count_of: Optional[pulumi.Input[str]] = None,
|
2768
|
-
group_by_field_name: Optional[pulumi.Input[str]] = None,
|
2769
|
-
is_hidden: Optional[pulumi.Input[bool]] = None,
|
2770
|
-
scim_filter: Optional[pulumi.Input[str]] = None):
|
3626
|
+
if not MYPY:
|
3627
|
+
class ReportDefinitionSummaryArgsDict(TypedDict):
|
3628
|
+
display_order: pulumi.Input[int]
|
2771
3629
|
"""
|
2772
|
-
|
2773
|
-
:param pulumi.Input[str] name: (Updatable) Name of the report summary.
|
2774
|
-
:param pulumi.Input[str] count_of: (Updatable) Name of the key or count of object.
|
2775
|
-
:param pulumi.Input[str] group_by_field_name: (Updatable) A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.
|
2776
|
-
:param pulumi.Input[bool] is_hidden: (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
|
2777
|
-
:param pulumi.Input[str] scim_filter: (Updatable) Additional scim filters used to get the specific summary.
|
2778
|
-
|
2779
|
-
|
2780
|
-
** IMPORTANT **
|
2781
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3630
|
+
(Updatable) Specifies the order in which the summary must be displayed.
|
2782
3631
|
"""
|
2783
|
-
pulumi.
|
3632
|
+
name: pulumi.Input[str]
|
3633
|
+
"""
|
3634
|
+
(Updatable) Name of the report summary.
|
3635
|
+
"""
|
3636
|
+
count_of: NotRequired[pulumi.Input[str]]
|
3637
|
+
"""
|
3638
|
+
(Updatable) Name of the key or count of object.
|
3639
|
+
"""
|
3640
|
+
group_by_field_name: NotRequired[pulumi.Input[str]]
|
3641
|
+
"""
|
3642
|
+
(Updatable) A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.
|
3643
|
+
"""
|
3644
|
+
is_hidden: NotRequired[pulumi.Input[bool]]
|
3645
|
+
"""
|
3646
|
+
(Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
|
3647
|
+
"""
|
3648
|
+
scim_filter: NotRequired[pulumi.Input[str]]
|
3649
|
+
"""
|
3650
|
+
(Updatable) Additional scim filters used to get the specific summary.
|
3651
|
+
|
3652
|
+
|
3653
|
+
** IMPORTANT **
|
3654
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3655
|
+
"""
|
3656
|
+
elif False:
|
3657
|
+
ReportDefinitionSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
3658
|
+
|
3659
|
+
@pulumi.input_type
|
3660
|
+
class ReportDefinitionSummaryArgs:
|
3661
|
+
def __init__(__self__, *,
|
3662
|
+
display_order: pulumi.Input[int],
|
3663
|
+
name: pulumi.Input[str],
|
3664
|
+
count_of: Optional[pulumi.Input[str]] = None,
|
3665
|
+
group_by_field_name: Optional[pulumi.Input[str]] = None,
|
3666
|
+
is_hidden: Optional[pulumi.Input[bool]] = None,
|
3667
|
+
scim_filter: Optional[pulumi.Input[str]] = None):
|
3668
|
+
"""
|
3669
|
+
:param pulumi.Input[int] display_order: (Updatable) Specifies the order in which the summary must be displayed.
|
3670
|
+
:param pulumi.Input[str] name: (Updatable) Name of the report summary.
|
3671
|
+
:param pulumi.Input[str] count_of: (Updatable) Name of the key or count of object.
|
3672
|
+
:param pulumi.Input[str] group_by_field_name: (Updatable) A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.
|
3673
|
+
:param pulumi.Input[bool] is_hidden: (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
|
3674
|
+
:param pulumi.Input[str] scim_filter: (Updatable) Additional scim filters used to get the specific summary.
|
3675
|
+
|
3676
|
+
|
3677
|
+
** IMPORTANT **
|
3678
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3679
|
+
"""
|
3680
|
+
pulumi.set(__self__, "display_order", display_order)
|
2784
3681
|
pulumi.set(__self__, "name", name)
|
2785
3682
|
if count_of is not None:
|
2786
3683
|
pulumi.set(__self__, "count_of", count_of)
|
@@ -2868,6 +3765,43 @@ class ReportDefinitionSummaryArgs:
|
|
2868
3765
|
pulumi.set(self, "scim_filter", value)
|
2869
3766
|
|
2870
3767
|
|
3768
|
+
if not MYPY:
|
3769
|
+
class SecurityAssessmentStatisticArgsDict(TypedDict):
|
3770
|
+
advisories: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticAdvisoryArgsDict']]]]
|
3771
|
+
"""
|
3772
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3773
|
+
"""
|
3774
|
+
deferreds: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticDeferredArgsDict']]]]
|
3775
|
+
"""
|
3776
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3777
|
+
"""
|
3778
|
+
evaluates: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticEvaluateArgsDict']]]]
|
3779
|
+
"""
|
3780
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3781
|
+
"""
|
3782
|
+
high_risks: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticHighRiskArgsDict']]]]
|
3783
|
+
"""
|
3784
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3785
|
+
"""
|
3786
|
+
low_risks: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticLowRiskArgsDict']]]]
|
3787
|
+
"""
|
3788
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3789
|
+
"""
|
3790
|
+
medium_risks: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticMediumRiskArgsDict']]]]
|
3791
|
+
"""
|
3792
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3793
|
+
"""
|
3794
|
+
passes: NotRequired[pulumi.Input[Sequence[pulumi.Input['SecurityAssessmentStatisticPassArgsDict']]]]
|
3795
|
+
"""
|
3796
|
+
Statistics showing the number of findings with a particular risk level for each category.
|
3797
|
+
"""
|
3798
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
3799
|
+
"""
|
3800
|
+
The total number of targets in this security assessment.
|
3801
|
+
"""
|
3802
|
+
elif False:
|
3803
|
+
SecurityAssessmentStatisticArgsDict: TypeAlias = Mapping[str, Any]
|
3804
|
+
|
2871
3805
|
@pulumi.input_type
|
2872
3806
|
class SecurityAssessmentStatisticArgs:
|
2873
3807
|
def __init__(__self__, *,
|
@@ -3003,6 +3937,43 @@ class SecurityAssessmentStatisticArgs:
|
|
3003
3937
|
pulumi.set(self, "targets_count", value)
|
3004
3938
|
|
3005
3939
|
|
3940
|
+
if not MYPY:
|
3941
|
+
class SecurityAssessmentStatisticAdvisoryArgsDict(TypedDict):
|
3942
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
3943
|
+
"""
|
3944
|
+
The number of findings in the Auditing category.
|
3945
|
+
"""
|
3946
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
3947
|
+
"""
|
3948
|
+
The number of findings in the Authorization Control category.
|
3949
|
+
"""
|
3950
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
3951
|
+
"""
|
3952
|
+
The number of findings in the Data Encryption category.
|
3953
|
+
"""
|
3954
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
3955
|
+
"""
|
3956
|
+
The number of findings in the Database Configuration category.
|
3957
|
+
"""
|
3958
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
3959
|
+
"""
|
3960
|
+
The number of findings in the Fine-Grained Access Control category.
|
3961
|
+
"""
|
3962
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
3963
|
+
"""
|
3964
|
+
The number of findings in the Privileges and Roles category.
|
3965
|
+
"""
|
3966
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
3967
|
+
"""
|
3968
|
+
The total number of targets in this security assessment.
|
3969
|
+
"""
|
3970
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
3971
|
+
"""
|
3972
|
+
The number of findings in the User Accounts category.
|
3973
|
+
"""
|
3974
|
+
elif False:
|
3975
|
+
SecurityAssessmentStatisticAdvisoryArgsDict: TypeAlias = Mapping[str, Any]
|
3976
|
+
|
3006
3977
|
@pulumi.input_type
|
3007
3978
|
class SecurityAssessmentStatisticAdvisoryArgs:
|
3008
3979
|
def __init__(__self__, *,
|
@@ -3138,6 +4109,43 @@ class SecurityAssessmentStatisticAdvisoryArgs:
|
|
3138
4109
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3139
4110
|
|
3140
4111
|
|
4112
|
+
if not MYPY:
|
4113
|
+
class SecurityAssessmentStatisticDeferredArgsDict(TypedDict):
|
4114
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4115
|
+
"""
|
4116
|
+
The number of findings in the Auditing category.
|
4117
|
+
"""
|
4118
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4119
|
+
"""
|
4120
|
+
The number of findings in the Authorization Control category.
|
4121
|
+
"""
|
4122
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4123
|
+
"""
|
4124
|
+
The number of findings in the Data Encryption category.
|
4125
|
+
"""
|
4126
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4127
|
+
"""
|
4128
|
+
The number of findings in the Database Configuration category.
|
4129
|
+
"""
|
4130
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4131
|
+
"""
|
4132
|
+
The number of findings in the Fine-Grained Access Control category.
|
4133
|
+
"""
|
4134
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4135
|
+
"""
|
4136
|
+
The number of findings in the Privileges and Roles category.
|
4137
|
+
"""
|
4138
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4139
|
+
"""
|
4140
|
+
The total number of targets in this security assessment.
|
4141
|
+
"""
|
4142
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
4143
|
+
"""
|
4144
|
+
The number of findings in the User Accounts category.
|
4145
|
+
"""
|
4146
|
+
elif False:
|
4147
|
+
SecurityAssessmentStatisticDeferredArgsDict: TypeAlias = Mapping[str, Any]
|
4148
|
+
|
3141
4149
|
@pulumi.input_type
|
3142
4150
|
class SecurityAssessmentStatisticDeferredArgs:
|
3143
4151
|
def __init__(__self__, *,
|
@@ -3273,6 +4281,43 @@ class SecurityAssessmentStatisticDeferredArgs:
|
|
3273
4281
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3274
4282
|
|
3275
4283
|
|
4284
|
+
if not MYPY:
|
4285
|
+
class SecurityAssessmentStatisticEvaluateArgsDict(TypedDict):
|
4286
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4287
|
+
"""
|
4288
|
+
The number of findings in the Auditing category.
|
4289
|
+
"""
|
4290
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4291
|
+
"""
|
4292
|
+
The number of findings in the Authorization Control category.
|
4293
|
+
"""
|
4294
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4295
|
+
"""
|
4296
|
+
The number of findings in the Data Encryption category.
|
4297
|
+
"""
|
4298
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4299
|
+
"""
|
4300
|
+
The number of findings in the Database Configuration category.
|
4301
|
+
"""
|
4302
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4303
|
+
"""
|
4304
|
+
The number of findings in the Fine-Grained Access Control category.
|
4305
|
+
"""
|
4306
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4307
|
+
"""
|
4308
|
+
The number of findings in the Privileges and Roles category.
|
4309
|
+
"""
|
4310
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4311
|
+
"""
|
4312
|
+
The total number of targets in this security assessment.
|
4313
|
+
"""
|
4314
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
4315
|
+
"""
|
4316
|
+
The number of findings in the User Accounts category.
|
4317
|
+
"""
|
4318
|
+
elif False:
|
4319
|
+
SecurityAssessmentStatisticEvaluateArgsDict: TypeAlias = Mapping[str, Any]
|
4320
|
+
|
3276
4321
|
@pulumi.input_type
|
3277
4322
|
class SecurityAssessmentStatisticEvaluateArgs:
|
3278
4323
|
def __init__(__self__, *,
|
@@ -3408,6 +4453,43 @@ class SecurityAssessmentStatisticEvaluateArgs:
|
|
3408
4453
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3409
4454
|
|
3410
4455
|
|
4456
|
+
if not MYPY:
|
4457
|
+
class SecurityAssessmentStatisticHighRiskArgsDict(TypedDict):
|
4458
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4459
|
+
"""
|
4460
|
+
The number of findings in the Auditing category.
|
4461
|
+
"""
|
4462
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4463
|
+
"""
|
4464
|
+
The number of findings in the Authorization Control category.
|
4465
|
+
"""
|
4466
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4467
|
+
"""
|
4468
|
+
The number of findings in the Data Encryption category.
|
4469
|
+
"""
|
4470
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4471
|
+
"""
|
4472
|
+
The number of findings in the Database Configuration category.
|
4473
|
+
"""
|
4474
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4475
|
+
"""
|
4476
|
+
The number of findings in the Fine-Grained Access Control category.
|
4477
|
+
"""
|
4478
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4479
|
+
"""
|
4480
|
+
The number of findings in the Privileges and Roles category.
|
4481
|
+
"""
|
4482
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4483
|
+
"""
|
4484
|
+
The total number of targets in this security assessment.
|
4485
|
+
"""
|
4486
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
4487
|
+
"""
|
4488
|
+
The number of findings in the User Accounts category.
|
4489
|
+
"""
|
4490
|
+
elif False:
|
4491
|
+
SecurityAssessmentStatisticHighRiskArgsDict: TypeAlias = Mapping[str, Any]
|
4492
|
+
|
3411
4493
|
@pulumi.input_type
|
3412
4494
|
class SecurityAssessmentStatisticHighRiskArgs:
|
3413
4495
|
def __init__(__self__, *,
|
@@ -3543,6 +4625,43 @@ class SecurityAssessmentStatisticHighRiskArgs:
|
|
3543
4625
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3544
4626
|
|
3545
4627
|
|
4628
|
+
if not MYPY:
|
4629
|
+
class SecurityAssessmentStatisticLowRiskArgsDict(TypedDict):
|
4630
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4631
|
+
"""
|
4632
|
+
The number of findings in the Auditing category.
|
4633
|
+
"""
|
4634
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4635
|
+
"""
|
4636
|
+
The number of findings in the Authorization Control category.
|
4637
|
+
"""
|
4638
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4639
|
+
"""
|
4640
|
+
The number of findings in the Data Encryption category.
|
4641
|
+
"""
|
4642
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4643
|
+
"""
|
4644
|
+
The number of findings in the Database Configuration category.
|
4645
|
+
"""
|
4646
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4647
|
+
"""
|
4648
|
+
The number of findings in the Fine-Grained Access Control category.
|
4649
|
+
"""
|
4650
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4651
|
+
"""
|
4652
|
+
The number of findings in the Privileges and Roles category.
|
4653
|
+
"""
|
4654
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4655
|
+
"""
|
4656
|
+
The total number of targets in this security assessment.
|
4657
|
+
"""
|
4658
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
4659
|
+
"""
|
4660
|
+
The number of findings in the User Accounts category.
|
4661
|
+
"""
|
4662
|
+
elif False:
|
4663
|
+
SecurityAssessmentStatisticLowRiskArgsDict: TypeAlias = Mapping[str, Any]
|
4664
|
+
|
3546
4665
|
@pulumi.input_type
|
3547
4666
|
class SecurityAssessmentStatisticLowRiskArgs:
|
3548
4667
|
def __init__(__self__, *,
|
@@ -3678,6 +4797,43 @@ class SecurityAssessmentStatisticLowRiskArgs:
|
|
3678
4797
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3679
4798
|
|
3680
4799
|
|
4800
|
+
if not MYPY:
|
4801
|
+
class SecurityAssessmentStatisticMediumRiskArgsDict(TypedDict):
|
4802
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4803
|
+
"""
|
4804
|
+
The number of findings in the Auditing category.
|
4805
|
+
"""
|
4806
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4807
|
+
"""
|
4808
|
+
The number of findings in the Authorization Control category.
|
4809
|
+
"""
|
4810
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4811
|
+
"""
|
4812
|
+
The number of findings in the Data Encryption category.
|
4813
|
+
"""
|
4814
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4815
|
+
"""
|
4816
|
+
The number of findings in the Database Configuration category.
|
4817
|
+
"""
|
4818
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4819
|
+
"""
|
4820
|
+
The number of findings in the Fine-Grained Access Control category.
|
4821
|
+
"""
|
4822
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4823
|
+
"""
|
4824
|
+
The number of findings in the Privileges and Roles category.
|
4825
|
+
"""
|
4826
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4827
|
+
"""
|
4828
|
+
The total number of targets in this security assessment.
|
4829
|
+
"""
|
4830
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
4831
|
+
"""
|
4832
|
+
The number of findings in the User Accounts category.
|
4833
|
+
"""
|
4834
|
+
elif False:
|
4835
|
+
SecurityAssessmentStatisticMediumRiskArgsDict: TypeAlias = Mapping[str, Any]
|
4836
|
+
|
3681
4837
|
@pulumi.input_type
|
3682
4838
|
class SecurityAssessmentStatisticMediumRiskArgs:
|
3683
4839
|
def __init__(__self__, *,
|
@@ -3813,6 +4969,43 @@ class SecurityAssessmentStatisticMediumRiskArgs:
|
|
3813
4969
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3814
4970
|
|
3815
4971
|
|
4972
|
+
if not MYPY:
|
4973
|
+
class SecurityAssessmentStatisticPassArgsDict(TypedDict):
|
4974
|
+
auditing_findings_count: NotRequired[pulumi.Input[int]]
|
4975
|
+
"""
|
4976
|
+
The number of findings in the Auditing category.
|
4977
|
+
"""
|
4978
|
+
authorization_control_findings_count: NotRequired[pulumi.Input[int]]
|
4979
|
+
"""
|
4980
|
+
The number of findings in the Authorization Control category.
|
4981
|
+
"""
|
4982
|
+
data_encryption_findings_count: NotRequired[pulumi.Input[int]]
|
4983
|
+
"""
|
4984
|
+
The number of findings in the Data Encryption category.
|
4985
|
+
"""
|
4986
|
+
db_configuration_findings_count: NotRequired[pulumi.Input[int]]
|
4987
|
+
"""
|
4988
|
+
The number of findings in the Database Configuration category.
|
4989
|
+
"""
|
4990
|
+
fine_grained_access_control_findings_count: NotRequired[pulumi.Input[int]]
|
4991
|
+
"""
|
4992
|
+
The number of findings in the Fine-Grained Access Control category.
|
4993
|
+
"""
|
4994
|
+
privileges_and_roles_findings_count: NotRequired[pulumi.Input[int]]
|
4995
|
+
"""
|
4996
|
+
The number of findings in the Privileges and Roles category.
|
4997
|
+
"""
|
4998
|
+
targets_count: NotRequired[pulumi.Input[int]]
|
4999
|
+
"""
|
5000
|
+
The total number of targets in this security assessment.
|
5001
|
+
"""
|
5002
|
+
user_accounts_findings_count: NotRequired[pulumi.Input[int]]
|
5003
|
+
"""
|
5004
|
+
The number of findings in the User Accounts category.
|
5005
|
+
"""
|
5006
|
+
elif False:
|
5007
|
+
SecurityAssessmentStatisticPassArgsDict: TypeAlias = Mapping[str, Any]
|
5008
|
+
|
3816
5009
|
@pulumi.input_type
|
3817
5010
|
class SecurityAssessmentStatisticPassArgs:
|
3818
5011
|
def __init__(__self__, *,
|
@@ -3948,6 +5141,19 @@ class SecurityAssessmentStatisticPassArgs:
|
|
3948
5141
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3949
5142
|
|
3950
5143
|
|
5144
|
+
if not MYPY:
|
5145
|
+
class SensitiveDataModelTablesForDiscoveryArgsDict(TypedDict):
|
5146
|
+
schema_name: pulumi.Input[str]
|
5147
|
+
"""
|
5148
|
+
(Updatable) This contains the name of the schema.
|
5149
|
+
"""
|
5150
|
+
table_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5151
|
+
"""
|
5152
|
+
(Updatable) This contains an optional list of the table names.
|
5153
|
+
"""
|
5154
|
+
elif False:
|
5155
|
+
SensitiveDataModelTablesForDiscoveryArgsDict: TypeAlias = Mapping[str, Any]
|
5156
|
+
|
3951
5157
|
@pulumi.input_type
|
3952
5158
|
class SensitiveDataModelTablesForDiscoveryArgs:
|
3953
5159
|
def __init__(__self__, *,
|
@@ -3986,14 +5192,33 @@ class SensitiveDataModelTablesForDiscoveryArgs:
|
|
3986
5192
|
pulumi.set(self, "table_names", value)
|
3987
5193
|
|
3988
5194
|
|
3989
|
-
|
3990
|
-
class
|
3991
|
-
|
3992
|
-
connection_type: pulumi.Input[str],
|
3993
|
-
datasafe_private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
3994
|
-
on_prem_connector_id: Optional[pulumi.Input[str]] = None):
|
5195
|
+
if not MYPY:
|
5196
|
+
class TargetDatabaseConnectionOptionArgsDict(TypedDict):
|
5197
|
+
connection_type: pulumi.Input[str]
|
3995
5198
|
"""
|
3996
|
-
|
5199
|
+
(Updatable) The connection type used to connect to the database. Allowed values:
|
5200
|
+
* PRIVATE_ENDPOINT - Represents connection through private endpoint in Data Safe.
|
5201
|
+
* ONPREM_CONNECTOR - Represents connection through on-premises connector in Data Safe.
|
5202
|
+
"""
|
5203
|
+
datasafe_private_endpoint_id: NotRequired[pulumi.Input[str]]
|
5204
|
+
"""
|
5205
|
+
(Updatable) The OCID of the Data Safe private endpoint.
|
5206
|
+
"""
|
5207
|
+
on_prem_connector_id: NotRequired[pulumi.Input[str]]
|
5208
|
+
"""
|
5209
|
+
(Updatable) The OCID of the on-premises connector.
|
5210
|
+
"""
|
5211
|
+
elif False:
|
5212
|
+
TargetDatabaseConnectionOptionArgsDict: TypeAlias = Mapping[str, Any]
|
5213
|
+
|
5214
|
+
@pulumi.input_type
|
5215
|
+
class TargetDatabaseConnectionOptionArgs:
|
5216
|
+
def __init__(__self__, *,
|
5217
|
+
connection_type: pulumi.Input[str],
|
5218
|
+
datasafe_private_endpoint_id: Optional[pulumi.Input[str]] = None,
|
5219
|
+
on_prem_connector_id: Optional[pulumi.Input[str]] = None):
|
5220
|
+
"""
|
5221
|
+
:param pulumi.Input[str] connection_type: (Updatable) The connection type used to connect to the database. Allowed values:
|
3997
5222
|
* PRIVATE_ENDPOINT - Represents connection through private endpoint in Data Safe.
|
3998
5223
|
* ONPREM_CONNECTOR - Represents connection through on-premises connector in Data Safe.
|
3999
5224
|
:param pulumi.Input[str] datasafe_private_endpoint_id: (Updatable) The OCID of the Data Safe private endpoint.
|
@@ -4044,6 +5269,19 @@ class TargetDatabaseConnectionOptionArgs:
|
|
4044
5269
|
pulumi.set(self, "on_prem_connector_id", value)
|
4045
5270
|
|
4046
5271
|
|
5272
|
+
if not MYPY:
|
5273
|
+
class TargetDatabaseCredentialsArgsDict(TypedDict):
|
5274
|
+
password: pulumi.Input[str]
|
5275
|
+
"""
|
5276
|
+
(Updatable) The password of the database user.
|
5277
|
+
"""
|
5278
|
+
user_name: pulumi.Input[str]
|
5279
|
+
"""
|
5280
|
+
(Updatable) The database user name.
|
5281
|
+
"""
|
5282
|
+
elif False:
|
5283
|
+
TargetDatabaseCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
5284
|
+
|
4047
5285
|
@pulumi.input_type
|
4048
5286
|
class TargetDatabaseCredentialsArgs:
|
4049
5287
|
def __init__(__self__, *,
|
@@ -4081,6 +5319,47 @@ class TargetDatabaseCredentialsArgs:
|
|
4081
5319
|
pulumi.set(self, "user_name", value)
|
4082
5320
|
|
4083
5321
|
|
5322
|
+
if not MYPY:
|
5323
|
+
class TargetDatabaseDatabaseDetailsArgsDict(TypedDict):
|
5324
|
+
database_type: pulumi.Input[str]
|
5325
|
+
"""
|
5326
|
+
(Updatable) The database type.
|
5327
|
+
"""
|
5328
|
+
infrastructure_type: pulumi.Input[str]
|
5329
|
+
"""
|
5330
|
+
(Updatable) The infrastructure type the database is running on.
|
5331
|
+
"""
|
5332
|
+
autonomous_database_id: NotRequired[pulumi.Input[str]]
|
5333
|
+
"""
|
5334
|
+
(Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
|
5335
|
+
"""
|
5336
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
5337
|
+
"""
|
5338
|
+
(Updatable) The OCID of the cloud database registered as a target database in Data Safe.
|
5339
|
+
"""
|
5340
|
+
instance_id: NotRequired[pulumi.Input[str]]
|
5341
|
+
"""
|
5342
|
+
(Updatable) The OCID of the compute instance on which the database is running.
|
5343
|
+
"""
|
5344
|
+
ip_addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5345
|
+
"""
|
5346
|
+
(Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
|
5347
|
+
"""
|
5348
|
+
listener_port: NotRequired[pulumi.Input[int]]
|
5349
|
+
"""
|
5350
|
+
(Updatable) The port number of the database listener.
|
5351
|
+
"""
|
5352
|
+
service_name: NotRequired[pulumi.Input[str]]
|
5353
|
+
"""
|
5354
|
+
(Updatable) The service name of the database registered as target database.
|
5355
|
+
"""
|
5356
|
+
vm_cluster_id: NotRequired[pulumi.Input[str]]
|
5357
|
+
"""
|
5358
|
+
(Updatable) The OCID of the VM cluster in which the database is running.
|
5359
|
+
"""
|
5360
|
+
elif False:
|
5361
|
+
TargetDatabaseDatabaseDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
5362
|
+
|
4084
5363
|
@pulumi.input_type
|
4085
5364
|
class TargetDatabaseDatabaseDetailsArgs:
|
4086
5365
|
def __init__(__self__, *,
|
@@ -4230,6 +5509,55 @@ class TargetDatabaseDatabaseDetailsArgs:
|
|
4230
5509
|
pulumi.set(self, "vm_cluster_id", value)
|
4231
5510
|
|
4232
5511
|
|
5512
|
+
if not MYPY:
|
5513
|
+
class TargetDatabasePeerTargetDatabaseArgsDict(TypedDict):
|
5514
|
+
database_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetDatabasePeerTargetDatabaseDatabaseDetailArgsDict']]]]
|
5515
|
+
"""
|
5516
|
+
(Updatable) Details of the database for the registration in Data Safe.
|
5517
|
+
"""
|
5518
|
+
database_unique_name: NotRequired[pulumi.Input[str]]
|
5519
|
+
"""
|
5520
|
+
Unique name of the database associated to the peer target database.
|
5521
|
+
"""
|
5522
|
+
dataguard_association_id: NotRequired[pulumi.Input[str]]
|
5523
|
+
"""
|
5524
|
+
The OCID of the Data Guard Association resource in which the database associated to the peer target database is considered as peer database to the primary database.
|
5525
|
+
"""
|
5526
|
+
description: NotRequired[pulumi.Input[str]]
|
5527
|
+
"""
|
5528
|
+
(Updatable) The description of the target database in Data Safe.
|
5529
|
+
"""
|
5530
|
+
display_name: NotRequired[pulumi.Input[str]]
|
5531
|
+
"""
|
5532
|
+
(Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
|
5533
|
+
"""
|
5534
|
+
key: NotRequired[pulumi.Input[int]]
|
5535
|
+
"""
|
5536
|
+
The secondary key assigned for the peer target database in Data Safe.
|
5537
|
+
"""
|
5538
|
+
lifecycle_details: NotRequired[pulumi.Input[str]]
|
5539
|
+
"""
|
5540
|
+
Details about the current state of the peer target database in Data Safe.
|
5541
|
+
"""
|
5542
|
+
role: NotRequired[pulumi.Input[str]]
|
5543
|
+
"""
|
5544
|
+
Role of the database associated to the peer target database.
|
5545
|
+
"""
|
5546
|
+
state: NotRequired[pulumi.Input[str]]
|
5547
|
+
"""
|
5548
|
+
The current state of the target database in Data Safe.
|
5549
|
+
"""
|
5550
|
+
time_created: NotRequired[pulumi.Input[str]]
|
5551
|
+
"""
|
5552
|
+
The date and time the database was registered in Data Safe and created as a target database in Data Safe.
|
5553
|
+
"""
|
5554
|
+
tls_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetDatabasePeerTargetDatabaseTlsConfigArgsDict']]]]
|
5555
|
+
"""
|
5556
|
+
(Updatable) The details required to establish a TLS enabled connection.
|
5557
|
+
"""
|
5558
|
+
elif False:
|
5559
|
+
TargetDatabasePeerTargetDatabaseArgsDict: TypeAlias = Mapping[str, Any]
|
5560
|
+
|
4233
5561
|
@pulumi.input_type
|
4234
5562
|
class TargetDatabasePeerTargetDatabaseArgs:
|
4235
5563
|
def __init__(__self__, *,
|
@@ -4413,6 +5741,47 @@ class TargetDatabasePeerTargetDatabaseArgs:
|
|
4413
5741
|
pulumi.set(self, "tls_configs", value)
|
4414
5742
|
|
4415
5743
|
|
5744
|
+
if not MYPY:
|
5745
|
+
class TargetDatabasePeerTargetDatabaseDatabaseDetailArgsDict(TypedDict):
|
5746
|
+
autonomous_database_id: NotRequired[pulumi.Input[str]]
|
5747
|
+
"""
|
5748
|
+
(Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
|
5749
|
+
"""
|
5750
|
+
database_type: NotRequired[pulumi.Input[str]]
|
5751
|
+
"""
|
5752
|
+
(Updatable) The database type.
|
5753
|
+
"""
|
5754
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
5755
|
+
"""
|
5756
|
+
(Updatable) The OCID of the cloud database registered as a target database in Data Safe.
|
5757
|
+
"""
|
5758
|
+
infrastructure_type: NotRequired[pulumi.Input[str]]
|
5759
|
+
"""
|
5760
|
+
(Updatable) The infrastructure type the database is running on.
|
5761
|
+
"""
|
5762
|
+
instance_id: NotRequired[pulumi.Input[str]]
|
5763
|
+
"""
|
5764
|
+
(Updatable) The OCID of the compute instance on which the database is running.
|
5765
|
+
"""
|
5766
|
+
ip_addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5767
|
+
"""
|
5768
|
+
(Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
|
5769
|
+
"""
|
5770
|
+
listener_port: NotRequired[pulumi.Input[int]]
|
5771
|
+
"""
|
5772
|
+
(Updatable) The port number of the database listener.
|
5773
|
+
"""
|
5774
|
+
service_name: NotRequired[pulumi.Input[str]]
|
5775
|
+
"""
|
5776
|
+
(Updatable) The service name of the database registered as target database.
|
5777
|
+
"""
|
5778
|
+
vm_cluster_id: NotRequired[pulumi.Input[str]]
|
5779
|
+
"""
|
5780
|
+
(Updatable) The OCID of the VM cluster in which the database is running.
|
5781
|
+
"""
|
5782
|
+
elif False:
|
5783
|
+
TargetDatabasePeerTargetDatabaseDatabaseDetailArgsDict: TypeAlias = Mapping[str, Any]
|
5784
|
+
|
4416
5785
|
@pulumi.input_type
|
4417
5786
|
class TargetDatabasePeerTargetDatabaseDatabaseDetailArgs:
|
4418
5787
|
def __init__(__self__, *,
|
@@ -4564,6 +5933,47 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetailArgs:
|
|
4564
5933
|
pulumi.set(self, "vm_cluster_id", value)
|
4565
5934
|
|
4566
5935
|
|
5936
|
+
if not MYPY:
|
5937
|
+
class TargetDatabasePeerTargetDatabaseDatabaseDetailsArgsDict(TypedDict):
|
5938
|
+
database_type: pulumi.Input[str]
|
5939
|
+
"""
|
5940
|
+
(Updatable) The database type.
|
5941
|
+
"""
|
5942
|
+
infrastructure_type: pulumi.Input[str]
|
5943
|
+
"""
|
5944
|
+
(Updatable) The infrastructure type the database is running on.
|
5945
|
+
"""
|
5946
|
+
autonomous_database_id: NotRequired[pulumi.Input[str]]
|
5947
|
+
"""
|
5948
|
+
(Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
|
5949
|
+
"""
|
5950
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
5951
|
+
"""
|
5952
|
+
(Updatable) The OCID of the cloud database registered as a target database in Data Safe.
|
5953
|
+
"""
|
5954
|
+
instance_id: NotRequired[pulumi.Input[str]]
|
5955
|
+
"""
|
5956
|
+
(Updatable) The OCID of the compute instance on which the database is running.
|
5957
|
+
"""
|
5958
|
+
ip_addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5959
|
+
"""
|
5960
|
+
(Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
|
5961
|
+
"""
|
5962
|
+
listener_port: NotRequired[pulumi.Input[int]]
|
5963
|
+
"""
|
5964
|
+
(Updatable) The port number of the database listener.
|
5965
|
+
"""
|
5966
|
+
service_name: NotRequired[pulumi.Input[str]]
|
5967
|
+
"""
|
5968
|
+
(Updatable) The service name of the database registered as target database.
|
5969
|
+
"""
|
5970
|
+
vm_cluster_id: NotRequired[pulumi.Input[str]]
|
5971
|
+
"""
|
5972
|
+
(Updatable) The OCID of the VM cluster in which the database is running.
|
5973
|
+
"""
|
5974
|
+
elif False:
|
5975
|
+
TargetDatabasePeerTargetDatabaseDatabaseDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
5976
|
+
|
4567
5977
|
@pulumi.input_type
|
4568
5978
|
class TargetDatabasePeerTargetDatabaseDatabaseDetailsArgs:
|
4569
5979
|
def __init__(__self__, *,
|
@@ -4713,6 +6123,31 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetailsArgs:
|
|
4713
6123
|
pulumi.set(self, "vm_cluster_id", value)
|
4714
6124
|
|
4715
6125
|
|
6126
|
+
if not MYPY:
|
6127
|
+
class TargetDatabasePeerTargetDatabaseDetailArgsDict(TypedDict):
|
6128
|
+
database_details: pulumi.Input['TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgsDict']
|
6129
|
+
"""
|
6130
|
+
Details of the database for the registration in Data Safe.
|
6131
|
+
"""
|
6132
|
+
dataguard_association_id: NotRequired[pulumi.Input[str]]
|
6133
|
+
"""
|
6134
|
+
The OCID of the Data Guard Association resource in which the database being registered is considered as peer database to the primary database.
|
6135
|
+
"""
|
6136
|
+
description: NotRequired[pulumi.Input[str]]
|
6137
|
+
"""
|
6138
|
+
The description of the peer target database in Data Safe.
|
6139
|
+
"""
|
6140
|
+
display_name: NotRequired[pulumi.Input[str]]
|
6141
|
+
"""
|
6142
|
+
The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
|
6143
|
+
"""
|
6144
|
+
tls_config: NotRequired[pulumi.Input['TargetDatabasePeerTargetDatabaseDetailTlsConfigArgsDict']]
|
6145
|
+
"""
|
6146
|
+
The details required to establish a TLS enabled connection.
|
6147
|
+
"""
|
6148
|
+
elif False:
|
6149
|
+
TargetDatabasePeerTargetDatabaseDetailArgsDict: TypeAlias = Mapping[str, Any]
|
6150
|
+
|
4716
6151
|
@pulumi.input_type
|
4717
6152
|
class TargetDatabasePeerTargetDatabaseDetailArgs:
|
4718
6153
|
def __init__(__self__, *,
|
@@ -4799,6 +6234,47 @@ class TargetDatabasePeerTargetDatabaseDetailArgs:
|
|
4799
6234
|
pulumi.set(self, "tls_config", value)
|
4800
6235
|
|
4801
6236
|
|
6237
|
+
if not MYPY:
|
6238
|
+
class TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgsDict(TypedDict):
|
6239
|
+
database_type: pulumi.Input[str]
|
6240
|
+
"""
|
6241
|
+
The database type.
|
6242
|
+
"""
|
6243
|
+
infrastructure_type: pulumi.Input[str]
|
6244
|
+
"""
|
6245
|
+
The infrastructure type the database is running on.
|
6246
|
+
"""
|
6247
|
+
autonomous_database_id: NotRequired[pulumi.Input[str]]
|
6248
|
+
"""
|
6249
|
+
The OCID of the Autonomous Database registered as a target database in Data Safe.
|
6250
|
+
"""
|
6251
|
+
db_system_id: NotRequired[pulumi.Input[str]]
|
6252
|
+
"""
|
6253
|
+
The OCID of the cloud database registered as a target database in Data Safe.
|
6254
|
+
"""
|
6255
|
+
instance_id: NotRequired[pulumi.Input[str]]
|
6256
|
+
"""
|
6257
|
+
The OCID of the compute instance on which the database is running.
|
6258
|
+
"""
|
6259
|
+
ip_addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6260
|
+
"""
|
6261
|
+
The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
|
6262
|
+
"""
|
6263
|
+
listener_port: NotRequired[pulumi.Input[int]]
|
6264
|
+
"""
|
6265
|
+
The port number of the database listener.
|
6266
|
+
"""
|
6267
|
+
service_name: NotRequired[pulumi.Input[str]]
|
6268
|
+
"""
|
6269
|
+
The service name of the database registered as target database.
|
6270
|
+
"""
|
6271
|
+
vm_cluster_id: NotRequired[pulumi.Input[str]]
|
6272
|
+
"""
|
6273
|
+
The OCID of the VM cluster in which the database is running.
|
6274
|
+
"""
|
6275
|
+
elif False:
|
6276
|
+
TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
6277
|
+
|
4802
6278
|
@pulumi.input_type
|
4803
6279
|
class TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgs:
|
4804
6280
|
def __init__(__self__, *,
|
@@ -4948,6 +6424,31 @@ class TargetDatabasePeerTargetDatabaseDetailDatabaseDetailsArgs:
|
|
4948
6424
|
pulumi.set(self, "vm_cluster_id", value)
|
4949
6425
|
|
4950
6426
|
|
6427
|
+
if not MYPY:
|
6428
|
+
class TargetDatabasePeerTargetDatabaseDetailTlsConfigArgsDict(TypedDict):
|
6429
|
+
status: pulumi.Input[str]
|
6430
|
+
"""
|
6431
|
+
Status to represent whether the database connection is TLS enabled or not.
|
6432
|
+
"""
|
6433
|
+
certificate_store_type: NotRequired[pulumi.Input[str]]
|
6434
|
+
"""
|
6435
|
+
The format of the certificate store.
|
6436
|
+
"""
|
6437
|
+
key_store_content: NotRequired[pulumi.Input[str]]
|
6438
|
+
"""
|
6439
|
+
Base64 encoded string of key store file content.
|
6440
|
+
"""
|
6441
|
+
store_password: NotRequired[pulumi.Input[str]]
|
6442
|
+
"""
|
6443
|
+
The password to read the trust store and key store files, if they are password protected.
|
6444
|
+
"""
|
6445
|
+
trust_store_content: NotRequired[pulumi.Input[str]]
|
6446
|
+
"""
|
6447
|
+
Base64 encoded string of trust store file content.
|
6448
|
+
"""
|
6449
|
+
elif False:
|
6450
|
+
TargetDatabasePeerTargetDatabaseDetailTlsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6451
|
+
|
4951
6452
|
@pulumi.input_type
|
4952
6453
|
class TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs:
|
4953
6454
|
def __init__(__self__, *,
|
@@ -5034,6 +6535,35 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs:
|
|
5034
6535
|
pulumi.set(self, "trust_store_content", value)
|
5035
6536
|
|
5036
6537
|
|
6538
|
+
if not MYPY:
|
6539
|
+
class TargetDatabasePeerTargetDatabaseTlsConfigArgsDict(TypedDict):
|
6540
|
+
status: pulumi.Input[str]
|
6541
|
+
"""
|
6542
|
+
(Updatable) Status to represent whether the database connection is TLS enabled or not.
|
6543
|
+
"""
|
6544
|
+
certificate_store_type: NotRequired[pulumi.Input[str]]
|
6545
|
+
"""
|
6546
|
+
(Updatable) The format of the certificate store.
|
6547
|
+
"""
|
6548
|
+
key_store_content: NotRequired[pulumi.Input[str]]
|
6549
|
+
"""
|
6550
|
+
(Updatable) Base64 encoded string of key store file content.
|
6551
|
+
"""
|
6552
|
+
store_password: NotRequired[pulumi.Input[str]]
|
6553
|
+
"""
|
6554
|
+
(Updatable) The password to read the trust store and key store files, if they are password protected.
|
6555
|
+
"""
|
6556
|
+
trust_store_content: NotRequired[pulumi.Input[str]]
|
6557
|
+
"""
|
6558
|
+
(Updatable) Base64 encoded string of trust store file content.
|
6559
|
+
|
6560
|
+
|
6561
|
+
** IMPORTANT **
|
6562
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6563
|
+
"""
|
6564
|
+
elif False:
|
6565
|
+
TargetDatabasePeerTargetDatabaseTlsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6566
|
+
|
5037
6567
|
@pulumi.input_type
|
5038
6568
|
class TargetDatabasePeerTargetDatabaseTlsConfigArgs:
|
5039
6569
|
def __init__(__self__, *,
|
@@ -5128,6 +6658,35 @@ class TargetDatabasePeerTargetDatabaseTlsConfigArgs:
|
|
5128
6658
|
pulumi.set(self, "trust_store_content", value)
|
5129
6659
|
|
5130
6660
|
|
6661
|
+
if not MYPY:
|
6662
|
+
class TargetDatabaseTlsConfigArgsDict(TypedDict):
|
6663
|
+
status: pulumi.Input[str]
|
6664
|
+
"""
|
6665
|
+
(Updatable) Status to represent whether the database connection is TLS enabled or not.
|
6666
|
+
"""
|
6667
|
+
certificate_store_type: NotRequired[pulumi.Input[str]]
|
6668
|
+
"""
|
6669
|
+
(Updatable) The format of the certificate store.
|
6670
|
+
"""
|
6671
|
+
key_store_content: NotRequired[pulumi.Input[str]]
|
6672
|
+
"""
|
6673
|
+
(Updatable) Base64 encoded string of key store file content.
|
6674
|
+
"""
|
6675
|
+
store_password: NotRequired[pulumi.Input[str]]
|
6676
|
+
"""
|
6677
|
+
(Updatable) The password to read the trust store and key store files, if they are password protected.
|
6678
|
+
"""
|
6679
|
+
trust_store_content: NotRequired[pulumi.Input[str]]
|
6680
|
+
"""
|
6681
|
+
(Updatable) Base64 encoded string of trust store file content.
|
6682
|
+
|
6683
|
+
|
6684
|
+
** IMPORTANT **
|
6685
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6686
|
+
"""
|
6687
|
+
elif False:
|
6688
|
+
TargetDatabaseTlsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6689
|
+
|
5131
6690
|
@pulumi.input_type
|
5132
6691
|
class TargetDatabaseTlsConfigArgs:
|
5133
6692
|
def __init__(__self__, *,
|
@@ -5206,79 +6765,525 @@ class TargetDatabaseTlsConfigArgs:
|
|
5206
6765
|
pulumi.set(self, "store_password", value)
|
5207
6766
|
|
5208
6767
|
@property
|
5209
|
-
@pulumi.getter(name="trustStoreContent")
|
5210
|
-
def trust_store_content(self) -> Optional[pulumi.Input[str]]:
|
5211
|
-
"""
|
5212
|
-
(Updatable) Base64 encoded string of trust store file content.
|
5213
|
-
|
6768
|
+
@pulumi.getter(name="trustStoreContent")
|
6769
|
+
def trust_store_content(self) -> Optional[pulumi.Input[str]]:
|
6770
|
+
"""
|
6771
|
+
(Updatable) Base64 encoded string of trust store file content.
|
6772
|
+
|
6773
|
+
|
6774
|
+
** IMPORTANT **
|
6775
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6776
|
+
"""
|
6777
|
+
return pulumi.get(self, "trust_store_content")
|
6778
|
+
|
6779
|
+
@trust_store_content.setter
|
6780
|
+
def trust_store_content(self, value: Optional[pulumi.Input[str]]):
|
6781
|
+
pulumi.set(self, "trust_store_content", value)
|
6782
|
+
|
6783
|
+
|
6784
|
+
if not MYPY:
|
6785
|
+
class UserAssessmentIgnoredTargetArgsDict(TypedDict):
|
6786
|
+
lifecycle_state: NotRequired[pulumi.Input[str]]
|
6787
|
+
target_id: NotRequired[pulumi.Input[str]]
|
6788
|
+
"""
|
6789
|
+
The OCID of the target database on which the user assessment is to be run.
|
6790
|
+
|
6791
|
+
|
6792
|
+
** IMPORTANT **
|
6793
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6794
|
+
"""
|
6795
|
+
user_assessment_id: NotRequired[pulumi.Input[str]]
|
6796
|
+
elif False:
|
6797
|
+
UserAssessmentIgnoredTargetArgsDict: TypeAlias = Mapping[str, Any]
|
6798
|
+
|
6799
|
+
@pulumi.input_type
|
6800
|
+
class UserAssessmentIgnoredTargetArgs:
|
6801
|
+
def __init__(__self__, *,
|
6802
|
+
lifecycle_state: Optional[pulumi.Input[str]] = None,
|
6803
|
+
target_id: Optional[pulumi.Input[str]] = None,
|
6804
|
+
user_assessment_id: Optional[pulumi.Input[str]] = None):
|
6805
|
+
"""
|
6806
|
+
:param pulumi.Input[str] target_id: The OCID of the target database on which the user assessment is to be run.
|
6807
|
+
|
6808
|
+
|
6809
|
+
** IMPORTANT **
|
6810
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6811
|
+
"""
|
6812
|
+
if lifecycle_state is not None:
|
6813
|
+
pulumi.set(__self__, "lifecycle_state", lifecycle_state)
|
6814
|
+
if target_id is not None:
|
6815
|
+
pulumi.set(__self__, "target_id", target_id)
|
6816
|
+
if user_assessment_id is not None:
|
6817
|
+
pulumi.set(__self__, "user_assessment_id", user_assessment_id)
|
6818
|
+
|
6819
|
+
@property
|
6820
|
+
@pulumi.getter(name="lifecycleState")
|
6821
|
+
def lifecycle_state(self) -> Optional[pulumi.Input[str]]:
|
6822
|
+
return pulumi.get(self, "lifecycle_state")
|
6823
|
+
|
6824
|
+
@lifecycle_state.setter
|
6825
|
+
def lifecycle_state(self, value: Optional[pulumi.Input[str]]):
|
6826
|
+
pulumi.set(self, "lifecycle_state", value)
|
6827
|
+
|
6828
|
+
@property
|
6829
|
+
@pulumi.getter(name="targetId")
|
6830
|
+
def target_id(self) -> Optional[pulumi.Input[str]]:
|
6831
|
+
"""
|
6832
|
+
The OCID of the target database on which the user assessment is to be run.
|
6833
|
+
|
6834
|
+
|
6835
|
+
** IMPORTANT **
|
6836
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6837
|
+
"""
|
6838
|
+
return pulumi.get(self, "target_id")
|
6839
|
+
|
6840
|
+
@target_id.setter
|
6841
|
+
def target_id(self, value: Optional[pulumi.Input[str]]):
|
6842
|
+
pulumi.set(self, "target_id", value)
|
6843
|
+
|
6844
|
+
@property
|
6845
|
+
@pulumi.getter(name="userAssessmentId")
|
6846
|
+
def user_assessment_id(self) -> Optional[pulumi.Input[str]]:
|
6847
|
+
return pulumi.get(self, "user_assessment_id")
|
6848
|
+
|
6849
|
+
@user_assessment_id.setter
|
6850
|
+
def user_assessment_id(self, value: Optional[pulumi.Input[str]]):
|
6851
|
+
pulumi.set(self, "user_assessment_id", value)
|
6852
|
+
|
6853
|
+
|
6854
|
+
if not MYPY:
|
6855
|
+
class GetAlertPoliciesFilterArgsDict(TypedDict):
|
6856
|
+
name: str
|
6857
|
+
values: Sequence[str]
|
6858
|
+
regex: NotRequired[bool]
|
6859
|
+
elif False:
|
6860
|
+
GetAlertPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
6861
|
+
|
6862
|
+
@pulumi.input_type
|
6863
|
+
class GetAlertPoliciesFilterArgs:
|
6864
|
+
def __init__(__self__, *,
|
6865
|
+
name: str,
|
6866
|
+
values: Sequence[str],
|
6867
|
+
regex: Optional[bool] = None):
|
6868
|
+
pulumi.set(__self__, "name", name)
|
6869
|
+
pulumi.set(__self__, "values", values)
|
6870
|
+
if regex is not None:
|
6871
|
+
pulumi.set(__self__, "regex", regex)
|
6872
|
+
|
6873
|
+
@property
|
6874
|
+
@pulumi.getter
|
6875
|
+
def name(self) -> str:
|
6876
|
+
return pulumi.get(self, "name")
|
6877
|
+
|
6878
|
+
@name.setter
|
6879
|
+
def name(self, value: str):
|
6880
|
+
pulumi.set(self, "name", value)
|
6881
|
+
|
6882
|
+
@property
|
6883
|
+
@pulumi.getter
|
6884
|
+
def values(self) -> Sequence[str]:
|
6885
|
+
return pulumi.get(self, "values")
|
6886
|
+
|
6887
|
+
@values.setter
|
6888
|
+
def values(self, value: Sequence[str]):
|
6889
|
+
pulumi.set(self, "values", value)
|
6890
|
+
|
6891
|
+
@property
|
6892
|
+
@pulumi.getter
|
6893
|
+
def regex(self) -> Optional[bool]:
|
6894
|
+
return pulumi.get(self, "regex")
|
6895
|
+
|
6896
|
+
@regex.setter
|
6897
|
+
def regex(self, value: Optional[bool]):
|
6898
|
+
pulumi.set(self, "regex", value)
|
6899
|
+
|
6900
|
+
|
6901
|
+
if not MYPY:
|
6902
|
+
class GetAlertPolicyRulesFilterArgsDict(TypedDict):
|
6903
|
+
name: str
|
6904
|
+
values: Sequence[str]
|
6905
|
+
regex: NotRequired[bool]
|
6906
|
+
elif False:
|
6907
|
+
GetAlertPolicyRulesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
6908
|
+
|
6909
|
+
@pulumi.input_type
|
6910
|
+
class GetAlertPolicyRulesFilterArgs:
|
6911
|
+
def __init__(__self__, *,
|
6912
|
+
name: str,
|
6913
|
+
values: Sequence[str],
|
6914
|
+
regex: Optional[bool] = None):
|
6915
|
+
pulumi.set(__self__, "name", name)
|
6916
|
+
pulumi.set(__self__, "values", values)
|
6917
|
+
if regex is not None:
|
6918
|
+
pulumi.set(__self__, "regex", regex)
|
6919
|
+
|
6920
|
+
@property
|
6921
|
+
@pulumi.getter
|
6922
|
+
def name(self) -> str:
|
6923
|
+
return pulumi.get(self, "name")
|
6924
|
+
|
6925
|
+
@name.setter
|
6926
|
+
def name(self, value: str):
|
6927
|
+
pulumi.set(self, "name", value)
|
6928
|
+
|
6929
|
+
@property
|
6930
|
+
@pulumi.getter
|
6931
|
+
def values(self) -> Sequence[str]:
|
6932
|
+
return pulumi.get(self, "values")
|
6933
|
+
|
6934
|
+
@values.setter
|
6935
|
+
def values(self, value: Sequence[str]):
|
6936
|
+
pulumi.set(self, "values", value)
|
6937
|
+
|
6938
|
+
@property
|
6939
|
+
@pulumi.getter
|
6940
|
+
def regex(self) -> Optional[bool]:
|
6941
|
+
return pulumi.get(self, "regex")
|
6942
|
+
|
6943
|
+
@regex.setter
|
6944
|
+
def regex(self, value: Optional[bool]):
|
6945
|
+
pulumi.set(self, "regex", value)
|
6946
|
+
|
6947
|
+
|
6948
|
+
if not MYPY:
|
6949
|
+
class GetAlertsFilterArgsDict(TypedDict):
|
6950
|
+
name: str
|
6951
|
+
values: Sequence[str]
|
6952
|
+
regex: NotRequired[bool]
|
6953
|
+
elif False:
|
6954
|
+
GetAlertsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
6955
|
+
|
6956
|
+
@pulumi.input_type
|
6957
|
+
class GetAlertsFilterArgs:
|
6958
|
+
def __init__(__self__, *,
|
6959
|
+
name: str,
|
6960
|
+
values: Sequence[str],
|
6961
|
+
regex: Optional[bool] = None):
|
6962
|
+
pulumi.set(__self__, "name", name)
|
6963
|
+
pulumi.set(__self__, "values", values)
|
6964
|
+
if regex is not None:
|
6965
|
+
pulumi.set(__self__, "regex", regex)
|
6966
|
+
|
6967
|
+
@property
|
6968
|
+
@pulumi.getter
|
6969
|
+
def name(self) -> str:
|
6970
|
+
return pulumi.get(self, "name")
|
6971
|
+
|
6972
|
+
@name.setter
|
6973
|
+
def name(self, value: str):
|
6974
|
+
pulumi.set(self, "name", value)
|
6975
|
+
|
6976
|
+
@property
|
6977
|
+
@pulumi.getter
|
6978
|
+
def values(self) -> Sequence[str]:
|
6979
|
+
return pulumi.get(self, "values")
|
6980
|
+
|
6981
|
+
@values.setter
|
6982
|
+
def values(self, value: Sequence[str]):
|
6983
|
+
pulumi.set(self, "values", value)
|
6984
|
+
|
6985
|
+
@property
|
6986
|
+
@pulumi.getter
|
6987
|
+
def regex(self) -> Optional[bool]:
|
6988
|
+
return pulumi.get(self, "regex")
|
6989
|
+
|
6990
|
+
@regex.setter
|
6991
|
+
def regex(self, value: Optional[bool]):
|
6992
|
+
pulumi.set(self, "regex", value)
|
6993
|
+
|
6994
|
+
|
6995
|
+
if not MYPY:
|
6996
|
+
class GetAuditArchiveRetrievalsFilterArgsDict(TypedDict):
|
6997
|
+
name: str
|
6998
|
+
values: Sequence[str]
|
6999
|
+
regex: NotRequired[bool]
|
7000
|
+
elif False:
|
7001
|
+
GetAuditArchiveRetrievalsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7002
|
+
|
7003
|
+
@pulumi.input_type
|
7004
|
+
class GetAuditArchiveRetrievalsFilterArgs:
|
7005
|
+
def __init__(__self__, *,
|
7006
|
+
name: str,
|
7007
|
+
values: Sequence[str],
|
7008
|
+
regex: Optional[bool] = None):
|
7009
|
+
pulumi.set(__self__, "name", name)
|
7010
|
+
pulumi.set(__self__, "values", values)
|
7011
|
+
if regex is not None:
|
7012
|
+
pulumi.set(__self__, "regex", regex)
|
7013
|
+
|
7014
|
+
@property
|
7015
|
+
@pulumi.getter
|
7016
|
+
def name(self) -> str:
|
7017
|
+
return pulumi.get(self, "name")
|
7018
|
+
|
7019
|
+
@name.setter
|
7020
|
+
def name(self, value: str):
|
7021
|
+
pulumi.set(self, "name", value)
|
7022
|
+
|
7023
|
+
@property
|
7024
|
+
@pulumi.getter
|
7025
|
+
def values(self) -> Sequence[str]:
|
7026
|
+
return pulumi.get(self, "values")
|
7027
|
+
|
7028
|
+
@values.setter
|
7029
|
+
def values(self, value: Sequence[str]):
|
7030
|
+
pulumi.set(self, "values", value)
|
7031
|
+
|
7032
|
+
@property
|
7033
|
+
@pulumi.getter
|
7034
|
+
def regex(self) -> Optional[bool]:
|
7035
|
+
return pulumi.get(self, "regex")
|
7036
|
+
|
7037
|
+
@regex.setter
|
7038
|
+
def regex(self, value: Optional[bool]):
|
7039
|
+
pulumi.set(self, "regex", value)
|
7040
|
+
|
7041
|
+
|
7042
|
+
if not MYPY:
|
7043
|
+
class GetAuditEventsFilterArgsDict(TypedDict):
|
7044
|
+
name: str
|
7045
|
+
values: Sequence[str]
|
7046
|
+
regex: NotRequired[bool]
|
7047
|
+
elif False:
|
7048
|
+
GetAuditEventsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7049
|
+
|
7050
|
+
@pulumi.input_type
|
7051
|
+
class GetAuditEventsFilterArgs:
|
7052
|
+
def __init__(__self__, *,
|
7053
|
+
name: str,
|
7054
|
+
values: Sequence[str],
|
7055
|
+
regex: Optional[bool] = None):
|
7056
|
+
pulumi.set(__self__, "name", name)
|
7057
|
+
pulumi.set(__self__, "values", values)
|
7058
|
+
if regex is not None:
|
7059
|
+
pulumi.set(__self__, "regex", regex)
|
7060
|
+
|
7061
|
+
@property
|
7062
|
+
@pulumi.getter
|
7063
|
+
def name(self) -> str:
|
7064
|
+
return pulumi.get(self, "name")
|
7065
|
+
|
7066
|
+
@name.setter
|
7067
|
+
def name(self, value: str):
|
7068
|
+
pulumi.set(self, "name", value)
|
7069
|
+
|
7070
|
+
@property
|
7071
|
+
@pulumi.getter
|
7072
|
+
def values(self) -> Sequence[str]:
|
7073
|
+
return pulumi.get(self, "values")
|
7074
|
+
|
7075
|
+
@values.setter
|
7076
|
+
def values(self, value: Sequence[str]):
|
7077
|
+
pulumi.set(self, "values", value)
|
7078
|
+
|
7079
|
+
@property
|
7080
|
+
@pulumi.getter
|
7081
|
+
def regex(self) -> Optional[bool]:
|
7082
|
+
return pulumi.get(self, "regex")
|
7083
|
+
|
7084
|
+
@regex.setter
|
7085
|
+
def regex(self, value: Optional[bool]):
|
7086
|
+
pulumi.set(self, "regex", value)
|
7087
|
+
|
7088
|
+
|
7089
|
+
if not MYPY:
|
7090
|
+
class GetAuditPoliciesFilterArgsDict(TypedDict):
|
7091
|
+
name: str
|
7092
|
+
values: Sequence[str]
|
7093
|
+
regex: NotRequired[bool]
|
7094
|
+
elif False:
|
7095
|
+
GetAuditPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7096
|
+
|
7097
|
+
@pulumi.input_type
|
7098
|
+
class GetAuditPoliciesFilterArgs:
|
7099
|
+
def __init__(__self__, *,
|
7100
|
+
name: str,
|
7101
|
+
values: Sequence[str],
|
7102
|
+
regex: Optional[bool] = None):
|
7103
|
+
pulumi.set(__self__, "name", name)
|
7104
|
+
pulumi.set(__self__, "values", values)
|
7105
|
+
if regex is not None:
|
7106
|
+
pulumi.set(__self__, "regex", regex)
|
7107
|
+
|
7108
|
+
@property
|
7109
|
+
@pulumi.getter
|
7110
|
+
def name(self) -> str:
|
7111
|
+
return pulumi.get(self, "name")
|
7112
|
+
|
7113
|
+
@name.setter
|
7114
|
+
def name(self, value: str):
|
7115
|
+
pulumi.set(self, "name", value)
|
7116
|
+
|
7117
|
+
@property
|
7118
|
+
@pulumi.getter
|
7119
|
+
def values(self) -> Sequence[str]:
|
7120
|
+
return pulumi.get(self, "values")
|
7121
|
+
|
7122
|
+
@values.setter
|
7123
|
+
def values(self, value: Sequence[str]):
|
7124
|
+
pulumi.set(self, "values", value)
|
7125
|
+
|
7126
|
+
@property
|
7127
|
+
@pulumi.getter
|
7128
|
+
def regex(self) -> Optional[bool]:
|
7129
|
+
return pulumi.get(self, "regex")
|
7130
|
+
|
7131
|
+
@regex.setter
|
7132
|
+
def regex(self, value: Optional[bool]):
|
7133
|
+
pulumi.set(self, "regex", value)
|
7134
|
+
|
7135
|
+
|
7136
|
+
if not MYPY:
|
7137
|
+
class GetAuditProfileAvailableAuditVolumesFilterArgsDict(TypedDict):
|
7138
|
+
name: str
|
7139
|
+
values: Sequence[str]
|
7140
|
+
regex: NotRequired[bool]
|
7141
|
+
elif False:
|
7142
|
+
GetAuditProfileAvailableAuditVolumesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7143
|
+
|
7144
|
+
@pulumi.input_type
|
7145
|
+
class GetAuditProfileAvailableAuditVolumesFilterArgs:
|
7146
|
+
def __init__(__self__, *,
|
7147
|
+
name: str,
|
7148
|
+
values: Sequence[str],
|
7149
|
+
regex: Optional[bool] = None):
|
7150
|
+
pulumi.set(__self__, "name", name)
|
7151
|
+
pulumi.set(__self__, "values", values)
|
7152
|
+
if regex is not None:
|
7153
|
+
pulumi.set(__self__, "regex", regex)
|
7154
|
+
|
7155
|
+
@property
|
7156
|
+
@pulumi.getter
|
7157
|
+
def name(self) -> str:
|
7158
|
+
return pulumi.get(self, "name")
|
7159
|
+
|
7160
|
+
@name.setter
|
7161
|
+
def name(self, value: str):
|
7162
|
+
pulumi.set(self, "name", value)
|
7163
|
+
|
7164
|
+
@property
|
7165
|
+
@pulumi.getter
|
7166
|
+
def values(self) -> Sequence[str]:
|
7167
|
+
return pulumi.get(self, "values")
|
7168
|
+
|
7169
|
+
@values.setter
|
7170
|
+
def values(self, value: Sequence[str]):
|
7171
|
+
pulumi.set(self, "values", value)
|
7172
|
+
|
7173
|
+
@property
|
7174
|
+
@pulumi.getter
|
7175
|
+
def regex(self) -> Optional[bool]:
|
7176
|
+
return pulumi.get(self, "regex")
|
7177
|
+
|
7178
|
+
@regex.setter
|
7179
|
+
def regex(self, value: Optional[bool]):
|
7180
|
+
pulumi.set(self, "regex", value)
|
7181
|
+
|
7182
|
+
|
7183
|
+
if not MYPY:
|
7184
|
+
class GetAuditProfileCollectedAuditVolumesFilterArgsDict(TypedDict):
|
7185
|
+
name: str
|
7186
|
+
values: Sequence[str]
|
7187
|
+
regex: NotRequired[bool]
|
7188
|
+
elif False:
|
7189
|
+
GetAuditProfileCollectedAuditVolumesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7190
|
+
|
7191
|
+
@pulumi.input_type
|
7192
|
+
class GetAuditProfileCollectedAuditVolumesFilterArgs:
|
7193
|
+
def __init__(__self__, *,
|
7194
|
+
name: str,
|
7195
|
+
values: Sequence[str],
|
7196
|
+
regex: Optional[bool] = None):
|
7197
|
+
pulumi.set(__self__, "name", name)
|
7198
|
+
pulumi.set(__self__, "values", values)
|
7199
|
+
if regex is not None:
|
7200
|
+
pulumi.set(__self__, "regex", regex)
|
7201
|
+
|
7202
|
+
@property
|
7203
|
+
@pulumi.getter
|
7204
|
+
def name(self) -> str:
|
7205
|
+
return pulumi.get(self, "name")
|
7206
|
+
|
7207
|
+
@name.setter
|
7208
|
+
def name(self, value: str):
|
7209
|
+
pulumi.set(self, "name", value)
|
7210
|
+
|
7211
|
+
@property
|
7212
|
+
@pulumi.getter
|
7213
|
+
def values(self) -> Sequence[str]:
|
7214
|
+
return pulumi.get(self, "values")
|
7215
|
+
|
7216
|
+
@values.setter
|
7217
|
+
def values(self, value: Sequence[str]):
|
7218
|
+
pulumi.set(self, "values", value)
|
7219
|
+
|
7220
|
+
@property
|
7221
|
+
@pulumi.getter
|
7222
|
+
def regex(self) -> Optional[bool]:
|
7223
|
+
return pulumi.get(self, "regex")
|
5214
7224
|
|
5215
|
-
|
5216
|
-
|
5217
|
-
""
|
5218
|
-
return pulumi.get(self, "trust_store_content")
|
7225
|
+
@regex.setter
|
7226
|
+
def regex(self, value: Optional[bool]):
|
7227
|
+
pulumi.set(self, "regex", value)
|
5219
7228
|
|
5220
|
-
@trust_store_content.setter
|
5221
|
-
def trust_store_content(self, value: Optional[pulumi.Input[str]]):
|
5222
|
-
pulumi.set(self, "trust_store_content", value)
|
5223
7229
|
|
7230
|
+
if not MYPY:
|
7231
|
+
class GetAuditProfilesFilterArgsDict(TypedDict):
|
7232
|
+
name: str
|
7233
|
+
values: Sequence[str]
|
7234
|
+
regex: NotRequired[bool]
|
7235
|
+
elif False:
|
7236
|
+
GetAuditProfilesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
5224
7237
|
|
5225
7238
|
@pulumi.input_type
|
5226
|
-
class
|
7239
|
+
class GetAuditProfilesFilterArgs:
|
5227
7240
|
def __init__(__self__, *,
|
5228
|
-
|
5229
|
-
|
5230
|
-
|
5231
|
-
""
|
5232
|
-
|
5233
|
-
|
5234
|
-
|
5235
|
-
** IMPORTANT **
|
5236
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5237
|
-
"""
|
5238
|
-
if lifecycle_state is not None:
|
5239
|
-
pulumi.set(__self__, "lifecycle_state", lifecycle_state)
|
5240
|
-
if target_id is not None:
|
5241
|
-
pulumi.set(__self__, "target_id", target_id)
|
5242
|
-
if user_assessment_id is not None:
|
5243
|
-
pulumi.set(__self__, "user_assessment_id", user_assessment_id)
|
7241
|
+
name: str,
|
7242
|
+
values: Sequence[str],
|
7243
|
+
regex: Optional[bool] = None):
|
7244
|
+
pulumi.set(__self__, "name", name)
|
7245
|
+
pulumi.set(__self__, "values", values)
|
7246
|
+
if regex is not None:
|
7247
|
+
pulumi.set(__self__, "regex", regex)
|
5244
7248
|
|
5245
7249
|
@property
|
5246
|
-
@pulumi.getter
|
5247
|
-
def
|
5248
|
-
return pulumi.get(self, "
|
7250
|
+
@pulumi.getter
|
7251
|
+
def name(self) -> str:
|
7252
|
+
return pulumi.get(self, "name")
|
5249
7253
|
|
5250
|
-
@
|
5251
|
-
def
|
5252
|
-
pulumi.set(self, "
|
7254
|
+
@name.setter
|
7255
|
+
def name(self, value: str):
|
7256
|
+
pulumi.set(self, "name", value)
|
5253
7257
|
|
5254
7258
|
@property
|
5255
|
-
@pulumi.getter
|
5256
|
-
def
|
5257
|
-
""
|
5258
|
-
The OCID of the target database on which the user assessment is to be run.
|
5259
|
-
|
5260
|
-
|
5261
|
-
** IMPORTANT **
|
5262
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5263
|
-
"""
|
5264
|
-
return pulumi.get(self, "target_id")
|
7259
|
+
@pulumi.getter
|
7260
|
+
def values(self) -> Sequence[str]:
|
7261
|
+
return pulumi.get(self, "values")
|
5265
7262
|
|
5266
|
-
@
|
5267
|
-
def
|
5268
|
-
pulumi.set(self, "
|
7263
|
+
@values.setter
|
7264
|
+
def values(self, value: Sequence[str]):
|
7265
|
+
pulumi.set(self, "values", value)
|
5269
7266
|
|
5270
7267
|
@property
|
5271
|
-
@pulumi.getter
|
5272
|
-
def
|
5273
|
-
return pulumi.get(self, "
|
7268
|
+
@pulumi.getter
|
7269
|
+
def regex(self) -> Optional[bool]:
|
7270
|
+
return pulumi.get(self, "regex")
|
7271
|
+
|
7272
|
+
@regex.setter
|
7273
|
+
def regex(self, value: Optional[bool]):
|
7274
|
+
pulumi.set(self, "regex", value)
|
5274
7275
|
|
5275
|
-
@user_assessment_id.setter
|
5276
|
-
def user_assessment_id(self, value: Optional[pulumi.Input[str]]):
|
5277
|
-
pulumi.set(self, "user_assessment_id", value)
|
5278
7276
|
|
7277
|
+
if not MYPY:
|
7278
|
+
class GetAuditTrailsFilterArgsDict(TypedDict):
|
7279
|
+
name: str
|
7280
|
+
values: Sequence[str]
|
7281
|
+
regex: NotRequired[bool]
|
7282
|
+
elif False:
|
7283
|
+
GetAuditTrailsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
5279
7284
|
|
5280
7285
|
@pulumi.input_type
|
5281
|
-
class
|
7286
|
+
class GetAuditTrailsFilterArgs:
|
5282
7287
|
def __init__(__self__, *,
|
5283
7288
|
name: str,
|
5284
7289
|
values: Sequence[str],
|
@@ -5316,8 +7321,16 @@ class GetAlertPoliciesFilterArgs:
|
|
5316
7321
|
pulumi.set(self, "regex", value)
|
5317
7322
|
|
5318
7323
|
|
7324
|
+
if not MYPY:
|
7325
|
+
class GetDataSafePrivateEndpointsFilterArgsDict(TypedDict):
|
7326
|
+
name: str
|
7327
|
+
values: Sequence[str]
|
7328
|
+
regex: NotRequired[bool]
|
7329
|
+
elif False:
|
7330
|
+
GetDataSafePrivateEndpointsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7331
|
+
|
5319
7332
|
@pulumi.input_type
|
5320
|
-
class
|
7333
|
+
class GetDataSafePrivateEndpointsFilterArgs:
|
5321
7334
|
def __init__(__self__, *,
|
5322
7335
|
name: str,
|
5323
7336
|
values: Sequence[str],
|
@@ -5355,8 +7368,16 @@ class GetAlertPolicyRulesFilterArgs:
|
|
5355
7368
|
pulumi.set(self, "regex", value)
|
5356
7369
|
|
5357
7370
|
|
7371
|
+
if not MYPY:
|
7372
|
+
class GetDiscoveryAnalyticsFilterArgsDict(TypedDict):
|
7373
|
+
name: str
|
7374
|
+
values: Sequence[str]
|
7375
|
+
regex: NotRequired[bool]
|
7376
|
+
elif False:
|
7377
|
+
GetDiscoveryAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7378
|
+
|
5358
7379
|
@pulumi.input_type
|
5359
|
-
class
|
7380
|
+
class GetDiscoveryAnalyticsFilterArgs:
|
5360
7381
|
def __init__(__self__, *,
|
5361
7382
|
name: str,
|
5362
7383
|
values: Sequence[str],
|
@@ -5394,8 +7415,16 @@ class GetAlertsFilterArgs:
|
|
5394
7415
|
pulumi.set(self, "regex", value)
|
5395
7416
|
|
5396
7417
|
|
7418
|
+
if not MYPY:
|
7419
|
+
class GetDiscoveryJobsResultsFilterArgsDict(TypedDict):
|
7420
|
+
name: str
|
7421
|
+
values: Sequence[str]
|
7422
|
+
regex: NotRequired[bool]
|
7423
|
+
elif False:
|
7424
|
+
GetDiscoveryJobsResultsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7425
|
+
|
5397
7426
|
@pulumi.input_type
|
5398
|
-
class
|
7427
|
+
class GetDiscoveryJobsResultsFilterArgs:
|
5399
7428
|
def __init__(__self__, *,
|
5400
7429
|
name: str,
|
5401
7430
|
values: Sequence[str],
|
@@ -5433,8 +7462,16 @@ class GetAuditArchiveRetrievalsFilterArgs:
|
|
5433
7462
|
pulumi.set(self, "regex", value)
|
5434
7463
|
|
5435
7464
|
|
7465
|
+
if not MYPY:
|
7466
|
+
class GetLibraryMaskingFormatsFilterArgsDict(TypedDict):
|
7467
|
+
name: str
|
7468
|
+
values: Sequence[str]
|
7469
|
+
regex: NotRequired[bool]
|
7470
|
+
elif False:
|
7471
|
+
GetLibraryMaskingFormatsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7472
|
+
|
5436
7473
|
@pulumi.input_type
|
5437
|
-
class
|
7474
|
+
class GetLibraryMaskingFormatsFilterArgs:
|
5438
7475
|
def __init__(__self__, *,
|
5439
7476
|
name: str,
|
5440
7477
|
values: Sequence[str],
|
@@ -5472,8 +7509,16 @@ class GetAuditEventsFilterArgs:
|
|
5472
7509
|
pulumi.set(self, "regex", value)
|
5473
7510
|
|
5474
7511
|
|
7512
|
+
if not MYPY:
|
7513
|
+
class GetListUserGrantsFilterArgsDict(TypedDict):
|
7514
|
+
name: str
|
7515
|
+
values: Sequence[str]
|
7516
|
+
regex: NotRequired[bool]
|
7517
|
+
elif False:
|
7518
|
+
GetListUserGrantsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7519
|
+
|
5475
7520
|
@pulumi.input_type
|
5476
|
-
class
|
7521
|
+
class GetListUserGrantsFilterArgs:
|
5477
7522
|
def __init__(__self__, *,
|
5478
7523
|
name: str,
|
5479
7524
|
values: Sequence[str],
|
@@ -5511,8 +7556,16 @@ class GetAuditPoliciesFilterArgs:
|
|
5511
7556
|
pulumi.set(self, "regex", value)
|
5512
7557
|
|
5513
7558
|
|
7559
|
+
if not MYPY:
|
7560
|
+
class GetMaskingAnalyticsFilterArgsDict(TypedDict):
|
7561
|
+
name: str
|
7562
|
+
values: Sequence[str]
|
7563
|
+
regex: NotRequired[bool]
|
7564
|
+
elif False:
|
7565
|
+
GetMaskingAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7566
|
+
|
5514
7567
|
@pulumi.input_type
|
5515
|
-
class
|
7568
|
+
class GetMaskingAnalyticsFilterArgs:
|
5516
7569
|
def __init__(__self__, *,
|
5517
7570
|
name: str,
|
5518
7571
|
values: Sequence[str],
|
@@ -5550,8 +7603,16 @@ class GetAuditProfileAvailableAuditVolumesFilterArgs:
|
|
5550
7603
|
pulumi.set(self, "regex", value)
|
5551
7604
|
|
5552
7605
|
|
7606
|
+
if not MYPY:
|
7607
|
+
class GetMaskingPoliciesFilterArgsDict(TypedDict):
|
7608
|
+
name: str
|
7609
|
+
values: Sequence[str]
|
7610
|
+
regex: NotRequired[bool]
|
7611
|
+
elif False:
|
7612
|
+
GetMaskingPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7613
|
+
|
5553
7614
|
@pulumi.input_type
|
5554
|
-
class
|
7615
|
+
class GetMaskingPoliciesFilterArgs:
|
5555
7616
|
def __init__(__self__, *,
|
5556
7617
|
name: str,
|
5557
7618
|
values: Sequence[str],
|
@@ -5589,8 +7650,16 @@ class GetAuditProfileCollectedAuditVolumesFilterArgs:
|
|
5589
7650
|
pulumi.set(self, "regex", value)
|
5590
7651
|
|
5591
7652
|
|
7653
|
+
if not MYPY:
|
7654
|
+
class GetMaskingPoliciesMaskingColumnsFilterArgsDict(TypedDict):
|
7655
|
+
name: str
|
7656
|
+
values: Sequence[str]
|
7657
|
+
regex: NotRequired[bool]
|
7658
|
+
elif False:
|
7659
|
+
GetMaskingPoliciesMaskingColumnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7660
|
+
|
5592
7661
|
@pulumi.input_type
|
5593
|
-
class
|
7662
|
+
class GetMaskingPoliciesMaskingColumnsFilterArgs:
|
5594
7663
|
def __init__(__self__, *,
|
5595
7664
|
name: str,
|
5596
7665
|
values: Sequence[str],
|
@@ -5628,8 +7697,16 @@ class GetAuditProfilesFilterArgs:
|
|
5628
7697
|
pulumi.set(self, "regex", value)
|
5629
7698
|
|
5630
7699
|
|
7700
|
+
if not MYPY:
|
7701
|
+
class GetMaskingPolicyHealthReportLogsFilterArgsDict(TypedDict):
|
7702
|
+
name: str
|
7703
|
+
values: Sequence[str]
|
7704
|
+
regex: NotRequired[bool]
|
7705
|
+
elif False:
|
7706
|
+
GetMaskingPolicyHealthReportLogsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7707
|
+
|
5631
7708
|
@pulumi.input_type
|
5632
|
-
class
|
7709
|
+
class GetMaskingPolicyHealthReportLogsFilterArgs:
|
5633
7710
|
def __init__(__self__, *,
|
5634
7711
|
name: str,
|
5635
7712
|
values: Sequence[str],
|
@@ -5667,8 +7744,16 @@ class GetAuditTrailsFilterArgs:
|
|
5667
7744
|
pulumi.set(self, "regex", value)
|
5668
7745
|
|
5669
7746
|
|
7747
|
+
if not MYPY:
|
7748
|
+
class GetMaskingPolicyHealthReportsFilterArgsDict(TypedDict):
|
7749
|
+
name: str
|
7750
|
+
values: Sequence[str]
|
7751
|
+
regex: NotRequired[bool]
|
7752
|
+
elif False:
|
7753
|
+
GetMaskingPolicyHealthReportsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7754
|
+
|
5670
7755
|
@pulumi.input_type
|
5671
|
-
class
|
7756
|
+
class GetMaskingPolicyHealthReportsFilterArgs:
|
5672
7757
|
def __init__(__self__, *,
|
5673
7758
|
name: str,
|
5674
7759
|
values: Sequence[str],
|
@@ -5706,8 +7791,16 @@ class GetDataSafePrivateEndpointsFilterArgs:
|
|
5706
7791
|
pulumi.set(self, "regex", value)
|
5707
7792
|
|
5708
7793
|
|
7794
|
+
if not MYPY:
|
7795
|
+
class GetMaskingPolicyMaskingObjectsFilterArgsDict(TypedDict):
|
7796
|
+
name: str
|
7797
|
+
values: Sequence[str]
|
7798
|
+
regex: NotRequired[bool]
|
7799
|
+
elif False:
|
7800
|
+
GetMaskingPolicyMaskingObjectsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7801
|
+
|
5709
7802
|
@pulumi.input_type
|
5710
|
-
class
|
7803
|
+
class GetMaskingPolicyMaskingObjectsFilterArgs:
|
5711
7804
|
def __init__(__self__, *,
|
5712
7805
|
name: str,
|
5713
7806
|
values: Sequence[str],
|
@@ -5745,8 +7838,16 @@ class GetDiscoveryAnalyticsFilterArgs:
|
|
5745
7838
|
pulumi.set(self, "regex", value)
|
5746
7839
|
|
5747
7840
|
|
7841
|
+
if not MYPY:
|
7842
|
+
class GetMaskingPolicyMaskingSchemasFilterArgsDict(TypedDict):
|
7843
|
+
name: str
|
7844
|
+
values: Sequence[str]
|
7845
|
+
regex: NotRequired[bool]
|
7846
|
+
elif False:
|
7847
|
+
GetMaskingPolicyMaskingSchemasFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7848
|
+
|
5748
7849
|
@pulumi.input_type
|
5749
|
-
class
|
7850
|
+
class GetMaskingPolicyMaskingSchemasFilterArgs:
|
5750
7851
|
def __init__(__self__, *,
|
5751
7852
|
name: str,
|
5752
7853
|
values: Sequence[str],
|
@@ -5784,8 +7885,16 @@ class GetDiscoveryJobsResultsFilterArgs:
|
|
5784
7885
|
pulumi.set(self, "regex", value)
|
5785
7886
|
|
5786
7887
|
|
7888
|
+
if not MYPY:
|
7889
|
+
class GetMaskingReportMaskedColumnsFilterArgsDict(TypedDict):
|
7890
|
+
name: str
|
7891
|
+
values: Sequence[str]
|
7892
|
+
regex: NotRequired[bool]
|
7893
|
+
elif False:
|
7894
|
+
GetMaskingReportMaskedColumnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7895
|
+
|
5787
7896
|
@pulumi.input_type
|
5788
|
-
class
|
7897
|
+
class GetMaskingReportMaskedColumnsFilterArgs:
|
5789
7898
|
def __init__(__self__, *,
|
5790
7899
|
name: str,
|
5791
7900
|
values: Sequence[str],
|
@@ -5823,8 +7932,16 @@ class GetLibraryMaskingFormatsFilterArgs:
|
|
5823
7932
|
pulumi.set(self, "regex", value)
|
5824
7933
|
|
5825
7934
|
|
7935
|
+
if not MYPY:
|
7936
|
+
class GetMaskingReportsFilterArgsDict(TypedDict):
|
7937
|
+
name: str
|
7938
|
+
values: Sequence[str]
|
7939
|
+
regex: NotRequired[bool]
|
7940
|
+
elif False:
|
7941
|
+
GetMaskingReportsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7942
|
+
|
5826
7943
|
@pulumi.input_type
|
5827
|
-
class
|
7944
|
+
class GetMaskingReportsFilterArgs:
|
5828
7945
|
def __init__(__self__, *,
|
5829
7946
|
name: str,
|
5830
7947
|
values: Sequence[str],
|
@@ -5862,8 +7979,16 @@ class GetListUserGrantsFilterArgs:
|
|
5862
7979
|
pulumi.set(self, "regex", value)
|
5863
7980
|
|
5864
7981
|
|
7982
|
+
if not MYPY:
|
7983
|
+
class GetOnpremConnectorsFilterArgsDict(TypedDict):
|
7984
|
+
name: str
|
7985
|
+
values: Sequence[str]
|
7986
|
+
regex: NotRequired[bool]
|
7987
|
+
elif False:
|
7988
|
+
GetOnpremConnectorsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7989
|
+
|
5865
7990
|
@pulumi.input_type
|
5866
|
-
class
|
7991
|
+
class GetOnpremConnectorsFilterArgs:
|
5867
7992
|
def __init__(__self__, *,
|
5868
7993
|
name: str,
|
5869
7994
|
values: Sequence[str],
|
@@ -5901,12 +8026,26 @@ class GetMaskingAnalyticsFilterArgs:
|
|
5901
8026
|
pulumi.set(self, "regex", value)
|
5902
8027
|
|
5903
8028
|
|
8029
|
+
if not MYPY:
|
8030
|
+
class GetReportDefinitionsFilterArgsDict(TypedDict):
|
8031
|
+
name: str
|
8032
|
+
"""
|
8033
|
+
Name of the report summary.
|
8034
|
+
"""
|
8035
|
+
values: Sequence[str]
|
8036
|
+
regex: NotRequired[bool]
|
8037
|
+
elif False:
|
8038
|
+
GetReportDefinitionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8039
|
+
|
5904
8040
|
@pulumi.input_type
|
5905
|
-
class
|
8041
|
+
class GetReportDefinitionsFilterArgs:
|
5906
8042
|
def __init__(__self__, *,
|
5907
8043
|
name: str,
|
5908
8044
|
values: Sequence[str],
|
5909
8045
|
regex: Optional[bool] = None):
|
8046
|
+
"""
|
8047
|
+
:param str name: Name of the report summary.
|
8048
|
+
"""
|
5910
8049
|
pulumi.set(__self__, "name", name)
|
5911
8050
|
pulumi.set(__self__, "values", values)
|
5912
8051
|
if regex is not None:
|
@@ -5915,6 +8054,9 @@ class GetMaskingPoliciesFilterArgs:
|
|
5915
8054
|
@property
|
5916
8055
|
@pulumi.getter
|
5917
8056
|
def name(self) -> str:
|
8057
|
+
"""
|
8058
|
+
Name of the report summary.
|
8059
|
+
"""
|
5918
8060
|
return pulumi.get(self, "name")
|
5919
8061
|
|
5920
8062
|
@name.setter
|
@@ -5940,8 +8082,16 @@ class GetMaskingPoliciesFilterArgs:
|
|
5940
8082
|
pulumi.set(self, "regex", value)
|
5941
8083
|
|
5942
8084
|
|
8085
|
+
if not MYPY:
|
8086
|
+
class GetReportsFilterArgsDict(TypedDict):
|
8087
|
+
name: str
|
8088
|
+
values: Sequence[str]
|
8089
|
+
regex: NotRequired[bool]
|
8090
|
+
elif False:
|
8091
|
+
GetReportsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8092
|
+
|
5943
8093
|
@pulumi.input_type
|
5944
|
-
class
|
8094
|
+
class GetReportsFilterArgs:
|
5945
8095
|
def __init__(__self__, *,
|
5946
8096
|
name: str,
|
5947
8097
|
values: Sequence[str],
|
@@ -5979,8 +8129,16 @@ class GetMaskingPoliciesMaskingColumnsFilterArgs:
|
|
5979
8129
|
pulumi.set(self, "regex", value)
|
5980
8130
|
|
5981
8131
|
|
8132
|
+
if not MYPY:
|
8133
|
+
class GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgsDict(TypedDict):
|
8134
|
+
name: str
|
8135
|
+
values: Sequence[str]
|
8136
|
+
regex: NotRequired[bool]
|
8137
|
+
elif False:
|
8138
|
+
GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8139
|
+
|
5982
8140
|
@pulumi.input_type
|
5983
|
-
class
|
8141
|
+
class GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgs:
|
5984
8142
|
def __init__(__self__, *,
|
5985
8143
|
name: str,
|
5986
8144
|
values: Sequence[str],
|
@@ -6018,8 +8176,16 @@ class GetMaskingPolicyHealthReportLogsFilterArgs:
|
|
6018
8176
|
pulumi.set(self, "regex", value)
|
6019
8177
|
|
6020
8178
|
|
8179
|
+
if not MYPY:
|
8180
|
+
class GetSdmMaskingPolicyDifferencesFilterArgsDict(TypedDict):
|
8181
|
+
name: str
|
8182
|
+
values: Sequence[str]
|
8183
|
+
regex: NotRequired[bool]
|
8184
|
+
elif False:
|
8185
|
+
GetSdmMaskingPolicyDifferencesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8186
|
+
|
6021
8187
|
@pulumi.input_type
|
6022
|
-
class
|
8188
|
+
class GetSdmMaskingPolicyDifferencesFilterArgs:
|
6023
8189
|
def __init__(__self__, *,
|
6024
8190
|
name: str,
|
6025
8191
|
values: Sequence[str],
|
@@ -6057,8 +8223,16 @@ class GetMaskingPolicyHealthReportsFilterArgs:
|
|
6057
8223
|
pulumi.set(self, "regex", value)
|
6058
8224
|
|
6059
8225
|
|
8226
|
+
if not MYPY:
|
8227
|
+
class GetSecurityAssessmentFindingAnalyticsFilterArgsDict(TypedDict):
|
8228
|
+
name: str
|
8229
|
+
values: Sequence[str]
|
8230
|
+
regex: NotRequired[bool]
|
8231
|
+
elif False:
|
8232
|
+
GetSecurityAssessmentFindingAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8233
|
+
|
6060
8234
|
@pulumi.input_type
|
6061
|
-
class
|
8235
|
+
class GetSecurityAssessmentFindingAnalyticsFilterArgs:
|
6062
8236
|
def __init__(__self__, *,
|
6063
8237
|
name: str,
|
6064
8238
|
values: Sequence[str],
|
@@ -6096,8 +8270,16 @@ class GetMaskingPolicyMaskingObjectsFilterArgs:
|
|
6096
8270
|
pulumi.set(self, "regex", value)
|
6097
8271
|
|
6098
8272
|
|
8273
|
+
if not MYPY:
|
8274
|
+
class GetSecurityAssessmentFindingFilterArgsDict(TypedDict):
|
8275
|
+
name: str
|
8276
|
+
values: Sequence[str]
|
8277
|
+
regex: NotRequired[bool]
|
8278
|
+
elif False:
|
8279
|
+
GetSecurityAssessmentFindingFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8280
|
+
|
6099
8281
|
@pulumi.input_type
|
6100
|
-
class
|
8282
|
+
class GetSecurityAssessmentFindingFilterArgs:
|
6101
8283
|
def __init__(__self__, *,
|
6102
8284
|
name: str,
|
6103
8285
|
values: Sequence[str],
|
@@ -6135,8 +8317,16 @@ class GetMaskingPolicyMaskingSchemasFilterArgs:
|
|
6135
8317
|
pulumi.set(self, "regex", value)
|
6136
8318
|
|
6137
8319
|
|
8320
|
+
if not MYPY:
|
8321
|
+
class GetSecurityAssessmentFindingsChangeAuditLogsFilterArgsDict(TypedDict):
|
8322
|
+
name: str
|
8323
|
+
values: Sequence[str]
|
8324
|
+
regex: NotRequired[bool]
|
8325
|
+
elif False:
|
8326
|
+
GetSecurityAssessmentFindingsChangeAuditLogsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8327
|
+
|
6138
8328
|
@pulumi.input_type
|
6139
|
-
class
|
8329
|
+
class GetSecurityAssessmentFindingsChangeAuditLogsFilterArgs:
|
6140
8330
|
def __init__(__self__, *,
|
6141
8331
|
name: str,
|
6142
8332
|
values: Sequence[str],
|
@@ -6174,8 +8364,16 @@ class GetMaskingReportMaskedColumnsFilterArgs:
|
|
6174
8364
|
pulumi.set(self, "regex", value)
|
6175
8365
|
|
6176
8366
|
|
8367
|
+
if not MYPY:
|
8368
|
+
class GetSecurityAssessmentFindingsFilterArgsDict(TypedDict):
|
8369
|
+
name: str
|
8370
|
+
values: Sequence[str]
|
8371
|
+
regex: NotRequired[bool]
|
8372
|
+
elif False:
|
8373
|
+
GetSecurityAssessmentFindingsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8374
|
+
|
6177
8375
|
@pulumi.input_type
|
6178
|
-
class
|
8376
|
+
class GetSecurityAssessmentFindingsFilterArgs:
|
6179
8377
|
def __init__(__self__, *,
|
6180
8378
|
name: str,
|
6181
8379
|
values: Sequence[str],
|
@@ -6213,8 +8411,16 @@ class GetMaskingReportsFilterArgs:
|
|
6213
8411
|
pulumi.set(self, "regex", value)
|
6214
8412
|
|
6215
8413
|
|
8414
|
+
if not MYPY:
|
8415
|
+
class GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgsDict(TypedDict):
|
8416
|
+
name: str
|
8417
|
+
values: Sequence[str]
|
8418
|
+
regex: NotRequired[bool]
|
8419
|
+
elif False:
|
8420
|
+
GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8421
|
+
|
6216
8422
|
@pulumi.input_type
|
6217
|
-
class
|
8423
|
+
class GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgs:
|
6218
8424
|
def __init__(__self__, *,
|
6219
8425
|
name: str,
|
6220
8426
|
values: Sequence[str],
|
@@ -6252,15 +8458,20 @@ class GetOnpremConnectorsFilterArgs:
|
|
6252
8458
|
pulumi.set(self, "regex", value)
|
6253
8459
|
|
6254
8460
|
|
8461
|
+
if not MYPY:
|
8462
|
+
class GetSecurityAssessmentSecurityFeaturesFilterArgsDict(TypedDict):
|
8463
|
+
name: str
|
8464
|
+
values: Sequence[str]
|
8465
|
+
regex: NotRequired[bool]
|
8466
|
+
elif False:
|
8467
|
+
GetSecurityAssessmentSecurityFeaturesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8468
|
+
|
6255
8469
|
@pulumi.input_type
|
6256
|
-
class
|
8470
|
+
class GetSecurityAssessmentSecurityFeaturesFilterArgs:
|
6257
8471
|
def __init__(__self__, *,
|
6258
8472
|
name: str,
|
6259
8473
|
values: Sequence[str],
|
6260
8474
|
regex: Optional[bool] = None):
|
6261
|
-
"""
|
6262
|
-
:param str name: Name of the report summary.
|
6263
|
-
"""
|
6264
8475
|
pulumi.set(__self__, "name", name)
|
6265
8476
|
pulumi.set(__self__, "values", values)
|
6266
8477
|
if regex is not None:
|
@@ -6269,9 +8480,6 @@ class GetReportDefinitionsFilterArgs:
|
|
6269
8480
|
@property
|
6270
8481
|
@pulumi.getter
|
6271
8482
|
def name(self) -> str:
|
6272
|
-
"""
|
6273
|
-
Name of the report summary.
|
6274
|
-
"""
|
6275
8483
|
return pulumi.get(self, "name")
|
6276
8484
|
|
6277
8485
|
@name.setter
|
@@ -6297,8 +8505,16 @@ class GetReportDefinitionsFilterArgs:
|
|
6297
8505
|
pulumi.set(self, "regex", value)
|
6298
8506
|
|
6299
8507
|
|
8508
|
+
if not MYPY:
|
8509
|
+
class GetSecurityAssessmentsFilterArgsDict(TypedDict):
|
8510
|
+
name: str
|
8511
|
+
values: Sequence[str]
|
8512
|
+
regex: NotRequired[bool]
|
8513
|
+
elif False:
|
8514
|
+
GetSecurityAssessmentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8515
|
+
|
6300
8516
|
@pulumi.input_type
|
6301
|
-
class
|
8517
|
+
class GetSecurityAssessmentsFilterArgs:
|
6302
8518
|
def __init__(__self__, *,
|
6303
8519
|
name: str,
|
6304
8520
|
values: Sequence[str],
|
@@ -6336,8 +8552,16 @@ class GetReportsFilterArgs:
|
|
6336
8552
|
pulumi.set(self, "regex", value)
|
6337
8553
|
|
6338
8554
|
|
8555
|
+
if not MYPY:
|
8556
|
+
class GetSecurityPoliciesFilterArgsDict(TypedDict):
|
8557
|
+
name: str
|
8558
|
+
values: Sequence[str]
|
8559
|
+
regex: NotRequired[bool]
|
8560
|
+
elif False:
|
8561
|
+
GetSecurityPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8562
|
+
|
6339
8563
|
@pulumi.input_type
|
6340
|
-
class
|
8564
|
+
class GetSecurityPoliciesFilterArgs:
|
6341
8565
|
def __init__(__self__, *,
|
6342
8566
|
name: str,
|
6343
8567
|
values: Sequence[str],
|
@@ -6375,8 +8599,16 @@ class GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgs:
|
|
6375
8599
|
pulumi.set(self, "regex", value)
|
6376
8600
|
|
6377
8601
|
|
8602
|
+
if not MYPY:
|
8603
|
+
class GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgsDict(TypedDict):
|
8604
|
+
name: str
|
8605
|
+
values: Sequence[str]
|
8606
|
+
regex: NotRequired[bool]
|
8607
|
+
elif False:
|
8608
|
+
GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8609
|
+
|
6378
8610
|
@pulumi.input_type
|
6379
|
-
class
|
8611
|
+
class GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgs:
|
6380
8612
|
def __init__(__self__, *,
|
6381
8613
|
name: str,
|
6382
8614
|
values: Sequence[str],
|
@@ -6414,8 +8646,16 @@ class GetSdmMaskingPolicyDifferencesFilterArgs:
|
|
6414
8646
|
pulumi.set(self, "regex", value)
|
6415
8647
|
|
6416
8648
|
|
8649
|
+
if not MYPY:
|
8650
|
+
class GetSecurityPolicyDeploymentsFilterArgsDict(TypedDict):
|
8651
|
+
name: str
|
8652
|
+
values: Sequence[str]
|
8653
|
+
regex: NotRequired[bool]
|
8654
|
+
elif False:
|
8655
|
+
GetSecurityPolicyDeploymentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8656
|
+
|
6417
8657
|
@pulumi.input_type
|
6418
|
-
class
|
8658
|
+
class GetSecurityPolicyDeploymentsFilterArgs:
|
6419
8659
|
def __init__(__self__, *,
|
6420
8660
|
name: str,
|
6421
8661
|
values: Sequence[str],
|
@@ -6453,8 +8693,16 @@ class GetSecurityAssessmentFindingAnalyticsFilterArgs:
|
|
6453
8693
|
pulumi.set(self, "regex", value)
|
6454
8694
|
|
6455
8695
|
|
8696
|
+
if not MYPY:
|
8697
|
+
class GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgsDict(TypedDict):
|
8698
|
+
name: str
|
8699
|
+
values: Sequence[str]
|
8700
|
+
regex: NotRequired[bool]
|
8701
|
+
elif False:
|
8702
|
+
GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8703
|
+
|
6456
8704
|
@pulumi.input_type
|
6457
|
-
class
|
8705
|
+
class GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgs:
|
6458
8706
|
def __init__(__self__, *,
|
6459
8707
|
name: str,
|
6460
8708
|
values: Sequence[str],
|
@@ -6492,8 +8740,16 @@ class GetSecurityAssessmentFindingFilterArgs:
|
|
6492
8740
|
pulumi.set(self, "regex", value)
|
6493
8741
|
|
6494
8742
|
|
8743
|
+
if not MYPY:
|
8744
|
+
class GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgsDict(TypedDict):
|
8745
|
+
name: str
|
8746
|
+
values: Sequence[str]
|
8747
|
+
regex: NotRequired[bool]
|
8748
|
+
elif False:
|
8749
|
+
GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8750
|
+
|
6495
8751
|
@pulumi.input_type
|
6496
|
-
class
|
8752
|
+
class GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgs:
|
6497
8753
|
def __init__(__self__, *,
|
6498
8754
|
name: str,
|
6499
8755
|
values: Sequence[str],
|
@@ -6531,8 +8787,16 @@ class GetSecurityAssessmentFindingsChangeAuditLogsFilterArgs:
|
|
6531
8787
|
pulumi.set(self, "regex", value)
|
6532
8788
|
|
6533
8789
|
|
8790
|
+
if not MYPY:
|
8791
|
+
class GetSecurityPolicyReportRoleGrantPathsFilterArgsDict(TypedDict):
|
8792
|
+
name: str
|
8793
|
+
values: Sequence[str]
|
8794
|
+
regex: NotRequired[bool]
|
8795
|
+
elif False:
|
8796
|
+
GetSecurityPolicyReportRoleGrantPathsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8797
|
+
|
6534
8798
|
@pulumi.input_type
|
6535
|
-
class
|
8799
|
+
class GetSecurityPolicyReportRoleGrantPathsFilterArgs:
|
6536
8800
|
def __init__(__self__, *,
|
6537
8801
|
name: str,
|
6538
8802
|
values: Sequence[str],
|
@@ -6570,8 +8834,16 @@ class GetSecurityAssessmentFindingsFilterArgs:
|
|
6570
8834
|
pulumi.set(self, "regex", value)
|
6571
8835
|
|
6572
8836
|
|
8837
|
+
if not MYPY:
|
8838
|
+
class GetSecurityPolicyReportsFilterArgsDict(TypedDict):
|
8839
|
+
name: str
|
8840
|
+
values: Sequence[str]
|
8841
|
+
regex: NotRequired[bool]
|
8842
|
+
elif False:
|
8843
|
+
GetSecurityPolicyReportsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8844
|
+
|
6573
8845
|
@pulumi.input_type
|
6574
|
-
class
|
8846
|
+
class GetSecurityPolicyReportsFilterArgs:
|
6575
8847
|
def __init__(__self__, *,
|
6576
8848
|
name: str,
|
6577
8849
|
values: Sequence[str],
|
@@ -6609,8 +8881,16 @@ class GetSecurityAssessmentSecurityFeatureAnalyticsFilterArgs:
|
|
6609
8881
|
pulumi.set(self, "regex", value)
|
6610
8882
|
|
6611
8883
|
|
8884
|
+
if not MYPY:
|
8885
|
+
class GetSensitiveDataModelSensitiveObjectsFilterArgsDict(TypedDict):
|
8886
|
+
name: str
|
8887
|
+
values: Sequence[str]
|
8888
|
+
regex: NotRequired[bool]
|
8889
|
+
elif False:
|
8890
|
+
GetSensitiveDataModelSensitiveObjectsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8891
|
+
|
6612
8892
|
@pulumi.input_type
|
6613
|
-
class
|
8893
|
+
class GetSensitiveDataModelSensitiveObjectsFilterArgs:
|
6614
8894
|
def __init__(__self__, *,
|
6615
8895
|
name: str,
|
6616
8896
|
values: Sequence[str],
|
@@ -6648,8 +8928,16 @@ class GetSecurityAssessmentSecurityFeaturesFilterArgs:
|
|
6648
8928
|
pulumi.set(self, "regex", value)
|
6649
8929
|
|
6650
8930
|
|
8931
|
+
if not MYPY:
|
8932
|
+
class GetSensitiveDataModelSensitiveSchemasFilterArgsDict(TypedDict):
|
8933
|
+
name: str
|
8934
|
+
values: Sequence[str]
|
8935
|
+
regex: NotRequired[bool]
|
8936
|
+
elif False:
|
8937
|
+
GetSensitiveDataModelSensitiveSchemasFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8938
|
+
|
6651
8939
|
@pulumi.input_type
|
6652
|
-
class
|
8940
|
+
class GetSensitiveDataModelSensitiveSchemasFilterArgs:
|
6653
8941
|
def __init__(__self__, *,
|
6654
8942
|
name: str,
|
6655
8943
|
values: Sequence[str],
|
@@ -6687,8 +8975,16 @@ class GetSecurityAssessmentsFilterArgs:
|
|
6687
8975
|
pulumi.set(self, "regex", value)
|
6688
8976
|
|
6689
8977
|
|
8978
|
+
if not MYPY:
|
8979
|
+
class GetSensitiveDataModelSensitiveTypesFilterArgsDict(TypedDict):
|
8980
|
+
name: str
|
8981
|
+
values: Sequence[str]
|
8982
|
+
regex: NotRequired[bool]
|
8983
|
+
elif False:
|
8984
|
+
GetSensitiveDataModelSensitiveTypesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8985
|
+
|
6690
8986
|
@pulumi.input_type
|
6691
|
-
class
|
8987
|
+
class GetSensitiveDataModelSensitiveTypesFilterArgs:
|
6692
8988
|
def __init__(__self__, *,
|
6693
8989
|
name: str,
|
6694
8990
|
values: Sequence[str],
|
@@ -6726,8 +9022,16 @@ class GetSecurityPoliciesFilterArgs:
|
|
6726
9022
|
pulumi.set(self, "regex", value)
|
6727
9023
|
|
6728
9024
|
|
9025
|
+
if not MYPY:
|
9026
|
+
class GetSensitiveDataModelsFilterArgsDict(TypedDict):
|
9027
|
+
name: str
|
9028
|
+
values: Sequence[str]
|
9029
|
+
regex: NotRequired[bool]
|
9030
|
+
elif False:
|
9031
|
+
GetSensitiveDataModelsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9032
|
+
|
6729
9033
|
@pulumi.input_type
|
6730
|
-
class
|
9034
|
+
class GetSensitiveDataModelsFilterArgs:
|
6731
9035
|
def __init__(__self__, *,
|
6732
9036
|
name: str,
|
6733
9037
|
values: Sequence[str],
|
@@ -6765,8 +9069,16 @@ class GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilterArgs:
|
|
6765
9069
|
pulumi.set(self, "regex", value)
|
6766
9070
|
|
6767
9071
|
|
9072
|
+
if not MYPY:
|
9073
|
+
class GetSensitiveDataModelsSensitiveColumnsFilterArgsDict(TypedDict):
|
9074
|
+
name: str
|
9075
|
+
values: Sequence[str]
|
9076
|
+
regex: NotRequired[bool]
|
9077
|
+
elif False:
|
9078
|
+
GetSensitiveDataModelsSensitiveColumnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9079
|
+
|
6768
9080
|
@pulumi.input_type
|
6769
|
-
class
|
9081
|
+
class GetSensitiveDataModelsSensitiveColumnsFilterArgs:
|
6770
9082
|
def __init__(__self__, *,
|
6771
9083
|
name: str,
|
6772
9084
|
values: Sequence[str],
|
@@ -6804,8 +9116,16 @@ class GetSecurityPolicyDeploymentsFilterArgs:
|
|
6804
9116
|
pulumi.set(self, "regex", value)
|
6805
9117
|
|
6806
9118
|
|
9119
|
+
if not MYPY:
|
9120
|
+
class GetSensitiveTypesFilterArgsDict(TypedDict):
|
9121
|
+
name: str
|
9122
|
+
values: Sequence[str]
|
9123
|
+
regex: NotRequired[bool]
|
9124
|
+
elif False:
|
9125
|
+
GetSensitiveTypesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9126
|
+
|
6807
9127
|
@pulumi.input_type
|
6808
|
-
class
|
9128
|
+
class GetSensitiveTypesFilterArgs:
|
6809
9129
|
def __init__(__self__, *,
|
6810
9130
|
name: str,
|
6811
9131
|
values: Sequence[str],
|
@@ -6843,8 +9163,16 @@ class GetSecurityPolicyReportDatabaseTableAccessEntriesFilterArgs:
|
|
6843
9163
|
pulumi.set(self, "regex", value)
|
6844
9164
|
|
6845
9165
|
|
9166
|
+
if not MYPY:
|
9167
|
+
class GetSqlCollectionAnalyticsFilterArgsDict(TypedDict):
|
9168
|
+
name: str
|
9169
|
+
values: Sequence[str]
|
9170
|
+
regex: NotRequired[bool]
|
9171
|
+
elif False:
|
9172
|
+
GetSqlCollectionAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9173
|
+
|
6846
9174
|
@pulumi.input_type
|
6847
|
-
class
|
9175
|
+
class GetSqlCollectionAnalyticsFilterArgs:
|
6848
9176
|
def __init__(__self__, *,
|
6849
9177
|
name: str,
|
6850
9178
|
values: Sequence[str],
|
@@ -6882,8 +9210,16 @@ class GetSecurityPolicyReportDatabaseViewAccessEntriesFilterArgs:
|
|
6882
9210
|
pulumi.set(self, "regex", value)
|
6883
9211
|
|
6884
9212
|
|
9213
|
+
if not MYPY:
|
9214
|
+
class GetSqlCollectionLogInsightsFilterArgsDict(TypedDict):
|
9215
|
+
name: str
|
9216
|
+
values: Sequence[str]
|
9217
|
+
regex: NotRequired[bool]
|
9218
|
+
elif False:
|
9219
|
+
GetSqlCollectionLogInsightsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9220
|
+
|
6885
9221
|
@pulumi.input_type
|
6886
|
-
class
|
9222
|
+
class GetSqlCollectionLogInsightsFilterArgs:
|
6887
9223
|
def __init__(__self__, *,
|
6888
9224
|
name: str,
|
6889
9225
|
values: Sequence[str],
|
@@ -6921,8 +9257,16 @@ class GetSecurityPolicyReportRoleGrantPathsFilterArgs:
|
|
6921
9257
|
pulumi.set(self, "regex", value)
|
6922
9258
|
|
6923
9259
|
|
9260
|
+
if not MYPY:
|
9261
|
+
class GetSqlCollectionsFilterArgsDict(TypedDict):
|
9262
|
+
name: str
|
9263
|
+
values: Sequence[str]
|
9264
|
+
regex: NotRequired[bool]
|
9265
|
+
elif False:
|
9266
|
+
GetSqlCollectionsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9267
|
+
|
6924
9268
|
@pulumi.input_type
|
6925
|
-
class
|
9269
|
+
class GetSqlCollectionsFilterArgs:
|
6926
9270
|
def __init__(__self__, *,
|
6927
9271
|
name: str,
|
6928
9272
|
values: Sequence[str],
|
@@ -6960,8 +9304,16 @@ class GetSecurityPolicyReportsFilterArgs:
|
|
6960
9304
|
pulumi.set(self, "regex", value)
|
6961
9305
|
|
6962
9306
|
|
9307
|
+
if not MYPY:
|
9308
|
+
class GetSqlFirewallAllowedSqlAnalyticsFilterArgsDict(TypedDict):
|
9309
|
+
name: str
|
9310
|
+
values: Sequence[str]
|
9311
|
+
regex: NotRequired[bool]
|
9312
|
+
elif False:
|
9313
|
+
GetSqlFirewallAllowedSqlAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9314
|
+
|
6963
9315
|
@pulumi.input_type
|
6964
|
-
class
|
9316
|
+
class GetSqlFirewallAllowedSqlAnalyticsFilterArgs:
|
6965
9317
|
def __init__(__self__, *,
|
6966
9318
|
name: str,
|
6967
9319
|
values: Sequence[str],
|
@@ -6999,8 +9351,16 @@ class GetSensitiveDataModelSensitiveObjectsFilterArgs:
|
|
6999
9351
|
pulumi.set(self, "regex", value)
|
7000
9352
|
|
7001
9353
|
|
9354
|
+
if not MYPY:
|
9355
|
+
class GetSqlFirewallAllowedSqlsFilterArgsDict(TypedDict):
|
9356
|
+
name: str
|
9357
|
+
values: Sequence[str]
|
9358
|
+
regex: NotRequired[bool]
|
9359
|
+
elif False:
|
9360
|
+
GetSqlFirewallAllowedSqlsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9361
|
+
|
7002
9362
|
@pulumi.input_type
|
7003
|
-
class
|
9363
|
+
class GetSqlFirewallAllowedSqlsFilterArgs:
|
7004
9364
|
def __init__(__self__, *,
|
7005
9365
|
name: str,
|
7006
9366
|
values: Sequence[str],
|
@@ -7038,8 +9398,16 @@ class GetSensitiveDataModelSensitiveSchemasFilterArgs:
|
|
7038
9398
|
pulumi.set(self, "regex", value)
|
7039
9399
|
|
7040
9400
|
|
9401
|
+
if not MYPY:
|
9402
|
+
class GetSqlFirewallPoliciesFilterArgsDict(TypedDict):
|
9403
|
+
name: str
|
9404
|
+
values: Sequence[str]
|
9405
|
+
regex: NotRequired[bool]
|
9406
|
+
elif False:
|
9407
|
+
GetSqlFirewallPoliciesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9408
|
+
|
7041
9409
|
@pulumi.input_type
|
7042
|
-
class
|
9410
|
+
class GetSqlFirewallPoliciesFilterArgs:
|
7043
9411
|
def __init__(__self__, *,
|
7044
9412
|
name: str,
|
7045
9413
|
values: Sequence[str],
|
@@ -7077,8 +9445,16 @@ class GetSensitiveDataModelSensitiveTypesFilterArgs:
|
|
7077
9445
|
pulumi.set(self, "regex", value)
|
7078
9446
|
|
7079
9447
|
|
9448
|
+
if not MYPY:
|
9449
|
+
class GetSqlFirewallPolicyAnalyticsFilterArgsDict(TypedDict):
|
9450
|
+
name: str
|
9451
|
+
values: Sequence[str]
|
9452
|
+
regex: NotRequired[bool]
|
9453
|
+
elif False:
|
9454
|
+
GetSqlFirewallPolicyAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9455
|
+
|
7080
9456
|
@pulumi.input_type
|
7081
|
-
class
|
9457
|
+
class GetSqlFirewallPolicyAnalyticsFilterArgs:
|
7082
9458
|
def __init__(__self__, *,
|
7083
9459
|
name: str,
|
7084
9460
|
values: Sequence[str],
|
@@ -7116,8 +9492,16 @@ class GetSensitiveDataModelsFilterArgs:
|
|
7116
9492
|
pulumi.set(self, "regex", value)
|
7117
9493
|
|
7118
9494
|
|
9495
|
+
if not MYPY:
|
9496
|
+
class GetSqlFirewallViolationAnalyticsFilterArgsDict(TypedDict):
|
9497
|
+
name: str
|
9498
|
+
values: Sequence[str]
|
9499
|
+
regex: NotRequired[bool]
|
9500
|
+
elif False:
|
9501
|
+
GetSqlFirewallViolationAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9502
|
+
|
7119
9503
|
@pulumi.input_type
|
7120
|
-
class
|
9504
|
+
class GetSqlFirewallViolationAnalyticsFilterArgs:
|
7121
9505
|
def __init__(__self__, *,
|
7122
9506
|
name: str,
|
7123
9507
|
values: Sequence[str],
|
@@ -7155,8 +9539,16 @@ class GetSensitiveDataModelsSensitiveColumnsFilterArgs:
|
|
7155
9539
|
pulumi.set(self, "regex", value)
|
7156
9540
|
|
7157
9541
|
|
9542
|
+
if not MYPY:
|
9543
|
+
class GetSqlFirewallViolationsFilterArgsDict(TypedDict):
|
9544
|
+
name: str
|
9545
|
+
values: Sequence[str]
|
9546
|
+
regex: NotRequired[bool]
|
9547
|
+
elif False:
|
9548
|
+
GetSqlFirewallViolationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9549
|
+
|
7158
9550
|
@pulumi.input_type
|
7159
|
-
class
|
9551
|
+
class GetSqlFirewallViolationsFilterArgs:
|
7160
9552
|
def __init__(__self__, *,
|
7161
9553
|
name: str,
|
7162
9554
|
values: Sequence[str],
|
@@ -7194,6 +9586,14 @@ class GetSensitiveTypesFilterArgs:
|
|
7194
9586
|
pulumi.set(self, "regex", value)
|
7195
9587
|
|
7196
9588
|
|
9589
|
+
if not MYPY:
|
9590
|
+
class GetTargetAlertPolicyAssociationsFilterArgsDict(TypedDict):
|
9591
|
+
name: str
|
9592
|
+
values: Sequence[str]
|
9593
|
+
regex: NotRequired[bool]
|
9594
|
+
elif False:
|
9595
|
+
GetTargetAlertPolicyAssociationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9596
|
+
|
7197
9597
|
@pulumi.input_type
|
7198
9598
|
class GetTargetAlertPolicyAssociationsFilterArgs:
|
7199
9599
|
def __init__(__self__, *,
|
@@ -7233,6 +9633,14 @@ class GetTargetAlertPolicyAssociationsFilterArgs:
|
|
7233
9633
|
pulumi.set(self, "regex", value)
|
7234
9634
|
|
7235
9635
|
|
9636
|
+
if not MYPY:
|
9637
|
+
class GetTargetDatabasePeerTargetDatabasesFilterArgsDict(TypedDict):
|
9638
|
+
name: str
|
9639
|
+
values: Sequence[str]
|
9640
|
+
regex: NotRequired[bool]
|
9641
|
+
elif False:
|
9642
|
+
GetTargetDatabasePeerTargetDatabasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9643
|
+
|
7236
9644
|
@pulumi.input_type
|
7237
9645
|
class GetTargetDatabasePeerTargetDatabasesFilterArgs:
|
7238
9646
|
def __init__(__self__, *,
|
@@ -7272,6 +9680,14 @@ class GetTargetDatabasePeerTargetDatabasesFilterArgs:
|
|
7272
9680
|
pulumi.set(self, "regex", value)
|
7273
9681
|
|
7274
9682
|
|
9683
|
+
if not MYPY:
|
9684
|
+
class GetTargetDatabaseRoleFilterArgsDict(TypedDict):
|
9685
|
+
name: str
|
9686
|
+
values: Sequence[str]
|
9687
|
+
regex: NotRequired[bool]
|
9688
|
+
elif False:
|
9689
|
+
GetTargetDatabaseRoleFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9690
|
+
|
7275
9691
|
@pulumi.input_type
|
7276
9692
|
class GetTargetDatabaseRoleFilterArgs:
|
7277
9693
|
def __init__(__self__, *,
|
@@ -7311,6 +9727,14 @@ class GetTargetDatabaseRoleFilterArgs:
|
|
7311
9727
|
pulumi.set(self, "regex", value)
|
7312
9728
|
|
7313
9729
|
|
9730
|
+
if not MYPY:
|
9731
|
+
class GetTargetDatabaseRolesFilterArgsDict(TypedDict):
|
9732
|
+
name: str
|
9733
|
+
values: Sequence[str]
|
9734
|
+
regex: NotRequired[bool]
|
9735
|
+
elif False:
|
9736
|
+
GetTargetDatabaseRolesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9737
|
+
|
7314
9738
|
@pulumi.input_type
|
7315
9739
|
class GetTargetDatabaseRolesFilterArgs:
|
7316
9740
|
def __init__(__self__, *,
|
@@ -7350,6 +9774,14 @@ class GetTargetDatabaseRolesFilterArgs:
|
|
7350
9774
|
pulumi.set(self, "regex", value)
|
7351
9775
|
|
7352
9776
|
|
9777
|
+
if not MYPY:
|
9778
|
+
class GetTargetDatabasesColumnsFilterArgsDict(TypedDict):
|
9779
|
+
name: str
|
9780
|
+
values: Sequence[str]
|
9781
|
+
regex: NotRequired[bool]
|
9782
|
+
elif False:
|
9783
|
+
GetTargetDatabasesColumnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9784
|
+
|
7353
9785
|
@pulumi.input_type
|
7354
9786
|
class GetTargetDatabasesColumnsFilterArgs:
|
7355
9787
|
def __init__(__self__, *,
|
@@ -7389,6 +9821,14 @@ class GetTargetDatabasesColumnsFilterArgs:
|
|
7389
9821
|
pulumi.set(self, "regex", value)
|
7390
9822
|
|
7391
9823
|
|
9824
|
+
if not MYPY:
|
9825
|
+
class GetTargetDatabasesFilterArgsDict(TypedDict):
|
9826
|
+
name: str
|
9827
|
+
values: Sequence[str]
|
9828
|
+
regex: NotRequired[bool]
|
9829
|
+
elif False:
|
9830
|
+
GetTargetDatabasesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9831
|
+
|
7392
9832
|
@pulumi.input_type
|
7393
9833
|
class GetTargetDatabasesFilterArgs:
|
7394
9834
|
def __init__(__self__, *,
|
@@ -7428,6 +9868,14 @@ class GetTargetDatabasesFilterArgs:
|
|
7428
9868
|
pulumi.set(self, "regex", value)
|
7429
9869
|
|
7430
9870
|
|
9871
|
+
if not MYPY:
|
9872
|
+
class GetTargetDatabasesSchemasFilterArgsDict(TypedDict):
|
9873
|
+
name: str
|
9874
|
+
values: Sequence[str]
|
9875
|
+
regex: NotRequired[bool]
|
9876
|
+
elif False:
|
9877
|
+
GetTargetDatabasesSchemasFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9878
|
+
|
7431
9879
|
@pulumi.input_type
|
7432
9880
|
class GetTargetDatabasesSchemasFilterArgs:
|
7433
9881
|
def __init__(__self__, *,
|
@@ -7467,6 +9915,14 @@ class GetTargetDatabasesSchemasFilterArgs:
|
|
7467
9915
|
pulumi.set(self, "regex", value)
|
7468
9916
|
|
7469
9917
|
|
9918
|
+
if not MYPY:
|
9919
|
+
class GetTargetDatabasesTablesFilterArgsDict(TypedDict):
|
9920
|
+
name: str
|
9921
|
+
values: Sequence[str]
|
9922
|
+
regex: NotRequired[bool]
|
9923
|
+
elif False:
|
9924
|
+
GetTargetDatabasesTablesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9925
|
+
|
7470
9926
|
@pulumi.input_type
|
7471
9927
|
class GetTargetDatabasesTablesFilterArgs:
|
7472
9928
|
def __init__(__self__, *,
|
@@ -7506,6 +9962,14 @@ class GetTargetDatabasesTablesFilterArgs:
|
|
7506
9962
|
pulumi.set(self, "regex", value)
|
7507
9963
|
|
7508
9964
|
|
9965
|
+
if not MYPY:
|
9966
|
+
class GetUserAssessmentProfileAnalyticsFilterArgsDict(TypedDict):
|
9967
|
+
name: str
|
9968
|
+
values: Sequence[str]
|
9969
|
+
regex: NotRequired[bool]
|
9970
|
+
elif False:
|
9971
|
+
GetUserAssessmentProfileAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9972
|
+
|
7509
9973
|
@pulumi.input_type
|
7510
9974
|
class GetUserAssessmentProfileAnalyticsFilterArgs:
|
7511
9975
|
def __init__(__self__, *,
|
@@ -7545,6 +10009,14 @@ class GetUserAssessmentProfileAnalyticsFilterArgs:
|
|
7545
10009
|
pulumi.set(self, "regex", value)
|
7546
10010
|
|
7547
10011
|
|
10012
|
+
if not MYPY:
|
10013
|
+
class GetUserAssessmentProfilesFilterArgsDict(TypedDict):
|
10014
|
+
name: str
|
10015
|
+
values: Sequence[str]
|
10016
|
+
regex: NotRequired[bool]
|
10017
|
+
elif False:
|
10018
|
+
GetUserAssessmentProfilesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10019
|
+
|
7548
10020
|
@pulumi.input_type
|
7549
10021
|
class GetUserAssessmentProfilesFilterArgs:
|
7550
10022
|
def __init__(__self__, *,
|
@@ -7584,6 +10056,14 @@ class GetUserAssessmentProfilesFilterArgs:
|
|
7584
10056
|
pulumi.set(self, "regex", value)
|
7585
10057
|
|
7586
10058
|
|
10059
|
+
if not MYPY:
|
10060
|
+
class GetUserAssessmentUserAccessAnalyticsFilterArgsDict(TypedDict):
|
10061
|
+
name: str
|
10062
|
+
values: Sequence[str]
|
10063
|
+
regex: NotRequired[bool]
|
10064
|
+
elif False:
|
10065
|
+
GetUserAssessmentUserAccessAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10066
|
+
|
7587
10067
|
@pulumi.input_type
|
7588
10068
|
class GetUserAssessmentUserAccessAnalyticsFilterArgs:
|
7589
10069
|
def __init__(__self__, *,
|
@@ -7623,6 +10103,14 @@ class GetUserAssessmentUserAccessAnalyticsFilterArgs:
|
|
7623
10103
|
pulumi.set(self, "regex", value)
|
7624
10104
|
|
7625
10105
|
|
10106
|
+
if not MYPY:
|
10107
|
+
class GetUserAssessmentUserAnalyticsFilterArgsDict(TypedDict):
|
10108
|
+
name: str
|
10109
|
+
values: Sequence[str]
|
10110
|
+
regex: NotRequired[bool]
|
10111
|
+
elif False:
|
10112
|
+
GetUserAssessmentUserAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10113
|
+
|
7626
10114
|
@pulumi.input_type
|
7627
10115
|
class GetUserAssessmentUserAnalyticsFilterArgs:
|
7628
10116
|
def __init__(__self__, *,
|
@@ -7662,6 +10150,14 @@ class GetUserAssessmentUserAnalyticsFilterArgs:
|
|
7662
10150
|
pulumi.set(self, "regex", value)
|
7663
10151
|
|
7664
10152
|
|
10153
|
+
if not MYPY:
|
10154
|
+
class GetUserAssessmentUsersFilterArgsDict(TypedDict):
|
10155
|
+
name: str
|
10156
|
+
values: Sequence[str]
|
10157
|
+
regex: NotRequired[bool]
|
10158
|
+
elif False:
|
10159
|
+
GetUserAssessmentUsersFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10160
|
+
|
7665
10161
|
@pulumi.input_type
|
7666
10162
|
class GetUserAssessmentUsersFilterArgs:
|
7667
10163
|
def __init__(__self__, *,
|
@@ -7701,6 +10197,14 @@ class GetUserAssessmentUsersFilterArgs:
|
|
7701
10197
|
pulumi.set(self, "regex", value)
|
7702
10198
|
|
7703
10199
|
|
10200
|
+
if not MYPY:
|
10201
|
+
class GetUserAssessmentsFilterArgsDict(TypedDict):
|
10202
|
+
name: str
|
10203
|
+
values: Sequence[str]
|
10204
|
+
regex: NotRequired[bool]
|
10205
|
+
elif False:
|
10206
|
+
GetUserAssessmentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10207
|
+
|
7704
10208
|
@pulumi.input_type
|
7705
10209
|
class GetUserAssessmentsFilterArgs:
|
7706
10210
|
def __init__(__self__, *,
|