pulumi-oci 1.11.0a1695829678__py3-none-any.whl → 1.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 +35 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14631 -3340
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +109 -31
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3678 -749
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +677 -186
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +46 -10
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -1
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +1 -1
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +1 -1
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7807 -1812
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +920 -193
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/apigateway/_inputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
@@ -134,10 +134,21 @@ class ApiValidationResultArgs:
|
|
134
134
|
:param pulumi.Input[str] name: Name of the validation.
|
135
135
|
:param pulumi.Input[str] result: Result of the validation.
|
136
136
|
"""
|
137
|
+
ApiValidationResultArgs._configure(
|
138
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
139
|
+
name=name,
|
140
|
+
result=result,
|
141
|
+
)
|
142
|
+
@staticmethod
|
143
|
+
def _configure(
|
144
|
+
_setter: Callable[[Any, Any], None],
|
145
|
+
name: Optional[pulumi.Input[str]] = None,
|
146
|
+
result: Optional[pulumi.Input[str]] = None,
|
147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
137
148
|
if name is not None:
|
138
|
-
|
149
|
+
_setter("name", name)
|
139
150
|
if result is not None:
|
140
|
-
|
151
|
+
_setter("result", result)
|
141
152
|
|
142
153
|
@property
|
143
154
|
@pulumi.getter
|
@@ -175,11 +186,24 @@ class DeploymentSpecificationArgs:
|
|
175
186
|
:param pulumi.Input['DeploymentSpecificationLoggingPoliciesArgs'] logging_policies: (Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
|
176
187
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesArgs'] request_policies: (Updatable) Behavior applied to any requests received by the API on this route.
|
177
188
|
"""
|
178
|
-
|
189
|
+
DeploymentSpecificationArgs._configure(
|
190
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
191
|
+
routes=routes,
|
192
|
+
logging_policies=logging_policies,
|
193
|
+
request_policies=request_policies,
|
194
|
+
)
|
195
|
+
@staticmethod
|
196
|
+
def _configure(
|
197
|
+
_setter: Callable[[Any, Any], None],
|
198
|
+
routes: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteArgs']]],
|
199
|
+
logging_policies: Optional[pulumi.Input['DeploymentSpecificationLoggingPoliciesArgs']] = None,
|
200
|
+
request_policies: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesArgs']] = None,
|
201
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
202
|
+
_setter("routes", routes)
|
179
203
|
if logging_policies is not None:
|
180
|
-
|
204
|
+
_setter("logging_policies", logging_policies)
|
181
205
|
if request_policies is not None:
|
182
|
-
|
206
|
+
_setter("request_policies", request_policies)
|
183
207
|
|
184
208
|
@property
|
185
209
|
@pulumi.getter
|
@@ -227,10 +251,21 @@ class DeploymentSpecificationLoggingPoliciesArgs:
|
|
227
251
|
:param pulumi.Input['DeploymentSpecificationLoggingPoliciesAccessLogArgs'] access_log: (Updatable) Configures the logging policies for the access logs of an API Deployment.
|
228
252
|
:param pulumi.Input['DeploymentSpecificationLoggingPoliciesExecutionLogArgs'] execution_log: (Updatable) Configures the logging policies for the execution logs of an API Deployment.
|
229
253
|
"""
|
254
|
+
DeploymentSpecificationLoggingPoliciesArgs._configure(
|
255
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
256
|
+
access_log=access_log,
|
257
|
+
execution_log=execution_log,
|
258
|
+
)
|
259
|
+
@staticmethod
|
260
|
+
def _configure(
|
261
|
+
_setter: Callable[[Any, Any], None],
|
262
|
+
access_log: Optional[pulumi.Input['DeploymentSpecificationLoggingPoliciesAccessLogArgs']] = None,
|
263
|
+
execution_log: Optional[pulumi.Input['DeploymentSpecificationLoggingPoliciesExecutionLogArgs']] = None,
|
264
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
230
265
|
if access_log is not None:
|
231
|
-
|
266
|
+
_setter("access_log", access_log)
|
232
267
|
if execution_log is not None:
|
233
|
-
|
268
|
+
_setter("execution_log", execution_log)
|
234
269
|
|
235
270
|
@property
|
236
271
|
@pulumi.getter(name="accessLog")
|
@@ -264,8 +299,17 @@ class DeploymentSpecificationLoggingPoliciesAccessLogArgs:
|
|
264
299
|
"""
|
265
300
|
:param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
|
266
301
|
"""
|
302
|
+
DeploymentSpecificationLoggingPoliciesAccessLogArgs._configure(
|
303
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
304
|
+
is_enabled=is_enabled,
|
305
|
+
)
|
306
|
+
@staticmethod
|
307
|
+
def _configure(
|
308
|
+
_setter: Callable[[Any, Any], None],
|
309
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
310
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
267
311
|
if is_enabled is not None:
|
268
|
-
|
312
|
+
_setter("is_enabled", is_enabled)
|
269
313
|
|
270
314
|
@property
|
271
315
|
@pulumi.getter(name="isEnabled")
|
@@ -289,10 +333,21 @@ class DeploymentSpecificationLoggingPoliciesExecutionLogArgs:
|
|
289
333
|
:param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
|
290
334
|
:param pulumi.Input[str] log_level: (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.
|
291
335
|
"""
|
336
|
+
DeploymentSpecificationLoggingPoliciesExecutionLogArgs._configure(
|
337
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
338
|
+
is_enabled=is_enabled,
|
339
|
+
log_level=log_level,
|
340
|
+
)
|
341
|
+
@staticmethod
|
342
|
+
def _configure(
|
343
|
+
_setter: Callable[[Any, Any], None],
|
344
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
345
|
+
log_level: Optional[pulumi.Input[str]] = None,
|
346
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
292
347
|
if is_enabled is not None:
|
293
|
-
|
348
|
+
_setter("is_enabled", is_enabled)
|
294
349
|
if log_level is not None:
|
295
|
-
|
350
|
+
_setter("log_level", log_level)
|
296
351
|
|
297
352
|
@property
|
298
353
|
@pulumi.getter(name="isEnabled")
|
@@ -336,18 +391,37 @@ class DeploymentSpecificationRequestPoliciesArgs:
|
|
336
391
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesRateLimitingArgs'] rate_limiting: (Updatable) Limit the number of requests that should be handled for the specified window using a specfic key.
|
337
392
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesUsagePlansArgs'] usage_plans: (Updatable) Usage plan policies for this deployment
|
338
393
|
"""
|
394
|
+
DeploymentSpecificationRequestPoliciesArgs._configure(
|
395
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
396
|
+
authentication=authentication,
|
397
|
+
cors=cors,
|
398
|
+
dynamic_authentication=dynamic_authentication,
|
399
|
+
mutual_tls=mutual_tls,
|
400
|
+
rate_limiting=rate_limiting,
|
401
|
+
usage_plans=usage_plans,
|
402
|
+
)
|
403
|
+
@staticmethod
|
404
|
+
def _configure(
|
405
|
+
_setter: Callable[[Any, Any], None],
|
406
|
+
authentication: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationArgs']] = None,
|
407
|
+
cors: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesCorsArgs']] = None,
|
408
|
+
dynamic_authentication: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs']] = None,
|
409
|
+
mutual_tls: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesMutualTlsArgs']] = None,
|
410
|
+
rate_limiting: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesRateLimitingArgs']] = None,
|
411
|
+
usage_plans: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesUsagePlansArgs']] = None,
|
412
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
339
413
|
if authentication is not None:
|
340
|
-
|
414
|
+
_setter("authentication", authentication)
|
341
415
|
if cors is not None:
|
342
|
-
|
416
|
+
_setter("cors", cors)
|
343
417
|
if dynamic_authentication is not None:
|
344
|
-
|
418
|
+
_setter("dynamic_authentication", dynamic_authentication)
|
345
419
|
if mutual_tls is not None:
|
346
|
-
|
420
|
+
_setter("mutual_tls", mutual_tls)
|
347
421
|
if rate_limiting is not None:
|
348
|
-
|
422
|
+
_setter("rate_limiting", rate_limiting)
|
349
423
|
if usage_plans is not None:
|
350
|
-
|
424
|
+
_setter("usage_plans", usage_plans)
|
351
425
|
|
352
426
|
@property
|
353
427
|
@pulumi.getter
|
@@ -461,35 +535,72 @@ class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
|
|
461
535
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs'] validation_policy: (Updatable) Authentication Policies for the Token Authentication types.
|
462
536
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs']]] verify_claims: (Updatable) A list of claims which should be validated to consider the token valid.
|
463
537
|
"""
|
464
|
-
|
538
|
+
DeploymentSpecificationRequestPoliciesAuthenticationArgs._configure(
|
539
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
540
|
+
type=type,
|
541
|
+
audiences=audiences,
|
542
|
+
cache_keys=cache_keys,
|
543
|
+
function_id=function_id,
|
544
|
+
is_anonymous_access_allowed=is_anonymous_access_allowed,
|
545
|
+
issuers=issuers,
|
546
|
+
max_clock_skew_in_seconds=max_clock_skew_in_seconds,
|
547
|
+
parameters=parameters,
|
548
|
+
public_keys=public_keys,
|
549
|
+
token_auth_scheme=token_auth_scheme,
|
550
|
+
token_header=token_header,
|
551
|
+
token_query_param=token_query_param,
|
552
|
+
validation_failure_policy=validation_failure_policy,
|
553
|
+
validation_policy=validation_policy,
|
554
|
+
verify_claims=verify_claims,
|
555
|
+
)
|
556
|
+
@staticmethod
|
557
|
+
def _configure(
|
558
|
+
_setter: Callable[[Any, Any], None],
|
559
|
+
type: pulumi.Input[str],
|
560
|
+
audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
561
|
+
cache_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
562
|
+
function_id: Optional[pulumi.Input[str]] = None,
|
563
|
+
is_anonymous_access_allowed: Optional[pulumi.Input[bool]] = None,
|
564
|
+
issuers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
565
|
+
max_clock_skew_in_seconds: Optional[pulumi.Input[float]] = None,
|
566
|
+
parameters: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
567
|
+
public_keys: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs']] = None,
|
568
|
+
token_auth_scheme: Optional[pulumi.Input[str]] = None,
|
569
|
+
token_header: Optional[pulumi.Input[str]] = None,
|
570
|
+
token_query_param: Optional[pulumi.Input[str]] = None,
|
571
|
+
validation_failure_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgs']] = None,
|
572
|
+
validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs']] = None,
|
573
|
+
verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs']]]] = None,
|
574
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
575
|
+
_setter("type", type)
|
465
576
|
if audiences is not None:
|
466
|
-
|
577
|
+
_setter("audiences", audiences)
|
467
578
|
if cache_keys is not None:
|
468
|
-
|
579
|
+
_setter("cache_keys", cache_keys)
|
469
580
|
if function_id is not None:
|
470
|
-
|
581
|
+
_setter("function_id", function_id)
|
471
582
|
if is_anonymous_access_allowed is not None:
|
472
|
-
|
583
|
+
_setter("is_anonymous_access_allowed", is_anonymous_access_allowed)
|
473
584
|
if issuers is not None:
|
474
|
-
|
585
|
+
_setter("issuers", issuers)
|
475
586
|
if max_clock_skew_in_seconds is not None:
|
476
|
-
|
587
|
+
_setter("max_clock_skew_in_seconds", max_clock_skew_in_seconds)
|
477
588
|
if parameters is not None:
|
478
|
-
|
589
|
+
_setter("parameters", parameters)
|
479
590
|
if public_keys is not None:
|
480
|
-
|
591
|
+
_setter("public_keys", public_keys)
|
481
592
|
if token_auth_scheme is not None:
|
482
|
-
|
593
|
+
_setter("token_auth_scheme", token_auth_scheme)
|
483
594
|
if token_header is not None:
|
484
|
-
|
595
|
+
_setter("token_header", token_header)
|
485
596
|
if token_query_param is not None:
|
486
|
-
|
597
|
+
_setter("token_query_param", token_query_param)
|
487
598
|
if validation_failure_policy is not None:
|
488
|
-
|
599
|
+
_setter("validation_failure_policy", validation_failure_policy)
|
489
600
|
if validation_policy is not None:
|
490
|
-
|
601
|
+
_setter("validation_policy", validation_policy)
|
491
602
|
if verify_claims is not None:
|
492
|
-
|
603
|
+
_setter("verify_claims", verify_claims)
|
493
604
|
|
494
605
|
@property
|
495
606
|
@pulumi.getter
|
@@ -695,15 +806,32 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
|
|
695
806
|
:param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
|
696
807
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
697
808
|
"""
|
698
|
-
|
809
|
+
DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs._configure(
|
810
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
811
|
+
type=type,
|
812
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
813
|
+
keys=keys,
|
814
|
+
max_cache_duration_in_hours=max_cache_duration_in_hours,
|
815
|
+
uri=uri,
|
816
|
+
)
|
817
|
+
@staticmethod
|
818
|
+
def _configure(
|
819
|
+
_setter: Callable[[Any, Any], None],
|
820
|
+
type: pulumi.Input[str],
|
821
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
822
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs']]]] = None,
|
823
|
+
max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
824
|
+
uri: Optional[pulumi.Input[str]] = None,
|
825
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
826
|
+
_setter("type", type)
|
699
827
|
if is_ssl_verify_disabled is not None:
|
700
|
-
|
828
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
701
829
|
if keys is not None:
|
702
|
-
|
830
|
+
_setter("keys", keys)
|
703
831
|
if max_cache_duration_in_hours is not None:
|
704
|
-
|
832
|
+
_setter("max_cache_duration_in_hours", max_cache_duration_in_hours)
|
705
833
|
if uri is not None:
|
706
|
-
|
834
|
+
_setter("uri", uri)
|
707
835
|
|
708
836
|
@property
|
709
837
|
@pulumi.getter
|
@@ -793,23 +921,48 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs:
|
|
793
921
|
:param pulumi.Input[str] n: (Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
794
922
|
:param pulumi.Input[str] use: (Updatable) The intended use of the public key.
|
795
923
|
"""
|
796
|
-
|
924
|
+
DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs._configure(
|
925
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
926
|
+
format=format,
|
927
|
+
alg=alg,
|
928
|
+
e=e,
|
929
|
+
key=key,
|
930
|
+
key_ops=key_ops,
|
931
|
+
kid=kid,
|
932
|
+
kty=kty,
|
933
|
+
n=n,
|
934
|
+
use=use,
|
935
|
+
)
|
936
|
+
@staticmethod
|
937
|
+
def _configure(
|
938
|
+
_setter: Callable[[Any, Any], None],
|
939
|
+
format: pulumi.Input[str],
|
940
|
+
alg: Optional[pulumi.Input[str]] = None,
|
941
|
+
e: Optional[pulumi.Input[str]] = None,
|
942
|
+
key: Optional[pulumi.Input[str]] = None,
|
943
|
+
key_ops: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
944
|
+
kid: Optional[pulumi.Input[str]] = None,
|
945
|
+
kty: Optional[pulumi.Input[str]] = None,
|
946
|
+
n: Optional[pulumi.Input[str]] = None,
|
947
|
+
use: Optional[pulumi.Input[str]] = None,
|
948
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
949
|
+
_setter("format", format)
|
797
950
|
if alg is not None:
|
798
|
-
|
951
|
+
_setter("alg", alg)
|
799
952
|
if e is not None:
|
800
|
-
|
953
|
+
_setter("e", e)
|
801
954
|
if key is not None:
|
802
|
-
|
955
|
+
_setter("key", key)
|
803
956
|
if key_ops is not None:
|
804
|
-
|
957
|
+
_setter("key_ops", key_ops)
|
805
958
|
if kid is not None:
|
806
|
-
|
959
|
+
_setter("kid", kid)
|
807
960
|
if kty is not None:
|
808
|
-
|
961
|
+
_setter("kty", kty)
|
809
962
|
if n is not None:
|
810
|
-
|
963
|
+
_setter("n", n)
|
811
964
|
if use is not None:
|
812
|
-
|
965
|
+
_setter("use", use)
|
813
966
|
|
814
967
|
@property
|
815
968
|
@pulumi.getter
|
@@ -957,33 +1110,68 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
957
1110
|
:param pulumi.Input[bool] use_cookies_for_session: (Updatable) Defines whether or not to use cookies for session maintenance.
|
958
1111
|
:param pulumi.Input[bool] use_pkce: (Updatable) Defines whether or not to support PKCE.
|
959
1112
|
"""
|
960
|
-
|
1113
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyArgs._configure(
|
1114
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1115
|
+
type=type,
|
1116
|
+
client_details=client_details,
|
1117
|
+
fallback_redirect_path=fallback_redirect_path,
|
1118
|
+
logout_path=logout_path,
|
1119
|
+
max_expiry_duration_in_hours=max_expiry_duration_in_hours,
|
1120
|
+
response_code=response_code,
|
1121
|
+
response_header_transformations=response_header_transformations,
|
1122
|
+
response_message=response_message,
|
1123
|
+
response_type=response_type,
|
1124
|
+
scopes=scopes,
|
1125
|
+
source_uri_details=source_uri_details,
|
1126
|
+
use_cookies_for_intermediate_steps=use_cookies_for_intermediate_steps,
|
1127
|
+
use_cookies_for_session=use_cookies_for_session,
|
1128
|
+
use_pkce=use_pkce,
|
1129
|
+
)
|
1130
|
+
@staticmethod
|
1131
|
+
def _configure(
|
1132
|
+
_setter: Callable[[Any, Any], None],
|
1133
|
+
type: pulumi.Input[str],
|
1134
|
+
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs']] = None,
|
1135
|
+
fallback_redirect_path: Optional[pulumi.Input[str]] = None,
|
1136
|
+
logout_path: Optional[pulumi.Input[str]] = None,
|
1137
|
+
max_expiry_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
1138
|
+
response_code: Optional[pulumi.Input[str]] = None,
|
1139
|
+
response_header_transformations: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgs']] = None,
|
1140
|
+
response_message: Optional[pulumi.Input[str]] = None,
|
1141
|
+
response_type: Optional[pulumi.Input[str]] = None,
|
1142
|
+
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1143
|
+
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgs']] = None,
|
1144
|
+
use_cookies_for_intermediate_steps: Optional[pulumi.Input[bool]] = None,
|
1145
|
+
use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
|
1146
|
+
use_pkce: Optional[pulumi.Input[bool]] = None,
|
1147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1148
|
+
_setter("type", type)
|
961
1149
|
if client_details is not None:
|
962
|
-
|
1150
|
+
_setter("client_details", client_details)
|
963
1151
|
if fallback_redirect_path is not None:
|
964
|
-
|
1152
|
+
_setter("fallback_redirect_path", fallback_redirect_path)
|
965
1153
|
if logout_path is not None:
|
966
|
-
|
1154
|
+
_setter("logout_path", logout_path)
|
967
1155
|
if max_expiry_duration_in_hours is not None:
|
968
|
-
|
1156
|
+
_setter("max_expiry_duration_in_hours", max_expiry_duration_in_hours)
|
969
1157
|
if response_code is not None:
|
970
|
-
|
1158
|
+
_setter("response_code", response_code)
|
971
1159
|
if response_header_transformations is not None:
|
972
|
-
|
1160
|
+
_setter("response_header_transformations", response_header_transformations)
|
973
1161
|
if response_message is not None:
|
974
|
-
|
1162
|
+
_setter("response_message", response_message)
|
975
1163
|
if response_type is not None:
|
976
|
-
|
1164
|
+
_setter("response_type", response_type)
|
977
1165
|
if scopes is not None:
|
978
|
-
|
1166
|
+
_setter("scopes", scopes)
|
979
1167
|
if source_uri_details is not None:
|
980
|
-
|
1168
|
+
_setter("source_uri_details", source_uri_details)
|
981
1169
|
if use_cookies_for_intermediate_steps is not None:
|
982
|
-
|
1170
|
+
_setter("use_cookies_for_intermediate_steps", use_cookies_for_intermediate_steps)
|
983
1171
|
if use_cookies_for_session is not None:
|
984
|
-
|
1172
|
+
_setter("use_cookies_for_session", use_cookies_for_session)
|
985
1173
|
if use_pkce is not None:
|
986
|
-
|
1174
|
+
_setter("use_pkce", use_pkce)
|
987
1175
|
|
988
1176
|
@property
|
989
1177
|
@pulumi.getter
|
@@ -1175,13 +1363,28 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1175
1363
|
:param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
1176
1364
|
:param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
|
1177
1365
|
"""
|
1178
|
-
|
1366
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs._configure(
|
1367
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1368
|
+
type=type,
|
1369
|
+
client_id=client_id,
|
1370
|
+
client_secret_id=client_secret_id,
|
1371
|
+
client_secret_version_number=client_secret_version_number,
|
1372
|
+
)
|
1373
|
+
@staticmethod
|
1374
|
+
def _configure(
|
1375
|
+
_setter: Callable[[Any, Any], None],
|
1376
|
+
type: pulumi.Input[str],
|
1377
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
1378
|
+
client_secret_id: Optional[pulumi.Input[str]] = None,
|
1379
|
+
client_secret_version_number: Optional[pulumi.Input[str]] = None,
|
1380
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1381
|
+
_setter("type", type)
|
1179
1382
|
if client_id is not None:
|
1180
|
-
|
1383
|
+
_setter("client_id", client_id)
|
1181
1384
|
if client_secret_id is not None:
|
1182
|
-
|
1385
|
+
_setter("client_secret_id", client_secret_id)
|
1183
1386
|
if client_secret_version_number is not None:
|
1184
|
-
|
1387
|
+
_setter("client_secret_version_number", client_secret_version_number)
|
1185
1388
|
|
1186
1389
|
@property
|
1187
1390
|
@pulumi.getter
|
@@ -1247,12 +1450,25 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1247
1450
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs'] rename_headers: (Updatable) Rename HTTP headers as they pass through the gateway.
|
1248
1451
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs'] set_headers: (Updatable) Set HTTP headers as they pass through the gateway.
|
1249
1452
|
"""
|
1453
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsArgs._configure(
|
1454
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1455
|
+
filter_headers=filter_headers,
|
1456
|
+
rename_headers=rename_headers,
|
1457
|
+
set_headers=set_headers,
|
1458
|
+
)
|
1459
|
+
@staticmethod
|
1460
|
+
def _configure(
|
1461
|
+
_setter: Callable[[Any, Any], None],
|
1462
|
+
filter_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs']] = None,
|
1463
|
+
rename_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs']] = None,
|
1464
|
+
set_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs']] = None,
|
1465
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1250
1466
|
if filter_headers is not None:
|
1251
|
-
|
1467
|
+
_setter("filter_headers", filter_headers)
|
1252
1468
|
if rename_headers is not None:
|
1253
|
-
|
1469
|
+
_setter("rename_headers", rename_headers)
|
1254
1470
|
if set_headers is not None:
|
1255
|
-
|
1471
|
+
_setter("set_headers", set_headers)
|
1256
1472
|
|
1257
1473
|
@property
|
1258
1474
|
@pulumi.getter(name="filterHeaders")
|
@@ -1304,10 +1520,21 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1304
1520
|
** IMPORTANT **
|
1305
1521
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1306
1522
|
"""
|
1523
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs._configure(
|
1524
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1525
|
+
items=items,
|
1526
|
+
type=type,
|
1527
|
+
)
|
1528
|
+
@staticmethod
|
1529
|
+
def _configure(
|
1530
|
+
_setter: Callable[[Any, Any], None],
|
1531
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs']]]] = None,
|
1532
|
+
type: Optional[pulumi.Input[str]] = None,
|
1533
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1307
1534
|
if items is not None:
|
1308
|
-
|
1535
|
+
_setter("items", items)
|
1309
1536
|
if type is not None:
|
1310
|
-
|
1537
|
+
_setter("type", type)
|
1311
1538
|
|
1312
1539
|
@property
|
1313
1540
|
@pulumi.getter
|
@@ -1345,8 +1572,17 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1345
1572
|
"""
|
1346
1573
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
1347
1574
|
"""
|
1575
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs._configure(
|
1576
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1577
|
+
name=name,
|
1578
|
+
)
|
1579
|
+
@staticmethod
|
1580
|
+
def _configure(
|
1581
|
+
_setter: Callable[[Any, Any], None],
|
1582
|
+
name: Optional[pulumi.Input[str]] = None,
|
1583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1348
1584
|
if name is not None:
|
1349
|
-
|
1585
|
+
_setter("name", name)
|
1350
1586
|
|
1351
1587
|
@property
|
1352
1588
|
@pulumi.getter
|
@@ -1368,8 +1604,17 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1368
1604
|
"""
|
1369
1605
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs']]] items: (Updatable) The list of headers.
|
1370
1606
|
"""
|
1607
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs._configure(
|
1608
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1609
|
+
items=items,
|
1610
|
+
)
|
1611
|
+
@staticmethod
|
1612
|
+
def _configure(
|
1613
|
+
_setter: Callable[[Any, Any], None],
|
1614
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs']]]] = None,
|
1615
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1371
1616
|
if items is not None:
|
1372
|
-
|
1617
|
+
_setter("items", items)
|
1373
1618
|
|
1374
1619
|
@property
|
1375
1620
|
@pulumi.getter
|
@@ -1393,10 +1638,21 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1393
1638
|
:param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
1394
1639
|
:param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
|
1395
1640
|
"""
|
1641
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs._configure(
|
1642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1643
|
+
from_=from_,
|
1644
|
+
to=to,
|
1645
|
+
)
|
1646
|
+
@staticmethod
|
1647
|
+
def _configure(
|
1648
|
+
_setter: Callable[[Any, Any], None],
|
1649
|
+
from_: Optional[pulumi.Input[str]] = None,
|
1650
|
+
to: Optional[pulumi.Input[str]] = None,
|
1651
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1396
1652
|
if from_ is not None:
|
1397
|
-
|
1653
|
+
_setter("from_", from_)
|
1398
1654
|
if to is not None:
|
1399
|
-
|
1655
|
+
_setter("to", to)
|
1400
1656
|
|
1401
1657
|
@property
|
1402
1658
|
@pulumi.getter(name="from")
|
@@ -1430,8 +1686,17 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1430
1686
|
"""
|
1431
1687
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs']]] items: (Updatable) The list of headers.
|
1432
1688
|
"""
|
1689
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs._configure(
|
1690
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1691
|
+
items=items,
|
1692
|
+
)
|
1693
|
+
@staticmethod
|
1694
|
+
def _configure(
|
1695
|
+
_setter: Callable[[Any, Any], None],
|
1696
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs']]]] = None,
|
1697
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1433
1698
|
if items is not None:
|
1434
|
-
|
1699
|
+
_setter("items", items)
|
1435
1700
|
|
1436
1701
|
@property
|
1437
1702
|
@pulumi.getter
|
@@ -1457,12 +1722,25 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1457
1722
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
1458
1723
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
1459
1724
|
"""
|
1725
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs._configure(
|
1726
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1727
|
+
if_exists=if_exists,
|
1728
|
+
name=name,
|
1729
|
+
values=values,
|
1730
|
+
)
|
1731
|
+
@staticmethod
|
1732
|
+
def _configure(
|
1733
|
+
_setter: Callable[[Any, Any], None],
|
1734
|
+
if_exists: Optional[pulumi.Input[str]] = None,
|
1735
|
+
name: Optional[pulumi.Input[str]] = None,
|
1736
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1737
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1460
1738
|
if if_exists is not None:
|
1461
|
-
|
1739
|
+
_setter("if_exists", if_exists)
|
1462
1740
|
if name is not None:
|
1463
|
-
|
1741
|
+
_setter("name", name)
|
1464
1742
|
if values is not None:
|
1465
|
-
|
1743
|
+
_setter("values", values)
|
1466
1744
|
|
1467
1745
|
@property
|
1468
1746
|
@pulumi.getter(name="ifExists")
|
@@ -1514,9 +1792,20 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
|
|
1514
1792
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1515
1793
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
1516
1794
|
"""
|
1517
|
-
|
1795
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicySourceUriDetailsArgs._configure(
|
1796
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1797
|
+
type=type,
|
1798
|
+
uri=uri,
|
1799
|
+
)
|
1800
|
+
@staticmethod
|
1801
|
+
def _configure(
|
1802
|
+
_setter: Callable[[Any, Any], None],
|
1803
|
+
type: pulumi.Input[str],
|
1804
|
+
uri: Optional[pulumi.Input[str]] = None,
|
1805
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1806
|
+
_setter("type", type)
|
1518
1807
|
if uri is not None:
|
1519
|
-
|
1808
|
+
_setter("uri", uri)
|
1520
1809
|
|
1521
1810
|
@property
|
1522
1811
|
@pulumi.getter
|
@@ -1572,21 +1861,44 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs:
|
|
1572
1861
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs'] source_uri_details: (Updatable) Auth endpoint details.
|
1573
1862
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
1574
1863
|
"""
|
1575
|
-
|
1864
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs._configure(
|
1865
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1866
|
+
type=type,
|
1867
|
+
additional_validation_policy=additional_validation_policy,
|
1868
|
+
client_details=client_details,
|
1869
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
1870
|
+
keys=keys,
|
1871
|
+
max_cache_duration_in_hours=max_cache_duration_in_hours,
|
1872
|
+
source_uri_details=source_uri_details,
|
1873
|
+
uri=uri,
|
1874
|
+
)
|
1875
|
+
@staticmethod
|
1876
|
+
def _configure(
|
1877
|
+
_setter: Callable[[Any, Any], None],
|
1878
|
+
type: pulumi.Input[str],
|
1879
|
+
additional_validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs']] = None,
|
1880
|
+
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs']] = None,
|
1881
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
1882
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgs']]]] = None,
|
1883
|
+
max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
1884
|
+
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs']] = None,
|
1885
|
+
uri: Optional[pulumi.Input[str]] = None,
|
1886
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1887
|
+
_setter("type", type)
|
1576
1888
|
if additional_validation_policy is not None:
|
1577
|
-
|
1889
|
+
_setter("additional_validation_policy", additional_validation_policy)
|
1578
1890
|
if client_details is not None:
|
1579
|
-
|
1891
|
+
_setter("client_details", client_details)
|
1580
1892
|
if is_ssl_verify_disabled is not None:
|
1581
|
-
|
1893
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
1582
1894
|
if keys is not None:
|
1583
|
-
|
1895
|
+
_setter("keys", keys)
|
1584
1896
|
if max_cache_duration_in_hours is not None:
|
1585
|
-
|
1897
|
+
_setter("max_cache_duration_in_hours", max_cache_duration_in_hours)
|
1586
1898
|
if source_uri_details is not None:
|
1587
|
-
|
1899
|
+
_setter("source_uri_details", source_uri_details)
|
1588
1900
|
if uri is not None:
|
1589
|
-
|
1901
|
+
_setter("uri", uri)
|
1590
1902
|
|
1591
1903
|
@property
|
1592
1904
|
@pulumi.getter
|
@@ -1700,12 +2012,25 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
|
|
1700
2012
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] issuers: (Updatable) A list of parties that could have issued the token.
|
1701
2013
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgs']]] verify_claims: (Updatable) A list of claims which should be validated to consider the token valid.
|
1702
2014
|
"""
|
2015
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs._configure(
|
2016
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2017
|
+
audiences=audiences,
|
2018
|
+
issuers=issuers,
|
2019
|
+
verify_claims=verify_claims,
|
2020
|
+
)
|
2021
|
+
@staticmethod
|
2022
|
+
def _configure(
|
2023
|
+
_setter: Callable[[Any, Any], None],
|
2024
|
+
audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2025
|
+
issuers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2026
|
+
verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgs']]]] = None,
|
2027
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1703
2028
|
if audiences is not None:
|
1704
|
-
|
2029
|
+
_setter("audiences", audiences)
|
1705
2030
|
if issuers is not None:
|
1706
|
-
|
2031
|
+
_setter("issuers", issuers)
|
1707
2032
|
if verify_claims is not None:
|
1708
|
-
|
2033
|
+
_setter("verify_claims", verify_claims)
|
1709
2034
|
|
1710
2035
|
@property
|
1711
2036
|
@pulumi.getter
|
@@ -1755,12 +2080,25 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
|
|
1755
2080
|
:param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
1756
2081
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
1757
2082
|
"""
|
2083
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaimArgs._configure(
|
2084
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2085
|
+
is_required=is_required,
|
2086
|
+
key=key,
|
2087
|
+
values=values,
|
2088
|
+
)
|
2089
|
+
@staticmethod
|
2090
|
+
def _configure(
|
2091
|
+
_setter: Callable[[Any, Any], None],
|
2092
|
+
is_required: Optional[pulumi.Input[bool]] = None,
|
2093
|
+
key: Optional[pulumi.Input[str]] = None,
|
2094
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2095
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1758
2096
|
if is_required is not None:
|
1759
|
-
|
2097
|
+
_setter("is_required", is_required)
|
1760
2098
|
if key is not None:
|
1761
|
-
|
2099
|
+
_setter("key", key)
|
1762
2100
|
if values is not None:
|
1763
|
-
|
2101
|
+
_setter("values", values)
|
1764
2102
|
|
1765
2103
|
@property
|
1766
2104
|
@pulumi.getter(name="isRequired")
|
@@ -1816,13 +2154,28 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
|
|
1816
2154
|
:param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
1817
2155
|
:param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
|
1818
2156
|
"""
|
1819
|
-
|
2157
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs._configure(
|
2158
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2159
|
+
type=type,
|
2160
|
+
client_id=client_id,
|
2161
|
+
client_secret_id=client_secret_id,
|
2162
|
+
client_secret_version_number=client_secret_version_number,
|
2163
|
+
)
|
2164
|
+
@staticmethod
|
2165
|
+
def _configure(
|
2166
|
+
_setter: Callable[[Any, Any], None],
|
2167
|
+
type: pulumi.Input[str],
|
2168
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
2169
|
+
client_secret_id: Optional[pulumi.Input[str]] = None,
|
2170
|
+
client_secret_version_number: Optional[pulumi.Input[str]] = None,
|
2171
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2172
|
+
_setter("type", type)
|
1820
2173
|
if client_id is not None:
|
1821
|
-
|
2174
|
+
_setter("client_id", client_id)
|
1822
2175
|
if client_secret_id is not None:
|
1823
|
-
|
2176
|
+
_setter("client_secret_id", client_secret_id)
|
1824
2177
|
if client_secret_version_number is not None:
|
1825
|
-
|
2178
|
+
_setter("client_secret_version_number", client_secret_version_number)
|
1826
2179
|
|
1827
2180
|
@property
|
1828
2181
|
@pulumi.getter
|
@@ -1900,23 +2253,48 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArg
|
|
1900
2253
|
:param pulumi.Input[str] n: (Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
1901
2254
|
:param pulumi.Input[str] use: (Updatable) The intended use of the public key.
|
1902
2255
|
"""
|
1903
|
-
|
2256
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArgs._configure(
|
2257
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2258
|
+
format=format,
|
2259
|
+
alg=alg,
|
2260
|
+
e=e,
|
2261
|
+
key=key,
|
2262
|
+
key_ops=key_ops,
|
2263
|
+
kid=kid,
|
2264
|
+
kty=kty,
|
2265
|
+
n=n,
|
2266
|
+
use=use,
|
2267
|
+
)
|
2268
|
+
@staticmethod
|
2269
|
+
def _configure(
|
2270
|
+
_setter: Callable[[Any, Any], None],
|
2271
|
+
format: pulumi.Input[str],
|
2272
|
+
alg: Optional[pulumi.Input[str]] = None,
|
2273
|
+
e: Optional[pulumi.Input[str]] = None,
|
2274
|
+
key: Optional[pulumi.Input[str]] = None,
|
2275
|
+
key_ops: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2276
|
+
kid: Optional[pulumi.Input[str]] = None,
|
2277
|
+
kty: Optional[pulumi.Input[str]] = None,
|
2278
|
+
n: Optional[pulumi.Input[str]] = None,
|
2279
|
+
use: Optional[pulumi.Input[str]] = None,
|
2280
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2281
|
+
_setter("format", format)
|
1904
2282
|
if alg is not None:
|
1905
|
-
|
2283
|
+
_setter("alg", alg)
|
1906
2284
|
if e is not None:
|
1907
|
-
|
2285
|
+
_setter("e", e)
|
1908
2286
|
if key is not None:
|
1909
|
-
|
2287
|
+
_setter("key", key)
|
1910
2288
|
if key_ops is not None:
|
1911
|
-
|
2289
|
+
_setter("key_ops", key_ops)
|
1912
2290
|
if kid is not None:
|
1913
|
-
|
2291
|
+
_setter("kid", kid)
|
1914
2292
|
if kty is not None:
|
1915
|
-
|
2293
|
+
_setter("kty", kty)
|
1916
2294
|
if n is not None:
|
1917
|
-
|
2295
|
+
_setter("n", n)
|
1918
2296
|
if use is not None:
|
1919
|
-
|
2297
|
+
_setter("use", use)
|
1920
2298
|
|
1921
2299
|
@property
|
1922
2300
|
@pulumi.getter
|
@@ -2040,9 +2418,20 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
|
|
2040
2418
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2041
2419
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
2042
2420
|
"""
|
2043
|
-
|
2421
|
+
DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs._configure(
|
2422
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2423
|
+
type=type,
|
2424
|
+
uri=uri,
|
2425
|
+
)
|
2426
|
+
@staticmethod
|
2427
|
+
def _configure(
|
2428
|
+
_setter: Callable[[Any, Any], None],
|
2429
|
+
type: pulumi.Input[str],
|
2430
|
+
uri: Optional[pulumi.Input[str]] = None,
|
2431
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2432
|
+
_setter("type", type)
|
2044
2433
|
if uri is not None:
|
2045
|
-
|
2434
|
+
_setter("uri", uri)
|
2046
2435
|
|
2047
2436
|
@property
|
2048
2437
|
@pulumi.getter
|
@@ -2084,12 +2473,25 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
|
|
2084
2473
|
:param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
2085
2474
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
2086
2475
|
"""
|
2476
|
+
DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs._configure(
|
2477
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2478
|
+
is_required=is_required,
|
2479
|
+
key=key,
|
2480
|
+
values=values,
|
2481
|
+
)
|
2482
|
+
@staticmethod
|
2483
|
+
def _configure(
|
2484
|
+
_setter: Callable[[Any, Any], None],
|
2485
|
+
is_required: Optional[pulumi.Input[bool]] = None,
|
2486
|
+
key: Optional[pulumi.Input[str]] = None,
|
2487
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2488
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2087
2489
|
if is_required is not None:
|
2088
|
-
|
2490
|
+
_setter("is_required", is_required)
|
2089
2491
|
if key is not None:
|
2090
|
-
|
2492
|
+
_setter("key", key)
|
2091
2493
|
if values is not None:
|
2092
|
-
|
2494
|
+
_setter("values", values)
|
2093
2495
|
|
2094
2496
|
@property
|
2095
2497
|
@pulumi.getter(name="isRequired")
|
@@ -2145,17 +2547,36 @@ class DeploymentSpecificationRequestPoliciesCorsArgs:
|
|
2145
2547
|
:param pulumi.Input[bool] is_allow_credentials_enabled: (Updatable) Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
|
2146
2548
|
:param pulumi.Input[int] max_age_in_seconds: (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.
|
2147
2549
|
"""
|
2148
|
-
|
2550
|
+
DeploymentSpecificationRequestPoliciesCorsArgs._configure(
|
2551
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2552
|
+
allowed_origins=allowed_origins,
|
2553
|
+
allowed_headers=allowed_headers,
|
2554
|
+
allowed_methods=allowed_methods,
|
2555
|
+
exposed_headers=exposed_headers,
|
2556
|
+
is_allow_credentials_enabled=is_allow_credentials_enabled,
|
2557
|
+
max_age_in_seconds=max_age_in_seconds,
|
2558
|
+
)
|
2559
|
+
@staticmethod
|
2560
|
+
def _configure(
|
2561
|
+
_setter: Callable[[Any, Any], None],
|
2562
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]],
|
2563
|
+
allowed_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2564
|
+
allowed_methods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2565
|
+
exposed_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2566
|
+
is_allow_credentials_enabled: Optional[pulumi.Input[bool]] = None,
|
2567
|
+
max_age_in_seconds: Optional[pulumi.Input[int]] = None,
|
2568
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2569
|
+
_setter("allowed_origins", allowed_origins)
|
2149
2570
|
if allowed_headers is not None:
|
2150
|
-
|
2571
|
+
_setter("allowed_headers", allowed_headers)
|
2151
2572
|
if allowed_methods is not None:
|
2152
|
-
|
2573
|
+
_setter("allowed_methods", allowed_methods)
|
2153
2574
|
if exposed_headers is not None:
|
2154
|
-
|
2575
|
+
_setter("exposed_headers", exposed_headers)
|
2155
2576
|
if is_allow_credentials_enabled is not None:
|
2156
|
-
|
2577
|
+
_setter("is_allow_credentials_enabled", is_allow_credentials_enabled)
|
2157
2578
|
if max_age_in_seconds is not None:
|
2158
|
-
|
2579
|
+
_setter("max_age_in_seconds", max_age_in_seconds)
|
2159
2580
|
|
2160
2581
|
@property
|
2161
2582
|
@pulumi.getter(name="allowedOrigins")
|
@@ -2239,8 +2660,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs:
|
|
2239
2660
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs']]] authentication_servers: (Updatable) List of authentication servers to choose from during dynamic authentication.
|
2240
2661
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs'] selection_source: (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
|
2241
2662
|
"""
|
2242
|
-
|
2243
|
-
|
2663
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs._configure(
|
2664
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2665
|
+
authentication_servers=authentication_servers,
|
2666
|
+
selection_source=selection_source,
|
2667
|
+
)
|
2668
|
+
@staticmethod
|
2669
|
+
def _configure(
|
2670
|
+
_setter: Callable[[Any, Any], None],
|
2671
|
+
authentication_servers: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs']]],
|
2672
|
+
selection_source: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs'],
|
2673
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2674
|
+
_setter("authentication_servers", authentication_servers)
|
2675
|
+
_setter("selection_source", selection_source)
|
2244
2676
|
|
2245
2677
|
@property
|
2246
2678
|
@pulumi.getter(name="authenticationServers")
|
@@ -2276,8 +2708,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2276
2708
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs'] authentication_server_detail: (Updatable) Information on how to authenticate incoming requests.
|
2277
2709
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs'] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
2278
2710
|
"""
|
2279
|
-
|
2280
|
-
|
2711
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs._configure(
|
2712
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2713
|
+
authentication_server_detail=authentication_server_detail,
|
2714
|
+
key=key,
|
2715
|
+
)
|
2716
|
+
@staticmethod
|
2717
|
+
def _configure(
|
2718
|
+
_setter: Callable[[Any, Any], None],
|
2719
|
+
authentication_server_detail: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs'],
|
2720
|
+
key: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs'],
|
2721
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2722
|
+
_setter("authentication_server_detail", authentication_server_detail)
|
2723
|
+
_setter("key", key)
|
2281
2724
|
|
2282
2725
|
@property
|
2283
2726
|
@pulumi.getter(name="authenticationServerDetail")
|
@@ -2343,35 +2786,72 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2343
2786
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs'] validation_policy: (Updatable) Authentication Policies for the Token Authentication types.
|
2344
2787
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs']]] verify_claims: (Updatable) A list of claims which should be validated to consider the token valid.
|
2345
2788
|
"""
|
2346
|
-
|
2789
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs._configure(
|
2790
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2791
|
+
type=type,
|
2792
|
+
audiences=audiences,
|
2793
|
+
cache_keys=cache_keys,
|
2794
|
+
function_id=function_id,
|
2795
|
+
is_anonymous_access_allowed=is_anonymous_access_allowed,
|
2796
|
+
issuers=issuers,
|
2797
|
+
max_clock_skew_in_seconds=max_clock_skew_in_seconds,
|
2798
|
+
parameters=parameters,
|
2799
|
+
public_keys=public_keys,
|
2800
|
+
token_auth_scheme=token_auth_scheme,
|
2801
|
+
token_header=token_header,
|
2802
|
+
token_query_param=token_query_param,
|
2803
|
+
validation_failure_policy=validation_failure_policy,
|
2804
|
+
validation_policy=validation_policy,
|
2805
|
+
verify_claims=verify_claims,
|
2806
|
+
)
|
2807
|
+
@staticmethod
|
2808
|
+
def _configure(
|
2809
|
+
_setter: Callable[[Any, Any], None],
|
2810
|
+
type: pulumi.Input[str],
|
2811
|
+
audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2812
|
+
cache_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2813
|
+
function_id: Optional[pulumi.Input[str]] = None,
|
2814
|
+
is_anonymous_access_allowed: Optional[pulumi.Input[bool]] = None,
|
2815
|
+
issuers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
2816
|
+
max_clock_skew_in_seconds: Optional[pulumi.Input[float]] = None,
|
2817
|
+
parameters: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
2818
|
+
public_keys: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs']] = None,
|
2819
|
+
token_auth_scheme: Optional[pulumi.Input[str]] = None,
|
2820
|
+
token_header: Optional[pulumi.Input[str]] = None,
|
2821
|
+
token_query_param: Optional[pulumi.Input[str]] = None,
|
2822
|
+
validation_failure_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgs']] = None,
|
2823
|
+
validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs']] = None,
|
2824
|
+
verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs']]]] = None,
|
2825
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2826
|
+
_setter("type", type)
|
2347
2827
|
if audiences is not None:
|
2348
|
-
|
2828
|
+
_setter("audiences", audiences)
|
2349
2829
|
if cache_keys is not None:
|
2350
|
-
|
2830
|
+
_setter("cache_keys", cache_keys)
|
2351
2831
|
if function_id is not None:
|
2352
|
-
|
2832
|
+
_setter("function_id", function_id)
|
2353
2833
|
if is_anonymous_access_allowed is not None:
|
2354
|
-
|
2834
|
+
_setter("is_anonymous_access_allowed", is_anonymous_access_allowed)
|
2355
2835
|
if issuers is not None:
|
2356
|
-
|
2836
|
+
_setter("issuers", issuers)
|
2357
2837
|
if max_clock_skew_in_seconds is not None:
|
2358
|
-
|
2838
|
+
_setter("max_clock_skew_in_seconds", max_clock_skew_in_seconds)
|
2359
2839
|
if parameters is not None:
|
2360
|
-
|
2840
|
+
_setter("parameters", parameters)
|
2361
2841
|
if public_keys is not None:
|
2362
|
-
|
2842
|
+
_setter("public_keys", public_keys)
|
2363
2843
|
if token_auth_scheme is not None:
|
2364
|
-
|
2844
|
+
_setter("token_auth_scheme", token_auth_scheme)
|
2365
2845
|
if token_header is not None:
|
2366
|
-
|
2846
|
+
_setter("token_header", token_header)
|
2367
2847
|
if token_query_param is not None:
|
2368
|
-
|
2848
|
+
_setter("token_query_param", token_query_param)
|
2369
2849
|
if validation_failure_policy is not None:
|
2370
|
-
|
2850
|
+
_setter("validation_failure_policy", validation_failure_policy)
|
2371
2851
|
if validation_policy is not None:
|
2372
|
-
|
2852
|
+
_setter("validation_policy", validation_policy)
|
2373
2853
|
if verify_claims is not None:
|
2374
|
-
|
2854
|
+
_setter("verify_claims", verify_claims)
|
2375
2855
|
|
2376
2856
|
@property
|
2377
2857
|
@pulumi.getter
|
@@ -2577,15 +3057,32 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2577
3057
|
:param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
|
2578
3058
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
2579
3059
|
"""
|
2580
|
-
|
3060
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs._configure(
|
3061
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3062
|
+
type=type,
|
3063
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
3064
|
+
keys=keys,
|
3065
|
+
max_cache_duration_in_hours=max_cache_duration_in_hours,
|
3066
|
+
uri=uri,
|
3067
|
+
)
|
3068
|
+
@staticmethod
|
3069
|
+
def _configure(
|
3070
|
+
_setter: Callable[[Any, Any], None],
|
3071
|
+
type: pulumi.Input[str],
|
3072
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
3073
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs']]]] = None,
|
3074
|
+
max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
3075
|
+
uri: Optional[pulumi.Input[str]] = None,
|
3076
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3077
|
+
_setter("type", type)
|
2581
3078
|
if is_ssl_verify_disabled is not None:
|
2582
|
-
|
3079
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
2583
3080
|
if keys is not None:
|
2584
|
-
|
3081
|
+
_setter("keys", keys)
|
2585
3082
|
if max_cache_duration_in_hours is not None:
|
2586
|
-
|
3083
|
+
_setter("max_cache_duration_in_hours", max_cache_duration_in_hours)
|
2587
3084
|
if uri is not None:
|
2588
|
-
|
3085
|
+
_setter("uri", uri)
|
2589
3086
|
|
2590
3087
|
@property
|
2591
3088
|
@pulumi.getter
|
@@ -2675,23 +3172,48 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2675
3172
|
:param pulumi.Input[str] n: (Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
2676
3173
|
:param pulumi.Input[str] use: (Updatable) The intended use of the public key.
|
2677
3174
|
"""
|
2678
|
-
|
3175
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs._configure(
|
3176
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3177
|
+
format=format,
|
3178
|
+
alg=alg,
|
3179
|
+
e=e,
|
3180
|
+
key=key,
|
3181
|
+
key_ops=key_ops,
|
3182
|
+
kid=kid,
|
3183
|
+
kty=kty,
|
3184
|
+
n=n,
|
3185
|
+
use=use,
|
3186
|
+
)
|
3187
|
+
@staticmethod
|
3188
|
+
def _configure(
|
3189
|
+
_setter: Callable[[Any, Any], None],
|
3190
|
+
format: pulumi.Input[str],
|
3191
|
+
alg: Optional[pulumi.Input[str]] = None,
|
3192
|
+
e: Optional[pulumi.Input[str]] = None,
|
3193
|
+
key: Optional[pulumi.Input[str]] = None,
|
3194
|
+
key_ops: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3195
|
+
kid: Optional[pulumi.Input[str]] = None,
|
3196
|
+
kty: Optional[pulumi.Input[str]] = None,
|
3197
|
+
n: Optional[pulumi.Input[str]] = None,
|
3198
|
+
use: Optional[pulumi.Input[str]] = None,
|
3199
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3200
|
+
_setter("format", format)
|
2679
3201
|
if alg is not None:
|
2680
|
-
|
3202
|
+
_setter("alg", alg)
|
2681
3203
|
if e is not None:
|
2682
|
-
|
3204
|
+
_setter("e", e)
|
2683
3205
|
if key is not None:
|
2684
|
-
|
3206
|
+
_setter("key", key)
|
2685
3207
|
if key_ops is not None:
|
2686
|
-
|
3208
|
+
_setter("key_ops", key_ops)
|
2687
3209
|
if kid is not None:
|
2688
|
-
|
3210
|
+
_setter("kid", kid)
|
2689
3211
|
if kty is not None:
|
2690
|
-
|
3212
|
+
_setter("kty", kty)
|
2691
3213
|
if n is not None:
|
2692
|
-
|
3214
|
+
_setter("n", n)
|
2693
3215
|
if use is not None:
|
2694
|
-
|
3216
|
+
_setter("use", use)
|
2695
3217
|
|
2696
3218
|
@property
|
2697
3219
|
@pulumi.getter
|
@@ -2839,33 +3361,68 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
2839
3361
|
:param pulumi.Input[bool] use_cookies_for_session: (Updatable) Defines whether or not to use cookies for session maintenance.
|
2840
3362
|
:param pulumi.Input[bool] use_pkce: (Updatable) Defines whether or not to support PKCE.
|
2841
3363
|
"""
|
2842
|
-
|
3364
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyArgs._configure(
|
3365
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3366
|
+
type=type,
|
3367
|
+
client_details=client_details,
|
3368
|
+
fallback_redirect_path=fallback_redirect_path,
|
3369
|
+
logout_path=logout_path,
|
3370
|
+
max_expiry_duration_in_hours=max_expiry_duration_in_hours,
|
3371
|
+
response_code=response_code,
|
3372
|
+
response_header_transformations=response_header_transformations,
|
3373
|
+
response_message=response_message,
|
3374
|
+
response_type=response_type,
|
3375
|
+
scopes=scopes,
|
3376
|
+
source_uri_details=source_uri_details,
|
3377
|
+
use_cookies_for_intermediate_steps=use_cookies_for_intermediate_steps,
|
3378
|
+
use_cookies_for_session=use_cookies_for_session,
|
3379
|
+
use_pkce=use_pkce,
|
3380
|
+
)
|
3381
|
+
@staticmethod
|
3382
|
+
def _configure(
|
3383
|
+
_setter: Callable[[Any, Any], None],
|
3384
|
+
type: pulumi.Input[str],
|
3385
|
+
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs']] = None,
|
3386
|
+
fallback_redirect_path: Optional[pulumi.Input[str]] = None,
|
3387
|
+
logout_path: Optional[pulumi.Input[str]] = None,
|
3388
|
+
max_expiry_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
3389
|
+
response_code: Optional[pulumi.Input[str]] = None,
|
3390
|
+
response_header_transformations: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs']] = None,
|
3391
|
+
response_message: Optional[pulumi.Input[str]] = None,
|
3392
|
+
response_type: Optional[pulumi.Input[str]] = None,
|
3393
|
+
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3394
|
+
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs']] = None,
|
3395
|
+
use_cookies_for_intermediate_steps: Optional[pulumi.Input[bool]] = None,
|
3396
|
+
use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
|
3397
|
+
use_pkce: Optional[pulumi.Input[bool]] = None,
|
3398
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3399
|
+
_setter("type", type)
|
2843
3400
|
if client_details is not None:
|
2844
|
-
|
3401
|
+
_setter("client_details", client_details)
|
2845
3402
|
if fallback_redirect_path is not None:
|
2846
|
-
|
3403
|
+
_setter("fallback_redirect_path", fallback_redirect_path)
|
2847
3404
|
if logout_path is not None:
|
2848
|
-
|
3405
|
+
_setter("logout_path", logout_path)
|
2849
3406
|
if max_expiry_duration_in_hours is not None:
|
2850
|
-
|
3407
|
+
_setter("max_expiry_duration_in_hours", max_expiry_duration_in_hours)
|
2851
3408
|
if response_code is not None:
|
2852
|
-
|
3409
|
+
_setter("response_code", response_code)
|
2853
3410
|
if response_header_transformations is not None:
|
2854
|
-
|
3411
|
+
_setter("response_header_transformations", response_header_transformations)
|
2855
3412
|
if response_message is not None:
|
2856
|
-
|
3413
|
+
_setter("response_message", response_message)
|
2857
3414
|
if response_type is not None:
|
2858
|
-
|
3415
|
+
_setter("response_type", response_type)
|
2859
3416
|
if scopes is not None:
|
2860
|
-
|
3417
|
+
_setter("scopes", scopes)
|
2861
3418
|
if source_uri_details is not None:
|
2862
|
-
|
3419
|
+
_setter("source_uri_details", source_uri_details)
|
2863
3420
|
if use_cookies_for_intermediate_steps is not None:
|
2864
|
-
|
3421
|
+
_setter("use_cookies_for_intermediate_steps", use_cookies_for_intermediate_steps)
|
2865
3422
|
if use_cookies_for_session is not None:
|
2866
|
-
|
3423
|
+
_setter("use_cookies_for_session", use_cookies_for_session)
|
2867
3424
|
if use_pkce is not None:
|
2868
|
-
|
3425
|
+
_setter("use_pkce", use_pkce)
|
2869
3426
|
|
2870
3427
|
@property
|
2871
3428
|
@pulumi.getter
|
@@ -3057,13 +3614,28 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3057
3614
|
:param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
3058
3615
|
:param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
|
3059
3616
|
"""
|
3060
|
-
|
3617
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs._configure(
|
3618
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3619
|
+
type=type,
|
3620
|
+
client_id=client_id,
|
3621
|
+
client_secret_id=client_secret_id,
|
3622
|
+
client_secret_version_number=client_secret_version_number,
|
3623
|
+
)
|
3624
|
+
@staticmethod
|
3625
|
+
def _configure(
|
3626
|
+
_setter: Callable[[Any, Any], None],
|
3627
|
+
type: pulumi.Input[str],
|
3628
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
3629
|
+
client_secret_id: Optional[pulumi.Input[str]] = None,
|
3630
|
+
client_secret_version_number: Optional[pulumi.Input[str]] = None,
|
3631
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3632
|
+
_setter("type", type)
|
3061
3633
|
if client_id is not None:
|
3062
|
-
|
3634
|
+
_setter("client_id", client_id)
|
3063
3635
|
if client_secret_id is not None:
|
3064
|
-
|
3636
|
+
_setter("client_secret_id", client_secret_id)
|
3065
3637
|
if client_secret_version_number is not None:
|
3066
|
-
|
3638
|
+
_setter("client_secret_version_number", client_secret_version_number)
|
3067
3639
|
|
3068
3640
|
@property
|
3069
3641
|
@pulumi.getter
|
@@ -3129,12 +3701,25 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3129
3701
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs'] rename_headers: (Updatable) Rename HTTP headers as they pass through the gateway.
|
3130
3702
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs'] set_headers: (Updatable) Set HTTP headers as they pass through the gateway.
|
3131
3703
|
"""
|
3704
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsArgs._configure(
|
3705
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3706
|
+
filter_headers=filter_headers,
|
3707
|
+
rename_headers=rename_headers,
|
3708
|
+
set_headers=set_headers,
|
3709
|
+
)
|
3710
|
+
@staticmethod
|
3711
|
+
def _configure(
|
3712
|
+
_setter: Callable[[Any, Any], None],
|
3713
|
+
filter_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs']] = None,
|
3714
|
+
rename_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs']] = None,
|
3715
|
+
set_headers: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs']] = None,
|
3716
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3132
3717
|
if filter_headers is not None:
|
3133
|
-
|
3718
|
+
_setter("filter_headers", filter_headers)
|
3134
3719
|
if rename_headers is not None:
|
3135
|
-
|
3720
|
+
_setter("rename_headers", rename_headers)
|
3136
3721
|
if set_headers is not None:
|
3137
|
-
|
3722
|
+
_setter("set_headers", set_headers)
|
3138
3723
|
|
3139
3724
|
@property
|
3140
3725
|
@pulumi.getter(name="filterHeaders")
|
@@ -3186,10 +3771,21 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3186
3771
|
** IMPORTANT **
|
3187
3772
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3188
3773
|
"""
|
3774
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersArgs._configure(
|
3775
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3776
|
+
items=items,
|
3777
|
+
type=type,
|
3778
|
+
)
|
3779
|
+
@staticmethod
|
3780
|
+
def _configure(
|
3781
|
+
_setter: Callable[[Any, Any], None],
|
3782
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs']]]] = None,
|
3783
|
+
type: Optional[pulumi.Input[str]] = None,
|
3784
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3189
3785
|
if items is not None:
|
3190
|
-
|
3786
|
+
_setter("items", items)
|
3191
3787
|
if type is not None:
|
3192
|
-
|
3788
|
+
_setter("type", type)
|
3193
3789
|
|
3194
3790
|
@property
|
3195
3791
|
@pulumi.getter
|
@@ -3227,8 +3823,17 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3227
3823
|
"""
|
3228
3824
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
3229
3825
|
"""
|
3826
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs._configure(
|
3827
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3828
|
+
name=name,
|
3829
|
+
)
|
3830
|
+
@staticmethod
|
3831
|
+
def _configure(
|
3832
|
+
_setter: Callable[[Any, Any], None],
|
3833
|
+
name: Optional[pulumi.Input[str]] = None,
|
3834
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3230
3835
|
if name is not None:
|
3231
|
-
|
3836
|
+
_setter("name", name)
|
3232
3837
|
|
3233
3838
|
@property
|
3234
3839
|
@pulumi.getter
|
@@ -3250,8 +3855,17 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3250
3855
|
"""
|
3251
3856
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs']]] items: (Updatable) The list of headers.
|
3252
3857
|
"""
|
3858
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersArgs._configure(
|
3859
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3860
|
+
items=items,
|
3861
|
+
)
|
3862
|
+
@staticmethod
|
3863
|
+
def _configure(
|
3864
|
+
_setter: Callable[[Any, Any], None],
|
3865
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs']]]] = None,
|
3866
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3253
3867
|
if items is not None:
|
3254
|
-
|
3868
|
+
_setter("items", items)
|
3255
3869
|
|
3256
3870
|
@property
|
3257
3871
|
@pulumi.getter
|
@@ -3275,10 +3889,21 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3275
3889
|
:param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
3276
3890
|
:param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
|
3277
3891
|
"""
|
3892
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsRenameHeadersItemArgs._configure(
|
3893
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3894
|
+
from_=from_,
|
3895
|
+
to=to,
|
3896
|
+
)
|
3897
|
+
@staticmethod
|
3898
|
+
def _configure(
|
3899
|
+
_setter: Callable[[Any, Any], None],
|
3900
|
+
from_: Optional[pulumi.Input[str]] = None,
|
3901
|
+
to: Optional[pulumi.Input[str]] = None,
|
3902
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3278
3903
|
if from_ is not None:
|
3279
|
-
|
3904
|
+
_setter("from_", from_)
|
3280
3905
|
if to is not None:
|
3281
|
-
|
3906
|
+
_setter("to", to)
|
3282
3907
|
|
3283
3908
|
@property
|
3284
3909
|
@pulumi.getter(name="from")
|
@@ -3312,8 +3937,17 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3312
3937
|
"""
|
3313
3938
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs']]] items: (Updatable) The list of headers.
|
3314
3939
|
"""
|
3940
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersArgs._configure(
|
3941
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3942
|
+
items=items,
|
3943
|
+
)
|
3944
|
+
@staticmethod
|
3945
|
+
def _configure(
|
3946
|
+
_setter: Callable[[Any, Any], None],
|
3947
|
+
items: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs']]]] = None,
|
3948
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3315
3949
|
if items is not None:
|
3316
|
-
|
3950
|
+
_setter("items", items)
|
3317
3951
|
|
3318
3952
|
@property
|
3319
3953
|
@pulumi.getter
|
@@ -3339,12 +3973,25 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3339
3973
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
3340
3974
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
3341
3975
|
"""
|
3976
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsSetHeadersItemArgs._configure(
|
3977
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3978
|
+
if_exists=if_exists,
|
3979
|
+
name=name,
|
3980
|
+
values=values,
|
3981
|
+
)
|
3982
|
+
@staticmethod
|
3983
|
+
def _configure(
|
3984
|
+
_setter: Callable[[Any, Any], None],
|
3985
|
+
if_exists: Optional[pulumi.Input[str]] = None,
|
3986
|
+
name: Optional[pulumi.Input[str]] = None,
|
3987
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3988
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3342
3989
|
if if_exists is not None:
|
3343
|
-
|
3990
|
+
_setter("if_exists", if_exists)
|
3344
3991
|
if name is not None:
|
3345
|
-
|
3992
|
+
_setter("name", name)
|
3346
3993
|
if values is not None:
|
3347
|
-
|
3994
|
+
_setter("values", values)
|
3348
3995
|
|
3349
3996
|
@property
|
3350
3997
|
@pulumi.getter(name="ifExists")
|
@@ -3396,9 +4043,20 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3396
4043
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3397
4044
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
3398
4045
|
"""
|
3399
|
-
|
4046
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetailsArgs._configure(
|
4047
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4048
|
+
type=type,
|
4049
|
+
uri=uri,
|
4050
|
+
)
|
4051
|
+
@staticmethod
|
4052
|
+
def _configure(
|
4053
|
+
_setter: Callable[[Any, Any], None],
|
4054
|
+
type: pulumi.Input[str],
|
4055
|
+
uri: Optional[pulumi.Input[str]] = None,
|
4056
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4057
|
+
_setter("type", type)
|
3400
4058
|
if uri is not None:
|
3401
|
-
|
4059
|
+
_setter("uri", uri)
|
3402
4060
|
|
3403
4061
|
@property
|
3404
4062
|
@pulumi.getter
|
@@ -3454,21 +4112,44 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3454
4112
|
:param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs'] source_uri_details: (Updatable) Auth endpoint details.
|
3455
4113
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
3456
4114
|
"""
|
3457
|
-
|
4115
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs._configure(
|
4116
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4117
|
+
type=type,
|
4118
|
+
additional_validation_policy=additional_validation_policy,
|
4119
|
+
client_details=client_details,
|
4120
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
4121
|
+
keys=keys,
|
4122
|
+
max_cache_duration_in_hours=max_cache_duration_in_hours,
|
4123
|
+
source_uri_details=source_uri_details,
|
4124
|
+
uri=uri,
|
4125
|
+
)
|
4126
|
+
@staticmethod
|
4127
|
+
def _configure(
|
4128
|
+
_setter: Callable[[Any, Any], None],
|
4129
|
+
type: pulumi.Input[str],
|
4130
|
+
additional_validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs']] = None,
|
4131
|
+
client_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs']] = None,
|
4132
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
4133
|
+
keys: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgs']]]] = None,
|
4134
|
+
max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
|
4135
|
+
source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs']] = None,
|
4136
|
+
uri: Optional[pulumi.Input[str]] = None,
|
4137
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4138
|
+
_setter("type", type)
|
3458
4139
|
if additional_validation_policy is not None:
|
3459
|
-
|
4140
|
+
_setter("additional_validation_policy", additional_validation_policy)
|
3460
4141
|
if client_details is not None:
|
3461
|
-
|
4142
|
+
_setter("client_details", client_details)
|
3462
4143
|
if is_ssl_verify_disabled is not None:
|
3463
|
-
|
4144
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
3464
4145
|
if keys is not None:
|
3465
|
-
|
4146
|
+
_setter("keys", keys)
|
3466
4147
|
if max_cache_duration_in_hours is not None:
|
3467
|
-
|
4148
|
+
_setter("max_cache_duration_in_hours", max_cache_duration_in_hours)
|
3468
4149
|
if source_uri_details is not None:
|
3469
|
-
|
4150
|
+
_setter("source_uri_details", source_uri_details)
|
3470
4151
|
if uri is not None:
|
3471
|
-
|
4152
|
+
_setter("uri", uri)
|
3472
4153
|
|
3473
4154
|
@property
|
3474
4155
|
@pulumi.getter
|
@@ -3582,12 +4263,25 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3582
4263
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] issuers: (Updatable) A list of parties that could have issued the token.
|
3583
4264
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgs']]] verify_claims: (Updatable) A list of claims which should be validated to consider the token valid.
|
3584
4265
|
"""
|
4266
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs._configure(
|
4267
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4268
|
+
audiences=audiences,
|
4269
|
+
issuers=issuers,
|
4270
|
+
verify_claims=verify_claims,
|
4271
|
+
)
|
4272
|
+
@staticmethod
|
4273
|
+
def _configure(
|
4274
|
+
_setter: Callable[[Any, Any], None],
|
4275
|
+
audiences: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4276
|
+
issuers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4277
|
+
verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgs']]]] = None,
|
4278
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3585
4279
|
if audiences is not None:
|
3586
|
-
|
4280
|
+
_setter("audiences", audiences)
|
3587
4281
|
if issuers is not None:
|
3588
|
-
|
4282
|
+
_setter("issuers", issuers)
|
3589
4283
|
if verify_claims is not None:
|
3590
|
-
|
4284
|
+
_setter("verify_claims", verify_claims)
|
3591
4285
|
|
3592
4286
|
@property
|
3593
4287
|
@pulumi.getter
|
@@ -3637,12 +4331,25 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3637
4331
|
:param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
3638
4332
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
3639
4333
|
"""
|
4334
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaimArgs._configure(
|
4335
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4336
|
+
is_required=is_required,
|
4337
|
+
key=key,
|
4338
|
+
values=values,
|
4339
|
+
)
|
4340
|
+
@staticmethod
|
4341
|
+
def _configure(
|
4342
|
+
_setter: Callable[[Any, Any], None],
|
4343
|
+
is_required: Optional[pulumi.Input[bool]] = None,
|
4344
|
+
key: Optional[pulumi.Input[str]] = None,
|
4345
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4346
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3640
4347
|
if is_required is not None:
|
3641
|
-
|
4348
|
+
_setter("is_required", is_required)
|
3642
4349
|
if key is not None:
|
3643
|
-
|
4350
|
+
_setter("key", key)
|
3644
4351
|
if values is not None:
|
3645
|
-
|
4352
|
+
_setter("values", values)
|
3646
4353
|
|
3647
4354
|
@property
|
3648
4355
|
@pulumi.getter(name="isRequired")
|
@@ -3698,13 +4405,28 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3698
4405
|
:param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
|
3699
4406
|
:param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
|
3700
4407
|
"""
|
3701
|
-
|
4408
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs._configure(
|
4409
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4410
|
+
type=type,
|
4411
|
+
client_id=client_id,
|
4412
|
+
client_secret_id=client_secret_id,
|
4413
|
+
client_secret_version_number=client_secret_version_number,
|
4414
|
+
)
|
4415
|
+
@staticmethod
|
4416
|
+
def _configure(
|
4417
|
+
_setter: Callable[[Any, Any], None],
|
4418
|
+
type: pulumi.Input[str],
|
4419
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
4420
|
+
client_secret_id: Optional[pulumi.Input[str]] = None,
|
4421
|
+
client_secret_version_number: Optional[pulumi.Input[str]] = None,
|
4422
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4423
|
+
_setter("type", type)
|
3702
4424
|
if client_id is not None:
|
3703
|
-
|
4425
|
+
_setter("client_id", client_id)
|
3704
4426
|
if client_secret_id is not None:
|
3705
|
-
|
4427
|
+
_setter("client_secret_id", client_secret_id)
|
3706
4428
|
if client_secret_version_number is not None:
|
3707
|
-
|
4429
|
+
_setter("client_secret_version_number", client_secret_version_number)
|
3708
4430
|
|
3709
4431
|
@property
|
3710
4432
|
@pulumi.getter
|
@@ -3782,23 +4504,48 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3782
4504
|
:param pulumi.Input[str] n: (Updatable) The base64 url encoded modulus of the RSA public key represented by this key.
|
3783
4505
|
:param pulumi.Input[str] use: (Updatable) The intended use of the public key.
|
3784
4506
|
"""
|
3785
|
-
|
4507
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKeyArgs._configure(
|
4508
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4509
|
+
format=format,
|
4510
|
+
alg=alg,
|
4511
|
+
e=e,
|
4512
|
+
key=key,
|
4513
|
+
key_ops=key_ops,
|
4514
|
+
kid=kid,
|
4515
|
+
kty=kty,
|
4516
|
+
n=n,
|
4517
|
+
use=use,
|
4518
|
+
)
|
4519
|
+
@staticmethod
|
4520
|
+
def _configure(
|
4521
|
+
_setter: Callable[[Any, Any], None],
|
4522
|
+
format: pulumi.Input[str],
|
4523
|
+
alg: Optional[pulumi.Input[str]] = None,
|
4524
|
+
e: Optional[pulumi.Input[str]] = None,
|
4525
|
+
key: Optional[pulumi.Input[str]] = None,
|
4526
|
+
key_ops: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4527
|
+
kid: Optional[pulumi.Input[str]] = None,
|
4528
|
+
kty: Optional[pulumi.Input[str]] = None,
|
4529
|
+
n: Optional[pulumi.Input[str]] = None,
|
4530
|
+
use: Optional[pulumi.Input[str]] = None,
|
4531
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4532
|
+
_setter("format", format)
|
3786
4533
|
if alg is not None:
|
3787
|
-
|
4534
|
+
_setter("alg", alg)
|
3788
4535
|
if e is not None:
|
3789
|
-
|
4536
|
+
_setter("e", e)
|
3790
4537
|
if key is not None:
|
3791
|
-
|
4538
|
+
_setter("key", key)
|
3792
4539
|
if key_ops is not None:
|
3793
|
-
|
4540
|
+
_setter("key_ops", key_ops)
|
3794
4541
|
if kid is not None:
|
3795
|
-
|
4542
|
+
_setter("kid", kid)
|
3796
4543
|
if kty is not None:
|
3797
|
-
|
4544
|
+
_setter("kty", kty)
|
3798
4545
|
if n is not None:
|
3799
|
-
|
4546
|
+
_setter("n", n)
|
3800
4547
|
if use is not None:
|
3801
|
-
|
4548
|
+
_setter("use", use)
|
3802
4549
|
|
3803
4550
|
@property
|
3804
4551
|
@pulumi.getter
|
@@ -3922,9 +4669,20 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3922
4669
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3923
4670
|
:param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
|
3924
4671
|
"""
|
3925
|
-
|
4672
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs._configure(
|
4673
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4674
|
+
type=type,
|
4675
|
+
uri=uri,
|
4676
|
+
)
|
4677
|
+
@staticmethod
|
4678
|
+
def _configure(
|
4679
|
+
_setter: Callable[[Any, Any], None],
|
4680
|
+
type: pulumi.Input[str],
|
4681
|
+
uri: Optional[pulumi.Input[str]] = None,
|
4682
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4683
|
+
_setter("type", type)
|
3926
4684
|
if uri is not None:
|
3927
|
-
|
4685
|
+
_setter("uri", uri)
|
3928
4686
|
|
3929
4687
|
@property
|
3930
4688
|
@pulumi.getter
|
@@ -3966,12 +4724,25 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
3966
4724
|
:param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
3967
4725
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
3968
4726
|
"""
|
4727
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs._configure(
|
4728
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4729
|
+
is_required=is_required,
|
4730
|
+
key=key,
|
4731
|
+
values=values,
|
4732
|
+
)
|
4733
|
+
@staticmethod
|
4734
|
+
def _configure(
|
4735
|
+
_setter: Callable[[Any, Any], None],
|
4736
|
+
is_required: Optional[pulumi.Input[bool]] = None,
|
4737
|
+
key: Optional[pulumi.Input[str]] = None,
|
4738
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4739
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3969
4740
|
if is_required is not None:
|
3970
|
-
|
4741
|
+
_setter("is_required", is_required)
|
3971
4742
|
if key is not None:
|
3972
|
-
|
4743
|
+
_setter("key", key)
|
3973
4744
|
if values is not None:
|
3974
|
-
|
4745
|
+
_setter("values", values)
|
3975
4746
|
|
3976
4747
|
@property
|
3977
4748
|
@pulumi.getter(name="isRequired")
|
@@ -4029,15 +4800,32 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
|
|
4029
4800
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4030
4801
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
4031
4802
|
"""
|
4032
|
-
|
4803
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs._configure(
|
4804
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4805
|
+
name=name,
|
4806
|
+
expression=expression,
|
4807
|
+
is_default=is_default,
|
4808
|
+
type=type,
|
4809
|
+
values=values,
|
4810
|
+
)
|
4811
|
+
@staticmethod
|
4812
|
+
def _configure(
|
4813
|
+
_setter: Callable[[Any, Any], None],
|
4814
|
+
name: pulumi.Input[str],
|
4815
|
+
expression: Optional[pulumi.Input[str]] = None,
|
4816
|
+
is_default: Optional[pulumi.Input[bool]] = None,
|
4817
|
+
type: Optional[pulumi.Input[str]] = None,
|
4818
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4819
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4820
|
+
_setter("name", name)
|
4033
4821
|
if expression is not None:
|
4034
|
-
|
4822
|
+
_setter("expression", expression)
|
4035
4823
|
if is_default is not None:
|
4036
|
-
|
4824
|
+
_setter("is_default", is_default)
|
4037
4825
|
if type is not None:
|
4038
|
-
|
4826
|
+
_setter("type", type)
|
4039
4827
|
if values is not None:
|
4040
|
-
|
4828
|
+
_setter("values", values)
|
4041
4829
|
|
4042
4830
|
@property
|
4043
4831
|
@pulumi.getter
|
@@ -4117,8 +4905,19 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
|
|
4117
4905
|
** IMPORTANT **
|
4118
4906
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4119
4907
|
"""
|
4120
|
-
|
4121
|
-
|
4908
|
+
DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs._configure(
|
4909
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4910
|
+
selector=selector,
|
4911
|
+
type=type,
|
4912
|
+
)
|
4913
|
+
@staticmethod
|
4914
|
+
def _configure(
|
4915
|
+
_setter: Callable[[Any, Any], None],
|
4916
|
+
selector: pulumi.Input[str],
|
4917
|
+
type: pulumi.Input[str],
|
4918
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4919
|
+
_setter("selector", selector)
|
4920
|
+
_setter("type", type)
|
4122
4921
|
|
4123
4922
|
@property
|
4124
4923
|
@pulumi.getter
|
@@ -4158,10 +4957,21 @@ class DeploymentSpecificationRequestPoliciesMutualTlsArgs:
|
|
4158
4957
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_sans: (Updatable) Allowed list of CN or SAN which will be used for verification of certificate.
|
4159
4958
|
:param pulumi.Input[bool] is_verified_certificate_required: (Updatable) Determines whether to enable client verification when API Consumer makes connection to the gateway.
|
4160
4959
|
"""
|
4960
|
+
DeploymentSpecificationRequestPoliciesMutualTlsArgs._configure(
|
4961
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4962
|
+
allowed_sans=allowed_sans,
|
4963
|
+
is_verified_certificate_required=is_verified_certificate_required,
|
4964
|
+
)
|
4965
|
+
@staticmethod
|
4966
|
+
def _configure(
|
4967
|
+
_setter: Callable[[Any, Any], None],
|
4968
|
+
allowed_sans: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
4969
|
+
is_verified_certificate_required: Optional[pulumi.Input[bool]] = None,
|
4970
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4161
4971
|
if allowed_sans is not None:
|
4162
|
-
|
4972
|
+
_setter("allowed_sans", allowed_sans)
|
4163
4973
|
if is_verified_certificate_required is not None:
|
4164
|
-
|
4974
|
+
_setter("is_verified_certificate_required", is_verified_certificate_required)
|
4165
4975
|
|
4166
4976
|
@property
|
4167
4977
|
@pulumi.getter(name="allowedSans")
|
@@ -4197,8 +5007,19 @@ class DeploymentSpecificationRequestPoliciesRateLimitingArgs:
|
|
4197
5007
|
:param pulumi.Input[int] rate_in_requests_per_second: (Updatable) The maximum number of requests per second to allow.
|
4198
5008
|
:param pulumi.Input[str] rate_key: (Updatable) The key used to group requests together.
|
4199
5009
|
"""
|
4200
|
-
|
4201
|
-
|
5010
|
+
DeploymentSpecificationRequestPoliciesRateLimitingArgs._configure(
|
5011
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5012
|
+
rate_in_requests_per_second=rate_in_requests_per_second,
|
5013
|
+
rate_key=rate_key,
|
5014
|
+
)
|
5015
|
+
@staticmethod
|
5016
|
+
def _configure(
|
5017
|
+
_setter: Callable[[Any, Any], None],
|
5018
|
+
rate_in_requests_per_second: pulumi.Input[int],
|
5019
|
+
rate_key: pulumi.Input[str],
|
5020
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5021
|
+
_setter("rate_in_requests_per_second", rate_in_requests_per_second)
|
5022
|
+
_setter("rate_key", rate_key)
|
4202
5023
|
|
4203
5024
|
@property
|
4204
5025
|
@pulumi.getter(name="rateInRequestsPerSecond")
|
@@ -4236,7 +5057,16 @@ class DeploymentSpecificationRequestPoliciesUsagePlansArgs:
|
|
4236
5057
|
* "request.auth[Token]"
|
4237
5058
|
* "request.path[TOKEN]"
|
4238
5059
|
"""
|
4239
|
-
|
5060
|
+
DeploymentSpecificationRequestPoliciesUsagePlansArgs._configure(
|
5061
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5062
|
+
token_locations=token_locations,
|
5063
|
+
)
|
5064
|
+
@staticmethod
|
5065
|
+
def _configure(
|
5066
|
+
_setter: Callable[[Any, Any], None],
|
5067
|
+
token_locations: pulumi.Input[Sequence[pulumi.Input[str]]],
|
5068
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5069
|
+
_setter("token_locations", token_locations)
|
4240
5070
|
|
4241
5071
|
@property
|
4242
5072
|
@pulumi.getter(name="tokenLocations")
|
@@ -4272,16 +5102,35 @@ class DeploymentSpecificationRouteArgs:
|
|
4272
5102
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesArgs'] request_policies: (Updatable) Behavior applied to any requests received by the API on this route.
|
4273
5103
|
:param pulumi.Input['DeploymentSpecificationRouteResponsePoliciesArgs'] response_policies: (Updatable) Behavior applied to any responses sent by the API for requests on this route.
|
4274
5104
|
"""
|
4275
|
-
|
4276
|
-
|
5105
|
+
DeploymentSpecificationRouteArgs._configure(
|
5106
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5107
|
+
backend=backend,
|
5108
|
+
path=path,
|
5109
|
+
logging_policies=logging_policies,
|
5110
|
+
methods=methods,
|
5111
|
+
request_policies=request_policies,
|
5112
|
+
response_policies=response_policies,
|
5113
|
+
)
|
5114
|
+
@staticmethod
|
5115
|
+
def _configure(
|
5116
|
+
_setter: Callable[[Any, Any], None],
|
5117
|
+
backend: pulumi.Input['DeploymentSpecificationRouteBackendArgs'],
|
5118
|
+
path: pulumi.Input[str],
|
5119
|
+
logging_policies: Optional[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesArgs']] = None,
|
5120
|
+
methods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5121
|
+
request_policies: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesArgs']] = None,
|
5122
|
+
response_policies: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesArgs']] = None,
|
5123
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5124
|
+
_setter("backend", backend)
|
5125
|
+
_setter("path", path)
|
4277
5126
|
if logging_policies is not None:
|
4278
|
-
|
5127
|
+
_setter("logging_policies", logging_policies)
|
4279
5128
|
if methods is not None:
|
4280
|
-
|
5129
|
+
_setter("methods", methods)
|
4281
5130
|
if request_policies is not None:
|
4282
|
-
|
5131
|
+
_setter("request_policies", request_policies)
|
4283
5132
|
if response_policies is not None:
|
4284
|
-
|
5133
|
+
_setter("response_policies", response_policies)
|
4285
5134
|
|
4286
5135
|
@property
|
4287
5136
|
@pulumi.getter
|
@@ -4393,33 +5242,68 @@ class DeploymentSpecificationRouteBackendArgs:
|
|
4393
5242
|
:param pulumi.Input[int] status: (Updatable) The status code of the stock response from the mock backend.
|
4394
5243
|
:param pulumi.Input[str] url: (Updatable)
|
4395
5244
|
"""
|
4396
|
-
|
5245
|
+
DeploymentSpecificationRouteBackendArgs._configure(
|
5246
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5247
|
+
type=type,
|
5248
|
+
allowed_post_logout_uris=allowed_post_logout_uris,
|
5249
|
+
body=body,
|
5250
|
+
connect_timeout_in_seconds=connect_timeout_in_seconds,
|
5251
|
+
function_id=function_id,
|
5252
|
+
headers=headers,
|
5253
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
5254
|
+
post_logout_state=post_logout_state,
|
5255
|
+
read_timeout_in_seconds=read_timeout_in_seconds,
|
5256
|
+
routing_backends=routing_backends,
|
5257
|
+
selection_source=selection_source,
|
5258
|
+
send_timeout_in_seconds=send_timeout_in_seconds,
|
5259
|
+
status=status,
|
5260
|
+
url=url,
|
5261
|
+
)
|
5262
|
+
@staticmethod
|
5263
|
+
def _configure(
|
5264
|
+
_setter: Callable[[Any, Any], None],
|
5265
|
+
type: pulumi.Input[str],
|
5266
|
+
allowed_post_logout_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5267
|
+
body: Optional[pulumi.Input[str]] = None,
|
5268
|
+
connect_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5269
|
+
function_id: Optional[pulumi.Input[str]] = None,
|
5270
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendHeaderArgs']]]] = None,
|
5271
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
5272
|
+
post_logout_state: Optional[pulumi.Input[str]] = None,
|
5273
|
+
read_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5274
|
+
routing_backends: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendArgs']]]] = None,
|
5275
|
+
selection_source: Optional[pulumi.Input['DeploymentSpecificationRouteBackendSelectionSourceArgs']] = None,
|
5276
|
+
send_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5277
|
+
status: Optional[pulumi.Input[int]] = None,
|
5278
|
+
url: Optional[pulumi.Input[str]] = None,
|
5279
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5280
|
+
_setter("type", type)
|
4397
5281
|
if allowed_post_logout_uris is not None:
|
4398
|
-
|
5282
|
+
_setter("allowed_post_logout_uris", allowed_post_logout_uris)
|
4399
5283
|
if body is not None:
|
4400
|
-
|
5284
|
+
_setter("body", body)
|
4401
5285
|
if connect_timeout_in_seconds is not None:
|
4402
|
-
|
5286
|
+
_setter("connect_timeout_in_seconds", connect_timeout_in_seconds)
|
4403
5287
|
if function_id is not None:
|
4404
|
-
|
5288
|
+
_setter("function_id", function_id)
|
4405
5289
|
if headers is not None:
|
4406
|
-
|
5290
|
+
_setter("headers", headers)
|
4407
5291
|
if is_ssl_verify_disabled is not None:
|
4408
|
-
|
5292
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
4409
5293
|
if post_logout_state is not None:
|
4410
|
-
|
5294
|
+
_setter("post_logout_state", post_logout_state)
|
4411
5295
|
if read_timeout_in_seconds is not None:
|
4412
|
-
|
5296
|
+
_setter("read_timeout_in_seconds", read_timeout_in_seconds)
|
4413
5297
|
if routing_backends is not None:
|
4414
|
-
|
5298
|
+
_setter("routing_backends", routing_backends)
|
4415
5299
|
if selection_source is not None:
|
4416
|
-
|
5300
|
+
_setter("selection_source", selection_source)
|
4417
5301
|
if send_timeout_in_seconds is not None:
|
4418
|
-
|
5302
|
+
_setter("send_timeout_in_seconds", send_timeout_in_seconds)
|
4419
5303
|
if status is not None:
|
4420
|
-
|
5304
|
+
_setter("status", status)
|
4421
5305
|
if url is not None:
|
4422
|
-
|
5306
|
+
_setter("url", url)
|
4423
5307
|
|
4424
5308
|
@property
|
4425
5309
|
@pulumi.getter
|
@@ -4603,10 +5487,21 @@ class DeploymentSpecificationRouteBackendHeaderArgs:
|
|
4603
5487
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
4604
5488
|
:param pulumi.Input[str] value: (Updatable) Value of the header.
|
4605
5489
|
"""
|
5490
|
+
DeploymentSpecificationRouteBackendHeaderArgs._configure(
|
5491
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5492
|
+
name=name,
|
5493
|
+
value=value,
|
5494
|
+
)
|
5495
|
+
@staticmethod
|
5496
|
+
def _configure(
|
5497
|
+
_setter: Callable[[Any, Any], None],
|
5498
|
+
name: Optional[pulumi.Input[str]] = None,
|
5499
|
+
value: Optional[pulumi.Input[str]] = None,
|
5500
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4606
5501
|
if name is not None:
|
4607
|
-
|
5502
|
+
_setter("name", name)
|
4608
5503
|
if value is not None:
|
4609
|
-
|
5504
|
+
_setter("value", value)
|
4610
5505
|
|
4611
5506
|
@property
|
4612
5507
|
@pulumi.getter
|
@@ -4642,10 +5537,21 @@ class DeploymentSpecificationRouteBackendRoutingBackendArgs:
|
|
4642
5537
|
:param pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendArgs'] backend: (Updatable) The backend to forward requests to.
|
4643
5538
|
:param pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendKeyArgs'] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
|
4644
5539
|
"""
|
5540
|
+
DeploymentSpecificationRouteBackendRoutingBackendArgs._configure(
|
5541
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5542
|
+
backend=backend,
|
5543
|
+
key=key,
|
5544
|
+
)
|
5545
|
+
@staticmethod
|
5546
|
+
def _configure(
|
5547
|
+
_setter: Callable[[Any, Any], None],
|
5548
|
+
backend: Optional[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendArgs']] = None,
|
5549
|
+
key: Optional[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendKeyArgs']] = None,
|
5550
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4645
5551
|
if backend is not None:
|
4646
|
-
|
5552
|
+
_setter("backend", backend)
|
4647
5553
|
if key is not None:
|
4648
|
-
|
5554
|
+
_setter("key", key)
|
4649
5555
|
|
4650
5556
|
@property
|
4651
5557
|
@pulumi.getter
|
@@ -4701,25 +5607,52 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
|
|
4701
5607
|
:param pulumi.Input[int] status: (Updatable) The status code of the stock response from the mock backend.
|
4702
5608
|
:param pulumi.Input[str] url: (Updatable)
|
4703
5609
|
"""
|
4704
|
-
|
5610
|
+
DeploymentSpecificationRouteBackendRoutingBackendBackendArgs._configure(
|
5611
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5612
|
+
type=type,
|
5613
|
+
body=body,
|
5614
|
+
connect_timeout_in_seconds=connect_timeout_in_seconds,
|
5615
|
+
function_id=function_id,
|
5616
|
+
headers=headers,
|
5617
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
5618
|
+
read_timeout_in_seconds=read_timeout_in_seconds,
|
5619
|
+
send_timeout_in_seconds=send_timeout_in_seconds,
|
5620
|
+
status=status,
|
5621
|
+
url=url,
|
5622
|
+
)
|
5623
|
+
@staticmethod
|
5624
|
+
def _configure(
|
5625
|
+
_setter: Callable[[Any, Any], None],
|
5626
|
+
type: pulumi.Input[str],
|
5627
|
+
body: Optional[pulumi.Input[str]] = None,
|
5628
|
+
connect_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5629
|
+
function_id: Optional[pulumi.Input[str]] = None,
|
5630
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs']]]] = None,
|
5631
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
5632
|
+
read_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5633
|
+
send_timeout_in_seconds: Optional[pulumi.Input[float]] = None,
|
5634
|
+
status: Optional[pulumi.Input[int]] = None,
|
5635
|
+
url: Optional[pulumi.Input[str]] = None,
|
5636
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5637
|
+
_setter("type", type)
|
4705
5638
|
if body is not None:
|
4706
|
-
|
5639
|
+
_setter("body", body)
|
4707
5640
|
if connect_timeout_in_seconds is not None:
|
4708
|
-
|
5641
|
+
_setter("connect_timeout_in_seconds", connect_timeout_in_seconds)
|
4709
5642
|
if function_id is not None:
|
4710
|
-
|
5643
|
+
_setter("function_id", function_id)
|
4711
5644
|
if headers is not None:
|
4712
|
-
|
5645
|
+
_setter("headers", headers)
|
4713
5646
|
if is_ssl_verify_disabled is not None:
|
4714
|
-
|
5647
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
4715
5648
|
if read_timeout_in_seconds is not None:
|
4716
|
-
|
5649
|
+
_setter("read_timeout_in_seconds", read_timeout_in_seconds)
|
4717
5650
|
if send_timeout_in_seconds is not None:
|
4718
|
-
|
5651
|
+
_setter("send_timeout_in_seconds", send_timeout_in_seconds)
|
4719
5652
|
if status is not None:
|
4720
|
-
|
5653
|
+
_setter("status", status)
|
4721
5654
|
if url is not None:
|
4722
|
-
|
5655
|
+
_setter("url", url)
|
4723
5656
|
|
4724
5657
|
@property
|
4725
5658
|
@pulumi.getter
|
@@ -4855,10 +5788,21 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
|
|
4855
5788
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
4856
5789
|
:param pulumi.Input[str] value: (Updatable) Value of the header.
|
4857
5790
|
"""
|
5791
|
+
DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs._configure(
|
5792
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5793
|
+
name=name,
|
5794
|
+
value=value,
|
5795
|
+
)
|
5796
|
+
@staticmethod
|
5797
|
+
def _configure(
|
5798
|
+
_setter: Callable[[Any, Any], None],
|
5799
|
+
name: Optional[pulumi.Input[str]] = None,
|
5800
|
+
value: Optional[pulumi.Input[str]] = None,
|
5801
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4858
5802
|
if name is not None:
|
4859
|
-
|
5803
|
+
_setter("name", name)
|
4860
5804
|
if value is not None:
|
4861
|
-
|
5805
|
+
_setter("value", value)
|
4862
5806
|
|
4863
5807
|
@property
|
4864
5808
|
@pulumi.getter
|
@@ -4904,14 +5848,31 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
|
|
4904
5848
|
:param pulumi.Input[bool] is_default: (Updatable) Information regarding whether this is the default branch.
|
4905
5849
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
4906
5850
|
"""
|
4907
|
-
|
4908
|
-
|
5851
|
+
DeploymentSpecificationRouteBackendRoutingBackendKeyArgs._configure(
|
5852
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5853
|
+
name=name,
|
5854
|
+
type=type,
|
5855
|
+
expression=expression,
|
5856
|
+
is_default=is_default,
|
5857
|
+
values=values,
|
5858
|
+
)
|
5859
|
+
@staticmethod
|
5860
|
+
def _configure(
|
5861
|
+
_setter: Callable[[Any, Any], None],
|
5862
|
+
name: pulumi.Input[str],
|
5863
|
+
type: pulumi.Input[str],
|
5864
|
+
expression: Optional[pulumi.Input[str]] = None,
|
5865
|
+
is_default: Optional[pulumi.Input[bool]] = None,
|
5866
|
+
values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
5867
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5868
|
+
_setter("name", name)
|
5869
|
+
_setter("type", type)
|
4909
5870
|
if expression is not None:
|
4910
|
-
|
5871
|
+
_setter("expression", expression)
|
4911
5872
|
if is_default is not None:
|
4912
|
-
|
5873
|
+
_setter("is_default", is_default)
|
4913
5874
|
if values is not None:
|
4914
|
-
|
5875
|
+
_setter("values", values)
|
4915
5876
|
|
4916
5877
|
@property
|
4917
5878
|
@pulumi.getter
|
@@ -4991,8 +5952,19 @@ class DeploymentSpecificationRouteBackendSelectionSourceArgs:
|
|
4991
5952
|
** IMPORTANT **
|
4992
5953
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4993
5954
|
"""
|
4994
|
-
|
4995
|
-
|
5955
|
+
DeploymentSpecificationRouteBackendSelectionSourceArgs._configure(
|
5956
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5957
|
+
selector=selector,
|
5958
|
+
type=type,
|
5959
|
+
)
|
5960
|
+
@staticmethod
|
5961
|
+
def _configure(
|
5962
|
+
_setter: Callable[[Any, Any], None],
|
5963
|
+
selector: pulumi.Input[str],
|
5964
|
+
type: pulumi.Input[str],
|
5965
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5966
|
+
_setter("selector", selector)
|
5967
|
+
_setter("type", type)
|
4996
5968
|
|
4997
5969
|
@property
|
4998
5970
|
@pulumi.getter
|
@@ -5032,10 +6004,21 @@ class DeploymentSpecificationRouteLoggingPoliciesArgs:
|
|
5032
6004
|
:param pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs'] access_log: (Updatable) Configures the logging policies for the access logs of an API Deployment.
|
5033
6005
|
:param pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs'] execution_log: (Updatable) Configures the logging policies for the execution logs of an API Deployment.
|
5034
6006
|
"""
|
6007
|
+
DeploymentSpecificationRouteLoggingPoliciesArgs._configure(
|
6008
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6009
|
+
access_log=access_log,
|
6010
|
+
execution_log=execution_log,
|
6011
|
+
)
|
6012
|
+
@staticmethod
|
6013
|
+
def _configure(
|
6014
|
+
_setter: Callable[[Any, Any], None],
|
6015
|
+
access_log: Optional[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs']] = None,
|
6016
|
+
execution_log: Optional[pulumi.Input['DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs']] = None,
|
6017
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5035
6018
|
if access_log is not None:
|
5036
|
-
|
6019
|
+
_setter("access_log", access_log)
|
5037
6020
|
if execution_log is not None:
|
5038
|
-
|
6021
|
+
_setter("execution_log", execution_log)
|
5039
6022
|
|
5040
6023
|
@property
|
5041
6024
|
@pulumi.getter(name="accessLog")
|
@@ -5069,8 +6052,17 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs:
|
|
5069
6052
|
"""
|
5070
6053
|
:param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
|
5071
6054
|
"""
|
6055
|
+
DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs._configure(
|
6056
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6057
|
+
is_enabled=is_enabled,
|
6058
|
+
)
|
6059
|
+
@staticmethod
|
6060
|
+
def _configure(
|
6061
|
+
_setter: Callable[[Any, Any], None],
|
6062
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
6063
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5072
6064
|
if is_enabled is not None:
|
5073
|
-
|
6065
|
+
_setter("is_enabled", is_enabled)
|
5074
6066
|
|
5075
6067
|
@property
|
5076
6068
|
@pulumi.getter(name="isEnabled")
|
@@ -5094,10 +6086,21 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs:
|
|
5094
6086
|
:param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
|
5095
6087
|
:param pulumi.Input[str] log_level: (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.
|
5096
6088
|
"""
|
6089
|
+
DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs._configure(
|
6090
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6091
|
+
is_enabled=is_enabled,
|
6092
|
+
log_level=log_level,
|
6093
|
+
)
|
6094
|
+
@staticmethod
|
6095
|
+
def _configure(
|
6096
|
+
_setter: Callable[[Any, Any], None],
|
6097
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
6098
|
+
log_level: Optional[pulumi.Input[str]] = None,
|
6099
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5097
6100
|
if is_enabled is not None:
|
5098
|
-
|
6101
|
+
_setter("is_enabled", is_enabled)
|
5099
6102
|
if log_level is not None:
|
5100
|
-
|
6103
|
+
_setter("log_level", log_level)
|
5101
6104
|
|
5102
6105
|
@property
|
5103
6106
|
@pulumi.getter(name="isEnabled")
|
@@ -5145,22 +6148,45 @@ class DeploymentSpecificationRouteRequestPoliciesArgs:
|
|
5145
6148
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs'] query_parameter_validations: (Updatable) Validate the URL query parameters on the incoming API requests on a specific route.
|
5146
6149
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs'] response_cache_lookup: (Updatable) Base policy for Response Cache lookup.
|
5147
6150
|
"""
|
6151
|
+
DeploymentSpecificationRouteRequestPoliciesArgs._configure(
|
6152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6153
|
+
authorization=authorization,
|
6154
|
+
body_validation=body_validation,
|
6155
|
+
cors=cors,
|
6156
|
+
header_transformations=header_transformations,
|
6157
|
+
header_validations=header_validations,
|
6158
|
+
query_parameter_transformations=query_parameter_transformations,
|
6159
|
+
query_parameter_validations=query_parameter_validations,
|
6160
|
+
response_cache_lookup=response_cache_lookup,
|
6161
|
+
)
|
6162
|
+
@staticmethod
|
6163
|
+
def _configure(
|
6164
|
+
_setter: Callable[[Any, Any], None],
|
6165
|
+
authorization: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs']] = None,
|
6166
|
+
body_validation: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs']] = None,
|
6167
|
+
cors: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesCorsArgs']] = None,
|
6168
|
+
header_transformations: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs']] = None,
|
6169
|
+
header_validations: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs']] = None,
|
6170
|
+
query_parameter_transformations: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgs']] = None,
|
6171
|
+
query_parameter_validations: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs']] = None,
|
6172
|
+
response_cache_lookup: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs']] = None,
|
6173
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5148
6174
|
if authorization is not None:
|
5149
|
-
|
6175
|
+
_setter("authorization", authorization)
|
5150
6176
|
if body_validation is not None:
|
5151
|
-
|
6177
|
+
_setter("body_validation", body_validation)
|
5152
6178
|
if cors is not None:
|
5153
|
-
|
6179
|
+
_setter("cors", cors)
|
5154
6180
|
if header_transformations is not None:
|
5155
|
-
|
6181
|
+
_setter("header_transformations", header_transformations)
|
5156
6182
|
if header_validations is not None:
|
5157
|
-
|
6183
|
+
_setter("header_validations", header_validations)
|
5158
6184
|
if query_parameter_transformations is not None:
|
5159
|
-
|
6185
|
+
_setter("query_parameter_transformations", query_parameter_transformations)
|
5160
6186
|
if query_parameter_validations is not None:
|
5161
|
-
|
6187
|
+
_setter("query_parameter_validations", query_parameter_validations)
|
5162
6188
|
if response_cache_lookup is not None:
|
5163
|
-
|
6189
|
+
_setter("response_cache_lookup", response_cache_lookup)
|
5164
6190
|
|
5165
6191
|
@property
|
5166
6192
|
@pulumi.getter
|
@@ -5272,10 +6298,21 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs:
|
|
5272
6298
|
** IMPORTANT **
|
5273
6299
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5274
6300
|
"""
|
6301
|
+
DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs._configure(
|
6302
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6303
|
+
allowed_scopes=allowed_scopes,
|
6304
|
+
type=type,
|
6305
|
+
)
|
6306
|
+
@staticmethod
|
6307
|
+
def _configure(
|
6308
|
+
_setter: Callable[[Any, Any], None],
|
6309
|
+
allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6310
|
+
type: Optional[pulumi.Input[str]] = None,
|
6311
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5275
6312
|
if allowed_scopes is not None:
|
5276
|
-
|
6313
|
+
_setter("allowed_scopes", allowed_scopes)
|
5277
6314
|
if type is not None:
|
5278
|
-
|
6315
|
+
_setter("type", type)
|
5279
6316
|
|
5280
6317
|
@property
|
5281
6318
|
@pulumi.getter(name="allowedScopes")
|
@@ -5323,12 +6360,25 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs:
|
|
5323
6360
|
|
5324
6361
|
`DISABLED` type turns the validation off.
|
5325
6362
|
"""
|
6363
|
+
DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs._configure(
|
6364
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6365
|
+
contents=contents,
|
6366
|
+
required=required,
|
6367
|
+
validation_mode=validation_mode,
|
6368
|
+
)
|
6369
|
+
@staticmethod
|
6370
|
+
def _configure(
|
6371
|
+
_setter: Callable[[Any, Any], None],
|
6372
|
+
contents: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs']]]] = None,
|
6373
|
+
required: Optional[pulumi.Input[bool]] = None,
|
6374
|
+
validation_mode: Optional[pulumi.Input[str]] = None,
|
6375
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5326
6376
|
if contents is not None:
|
5327
|
-
|
6377
|
+
_setter("contents", contents)
|
5328
6378
|
if required is not None:
|
5329
|
-
|
6379
|
+
_setter("required", required)
|
5330
6380
|
if validation_mode is not None:
|
5331
|
-
|
6381
|
+
_setter("validation_mode", validation_mode)
|
5332
6382
|
|
5333
6383
|
@property
|
5334
6384
|
@pulumi.getter
|
@@ -5388,8 +6438,19 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs:
|
|
5388
6438
|
|
5389
6439
|
Make the validation to first parse the body as the respective format.
|
5390
6440
|
"""
|
5391
|
-
|
5392
|
-
|
6441
|
+
DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs._configure(
|
6442
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6443
|
+
media_type=media_type,
|
6444
|
+
validation_type=validation_type,
|
6445
|
+
)
|
6446
|
+
@staticmethod
|
6447
|
+
def _configure(
|
6448
|
+
_setter: Callable[[Any, Any], None],
|
6449
|
+
media_type: pulumi.Input[str],
|
6450
|
+
validation_type: pulumi.Input[str],
|
6451
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6452
|
+
_setter("media_type", media_type)
|
6453
|
+
_setter("validation_type", validation_type)
|
5393
6454
|
|
5394
6455
|
@property
|
5395
6456
|
@pulumi.getter(name="mediaType")
|
@@ -5439,17 +6500,36 @@ class DeploymentSpecificationRouteRequestPoliciesCorsArgs:
|
|
5439
6500
|
:param pulumi.Input[bool] is_allow_credentials_enabled: (Updatable) Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
|
5440
6501
|
:param pulumi.Input[int] max_age_in_seconds: (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.
|
5441
6502
|
"""
|
5442
|
-
|
6503
|
+
DeploymentSpecificationRouteRequestPoliciesCorsArgs._configure(
|
6504
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6505
|
+
allowed_origins=allowed_origins,
|
6506
|
+
allowed_headers=allowed_headers,
|
6507
|
+
allowed_methods=allowed_methods,
|
6508
|
+
exposed_headers=exposed_headers,
|
6509
|
+
is_allow_credentials_enabled=is_allow_credentials_enabled,
|
6510
|
+
max_age_in_seconds=max_age_in_seconds,
|
6511
|
+
)
|
6512
|
+
@staticmethod
|
6513
|
+
def _configure(
|
6514
|
+
_setter: Callable[[Any, Any], None],
|
6515
|
+
allowed_origins: pulumi.Input[Sequence[pulumi.Input[str]]],
|
6516
|
+
allowed_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6517
|
+
allowed_methods: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6518
|
+
exposed_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
6519
|
+
is_allow_credentials_enabled: Optional[pulumi.Input[bool]] = None,
|
6520
|
+
max_age_in_seconds: Optional[pulumi.Input[int]] = None,
|
6521
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6522
|
+
_setter("allowed_origins", allowed_origins)
|
5443
6523
|
if allowed_headers is not None:
|
5444
|
-
|
6524
|
+
_setter("allowed_headers", allowed_headers)
|
5445
6525
|
if allowed_methods is not None:
|
5446
|
-
|
6526
|
+
_setter("allowed_methods", allowed_methods)
|
5447
6527
|
if exposed_headers is not None:
|
5448
|
-
|
6528
|
+
_setter("exposed_headers", exposed_headers)
|
5449
6529
|
if is_allow_credentials_enabled is not None:
|
5450
|
-
|
6530
|
+
_setter("is_allow_credentials_enabled", is_allow_credentials_enabled)
|
5451
6531
|
if max_age_in_seconds is not None:
|
5452
|
-
|
6532
|
+
_setter("max_age_in_seconds", max_age_in_seconds)
|
5453
6533
|
|
5454
6534
|
@property
|
5455
6535
|
@pulumi.getter(name="allowedOrigins")
|
@@ -5535,12 +6615,25 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs:
|
|
5535
6615
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgs'] rename_headers: (Updatable) Rename HTTP headers as they pass through the gateway.
|
5536
6616
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgs'] set_headers: (Updatable) Set HTTP headers as they pass through the gateway.
|
5537
6617
|
"""
|
6618
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsArgs._configure(
|
6619
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6620
|
+
filter_headers=filter_headers,
|
6621
|
+
rename_headers=rename_headers,
|
6622
|
+
set_headers=set_headers,
|
6623
|
+
)
|
6624
|
+
@staticmethod
|
6625
|
+
def _configure(
|
6626
|
+
_setter: Callable[[Any, Any], None],
|
6627
|
+
filter_headers: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgs']] = None,
|
6628
|
+
rename_headers: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgs']] = None,
|
6629
|
+
set_headers: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgs']] = None,
|
6630
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5538
6631
|
if filter_headers is not None:
|
5539
|
-
|
6632
|
+
_setter("filter_headers", filter_headers)
|
5540
6633
|
if rename_headers is not None:
|
5541
|
-
|
6634
|
+
_setter("rename_headers", rename_headers)
|
5542
6635
|
if set_headers is not None:
|
5543
|
-
|
6636
|
+
_setter("set_headers", set_headers)
|
5544
6637
|
|
5545
6638
|
@property
|
5546
6639
|
@pulumi.getter(name="filterHeaders")
|
@@ -5592,8 +6685,19 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
|
|
5592
6685
|
** IMPORTANT **
|
5593
6686
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5594
6687
|
"""
|
5595
|
-
|
5596
|
-
|
6688
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersArgs._configure(
|
6689
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6690
|
+
items=items,
|
6691
|
+
type=type,
|
6692
|
+
)
|
6693
|
+
@staticmethod
|
6694
|
+
def _configure(
|
6695
|
+
_setter: Callable[[Any, Any], None],
|
6696
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs']]],
|
6697
|
+
type: pulumi.Input[str],
|
6698
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6699
|
+
_setter("items", items)
|
6700
|
+
_setter("type", type)
|
5597
6701
|
|
5598
6702
|
@property
|
5599
6703
|
@pulumi.getter
|
@@ -5631,7 +6735,16 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
|
|
5631
6735
|
"""
|
5632
6736
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
5633
6737
|
"""
|
5634
|
-
|
6738
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs._configure(
|
6739
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6740
|
+
name=name,
|
6741
|
+
)
|
6742
|
+
@staticmethod
|
6743
|
+
def _configure(
|
6744
|
+
_setter: Callable[[Any, Any], None],
|
6745
|
+
name: pulumi.Input[str],
|
6746
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6747
|
+
_setter("name", name)
|
5635
6748
|
|
5636
6749
|
@property
|
5637
6750
|
@pulumi.getter
|
@@ -5653,7 +6766,16 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHead
|
|
5653
6766
|
"""
|
5654
6767
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgs']]] items: (Updatable) The list of headers.
|
5655
6768
|
"""
|
5656
|
-
|
6769
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersArgs._configure(
|
6770
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6771
|
+
items=items,
|
6772
|
+
)
|
6773
|
+
@staticmethod
|
6774
|
+
def _configure(
|
6775
|
+
_setter: Callable[[Any, Any], None],
|
6776
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgs']]],
|
6777
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6778
|
+
_setter("items", items)
|
5657
6779
|
|
5658
6780
|
@property
|
5659
6781
|
@pulumi.getter
|
@@ -5677,8 +6799,19 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHead
|
|
5677
6799
|
:param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
5678
6800
|
:param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
|
5679
6801
|
"""
|
5680
|
-
|
5681
|
-
|
6802
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsRenameHeadersItemArgs._configure(
|
6803
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6804
|
+
from_=from_,
|
6805
|
+
to=to,
|
6806
|
+
)
|
6807
|
+
@staticmethod
|
6808
|
+
def _configure(
|
6809
|
+
_setter: Callable[[Any, Any], None],
|
6810
|
+
from_: pulumi.Input[str],
|
6811
|
+
to: pulumi.Input[str],
|
6812
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6813
|
+
_setter("from_", from_)
|
6814
|
+
_setter("to", to)
|
5682
6815
|
|
5683
6816
|
@property
|
5684
6817
|
@pulumi.getter(name="from")
|
@@ -5712,7 +6845,16 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeaders
|
|
5712
6845
|
"""
|
5713
6846
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgs']]] items: (Updatable) The list of headers.
|
5714
6847
|
"""
|
5715
|
-
|
6848
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersArgs._configure(
|
6849
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6850
|
+
items=items,
|
6851
|
+
)
|
6852
|
+
@staticmethod
|
6853
|
+
def _configure(
|
6854
|
+
_setter: Callable[[Any, Any], None],
|
6855
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgs']]],
|
6856
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6857
|
+
_setter("items", items)
|
5716
6858
|
|
5717
6859
|
@property
|
5718
6860
|
@pulumi.getter
|
@@ -5738,10 +6880,23 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeaders
|
|
5738
6880
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
5739
6881
|
:param pulumi.Input[str] if_exists: (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.
|
5740
6882
|
"""
|
5741
|
-
|
5742
|
-
|
6883
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsSetHeadersItemArgs._configure(
|
6884
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6885
|
+
name=name,
|
6886
|
+
values=values,
|
6887
|
+
if_exists=if_exists,
|
6888
|
+
)
|
6889
|
+
@staticmethod
|
6890
|
+
def _configure(
|
6891
|
+
_setter: Callable[[Any, Any], None],
|
6892
|
+
name: pulumi.Input[str],
|
6893
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]],
|
6894
|
+
if_exists: Optional[pulumi.Input[str]] = None,
|
6895
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6896
|
+
_setter("name", name)
|
6897
|
+
_setter("values", values)
|
5743
6898
|
if if_exists is not None:
|
5744
|
-
|
6899
|
+
_setter("if_exists", if_exists)
|
5745
6900
|
|
5746
6901
|
@property
|
5747
6902
|
@pulumi.getter
|
@@ -5795,10 +6950,21 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs:
|
|
5795
6950
|
|
5796
6951
|
`DISABLED` type turns the validation off.
|
5797
6952
|
"""
|
6953
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderValidationsArgs._configure(
|
6954
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6955
|
+
headers=headers,
|
6956
|
+
validation_mode=validation_mode,
|
6957
|
+
)
|
6958
|
+
@staticmethod
|
6959
|
+
def _configure(
|
6960
|
+
_setter: Callable[[Any, Any], None],
|
6961
|
+
headers: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs']]]] = None,
|
6962
|
+
validation_mode: Optional[pulumi.Input[str]] = None,
|
6963
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5798
6964
|
if headers is not None:
|
5799
|
-
|
6965
|
+
_setter("headers", headers)
|
5800
6966
|
if validation_mode is not None:
|
5801
|
-
|
6967
|
+
_setter("validation_mode", validation_mode)
|
5802
6968
|
|
5803
6969
|
@property
|
5804
6970
|
@pulumi.getter
|
@@ -5840,9 +7006,20 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
|
|
5840
7006
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
5841
7007
|
:param pulumi.Input[bool] required: (Updatable) Determines if the parameter is required in the request.
|
5842
7008
|
"""
|
5843
|
-
|
7009
|
+
DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs._configure(
|
7010
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7011
|
+
name=name,
|
7012
|
+
required=required,
|
7013
|
+
)
|
7014
|
+
@staticmethod
|
7015
|
+
def _configure(
|
7016
|
+
_setter: Callable[[Any, Any], None],
|
7017
|
+
name: pulumi.Input[str],
|
7018
|
+
required: Optional[pulumi.Input[bool]] = None,
|
7019
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7020
|
+
_setter("name", name)
|
5844
7021
|
if required is not None:
|
5845
|
-
|
7022
|
+
_setter("required", required)
|
5846
7023
|
|
5847
7024
|
@property
|
5848
7025
|
@pulumi.getter
|
@@ -5880,12 +7057,25 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsAr
|
|
5880
7057
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgs'] rename_query_parameters: (Updatable) Rename parameters on the query string as they pass through the gateway.
|
5881
7058
|
:param pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgs'] set_query_parameters: (Updatable) Set parameters on the query string as they pass through the gateway.
|
5882
7059
|
"""
|
7060
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsArgs._configure(
|
7061
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7062
|
+
filter_query_parameters=filter_query_parameters,
|
7063
|
+
rename_query_parameters=rename_query_parameters,
|
7064
|
+
set_query_parameters=set_query_parameters,
|
7065
|
+
)
|
7066
|
+
@staticmethod
|
7067
|
+
def _configure(
|
7068
|
+
_setter: Callable[[Any, Any], None],
|
7069
|
+
filter_query_parameters: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgs']] = None,
|
7070
|
+
rename_query_parameters: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgs']] = None,
|
7071
|
+
set_query_parameters: Optional[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgs']] = None,
|
7072
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5883
7073
|
if filter_query_parameters is not None:
|
5884
|
-
|
7074
|
+
_setter("filter_query_parameters", filter_query_parameters)
|
5885
7075
|
if rename_query_parameters is not None:
|
5886
|
-
|
7076
|
+
_setter("rename_query_parameters", rename_query_parameters)
|
5887
7077
|
if set_query_parameters is not None:
|
5888
|
-
|
7078
|
+
_setter("set_query_parameters", set_query_parameters)
|
5889
7079
|
|
5890
7080
|
@property
|
5891
7081
|
@pulumi.getter(name="filterQueryParameters")
|
@@ -5937,8 +7127,19 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
|
|
5937
7127
|
** IMPORTANT **
|
5938
7128
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
5939
7129
|
"""
|
5940
|
-
|
5941
|
-
|
7130
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersArgs._configure(
|
7131
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7132
|
+
items=items,
|
7133
|
+
type=type,
|
7134
|
+
)
|
7135
|
+
@staticmethod
|
7136
|
+
def _configure(
|
7137
|
+
_setter: Callable[[Any, Any], None],
|
7138
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs']]],
|
7139
|
+
type: pulumi.Input[str],
|
7140
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7141
|
+
_setter("items", items)
|
7142
|
+
_setter("type", type)
|
5942
7143
|
|
5943
7144
|
@property
|
5944
7145
|
@pulumi.getter
|
@@ -5976,7 +7177,16 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
|
|
5976
7177
|
"""
|
5977
7178
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
5978
7179
|
"""
|
5979
|
-
|
7180
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs._configure(
|
7181
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7182
|
+
name=name,
|
7183
|
+
)
|
7184
|
+
@staticmethod
|
7185
|
+
def _configure(
|
7186
|
+
_setter: Callable[[Any, Any], None],
|
7187
|
+
name: pulumi.Input[str],
|
7188
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7189
|
+
_setter("name", name)
|
5980
7190
|
|
5981
7191
|
@property
|
5982
7192
|
@pulumi.getter
|
@@ -5998,7 +7208,16 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
|
|
5998
7208
|
"""
|
5999
7209
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]] items: (Updatable) The list of headers.
|
6000
7210
|
"""
|
6001
|
-
|
7211
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersArgs._configure(
|
7212
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7213
|
+
items=items,
|
7214
|
+
)
|
7215
|
+
@staticmethod
|
7216
|
+
def _configure(
|
7217
|
+
_setter: Callable[[Any, Any], None],
|
7218
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]],
|
7219
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7220
|
+
_setter("items", items)
|
6002
7221
|
|
6003
7222
|
@property
|
6004
7223
|
@pulumi.getter
|
@@ -6022,8 +7241,19 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
|
|
6022
7241
|
:param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
6023
7242
|
:param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
|
6024
7243
|
"""
|
6025
|
-
|
6026
|
-
|
7244
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs._configure(
|
7245
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7246
|
+
from_=from_,
|
7247
|
+
to=to,
|
7248
|
+
)
|
7249
|
+
@staticmethod
|
7250
|
+
def _configure(
|
7251
|
+
_setter: Callable[[Any, Any], None],
|
7252
|
+
from_: pulumi.Input[str],
|
7253
|
+
to: pulumi.Input[str],
|
7254
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7255
|
+
_setter("from_", from_)
|
7256
|
+
_setter("to", to)
|
6027
7257
|
|
6028
7258
|
@property
|
6029
7259
|
@pulumi.getter(name="from")
|
@@ -6057,7 +7287,16 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
|
|
6057
7287
|
"""
|
6058
7288
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]] items: (Updatable) The list of headers.
|
6059
7289
|
"""
|
6060
|
-
|
7290
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersArgs._configure(
|
7291
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7292
|
+
items=items,
|
7293
|
+
)
|
7294
|
+
@staticmethod
|
7295
|
+
def _configure(
|
7296
|
+
_setter: Callable[[Any, Any], None],
|
7297
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]],
|
7298
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7299
|
+
_setter("items", items)
|
6061
7300
|
|
6062
7301
|
@property
|
6063
7302
|
@pulumi.getter
|
@@ -6083,10 +7322,23 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
|
|
6083
7322
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
6084
7323
|
:param pulumi.Input[str] if_exists: (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.
|
6085
7324
|
"""
|
6086
|
-
|
6087
|
-
|
7325
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs._configure(
|
7326
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7327
|
+
name=name,
|
7328
|
+
values=values,
|
7329
|
+
if_exists=if_exists,
|
7330
|
+
)
|
7331
|
+
@staticmethod
|
7332
|
+
def _configure(
|
7333
|
+
_setter: Callable[[Any, Any], None],
|
7334
|
+
name: pulumi.Input[str],
|
7335
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]],
|
7336
|
+
if_exists: Optional[pulumi.Input[str]] = None,
|
7337
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7338
|
+
_setter("name", name)
|
7339
|
+
_setter("values", values)
|
6088
7340
|
if if_exists is not None:
|
6089
|
-
|
7341
|
+
_setter("if_exists", if_exists)
|
6090
7342
|
|
6091
7343
|
@property
|
6092
7344
|
@pulumi.getter
|
@@ -6140,10 +7392,21 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs:
|
|
6140
7392
|
|
6141
7393
|
`DISABLED` type turns the validation off.
|
6142
7394
|
"""
|
7395
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsArgs._configure(
|
7396
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7397
|
+
parameters=parameters,
|
7398
|
+
validation_mode=validation_mode,
|
7399
|
+
)
|
7400
|
+
@staticmethod
|
7401
|
+
def _configure(
|
7402
|
+
_setter: Callable[[Any, Any], None],
|
7403
|
+
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs']]]] = None,
|
7404
|
+
validation_mode: Optional[pulumi.Input[str]] = None,
|
7405
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6143
7406
|
if parameters is not None:
|
6144
|
-
|
7407
|
+
_setter("parameters", parameters)
|
6145
7408
|
if validation_mode is not None:
|
6146
|
-
|
7409
|
+
_setter("validation_mode", validation_mode)
|
6147
7410
|
|
6148
7411
|
@property
|
6149
7412
|
@pulumi.getter
|
@@ -6185,9 +7448,20 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
|
|
6185
7448
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
6186
7449
|
:param pulumi.Input[bool] required: (Updatable) Determines if the parameter is required in the request.
|
6187
7450
|
"""
|
6188
|
-
|
7451
|
+
DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParameterArgs._configure(
|
7452
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7453
|
+
name=name,
|
7454
|
+
required=required,
|
7455
|
+
)
|
7456
|
+
@staticmethod
|
7457
|
+
def _configure(
|
7458
|
+
_setter: Callable[[Any, Any], None],
|
7459
|
+
name: pulumi.Input[str],
|
7460
|
+
required: Optional[pulumi.Input[bool]] = None,
|
7461
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7462
|
+
_setter("name", name)
|
6189
7463
|
if required is not None:
|
6190
|
-
|
7464
|
+
_setter("required", required)
|
6191
7465
|
|
6192
7466
|
@property
|
6193
7467
|
@pulumi.getter
|
@@ -6235,13 +7509,28 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs:
|
|
6235
7509
|
|
6236
7510
|
If using the CustomAuthenticationPolicy then the tokenHeader/tokenQueryParam are also subject to this check.
|
6237
7511
|
"""
|
6238
|
-
|
7512
|
+
DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs._configure(
|
7513
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7514
|
+
type=type,
|
7515
|
+
cache_key_additions=cache_key_additions,
|
7516
|
+
is_enabled=is_enabled,
|
7517
|
+
is_private_caching_enabled=is_private_caching_enabled,
|
7518
|
+
)
|
7519
|
+
@staticmethod
|
7520
|
+
def _configure(
|
7521
|
+
_setter: Callable[[Any, Any], None],
|
7522
|
+
type: pulumi.Input[str],
|
7523
|
+
cache_key_additions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
7524
|
+
is_enabled: Optional[pulumi.Input[bool]] = None,
|
7525
|
+
is_private_caching_enabled: Optional[pulumi.Input[bool]] = None,
|
7526
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7527
|
+
_setter("type", type)
|
6239
7528
|
if cache_key_additions is not None:
|
6240
|
-
|
7529
|
+
_setter("cache_key_additions", cache_key_additions)
|
6241
7530
|
if is_enabled is not None:
|
6242
|
-
|
7531
|
+
_setter("is_enabled", is_enabled)
|
6243
7532
|
if is_private_caching_enabled is not None:
|
6244
|
-
|
7533
|
+
_setter("is_private_caching_enabled", is_private_caching_enabled)
|
6245
7534
|
|
6246
7535
|
@property
|
6247
7536
|
@pulumi.getter
|
@@ -6309,10 +7598,21 @@ class DeploymentSpecificationRouteResponsePoliciesArgs:
|
|
6309
7598
|
:param pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs'] header_transformations: (Updatable) A set of transformations to apply to HTTP headers that pass through the gateway.
|
6310
7599
|
:param pulumi.Input['DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs'] response_cache_store: (Updatable) Base policy for how a response from a backend is cached in the Response Cache.
|
6311
7600
|
"""
|
7601
|
+
DeploymentSpecificationRouteResponsePoliciesArgs._configure(
|
7602
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7603
|
+
header_transformations=header_transformations,
|
7604
|
+
response_cache_store=response_cache_store,
|
7605
|
+
)
|
7606
|
+
@staticmethod
|
7607
|
+
def _configure(
|
7608
|
+
_setter: Callable[[Any, Any], None],
|
7609
|
+
header_transformations: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs']] = None,
|
7610
|
+
response_cache_store: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs']] = None,
|
7611
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6312
7612
|
if header_transformations is not None:
|
6313
|
-
|
7613
|
+
_setter("header_transformations", header_transformations)
|
6314
7614
|
if response_cache_store is not None:
|
6315
|
-
|
7615
|
+
_setter("response_cache_store", response_cache_store)
|
6316
7616
|
|
6317
7617
|
@property
|
6318
7618
|
@pulumi.getter(name="headerTransformations")
|
@@ -6350,12 +7650,25 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs:
|
|
6350
7650
|
:param pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgs'] rename_headers: (Updatable) Rename HTTP headers as they pass through the gateway.
|
6351
7651
|
:param pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgs'] set_headers: (Updatable) Set HTTP headers as they pass through the gateway.
|
6352
7652
|
"""
|
7653
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsArgs._configure(
|
7654
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7655
|
+
filter_headers=filter_headers,
|
7656
|
+
rename_headers=rename_headers,
|
7657
|
+
set_headers=set_headers,
|
7658
|
+
)
|
7659
|
+
@staticmethod
|
7660
|
+
def _configure(
|
7661
|
+
_setter: Callable[[Any, Any], None],
|
7662
|
+
filter_headers: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgs']] = None,
|
7663
|
+
rename_headers: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgs']] = None,
|
7664
|
+
set_headers: Optional[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgs']] = None,
|
7665
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6353
7666
|
if filter_headers is not None:
|
6354
|
-
|
7667
|
+
_setter("filter_headers", filter_headers)
|
6355
7668
|
if rename_headers is not None:
|
6356
|
-
|
7669
|
+
_setter("rename_headers", rename_headers)
|
6357
7670
|
if set_headers is not None:
|
6358
|
-
|
7671
|
+
_setter("set_headers", set_headers)
|
6359
7672
|
|
6360
7673
|
@property
|
6361
7674
|
@pulumi.getter(name="filterHeaders")
|
@@ -6407,8 +7720,19 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
|
|
6407
7720
|
** IMPORTANT **
|
6408
7721
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6409
7722
|
"""
|
6410
|
-
|
6411
|
-
|
7723
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersArgs._configure(
|
7724
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7725
|
+
items=items,
|
7726
|
+
type=type,
|
7727
|
+
)
|
7728
|
+
@staticmethod
|
7729
|
+
def _configure(
|
7730
|
+
_setter: Callable[[Any, Any], None],
|
7731
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs']]],
|
7732
|
+
type: pulumi.Input[str],
|
7733
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7734
|
+
_setter("items", items)
|
7735
|
+
_setter("type", type)
|
6412
7736
|
|
6413
7737
|
@property
|
6414
7738
|
@pulumi.getter
|
@@ -6446,7 +7770,16 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
|
|
6446
7770
|
"""
|
6447
7771
|
:param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
|
6448
7772
|
"""
|
6449
|
-
|
7773
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs._configure(
|
7774
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7775
|
+
name=name,
|
7776
|
+
)
|
7777
|
+
@staticmethod
|
7778
|
+
def _configure(
|
7779
|
+
_setter: Callable[[Any, Any], None],
|
7780
|
+
name: pulumi.Input[str],
|
7781
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7782
|
+
_setter("name", name)
|
6450
7783
|
|
6451
7784
|
@property
|
6452
7785
|
@pulumi.getter
|
@@ -6468,7 +7801,16 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHea
|
|
6468
7801
|
"""
|
6469
7802
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgs']]] items: (Updatable) The list of headers.
|
6470
7803
|
"""
|
6471
|
-
|
7804
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersArgs._configure(
|
7805
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7806
|
+
items=items,
|
7807
|
+
)
|
7808
|
+
@staticmethod
|
7809
|
+
def _configure(
|
7810
|
+
_setter: Callable[[Any, Any], None],
|
7811
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgs']]],
|
7812
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7813
|
+
_setter("items", items)
|
6472
7814
|
|
6473
7815
|
@property
|
6474
7816
|
@pulumi.getter
|
@@ -6492,8 +7834,19 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHea
|
|
6492
7834
|
:param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
|
6493
7835
|
:param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
|
6494
7836
|
"""
|
6495
|
-
|
6496
|
-
|
7837
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsRenameHeadersItemArgs._configure(
|
7838
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7839
|
+
from_=from_,
|
7840
|
+
to=to,
|
7841
|
+
)
|
7842
|
+
@staticmethod
|
7843
|
+
def _configure(
|
7844
|
+
_setter: Callable[[Any, Any], None],
|
7845
|
+
from_: pulumi.Input[str],
|
7846
|
+
to: pulumi.Input[str],
|
7847
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7848
|
+
_setter("from_", from_)
|
7849
|
+
_setter("to", to)
|
6497
7850
|
|
6498
7851
|
@property
|
6499
7852
|
@pulumi.getter(name="from")
|
@@ -6527,7 +7880,16 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeader
|
|
6527
7880
|
"""
|
6528
7881
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgs']]] items: (Updatable) The list of headers.
|
6529
7882
|
"""
|
6530
|
-
|
7883
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersArgs._configure(
|
7884
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7885
|
+
items=items,
|
7886
|
+
)
|
7887
|
+
@staticmethod
|
7888
|
+
def _configure(
|
7889
|
+
_setter: Callable[[Any, Any], None],
|
7890
|
+
items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgs']]],
|
7891
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7892
|
+
_setter("items", items)
|
6531
7893
|
|
6532
7894
|
@property
|
6533
7895
|
@pulumi.getter
|
@@ -6553,10 +7915,23 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeader
|
|
6553
7915
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
6554
7916
|
:param pulumi.Input[str] if_exists: (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.
|
6555
7917
|
"""
|
6556
|
-
|
6557
|
-
|
7918
|
+
DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsSetHeadersItemArgs._configure(
|
7919
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7920
|
+
name=name,
|
7921
|
+
values=values,
|
7922
|
+
if_exists=if_exists,
|
7923
|
+
)
|
7924
|
+
@staticmethod
|
7925
|
+
def _configure(
|
7926
|
+
_setter: Callable[[Any, Any], None],
|
7927
|
+
name: pulumi.Input[str],
|
7928
|
+
values: pulumi.Input[Sequence[pulumi.Input[str]]],
|
7929
|
+
if_exists: Optional[pulumi.Input[str]] = None,
|
7930
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7931
|
+
_setter("name", name)
|
7932
|
+
_setter("values", values)
|
6558
7933
|
if if_exists is not None:
|
6559
|
-
|
7934
|
+
_setter("if_exists", if_exists)
|
6560
7935
|
|
6561
7936
|
@property
|
6562
7937
|
@pulumi.getter
|
@@ -6608,8 +7983,19 @@ class DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs:
|
|
6608
7983
|
** IMPORTANT **
|
6609
7984
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
6610
7985
|
"""
|
6611
|
-
|
6612
|
-
|
7986
|
+
DeploymentSpecificationRouteResponsePoliciesResponseCacheStoreArgs._configure(
|
7987
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7988
|
+
time_to_live_in_seconds=time_to_live_in_seconds,
|
7989
|
+
type=type,
|
7990
|
+
)
|
7991
|
+
@staticmethod
|
7992
|
+
def _configure(
|
7993
|
+
_setter: Callable[[Any, Any], None],
|
7994
|
+
time_to_live_in_seconds: pulumi.Input[int],
|
7995
|
+
type: pulumi.Input[str],
|
7996
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7997
|
+
_setter("time_to_live_in_seconds", time_to_live_in_seconds)
|
7998
|
+
_setter("type", type)
|
6613
7999
|
|
6614
8000
|
@property
|
6615
8001
|
@pulumi.getter(name="timeToLiveInSeconds")
|
@@ -6651,11 +8037,24 @@ class GatewayCaBundleArgs:
|
|
6651
8037
|
:param pulumi.Input[str] ca_bundle_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
6652
8038
|
:param pulumi.Input[str] certificate_authority_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
|
6653
8039
|
"""
|
6654
|
-
|
8040
|
+
GatewayCaBundleArgs._configure(
|
8041
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8042
|
+
type=type,
|
8043
|
+
ca_bundle_id=ca_bundle_id,
|
8044
|
+
certificate_authority_id=certificate_authority_id,
|
8045
|
+
)
|
8046
|
+
@staticmethod
|
8047
|
+
def _configure(
|
8048
|
+
_setter: Callable[[Any, Any], None],
|
8049
|
+
type: pulumi.Input[str],
|
8050
|
+
ca_bundle_id: Optional[pulumi.Input[str]] = None,
|
8051
|
+
certificate_authority_id: Optional[pulumi.Input[str]] = None,
|
8052
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8053
|
+
_setter("type", type)
|
6655
8054
|
if ca_bundle_id is not None:
|
6656
|
-
|
8055
|
+
_setter("ca_bundle_id", ca_bundle_id)
|
6657
8056
|
if certificate_authority_id is not None:
|
6658
|
-
|
8057
|
+
_setter("certificate_authority_id", certificate_authority_id)
|
6659
8058
|
|
6660
8059
|
@property
|
6661
8060
|
@pulumi.getter
|
@@ -6701,8 +8100,17 @@ class GatewayIpAddressArgs:
|
|
6701
8100
|
"""
|
6702
8101
|
:param pulumi.Input[str] ip_address: An IP address.
|
6703
8102
|
"""
|
8103
|
+
GatewayIpAddressArgs._configure(
|
8104
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8105
|
+
ip_address=ip_address,
|
8106
|
+
)
|
8107
|
+
@staticmethod
|
8108
|
+
def _configure(
|
8109
|
+
_setter: Callable[[Any, Any], None],
|
8110
|
+
ip_address: Optional[pulumi.Input[str]] = None,
|
8111
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6704
8112
|
if ip_address is not None:
|
6705
|
-
|
8113
|
+
_setter("ip_address", ip_address)
|
6706
8114
|
|
6707
8115
|
@property
|
6708
8116
|
@pulumi.getter(name="ipAddress")
|
@@ -6740,23 +8148,48 @@ class GatewayResponseCacheDetailsArgs:
|
|
6740
8148
|
:param pulumi.Input[int] send_timeout_in_ms: (Updatable) Defines the timeout for transmitting data to the Response Cache.
|
6741
8149
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayResponseCacheDetailsServerArgs']]] servers: (Updatable) The set of cache store members to connect to. At present only a single server is supported.
|
6742
8150
|
"""
|
6743
|
-
|
8151
|
+
GatewayResponseCacheDetailsArgs._configure(
|
8152
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8153
|
+
type=type,
|
8154
|
+
authentication_secret_id=authentication_secret_id,
|
8155
|
+
authentication_secret_version_number=authentication_secret_version_number,
|
8156
|
+
connect_timeout_in_ms=connect_timeout_in_ms,
|
8157
|
+
is_ssl_enabled=is_ssl_enabled,
|
8158
|
+
is_ssl_verify_disabled=is_ssl_verify_disabled,
|
8159
|
+
read_timeout_in_ms=read_timeout_in_ms,
|
8160
|
+
send_timeout_in_ms=send_timeout_in_ms,
|
8161
|
+
servers=servers,
|
8162
|
+
)
|
8163
|
+
@staticmethod
|
8164
|
+
def _configure(
|
8165
|
+
_setter: Callable[[Any, Any], None],
|
8166
|
+
type: pulumi.Input[str],
|
8167
|
+
authentication_secret_id: Optional[pulumi.Input[str]] = None,
|
8168
|
+
authentication_secret_version_number: Optional[pulumi.Input[str]] = None,
|
8169
|
+
connect_timeout_in_ms: Optional[pulumi.Input[int]] = None,
|
8170
|
+
is_ssl_enabled: Optional[pulumi.Input[bool]] = None,
|
8171
|
+
is_ssl_verify_disabled: Optional[pulumi.Input[bool]] = None,
|
8172
|
+
read_timeout_in_ms: Optional[pulumi.Input[int]] = None,
|
8173
|
+
send_timeout_in_ms: Optional[pulumi.Input[int]] = None,
|
8174
|
+
servers: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayResponseCacheDetailsServerArgs']]]] = None,
|
8175
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8176
|
+
_setter("type", type)
|
6744
8177
|
if authentication_secret_id is not None:
|
6745
|
-
|
8178
|
+
_setter("authentication_secret_id", authentication_secret_id)
|
6746
8179
|
if authentication_secret_version_number is not None:
|
6747
|
-
|
8180
|
+
_setter("authentication_secret_version_number", authentication_secret_version_number)
|
6748
8181
|
if connect_timeout_in_ms is not None:
|
6749
|
-
|
8182
|
+
_setter("connect_timeout_in_ms", connect_timeout_in_ms)
|
6750
8183
|
if is_ssl_enabled is not None:
|
6751
|
-
|
8184
|
+
_setter("is_ssl_enabled", is_ssl_enabled)
|
6752
8185
|
if is_ssl_verify_disabled is not None:
|
6753
|
-
|
8186
|
+
_setter("is_ssl_verify_disabled", is_ssl_verify_disabled)
|
6754
8187
|
if read_timeout_in_ms is not None:
|
6755
|
-
|
8188
|
+
_setter("read_timeout_in_ms", read_timeout_in_ms)
|
6756
8189
|
if send_timeout_in_ms is not None:
|
6757
|
-
|
8190
|
+
_setter("send_timeout_in_ms", send_timeout_in_ms)
|
6758
8191
|
if servers is not None:
|
6759
|
-
|
8192
|
+
_setter("servers", servers)
|
6760
8193
|
|
6761
8194
|
@property
|
6762
8195
|
@pulumi.getter
|
@@ -6876,10 +8309,21 @@ class GatewayResponseCacheDetailsServerArgs:
|
|
6876
8309
|
:param pulumi.Input[str] host: (Updatable) Hostname or IP address (IPv4 only) where the cache store is running.
|
6877
8310
|
:param pulumi.Input[int] port: (Updatable) The port the cache store is exposed on.
|
6878
8311
|
"""
|
8312
|
+
GatewayResponseCacheDetailsServerArgs._configure(
|
8313
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8314
|
+
host=host,
|
8315
|
+
port=port,
|
8316
|
+
)
|
8317
|
+
@staticmethod
|
8318
|
+
def _configure(
|
8319
|
+
_setter: Callable[[Any, Any], None],
|
8320
|
+
host: Optional[pulumi.Input[str]] = None,
|
8321
|
+
port: Optional[pulumi.Input[int]] = None,
|
8322
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6879
8323
|
if host is not None:
|
6880
|
-
|
8324
|
+
_setter("host", host)
|
6881
8325
|
if port is not None:
|
6882
|
-
|
8326
|
+
_setter("port", port)
|
6883
8327
|
|
6884
8328
|
@property
|
6885
8329
|
@pulumi.getter
|
@@ -6915,8 +8359,19 @@ class SubscriberClientArgs:
|
|
6915
8359
|
:param pulumi.Input[str] name: (Updatable) The name of the client. Must be unique within a subscriber.
|
6916
8360
|
:param pulumi.Input[str] token: (Updatable) The token for the client. Must be unique within a tenancy.
|
6917
8361
|
"""
|
6918
|
-
|
6919
|
-
|
8362
|
+
SubscriberClientArgs._configure(
|
8363
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8364
|
+
name=name,
|
8365
|
+
token=token,
|
8366
|
+
)
|
8367
|
+
@staticmethod
|
8368
|
+
def _configure(
|
8369
|
+
_setter: Callable[[Any, Any], None],
|
8370
|
+
name: pulumi.Input[str],
|
8371
|
+
token: pulumi.Input[str],
|
8372
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8373
|
+
_setter("name", name)
|
8374
|
+
_setter("token", token)
|
6920
8375
|
|
6921
8376
|
@property
|
6922
8377
|
@pulumi.getter
|
@@ -6958,15 +8413,32 @@ class UsagePlanEntitlementArgs:
|
|
6958
8413
|
:param pulumi.Input['UsagePlanEntitlementRateLimitArgs'] rate_limit: (Updatable) Rate-limiting policy for a usage plan.
|
6959
8414
|
:param pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementTargetArgs']]] targets: (Updatable) A collection of targeted deployments that the entitlement will be applied to.
|
6960
8415
|
"""
|
6961
|
-
|
8416
|
+
UsagePlanEntitlementArgs._configure(
|
8417
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8418
|
+
name=name,
|
8419
|
+
description=description,
|
8420
|
+
quota=quota,
|
8421
|
+
rate_limit=rate_limit,
|
8422
|
+
targets=targets,
|
8423
|
+
)
|
8424
|
+
@staticmethod
|
8425
|
+
def _configure(
|
8426
|
+
_setter: Callable[[Any, Any], None],
|
8427
|
+
name: pulumi.Input[str],
|
8428
|
+
description: Optional[pulumi.Input[str]] = None,
|
8429
|
+
quota: Optional[pulumi.Input['UsagePlanEntitlementQuotaArgs']] = None,
|
8430
|
+
rate_limit: Optional[pulumi.Input['UsagePlanEntitlementRateLimitArgs']] = None,
|
8431
|
+
targets: Optional[pulumi.Input[Sequence[pulumi.Input['UsagePlanEntitlementTargetArgs']]]] = None,
|
8432
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8433
|
+
_setter("name", name)
|
6962
8434
|
if description is not None:
|
6963
|
-
|
8435
|
+
_setter("description", description)
|
6964
8436
|
if quota is not None:
|
6965
|
-
|
8437
|
+
_setter("quota", quota)
|
6966
8438
|
if rate_limit is not None:
|
6967
|
-
|
8439
|
+
_setter("rate_limit", rate_limit)
|
6968
8440
|
if targets is not None:
|
6969
|
-
|
8441
|
+
_setter("targets", targets)
|
6970
8442
|
|
6971
8443
|
@property
|
6972
8444
|
@pulumi.getter
|
@@ -7042,10 +8514,25 @@ class UsagePlanEntitlementQuotaArgs:
|
|
7042
8514
|
:param pulumi.Input[str] unit: (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
|
7043
8515
|
:param pulumi.Input[int] value: (Updatable) The number of requests that can be made per time period.
|
7044
8516
|
"""
|
7045
|
-
|
7046
|
-
|
7047
|
-
|
7048
|
-
|
8517
|
+
UsagePlanEntitlementQuotaArgs._configure(
|
8518
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8519
|
+
operation_on_breach=operation_on_breach,
|
8520
|
+
reset_policy=reset_policy,
|
8521
|
+
unit=unit,
|
8522
|
+
value=value,
|
8523
|
+
)
|
8524
|
+
@staticmethod
|
8525
|
+
def _configure(
|
8526
|
+
_setter: Callable[[Any, Any], None],
|
8527
|
+
operation_on_breach: pulumi.Input[str],
|
8528
|
+
reset_policy: pulumi.Input[str],
|
8529
|
+
unit: pulumi.Input[str],
|
8530
|
+
value: pulumi.Input[int],
|
8531
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8532
|
+
_setter("operation_on_breach", operation_on_breach)
|
8533
|
+
_setter("reset_policy", reset_policy)
|
8534
|
+
_setter("unit", unit)
|
8535
|
+
_setter("value", value)
|
7049
8536
|
|
7050
8537
|
@property
|
7051
8538
|
@pulumi.getter(name="operationOnBreach")
|
@@ -7105,8 +8592,19 @@ class UsagePlanEntitlementRateLimitArgs:
|
|
7105
8592
|
:param pulumi.Input[str] unit: (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
|
7106
8593
|
:param pulumi.Input[int] value: (Updatable) The number of requests that can be made per time period.
|
7107
8594
|
"""
|
7108
|
-
|
7109
|
-
|
8595
|
+
UsagePlanEntitlementRateLimitArgs._configure(
|
8596
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8597
|
+
unit=unit,
|
8598
|
+
value=value,
|
8599
|
+
)
|
8600
|
+
@staticmethod
|
8601
|
+
def _configure(
|
8602
|
+
_setter: Callable[[Any, Any], None],
|
8603
|
+
unit: pulumi.Input[str],
|
8604
|
+
value: pulumi.Input[int],
|
8605
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8606
|
+
_setter("unit", unit)
|
8607
|
+
_setter("value", value)
|
7110
8608
|
|
7111
8609
|
@property
|
7112
8610
|
@pulumi.getter
|
@@ -7140,7 +8638,16 @@ class UsagePlanEntitlementTargetArgs:
|
|
7140
8638
|
"""
|
7141
8639
|
:param pulumi.Input[str] deployment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a deployment resource.
|
7142
8640
|
"""
|
7143
|
-
|
8641
|
+
UsagePlanEntitlementTargetArgs._configure(
|
8642
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8643
|
+
deployment_id=deployment_id,
|
8644
|
+
)
|
8645
|
+
@staticmethod
|
8646
|
+
def _configure(
|
8647
|
+
_setter: Callable[[Any, Any], None],
|
8648
|
+
deployment_id: pulumi.Input[str],
|
8649
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8650
|
+
_setter("deployment_id", deployment_id)
|
7144
8651
|
|
7145
8652
|
@property
|
7146
8653
|
@pulumi.getter(name="deploymentId")
|
@@ -7164,10 +8671,23 @@ class GetApisFilterArgs:
|
|
7164
8671
|
"""
|
7165
8672
|
:param str name: Name of the validation.
|
7166
8673
|
"""
|
7167
|
-
|
7168
|
-
|
8674
|
+
GetApisFilterArgs._configure(
|
8675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8676
|
+
name=name,
|
8677
|
+
values=values,
|
8678
|
+
regex=regex,
|
8679
|
+
)
|
8680
|
+
@staticmethod
|
8681
|
+
def _configure(
|
8682
|
+
_setter: Callable[[Any, Any], None],
|
8683
|
+
name: str,
|
8684
|
+
values: Sequence[str],
|
8685
|
+
regex: Optional[bool] = None,
|
8686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8687
|
+
_setter("name", name)
|
8688
|
+
_setter("values", values)
|
7169
8689
|
if regex is not None:
|
7170
|
-
|
8690
|
+
_setter("regex", regex)
|
7171
8691
|
|
7172
8692
|
@property
|
7173
8693
|
@pulumi.getter
|
@@ -7206,10 +8726,23 @@ class GetCertificatesFilterArgs:
|
|
7206
8726
|
name: str,
|
7207
8727
|
values: Sequence[str],
|
7208
8728
|
regex: Optional[bool] = None):
|
7209
|
-
|
7210
|
-
|
8729
|
+
GetCertificatesFilterArgs._configure(
|
8730
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8731
|
+
name=name,
|
8732
|
+
values=values,
|
8733
|
+
regex=regex,
|
8734
|
+
)
|
8735
|
+
@staticmethod
|
8736
|
+
def _configure(
|
8737
|
+
_setter: Callable[[Any, Any], None],
|
8738
|
+
name: str,
|
8739
|
+
values: Sequence[str],
|
8740
|
+
regex: Optional[bool] = None,
|
8741
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8742
|
+
_setter("name", name)
|
8743
|
+
_setter("values", values)
|
7211
8744
|
if regex is not None:
|
7212
|
-
|
8745
|
+
_setter("regex", regex)
|
7213
8746
|
|
7214
8747
|
@property
|
7215
8748
|
@pulumi.getter
|
@@ -7249,10 +8782,23 @@ class GetDeploymentsFilterArgs:
|
|
7249
8782
|
:param str name: The case-insensitive name of the header. This name must be unique across transformation policies.
|
7250
8783
|
:param Sequence[str] values: A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
|
7251
8784
|
"""
|
7252
|
-
|
7253
|
-
|
8785
|
+
GetDeploymentsFilterArgs._configure(
|
8786
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8787
|
+
name=name,
|
8788
|
+
values=values,
|
8789
|
+
regex=regex,
|
8790
|
+
)
|
8791
|
+
@staticmethod
|
8792
|
+
def _configure(
|
8793
|
+
_setter: Callable[[Any, Any], None],
|
8794
|
+
name: str,
|
8795
|
+
values: Sequence[str],
|
8796
|
+
regex: Optional[bool] = None,
|
8797
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8798
|
+
_setter("name", name)
|
8799
|
+
_setter("values", values)
|
7254
8800
|
if regex is not None:
|
7255
|
-
|
8801
|
+
_setter("regex", regex)
|
7256
8802
|
|
7257
8803
|
@property
|
7258
8804
|
@pulumi.getter
|
@@ -7294,10 +8840,23 @@ class GetGatewaysFilterArgs:
|
|
7294
8840
|
name: str,
|
7295
8841
|
values: Sequence[str],
|
7296
8842
|
regex: Optional[bool] = None):
|
7297
|
-
|
7298
|
-
|
8843
|
+
GetGatewaysFilterArgs._configure(
|
8844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8845
|
+
name=name,
|
8846
|
+
values=values,
|
8847
|
+
regex=regex,
|
8848
|
+
)
|
8849
|
+
@staticmethod
|
8850
|
+
def _configure(
|
8851
|
+
_setter: Callable[[Any, Any], None],
|
8852
|
+
name: str,
|
8853
|
+
values: Sequence[str],
|
8854
|
+
regex: Optional[bool] = None,
|
8855
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8856
|
+
_setter("name", name)
|
8857
|
+
_setter("values", values)
|
7299
8858
|
if regex is not None:
|
7300
|
-
|
8859
|
+
_setter("regex", regex)
|
7301
8860
|
|
7302
8861
|
@property
|
7303
8862
|
@pulumi.getter
|
@@ -7336,10 +8895,23 @@ class GetSubscribersFilterArgs:
|
|
7336
8895
|
"""
|
7337
8896
|
:param str name: The name of the client. Must be unique within a subscriber.
|
7338
8897
|
"""
|
7339
|
-
|
7340
|
-
|
8898
|
+
GetSubscribersFilterArgs._configure(
|
8899
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8900
|
+
name=name,
|
8901
|
+
values=values,
|
8902
|
+
regex=regex,
|
8903
|
+
)
|
8904
|
+
@staticmethod
|
8905
|
+
def _configure(
|
8906
|
+
_setter: Callable[[Any, Any], None],
|
8907
|
+
name: str,
|
8908
|
+
values: Sequence[str],
|
8909
|
+
regex: Optional[bool] = None,
|
8910
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8911
|
+
_setter("name", name)
|
8912
|
+
_setter("values", values)
|
7341
8913
|
if regex is not None:
|
7342
|
-
|
8914
|
+
_setter("regex", regex)
|
7343
8915
|
|
7344
8916
|
@property
|
7345
8917
|
@pulumi.getter
|
@@ -7381,10 +8953,23 @@ class GetUsagePlansFilterArgs:
|
|
7381
8953
|
"""
|
7382
8954
|
:param str name: An entitlement name, unique within a usage plan.
|
7383
8955
|
"""
|
7384
|
-
|
7385
|
-
|
8956
|
+
GetUsagePlansFilterArgs._configure(
|
8957
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8958
|
+
name=name,
|
8959
|
+
values=values,
|
8960
|
+
regex=regex,
|
8961
|
+
)
|
8962
|
+
@staticmethod
|
8963
|
+
def _configure(
|
8964
|
+
_setter: Callable[[Any, Any], None],
|
8965
|
+
name: str,
|
8966
|
+
values: Sequence[str],
|
8967
|
+
regex: Optional[bool] = None,
|
8968
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8969
|
+
_setter("name", name)
|
8970
|
+
_setter("values", values)
|
7386
8971
|
if regex is not None:
|
7387
|
-
|
8972
|
+
_setter("regex", regex)
|
7388
8973
|
|
7389
8974
|
@property
|
7390
8975
|
@pulumi.getter
|