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/apigateway/_inputs.py
CHANGED
@@ -4,127 +4,260 @@
|
|
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
|
'ApiValidationResultArgs',
|
19
|
+
'ApiValidationResultArgsDict',
|
14
20
|
'DeploymentSpecificationArgs',
|
21
|
+
'DeploymentSpecificationArgsDict',
|
15
22
|
'DeploymentSpecificationLoggingPoliciesArgs',
|
23
|
+
'DeploymentSpecificationLoggingPoliciesArgsDict',
|
16
24
|
'DeploymentSpecificationLoggingPoliciesAccessLogArgs',
|
25
|
+
'DeploymentSpecificationLoggingPoliciesAccessLogArgsDict',
|
17
26
|
'DeploymentSpecificationLoggingPoliciesExecutionLogArgs',
|
27
|
+
'DeploymentSpecificationLoggingPoliciesExecutionLogArgsDict',
|
18
28
|
'DeploymentSpecificationRequestPoliciesArgs',
|
29
|
+
'DeploymentSpecificationRequestPoliciesArgsDict',
|
19
30
|
'DeploymentSpecificationRequestPoliciesAuthenticationArgs',
|
31
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationArgsDict',
|
20
32
|
'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs',
|
33
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgsDict',
|
21
34
|
'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs',
|
35
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgsDict',
|
22
36
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgs',
|
37
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgsDict',
|
23
38
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs',
|
39
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgsDict',
|
24
40
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgs',
|
41
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgsDict',
|
25
42
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs',
|
43
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict',
|
26
44
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs',
|
45
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict',
|
27
46
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs',
|
47
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict',
|
28
48
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs',
|
49
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict',
|
29
50
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs',
|
51
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict',
|
30
52
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs',
|
53
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict',
|
31
54
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgs',
|
55
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgsDict',
|
32
56
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs',
|
57
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgsDict',
|
33
58
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs',
|
59
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgsDict',
|
34
60
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgs',
|
61
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict',
|
35
62
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs',
|
63
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgsDict',
|
36
64
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgs',
|
65
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgsDict',
|
37
66
|
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs',
|
67
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgsDict',
|
38
68
|
'DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs',
|
69
|
+
'DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgsDict',
|
39
70
|
'DeploymentSpecificationRequestPoliciesCorsArgs',
|
71
|
+
'DeploymentSpecificationRequestPoliciesCorsArgsDict',
|
40
72
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs',
|
73
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgsDict',
|
41
74
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs',
|
75
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgsDict',
|
42
76
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs',
|
77
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgsDict',
|
43
78
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs',
|
79
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgsDict',
|
44
80
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs',
|
81
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgsDict',
|
45
82
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgs',
|
83
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgsDict',
|
46
84
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs',
|
85
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgsDict',
|
47
86
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs',
|
87
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgsDict',
|
48
88
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs',
|
89
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict',
|
49
90
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs',
|
91
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict',
|
50
92
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs',
|
93
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict',
|
51
94
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs',
|
95
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict',
|
52
96
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs',
|
97
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict',
|
53
98
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs',
|
99
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict',
|
54
100
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs',
|
101
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgsDict',
|
55
102
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs',
|
103
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgsDict',
|
56
104
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs',
|
105
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgsDict',
|
57
106
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgs',
|
107
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict',
|
58
108
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs',
|
109
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgsDict',
|
59
110
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgs',
|
111
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgsDict',
|
60
112
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs',
|
113
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgsDict',
|
61
114
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs',
|
115
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgsDict',
|
62
116
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs',
|
117
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgsDict',
|
63
118
|
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs',
|
119
|
+
'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgsDict',
|
64
120
|
'DeploymentSpecificationRequestPoliciesMutualTlsArgs',
|
121
|
+
'DeploymentSpecificationRequestPoliciesMutualTlsArgsDict',
|
65
122
|
'DeploymentSpecificationRequestPoliciesRateLimitingArgs',
|
123
|
+
'DeploymentSpecificationRequestPoliciesRateLimitingArgsDict',
|
66
124
|
'DeploymentSpecificationRequestPoliciesUsagePlansArgs',
|
125
|
+
'DeploymentSpecificationRequestPoliciesUsagePlansArgsDict',
|
67
126
|
'DeploymentSpecificationRouteArgs',
|
127
|
+
'DeploymentSpecificationRouteArgsDict',
|
68
128
|
'DeploymentSpecificationRouteBackendArgs',
|
129
|
+
'DeploymentSpecificationRouteBackendArgsDict',
|
69
130
|
'DeploymentSpecificationRouteBackendHeaderArgs',
|
131
|
+
'DeploymentSpecificationRouteBackendHeaderArgsDict',
|
70
132
|
'DeploymentSpecificationRouteBackendRoutingBackendArgs',
|
133
|
+
'DeploymentSpecificationRouteBackendRoutingBackendArgsDict',
|
71
134
|
'DeploymentSpecificationRouteBackendRoutingBackendBackendArgs',
|
135
|
+
'DeploymentSpecificationRouteBackendRoutingBackendBackendArgsDict',
|
72
136
|
'DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs',
|
137
|
+
'DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgsDict',
|
73
138
|
'DeploymentSpecificationRouteBackendRoutingBackendKeyArgs',
|
139
|
+
'DeploymentSpecificationRouteBackendRoutingBackendKeyArgsDict',
|
74
140
|
'DeploymentSpecificationRouteBackendSelectionSourceArgs',
|
141
|
+
'DeploymentSpecificationRouteBackendSelectionSourceArgsDict',
|
75
142
|
'DeploymentSpecificationRouteLoggingPoliciesArgs',
|
143
|
+
'DeploymentSpecificationRouteLoggingPoliciesArgsDict',
|
76
144
|
'DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs',
|
145
|
+
'DeploymentSpecificationRouteLoggingPoliciesAccessLogArgsDict',
|
77
146
|
'DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs',
|
147
|
+
'DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgsDict',
|
78
148
|
'DeploymentSpecificationRouteRequestPoliciesArgs',
|
149
|
+
'DeploymentSpecificationRouteRequestPoliciesArgsDict',
|
79
150
|
'DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs',
|
151
|
+
'DeploymentSpecificationRouteRequestPoliciesAuthorizationArgsDict',
|
80
152
|
'DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs',
|
153
|
+
'DeploymentSpecificationRouteRequestPoliciesBodyValidationArgsDict',
|
81
154
|
'DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs',
|
155
|
+
'DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgsDict',
|
82
156
|
'DeploymentSpecificationRouteRequestPoliciesCorsArgs',
|
157
|
+
'DeploymentSpecificationRouteRequestPoliciesCorsArgsDict',
|
83
158
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs',
|
159
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgsDict',
|
84
160
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgs',
|
161
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgsDict',
|
85
162
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs',
|
163
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgsDict',
|
86
164
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgs',
|
165
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgsDict',
|
87
166
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgs',
|
167
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgsDict',
|
88
168
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgs',
|
169
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgsDict',
|
89
170
|
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgs',
|
171
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgsDict',
|
90
172
|
'DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs',
|
173
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgsDict',
|
91
174
|
'DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs',
|
175
|
+
'DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgsDict',
|
92
176
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgs',
|
177
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgsDict',
|
93
178
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgs',
|
179
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgsDict',
|
94
180
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs',
|
181
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgsDict',
|
95
182
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgs',
|
183
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgsDict',
|
96
184
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs',
|
185
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgsDict',
|
97
186
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgs',
|
187
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgsDict',
|
98
188
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs',
|
189
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgsDict',
|
99
190
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs',
|
191
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgsDict',
|
100
192
|
'DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs',
|
193
|
+
'DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgsDict',
|
101
194
|
'DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs',
|
195
|
+
'DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgsDict',
|
102
196
|
'DeploymentSpecificationRouteResponsePoliciesArgs',
|
197
|
+
'DeploymentSpecificationRouteResponsePoliciesArgsDict',
|
103
198
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs',
|
199
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgsDict',
|
104
200
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgs',
|
201
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgsDict',
|
105
202
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs',
|
203
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgsDict',
|
106
204
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgs',
|
205
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgsDict',
|
107
206
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgs',
|
207
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgsDict',
|
108
208
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgs',
|
209
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgsDict',
|
109
210
|
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgs',
|
211
|
+
'DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgsDict',
|
110
212
|
'DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs',
|
213
|
+
'DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgsDict',
|
111
214
|
'GatewayCaBundleArgs',
|
215
|
+
'GatewayCaBundleArgsDict',
|
112
216
|
'GatewayIpAddressArgs',
|
217
|
+
'GatewayIpAddressArgsDict',
|
113
218
|
'GatewayResponseCacheDetailsArgs',
|
219
|
+
'GatewayResponseCacheDetailsArgsDict',
|
114
220
|
'GatewayResponseCacheDetailsServerArgs',
|
221
|
+
'GatewayResponseCacheDetailsServerArgsDict',
|
115
222
|
'SubscriberClientArgs',
|
223
|
+
'SubscriberClientArgsDict',
|
116
224
|
'UsagePlanEntitlementArgs',
|
225
|
+
'UsagePlanEntitlementArgsDict',
|
117
226
|
'UsagePlanEntitlementQuotaArgs',
|
227
|
+
'UsagePlanEntitlementQuotaArgsDict',
|
118
228
|
'UsagePlanEntitlementRateLimitArgs',
|
229
|
+
'UsagePlanEntitlementRateLimitArgsDict',
|
119
230
|
'UsagePlanEntitlementTargetArgs',
|
231
|
+
'UsagePlanEntitlementTargetArgsDict',
|
120
232
|
'GetApisFilterArgs',
|
233
|
+
'GetApisFilterArgsDict',
|
121
234
|
'GetCertificatesFilterArgs',
|
235
|
+
'GetCertificatesFilterArgsDict',
|
122
236
|
'GetDeploymentsFilterArgs',
|
237
|
+
'GetDeploymentsFilterArgsDict',
|
123
238
|
'GetGatewaysFilterArgs',
|
239
|
+
'GetGatewaysFilterArgsDict',
|
124
240
|
'GetSubscribersFilterArgs',
|
241
|
+
'GetSubscribersFilterArgsDict',
|
125
242
|
'GetUsagePlansFilterArgs',
|
243
|
+
'GetUsagePlansFilterArgsDict',
|
126
244
|
]
|
127
245
|
|
246
|
+
MYPY = False
|
247
|
+
|
248
|
+
if not MYPY:
|
249
|
+
class ApiValidationResultArgsDict(TypedDict):
|
250
|
+
name: NotRequired[pulumi.Input[str]]
|
251
|
+
"""
|
252
|
+
Name of the validation.
|
253
|
+
"""
|
254
|
+
result: NotRequired[pulumi.Input[str]]
|
255
|
+
"""
|
256
|
+
Result of the validation.
|
257
|
+
"""
|
258
|
+
elif False:
|
259
|
+
ApiValidationResultArgsDict: TypeAlias = Mapping[str, Any]
|
260
|
+
|
128
261
|
@pulumi.input_type
|
129
262
|
class ApiValidationResultArgs:
|
130
263
|
def __init__(__self__, *,
|
@@ -164,6 +297,23 @@ class ApiValidationResultArgs:
|
|
164
297
|
pulumi.set(self, "result", value)
|
165
298
|
|
166
299
|
|
300
|
+
if not MYPY:
|
301
|
+
class DeploymentSpecificationArgsDict(TypedDict):
|
302
|
+
routes: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteArgsDict']]]
|
303
|
+
"""
|
304
|
+
(Updatable) A list of routes that this API exposes.
|
305
|
+
"""
|
306
|
+
logging_policies: NotRequired[pulumi.Input['DeploymentSpecificationLoggingPoliciesArgsDict']]
|
307
|
+
"""
|
308
|
+
(Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
|
309
|
+
"""
|
310
|
+
request_policies: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesArgsDict']]
|
311
|
+
"""
|
312
|
+
(Updatable) Global behavior applied to all requests received by the API.
|
313
|
+
"""
|
314
|
+
elif False:
|
315
|
+
DeploymentSpecificationArgsDict: TypeAlias = Mapping[str, Any]
|
316
|
+
|
167
317
|
@pulumi.input_type
|
168
318
|
class DeploymentSpecificationArgs:
|
169
319
|
def __init__(__self__, *,
|
@@ -218,6 +368,19 @@ class DeploymentSpecificationArgs:
|
|
218
368
|
pulumi.set(self, "request_policies", value)
|
219
369
|
|
220
370
|
|
371
|
+
if not MYPY:
|
372
|
+
class DeploymentSpecificationLoggingPoliciesArgsDict(TypedDict):
|
373
|
+
access_log: NotRequired[pulumi.Input['DeploymentSpecificationLoggingPoliciesAccessLogArgsDict']]
|
374
|
+
"""
|
375
|
+
(Updatable) Configures the logging policies for the access logs of an API Deployment.
|
376
|
+
"""
|
377
|
+
execution_log: NotRequired[pulumi.Input['DeploymentSpecificationLoggingPoliciesExecutionLogArgsDict']]
|
378
|
+
"""
|
379
|
+
(Updatable) Configures the logging policies for the execution logs of an API Deployment.
|
380
|
+
"""
|
381
|
+
elif False:
|
382
|
+
DeploymentSpecificationLoggingPoliciesArgsDict: TypeAlias = Mapping[str, Any]
|
383
|
+
|
221
384
|
@pulumi.input_type
|
222
385
|
class DeploymentSpecificationLoggingPoliciesArgs:
|
223
386
|
def __init__(__self__, *,
|
@@ -257,6 +420,19 @@ class DeploymentSpecificationLoggingPoliciesArgs:
|
|
257
420
|
pulumi.set(self, "execution_log", value)
|
258
421
|
|
259
422
|
|
423
|
+
if not MYPY:
|
424
|
+
class DeploymentSpecificationLoggingPoliciesAccessLogArgsDict(TypedDict):
|
425
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
426
|
+
"""
|
427
|
+
(Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
428
|
+
|
429
|
+
Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
430
|
+
|
431
|
+
Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
|
432
|
+
"""
|
433
|
+
elif False:
|
434
|
+
DeploymentSpecificationLoggingPoliciesAccessLogArgsDict: TypeAlias = Mapping[str, Any]
|
435
|
+
|
260
436
|
@pulumi.input_type
|
261
437
|
class DeploymentSpecificationLoggingPoliciesAccessLogArgs:
|
262
438
|
def __init__(__self__, *,
|
@@ -288,6 +464,23 @@ class DeploymentSpecificationLoggingPoliciesAccessLogArgs:
|
|
288
464
|
pulumi.set(self, "is_enabled", value)
|
289
465
|
|
290
466
|
|
467
|
+
if not MYPY:
|
468
|
+
class DeploymentSpecificationLoggingPoliciesExecutionLogArgsDict(TypedDict):
|
469
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
470
|
+
"""
|
471
|
+
(Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
472
|
+
|
473
|
+
Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
474
|
+
|
475
|
+
Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
|
476
|
+
"""
|
477
|
+
log_level: NotRequired[pulumi.Input[str]]
|
478
|
+
"""
|
479
|
+
(Updatable) Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
|
480
|
+
"""
|
481
|
+
elif False:
|
482
|
+
DeploymentSpecificationLoggingPoliciesExecutionLogArgsDict: TypeAlias = Mapping[str, Any]
|
483
|
+
|
291
484
|
@pulumi.input_type
|
292
485
|
class DeploymentSpecificationLoggingPoliciesExecutionLogArgs:
|
293
486
|
def __init__(__self__, *,
|
@@ -335,6 +528,35 @@ class DeploymentSpecificationLoggingPoliciesExecutionLogArgs:
|
|
335
528
|
pulumi.set(self, "log_level", value)
|
336
529
|
|
337
530
|
|
531
|
+
if not MYPY:
|
532
|
+
class DeploymentSpecificationRequestPoliciesArgsDict(TypedDict):
|
533
|
+
authentication: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationArgsDict']]
|
534
|
+
"""
|
535
|
+
(Updatable) Information on how to authenticate incoming requests.
|
536
|
+
"""
|
537
|
+
cors: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesCorsArgsDict']]
|
538
|
+
"""
|
539
|
+
(Updatable) Enable CORS (Cross-Origin-Resource-Sharing) request handling.
|
540
|
+
"""
|
541
|
+
dynamic_authentication: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgsDict']]
|
542
|
+
"""
|
543
|
+
(Updatable) Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
|
544
|
+
"""
|
545
|
+
mutual_tls: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesMutualTlsArgsDict']]
|
546
|
+
"""
|
547
|
+
(Updatable) Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
|
548
|
+
"""
|
549
|
+
rate_limiting: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesRateLimitingArgsDict']]
|
550
|
+
"""
|
551
|
+
(Updatable) Limit the number of requests that should be handled for the specified window using a specfic key.
|
552
|
+
"""
|
553
|
+
usage_plans: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesUsagePlansArgsDict']]
|
554
|
+
"""
|
555
|
+
(Updatable) Usage plan policies for this deployment
|
556
|
+
"""
|
557
|
+
elif False:
|
558
|
+
DeploymentSpecificationRequestPoliciesArgsDict: TypeAlias = Mapping[str, Any]
|
559
|
+
|
338
560
|
@pulumi.input_type
|
339
561
|
class DeploymentSpecificationRequestPoliciesArgs:
|
340
562
|
def __init__(__self__, *,
|
@@ -438,6 +660,71 @@ class DeploymentSpecificationRequestPoliciesArgs:
|
|
438
660
|
pulumi.set(self, "usage_plans", value)
|
439
661
|
|
440
662
|
|
663
|
+
if not MYPY:
|
664
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationArgsDict(TypedDict):
|
665
|
+
type: pulumi.Input[str]
|
666
|
+
"""
|
667
|
+
(Updatable) Type of the authentication policy to use.
|
668
|
+
"""
|
669
|
+
audiences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
670
|
+
"""
|
671
|
+
(Updatable) The list of intended recipients for the token.
|
672
|
+
"""
|
673
|
+
cache_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
674
|
+
"""
|
675
|
+
(Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
|
676
|
+
"""
|
677
|
+
function_id: NotRequired[pulumi.Input[str]]
|
678
|
+
"""
|
679
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
680
|
+
"""
|
681
|
+
is_anonymous_access_allowed: NotRequired[pulumi.Input[bool]]
|
682
|
+
"""
|
683
|
+
(Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
|
684
|
+
"""
|
685
|
+
issuers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
686
|
+
"""
|
687
|
+
(Updatable) A list of parties that could have issued the token.
|
688
|
+
"""
|
689
|
+
max_clock_skew_in_seconds: NotRequired[pulumi.Input[float]]
|
690
|
+
"""
|
691
|
+
(Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
|
692
|
+
"""
|
693
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
694
|
+
"""
|
695
|
+
(Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
|
696
|
+
"""
|
697
|
+
public_keys: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgsDict']]
|
698
|
+
"""
|
699
|
+
(Updatable) A set of Public Keys that will be used to verify the JWT signature.
|
700
|
+
"""
|
701
|
+
token_auth_scheme: NotRequired[pulumi.Input[str]]
|
702
|
+
"""
|
703
|
+
(Updatable) The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
|
704
|
+
"""
|
705
|
+
token_header: NotRequired[pulumi.Input[str]]
|
706
|
+
"""
|
707
|
+
(Updatable) The name of the header containing the authentication token.
|
708
|
+
"""
|
709
|
+
token_query_param: NotRequired[pulumi.Input[str]]
|
710
|
+
"""
|
711
|
+
(Updatable) The name of the query parameter containing the authentication token.
|
712
|
+
"""
|
713
|
+
validation_failure_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgsDict']]
|
714
|
+
"""
|
715
|
+
(Updatable) Policy for defining behaviour on validation failure.
|
716
|
+
"""
|
717
|
+
validation_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgsDict']]
|
718
|
+
"""
|
719
|
+
(Updatable) Authentication Policies for the Token Authentication types.
|
720
|
+
"""
|
721
|
+
verify_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgsDict']]]]
|
722
|
+
"""
|
723
|
+
(Updatable) A list of claims which should be validated to consider the token valid.
|
724
|
+
"""
|
725
|
+
elif False:
|
726
|
+
DeploymentSpecificationRequestPoliciesAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
|
727
|
+
|
441
728
|
@pulumi.input_type
|
442
729
|
class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
|
443
730
|
def __init__(__self__, *,
|
@@ -684,6 +971,31 @@ class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
|
|
684
971
|
pulumi.set(self, "verify_claims", value)
|
685
972
|
|
686
973
|
|
974
|
+
if not MYPY:
|
975
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgsDict(TypedDict):
|
976
|
+
type: pulumi.Input[str]
|
977
|
+
"""
|
978
|
+
(Updatable) Type of the public key set.
|
979
|
+
"""
|
980
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
981
|
+
"""
|
982
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
983
|
+
"""
|
984
|
+
keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgsDict']]]]
|
985
|
+
"""
|
986
|
+
(Updatable) The set of static public keys.
|
987
|
+
"""
|
988
|
+
max_cache_duration_in_hours: NotRequired[pulumi.Input[int]]
|
989
|
+
"""
|
990
|
+
(Updatable) The duration for which the JWKS should be cached before it is fetched again.
|
991
|
+
"""
|
992
|
+
uri: NotRequired[pulumi.Input[str]]
|
993
|
+
"""
|
994
|
+
(Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
995
|
+
"""
|
996
|
+
elif False:
|
997
|
+
DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgsDict: TypeAlias = Mapping[str, Any]
|
998
|
+
|
687
999
|
@pulumi.input_type
|
688
1000
|
class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
|
689
1001
|
def __init__(__self__, *,
|
@@ -770,6 +1082,47 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
|
|
770
1082
|
pulumi.set(self, "uri", value)
|
771
1083
|
|
772
1084
|
|
1085
|
+
if not MYPY:
|
1086
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgsDict(TypedDict):
|
1087
|
+
format: pulumi.Input[str]
|
1088
|
+
"""
|
1089
|
+
(Updatable) The format of the public key.
|
1090
|
+
"""
|
1091
|
+
alg: NotRequired[pulumi.Input[str]]
|
1092
|
+
"""
|
1093
|
+
(Updatable) The algorithm intended for use with this key.
|
1094
|
+
"""
|
1095
|
+
e: NotRequired[pulumi.Input[str]]
|
1096
|
+
"""
|
1097
|
+
(Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
|
1098
|
+
"""
|
1099
|
+
key: NotRequired[pulumi.Input[str]]
|
1100
|
+
"""
|
1101
|
+
(Updatable) The content of the PEM-encoded public key.
|
1102
|
+
"""
|
1103
|
+
key_ops: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1104
|
+
"""
|
1105
|
+
(Updatable) The operations for which this key is to be used.
|
1106
|
+
"""
|
1107
|
+
kid: NotRequired[pulumi.Input[str]]
|
1108
|
+
"""
|
1109
|
+
(Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
|
1110
|
+
"""
|
1111
|
+
kty: NotRequired[pulumi.Input[str]]
|
1112
|
+
"""
|
1113
|
+
(Updatable) The key type.
|
1114
|
+
"""
|
1115
|
+
n: NotRequired[pulumi.Input[str]]
|
1116
|
+
"""
|
1117
|
+
(Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
1118
|
+
"""
|
1119
|
+
use: NotRequired[pulumi.Input[str]]
|
1120
|
+
"""
|
1121
|
+
(Updatable) The intended use of the public key.
|
1122
|
+
"""
|
1123
|
+
elif False:
|
1124
|
+
DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgsDict: TypeAlias = Mapping[str, Any]
|
1125
|
+
|
773
1126
|
@pulumi.input_type
|
774
1127
|
class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs:
|
775
1128
|
def __init__(__self__, *,
|
@@ -920,6 +1273,67 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs:
|
|
920
1273
|
pulumi.set(self, "use", value)
|
921
1274
|
|
922
1275
|
|
1276
|
+
if not MYPY:
|
1277
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgsDict(TypedDict):
|
1278
|
+
type: pulumi.Input[str]
|
1279
|
+
"""
|
1280
|
+
(Updatable) Type of the Validation failure Policy.
|
1281
|
+
"""
|
1282
|
+
client_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgsDict']]
|
1283
|
+
"""
|
1284
|
+
(Updatable) Client App Credential details.
|
1285
|
+
"""
|
1286
|
+
fallback_redirect_path: NotRequired[pulumi.Input[str]]
|
1287
|
+
"""
|
1288
|
+
(Updatable) The path to be used as fallback after OAuth2.
|
1289
|
+
"""
|
1290
|
+
logout_path: NotRequired[pulumi.Input[str]]
|
1291
|
+
"""
|
1292
|
+
(Updatable) The path to be used as logout.
|
1293
|
+
"""
|
1294
|
+
max_expiry_duration_in_hours: NotRequired[pulumi.Input[int]]
|
1295
|
+
"""
|
1296
|
+
(Updatable) The duration for which the OAuth2 success token should be cached before it is fetched again.
|
1297
|
+
"""
|
1298
|
+
response_code: NotRequired[pulumi.Input[str]]
|
1299
|
+
"""
|
1300
|
+
(Updatable) HTTP response code, can include context variables.
|
1301
|
+
"""
|
1302
|
+
response_header_transformations: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgsDict']]
|
1303
|
+
"""
|
1304
|
+
(Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
1305
|
+
"""
|
1306
|
+
response_message: NotRequired[pulumi.Input[str]]
|
1307
|
+
"""
|
1308
|
+
(Updatable) HTTP response message.
|
1309
|
+
"""
|
1310
|
+
response_type: NotRequired[pulumi.Input[str]]
|
1311
|
+
"""
|
1312
|
+
(Updatable) Response Type.
|
1313
|
+
"""
|
1314
|
+
scopes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1315
|
+
"""
|
1316
|
+
(Updatable) List of scopes.
|
1317
|
+
"""
|
1318
|
+
source_uri_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgsDict']]
|
1319
|
+
"""
|
1320
|
+
(Updatable) Auth endpoint details.
|
1321
|
+
"""
|
1322
|
+
use_cookies_for_intermediate_steps: NotRequired[pulumi.Input[bool]]
|
1323
|
+
"""
|
1324
|
+
(Updatable) Defines whether or not to use cookies for OAuth2 intermediate steps.
|
1325
|
+
"""
|
1326
|
+
use_cookies_for_session: NotRequired[pulumi.Input[bool]]
|
1327
|
+
"""
|
1328
|
+
(Updatable) Defines whether or not to use cookies for session maintenance.
|
1329
|
+
"""
|
1330
|
+
use_pkce: NotRequired[pulumi.Input[bool]]
|
1331
|
+
"""
|
1332
|
+
(Updatable) Defines whether or not to support PKCE.
|
1333
|
+
"""
|
1334
|
+
elif False:
|
1335
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgsDict: TypeAlias = Mapping[str, Any]
|
1336
|
+
|
923
1337
|
@pulumi.input_type
|
924
1338
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgs:
|
925
1339
|
def __init__(__self__, *,
|
@@ -1150,6 +1564,27 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1150
1564
|
pulumi.set(self, "use_pkce", value)
|
1151
1565
|
|
1152
1566
|
|
1567
|
+
if not MYPY:
|
1568
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgsDict(TypedDict):
|
1569
|
+
type: pulumi.Input[str]
|
1570
|
+
"""
|
1571
|
+
(Updatable) To specify where the Client App details should be taken from.
|
1572
|
+
"""
|
1573
|
+
client_id: NotRequired[pulumi.Input[str]]
|
1574
|
+
"""
|
1575
|
+
(Updatable) Client ID for the OAuth2/OIDC app.
|
1576
|
+
"""
|
1577
|
+
client_secret_id: NotRequired[pulumi.Input[str]]
|
1578
|
+
"""
|
1579
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
1580
|
+
"""
|
1581
|
+
client_secret_version_number: NotRequired[pulumi.Input[str]]
|
1582
|
+
"""
|
1583
|
+
(Updatable) The version number of the client secret to use.
|
1584
|
+
"""
|
1585
|
+
elif False:
|
1586
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
1587
|
+
|
1153
1588
|
@pulumi.input_type
|
1154
1589
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs:
|
1155
1590
|
def __init__(__self__, *,
|
@@ -1220,6 +1655,23 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1220
1655
|
pulumi.set(self, "client_secret_version_number", value)
|
1221
1656
|
|
1222
1657
|
|
1658
|
+
if not MYPY:
|
1659
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgsDict(TypedDict):
|
1660
|
+
filter_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict']]
|
1661
|
+
"""
|
1662
|
+
(Updatable) Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
|
1663
|
+
"""
|
1664
|
+
rename_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict']]
|
1665
|
+
"""
|
1666
|
+
(Updatable) Rename HTTP headers as they pass through the gateway.
|
1667
|
+
"""
|
1668
|
+
set_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict']]
|
1669
|
+
"""
|
1670
|
+
(Updatable) Set HTTP headers as they pass through the gateway.
|
1671
|
+
"""
|
1672
|
+
elif False:
|
1673
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgsDict: TypeAlias = Mapping[str, Any]
|
1674
|
+
|
1223
1675
|
@pulumi.input_type
|
1224
1676
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgs:
|
1225
1677
|
def __init__(__self__, *,
|
@@ -1275,6 +1727,19 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1275
1727
|
pulumi.set(self, "set_headers", value)
|
1276
1728
|
|
1277
1729
|
|
1730
|
+
if not MYPY:
|
1731
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict(TypedDict):
|
1732
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict']]]]
|
1733
|
+
"""
|
1734
|
+
(Updatable) The list of headers.
|
1735
|
+
"""
|
1736
|
+
type: NotRequired[pulumi.Input[str]]
|
1737
|
+
"""
|
1738
|
+
(Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
|
1739
|
+
"""
|
1740
|
+
elif False:
|
1741
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
1742
|
+
|
1278
1743
|
@pulumi.input_type
|
1279
1744
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs:
|
1280
1745
|
def __init__(__self__, *,
|
@@ -1314,6 +1779,15 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1314
1779
|
pulumi.set(self, "type", value)
|
1315
1780
|
|
1316
1781
|
|
1782
|
+
if not MYPY:
|
1783
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict(TypedDict):
|
1784
|
+
name: NotRequired[pulumi.Input[str]]
|
1785
|
+
"""
|
1786
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
1787
|
+
"""
|
1788
|
+
elif False:
|
1789
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
1790
|
+
|
1317
1791
|
@pulumi.input_type
|
1318
1792
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs:
|
1319
1793
|
def __init__(__self__, *,
|
@@ -1337,6 +1811,15 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1337
1811
|
pulumi.set(self, "name", value)
|
1338
1812
|
|
1339
1813
|
|
1814
|
+
if not MYPY:
|
1815
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict(TypedDict):
|
1816
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict']]]]
|
1817
|
+
"""
|
1818
|
+
(Updatable) The list of headers.
|
1819
|
+
"""
|
1820
|
+
elif False:
|
1821
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
1822
|
+
|
1340
1823
|
@pulumi.input_type
|
1341
1824
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs:
|
1342
1825
|
def __init__(__self__, *,
|
@@ -1360,6 +1843,19 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1360
1843
|
pulumi.set(self, "items", value)
|
1361
1844
|
|
1362
1845
|
|
1846
|
+
if not MYPY:
|
1847
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict(TypedDict):
|
1848
|
+
from_: NotRequired[pulumi.Input[str]]
|
1849
|
+
"""
|
1850
|
+
(Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
1851
|
+
"""
|
1852
|
+
to: NotRequired[pulumi.Input[str]]
|
1853
|
+
"""
|
1854
|
+
(Updatable) The new name of the header. This name must be unique across transformation policies.
|
1855
|
+
"""
|
1856
|
+
elif False:
|
1857
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
1858
|
+
|
1363
1859
|
@pulumi.input_type
|
1364
1860
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs:
|
1365
1861
|
def __init__(__self__, *,
|
@@ -1399,6 +1895,15 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1399
1895
|
pulumi.set(self, "to", value)
|
1400
1896
|
|
1401
1897
|
|
1898
|
+
if not MYPY:
|
1899
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict(TypedDict):
|
1900
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict']]]]
|
1901
|
+
"""
|
1902
|
+
(Updatable) The list of headers.
|
1903
|
+
"""
|
1904
|
+
elif False:
|
1905
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
1906
|
+
|
1402
1907
|
@pulumi.input_type
|
1403
1908
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs:
|
1404
1909
|
def __init__(__self__, *,
|
@@ -1422,6 +1927,23 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1422
1927
|
pulumi.set(self, "items", value)
|
1423
1928
|
|
1424
1929
|
|
1930
|
+
if not MYPY:
|
1931
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict(TypedDict):
|
1932
|
+
if_exists: NotRequired[pulumi.Input[str]]
|
1933
|
+
"""
|
1934
|
+
(Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
1935
|
+
"""
|
1936
|
+
name: NotRequired[pulumi.Input[str]]
|
1937
|
+
"""
|
1938
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
1939
|
+
"""
|
1940
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1941
|
+
"""
|
1942
|
+
(Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
1943
|
+
"""
|
1944
|
+
elif False:
|
1945
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
1946
|
+
|
1425
1947
|
@pulumi.input_type
|
1426
1948
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs:
|
1427
1949
|
def __init__(__self__, *,
|
@@ -1477,7 +1999,20 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1477
1999
|
pulumi.set(self, "values", value)
|
1478
2000
|
|
1479
2001
|
|
1480
|
-
|
2002
|
+
if not MYPY:
|
2003
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgsDict(TypedDict):
|
2004
|
+
type: pulumi.Input[str]
|
2005
|
+
"""
|
2006
|
+
(Updatable) Type of the Uri detail.
|
2007
|
+
"""
|
2008
|
+
uri: NotRequired[pulumi.Input[str]]
|
2009
|
+
"""
|
2010
|
+
(Updatable) The discovery URI for the auth server.
|
2011
|
+
"""
|
2012
|
+
elif False:
|
2013
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2014
|
+
|
2015
|
+
@pulumi.input_type
|
1481
2016
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgs:
|
1482
2017
|
def __init__(__self__, *,
|
1483
2018
|
type: pulumi.Input[str],
|
@@ -1515,6 +2050,43 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1515
2050
|
pulumi.set(self, "uri", value)
|
1516
2051
|
|
1517
2052
|
|
2053
|
+
if not MYPY:
|
2054
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgsDict(TypedDict):
|
2055
|
+
type: pulumi.Input[str]
|
2056
|
+
"""
|
2057
|
+
(Updatable) Type of the token validation policy.
|
2058
|
+
"""
|
2059
|
+
additional_validation_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgsDict']]
|
2060
|
+
"""
|
2061
|
+
(Updatable) Additional JWT validation checks.
|
2062
|
+
"""
|
2063
|
+
client_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgsDict']]
|
2064
|
+
"""
|
2065
|
+
(Updatable) Client App Credential details.
|
2066
|
+
"""
|
2067
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
2068
|
+
"""
|
2069
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
2070
|
+
"""
|
2071
|
+
keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgsDict']]]]
|
2072
|
+
"""
|
2073
|
+
(Updatable) The set of static public keys.
|
2074
|
+
"""
|
2075
|
+
max_cache_duration_in_hours: NotRequired[pulumi.Input[int]]
|
2076
|
+
"""
|
2077
|
+
(Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
|
2078
|
+
"""
|
2079
|
+
source_uri_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgsDict']]
|
2080
|
+
"""
|
2081
|
+
(Updatable) Auth endpoint details.
|
2082
|
+
"""
|
2083
|
+
uri: NotRequired[pulumi.Input[str]]
|
2084
|
+
"""
|
2085
|
+
(Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
2086
|
+
"""
|
2087
|
+
elif False:
|
2088
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
2089
|
+
|
1518
2090
|
@pulumi.input_type
|
1519
2091
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs:
|
1520
2092
|
def __init__(__self__, *,
|
@@ -1649,6 +2221,23 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs:
|
|
1649
2221
|
pulumi.set(self, "uri", value)
|
1650
2222
|
|
1651
2223
|
|
2224
|
+
if not MYPY:
|
2225
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgsDict(TypedDict):
|
2226
|
+
audiences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2227
|
+
"""
|
2228
|
+
(Updatable) The list of intended recipients for the token.
|
2229
|
+
"""
|
2230
|
+
issuers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2231
|
+
"""
|
2232
|
+
(Updatable) A list of parties that could have issued the token.
|
2233
|
+
"""
|
2234
|
+
verify_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict']]]]
|
2235
|
+
"""
|
2236
|
+
(Updatable) A list of claims which should be validated to consider the token valid.
|
2237
|
+
"""
|
2238
|
+
elif False:
|
2239
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
2240
|
+
|
1652
2241
|
@pulumi.input_type
|
1653
2242
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs:
|
1654
2243
|
def __init__(__self__, *,
|
@@ -1704,6 +2293,23 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
|
|
1704
2293
|
pulumi.set(self, "verify_claims", value)
|
1705
2294
|
|
1706
2295
|
|
2296
|
+
if not MYPY:
|
2297
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict(TypedDict):
|
2298
|
+
is_required: NotRequired[pulumi.Input[bool]]
|
2299
|
+
"""
|
2300
|
+
(Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
|
2301
|
+
"""
|
2302
|
+
key: NotRequired[pulumi.Input[str]]
|
2303
|
+
"""
|
2304
|
+
(Updatable) Name of the claim.
|
2305
|
+
"""
|
2306
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2307
|
+
"""
|
2308
|
+
(Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
|
2309
|
+
"""
|
2310
|
+
elif False:
|
2311
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict: TypeAlias = Mapping[str, Any]
|
2312
|
+
|
1707
2313
|
@pulumi.input_type
|
1708
2314
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgs:
|
1709
2315
|
def __init__(__self__, *,
|
@@ -1759,6 +2365,27 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
|
|
1759
2365
|
pulumi.set(self, "values", value)
|
1760
2366
|
|
1761
2367
|
|
2368
|
+
if not MYPY:
|
2369
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgsDict(TypedDict):
|
2370
|
+
type: pulumi.Input[str]
|
2371
|
+
"""
|
2372
|
+
(Updatable) To specify where the Client App details should be taken from.
|
2373
|
+
"""
|
2374
|
+
client_id: NotRequired[pulumi.Input[str]]
|
2375
|
+
"""
|
2376
|
+
(Updatable) Client ID for the OAuth2/OIDC app.
|
2377
|
+
"""
|
2378
|
+
client_secret_id: NotRequired[pulumi.Input[str]]
|
2379
|
+
"""
|
2380
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
2381
|
+
"""
|
2382
|
+
client_secret_version_number: NotRequired[pulumi.Input[str]]
|
2383
|
+
"""
|
2384
|
+
(Updatable) The version number of the client secret to use.
|
2385
|
+
"""
|
2386
|
+
elif False:
|
2387
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2388
|
+
|
1762
2389
|
@pulumi.input_type
|
1763
2390
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs:
|
1764
2391
|
def __init__(__self__, *,
|
@@ -1829,6 +2456,47 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
|
|
1829
2456
|
pulumi.set(self, "client_secret_version_number", value)
|
1830
2457
|
|
1831
2458
|
|
2459
|
+
if not MYPY:
|
2460
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgsDict(TypedDict):
|
2461
|
+
format: pulumi.Input[str]
|
2462
|
+
"""
|
2463
|
+
(Updatable) The format of the public key.
|
2464
|
+
"""
|
2465
|
+
alg: NotRequired[pulumi.Input[str]]
|
2466
|
+
"""
|
2467
|
+
(Updatable) The algorithm intended for use with this key.
|
2468
|
+
"""
|
2469
|
+
e: NotRequired[pulumi.Input[str]]
|
2470
|
+
"""
|
2471
|
+
(Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
|
2472
|
+
"""
|
2473
|
+
key: NotRequired[pulumi.Input[str]]
|
2474
|
+
"""
|
2475
|
+
(Updatable) The content of the PEM-encoded public key.
|
2476
|
+
"""
|
2477
|
+
key_ops: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2478
|
+
"""
|
2479
|
+
(Updatable) The operations for which this key is to be used.
|
2480
|
+
"""
|
2481
|
+
kid: NotRequired[pulumi.Input[str]]
|
2482
|
+
"""
|
2483
|
+
(Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
|
2484
|
+
"""
|
2485
|
+
kty: NotRequired[pulumi.Input[str]]
|
2486
|
+
"""
|
2487
|
+
(Updatable) The key type.
|
2488
|
+
"""
|
2489
|
+
n: NotRequired[pulumi.Input[str]]
|
2490
|
+
"""
|
2491
|
+
(Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
2492
|
+
"""
|
2493
|
+
use: NotRequired[pulumi.Input[str]]
|
2494
|
+
"""
|
2495
|
+
(Updatable) The intended use of the public key.
|
2496
|
+
"""
|
2497
|
+
elif False:
|
2498
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgsDict: TypeAlias = Mapping[str, Any]
|
2499
|
+
|
1832
2500
|
@pulumi.input_type
|
1833
2501
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgs:
|
1834
2502
|
def __init__(__self__, *,
|
@@ -1979,6 +2647,19 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArg
|
|
1979
2647
|
pulumi.set(self, "use", value)
|
1980
2648
|
|
1981
2649
|
|
2650
|
+
if not MYPY:
|
2651
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgsDict(TypedDict):
|
2652
|
+
type: pulumi.Input[str]
|
2653
|
+
"""
|
2654
|
+
(Updatable) Type of the Uri detail.
|
2655
|
+
"""
|
2656
|
+
uri: NotRequired[pulumi.Input[str]]
|
2657
|
+
"""
|
2658
|
+
(Updatable) The discovery URI for the auth server.
|
2659
|
+
"""
|
2660
|
+
elif False:
|
2661
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
2662
|
+
|
1982
2663
|
@pulumi.input_type
|
1983
2664
|
class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs:
|
1984
2665
|
def __init__(__self__, *,
|
@@ -2017,6 +2698,23 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
|
|
2017
2698
|
pulumi.set(self, "uri", value)
|
2018
2699
|
|
2019
2700
|
|
2701
|
+
if not MYPY:
|
2702
|
+
class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgsDict(TypedDict):
|
2703
|
+
is_required: NotRequired[pulumi.Input[bool]]
|
2704
|
+
"""
|
2705
|
+
(Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
|
2706
|
+
"""
|
2707
|
+
key: NotRequired[pulumi.Input[str]]
|
2708
|
+
"""
|
2709
|
+
(Updatable) Name of the claim.
|
2710
|
+
"""
|
2711
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2712
|
+
"""
|
2713
|
+
(Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
|
2714
|
+
"""
|
2715
|
+
elif False:
|
2716
|
+
DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgsDict: TypeAlias = Mapping[str, Any]
|
2717
|
+
|
2020
2718
|
@pulumi.input_type
|
2021
2719
|
class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
|
2022
2720
|
def __init__(__self__, *,
|
@@ -2072,6 +2770,35 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
|
|
2072
2770
|
pulumi.set(self, "values", value)
|
2073
2771
|
|
2074
2772
|
|
2773
|
+
if not MYPY:
|
2774
|
+
class DeploymentSpecificationRequestPoliciesCorsArgsDict(TypedDict):
|
2775
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]]
|
2776
|
+
"""
|
2777
|
+
(Updatable) The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
|
2778
|
+
"""
|
2779
|
+
allowed_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2780
|
+
"""
|
2781
|
+
(Updatable) The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
|
2782
|
+
"""
|
2783
|
+
allowed_methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2784
|
+
"""
|
2785
|
+
(Updatable) The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
|
2786
|
+
"""
|
2787
|
+
exposed_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2788
|
+
"""
|
2789
|
+
(Updatable) The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
|
2790
|
+
"""
|
2791
|
+
is_allow_credentials_enabled: NotRequired[pulumi.Input[bool]]
|
2792
|
+
"""
|
2793
|
+
(Updatable) Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
|
2794
|
+
"""
|
2795
|
+
max_age_in_seconds: NotRequired[pulumi.Input[int]]
|
2796
|
+
"""
|
2797
|
+
(Updatable) The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
|
2798
|
+
"""
|
2799
|
+
elif False:
|
2800
|
+
DeploymentSpecificationRequestPoliciesCorsArgsDict: TypeAlias = Mapping[str, Any]
|
2801
|
+
|
2075
2802
|
@pulumi.input_type
|
2076
2803
|
class DeploymentSpecificationRequestPoliciesCorsArgs:
|
2077
2804
|
def __init__(__self__, *,
|
@@ -2174,6 +2901,19 @@ class DeploymentSpecificationRequestPoliciesCorsArgs:
|
|
2174
2901
|
pulumi.set(self, "max_age_in_seconds", value)
|
2175
2902
|
|
2176
2903
|
|
2904
|
+
if not MYPY:
|
2905
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgsDict(TypedDict):
|
2906
|
+
authentication_servers: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgsDict']]]
|
2907
|
+
"""
|
2908
|
+
(Updatable) List of authentication servers to choose from during dynamic authentication.
|
2909
|
+
"""
|
2910
|
+
selection_source: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgsDict']
|
2911
|
+
"""
|
2912
|
+
(Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
|
2913
|
+
"""
|
2914
|
+
elif False:
|
2915
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
|
2916
|
+
|
2177
2917
|
@pulumi.input_type
|
2178
2918
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs:
|
2179
2919
|
def __init__(__self__, *,
|
@@ -2211,6 +2951,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs:
|
|
2211
2951
|
pulumi.set(self, "selection_source", value)
|
2212
2952
|
|
2213
2953
|
|
2954
|
+
if not MYPY:
|
2955
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgsDict(TypedDict):
|
2956
|
+
authentication_server_detail: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgsDict']
|
2957
|
+
"""
|
2958
|
+
(Updatable) Information on how to authenticate incoming requests.
|
2959
|
+
"""
|
2960
|
+
key: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgsDict']
|
2961
|
+
"""
|
2962
|
+
(Updatable) Base policy for defining how to match the context variable in an incoming request with selection keys when dynamically routing and dynamically authenticating requests.
|
2963
|
+
"""
|
2964
|
+
elif False:
|
2965
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgsDict: TypeAlias = Mapping[str, Any]
|
2966
|
+
|
2214
2967
|
@pulumi.input_type
|
2215
2968
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs:
|
2216
2969
|
def __init__(__self__, *,
|
@@ -2248,6 +3001,71 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2248
3001
|
pulumi.set(self, "key", value)
|
2249
3002
|
|
2250
3003
|
|
3004
|
+
if not MYPY:
|
3005
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgsDict(TypedDict):
|
3006
|
+
type: pulumi.Input[str]
|
3007
|
+
"""
|
3008
|
+
(Updatable) Type of the authentication policy to use.
|
3009
|
+
"""
|
3010
|
+
audiences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3011
|
+
"""
|
3012
|
+
(Updatable) The list of intended recipients for the token.
|
3013
|
+
"""
|
3014
|
+
cache_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3015
|
+
"""
|
3016
|
+
A list of keys from "parameters" attribute value whose values will be added to the cache key.
|
3017
|
+
"""
|
3018
|
+
function_id: NotRequired[pulumi.Input[str]]
|
3019
|
+
"""
|
3020
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
3021
|
+
"""
|
3022
|
+
is_anonymous_access_allowed: NotRequired[pulumi.Input[bool]]
|
3023
|
+
"""
|
3024
|
+
(Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
|
3025
|
+
"""
|
3026
|
+
issuers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3027
|
+
"""
|
3028
|
+
(Updatable) A list of parties that could have issued the token.
|
3029
|
+
"""
|
3030
|
+
max_clock_skew_in_seconds: NotRequired[pulumi.Input[float]]
|
3031
|
+
"""
|
3032
|
+
(Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
|
3033
|
+
"""
|
3034
|
+
parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
3035
|
+
"""
|
3036
|
+
(Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
|
3037
|
+
"""
|
3038
|
+
public_keys: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgsDict']]
|
3039
|
+
"""
|
3040
|
+
(Updatable) A set of Public Keys that will be used to verify the JWT signature.
|
3041
|
+
"""
|
3042
|
+
token_auth_scheme: NotRequired[pulumi.Input[str]]
|
3043
|
+
"""
|
3044
|
+
(Updatable) The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
|
3045
|
+
"""
|
3046
|
+
token_header: NotRequired[pulumi.Input[str]]
|
3047
|
+
"""
|
3048
|
+
(Updatable) The name of the header containing the authentication token.
|
3049
|
+
"""
|
3050
|
+
token_query_param: NotRequired[pulumi.Input[str]]
|
3051
|
+
"""
|
3052
|
+
(Updatable) The name of the query parameter containing the authentication token.
|
3053
|
+
"""
|
3054
|
+
validation_failure_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgsDict']]
|
3055
|
+
"""
|
3056
|
+
(Updatable) Policy for defining behaviour on validation failure.
|
3057
|
+
"""
|
3058
|
+
validation_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgsDict']]
|
3059
|
+
"""
|
3060
|
+
(Updatable) Authentication Policies for the Token Authentication types.
|
3061
|
+
"""
|
3062
|
+
verify_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgsDict']]]]
|
3063
|
+
"""
|
3064
|
+
(Updatable) A list of claims which should be validated to consider the token valid.
|
3065
|
+
"""
|
3066
|
+
elif False:
|
3067
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgsDict: TypeAlias = Mapping[str, Any]
|
3068
|
+
|
2251
3069
|
@pulumi.input_type
|
2252
3070
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs:
|
2253
3071
|
def __init__(__self__, *,
|
@@ -2494,6 +3312,31 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2494
3312
|
pulumi.set(self, "verify_claims", value)
|
2495
3313
|
|
2496
3314
|
|
3315
|
+
if not MYPY:
|
3316
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgsDict(TypedDict):
|
3317
|
+
type: pulumi.Input[str]
|
3318
|
+
"""
|
3319
|
+
(Updatable) Type of the public key set.
|
3320
|
+
"""
|
3321
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
3322
|
+
"""
|
3323
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
3324
|
+
"""
|
3325
|
+
keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgsDict']]]]
|
3326
|
+
"""
|
3327
|
+
(Updatable) The set of static public keys.
|
3328
|
+
"""
|
3329
|
+
max_cache_duration_in_hours: NotRequired[pulumi.Input[int]]
|
3330
|
+
"""
|
3331
|
+
(Updatable) The duration for which the JWKS should be cached before it is fetched again.
|
3332
|
+
"""
|
3333
|
+
uri: NotRequired[pulumi.Input[str]]
|
3334
|
+
"""
|
3335
|
+
(Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
3336
|
+
"""
|
3337
|
+
elif False:
|
3338
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgsDict: TypeAlias = Mapping[str, Any]
|
3339
|
+
|
2497
3340
|
@pulumi.input_type
|
2498
3341
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs:
|
2499
3342
|
def __init__(__self__, *,
|
@@ -2580,6 +3423,47 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2580
3423
|
pulumi.set(self, "uri", value)
|
2581
3424
|
|
2582
3425
|
|
3426
|
+
if not MYPY:
|
3427
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgsDict(TypedDict):
|
3428
|
+
format: pulumi.Input[str]
|
3429
|
+
"""
|
3430
|
+
(Updatable) The format of the public key.
|
3431
|
+
"""
|
3432
|
+
alg: NotRequired[pulumi.Input[str]]
|
3433
|
+
"""
|
3434
|
+
(Updatable) The algorithm intended for use with this key.
|
3435
|
+
"""
|
3436
|
+
e: NotRequired[pulumi.Input[str]]
|
3437
|
+
"""
|
3438
|
+
(Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
|
3439
|
+
"""
|
3440
|
+
key: NotRequired[pulumi.Input[str]]
|
3441
|
+
"""
|
3442
|
+
(Updatable) The content of the PEM-encoded public key.
|
3443
|
+
"""
|
3444
|
+
key_ops: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3445
|
+
"""
|
3446
|
+
(Updatable) The operations for which this key is to be used.
|
3447
|
+
"""
|
3448
|
+
kid: NotRequired[pulumi.Input[str]]
|
3449
|
+
"""
|
3450
|
+
(Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
|
3451
|
+
"""
|
3452
|
+
kty: NotRequired[pulumi.Input[str]]
|
3453
|
+
"""
|
3454
|
+
(Updatable) The key type.
|
3455
|
+
"""
|
3456
|
+
n: NotRequired[pulumi.Input[str]]
|
3457
|
+
"""
|
3458
|
+
(Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
3459
|
+
"""
|
3460
|
+
use: NotRequired[pulumi.Input[str]]
|
3461
|
+
"""
|
3462
|
+
(Updatable) The intended use of the public key.
|
3463
|
+
"""
|
3464
|
+
elif False:
|
3465
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgsDict: TypeAlias = Mapping[str, Any]
|
3466
|
+
|
2583
3467
|
@pulumi.input_type
|
2584
3468
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs:
|
2585
3469
|
def __init__(__self__, *,
|
@@ -2730,29 +3614,90 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2730
3614
|
pulumi.set(self, "use", value)
|
2731
3615
|
|
2732
3616
|
|
2733
|
-
|
2734
|
-
class
|
2735
|
-
|
2736
|
-
type: pulumi.Input[str],
|
2737
|
-
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs']] = None,
|
2738
|
-
fallback_redirect_path: Optional[pulumi.Input[str]] = None,
|
2739
|
-
logout_path: Optional[pulumi.Input[str]] = None,
|
2740
|
-
max_expiry_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
2741
|
-
response_code: Optional[pulumi.Input[str]] = None,
|
2742
|
-
response_header_transformations: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs']] = None,
|
2743
|
-
response_message: Optional[pulumi.Input[str]] = None,
|
2744
|
-
response_type: Optional[pulumi.Input[str]] = None,
|
2745
|
-
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2746
|
-
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs']] = None,
|
2747
|
-
use_cookies_for_intermediate_steps: Optional[pulumi.Input[bool]] = None,
|
2748
|
-
use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
|
2749
|
-
use_pkce: Optional[pulumi.Input[bool]] = None):
|
3617
|
+
if not MYPY:
|
3618
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgsDict(TypedDict):
|
3619
|
+
type: pulumi.Input[str]
|
2750
3620
|
"""
|
2751
|
-
|
2752
|
-
|
2753
|
-
:
|
2754
|
-
|
2755
|
-
|
3621
|
+
(Updatable) Type of the Validation failure Policy.
|
3622
|
+
"""
|
3623
|
+
client_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgsDict']]
|
3624
|
+
"""
|
3625
|
+
(Updatable) Client App Credential details.
|
3626
|
+
"""
|
3627
|
+
fallback_redirect_path: NotRequired[pulumi.Input[str]]
|
3628
|
+
"""
|
3629
|
+
(Updatable) The path to be used as fallback after OAuth2.
|
3630
|
+
"""
|
3631
|
+
logout_path: NotRequired[pulumi.Input[str]]
|
3632
|
+
"""
|
3633
|
+
(Updatable) The path to be used as logout.
|
3634
|
+
"""
|
3635
|
+
max_expiry_duration_in_hours: NotRequired[pulumi.Input[int]]
|
3636
|
+
"""
|
3637
|
+
(Updatable) The duration for which the OAuth2 success token should be cached before it is fetched again.
|
3638
|
+
"""
|
3639
|
+
response_code: NotRequired[pulumi.Input[str]]
|
3640
|
+
"""
|
3641
|
+
(Updatable) HTTP response code, can include context variables.
|
3642
|
+
"""
|
3643
|
+
response_header_transformations: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgsDict']]
|
3644
|
+
"""
|
3645
|
+
(Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
3646
|
+
"""
|
3647
|
+
response_message: NotRequired[pulumi.Input[str]]
|
3648
|
+
"""
|
3649
|
+
(Updatable) HTTP response message.
|
3650
|
+
"""
|
3651
|
+
response_type: NotRequired[pulumi.Input[str]]
|
3652
|
+
"""
|
3653
|
+
(Updatable) Response Type.
|
3654
|
+
"""
|
3655
|
+
scopes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3656
|
+
"""
|
3657
|
+
(Updatable) List of scopes.
|
3658
|
+
"""
|
3659
|
+
source_uri_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgsDict']]
|
3660
|
+
"""
|
3661
|
+
(Updatable) Auth endpoint details.
|
3662
|
+
"""
|
3663
|
+
use_cookies_for_intermediate_steps: NotRequired[pulumi.Input[bool]]
|
3664
|
+
"""
|
3665
|
+
(Updatable) Defines whether or not to use cookies for OAuth2 intermediate steps.
|
3666
|
+
"""
|
3667
|
+
use_cookies_for_session: NotRequired[pulumi.Input[bool]]
|
3668
|
+
"""
|
3669
|
+
(Updatable) Defines whether or not to use cookies for session maintenance.
|
3670
|
+
"""
|
3671
|
+
use_pkce: NotRequired[pulumi.Input[bool]]
|
3672
|
+
"""
|
3673
|
+
(Updatable) Defines whether or not to support PKCE.
|
3674
|
+
"""
|
3675
|
+
elif False:
|
3676
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgsDict: TypeAlias = Mapping[str, Any]
|
3677
|
+
|
3678
|
+
@pulumi.input_type
|
3679
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgs:
|
3680
|
+
def __init__(__self__, *,
|
3681
|
+
type: pulumi.Input[str],
|
3682
|
+
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs']] = None,
|
3683
|
+
fallback_redirect_path: Optional[pulumi.Input[str]] = None,
|
3684
|
+
logout_path: Optional[pulumi.Input[str]] = None,
|
3685
|
+
max_expiry_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
3686
|
+
response_code: Optional[pulumi.Input[str]] = None,
|
3687
|
+
response_header_transformations: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs']] = None,
|
3688
|
+
response_message: Optional[pulumi.Input[str]] = None,
|
3689
|
+
response_type: Optional[pulumi.Input[str]] = None,
|
3690
|
+
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3691
|
+
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs']] = None,
|
3692
|
+
use_cookies_for_intermediate_steps: Optional[pulumi.Input[bool]] = None,
|
3693
|
+
use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
|
3694
|
+
use_pkce: Optional[pulumi.Input[bool]] = None):
|
3695
|
+
"""
|
3696
|
+
:param pulumi.Input[str] type: (Updatable) Type of the Validation failure Policy.
|
3697
|
+
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs'] client_details: (Updatable) Client App Credential details.
|
3698
|
+
:param pulumi.Input[str] fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
|
3699
|
+
:param pulumi.Input[str] logout_path: (Updatable) The path to be used as logout.
|
3700
|
+
:param pulumi.Input[int] max_expiry_duration_in_hours: (Updatable) The duration for which the OAuth2 success token should be cached before it is fetched again.
|
2756
3701
|
:param pulumi.Input[str] response_code: (Updatable) HTTP response code, can include context variables.
|
2757
3702
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs'] response_header_transformations: (Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
2758
3703
|
:param pulumi.Input[str] response_message: (Updatable) HTTP response message.
|
@@ -2960,6 +3905,27 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2960
3905
|
pulumi.set(self, "use_pkce", value)
|
2961
3906
|
|
2962
3907
|
|
3908
|
+
if not MYPY:
|
3909
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgsDict(TypedDict):
|
3910
|
+
type: pulumi.Input[str]
|
3911
|
+
"""
|
3912
|
+
(Updatable) To specify where the Client App details should be taken from.
|
3913
|
+
"""
|
3914
|
+
client_id: NotRequired[pulumi.Input[str]]
|
3915
|
+
"""
|
3916
|
+
(Updatable) Client ID for the OAuth2/OIDC app.
|
3917
|
+
"""
|
3918
|
+
client_secret_id: NotRequired[pulumi.Input[str]]
|
3919
|
+
"""
|
3920
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
3921
|
+
"""
|
3922
|
+
client_secret_version_number: NotRequired[pulumi.Input[str]]
|
3923
|
+
"""
|
3924
|
+
(Updatable) The version number of the client secret to use.
|
3925
|
+
"""
|
3926
|
+
elif False:
|
3927
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
3928
|
+
|
2963
3929
|
@pulumi.input_type
|
2964
3930
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs:
|
2965
3931
|
def __init__(__self__, *,
|
@@ -3030,6 +3996,23 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3030
3996
|
pulumi.set(self, "client_secret_version_number", value)
|
3031
3997
|
|
3032
3998
|
|
3999
|
+
if not MYPY:
|
4000
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgsDict(TypedDict):
|
4001
|
+
filter_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict']]
|
4002
|
+
"""
|
4003
|
+
(Updatable) Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
|
4004
|
+
"""
|
4005
|
+
rename_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict']]
|
4006
|
+
"""
|
4007
|
+
(Updatable) Rename HTTP headers as they pass through the gateway.
|
4008
|
+
"""
|
4009
|
+
set_headers: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict']]
|
4010
|
+
"""
|
4011
|
+
(Updatable) Set HTTP headers as they pass through the gateway.
|
4012
|
+
"""
|
4013
|
+
elif False:
|
4014
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgsDict: TypeAlias = Mapping[str, Any]
|
4015
|
+
|
3033
4016
|
@pulumi.input_type
|
3034
4017
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs:
|
3035
4018
|
def __init__(__self__, *,
|
@@ -3085,6 +4068,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3085
4068
|
pulumi.set(self, "set_headers", value)
|
3086
4069
|
|
3087
4070
|
|
4071
|
+
if not MYPY:
|
4072
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict(TypedDict):
|
4073
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict']]]]
|
4074
|
+
"""
|
4075
|
+
(Updatable) The list of headers.
|
4076
|
+
"""
|
4077
|
+
type: NotRequired[pulumi.Input[str]]
|
4078
|
+
"""
|
4079
|
+
(Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
|
4080
|
+
"""
|
4081
|
+
elif False:
|
4082
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
4083
|
+
|
3088
4084
|
@pulumi.input_type
|
3089
4085
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs:
|
3090
4086
|
def __init__(__self__, *,
|
@@ -3124,6 +4120,15 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3124
4120
|
pulumi.set(self, "type", value)
|
3125
4121
|
|
3126
4122
|
|
4123
|
+
if not MYPY:
|
4124
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict(TypedDict):
|
4125
|
+
name: NotRequired[pulumi.Input[str]]
|
4126
|
+
"""
|
4127
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
4128
|
+
"""
|
4129
|
+
elif False:
|
4130
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
4131
|
+
|
3127
4132
|
@pulumi.input_type
|
3128
4133
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs:
|
3129
4134
|
def __init__(__self__, *,
|
@@ -3147,6 +4152,15 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3147
4152
|
pulumi.set(self, "name", value)
|
3148
4153
|
|
3149
4154
|
|
4155
|
+
if not MYPY:
|
4156
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict(TypedDict):
|
4157
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict']]]]
|
4158
|
+
"""
|
4159
|
+
(Updatable) The list of headers.
|
4160
|
+
"""
|
4161
|
+
elif False:
|
4162
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
4163
|
+
|
3150
4164
|
@pulumi.input_type
|
3151
4165
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs:
|
3152
4166
|
def __init__(__self__, *,
|
@@ -3170,6 +4184,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3170
4184
|
pulumi.set(self, "items", value)
|
3171
4185
|
|
3172
4186
|
|
4187
|
+
if not MYPY:
|
4188
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict(TypedDict):
|
4189
|
+
from_: NotRequired[pulumi.Input[str]]
|
4190
|
+
"""
|
4191
|
+
(Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
4192
|
+
"""
|
4193
|
+
to: NotRequired[pulumi.Input[str]]
|
4194
|
+
"""
|
4195
|
+
(Updatable) The new name of the header. This name must be unique across transformation policies.
|
4196
|
+
"""
|
4197
|
+
elif False:
|
4198
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
4199
|
+
|
3173
4200
|
@pulumi.input_type
|
3174
4201
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs:
|
3175
4202
|
def __init__(__self__, *,
|
@@ -3209,6 +4236,15 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3209
4236
|
pulumi.set(self, "to", value)
|
3210
4237
|
|
3211
4238
|
|
4239
|
+
if not MYPY:
|
4240
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict(TypedDict):
|
4241
|
+
items: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict']]]]
|
4242
|
+
"""
|
4243
|
+
(Updatable) The list of headers.
|
4244
|
+
"""
|
4245
|
+
elif False:
|
4246
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
4247
|
+
|
3212
4248
|
@pulumi.input_type
|
3213
4249
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs:
|
3214
4250
|
def __init__(__self__, *,
|
@@ -3232,6 +4268,23 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3232
4268
|
pulumi.set(self, "items", value)
|
3233
4269
|
|
3234
4270
|
|
4271
|
+
if not MYPY:
|
4272
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict(TypedDict):
|
4273
|
+
if_exists: NotRequired[pulumi.Input[str]]
|
4274
|
+
"""
|
4275
|
+
(Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
4276
|
+
"""
|
4277
|
+
name: NotRequired[pulumi.Input[str]]
|
4278
|
+
"""
|
4279
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
4280
|
+
"""
|
4281
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4282
|
+
"""
|
4283
|
+
(Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
4284
|
+
"""
|
4285
|
+
elif False:
|
4286
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
4287
|
+
|
3235
4288
|
@pulumi.input_type
|
3236
4289
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs:
|
3237
4290
|
def __init__(__self__, *,
|
@@ -3287,6 +4340,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3287
4340
|
pulumi.set(self, "values", value)
|
3288
4341
|
|
3289
4342
|
|
4343
|
+
if not MYPY:
|
4344
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgsDict(TypedDict):
|
4345
|
+
type: pulumi.Input[str]
|
4346
|
+
"""
|
4347
|
+
(Updatable) Type of the Uri detail.
|
4348
|
+
"""
|
4349
|
+
uri: NotRequired[pulumi.Input[str]]
|
4350
|
+
"""
|
4351
|
+
(Updatable) The discovery URI for the auth server.
|
4352
|
+
"""
|
4353
|
+
elif False:
|
4354
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
4355
|
+
|
3290
4356
|
@pulumi.input_type
|
3291
4357
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs:
|
3292
4358
|
def __init__(__self__, *,
|
@@ -3325,6 +4391,43 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3325
4391
|
pulumi.set(self, "uri", value)
|
3326
4392
|
|
3327
4393
|
|
4394
|
+
if not MYPY:
|
4395
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgsDict(TypedDict):
|
4396
|
+
type: pulumi.Input[str]
|
4397
|
+
"""
|
4398
|
+
(Updatable) Type of the token validation policy.
|
4399
|
+
"""
|
4400
|
+
additional_validation_policy: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgsDict']]
|
4401
|
+
"""
|
4402
|
+
(Updatable) Additional JWT validation checks.
|
4403
|
+
"""
|
4404
|
+
client_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgsDict']]
|
4405
|
+
"""
|
4406
|
+
(Updatable) Client App Credential details.
|
4407
|
+
"""
|
4408
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
4409
|
+
"""
|
4410
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
4411
|
+
"""
|
4412
|
+
keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgsDict']]]]
|
4413
|
+
"""
|
4414
|
+
(Updatable) The set of static public keys.
|
4415
|
+
"""
|
4416
|
+
max_cache_duration_in_hours: NotRequired[pulumi.Input[int]]
|
4417
|
+
"""
|
4418
|
+
(Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
|
4419
|
+
"""
|
4420
|
+
source_uri_details: NotRequired[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgsDict']]
|
4421
|
+
"""
|
4422
|
+
(Updatable) Auth endpoint details.
|
4423
|
+
"""
|
4424
|
+
uri: NotRequired[pulumi.Input[str]]
|
4425
|
+
"""
|
4426
|
+
(Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
4427
|
+
"""
|
4428
|
+
elif False:
|
4429
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
4430
|
+
|
3328
4431
|
@pulumi.input_type
|
3329
4432
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs:
|
3330
4433
|
def __init__(__self__, *,
|
@@ -3459,6 +4562,23 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3459
4562
|
pulumi.set(self, "uri", value)
|
3460
4563
|
|
3461
4564
|
|
4565
|
+
if not MYPY:
|
4566
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgsDict(TypedDict):
|
4567
|
+
audiences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4568
|
+
"""
|
4569
|
+
(Updatable) The list of intended recipients for the token.
|
4570
|
+
"""
|
4571
|
+
issuers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4572
|
+
"""
|
4573
|
+
(Updatable) A list of parties that could have issued the token.
|
4574
|
+
"""
|
4575
|
+
verify_claims: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict']]]]
|
4576
|
+
"""
|
4577
|
+
(Updatable) A list of claims which should be validated to consider the token valid.
|
4578
|
+
"""
|
4579
|
+
elif False:
|
4580
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
4581
|
+
|
3462
4582
|
@pulumi.input_type
|
3463
4583
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs:
|
3464
4584
|
def __init__(__self__, *,
|
@@ -3514,6 +4634,23 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3514
4634
|
pulumi.set(self, "verify_claims", value)
|
3515
4635
|
|
3516
4636
|
|
4637
|
+
if not MYPY:
|
4638
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict(TypedDict):
|
4639
|
+
is_required: NotRequired[pulumi.Input[bool]]
|
4640
|
+
"""
|
4641
|
+
(Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
|
4642
|
+
"""
|
4643
|
+
key: NotRequired[pulumi.Input[str]]
|
4644
|
+
"""
|
4645
|
+
(Updatable) Name of the claim.
|
4646
|
+
"""
|
4647
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4648
|
+
"""
|
4649
|
+
(Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
|
4650
|
+
"""
|
4651
|
+
elif False:
|
4652
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgsDict: TypeAlias = Mapping[str, Any]
|
4653
|
+
|
3517
4654
|
@pulumi.input_type
|
3518
4655
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgs:
|
3519
4656
|
def __init__(__self__, *,
|
@@ -3569,6 +4706,27 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3569
4706
|
pulumi.set(self, "values", value)
|
3570
4707
|
|
3571
4708
|
|
4709
|
+
if not MYPY:
|
4710
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgsDict(TypedDict):
|
4711
|
+
type: pulumi.Input[str]
|
4712
|
+
"""
|
4713
|
+
(Updatable) To specify where the Client App details should be taken from.
|
4714
|
+
"""
|
4715
|
+
client_id: NotRequired[pulumi.Input[str]]
|
4716
|
+
"""
|
4717
|
+
(Updatable) Client ID for the OAuth2/OIDC app.
|
4718
|
+
"""
|
4719
|
+
client_secret_id: NotRequired[pulumi.Input[str]]
|
4720
|
+
"""
|
4721
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
4722
|
+
"""
|
4723
|
+
client_secret_version_number: NotRequired[pulumi.Input[str]]
|
4724
|
+
"""
|
4725
|
+
(Updatable) The version number of the client secret to use.
|
4726
|
+
"""
|
4727
|
+
elif False:
|
4728
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
4729
|
+
|
3572
4730
|
@pulumi.input_type
|
3573
4731
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs:
|
3574
4732
|
def __init__(__self__, *,
|
@@ -3639,6 +4797,47 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3639
4797
|
pulumi.set(self, "client_secret_version_number", value)
|
3640
4798
|
|
3641
4799
|
|
4800
|
+
if not MYPY:
|
4801
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgsDict(TypedDict):
|
4802
|
+
format: pulumi.Input[str]
|
4803
|
+
"""
|
4804
|
+
(Updatable) The format of the public key.
|
4805
|
+
"""
|
4806
|
+
alg: NotRequired[pulumi.Input[str]]
|
4807
|
+
"""
|
4808
|
+
(Updatable) The algorithm intended for use with this key.
|
4809
|
+
"""
|
4810
|
+
e: NotRequired[pulumi.Input[str]]
|
4811
|
+
"""
|
4812
|
+
(Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
|
4813
|
+
"""
|
4814
|
+
key: NotRequired[pulumi.Input[str]]
|
4815
|
+
"""
|
4816
|
+
(Updatable) The content of the PEM-encoded public key.
|
4817
|
+
"""
|
4818
|
+
key_ops: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
4819
|
+
"""
|
4820
|
+
(Updatable) The operations for which this key is to be used.
|
4821
|
+
"""
|
4822
|
+
kid: NotRequired[pulumi.Input[str]]
|
4823
|
+
"""
|
4824
|
+
(Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
|
4825
|
+
"""
|
4826
|
+
kty: NotRequired[pulumi.Input[str]]
|
4827
|
+
"""
|
4828
|
+
(Updatable) The key type.
|
4829
|
+
"""
|
4830
|
+
n: NotRequired[pulumi.Input[str]]
|
4831
|
+
"""
|
4832
|
+
(Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
4833
|
+
"""
|
4834
|
+
use: NotRequired[pulumi.Input[str]]
|
4835
|
+
"""
|
4836
|
+
(Updatable) The intended use of the public key.
|
4837
|
+
"""
|
4838
|
+
elif False:
|
4839
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgsDict: TypeAlias = Mapping[str, Any]
|
4840
|
+
|
3642
4841
|
@pulumi.input_type
|
3643
4842
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgs:
|
3644
4843
|
def __init__(__self__, *,
|
@@ -3789,6 +4988,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3789
4988
|
pulumi.set(self, "use", value)
|
3790
4989
|
|
3791
4990
|
|
4991
|
+
if not MYPY:
|
4992
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgsDict(TypedDict):
|
4993
|
+
type: pulumi.Input[str]
|
4994
|
+
"""
|
4995
|
+
(Updatable) Type of the Uri detail.
|
4996
|
+
"""
|
4997
|
+
uri: NotRequired[pulumi.Input[str]]
|
4998
|
+
"""
|
4999
|
+
(Updatable) The discovery URI for the auth server.
|
5000
|
+
"""
|
5001
|
+
elif False:
|
5002
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
5003
|
+
|
3792
5004
|
@pulumi.input_type
|
3793
5005
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs:
|
3794
5006
|
def __init__(__self__, *,
|
@@ -3827,6 +5039,23 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3827
5039
|
pulumi.set(self, "uri", value)
|
3828
5040
|
|
3829
5041
|
|
5042
|
+
if not MYPY:
|
5043
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgsDict(TypedDict):
|
5044
|
+
is_required: NotRequired[pulumi.Input[bool]]
|
5045
|
+
"""
|
5046
|
+
(Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
|
5047
|
+
"""
|
5048
|
+
key: NotRequired[pulumi.Input[str]]
|
5049
|
+
"""
|
5050
|
+
(Updatable) Name of the claim.
|
5051
|
+
"""
|
5052
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5053
|
+
"""
|
5054
|
+
(Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
|
5055
|
+
"""
|
5056
|
+
elif False:
|
5057
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgsDict: TypeAlias = Mapping[str, Any]
|
5058
|
+
|
3830
5059
|
@pulumi.input_type
|
3831
5060
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs:
|
3832
5061
|
def __init__(__self__, *,
|
@@ -3882,6 +5111,31 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3882
5111
|
pulumi.set(self, "values", value)
|
3883
5112
|
|
3884
5113
|
|
5114
|
+
if not MYPY:
|
5115
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgsDict(TypedDict):
|
5116
|
+
name: pulumi.Input[str]
|
5117
|
+
"""
|
5118
|
+
(Updatable) Name assigned to the branch.
|
5119
|
+
"""
|
5120
|
+
expression: NotRequired[pulumi.Input[str]]
|
5121
|
+
"""
|
5122
|
+
(Updatable) A selection key string containing a wildcard to match with the context variable in an incoming request. If the context variable matches the string, the request is sent to the route or authentication server associated with the selection key. Valid wildcards are '*' (zero or more characters) and '+' (one or more characters). The string can only contain one wildcard, and the wildcard must be at the start or the end of the string.
|
5123
|
+
"""
|
5124
|
+
is_default: NotRequired[pulumi.Input[bool]]
|
5125
|
+
"""
|
5126
|
+
(Updatable) Specifies whether to use the route or authentication server associated with this selection key as the default. The default is used if the value of a context variable in an incoming request does not match any of the other selection key values when dynamically routing and dynamically authenticating requests.
|
5127
|
+
"""
|
5128
|
+
type: NotRequired[pulumi.Input[str]]
|
5129
|
+
"""
|
5130
|
+
(Updatable) Type of the selection key.
|
5131
|
+
"""
|
5132
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5133
|
+
"""
|
5134
|
+
(Updatable) The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set.
|
5135
|
+
"""
|
5136
|
+
elif False:
|
5137
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgsDict: TypeAlias = Mapping[str, Any]
|
5138
|
+
|
3885
5139
|
@pulumi.input_type
|
3886
5140
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs:
|
3887
5141
|
def __init__(__self__, *,
|
@@ -3968,6 +5222,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3968
5222
|
pulumi.set(self, "values", value)
|
3969
5223
|
|
3970
5224
|
|
5225
|
+
if not MYPY:
|
5226
|
+
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgsDict(TypedDict):
|
5227
|
+
selector: pulumi.Input[str]
|
5228
|
+
"""
|
5229
|
+
(Updatable) String describing the context variable used as selector.
|
5230
|
+
"""
|
5231
|
+
type: pulumi.Input[str]
|
5232
|
+
"""
|
5233
|
+
(Updatable) Type of the Selection source to use.
|
5234
|
+
"""
|
5235
|
+
elif False:
|
5236
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgsDict: TypeAlias = Mapping[str, Any]
|
5237
|
+
|
3971
5238
|
@pulumi.input_type
|
3972
5239
|
class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs:
|
3973
5240
|
def __init__(__self__, *,
|
@@ -4005,6 +5272,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
|
|
4005
5272
|
pulumi.set(self, "type", value)
|
4006
5273
|
|
4007
5274
|
|
5275
|
+
if not MYPY:
|
5276
|
+
class DeploymentSpecificationRequestPoliciesMutualTlsArgsDict(TypedDict):
|
5277
|
+
allowed_sans: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5278
|
+
"""
|
5279
|
+
(Updatable) Allowed list of CN or SAN which will be used for verification of certificate.
|
5280
|
+
"""
|
5281
|
+
is_verified_certificate_required: NotRequired[pulumi.Input[bool]]
|
5282
|
+
"""
|
5283
|
+
(Updatable) Determines whether to enable client verification when API Consumer makes connection to the gateway.
|
5284
|
+
"""
|
5285
|
+
elif False:
|
5286
|
+
DeploymentSpecificationRequestPoliciesMutualTlsArgsDict: TypeAlias = Mapping[str, Any]
|
5287
|
+
|
4008
5288
|
@pulumi.input_type
|
4009
5289
|
class DeploymentSpecificationRequestPoliciesMutualTlsArgs:
|
4010
5290
|
def __init__(__self__, *,
|
@@ -4044,6 +5324,19 @@ class DeploymentSpecificationRequestPoliciesMutualTlsArgs:
|
|
4044
5324
|
pulumi.set(self, "is_verified_certificate_required", value)
|
4045
5325
|
|
4046
5326
|
|
5327
|
+
if not MYPY:
|
5328
|
+
class DeploymentSpecificationRequestPoliciesRateLimitingArgsDict(TypedDict):
|
5329
|
+
rate_in_requests_per_second: pulumi.Input[int]
|
5330
|
+
"""
|
5331
|
+
(Updatable) The maximum number of requests per second to allow.
|
5332
|
+
"""
|
5333
|
+
rate_key: pulumi.Input[str]
|
5334
|
+
"""
|
5335
|
+
(Updatable) The key used to group requests together.
|
5336
|
+
"""
|
5337
|
+
elif False:
|
5338
|
+
DeploymentSpecificationRequestPoliciesRateLimitingArgsDict: TypeAlias = Mapping[str, Any]
|
5339
|
+
|
4047
5340
|
@pulumi.input_type
|
4048
5341
|
class DeploymentSpecificationRequestPoliciesRateLimitingArgs:
|
4049
5342
|
def __init__(__self__, *,
|
@@ -4081,6 +5374,19 @@ class DeploymentSpecificationRequestPoliciesRateLimitingArgs:
|
|
4081
5374
|
pulumi.set(self, "rate_key", value)
|
4082
5375
|
|
4083
5376
|
|
5377
|
+
if not MYPY:
|
5378
|
+
class DeploymentSpecificationRequestPoliciesUsagePlansArgsDict(TypedDict):
|
5379
|
+
token_locations: pulumi.Input[Sequence[pulumi.Input[str]]]
|
5380
|
+
"""
|
5381
|
+
(Updatable) A list of context variables specifying where API tokens may be located in a request. Example locations:
|
5382
|
+
* "request.headers[token]"
|
5383
|
+
* "request.query[token]"
|
5384
|
+
* "request.auth[Token]"
|
5385
|
+
* "request.path[TOKEN]"
|
5386
|
+
"""
|
5387
|
+
elif False:
|
5388
|
+
DeploymentSpecificationRequestPoliciesUsagePlansArgsDict: TypeAlias = Mapping[str, Any]
|
5389
|
+
|
4084
5390
|
@pulumi.input_type
|
4085
5391
|
class DeploymentSpecificationRequestPoliciesUsagePlansArgs:
|
4086
5392
|
def __init__(__self__, *,
|
@@ -4111,6 +5417,35 @@ class DeploymentSpecificationRequestPoliciesUsagePlansArgs:
|
|
4111
5417
|
pulumi.set(self, "token_locations", value)
|
4112
5418
|
|
4113
5419
|
|
5420
|
+
if not MYPY:
|
5421
|
+
class DeploymentSpecificationRouteArgsDict(TypedDict):
|
5422
|
+
backend: pulumi.Input['DeploymentSpecificationRouteBackendArgsDict']
|
5423
|
+
"""
|
5424
|
+
(Updatable) The backend to forward requests to.
|
5425
|
+
"""
|
5426
|
+
path: pulumi.Input[str]
|
5427
|
+
"""
|
5428
|
+
(Updatable) A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
|
5429
|
+
"""
|
5430
|
+
logging_policies: NotRequired[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesArgsDict']]
|
5431
|
+
"""
|
5432
|
+
(Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
|
5433
|
+
"""
|
5434
|
+
methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5435
|
+
"""
|
5436
|
+
(Updatable) A list of allowed methods on this route.
|
5437
|
+
"""
|
5438
|
+
request_policies: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesArgsDict']]
|
5439
|
+
"""
|
5440
|
+
(Updatable) Behavior applied to any requests received by the API on this route.
|
5441
|
+
"""
|
5442
|
+
response_policies: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesArgsDict']]
|
5443
|
+
"""
|
5444
|
+
(Updatable) Behavior applied to any responses sent by the API for requests on this route.
|
5445
|
+
"""
|
5446
|
+
elif False:
|
5447
|
+
DeploymentSpecificationRouteArgsDict: TypeAlias = Mapping[str, Any]
|
5448
|
+
|
4114
5449
|
@pulumi.input_type
|
4115
5450
|
class DeploymentSpecificationRouteArgs:
|
4116
5451
|
def __init__(__self__, *,
|
@@ -4205,12 +5540,73 @@ class DeploymentSpecificationRouteArgs:
|
|
4205
5540
|
"""
|
4206
5541
|
(Updatable) Behavior applied to any responses sent by the API for requests on this route.
|
4207
5542
|
"""
|
4208
|
-
return pulumi.get(self, "response_policies")
|
4209
|
-
|
4210
|
-
@response_policies.setter
|
4211
|
-
def response_policies(self, value: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesArgs']]):
|
4212
|
-
pulumi.set(self, "response_policies", value)
|
4213
|
-
|
5543
|
+
return pulumi.get(self, "response_policies")
|
5544
|
+
|
5545
|
+
@response_policies.setter
|
5546
|
+
def response_policies(self, value: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesArgs']]):
|
5547
|
+
pulumi.set(self, "response_policies", value)
|
5548
|
+
|
5549
|
+
|
5550
|
+
if not MYPY:
|
5551
|
+
class DeploymentSpecificationRouteBackendArgsDict(TypedDict):
|
5552
|
+
type: pulumi.Input[str]
|
5553
|
+
"""
|
5554
|
+
(Updatable) Type of the API backend.
|
5555
|
+
"""
|
5556
|
+
allowed_post_logout_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5557
|
+
"""
|
5558
|
+
(Updatable)
|
5559
|
+
"""
|
5560
|
+
body: NotRequired[pulumi.Input[str]]
|
5561
|
+
"""
|
5562
|
+
(Updatable) The body of the stock response from the mock backend.
|
5563
|
+
"""
|
5564
|
+
connect_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5565
|
+
"""
|
5566
|
+
(Updatable) Defines a timeout for establishing a connection with a proxied server.
|
5567
|
+
"""
|
5568
|
+
function_id: NotRequired[pulumi.Input[str]]
|
5569
|
+
"""
|
5570
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
5571
|
+
"""
|
5572
|
+
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendHeaderArgsDict']]]]
|
5573
|
+
"""
|
5574
|
+
(Updatable) The headers of the stock response from the mock backend.
|
5575
|
+
"""
|
5576
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
5577
|
+
"""
|
5578
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
5579
|
+
"""
|
5580
|
+
post_logout_state: NotRequired[pulumi.Input[str]]
|
5581
|
+
"""
|
5582
|
+
(Updatable) Defines a state that should be shared on redirecting to postLogout URL.
|
5583
|
+
"""
|
5584
|
+
read_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5585
|
+
"""
|
5586
|
+
(Updatable) Defines a timeout for reading a response from the proxied server.
|
5587
|
+
"""
|
5588
|
+
routing_backends: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendArgsDict']]]]
|
5589
|
+
"""
|
5590
|
+
(Updatable) List of backends to chose from for Dynamic Routing.
|
5591
|
+
"""
|
5592
|
+
selection_source: NotRequired[pulumi.Input['DeploymentSpecificationRouteBackendSelectionSourceArgsDict']]
|
5593
|
+
"""
|
5594
|
+
(Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
|
5595
|
+
"""
|
5596
|
+
send_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5597
|
+
"""
|
5598
|
+
(Updatable) Defines a timeout for transmitting a request to the proxied server.
|
5599
|
+
"""
|
5600
|
+
status: NotRequired[pulumi.Input[int]]
|
5601
|
+
"""
|
5602
|
+
(Updatable) The status code of the stock response from the mock backend.
|
5603
|
+
"""
|
5604
|
+
url: NotRequired[pulumi.Input[str]]
|
5605
|
+
"""
|
5606
|
+
(Updatable)
|
5607
|
+
"""
|
5608
|
+
elif False:
|
5609
|
+
DeploymentSpecificationRouteBackendArgsDict: TypeAlias = Mapping[str, Any]
|
4214
5610
|
|
4215
5611
|
@pulumi.input_type
|
4216
5612
|
class DeploymentSpecificationRouteBackendArgs:
|
@@ -4442,6 +5838,19 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
4442
5838
|
pulumi.set(self, "url", value)
|
4443
5839
|
|
4444
5840
|
|
5841
|
+
if not MYPY:
|
5842
|
+
class DeploymentSpecificationRouteBackendHeaderArgsDict(TypedDict):
|
5843
|
+
name: NotRequired[pulumi.Input[str]]
|
5844
|
+
"""
|
5845
|
+
(Updatable) Name of the header.
|
5846
|
+
"""
|
5847
|
+
value: NotRequired[pulumi.Input[str]]
|
5848
|
+
"""
|
5849
|
+
(Updatable) Value of the header.
|
5850
|
+
"""
|
5851
|
+
elif False:
|
5852
|
+
DeploymentSpecificationRouteBackendHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
5853
|
+
|
4445
5854
|
@pulumi.input_type
|
4446
5855
|
class DeploymentSpecificationRouteBackendHeaderArgs:
|
4447
5856
|
def __init__(__self__, *,
|
@@ -4481,6 +5890,19 @@ class DeploymentSpecificationRouteBackendHeaderArgs:
|
|
4481
5890
|
pulumi.set(self, "value", value)
|
4482
5891
|
|
4483
5892
|
|
5893
|
+
if not MYPY:
|
5894
|
+
class DeploymentSpecificationRouteBackendRoutingBackendArgsDict(TypedDict):
|
5895
|
+
backend: NotRequired[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendArgsDict']]
|
5896
|
+
"""
|
5897
|
+
(Updatable) The backend to forward requests to.
|
5898
|
+
"""
|
5899
|
+
key: NotRequired[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendKeyArgsDict']]
|
5900
|
+
"""
|
5901
|
+
(Updatable) Information around the values for selector of an authentication/ routing branch.
|
5902
|
+
"""
|
5903
|
+
elif False:
|
5904
|
+
DeploymentSpecificationRouteBackendRoutingBackendArgsDict: TypeAlias = Mapping[str, Any]
|
5905
|
+
|
4484
5906
|
@pulumi.input_type
|
4485
5907
|
class DeploymentSpecificationRouteBackendRoutingBackendArgs:
|
4486
5908
|
def __init__(__self__, *,
|
@@ -4520,6 +5942,45 @@ class DeploymentSpecificationRouteBackendRoutingBackendArgs:
|
|
4520
5942
|
pulumi.set(self, "key", value)
|
4521
5943
|
|
4522
5944
|
|
5945
|
+
if not MYPY:
|
5946
|
+
class DeploymentSpecificationRouteBackendRoutingBackendBackendArgsDict(TypedDict):
|
5947
|
+
type: pulumi.Input[str]
|
5948
|
+
"""
|
5949
|
+
Type of the Response Cache Store Policy.
|
5950
|
+
"""
|
5951
|
+
body: NotRequired[pulumi.Input[str]]
|
5952
|
+
"""
|
5953
|
+
The body of the stock response from the mock backend.
|
5954
|
+
"""
|
5955
|
+
connect_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5956
|
+
"""
|
5957
|
+
Defines a timeout for establishing a connection with a proxied server.
|
5958
|
+
"""
|
5959
|
+
function_id: NotRequired[pulumi.Input[str]]
|
5960
|
+
"""
|
5961
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
|
5962
|
+
"""
|
5963
|
+
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgsDict']]]]
|
5964
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
5965
|
+
"""
|
5966
|
+
Defines whether or not to uphold SSL verification.
|
5967
|
+
"""
|
5968
|
+
read_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5969
|
+
"""
|
5970
|
+
Defines a timeout for reading a response from the proxied server.
|
5971
|
+
"""
|
5972
|
+
send_timeout_in_seconds: NotRequired[pulumi.Input[float]]
|
5973
|
+
"""
|
5974
|
+
Defines a timeout for transmitting a request to the proxied server.
|
5975
|
+
"""
|
5976
|
+
status: NotRequired[pulumi.Input[int]]
|
5977
|
+
"""
|
5978
|
+
The status code of the stock response from the mock backend.
|
5979
|
+
"""
|
5980
|
+
url: NotRequired[pulumi.Input[str]]
|
5981
|
+
elif False:
|
5982
|
+
DeploymentSpecificationRouteBackendRoutingBackendBackendArgsDict: TypeAlias = Mapping[str, Any]
|
5983
|
+
|
4523
5984
|
@pulumi.input_type
|
4524
5985
|
class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
4525
5986
|
def __init__(__self__, *,
|
@@ -4678,6 +6139,19 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
|
4678
6139
|
pulumi.set(self, "url", value)
|
4679
6140
|
|
4680
6141
|
|
6142
|
+
if not MYPY:
|
6143
|
+
class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgsDict(TypedDict):
|
6144
|
+
name: NotRequired[pulumi.Input[str]]
|
6145
|
+
"""
|
6146
|
+
The case-insensitive name of the header. This name must be unique across transformation policies.
|
6147
|
+
"""
|
6148
|
+
value: NotRequired[pulumi.Input[str]]
|
6149
|
+
"""
|
6150
|
+
Value of the header.
|
6151
|
+
"""
|
6152
|
+
elif False:
|
6153
|
+
DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
6154
|
+
|
4681
6155
|
@pulumi.input_type
|
4682
6156
|
class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
|
4683
6157
|
def __init__(__self__, *,
|
@@ -4717,6 +6191,31 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
|
|
4717
6191
|
pulumi.set(self, "value", value)
|
4718
6192
|
|
4719
6193
|
|
6194
|
+
if not MYPY:
|
6195
|
+
class DeploymentSpecificationRouteBackendRoutingBackendKeyArgsDict(TypedDict):
|
6196
|
+
name: pulumi.Input[str]
|
6197
|
+
"""
|
6198
|
+
(Updatable) Name assigned to the branch.
|
6199
|
+
"""
|
6200
|
+
type: pulumi.Input[str]
|
6201
|
+
"""
|
6202
|
+
(Updatable) Information regarding type of the selection key.
|
6203
|
+
"""
|
6204
|
+
expression: NotRequired[pulumi.Input[str]]
|
6205
|
+
"""
|
6206
|
+
(Updatable) String describing the expression with wildcards.
|
6207
|
+
"""
|
6208
|
+
is_default: NotRequired[pulumi.Input[bool]]
|
6209
|
+
"""
|
6210
|
+
(Updatable) Information regarding whether this is the default branch.
|
6211
|
+
"""
|
6212
|
+
values: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6213
|
+
"""
|
6214
|
+
(Updatable) Information regarding the set of values of selector for which this branch should be selected.
|
6215
|
+
"""
|
6216
|
+
elif False:
|
6217
|
+
DeploymentSpecificationRouteBackendRoutingBackendKeyArgsDict: TypeAlias = Mapping[str, Any]
|
6218
|
+
|
4720
6219
|
@pulumi.input_type
|
4721
6220
|
class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
|
4722
6221
|
def __init__(__self__, *,
|
@@ -4802,6 +6301,19 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
|
|
4802
6301
|
pulumi.set(self, "values", value)
|
4803
6302
|
|
4804
6303
|
|
6304
|
+
if not MYPY:
|
6305
|
+
class DeploymentSpecificationRouteBackendSelectionSourceArgsDict(TypedDict):
|
6306
|
+
selector: pulumi.Input[str]
|
6307
|
+
"""
|
6308
|
+
(Updatable) String describing the context variable used as selector.
|
6309
|
+
"""
|
6310
|
+
type: pulumi.Input[str]
|
6311
|
+
"""
|
6312
|
+
(Updatable) Type of the Selection source to use.
|
6313
|
+
"""
|
6314
|
+
elif False:
|
6315
|
+
DeploymentSpecificationRouteBackendSelectionSourceArgsDict: TypeAlias = Mapping[str, Any]
|
6316
|
+
|
4805
6317
|
@pulumi.input_type
|
4806
6318
|
class DeploymentSpecificationRouteBackendSelectionSourceArgs:
|
4807
6319
|
def __init__(__self__, *,
|
@@ -4839,6 +6351,19 @@ class DeploymentSpecificationRouteBackendSelectionSourceArgs:
|
|
4839
6351
|
pulumi.set(self, "type", value)
|
4840
6352
|
|
4841
6353
|
|
6354
|
+
if not MYPY:
|
6355
|
+
class DeploymentSpecificationRouteLoggingPoliciesArgsDict(TypedDict):
|
6356
|
+
access_log: NotRequired[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesAccessLogArgsDict']]
|
6357
|
+
"""
|
6358
|
+
(Updatable) Configures the logging policies for the access logs of an API Deployment.
|
6359
|
+
"""
|
6360
|
+
execution_log: NotRequired[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgsDict']]
|
6361
|
+
"""
|
6362
|
+
(Updatable) Configures the logging policies for the execution logs of an API Deployment.
|
6363
|
+
"""
|
6364
|
+
elif False:
|
6365
|
+
DeploymentSpecificationRouteLoggingPoliciesArgsDict: TypeAlias = Mapping[str, Any]
|
6366
|
+
|
4842
6367
|
@pulumi.input_type
|
4843
6368
|
class DeploymentSpecificationRouteLoggingPoliciesArgs:
|
4844
6369
|
def __init__(__self__, *,
|
@@ -4878,6 +6403,19 @@ class DeploymentSpecificationRouteLoggingPoliciesArgs:
|
|
4878
6403
|
pulumi.set(self, "execution_log", value)
|
4879
6404
|
|
4880
6405
|
|
6406
|
+
if not MYPY:
|
6407
|
+
class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgsDict(TypedDict):
|
6408
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
6409
|
+
"""
|
6410
|
+
(Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
6411
|
+
|
6412
|
+
Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
6413
|
+
|
6414
|
+
Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
|
6415
|
+
"""
|
6416
|
+
elif False:
|
6417
|
+
DeploymentSpecificationRouteLoggingPoliciesAccessLogArgsDict: TypeAlias = Mapping[str, Any]
|
6418
|
+
|
4881
6419
|
@pulumi.input_type
|
4882
6420
|
class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs:
|
4883
6421
|
def __init__(__self__, *,
|
@@ -4909,6 +6447,23 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs:
|
|
4909
6447
|
pulumi.set(self, "is_enabled", value)
|
4910
6448
|
|
4911
6449
|
|
6450
|
+
if not MYPY:
|
6451
|
+
class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgsDict(TypedDict):
|
6452
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
6453
|
+
"""
|
6454
|
+
(Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
6455
|
+
|
6456
|
+
Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
|
6457
|
+
|
6458
|
+
Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
|
6459
|
+
"""
|
6460
|
+
log_level: NotRequired[pulumi.Input[str]]
|
6461
|
+
"""
|
6462
|
+
(Updatable) Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
|
6463
|
+
"""
|
6464
|
+
elif False:
|
6465
|
+
DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgsDict: TypeAlias = Mapping[str, Any]
|
6466
|
+
|
4912
6467
|
@pulumi.input_type
|
4913
6468
|
class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs:
|
4914
6469
|
def __init__(__self__, *,
|
@@ -4956,6 +6511,43 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs:
|
|
4956
6511
|
pulumi.set(self, "log_level", value)
|
4957
6512
|
|
4958
6513
|
|
6514
|
+
if not MYPY:
|
6515
|
+
class DeploymentSpecificationRouteRequestPoliciesArgsDict(TypedDict):
|
6516
|
+
authorization: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesAuthorizationArgsDict']]
|
6517
|
+
"""
|
6518
|
+
(Updatable) If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
|
6519
|
+
"""
|
6520
|
+
body_validation: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesBodyValidationArgsDict']]
|
6521
|
+
"""
|
6522
|
+
(Updatable) Validate the payload body of the incoming API requests on a specific route.
|
6523
|
+
"""
|
6524
|
+
cors: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesCorsArgsDict']]
|
6525
|
+
"""
|
6526
|
+
(Updatable) Enable CORS (Cross-Origin-Resource-Sharing) request handling.
|
6527
|
+
"""
|
6528
|
+
header_transformations: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgsDict']]
|
6529
|
+
"""
|
6530
|
+
(Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
6531
|
+
"""
|
6532
|
+
header_validations: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgsDict']]
|
6533
|
+
"""
|
6534
|
+
(Updatable) Validate the HTTP headers on the incoming API requests on a specific route.
|
6535
|
+
"""
|
6536
|
+
query_parameter_transformations: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgsDict']]
|
6537
|
+
"""
|
6538
|
+
(Updatable) A set of transformations to apply to query parameters that pass through the gateway.
|
6539
|
+
"""
|
6540
|
+
query_parameter_validations: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgsDict']]
|
6541
|
+
"""
|
6542
|
+
(Updatable) Validate the URL query parameters on the incoming API requests on a specific route.
|
6543
|
+
"""
|
6544
|
+
response_cache_lookup: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgsDict']]
|
6545
|
+
"""
|
6546
|
+
(Updatable) Base policy for Response Cache lookup.
|
6547
|
+
"""
|
6548
|
+
elif False:
|
6549
|
+
DeploymentSpecificationRouteRequestPoliciesArgsDict: TypeAlias = Mapping[str, Any]
|
6550
|
+
|
4959
6551
|
@pulumi.input_type
|
4960
6552
|
class DeploymentSpecificationRouteRequestPoliciesArgs:
|
4961
6553
|
def __init__(__self__, *,
|
@@ -5091,6 +6683,19 @@ class DeploymentSpecificationRouteRequestPoliciesArgs:
|
|
5091
6683
|
pulumi.set(self, "response_cache_lookup", value)
|
5092
6684
|
|
5093
6685
|
|
6686
|
+
if not MYPY:
|
6687
|
+
class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgsDict(TypedDict):
|
6688
|
+
allowed_scopes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6689
|
+
"""
|
6690
|
+
(Updatable) A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
|
6691
|
+
"""
|
6692
|
+
type: NotRequired[pulumi.Input[str]]
|
6693
|
+
"""
|
6694
|
+
(Updatable) Indicates how authorization should be applied. For a type of ANY_OF, an "allowedScope" property must also be specified. Otherwise, only a type is required. For a type of ANONYMOUS, an authenticated API must have the "isAnonymousAccessAllowed" property set to "true" in the authentication policy.
|
6695
|
+
"""
|
6696
|
+
elif False:
|
6697
|
+
DeploymentSpecificationRouteRequestPoliciesAuthorizationArgsDict: TypeAlias = Mapping[str, Any]
|
6698
|
+
|
5094
6699
|
@pulumi.input_type
|
5095
6700
|
class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs:
|
5096
6701
|
def __init__(__self__, *,
|
@@ -5130,6 +6735,29 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs:
|
|
5130
6735
|
pulumi.set(self, "type", value)
|
5131
6736
|
|
5132
6737
|
|
6738
|
+
if not MYPY:
|
6739
|
+
class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgsDict(TypedDict):
|
6740
|
+
contents: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgsDict']]]]
|
6741
|
+
"""
|
6742
|
+
(Updatable) The content of the request body.
|
6743
|
+
"""
|
6744
|
+
required: NotRequired[pulumi.Input[bool]]
|
6745
|
+
"""
|
6746
|
+
(Updatable) Determines if the request body is required in the request.
|
6747
|
+
"""
|
6748
|
+
validation_mode: NotRequired[pulumi.Input[str]]
|
6749
|
+
"""
|
6750
|
+
(Updatable) Validation behavior mode.
|
6751
|
+
|
6752
|
+
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
|
6753
|
+
|
6754
|
+
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request will follow the normal path.
|
6755
|
+
|
6756
|
+
`DISABLED` type turns the validation off.
|
6757
|
+
"""
|
6758
|
+
elif False:
|
6759
|
+
DeploymentSpecificationRouteRequestPoliciesBodyValidationArgsDict: TypeAlias = Mapping[str, Any]
|
6760
|
+
|
5133
6761
|
@pulumi.input_type
|
5134
6762
|
class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs:
|
5135
6763
|
def __init__(__self__, *,
|
@@ -5197,6 +6825,25 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs:
|
|
5197
6825
|
pulumi.set(self, "validation_mode", value)
|
5198
6826
|
|
5199
6827
|
|
6828
|
+
if not MYPY:
|
6829
|
+
class DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgsDict(TypedDict):
|
6830
|
+
media_type: pulumi.Input[str]
|
6831
|
+
"""
|
6832
|
+
(Updatable) The media_type is a [media type range](https://tools.ietf.org/html/rfc7231#appendix-D) subset restricted to the following schema
|
6833
|
+
|
6834
|
+
media_type ::= ( / ( "*" "/" "*" ) / ( type "/" "*" ) / ( type "/" subtype ) )
|
6835
|
+
|
6836
|
+
For requests that match multiple media types, only the most specific media type is applicable. e.g. `text/plain` overrides `text/*`
|
6837
|
+
"""
|
6838
|
+
validation_type: pulumi.Input[str]
|
6839
|
+
"""
|
6840
|
+
(Updatable) Validation type defines the content validation method.
|
6841
|
+
|
6842
|
+
Make the validation to first parse the body as the respective format.
|
6843
|
+
"""
|
6844
|
+
elif False:
|
6845
|
+
DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgsDict: TypeAlias = Mapping[str, Any]
|
6846
|
+
|
5200
6847
|
@pulumi.input_type
|
5201
6848
|
class DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs:
|
5202
6849
|
def __init__(__self__, *,
|
@@ -5246,6 +6893,35 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs:
|
|
5246
6893
|
pulumi.set(self, "validation_type", value)
|
5247
6894
|
|
5248
6895
|
|
6896
|
+
if not MYPY:
|
6897
|
+
class DeploymentSpecificationRouteRequestPoliciesCorsArgsDict(TypedDict):
|
6898
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]]
|
6899
|
+
"""
|
6900
|
+
(Updatable) The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
|
6901
|
+
"""
|
6902
|
+
allowed_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6903
|
+
"""
|
6904
|
+
(Updatable) The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
|
6905
|
+
"""
|
6906
|
+
allowed_methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6907
|
+
"""
|
6908
|
+
(Updatable) The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
|
6909
|
+
"""
|
6910
|
+
exposed_headers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6911
|
+
"""
|
6912
|
+
(Updatable) The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
|
6913
|
+
"""
|
6914
|
+
is_allow_credentials_enabled: NotRequired[pulumi.Input[bool]]
|
6915
|
+
"""
|
6916
|
+
(Updatable) Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
|
6917
|
+
"""
|
6918
|
+
max_age_in_seconds: NotRequired[pulumi.Input[int]]
|
6919
|
+
"""
|
6920
|
+
(Updatable) The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
|
6921
|
+
"""
|
6922
|
+
elif False:
|
6923
|
+
DeploymentSpecificationRouteRequestPoliciesCorsArgsDict: TypeAlias = Mapping[str, Any]
|
6924
|
+
|
5249
6925
|
@pulumi.input_type
|
5250
6926
|
class DeploymentSpecificationRouteRequestPoliciesCorsArgs:
|
5251
6927
|
def __init__(__self__, *,
|
@@ -5348,6 +7024,23 @@ class DeploymentSpecificationRouteRequestPoliciesCorsArgs:
|
|
5348
7024
|
pulumi.set(self, "max_age_in_seconds", value)
|
5349
7025
|
|
5350
7026
|
|
7027
|
+
if not MYPY:
|
7028
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgsDict(TypedDict):
|
7029
|
+
filter_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgsDict']]
|
7030
|
+
"""
|
7031
|
+
(Updatable) Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
|
7032
|
+
"""
|
7033
|
+
rename_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgsDict']]
|
7034
|
+
"""
|
7035
|
+
(Updatable) Rename HTTP headers as they pass through the gateway.
|
7036
|
+
"""
|
7037
|
+
set_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgsDict']]
|
7038
|
+
"""
|
7039
|
+
(Updatable) Set HTTP headers as they pass through the gateway.
|
7040
|
+
"""
|
7041
|
+
elif False:
|
7042
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgsDict: TypeAlias = Mapping[str, Any]
|
7043
|
+
|
5351
7044
|
@pulumi.input_type
|
5352
7045
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs:
|
5353
7046
|
def __init__(__self__, *,
|
@@ -5403,6 +7096,19 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs:
|
|
5403
7096
|
pulumi.set(self, "set_headers", value)
|
5404
7097
|
|
5405
7098
|
|
7099
|
+
if not MYPY:
|
7100
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgsDict(TypedDict):
|
7101
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgsDict']]]
|
7102
|
+
"""
|
7103
|
+
(Updatable) The list of headers.
|
7104
|
+
"""
|
7105
|
+
type: pulumi.Input[str]
|
7106
|
+
"""
|
7107
|
+
(Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
|
7108
|
+
"""
|
7109
|
+
elif False:
|
7110
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
7111
|
+
|
5406
7112
|
@pulumi.input_type
|
5407
7113
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgs:
|
5408
7114
|
def __init__(__self__, *,
|
@@ -5440,6 +7146,15 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
|
|
5440
7146
|
pulumi.set(self, "type", value)
|
5441
7147
|
|
5442
7148
|
|
7149
|
+
if not MYPY:
|
7150
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgsDict(TypedDict):
|
7151
|
+
name: pulumi.Input[str]
|
7152
|
+
"""
|
7153
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
7154
|
+
"""
|
7155
|
+
elif False:
|
7156
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7157
|
+
|
5443
7158
|
@pulumi.input_type
|
5444
7159
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs:
|
5445
7160
|
def __init__(__self__, *,
|
@@ -5462,6 +7177,15 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
|
|
5462
7177
|
pulumi.set(self, "name", value)
|
5463
7178
|
|
5464
7179
|
|
7180
|
+
if not MYPY:
|
7181
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgsDict(TypedDict):
|
7182
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgsDict']]]
|
7183
|
+
"""
|
7184
|
+
(Updatable) The list of headers.
|
7185
|
+
"""
|
7186
|
+
elif False:
|
7187
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
7188
|
+
|
5465
7189
|
@pulumi.input_type
|
5466
7190
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgs:
|
5467
7191
|
def __init__(__self__, *,
|
@@ -5484,6 +7208,19 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHead
|
|
5484
7208
|
pulumi.set(self, "items", value)
|
5485
7209
|
|
5486
7210
|
|
7211
|
+
if not MYPY:
|
7212
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgsDict(TypedDict):
|
7213
|
+
from_: pulumi.Input[str]
|
7214
|
+
"""
|
7215
|
+
(Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
7216
|
+
"""
|
7217
|
+
to: pulumi.Input[str]
|
7218
|
+
"""
|
7219
|
+
(Updatable) The new name of the header. This name must be unique across transformation policies.
|
7220
|
+
"""
|
7221
|
+
elif False:
|
7222
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7223
|
+
|
5487
7224
|
@pulumi.input_type
|
5488
7225
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgs:
|
5489
7226
|
def __init__(__self__, *,
|
@@ -5521,6 +7258,15 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHead
|
|
5521
7258
|
pulumi.set(self, "to", value)
|
5522
7259
|
|
5523
7260
|
|
7261
|
+
if not MYPY:
|
7262
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgsDict(TypedDict):
|
7263
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgsDict']]]
|
7264
|
+
"""
|
7265
|
+
(Updatable) The list of headers.
|
7266
|
+
"""
|
7267
|
+
elif False:
|
7268
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
7269
|
+
|
5524
7270
|
@pulumi.input_type
|
5525
7271
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgs:
|
5526
7272
|
def __init__(__self__, *,
|
@@ -5543,6 +7289,23 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeaders
|
|
5543
7289
|
pulumi.set(self, "items", value)
|
5544
7290
|
|
5545
7291
|
|
7292
|
+
if not MYPY:
|
7293
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgsDict(TypedDict):
|
7294
|
+
name: pulumi.Input[str]
|
7295
|
+
"""
|
7296
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
7297
|
+
"""
|
7298
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
7299
|
+
"""
|
7300
|
+
(Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
7301
|
+
"""
|
7302
|
+
if_exists: NotRequired[pulumi.Input[str]]
|
7303
|
+
"""
|
7304
|
+
(Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
7305
|
+
"""
|
7306
|
+
elif False:
|
7307
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7308
|
+
|
5546
7309
|
@pulumi.input_type
|
5547
7310
|
class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgs:
|
5548
7311
|
def __init__(__self__, *,
|
@@ -5596,6 +7359,25 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeaders
|
|
5596
7359
|
pulumi.set(self, "if_exists", value)
|
5597
7360
|
|
5598
7361
|
|
7362
|
+
if not MYPY:
|
7363
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgsDict(TypedDict):
|
7364
|
+
headers: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgsDict']]]]
|
7365
|
+
"""
|
7366
|
+
(Updatable)
|
7367
|
+
"""
|
7368
|
+
validation_mode: NotRequired[pulumi.Input[str]]
|
7369
|
+
"""
|
7370
|
+
(Updatable) Validation behavior mode.
|
7371
|
+
|
7372
|
+
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
|
7373
|
+
|
7374
|
+
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request will follow the normal path.
|
7375
|
+
|
7376
|
+
`DISABLED` type turns the validation off.
|
7377
|
+
"""
|
7378
|
+
elif False:
|
7379
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgsDict: TypeAlias = Mapping[str, Any]
|
7380
|
+
|
5599
7381
|
@pulumi.input_type
|
5600
7382
|
class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs:
|
5601
7383
|
def __init__(__self__, *,
|
@@ -5647,6 +7429,19 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs:
|
|
5647
7429
|
pulumi.set(self, "validation_mode", value)
|
5648
7430
|
|
5649
7431
|
|
7432
|
+
if not MYPY:
|
7433
|
+
class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgsDict(TypedDict):
|
7434
|
+
name: pulumi.Input[str]
|
7435
|
+
"""
|
7436
|
+
(Updatable) Parameter name.
|
7437
|
+
"""
|
7438
|
+
required: NotRequired[pulumi.Input[bool]]
|
7439
|
+
"""
|
7440
|
+
(Updatable) Determines if the header is required in the request.
|
7441
|
+
"""
|
7442
|
+
elif False:
|
7443
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgsDict: TypeAlias = Mapping[str, Any]
|
7444
|
+
|
5650
7445
|
@pulumi.input_type
|
5651
7446
|
class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
|
5652
7447
|
def __init__(__self__, *,
|
@@ -5685,6 +7480,23 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
|
|
5685
7480
|
pulumi.set(self, "required", value)
|
5686
7481
|
|
5687
7482
|
|
7483
|
+
if not MYPY:
|
7484
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgsDict(TypedDict):
|
7485
|
+
filter_query_parameters: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgsDict']]
|
7486
|
+
"""
|
7487
|
+
(Updatable) Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
|
7488
|
+
"""
|
7489
|
+
rename_query_parameters: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgsDict']]
|
7490
|
+
"""
|
7491
|
+
(Updatable) Rename parameters on the query string as they pass through the gateway.
|
7492
|
+
"""
|
7493
|
+
set_query_parameters: NotRequired[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgsDict']]
|
7494
|
+
"""
|
7495
|
+
(Updatable) Set parameters on the query string as they pass through the gateway.
|
7496
|
+
"""
|
7497
|
+
elif False:
|
7498
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgsDict: TypeAlias = Mapping[str, Any]
|
7499
|
+
|
5688
7500
|
@pulumi.input_type
|
5689
7501
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgs:
|
5690
7502
|
def __init__(__self__, *,
|
@@ -5740,6 +7552,19 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsAr
|
|
5740
7552
|
pulumi.set(self, "set_query_parameters", value)
|
5741
7553
|
|
5742
7554
|
|
7555
|
+
if not MYPY:
|
7556
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgsDict(TypedDict):
|
7557
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgsDict']]]
|
7558
|
+
"""
|
7559
|
+
(Updatable) The list of query parameters.
|
7560
|
+
"""
|
7561
|
+
type: pulumi.Input[str]
|
7562
|
+
"""
|
7563
|
+
(Updatable) BLOCK drops any query parameters that are in the list of items, so it acts as an exclusion list. ALLOW permits only the parameters in the list and removes all others, so it acts as an inclusion list.
|
7564
|
+
"""
|
7565
|
+
elif False:
|
7566
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgsDict: TypeAlias = Mapping[str, Any]
|
7567
|
+
|
5743
7568
|
@pulumi.input_type
|
5744
7569
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgs:
|
5745
7570
|
def __init__(__self__, *,
|
@@ -5777,6 +7602,15 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
|
|
5777
7602
|
pulumi.set(self, "type", value)
|
5778
7603
|
|
5779
7604
|
|
7605
|
+
if not MYPY:
|
7606
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgsDict(TypedDict):
|
7607
|
+
name: pulumi.Input[str]
|
7608
|
+
"""
|
7609
|
+
(Updatable) The case-sensitive name of the query parameter.
|
7610
|
+
"""
|
7611
|
+
elif False:
|
7612
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7613
|
+
|
5780
7614
|
@pulumi.input_type
|
5781
7615
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs:
|
5782
7616
|
def __init__(__self__, *,
|
@@ -5799,6 +7633,15 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
|
|
5799
7633
|
pulumi.set(self, "name", value)
|
5800
7634
|
|
5801
7635
|
|
7636
|
+
if not MYPY:
|
7637
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgsDict(TypedDict):
|
7638
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgsDict']]]
|
7639
|
+
"""
|
7640
|
+
(Updatable) The list of query parameters.
|
7641
|
+
"""
|
7642
|
+
elif False:
|
7643
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgsDict: TypeAlias = Mapping[str, Any]
|
7644
|
+
|
5802
7645
|
@pulumi.input_type
|
5803
7646
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgs:
|
5804
7647
|
def __init__(__self__, *,
|
@@ -5821,6 +7664,19 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
|
|
5821
7664
|
pulumi.set(self, "items", value)
|
5822
7665
|
|
5823
7666
|
|
7667
|
+
if not MYPY:
|
7668
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgsDict(TypedDict):
|
7669
|
+
from_: pulumi.Input[str]
|
7670
|
+
"""
|
7671
|
+
(Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
|
7672
|
+
"""
|
7673
|
+
to: pulumi.Input[str]
|
7674
|
+
"""
|
7675
|
+
(Updatable) The new name of the query parameter. This name must be unique across transformation policies.
|
7676
|
+
"""
|
7677
|
+
elif False:
|
7678
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7679
|
+
|
5824
7680
|
@pulumi.input_type
|
5825
7681
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs:
|
5826
7682
|
def __init__(__self__, *,
|
@@ -5858,6 +7714,15 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
|
|
5858
7714
|
pulumi.set(self, "to", value)
|
5859
7715
|
|
5860
7716
|
|
7717
|
+
if not MYPY:
|
7718
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgsDict(TypedDict):
|
7719
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgsDict']]]
|
7720
|
+
"""
|
7721
|
+
(Updatable) The list of query parameters.
|
7722
|
+
"""
|
7723
|
+
elif False:
|
7724
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgsDict: TypeAlias = Mapping[str, Any]
|
7725
|
+
|
5861
7726
|
@pulumi.input_type
|
5862
7727
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgs:
|
5863
7728
|
def __init__(__self__, *,
|
@@ -5880,6 +7745,23 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
|
|
5880
7745
|
pulumi.set(self, "items", value)
|
5881
7746
|
|
5882
7747
|
|
7748
|
+
if not MYPY:
|
7749
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgsDict(TypedDict):
|
7750
|
+
name: pulumi.Input[str]
|
7751
|
+
"""
|
7752
|
+
(Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
|
7753
|
+
"""
|
7754
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
7755
|
+
"""
|
7756
|
+
(Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
7757
|
+
"""
|
7758
|
+
if_exists: NotRequired[pulumi.Input[str]]
|
7759
|
+
"""
|
7760
|
+
(Updatable) If a query parameter with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
7761
|
+
"""
|
7762
|
+
elif False:
|
7763
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgsDict: TypeAlias = Mapping[str, Any]
|
7764
|
+
|
5883
7765
|
@pulumi.input_type
|
5884
7766
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs:
|
5885
7767
|
def __init__(__self__, *,
|
@@ -5933,6 +7815,25 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
|
|
5933
7815
|
pulumi.set(self, "if_exists", value)
|
5934
7816
|
|
5935
7817
|
|
7818
|
+
if not MYPY:
|
7819
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgsDict(TypedDict):
|
7820
|
+
parameters: NotRequired[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgsDict']]]]
|
7821
|
+
"""
|
7822
|
+
(Updatable)
|
7823
|
+
"""
|
7824
|
+
validation_mode: NotRequired[pulumi.Input[str]]
|
7825
|
+
"""
|
7826
|
+
(Updatable) Validation behavior mode.
|
7827
|
+
|
7828
|
+
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
|
7829
|
+
|
7830
|
+
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request will follow the normal path.
|
7831
|
+
|
7832
|
+
`DISABLED` type turns the validation off.
|
7833
|
+
"""
|
7834
|
+
elif False:
|
7835
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgsDict: TypeAlias = Mapping[str, Any]
|
7836
|
+
|
5936
7837
|
@pulumi.input_type
|
5937
7838
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs:
|
5938
7839
|
def __init__(__self__, *,
|
@@ -5984,6 +7885,19 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs:
|
|
5984
7885
|
pulumi.set(self, "validation_mode", value)
|
5985
7886
|
|
5986
7887
|
|
7888
|
+
if not MYPY:
|
7889
|
+
class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgsDict(TypedDict):
|
7890
|
+
name: pulumi.Input[str]
|
7891
|
+
"""
|
7892
|
+
(Updatable) Parameter name.
|
7893
|
+
"""
|
7894
|
+
required: NotRequired[pulumi.Input[bool]]
|
7895
|
+
"""
|
7896
|
+
(Updatable) Determines if the parameter is required in the request.
|
7897
|
+
"""
|
7898
|
+
elif False:
|
7899
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgsDict: TypeAlias = Mapping[str, Any]
|
7900
|
+
|
5987
7901
|
@pulumi.input_type
|
5988
7902
|
class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs:
|
5989
7903
|
def __init__(__self__, *,
|
@@ -6022,6 +7936,31 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
|
|
6022
7936
|
pulumi.set(self, "required", value)
|
6023
7937
|
|
6024
7938
|
|
7939
|
+
if not MYPY:
|
7940
|
+
class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgsDict(TypedDict):
|
7941
|
+
type: pulumi.Input[str]
|
7942
|
+
"""
|
7943
|
+
(Updatable) Type of the Response Cache Store Policy.
|
7944
|
+
"""
|
7945
|
+
cache_key_additions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7946
|
+
"""
|
7947
|
+
(Updatable) A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
|
7948
|
+
"""
|
7949
|
+
is_enabled: NotRequired[pulumi.Input[bool]]
|
7950
|
+
"""
|
7951
|
+
(Updatable) Whether this policy is currently enabled.
|
7952
|
+
"""
|
7953
|
+
is_private_caching_enabled: NotRequired[pulumi.Input[bool]]
|
7954
|
+
"""
|
7955
|
+
(Updatable) Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
|
7956
|
+
|
7957
|
+
When false, any request with an Authorization header will not be stored in the Response Cache.
|
7958
|
+
|
7959
|
+
If using the CustomAuthenticationPolicy then the tokenHeader/tokenQueryParam are also subject to this check.
|
7960
|
+
"""
|
7961
|
+
elif False:
|
7962
|
+
DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgsDict: TypeAlias = Mapping[str, Any]
|
7963
|
+
|
6025
7964
|
@pulumi.input_type
|
6026
7965
|
class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs:
|
6027
7966
|
def __init__(__self__, *,
|
@@ -6100,6 +8039,19 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs:
|
|
6100
8039
|
pulumi.set(self, "is_private_caching_enabled", value)
|
6101
8040
|
|
6102
8041
|
|
8042
|
+
if not MYPY:
|
8043
|
+
class DeploymentSpecificationRouteResponsePoliciesArgsDict(TypedDict):
|
8044
|
+
header_transformations: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgsDict']]
|
8045
|
+
"""
|
8046
|
+
(Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
8047
|
+
"""
|
8048
|
+
response_cache_store: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgsDict']]
|
8049
|
+
"""
|
8050
|
+
(Updatable) Base policy for how a response from a backend is cached in the Response Cache.
|
8051
|
+
"""
|
8052
|
+
elif False:
|
8053
|
+
DeploymentSpecificationRouteResponsePoliciesArgsDict: TypeAlias = Mapping[str, Any]
|
8054
|
+
|
6103
8055
|
@pulumi.input_type
|
6104
8056
|
class DeploymentSpecificationRouteResponsePoliciesArgs:
|
6105
8057
|
def __init__(__self__, *,
|
@@ -6139,6 +8091,23 @@ class DeploymentSpecificationRouteResponsePoliciesArgs:
|
|
6139
8091
|
pulumi.set(self, "response_cache_store", value)
|
6140
8092
|
|
6141
8093
|
|
8094
|
+
if not MYPY:
|
8095
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgsDict(TypedDict):
|
8096
|
+
filter_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgsDict']]
|
8097
|
+
"""
|
8098
|
+
(Updatable) Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
|
8099
|
+
"""
|
8100
|
+
rename_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgsDict']]
|
8101
|
+
"""
|
8102
|
+
(Updatable) Rename HTTP headers as they pass through the gateway.
|
8103
|
+
"""
|
8104
|
+
set_headers: NotRequired[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgsDict']]
|
8105
|
+
"""
|
8106
|
+
(Updatable) Set HTTP headers as they pass through the gateway.
|
8107
|
+
"""
|
8108
|
+
elif False:
|
8109
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgsDict: TypeAlias = Mapping[str, Any]
|
8110
|
+
|
6142
8111
|
@pulumi.input_type
|
6143
8112
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs:
|
6144
8113
|
def __init__(__self__, *,
|
@@ -6194,6 +8163,19 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs:
|
|
6194
8163
|
pulumi.set(self, "set_headers", value)
|
6195
8164
|
|
6196
8165
|
|
8166
|
+
if not MYPY:
|
8167
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgsDict(TypedDict):
|
8168
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgsDict']]]
|
8169
|
+
"""
|
8170
|
+
(Updatable) The list of headers.
|
8171
|
+
"""
|
8172
|
+
type: pulumi.Input[str]
|
8173
|
+
"""
|
8174
|
+
(Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
|
8175
|
+
"""
|
8176
|
+
elif False:
|
8177
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
8178
|
+
|
6197
8179
|
@pulumi.input_type
|
6198
8180
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgs:
|
6199
8181
|
def __init__(__self__, *,
|
@@ -6231,6 +8213,15 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
|
|
6231
8213
|
pulumi.set(self, "type", value)
|
6232
8214
|
|
6233
8215
|
|
8216
|
+
if not MYPY:
|
8217
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgsDict(TypedDict):
|
8218
|
+
name: pulumi.Input[str]
|
8219
|
+
"""
|
8220
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
8221
|
+
"""
|
8222
|
+
elif False:
|
8223
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
8224
|
+
|
6234
8225
|
@pulumi.input_type
|
6235
8226
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs:
|
6236
8227
|
def __init__(__self__, *,
|
@@ -6253,6 +8244,15 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
|
|
6253
8244
|
pulumi.set(self, "name", value)
|
6254
8245
|
|
6255
8246
|
|
8247
|
+
if not MYPY:
|
8248
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgsDict(TypedDict):
|
8249
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgsDict']]]
|
8250
|
+
"""
|
8251
|
+
(Updatable) The list of headers.
|
8252
|
+
"""
|
8253
|
+
elif False:
|
8254
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
8255
|
+
|
6256
8256
|
@pulumi.input_type
|
6257
8257
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgs:
|
6258
8258
|
def __init__(__self__, *,
|
@@ -6275,6 +8275,19 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHea
|
|
6275
8275
|
pulumi.set(self, "items", value)
|
6276
8276
|
|
6277
8277
|
|
8278
|
+
if not MYPY:
|
8279
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgsDict(TypedDict):
|
8280
|
+
from_: pulumi.Input[str]
|
8281
|
+
"""
|
8282
|
+
(Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
8283
|
+
"""
|
8284
|
+
to: pulumi.Input[str]
|
8285
|
+
"""
|
8286
|
+
(Updatable) The new name of the header. This name must be unique across transformation policies.
|
8287
|
+
"""
|
8288
|
+
elif False:
|
8289
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
8290
|
+
|
6278
8291
|
@pulumi.input_type
|
6279
8292
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgs:
|
6280
8293
|
def __init__(__self__, *,
|
@@ -6312,6 +8325,15 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHea
|
|
6312
8325
|
pulumi.set(self, "to", value)
|
6313
8326
|
|
6314
8327
|
|
8328
|
+
if not MYPY:
|
8329
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgsDict(TypedDict):
|
8330
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgsDict']]]
|
8331
|
+
"""
|
8332
|
+
(Updatable) The list of headers.
|
8333
|
+
"""
|
8334
|
+
elif False:
|
8335
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgsDict: TypeAlias = Mapping[str, Any]
|
8336
|
+
|
6315
8337
|
@pulumi.input_type
|
6316
8338
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgs:
|
6317
8339
|
def __init__(__self__, *,
|
@@ -6334,6 +8356,23 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeader
|
|
6334
8356
|
pulumi.set(self, "items", value)
|
6335
8357
|
|
6336
8358
|
|
8359
|
+
if not MYPY:
|
8360
|
+
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgsDict(TypedDict):
|
8361
|
+
name: pulumi.Input[str]
|
8362
|
+
"""
|
8363
|
+
(Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
8364
|
+
"""
|
8365
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]]
|
8366
|
+
"""
|
8367
|
+
(Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
8368
|
+
"""
|
8369
|
+
if_exists: NotRequired[pulumi.Input[str]]
|
8370
|
+
"""
|
8371
|
+
(Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
|
8372
|
+
"""
|
8373
|
+
elif False:
|
8374
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgsDict: TypeAlias = Mapping[str, Any]
|
8375
|
+
|
6337
8376
|
@pulumi.input_type
|
6338
8377
|
class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgs:
|
6339
8378
|
def __init__(__self__, *,
|
@@ -6387,6 +8426,23 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeader
|
|
6387
8426
|
pulumi.set(self, "if_exists", value)
|
6388
8427
|
|
6389
8428
|
|
8429
|
+
if not MYPY:
|
8430
|
+
class DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgsDict(TypedDict):
|
8431
|
+
time_to_live_in_seconds: pulumi.Input[int]
|
8432
|
+
"""
|
8433
|
+
(Updatable) Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
|
8434
|
+
"""
|
8435
|
+
type: pulumi.Input[str]
|
8436
|
+
"""
|
8437
|
+
(Updatable) Type of the Response Cache Store Policy.
|
8438
|
+
|
8439
|
+
|
8440
|
+
** IMPORTANT **
|
8441
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
8442
|
+
"""
|
8443
|
+
elif False:
|
8444
|
+
DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgsDict: TypeAlias = Mapping[str, Any]
|
8445
|
+
|
6390
8446
|
@pulumi.input_type
|
6391
8447
|
class DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs:
|
6392
8448
|
def __init__(__self__, *,
|
@@ -6432,6 +8488,23 @@ class DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs:
|
|
6432
8488
|
pulumi.set(self, "type", value)
|
6433
8489
|
|
6434
8490
|
|
8491
|
+
if not MYPY:
|
8492
|
+
class GatewayCaBundleArgsDict(TypedDict):
|
8493
|
+
type: pulumi.Input[str]
|
8494
|
+
"""
|
8495
|
+
(Updatable) Type of the CA bundle
|
8496
|
+
"""
|
8497
|
+
ca_bundle_id: NotRequired[pulumi.Input[str]]
|
8498
|
+
"""
|
8499
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
8500
|
+
"""
|
8501
|
+
certificate_authority_id: NotRequired[pulumi.Input[str]]
|
8502
|
+
"""
|
8503
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
8504
|
+
"""
|
8505
|
+
elif False:
|
8506
|
+
GatewayCaBundleArgsDict: TypeAlias = Mapping[str, Any]
|
8507
|
+
|
6435
8508
|
@pulumi.input_type
|
6436
8509
|
class GatewayCaBundleArgs:
|
6437
8510
|
def __init__(__self__, *,
|
@@ -6486,6 +8559,15 @@ class GatewayCaBundleArgs:
|
|
6486
8559
|
pulumi.set(self, "certificate_authority_id", value)
|
6487
8560
|
|
6488
8561
|
|
8562
|
+
if not MYPY:
|
8563
|
+
class GatewayIpAddressArgsDict(TypedDict):
|
8564
|
+
ip_address: NotRequired[pulumi.Input[str]]
|
8565
|
+
"""
|
8566
|
+
An IP address.
|
8567
|
+
"""
|
8568
|
+
elif False:
|
8569
|
+
GatewayIpAddressArgsDict: TypeAlias = Mapping[str, Any]
|
8570
|
+
|
6489
8571
|
@pulumi.input_type
|
6490
8572
|
class GatewayIpAddressArgs:
|
6491
8573
|
def __init__(__self__, *,
|
@@ -6509,6 +8591,47 @@ class GatewayIpAddressArgs:
|
|
6509
8591
|
pulumi.set(self, "ip_address", value)
|
6510
8592
|
|
6511
8593
|
|
8594
|
+
if not MYPY:
|
8595
|
+
class GatewayResponseCacheDetailsArgsDict(TypedDict):
|
8596
|
+
type: pulumi.Input[str]
|
8597
|
+
"""
|
8598
|
+
(Updatable) Type of the Response Cache.
|
8599
|
+
"""
|
8600
|
+
authentication_secret_id: NotRequired[pulumi.Input[str]]
|
8601
|
+
"""
|
8602
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
8603
|
+
"""
|
8604
|
+
authentication_secret_version_number: NotRequired[pulumi.Input[str]]
|
8605
|
+
"""
|
8606
|
+
(Updatable) The version number of the authentication secret to use.
|
8607
|
+
"""
|
8608
|
+
connect_timeout_in_ms: NotRequired[pulumi.Input[int]]
|
8609
|
+
"""
|
8610
|
+
(Updatable) Defines the timeout for establishing a connection with the Response Cache.
|
8611
|
+
"""
|
8612
|
+
is_ssl_enabled: NotRequired[pulumi.Input[bool]]
|
8613
|
+
"""
|
8614
|
+
(Updatable) Defines if the connection should be over SSL.
|
8615
|
+
"""
|
8616
|
+
is_ssl_verify_disabled: NotRequired[pulumi.Input[bool]]
|
8617
|
+
"""
|
8618
|
+
(Updatable) Defines whether or not to uphold SSL verification.
|
8619
|
+
"""
|
8620
|
+
read_timeout_in_ms: NotRequired[pulumi.Input[int]]
|
8621
|
+
"""
|
8622
|
+
(Updatable) Defines the timeout for reading data from the Response Cache.
|
8623
|
+
"""
|
8624
|
+
send_timeout_in_ms: NotRequired[pulumi.Input[int]]
|
8625
|
+
"""
|
8626
|
+
(Updatable) Defines the timeout for transmitting data to the Response Cache.
|
8627
|
+
"""
|
8628
|
+
servers: NotRequired[pulumi.Input[Sequence[pulumi.Input['GatewayResponseCacheDetailsServerArgsDict']]]]
|
8629
|
+
"""
|
8630
|
+
(Updatable) The set of cache store members to connect to. At present only a single server is supported.
|
8631
|
+
"""
|
8632
|
+
elif False:
|
8633
|
+
GatewayResponseCacheDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
8634
|
+
|
6512
8635
|
@pulumi.input_type
|
6513
8636
|
class GatewayResponseCacheDetailsArgs:
|
6514
8637
|
def __init__(__self__, *,
|
@@ -6659,6 +8782,19 @@ class GatewayResponseCacheDetailsArgs:
|
|
6659
8782
|
pulumi.set(self, "servers", value)
|
6660
8783
|
|
6661
8784
|
|
8785
|
+
if not MYPY:
|
8786
|
+
class GatewayResponseCacheDetailsServerArgsDict(TypedDict):
|
8787
|
+
host: NotRequired[pulumi.Input[str]]
|
8788
|
+
"""
|
8789
|
+
(Updatable) Hostname or IP address (IPv4 only) where the cache store is running.
|
8790
|
+
"""
|
8791
|
+
port: NotRequired[pulumi.Input[int]]
|
8792
|
+
"""
|
8793
|
+
(Updatable) The port the cache store is exposed on.
|
8794
|
+
"""
|
8795
|
+
elif False:
|
8796
|
+
GatewayResponseCacheDetailsServerArgsDict: TypeAlias = Mapping[str, Any]
|
8797
|
+
|
6662
8798
|
@pulumi.input_type
|
6663
8799
|
class GatewayResponseCacheDetailsServerArgs:
|
6664
8800
|
def __init__(__self__, *,
|
@@ -6698,6 +8834,19 @@ class GatewayResponseCacheDetailsServerArgs:
|
|
6698
8834
|
pulumi.set(self, "port", value)
|
6699
8835
|
|
6700
8836
|
|
8837
|
+
if not MYPY:
|
8838
|
+
class SubscriberClientArgsDict(TypedDict):
|
8839
|
+
name: pulumi.Input[str]
|
8840
|
+
"""
|
8841
|
+
(Updatable) The name of the client. Must be unique within a subscriber.
|
8842
|
+
"""
|
8843
|
+
token: pulumi.Input[str]
|
8844
|
+
"""
|
8845
|
+
(Updatable) The token for the client. Must be unique within a tenancy.
|
8846
|
+
"""
|
8847
|
+
elif False:
|
8848
|
+
SubscriberClientArgsDict: TypeAlias = Mapping[str, Any]
|
8849
|
+
|
6701
8850
|
@pulumi.input_type
|
6702
8851
|
class SubscriberClientArgs:
|
6703
8852
|
def __init__(__self__, *,
|
@@ -6735,6 +8884,31 @@ class SubscriberClientArgs:
|
|
6735
8884
|
pulumi.set(self, "token", value)
|
6736
8885
|
|
6737
8886
|
|
8887
|
+
if not MYPY:
|
8888
|
+
class UsagePlanEntitlementArgsDict(TypedDict):
|
8889
|
+
name: pulumi.Input[str]
|
8890
|
+
"""
|
8891
|
+
(Updatable) An entitlement name, unique within a usage plan.
|
8892
|
+
"""
|
8893
|
+
description: NotRequired[pulumi.Input[str]]
|
8894
|
+
"""
|
8895
|
+
(Updatable) A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
|
8896
|
+
"""
|
8897
|
+
quota: NotRequired[pulumi.Input['UsagePlanEntitlementQuotaArgsDict']]
|
8898
|
+
"""
|
8899
|
+
(Updatable) Quota policy for a usage plan.
|
8900
|
+
"""
|
8901
|
+
rate_limit: NotRequired[pulumi.Input['UsagePlanEntitlementRateLimitArgsDict']]
|
8902
|
+
"""
|
8903
|
+
(Updatable) Rate-limiting policy for a usage plan.
|
8904
|
+
"""
|
8905
|
+
targets: NotRequired[pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementTargetArgsDict']]]]
|
8906
|
+
"""
|
8907
|
+
(Updatable) A collection of targeted deployments that the entitlement will be applied to.
|
8908
|
+
"""
|
8909
|
+
elif False:
|
8910
|
+
UsagePlanEntitlementArgsDict: TypeAlias = Mapping[str, Any]
|
8911
|
+
|
6738
8912
|
@pulumi.input_type
|
6739
8913
|
class UsagePlanEntitlementArgs:
|
6740
8914
|
def __init__(__self__, *,
|
@@ -6821,6 +8995,27 @@ class UsagePlanEntitlementArgs:
|
|
6821
8995
|
pulumi.set(self, "targets", value)
|
6822
8996
|
|
6823
8997
|
|
8998
|
+
if not MYPY:
|
8999
|
+
class UsagePlanEntitlementQuotaArgsDict(TypedDict):
|
9000
|
+
operation_on_breach: pulumi.Input[str]
|
9001
|
+
"""
|
9002
|
+
(Updatable) What the usage plan will do when a quota is breached: `REJECT` will allow no further requests `ALLOW` will continue to allow further requests
|
9003
|
+
"""
|
9004
|
+
reset_policy: pulumi.Input[str]
|
9005
|
+
"""
|
9006
|
+
(Updatable) The policy that controls when quotas will reset. Example: `CALENDAR`
|
9007
|
+
"""
|
9008
|
+
unit: pulumi.Input[str]
|
9009
|
+
"""
|
9010
|
+
(Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
|
9011
|
+
"""
|
9012
|
+
value: pulumi.Input[int]
|
9013
|
+
"""
|
9014
|
+
(Updatable) The number of requests that can be made per time period.
|
9015
|
+
"""
|
9016
|
+
elif False:
|
9017
|
+
UsagePlanEntitlementQuotaArgsDict: TypeAlias = Mapping[str, Any]
|
9018
|
+
|
6824
9019
|
@pulumi.input_type
|
6825
9020
|
class UsagePlanEntitlementQuotaArgs:
|
6826
9021
|
def __init__(__self__, *,
|
@@ -6888,6 +9083,19 @@ class UsagePlanEntitlementQuotaArgs:
|
|
6888
9083
|
pulumi.set(self, "value", value)
|
6889
9084
|
|
6890
9085
|
|
9086
|
+
if not MYPY:
|
9087
|
+
class UsagePlanEntitlementRateLimitArgsDict(TypedDict):
|
9088
|
+
unit: pulumi.Input[str]
|
9089
|
+
"""
|
9090
|
+
(Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
|
9091
|
+
"""
|
9092
|
+
value: pulumi.Input[int]
|
9093
|
+
"""
|
9094
|
+
(Updatable) The number of requests that can be made per time period.
|
9095
|
+
"""
|
9096
|
+
elif False:
|
9097
|
+
UsagePlanEntitlementRateLimitArgsDict: TypeAlias = Mapping[str, Any]
|
9098
|
+
|
6891
9099
|
@pulumi.input_type
|
6892
9100
|
class UsagePlanEntitlementRateLimitArgs:
|
6893
9101
|
def __init__(__self__, *,
|
@@ -6925,6 +9133,15 @@ class UsagePlanEntitlementRateLimitArgs:
|
|
6925
9133
|
pulumi.set(self, "value", value)
|
6926
9134
|
|
6927
9135
|
|
9136
|
+
if not MYPY:
|
9137
|
+
class UsagePlanEntitlementTargetArgsDict(TypedDict):
|
9138
|
+
deployment_id: pulumi.Input[str]
|
9139
|
+
"""
|
9140
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a deployment resource.
|
9141
|
+
"""
|
9142
|
+
elif False:
|
9143
|
+
UsagePlanEntitlementTargetArgsDict: TypeAlias = Mapping[str, Any]
|
9144
|
+
|
6928
9145
|
@pulumi.input_type
|
6929
9146
|
class UsagePlanEntitlementTargetArgs:
|
6930
9147
|
def __init__(__self__, *,
|
@@ -6947,6 +9164,17 @@ class UsagePlanEntitlementTargetArgs:
|
|
6947
9164
|
pulumi.set(self, "deployment_id", value)
|
6948
9165
|
|
6949
9166
|
|
9167
|
+
if not MYPY:
|
9168
|
+
class GetApisFilterArgsDict(TypedDict):
|
9169
|
+
name: str
|
9170
|
+
"""
|
9171
|
+
Name of the validation.
|
9172
|
+
"""
|
9173
|
+
values: Sequence[str]
|
9174
|
+
regex: NotRequired[bool]
|
9175
|
+
elif False:
|
9176
|
+
GetApisFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9177
|
+
|
6950
9178
|
@pulumi.input_type
|
6951
9179
|
class GetApisFilterArgs:
|
6952
9180
|
def __init__(__self__, *,
|
@@ -6992,6 +9220,14 @@ class GetApisFilterArgs:
|
|
6992
9220
|
pulumi.set(self, "regex", value)
|
6993
9221
|
|
6994
9222
|
|
9223
|
+
if not MYPY:
|
9224
|
+
class GetCertificatesFilterArgsDict(TypedDict):
|
9225
|
+
name: str
|
9226
|
+
values: Sequence[str]
|
9227
|
+
regex: NotRequired[bool]
|
9228
|
+
elif False:
|
9229
|
+
GetCertificatesFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9230
|
+
|
6995
9231
|
@pulumi.input_type
|
6996
9232
|
class GetCertificatesFilterArgs:
|
6997
9233
|
def __init__(__self__, *,
|
@@ -7031,6 +9267,20 @@ class GetCertificatesFilterArgs:
|
|
7031
9267
|
pulumi.set(self, "regex", value)
|
7032
9268
|
|
7033
9269
|
|
9270
|
+
if not MYPY:
|
9271
|
+
class GetDeploymentsFilterArgsDict(TypedDict):
|
9272
|
+
name: str
|
9273
|
+
"""
|
9274
|
+
The case-insensitive name of the header. This name must be unique across transformation policies.
|
9275
|
+
"""
|
9276
|
+
values: Sequence[str]
|
9277
|
+
"""
|
9278
|
+
A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
9279
|
+
"""
|
9280
|
+
regex: NotRequired[bool]
|
9281
|
+
elif False:
|
9282
|
+
GetDeploymentsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9283
|
+
|
7034
9284
|
@pulumi.input_type
|
7035
9285
|
class GetDeploymentsFilterArgs:
|
7036
9286
|
def __init__(__self__, *,
|
@@ -7080,6 +9330,14 @@ class GetDeploymentsFilterArgs:
|
|
7080
9330
|
pulumi.set(self, "regex", value)
|
7081
9331
|
|
7082
9332
|
|
9333
|
+
if not MYPY:
|
9334
|
+
class GetGatewaysFilterArgsDict(TypedDict):
|
9335
|
+
name: str
|
9336
|
+
values: Sequence[str]
|
9337
|
+
regex: NotRequired[bool]
|
9338
|
+
elif False:
|
9339
|
+
GetGatewaysFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9340
|
+
|
7083
9341
|
@pulumi.input_type
|
7084
9342
|
class GetGatewaysFilterArgs:
|
7085
9343
|
def __init__(__self__, *,
|
@@ -7119,6 +9377,17 @@ class GetGatewaysFilterArgs:
|
|
7119
9377
|
pulumi.set(self, "regex", value)
|
7120
9378
|
|
7121
9379
|
|
9380
|
+
if not MYPY:
|
9381
|
+
class GetSubscribersFilterArgsDict(TypedDict):
|
9382
|
+
name: str
|
9383
|
+
"""
|
9384
|
+
The name of the client. Must be unique within a subscriber.
|
9385
|
+
"""
|
9386
|
+
values: Sequence[str]
|
9387
|
+
regex: NotRequired[bool]
|
9388
|
+
elif False:
|
9389
|
+
GetSubscribersFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9390
|
+
|
7122
9391
|
@pulumi.input_type
|
7123
9392
|
class GetSubscribersFilterArgs:
|
7124
9393
|
def __init__(__self__, *,
|
@@ -7164,6 +9433,17 @@ class GetSubscribersFilterArgs:
|
|
7164
9433
|
pulumi.set(self, "regex", value)
|
7165
9434
|
|
7166
9435
|
|
9436
|
+
if not MYPY:
|
9437
|
+
class GetUsagePlansFilterArgsDict(TypedDict):
|
9438
|
+
name: str
|
9439
|
+
"""
|
9440
|
+
An entitlement name, unique within a usage plan.
|
9441
|
+
"""
|
9442
|
+
values: Sequence[str]
|
9443
|
+
regex: NotRequired[bool]
|
9444
|
+
elif False:
|
9445
|
+
GetUsagePlansFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9446
|
+
|
7167
9447
|
@pulumi.input_type
|
7168
9448
|
class GetUsagePlansFilterArgs:
|
7169
9449
|
def __init__(__self__, *,
|