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/kms/outputs.py
CHANGED
@@ -6,35 +6,54 @@ 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
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
14
|
'GeneratedKeyKeyShape',
|
15
|
+
'KeyExternalKeyReference',
|
16
|
+
'KeyExternalKeyReferenceDetail',
|
15
17
|
'KeyKeyShape',
|
16
18
|
'KeyReplicaDetail',
|
17
19
|
'KeyRestoreFromFile',
|
18
20
|
'KeyRestoreFromObjectStore',
|
21
|
+
'KeyVersionExternalKeyReferenceDetail',
|
19
22
|
'KeyVersionReplicaDetail',
|
23
|
+
'VaultExternalKeyManagerMetadata',
|
24
|
+
'VaultExternalKeyManagerMetadataOauthMetadata',
|
25
|
+
'VaultExternalKeyManagerMetadataSummary',
|
26
|
+
'VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary',
|
20
27
|
'VaultReplicaDetail',
|
21
28
|
'VaultRestoreFromFile',
|
22
29
|
'VaultRestoreFromObjectStore',
|
30
|
+
'GetEkmsPrivateEndpointsEkmsPrivateEndpointResult',
|
31
|
+
'GetEkmsPrivateEndpointsFilterResult',
|
32
|
+
'GetKeyExternalKeyReferenceResult',
|
33
|
+
'GetKeyExternalKeyReferenceDetailResult',
|
23
34
|
'GetKeyKeyShapeResult',
|
24
35
|
'GetKeyReplicaDetailResult',
|
25
36
|
'GetKeyRestoreFromFileResult',
|
26
37
|
'GetKeyRestoreFromObjectStoreResult',
|
38
|
+
'GetKeyVersionExternalKeyReferenceDetailResult',
|
27
39
|
'GetKeyVersionReplicaDetailResult',
|
28
40
|
'GetKeyVersionsFilterResult',
|
29
41
|
'GetKeyVersionsKeyVersionResult',
|
42
|
+
'GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult',
|
30
43
|
'GetKeyVersionsKeyVersionReplicaDetailResult',
|
31
44
|
'GetKeysFilterResult',
|
32
45
|
'GetKeysKeyResult',
|
46
|
+
'GetKeysKeyExternalKeyReferenceResult',
|
47
|
+
'GetKeysKeyExternalKeyReferenceDetailResult',
|
33
48
|
'GetKeysKeyKeyShapeResult',
|
34
49
|
'GetKeysKeyReplicaDetailResult',
|
35
50
|
'GetKeysKeyRestoreFromFileResult',
|
36
51
|
'GetKeysKeyRestoreFromObjectStoreResult',
|
37
52
|
'GetReplicationStatusReplicaDetailResult',
|
53
|
+
'GetVaultExternalKeyManagerMetadataResult',
|
54
|
+
'GetVaultExternalKeyManagerMetadataOauthMetadataResult',
|
55
|
+
'GetVaultExternalKeyManagerMetadataSummaryResult',
|
56
|
+
'GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult',
|
38
57
|
'GetVaultReplicaDetailResult',
|
39
58
|
'GetVaultReplicasFilterResult',
|
40
59
|
'GetVaultReplicasVaultReplicaResult',
|
@@ -42,6 +61,10 @@ __all__ = [
|
|
42
61
|
'GetVaultRestoreFromObjectStoreResult',
|
43
62
|
'GetVaultsFilterResult',
|
44
63
|
'GetVaultsVaultResult',
|
64
|
+
'GetVaultsVaultExternalKeyManagerMetadataResult',
|
65
|
+
'GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult',
|
66
|
+
'GetVaultsVaultExternalKeyManagerMetadataSummaryResult',
|
67
|
+
'GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult',
|
45
68
|
'GetVaultsVaultReplicaDetailResult',
|
46
69
|
'GetVaultsVaultRestoreFromFileResult',
|
47
70
|
'GetVaultsVaultRestoreFromObjectStoreResult',
|
@@ -71,23 +94,36 @@ class GeneratedKeyKeyShape(dict):
|
|
71
94
|
length: int,
|
72
95
|
curve_id: Optional[str] = None):
|
73
96
|
"""
|
74
|
-
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt.
|
97
|
+
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
75
98
|
:param int length: The length of the key in bytes, expressed as an integer. Supported values include the following:
|
76
99
|
* AES: 16, 24, or 32
|
77
100
|
* RSA: 256, 384, or 512
|
78
101
|
* ECDSA: 32, 48, or 66
|
79
102
|
:param str curve_id: Supported curve IDs for ECDSA keys.
|
80
103
|
"""
|
81
|
-
|
82
|
-
|
104
|
+
GeneratedKeyKeyShape._configure(
|
105
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
106
|
+
algorithm=algorithm,
|
107
|
+
length=length,
|
108
|
+
curve_id=curve_id,
|
109
|
+
)
|
110
|
+
@staticmethod
|
111
|
+
def _configure(
|
112
|
+
_setter: Callable[[Any, Any], None],
|
113
|
+
algorithm: str,
|
114
|
+
length: int,
|
115
|
+
curve_id: Optional[str] = None,
|
116
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
117
|
+
_setter("algorithm", algorithm)
|
118
|
+
_setter("length", length)
|
83
119
|
if curve_id is not None:
|
84
|
-
|
120
|
+
_setter("curve_id", curve_id)
|
85
121
|
|
86
122
|
@property
|
87
123
|
@pulumi.getter
|
88
124
|
def algorithm(self) -> str:
|
89
125
|
"""
|
90
|
-
The algorithm used by a key's key versions to encrypt or decrypt.
|
126
|
+
The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
91
127
|
"""
|
92
128
|
return pulumi.get(self, "algorithm")
|
93
129
|
|
@@ -111,6 +147,111 @@ class GeneratedKeyKeyShape(dict):
|
|
111
147
|
return pulumi.get(self, "curve_id")
|
112
148
|
|
113
149
|
|
150
|
+
@pulumi.output_type
|
151
|
+
class KeyExternalKeyReference(dict):
|
152
|
+
@staticmethod
|
153
|
+
def __key_warning(key: str):
|
154
|
+
suggest = None
|
155
|
+
if key == "externalKeyId":
|
156
|
+
suggest = "external_key_id"
|
157
|
+
|
158
|
+
if suggest:
|
159
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyExternalKeyReference. Access the value via the '{suggest}' property getter instead.")
|
160
|
+
|
161
|
+
def __getitem__(self, key: str) -> Any:
|
162
|
+
KeyExternalKeyReference.__key_warning(key)
|
163
|
+
return super().__getitem__(key)
|
164
|
+
|
165
|
+
def get(self, key: str, default = None) -> Any:
|
166
|
+
KeyExternalKeyReference.__key_warning(key)
|
167
|
+
return super().get(key, default)
|
168
|
+
|
169
|
+
def __init__(__self__, *,
|
170
|
+
external_key_id: str):
|
171
|
+
"""
|
172
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
173
|
+
"""
|
174
|
+
KeyExternalKeyReference._configure(
|
175
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
176
|
+
external_key_id=external_key_id,
|
177
|
+
)
|
178
|
+
@staticmethod
|
179
|
+
def _configure(
|
180
|
+
_setter: Callable[[Any, Any], None],
|
181
|
+
external_key_id: str,
|
182
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
183
|
+
_setter("external_key_id", external_key_id)
|
184
|
+
|
185
|
+
@property
|
186
|
+
@pulumi.getter(name="externalKeyId")
|
187
|
+
def external_key_id(self) -> str:
|
188
|
+
"""
|
189
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
190
|
+
"""
|
191
|
+
return pulumi.get(self, "external_key_id")
|
192
|
+
|
193
|
+
|
194
|
+
@pulumi.output_type
|
195
|
+
class KeyExternalKeyReferenceDetail(dict):
|
196
|
+
@staticmethod
|
197
|
+
def __key_warning(key: str):
|
198
|
+
suggest = None
|
199
|
+
if key == "externalKeyId":
|
200
|
+
suggest = "external_key_id"
|
201
|
+
elif key == "externalKeyVersionId":
|
202
|
+
suggest = "external_key_version_id"
|
203
|
+
|
204
|
+
if suggest:
|
205
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyExternalKeyReferenceDetail. Access the value via the '{suggest}' property getter instead.")
|
206
|
+
|
207
|
+
def __getitem__(self, key: str) -> Any:
|
208
|
+
KeyExternalKeyReferenceDetail.__key_warning(key)
|
209
|
+
return super().__getitem__(key)
|
210
|
+
|
211
|
+
def get(self, key: str, default = None) -> Any:
|
212
|
+
KeyExternalKeyReferenceDetail.__key_warning(key)
|
213
|
+
return super().get(key, default)
|
214
|
+
|
215
|
+
def __init__(__self__, *,
|
216
|
+
external_key_id: Optional[str] = None,
|
217
|
+
external_key_version_id: Optional[str] = None):
|
218
|
+
"""
|
219
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
220
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
221
|
+
"""
|
222
|
+
KeyExternalKeyReferenceDetail._configure(
|
223
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
224
|
+
external_key_id=external_key_id,
|
225
|
+
external_key_version_id=external_key_version_id,
|
226
|
+
)
|
227
|
+
@staticmethod
|
228
|
+
def _configure(
|
229
|
+
_setter: Callable[[Any, Any], None],
|
230
|
+
external_key_id: Optional[str] = None,
|
231
|
+
external_key_version_id: Optional[str] = None,
|
232
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
233
|
+
if external_key_id is not None:
|
234
|
+
_setter("external_key_id", external_key_id)
|
235
|
+
if external_key_version_id is not None:
|
236
|
+
_setter("external_key_version_id", external_key_version_id)
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="externalKeyId")
|
240
|
+
def external_key_id(self) -> Optional[str]:
|
241
|
+
"""
|
242
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "external_key_id")
|
245
|
+
|
246
|
+
@property
|
247
|
+
@pulumi.getter(name="externalKeyVersionId")
|
248
|
+
def external_key_version_id(self) -> Optional[str]:
|
249
|
+
"""
|
250
|
+
Key version ID associated with the external key.
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "external_key_version_id")
|
253
|
+
|
254
|
+
|
114
255
|
@pulumi.output_type
|
115
256
|
class KeyKeyShape(dict):
|
116
257
|
@staticmethod
|
@@ -135,23 +276,36 @@ class KeyKeyShape(dict):
|
|
135
276
|
length: int,
|
136
277
|
curve_id: Optional[str] = None):
|
137
278
|
"""
|
138
|
-
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt.
|
279
|
+
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
139
280
|
:param int length: The length of the key in bytes, expressed as an integer. Supported values include the following:
|
140
281
|
* AES: 16, 24, or 32
|
141
282
|
* RSA: 256, 384, or 512
|
142
283
|
* ECDSA: 32, 48, or 66
|
143
284
|
:param str curve_id: Supported curve IDs for ECDSA keys.
|
144
285
|
"""
|
145
|
-
|
146
|
-
|
286
|
+
KeyKeyShape._configure(
|
287
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
288
|
+
algorithm=algorithm,
|
289
|
+
length=length,
|
290
|
+
curve_id=curve_id,
|
291
|
+
)
|
292
|
+
@staticmethod
|
293
|
+
def _configure(
|
294
|
+
_setter: Callable[[Any, Any], None],
|
295
|
+
algorithm: str,
|
296
|
+
length: int,
|
297
|
+
curve_id: Optional[str] = None,
|
298
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
299
|
+
_setter("algorithm", algorithm)
|
300
|
+
_setter("length", length)
|
147
301
|
if curve_id is not None:
|
148
|
-
|
302
|
+
_setter("curve_id", curve_id)
|
149
303
|
|
150
304
|
@property
|
151
305
|
@pulumi.getter
|
152
306
|
def algorithm(self) -> str:
|
153
307
|
"""
|
154
|
-
The algorithm used by a key's key versions to encrypt or decrypt.
|
308
|
+
The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
155
309
|
"""
|
156
310
|
return pulumi.get(self, "algorithm")
|
157
311
|
|
@@ -199,8 +353,17 @@ class KeyReplicaDetail(dict):
|
|
199
353
|
"""
|
200
354
|
:param str replication_id: ReplicationId associated with a key operation
|
201
355
|
"""
|
356
|
+
KeyReplicaDetail._configure(
|
357
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
358
|
+
replication_id=replication_id,
|
359
|
+
)
|
360
|
+
@staticmethod
|
361
|
+
def _configure(
|
362
|
+
_setter: Callable[[Any, Any], None],
|
363
|
+
replication_id: Optional[str] = None,
|
364
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
202
365
|
if replication_id is not None:
|
203
|
-
|
366
|
+
_setter("replication_id", replication_id)
|
204
367
|
|
205
368
|
@property
|
206
369
|
@pulumi.getter(name="replicationId")
|
@@ -243,10 +406,23 @@ class KeyRestoreFromFile(dict):
|
|
243
406
|
:param str restore_key_from_file_details: Key backup file content.
|
244
407
|
:param str content_md5: (Updatable) content md5 hashed value of key's backup file
|
245
408
|
"""
|
246
|
-
|
247
|
-
|
409
|
+
KeyRestoreFromFile._configure(
|
410
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
411
|
+
content_length=content_length,
|
412
|
+
restore_key_from_file_details=restore_key_from_file_details,
|
413
|
+
content_md5=content_md5,
|
414
|
+
)
|
415
|
+
@staticmethod
|
416
|
+
def _configure(
|
417
|
+
_setter: Callable[[Any, Any], None],
|
418
|
+
content_length: str,
|
419
|
+
restore_key_from_file_details: str,
|
420
|
+
content_md5: Optional[str] = None,
|
421
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
422
|
+
_setter("content_length", content_length)
|
423
|
+
_setter("restore_key_from_file_details", restore_key_from_file_details)
|
248
424
|
if content_md5 is not None:
|
249
|
-
|
425
|
+
_setter("content_md5", content_md5)
|
250
426
|
|
251
427
|
@property
|
252
428
|
@pulumi.getter(name="contentLength")
|
@@ -288,15 +464,32 @@ class KeyRestoreFromObjectStore(dict):
|
|
288
464
|
:param str object: (Updatable) Object containing the backup
|
289
465
|
:param str uri: (Updatable) Pre-authenticated-request-uri of the backup
|
290
466
|
"""
|
291
|
-
|
467
|
+
KeyRestoreFromObjectStore._configure(
|
468
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
469
|
+
destination=destination,
|
470
|
+
bucket=bucket,
|
471
|
+
namespace=namespace,
|
472
|
+
object=object,
|
473
|
+
uri=uri,
|
474
|
+
)
|
475
|
+
@staticmethod
|
476
|
+
def _configure(
|
477
|
+
_setter: Callable[[Any, Any], None],
|
478
|
+
destination: str,
|
479
|
+
bucket: Optional[str] = None,
|
480
|
+
namespace: Optional[str] = None,
|
481
|
+
object: Optional[str] = None,
|
482
|
+
uri: Optional[str] = None,
|
483
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
484
|
+
_setter("destination", destination)
|
292
485
|
if bucket is not None:
|
293
|
-
|
486
|
+
_setter("bucket", bucket)
|
294
487
|
if namespace is not None:
|
295
|
-
|
488
|
+
_setter("namespace", namespace)
|
296
489
|
if object is not None:
|
297
|
-
|
490
|
+
_setter("object", object)
|
298
491
|
if uri is not None:
|
299
|
-
|
492
|
+
_setter("uri", uri)
|
300
493
|
|
301
494
|
@property
|
302
495
|
@pulumi.getter
|
@@ -339,6 +532,67 @@ class KeyRestoreFromObjectStore(dict):
|
|
339
532
|
return pulumi.get(self, "uri")
|
340
533
|
|
341
534
|
|
535
|
+
@pulumi.output_type
|
536
|
+
class KeyVersionExternalKeyReferenceDetail(dict):
|
537
|
+
@staticmethod
|
538
|
+
def __key_warning(key: str):
|
539
|
+
suggest = None
|
540
|
+
if key == "externalKeyId":
|
541
|
+
suggest = "external_key_id"
|
542
|
+
elif key == "externalKeyVersionId":
|
543
|
+
suggest = "external_key_version_id"
|
544
|
+
|
545
|
+
if suggest:
|
546
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVersionExternalKeyReferenceDetail. Access the value via the '{suggest}' property getter instead.")
|
547
|
+
|
548
|
+
def __getitem__(self, key: str) -> Any:
|
549
|
+
KeyVersionExternalKeyReferenceDetail.__key_warning(key)
|
550
|
+
return super().__getitem__(key)
|
551
|
+
|
552
|
+
def get(self, key: str, default = None) -> Any:
|
553
|
+
KeyVersionExternalKeyReferenceDetail.__key_warning(key)
|
554
|
+
return super().get(key, default)
|
555
|
+
|
556
|
+
def __init__(__self__, *,
|
557
|
+
external_key_id: Optional[str] = None,
|
558
|
+
external_key_version_id: Optional[str] = None):
|
559
|
+
"""
|
560
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
561
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
562
|
+
"""
|
563
|
+
KeyVersionExternalKeyReferenceDetail._configure(
|
564
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
565
|
+
external_key_id=external_key_id,
|
566
|
+
external_key_version_id=external_key_version_id,
|
567
|
+
)
|
568
|
+
@staticmethod
|
569
|
+
def _configure(
|
570
|
+
_setter: Callable[[Any, Any], None],
|
571
|
+
external_key_id: Optional[str] = None,
|
572
|
+
external_key_version_id: Optional[str] = None,
|
573
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
574
|
+
if external_key_id is not None:
|
575
|
+
_setter("external_key_id", external_key_id)
|
576
|
+
if external_key_version_id is not None:
|
577
|
+
_setter("external_key_version_id", external_key_version_id)
|
578
|
+
|
579
|
+
@property
|
580
|
+
@pulumi.getter(name="externalKeyId")
|
581
|
+
def external_key_id(self) -> Optional[str]:
|
582
|
+
"""
|
583
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
584
|
+
"""
|
585
|
+
return pulumi.get(self, "external_key_id")
|
586
|
+
|
587
|
+
@property
|
588
|
+
@pulumi.getter(name="externalKeyVersionId")
|
589
|
+
def external_key_version_id(self) -> Optional[str]:
|
590
|
+
"""
|
591
|
+
Key version ID associated with the external key.
|
592
|
+
"""
|
593
|
+
return pulumi.get(self, "external_key_version_id")
|
594
|
+
|
595
|
+
|
342
596
|
@pulumi.output_type
|
343
597
|
class KeyVersionReplicaDetail(dict):
|
344
598
|
@staticmethod
|
@@ -363,8 +617,17 @@ class KeyVersionReplicaDetail(dict):
|
|
363
617
|
"""
|
364
618
|
:param str replication_id: ReplicationId associated with a key version operation
|
365
619
|
"""
|
620
|
+
KeyVersionReplicaDetail._configure(
|
621
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
622
|
+
replication_id=replication_id,
|
623
|
+
)
|
624
|
+
@staticmethod
|
625
|
+
def _configure(
|
626
|
+
_setter: Callable[[Any, Any], None],
|
627
|
+
replication_id: Optional[str] = None,
|
628
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
366
629
|
if replication_id is not None:
|
367
|
-
|
630
|
+
_setter("replication_id", replication_id)
|
368
631
|
|
369
632
|
@property
|
370
633
|
@pulumi.getter(name="replicationId")
|
@@ -375,6 +638,306 @@ class KeyVersionReplicaDetail(dict):
|
|
375
638
|
return pulumi.get(self, "replication_id")
|
376
639
|
|
377
640
|
|
641
|
+
@pulumi.output_type
|
642
|
+
class VaultExternalKeyManagerMetadata(dict):
|
643
|
+
@staticmethod
|
644
|
+
def __key_warning(key: str):
|
645
|
+
suggest = None
|
646
|
+
if key == "externalVaultEndpointUrl":
|
647
|
+
suggest = "external_vault_endpoint_url"
|
648
|
+
elif key == "oauthMetadata":
|
649
|
+
suggest = "oauth_metadata"
|
650
|
+
elif key == "privateEndpointId":
|
651
|
+
suggest = "private_endpoint_id"
|
652
|
+
|
653
|
+
if suggest:
|
654
|
+
pulumi.log.warn(f"Key '{key}' not found in VaultExternalKeyManagerMetadata. Access the value via the '{suggest}' property getter instead.")
|
655
|
+
|
656
|
+
def __getitem__(self, key: str) -> Any:
|
657
|
+
VaultExternalKeyManagerMetadata.__key_warning(key)
|
658
|
+
return super().__getitem__(key)
|
659
|
+
|
660
|
+
def get(self, key: str, default = None) -> Any:
|
661
|
+
VaultExternalKeyManagerMetadata.__key_warning(key)
|
662
|
+
return super().get(key, default)
|
663
|
+
|
664
|
+
def __init__(__self__, *,
|
665
|
+
external_vault_endpoint_url: str,
|
666
|
+
oauth_metadata: 'outputs.VaultExternalKeyManagerMetadataOauthMetadata',
|
667
|
+
private_endpoint_id: str):
|
668
|
+
"""
|
669
|
+
:param str external_vault_endpoint_url: URI of the vault on external key manager.
|
670
|
+
:param 'VaultExternalKeyManagerMetadataOauthMetadataArgs' oauth_metadata: Authorization details required to get access token from IDP for accessing protected resources.
|
671
|
+
:param str private_endpoint_id: OCID of private endpoint created by customer.
|
672
|
+
"""
|
673
|
+
VaultExternalKeyManagerMetadata._configure(
|
674
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
675
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
676
|
+
oauth_metadata=oauth_metadata,
|
677
|
+
private_endpoint_id=private_endpoint_id,
|
678
|
+
)
|
679
|
+
@staticmethod
|
680
|
+
def _configure(
|
681
|
+
_setter: Callable[[Any, Any], None],
|
682
|
+
external_vault_endpoint_url: str,
|
683
|
+
oauth_metadata: 'outputs.VaultExternalKeyManagerMetadataOauthMetadata',
|
684
|
+
private_endpoint_id: str,
|
685
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
686
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
687
|
+
_setter("oauth_metadata", oauth_metadata)
|
688
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
689
|
+
|
690
|
+
@property
|
691
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
692
|
+
def external_vault_endpoint_url(self) -> str:
|
693
|
+
"""
|
694
|
+
URI of the vault on external key manager.
|
695
|
+
"""
|
696
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
697
|
+
|
698
|
+
@property
|
699
|
+
@pulumi.getter(name="oauthMetadata")
|
700
|
+
def oauth_metadata(self) -> 'outputs.VaultExternalKeyManagerMetadataOauthMetadata':
|
701
|
+
"""
|
702
|
+
Authorization details required to get access token from IDP for accessing protected resources.
|
703
|
+
"""
|
704
|
+
return pulumi.get(self, "oauth_metadata")
|
705
|
+
|
706
|
+
@property
|
707
|
+
@pulumi.getter(name="privateEndpointId")
|
708
|
+
def private_endpoint_id(self) -> str:
|
709
|
+
"""
|
710
|
+
OCID of private endpoint created by customer.
|
711
|
+
"""
|
712
|
+
return pulumi.get(self, "private_endpoint_id")
|
713
|
+
|
714
|
+
|
715
|
+
@pulumi.output_type
|
716
|
+
class VaultExternalKeyManagerMetadataOauthMetadata(dict):
|
717
|
+
@staticmethod
|
718
|
+
def __key_warning(key: str):
|
719
|
+
suggest = None
|
720
|
+
if key == "clientAppId":
|
721
|
+
suggest = "client_app_id"
|
722
|
+
elif key == "clientAppSecret":
|
723
|
+
suggest = "client_app_secret"
|
724
|
+
elif key == "idcsAccountNameUrl":
|
725
|
+
suggest = "idcs_account_name_url"
|
726
|
+
|
727
|
+
if suggest:
|
728
|
+
pulumi.log.warn(f"Key '{key}' not found in VaultExternalKeyManagerMetadataOauthMetadata. Access the value via the '{suggest}' property getter instead.")
|
729
|
+
|
730
|
+
def __getitem__(self, key: str) -> Any:
|
731
|
+
VaultExternalKeyManagerMetadataOauthMetadata.__key_warning(key)
|
732
|
+
return super().__getitem__(key)
|
733
|
+
|
734
|
+
def get(self, key: str, default = None) -> Any:
|
735
|
+
VaultExternalKeyManagerMetadataOauthMetadata.__key_warning(key)
|
736
|
+
return super().get(key, default)
|
737
|
+
|
738
|
+
def __init__(__self__, *,
|
739
|
+
client_app_id: str,
|
740
|
+
client_app_secret: str,
|
741
|
+
idcs_account_name_url: str):
|
742
|
+
"""
|
743
|
+
:param str client_app_id: ID of the client app created in IDP.
|
744
|
+
:param str client_app_secret: Secret of the client app created in IDP.
|
745
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
746
|
+
"""
|
747
|
+
VaultExternalKeyManagerMetadataOauthMetadata._configure(
|
748
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
749
|
+
client_app_id=client_app_id,
|
750
|
+
client_app_secret=client_app_secret,
|
751
|
+
idcs_account_name_url=idcs_account_name_url,
|
752
|
+
)
|
753
|
+
@staticmethod
|
754
|
+
def _configure(
|
755
|
+
_setter: Callable[[Any, Any], None],
|
756
|
+
client_app_id: str,
|
757
|
+
client_app_secret: str,
|
758
|
+
idcs_account_name_url: str,
|
759
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
760
|
+
_setter("client_app_id", client_app_id)
|
761
|
+
_setter("client_app_secret", client_app_secret)
|
762
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
763
|
+
|
764
|
+
@property
|
765
|
+
@pulumi.getter(name="clientAppId")
|
766
|
+
def client_app_id(self) -> str:
|
767
|
+
"""
|
768
|
+
ID of the client app created in IDP.
|
769
|
+
"""
|
770
|
+
return pulumi.get(self, "client_app_id")
|
771
|
+
|
772
|
+
@property
|
773
|
+
@pulumi.getter(name="clientAppSecret")
|
774
|
+
def client_app_secret(self) -> str:
|
775
|
+
"""
|
776
|
+
Secret of the client app created in IDP.
|
777
|
+
"""
|
778
|
+
return pulumi.get(self, "client_app_secret")
|
779
|
+
|
780
|
+
@property
|
781
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
782
|
+
def idcs_account_name_url(self) -> str:
|
783
|
+
"""
|
784
|
+
Base URL of the IDCS account where confidential client app is created.
|
785
|
+
"""
|
786
|
+
return pulumi.get(self, "idcs_account_name_url")
|
787
|
+
|
788
|
+
|
789
|
+
@pulumi.output_type
|
790
|
+
class VaultExternalKeyManagerMetadataSummary(dict):
|
791
|
+
@staticmethod
|
792
|
+
def __key_warning(key: str):
|
793
|
+
suggest = None
|
794
|
+
if key == "externalVaultEndpointUrl":
|
795
|
+
suggest = "external_vault_endpoint_url"
|
796
|
+
elif key == "oauthMetadataSummaries":
|
797
|
+
suggest = "oauth_metadata_summaries"
|
798
|
+
elif key == "privateEndpointId":
|
799
|
+
suggest = "private_endpoint_id"
|
800
|
+
|
801
|
+
if suggest:
|
802
|
+
pulumi.log.warn(f"Key '{key}' not found in VaultExternalKeyManagerMetadataSummary. Access the value via the '{suggest}' property getter instead.")
|
803
|
+
|
804
|
+
def __getitem__(self, key: str) -> Any:
|
805
|
+
VaultExternalKeyManagerMetadataSummary.__key_warning(key)
|
806
|
+
return super().__getitem__(key)
|
807
|
+
|
808
|
+
def get(self, key: str, default = None) -> Any:
|
809
|
+
VaultExternalKeyManagerMetadataSummary.__key_warning(key)
|
810
|
+
return super().get(key, default)
|
811
|
+
|
812
|
+
def __init__(__self__, *,
|
813
|
+
external_vault_endpoint_url: Optional[str] = None,
|
814
|
+
oauth_metadata_summaries: Optional[Sequence['outputs.VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary']] = None,
|
815
|
+
private_endpoint_id: Optional[str] = None,
|
816
|
+
vendor: Optional[str] = None):
|
817
|
+
"""
|
818
|
+
:param str external_vault_endpoint_url: URI of the vault on external key manager.
|
819
|
+
:param Sequence['VaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryArgs'] oauth_metadata_summaries: Summary about authorization to be returned to the customer as a response.
|
820
|
+
:param str private_endpoint_id: OCID of private endpoint created by customer.
|
821
|
+
:param str vendor: Vendor of the external key manager.
|
822
|
+
"""
|
823
|
+
VaultExternalKeyManagerMetadataSummary._configure(
|
824
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
825
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
826
|
+
oauth_metadata_summaries=oauth_metadata_summaries,
|
827
|
+
private_endpoint_id=private_endpoint_id,
|
828
|
+
vendor=vendor,
|
829
|
+
)
|
830
|
+
@staticmethod
|
831
|
+
def _configure(
|
832
|
+
_setter: Callable[[Any, Any], None],
|
833
|
+
external_vault_endpoint_url: Optional[str] = None,
|
834
|
+
oauth_metadata_summaries: Optional[Sequence['outputs.VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary']] = None,
|
835
|
+
private_endpoint_id: Optional[str] = None,
|
836
|
+
vendor: Optional[str] = None,
|
837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
838
|
+
if external_vault_endpoint_url is not None:
|
839
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
840
|
+
if oauth_metadata_summaries is not None:
|
841
|
+
_setter("oauth_metadata_summaries", oauth_metadata_summaries)
|
842
|
+
if private_endpoint_id is not None:
|
843
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
844
|
+
if vendor is not None:
|
845
|
+
_setter("vendor", vendor)
|
846
|
+
|
847
|
+
@property
|
848
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
849
|
+
def external_vault_endpoint_url(self) -> Optional[str]:
|
850
|
+
"""
|
851
|
+
URI of the vault on external key manager.
|
852
|
+
"""
|
853
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
854
|
+
|
855
|
+
@property
|
856
|
+
@pulumi.getter(name="oauthMetadataSummaries")
|
857
|
+
def oauth_metadata_summaries(self) -> Optional[Sequence['outputs.VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary']]:
|
858
|
+
"""
|
859
|
+
Summary about authorization to be returned to the customer as a response.
|
860
|
+
"""
|
861
|
+
return pulumi.get(self, "oauth_metadata_summaries")
|
862
|
+
|
863
|
+
@property
|
864
|
+
@pulumi.getter(name="privateEndpointId")
|
865
|
+
def private_endpoint_id(self) -> Optional[str]:
|
866
|
+
"""
|
867
|
+
OCID of private endpoint created by customer.
|
868
|
+
"""
|
869
|
+
return pulumi.get(self, "private_endpoint_id")
|
870
|
+
|
871
|
+
@property
|
872
|
+
@pulumi.getter
|
873
|
+
def vendor(self) -> Optional[str]:
|
874
|
+
"""
|
875
|
+
Vendor of the external key manager.
|
876
|
+
"""
|
877
|
+
return pulumi.get(self, "vendor")
|
878
|
+
|
879
|
+
|
880
|
+
@pulumi.output_type
|
881
|
+
class VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary(dict):
|
882
|
+
@staticmethod
|
883
|
+
def __key_warning(key: str):
|
884
|
+
suggest = None
|
885
|
+
if key == "clientAppId":
|
886
|
+
suggest = "client_app_id"
|
887
|
+
elif key == "idcsAccountNameUrl":
|
888
|
+
suggest = "idcs_account_name_url"
|
889
|
+
|
890
|
+
if suggest:
|
891
|
+
pulumi.log.warn(f"Key '{key}' not found in VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary. Access the value via the '{suggest}' property getter instead.")
|
892
|
+
|
893
|
+
def __getitem__(self, key: str) -> Any:
|
894
|
+
VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary.__key_warning(key)
|
895
|
+
return super().__getitem__(key)
|
896
|
+
|
897
|
+
def get(self, key: str, default = None) -> Any:
|
898
|
+
VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary.__key_warning(key)
|
899
|
+
return super().get(key, default)
|
900
|
+
|
901
|
+
def __init__(__self__, *,
|
902
|
+
client_app_id: Optional[str] = None,
|
903
|
+
idcs_account_name_url: Optional[str] = None):
|
904
|
+
"""
|
905
|
+
:param str client_app_id: ID of the client app created in IDP.
|
906
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
907
|
+
"""
|
908
|
+
VaultExternalKeyManagerMetadataSummaryOauthMetadataSummary._configure(
|
909
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
910
|
+
client_app_id=client_app_id,
|
911
|
+
idcs_account_name_url=idcs_account_name_url,
|
912
|
+
)
|
913
|
+
@staticmethod
|
914
|
+
def _configure(
|
915
|
+
_setter: Callable[[Any, Any], None],
|
916
|
+
client_app_id: Optional[str] = None,
|
917
|
+
idcs_account_name_url: Optional[str] = None,
|
918
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
919
|
+
if client_app_id is not None:
|
920
|
+
_setter("client_app_id", client_app_id)
|
921
|
+
if idcs_account_name_url is not None:
|
922
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
923
|
+
|
924
|
+
@property
|
925
|
+
@pulumi.getter(name="clientAppId")
|
926
|
+
def client_app_id(self) -> Optional[str]:
|
927
|
+
"""
|
928
|
+
ID of the client app created in IDP.
|
929
|
+
"""
|
930
|
+
return pulumi.get(self, "client_app_id")
|
931
|
+
|
932
|
+
@property
|
933
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
934
|
+
def idcs_account_name_url(self) -> Optional[str]:
|
935
|
+
"""
|
936
|
+
Base URL of the IDCS account where confidential client app is created.
|
937
|
+
"""
|
938
|
+
return pulumi.get(self, "idcs_account_name_url")
|
939
|
+
|
940
|
+
|
378
941
|
@pulumi.output_type
|
379
942
|
class VaultReplicaDetail(dict):
|
380
943
|
@staticmethod
|
@@ -399,8 +962,17 @@ class VaultReplicaDetail(dict):
|
|
399
962
|
"""
|
400
963
|
:param str replication_id: ReplicationId associated with a vault operation
|
401
964
|
"""
|
965
|
+
VaultReplicaDetail._configure(
|
966
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
967
|
+
replication_id=replication_id,
|
968
|
+
)
|
969
|
+
@staticmethod
|
970
|
+
def _configure(
|
971
|
+
_setter: Callable[[Any, Any], None],
|
972
|
+
replication_id: Optional[str] = None,
|
973
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
402
974
|
if replication_id is not None:
|
403
|
-
|
975
|
+
_setter("replication_id", replication_id)
|
404
976
|
|
405
977
|
@property
|
406
978
|
@pulumi.getter(name="replicationId")
|
@@ -443,10 +1015,23 @@ class VaultRestoreFromFile(dict):
|
|
443
1015
|
:param str restore_vault_from_file_details: Vault backup file content
|
444
1016
|
:param str content_md5: (Updatable) content md5 hashed value of vault's backup file
|
445
1017
|
"""
|
446
|
-
|
447
|
-
|
1018
|
+
VaultRestoreFromFile._configure(
|
1019
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1020
|
+
content_length=content_length,
|
1021
|
+
restore_vault_from_file_details=restore_vault_from_file_details,
|
1022
|
+
content_md5=content_md5,
|
1023
|
+
)
|
1024
|
+
@staticmethod
|
1025
|
+
def _configure(
|
1026
|
+
_setter: Callable[[Any, Any], None],
|
1027
|
+
content_length: str,
|
1028
|
+
restore_vault_from_file_details: str,
|
1029
|
+
content_md5: Optional[str] = None,
|
1030
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1031
|
+
_setter("content_length", content_length)
|
1032
|
+
_setter("restore_vault_from_file_details", restore_vault_from_file_details)
|
448
1033
|
if content_md5 is not None:
|
449
|
-
|
1034
|
+
_setter("content_md5", content_md5)
|
450
1035
|
|
451
1036
|
@property
|
452
1037
|
@pulumi.getter(name="contentLength")
|
@@ -488,15 +1073,32 @@ class VaultRestoreFromObjectStore(dict):
|
|
488
1073
|
:param str object: (Updatable) Object containing the backup
|
489
1074
|
:param str uri: (Updatable) Pre-authenticated-request-uri of the backup* `restore_trigger` - (Optional) (Updatable) An optional property when flipped triggers restore from restore option provided in config file.
|
490
1075
|
"""
|
491
|
-
|
1076
|
+
VaultRestoreFromObjectStore._configure(
|
1077
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1078
|
+
destination=destination,
|
1079
|
+
bucket=bucket,
|
1080
|
+
namespace=namespace,
|
1081
|
+
object=object,
|
1082
|
+
uri=uri,
|
1083
|
+
)
|
1084
|
+
@staticmethod
|
1085
|
+
def _configure(
|
1086
|
+
_setter: Callable[[Any, Any], None],
|
1087
|
+
destination: str,
|
1088
|
+
bucket: Optional[str] = None,
|
1089
|
+
namespace: Optional[str] = None,
|
1090
|
+
object: Optional[str] = None,
|
1091
|
+
uri: Optional[str] = None,
|
1092
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1093
|
+
_setter("destination", destination)
|
492
1094
|
if bucket is not None:
|
493
|
-
|
1095
|
+
_setter("bucket", bucket)
|
494
1096
|
if namespace is not None:
|
495
|
-
|
1097
|
+
_setter("namespace", namespace)
|
496
1098
|
if object is not None:
|
497
|
-
|
1099
|
+
_setter("object", object)
|
498
1100
|
if uri is not None:
|
499
|
-
|
1101
|
+
_setter("uri", uri)
|
500
1102
|
|
501
1103
|
@property
|
502
1104
|
@pulumi.getter
|
@@ -510,33 +1112,336 @@ class VaultRestoreFromObjectStore(dict):
|
|
510
1112
|
@pulumi.getter
|
511
1113
|
def bucket(self) -> Optional[str]:
|
512
1114
|
"""
|
513
|
-
(Updatable) Name of the bucket where vault was backed up
|
1115
|
+
(Updatable) Name of the bucket where vault was backed up
|
1116
|
+
"""
|
1117
|
+
return pulumi.get(self, "bucket")
|
1118
|
+
|
1119
|
+
@property
|
1120
|
+
@pulumi.getter
|
1121
|
+
def namespace(self) -> Optional[str]:
|
1122
|
+
"""
|
1123
|
+
(Updatable) Namespace of the bucket where vault was backed up
|
1124
|
+
"""
|
1125
|
+
return pulumi.get(self, "namespace")
|
1126
|
+
|
1127
|
+
@property
|
1128
|
+
@pulumi.getter
|
1129
|
+
def object(self) -> Optional[str]:
|
1130
|
+
"""
|
1131
|
+
(Updatable) Object containing the backup
|
1132
|
+
"""
|
1133
|
+
return pulumi.get(self, "object")
|
1134
|
+
|
1135
|
+
@property
|
1136
|
+
@pulumi.getter
|
1137
|
+
def uri(self) -> Optional[str]:
|
1138
|
+
"""
|
1139
|
+
(Updatable) Pre-authenticated-request-uri of the backup* `restore_trigger` - (Optional) (Updatable) An optional property when flipped triggers restore from restore option provided in config file.
|
1140
|
+
"""
|
1141
|
+
return pulumi.get(self, "uri")
|
1142
|
+
|
1143
|
+
|
1144
|
+
@pulumi.output_type
|
1145
|
+
class GetEkmsPrivateEndpointsEkmsPrivateEndpointResult(dict):
|
1146
|
+
def __init__(__self__, *,
|
1147
|
+
ca_bundle: str,
|
1148
|
+
compartment_id: str,
|
1149
|
+
defined_tags: Mapping[str, Any],
|
1150
|
+
display_name: str,
|
1151
|
+
external_key_manager_ip: str,
|
1152
|
+
freeform_tags: Mapping[str, Any],
|
1153
|
+
id: str,
|
1154
|
+
lifecycle_details: str,
|
1155
|
+
port: int,
|
1156
|
+
private_endpoint_ip: str,
|
1157
|
+
state: str,
|
1158
|
+
subnet_id: str,
|
1159
|
+
time_created: str,
|
1160
|
+
time_updated: str):
|
1161
|
+
"""
|
1162
|
+
:param str ca_bundle: CABundle to validate TLS certificate of the external key manager system in PEM format
|
1163
|
+
:param str compartment_id: The OCID of the compartment.
|
1164
|
+
:param Mapping[str, Any] defined_tags: Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
|
1165
|
+
:param str display_name: Mutable name of the EKMS private endpoint
|
1166
|
+
:param str external_key_manager_ip: Private IP of the external key manager system to connect to from the EKMS private endpoint
|
1167
|
+
:param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1168
|
+
:param str id: Unique identifier that is immutable
|
1169
|
+
:param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
1170
|
+
:param int port: The port of the external key manager system
|
1171
|
+
:param str private_endpoint_ip: The IP address in the customer's VCN for the EKMS private endpoint. This is taken from subnet
|
1172
|
+
:param str state: The current state of the EKMS private endpoint resource.
|
1173
|
+
:param str subnet_id: Subnet Identifier
|
1174
|
+
:param str time_created: The time the EKMS private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1175
|
+
:param str time_updated: The time the EKMS private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1176
|
+
"""
|
1177
|
+
GetEkmsPrivateEndpointsEkmsPrivateEndpointResult._configure(
|
1178
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1179
|
+
ca_bundle=ca_bundle,
|
1180
|
+
compartment_id=compartment_id,
|
1181
|
+
defined_tags=defined_tags,
|
1182
|
+
display_name=display_name,
|
1183
|
+
external_key_manager_ip=external_key_manager_ip,
|
1184
|
+
freeform_tags=freeform_tags,
|
1185
|
+
id=id,
|
1186
|
+
lifecycle_details=lifecycle_details,
|
1187
|
+
port=port,
|
1188
|
+
private_endpoint_ip=private_endpoint_ip,
|
1189
|
+
state=state,
|
1190
|
+
subnet_id=subnet_id,
|
1191
|
+
time_created=time_created,
|
1192
|
+
time_updated=time_updated,
|
1193
|
+
)
|
1194
|
+
@staticmethod
|
1195
|
+
def _configure(
|
1196
|
+
_setter: Callable[[Any, Any], None],
|
1197
|
+
ca_bundle: str,
|
1198
|
+
compartment_id: str,
|
1199
|
+
defined_tags: Mapping[str, Any],
|
1200
|
+
display_name: str,
|
1201
|
+
external_key_manager_ip: str,
|
1202
|
+
freeform_tags: Mapping[str, Any],
|
1203
|
+
id: str,
|
1204
|
+
lifecycle_details: str,
|
1205
|
+
port: int,
|
1206
|
+
private_endpoint_ip: str,
|
1207
|
+
state: str,
|
1208
|
+
subnet_id: str,
|
1209
|
+
time_created: str,
|
1210
|
+
time_updated: str,
|
1211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1212
|
+
_setter("ca_bundle", ca_bundle)
|
1213
|
+
_setter("compartment_id", compartment_id)
|
1214
|
+
_setter("defined_tags", defined_tags)
|
1215
|
+
_setter("display_name", display_name)
|
1216
|
+
_setter("external_key_manager_ip", external_key_manager_ip)
|
1217
|
+
_setter("freeform_tags", freeform_tags)
|
1218
|
+
_setter("id", id)
|
1219
|
+
_setter("lifecycle_details", lifecycle_details)
|
1220
|
+
_setter("port", port)
|
1221
|
+
_setter("private_endpoint_ip", private_endpoint_ip)
|
1222
|
+
_setter("state", state)
|
1223
|
+
_setter("subnet_id", subnet_id)
|
1224
|
+
_setter("time_created", time_created)
|
1225
|
+
_setter("time_updated", time_updated)
|
1226
|
+
|
1227
|
+
@property
|
1228
|
+
@pulumi.getter(name="caBundle")
|
1229
|
+
def ca_bundle(self) -> str:
|
1230
|
+
"""
|
1231
|
+
CABundle to validate TLS certificate of the external key manager system in PEM format
|
1232
|
+
"""
|
1233
|
+
return pulumi.get(self, "ca_bundle")
|
1234
|
+
|
1235
|
+
@property
|
1236
|
+
@pulumi.getter(name="compartmentId")
|
1237
|
+
def compartment_id(self) -> str:
|
1238
|
+
"""
|
1239
|
+
The OCID of the compartment.
|
1240
|
+
"""
|
1241
|
+
return pulumi.get(self, "compartment_id")
|
1242
|
+
|
1243
|
+
@property
|
1244
|
+
@pulumi.getter(name="definedTags")
|
1245
|
+
def defined_tags(self) -> Mapping[str, Any]:
|
1246
|
+
"""
|
1247
|
+
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
|
1248
|
+
"""
|
1249
|
+
return pulumi.get(self, "defined_tags")
|
1250
|
+
|
1251
|
+
@property
|
1252
|
+
@pulumi.getter(name="displayName")
|
1253
|
+
def display_name(self) -> str:
|
1254
|
+
"""
|
1255
|
+
Mutable name of the EKMS private endpoint
|
1256
|
+
"""
|
1257
|
+
return pulumi.get(self, "display_name")
|
1258
|
+
|
1259
|
+
@property
|
1260
|
+
@pulumi.getter(name="externalKeyManagerIp")
|
1261
|
+
def external_key_manager_ip(self) -> str:
|
1262
|
+
"""
|
1263
|
+
Private IP of the external key manager system to connect to from the EKMS private endpoint
|
1264
|
+
"""
|
1265
|
+
return pulumi.get(self, "external_key_manager_ip")
|
1266
|
+
|
1267
|
+
@property
|
1268
|
+
@pulumi.getter(name="freeformTags")
|
1269
|
+
def freeform_tags(self) -> Mapping[str, Any]:
|
1270
|
+
"""
|
1271
|
+
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1272
|
+
"""
|
1273
|
+
return pulumi.get(self, "freeform_tags")
|
1274
|
+
|
1275
|
+
@property
|
1276
|
+
@pulumi.getter
|
1277
|
+
def id(self) -> str:
|
1278
|
+
"""
|
1279
|
+
Unique identifier that is immutable
|
1280
|
+
"""
|
1281
|
+
return pulumi.get(self, "id")
|
1282
|
+
|
1283
|
+
@property
|
1284
|
+
@pulumi.getter(name="lifecycleDetails")
|
1285
|
+
def lifecycle_details(self) -> str:
|
1286
|
+
"""
|
1287
|
+
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in 'Failed' state.
|
1288
|
+
"""
|
1289
|
+
return pulumi.get(self, "lifecycle_details")
|
1290
|
+
|
1291
|
+
@property
|
1292
|
+
@pulumi.getter
|
1293
|
+
def port(self) -> int:
|
1294
|
+
"""
|
1295
|
+
The port of the external key manager system
|
1296
|
+
"""
|
1297
|
+
return pulumi.get(self, "port")
|
1298
|
+
|
1299
|
+
@property
|
1300
|
+
@pulumi.getter(name="privateEndpointIp")
|
1301
|
+
def private_endpoint_ip(self) -> str:
|
1302
|
+
"""
|
1303
|
+
The IP address in the customer's VCN for the EKMS private endpoint. This is taken from subnet
|
1304
|
+
"""
|
1305
|
+
return pulumi.get(self, "private_endpoint_ip")
|
1306
|
+
|
1307
|
+
@property
|
1308
|
+
@pulumi.getter
|
1309
|
+
def state(self) -> str:
|
1310
|
+
"""
|
1311
|
+
The current state of the EKMS private endpoint resource.
|
1312
|
+
"""
|
1313
|
+
return pulumi.get(self, "state")
|
1314
|
+
|
1315
|
+
@property
|
1316
|
+
@pulumi.getter(name="subnetId")
|
1317
|
+
def subnet_id(self) -> str:
|
1318
|
+
"""
|
1319
|
+
Subnet Identifier
|
1320
|
+
"""
|
1321
|
+
return pulumi.get(self, "subnet_id")
|
1322
|
+
|
1323
|
+
@property
|
1324
|
+
@pulumi.getter(name="timeCreated")
|
1325
|
+
def time_created(self) -> str:
|
1326
|
+
"""
|
1327
|
+
The time the EKMS private endpoint was created. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1328
|
+
"""
|
1329
|
+
return pulumi.get(self, "time_created")
|
1330
|
+
|
1331
|
+
@property
|
1332
|
+
@pulumi.getter(name="timeUpdated")
|
1333
|
+
def time_updated(self) -> str:
|
1334
|
+
"""
|
1335
|
+
The time the EKMS private endpoint was updated. An [RFC3339](https://tools.ietf.org/html/rfc3339) formatted datetime string.
|
1336
|
+
"""
|
1337
|
+
return pulumi.get(self, "time_updated")
|
1338
|
+
|
1339
|
+
|
1340
|
+
@pulumi.output_type
|
1341
|
+
class GetEkmsPrivateEndpointsFilterResult(dict):
|
1342
|
+
def __init__(__self__, *,
|
1343
|
+
name: str,
|
1344
|
+
values: Sequence[str],
|
1345
|
+
regex: Optional[bool] = None):
|
1346
|
+
GetEkmsPrivateEndpointsFilterResult._configure(
|
1347
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1348
|
+
name=name,
|
1349
|
+
values=values,
|
1350
|
+
regex=regex,
|
1351
|
+
)
|
1352
|
+
@staticmethod
|
1353
|
+
def _configure(
|
1354
|
+
_setter: Callable[[Any, Any], None],
|
1355
|
+
name: str,
|
1356
|
+
values: Sequence[str],
|
1357
|
+
regex: Optional[bool] = None,
|
1358
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1359
|
+
_setter("name", name)
|
1360
|
+
_setter("values", values)
|
1361
|
+
if regex is not None:
|
1362
|
+
_setter("regex", regex)
|
1363
|
+
|
1364
|
+
@property
|
1365
|
+
@pulumi.getter
|
1366
|
+
def name(self) -> str:
|
1367
|
+
return pulumi.get(self, "name")
|
1368
|
+
|
1369
|
+
@property
|
1370
|
+
@pulumi.getter
|
1371
|
+
def values(self) -> Sequence[str]:
|
1372
|
+
return pulumi.get(self, "values")
|
1373
|
+
|
1374
|
+
@property
|
1375
|
+
@pulumi.getter
|
1376
|
+
def regex(self) -> Optional[bool]:
|
1377
|
+
return pulumi.get(self, "regex")
|
1378
|
+
|
1379
|
+
|
1380
|
+
@pulumi.output_type
|
1381
|
+
class GetKeyExternalKeyReferenceResult(dict):
|
1382
|
+
def __init__(__self__, *,
|
1383
|
+
external_key_id: str):
|
1384
|
+
"""
|
1385
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
1386
|
+
"""
|
1387
|
+
GetKeyExternalKeyReferenceResult._configure(
|
1388
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1389
|
+
external_key_id=external_key_id,
|
1390
|
+
)
|
1391
|
+
@staticmethod
|
1392
|
+
def _configure(
|
1393
|
+
_setter: Callable[[Any, Any], None],
|
1394
|
+
external_key_id: str,
|
1395
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1396
|
+
_setter("external_key_id", external_key_id)
|
1397
|
+
|
1398
|
+
@property
|
1399
|
+
@pulumi.getter(name="externalKeyId")
|
1400
|
+
def external_key_id(self) -> str:
|
1401
|
+
"""
|
1402
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
514
1403
|
"""
|
515
|
-
return pulumi.get(self, "
|
1404
|
+
return pulumi.get(self, "external_key_id")
|
516
1405
|
|
517
|
-
|
518
|
-
|
519
|
-
|
1406
|
+
|
1407
|
+
@pulumi.output_type
|
1408
|
+
class GetKeyExternalKeyReferenceDetailResult(dict):
|
1409
|
+
def __init__(__self__, *,
|
1410
|
+
external_key_id: str,
|
1411
|
+
external_key_version_id: str):
|
520
1412
|
"""
|
521
|
-
|
1413
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
1414
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
522
1415
|
"""
|
523
|
-
|
1416
|
+
GetKeyExternalKeyReferenceDetailResult._configure(
|
1417
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1418
|
+
external_key_id=external_key_id,
|
1419
|
+
external_key_version_id=external_key_version_id,
|
1420
|
+
)
|
1421
|
+
@staticmethod
|
1422
|
+
def _configure(
|
1423
|
+
_setter: Callable[[Any, Any], None],
|
1424
|
+
external_key_id: str,
|
1425
|
+
external_key_version_id: str,
|
1426
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1427
|
+
_setter("external_key_id", external_key_id)
|
1428
|
+
_setter("external_key_version_id", external_key_version_id)
|
524
1429
|
|
525
1430
|
@property
|
526
|
-
@pulumi.getter
|
527
|
-
def
|
1431
|
+
@pulumi.getter(name="externalKeyId")
|
1432
|
+
def external_key_id(self) -> str:
|
528
1433
|
"""
|
529
|
-
|
1434
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
530
1435
|
"""
|
531
|
-
return pulumi.get(self, "
|
1436
|
+
return pulumi.get(self, "external_key_id")
|
532
1437
|
|
533
1438
|
@property
|
534
|
-
@pulumi.getter
|
535
|
-
def
|
1439
|
+
@pulumi.getter(name="externalKeyVersionId")
|
1440
|
+
def external_key_version_id(self) -> str:
|
536
1441
|
"""
|
537
|
-
|
1442
|
+
Key version ID associated with the external key.
|
538
1443
|
"""
|
539
|
-
return pulumi.get(self, "
|
1444
|
+
return pulumi.get(self, "external_key_version_id")
|
540
1445
|
|
541
1446
|
|
542
1447
|
@pulumi.output_type
|
@@ -546,22 +1451,35 @@ class GetKeyKeyShapeResult(dict):
|
|
546
1451
|
curve_id: str,
|
547
1452
|
length: int):
|
548
1453
|
"""
|
549
|
-
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt.
|
1454
|
+
:param str algorithm: The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
550
1455
|
:param str curve_id: Supported curve IDs for ECDSA keys.
|
551
1456
|
:param int length: The length of the key in bytes, expressed as an integer. Supported values include the following:
|
552
1457
|
* AES: 16, 24, or 32
|
553
1458
|
* RSA: 256, 384, or 512
|
554
1459
|
* ECDSA: 32, 48, or 66
|
555
1460
|
"""
|
556
|
-
|
557
|
-
|
558
|
-
|
1461
|
+
GetKeyKeyShapeResult._configure(
|
1462
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1463
|
+
algorithm=algorithm,
|
1464
|
+
curve_id=curve_id,
|
1465
|
+
length=length,
|
1466
|
+
)
|
1467
|
+
@staticmethod
|
1468
|
+
def _configure(
|
1469
|
+
_setter: Callable[[Any, Any], None],
|
1470
|
+
algorithm: str,
|
1471
|
+
curve_id: str,
|
1472
|
+
length: int,
|
1473
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1474
|
+
_setter("algorithm", algorithm)
|
1475
|
+
_setter("curve_id", curve_id)
|
1476
|
+
_setter("length", length)
|
559
1477
|
|
560
1478
|
@property
|
561
1479
|
@pulumi.getter
|
562
1480
|
def algorithm(self) -> str:
|
563
1481
|
"""
|
564
|
-
The algorithm used by a key's key versions to encrypt or decrypt.
|
1482
|
+
The algorithm used by a key's key versions to encrypt or decrypt. Only AES algorithm is supported for `External` keys.
|
565
1483
|
"""
|
566
1484
|
return pulumi.get(self, "algorithm")
|
567
1485
|
|
@@ -592,7 +1510,16 @@ class GetKeyReplicaDetailResult(dict):
|
|
592
1510
|
"""
|
593
1511
|
:param str replication_id: ReplicationId associated with a key operation
|
594
1512
|
"""
|
595
|
-
|
1513
|
+
GetKeyReplicaDetailResult._configure(
|
1514
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1515
|
+
replication_id=replication_id,
|
1516
|
+
)
|
1517
|
+
@staticmethod
|
1518
|
+
def _configure(
|
1519
|
+
_setter: Callable[[Any, Any], None],
|
1520
|
+
replication_id: str,
|
1521
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1522
|
+
_setter("replication_id", replication_id)
|
596
1523
|
|
597
1524
|
@property
|
598
1525
|
@pulumi.getter(name="replicationId")
|
@@ -614,9 +1541,22 @@ class GetKeyRestoreFromFileResult(dict):
|
|
614
1541
|
:param str content_md5: content md5 hashed value of key's backup file
|
615
1542
|
:param str restore_key_from_file_details: Key backup file content
|
616
1543
|
"""
|
617
|
-
|
618
|
-
|
619
|
-
|
1544
|
+
GetKeyRestoreFromFileResult._configure(
|
1545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1546
|
+
content_length=content_length,
|
1547
|
+
content_md5=content_md5,
|
1548
|
+
restore_key_from_file_details=restore_key_from_file_details,
|
1549
|
+
)
|
1550
|
+
@staticmethod
|
1551
|
+
def _configure(
|
1552
|
+
_setter: Callable[[Any, Any], None],
|
1553
|
+
content_length: str,
|
1554
|
+
content_md5: str,
|
1555
|
+
restore_key_from_file_details: str,
|
1556
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1557
|
+
_setter("content_length", content_length)
|
1558
|
+
_setter("content_md5", content_md5)
|
1559
|
+
_setter("restore_key_from_file_details", restore_key_from_file_details)
|
620
1560
|
|
621
1561
|
@property
|
622
1562
|
@pulumi.getter(name="contentLength")
|
@@ -658,11 +1598,28 @@ class GetKeyRestoreFromObjectStoreResult(dict):
|
|
658
1598
|
:param str object: Object containing the backup
|
659
1599
|
:param str uri: Pre-authenticated-request-uri of the backup
|
660
1600
|
"""
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
1601
|
+
GetKeyRestoreFromObjectStoreResult._configure(
|
1602
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1603
|
+
bucket=bucket,
|
1604
|
+
destination=destination,
|
1605
|
+
namespace=namespace,
|
1606
|
+
object=object,
|
1607
|
+
uri=uri,
|
1608
|
+
)
|
1609
|
+
@staticmethod
|
1610
|
+
def _configure(
|
1611
|
+
_setter: Callable[[Any, Any], None],
|
1612
|
+
bucket: str,
|
1613
|
+
destination: str,
|
1614
|
+
namespace: str,
|
1615
|
+
object: str,
|
1616
|
+
uri: str,
|
1617
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1618
|
+
_setter("bucket", bucket)
|
1619
|
+
_setter("destination", destination)
|
1620
|
+
_setter("namespace", namespace)
|
1621
|
+
_setter("object", object)
|
1622
|
+
_setter("uri", uri)
|
666
1623
|
|
667
1624
|
@property
|
668
1625
|
@pulumi.getter
|
@@ -705,6 +1662,46 @@ class GetKeyRestoreFromObjectStoreResult(dict):
|
|
705
1662
|
return pulumi.get(self, "uri")
|
706
1663
|
|
707
1664
|
|
1665
|
+
@pulumi.output_type
|
1666
|
+
class GetKeyVersionExternalKeyReferenceDetailResult(dict):
|
1667
|
+
def __init__(__self__, *,
|
1668
|
+
external_key_id: str,
|
1669
|
+
external_key_version_id: str):
|
1670
|
+
"""
|
1671
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
1672
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
1673
|
+
"""
|
1674
|
+
GetKeyVersionExternalKeyReferenceDetailResult._configure(
|
1675
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1676
|
+
external_key_id=external_key_id,
|
1677
|
+
external_key_version_id=external_key_version_id,
|
1678
|
+
)
|
1679
|
+
@staticmethod
|
1680
|
+
def _configure(
|
1681
|
+
_setter: Callable[[Any, Any], None],
|
1682
|
+
external_key_id: str,
|
1683
|
+
external_key_version_id: str,
|
1684
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1685
|
+
_setter("external_key_id", external_key_id)
|
1686
|
+
_setter("external_key_version_id", external_key_version_id)
|
1687
|
+
|
1688
|
+
@property
|
1689
|
+
@pulumi.getter(name="externalKeyId")
|
1690
|
+
def external_key_id(self) -> str:
|
1691
|
+
"""
|
1692
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
1693
|
+
"""
|
1694
|
+
return pulumi.get(self, "external_key_id")
|
1695
|
+
|
1696
|
+
@property
|
1697
|
+
@pulumi.getter(name="externalKeyVersionId")
|
1698
|
+
def external_key_version_id(self) -> str:
|
1699
|
+
"""
|
1700
|
+
Key version ID associated with the external key.
|
1701
|
+
"""
|
1702
|
+
return pulumi.get(self, "external_key_version_id")
|
1703
|
+
|
1704
|
+
|
708
1705
|
@pulumi.output_type
|
709
1706
|
class GetKeyVersionReplicaDetailResult(dict):
|
710
1707
|
def __init__(__self__, *,
|
@@ -712,7 +1709,16 @@ class GetKeyVersionReplicaDetailResult(dict):
|
|
712
1709
|
"""
|
713
1710
|
:param str replication_id: ReplicationId associated with a key version operation
|
714
1711
|
"""
|
715
|
-
|
1712
|
+
GetKeyVersionReplicaDetailResult._configure(
|
1713
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1714
|
+
replication_id=replication_id,
|
1715
|
+
)
|
1716
|
+
@staticmethod
|
1717
|
+
def _configure(
|
1718
|
+
_setter: Callable[[Any, Any], None],
|
1719
|
+
replication_id: str,
|
1720
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1721
|
+
_setter("replication_id", replication_id)
|
716
1722
|
|
717
1723
|
@property
|
718
1724
|
@pulumi.getter(name="replicationId")
|
@@ -729,10 +1735,23 @@ class GetKeyVersionsFilterResult(dict):
|
|
729
1735
|
name: str,
|
730
1736
|
values: Sequence[str],
|
731
1737
|
regex: Optional[bool] = None):
|
732
|
-
|
733
|
-
|
1738
|
+
GetKeyVersionsFilterResult._configure(
|
1739
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1740
|
+
name=name,
|
1741
|
+
values=values,
|
1742
|
+
regex=regex,
|
1743
|
+
)
|
1744
|
+
@staticmethod
|
1745
|
+
def _configure(
|
1746
|
+
_setter: Callable[[Any, Any], None],
|
1747
|
+
name: str,
|
1748
|
+
values: Sequence[str],
|
1749
|
+
regex: Optional[bool] = None,
|
1750
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1751
|
+
_setter("name", name)
|
1752
|
+
_setter("values", values)
|
734
1753
|
if regex is not None:
|
735
|
-
|
1754
|
+
_setter("regex", regex)
|
736
1755
|
|
737
1756
|
@property
|
738
1757
|
@pulumi.getter
|
@@ -754,6 +1773,8 @@ class GetKeyVersionsFilterResult(dict):
|
|
754
1773
|
class GetKeyVersionsKeyVersionResult(dict):
|
755
1774
|
def __init__(__self__, *,
|
756
1775
|
compartment_id: str,
|
1776
|
+
external_key_reference_details: Sequence['outputs.GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult'],
|
1777
|
+
external_key_version_id: str,
|
757
1778
|
id: str,
|
758
1779
|
is_primary: bool,
|
759
1780
|
key_id: str,
|
@@ -769,8 +1790,10 @@ class GetKeyVersionsKeyVersionResult(dict):
|
|
769
1790
|
vault_id: str):
|
770
1791
|
"""
|
771
1792
|
:param str compartment_id: The OCID of the compartment that contains this key version.
|
1793
|
+
:param Sequence['GetKeyVersionsKeyVersionExternalKeyReferenceDetailArgs'] external_key_reference_details: Key reference data to be returned to the customer as a response.
|
1794
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
772
1795
|
:param str id: The OCID of the key version.
|
773
|
-
:param bool is_primary: A
|
1796
|
+
:param bool is_primary: A Boolean value that indicates whether the KeyVersion belongs to primary Vault or replica Vault.
|
774
1797
|
:param str key_id: The OCID of the key.
|
775
1798
|
:param str key_version_id: The OCID of the key version.
|
776
1799
|
:param str management_endpoint: The service endpoint to perform management operations against. Management operations include 'Create,' 'Update,' 'List,' 'Get,' and 'Delete' operations. See Vault Management endpoint.
|
@@ -782,20 +1805,61 @@ class GetKeyVersionsKeyVersionResult(dict):
|
|
782
1805
|
:param str time_of_deletion: An optional property to indicate when to delete the key version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
783
1806
|
:param str vault_id: The OCID of the vault that contains this key version.
|
784
1807
|
"""
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
1808
|
+
GetKeyVersionsKeyVersionResult._configure(
|
1809
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1810
|
+
compartment_id=compartment_id,
|
1811
|
+
external_key_reference_details=external_key_reference_details,
|
1812
|
+
external_key_version_id=external_key_version_id,
|
1813
|
+
id=id,
|
1814
|
+
is_primary=is_primary,
|
1815
|
+
key_id=key_id,
|
1816
|
+
key_version_id=key_version_id,
|
1817
|
+
management_endpoint=management_endpoint,
|
1818
|
+
public_key=public_key,
|
1819
|
+
replica_details=replica_details,
|
1820
|
+
restored_from_key_id=restored_from_key_id,
|
1821
|
+
restored_from_key_version_id=restored_from_key_version_id,
|
1822
|
+
state=state,
|
1823
|
+
time_created=time_created,
|
1824
|
+
time_of_deletion=time_of_deletion,
|
1825
|
+
vault_id=vault_id,
|
1826
|
+
)
|
1827
|
+
@staticmethod
|
1828
|
+
def _configure(
|
1829
|
+
_setter: Callable[[Any, Any], None],
|
1830
|
+
compartment_id: str,
|
1831
|
+
external_key_reference_details: Sequence['outputs.GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult'],
|
1832
|
+
external_key_version_id: str,
|
1833
|
+
id: str,
|
1834
|
+
is_primary: bool,
|
1835
|
+
key_id: str,
|
1836
|
+
key_version_id: str,
|
1837
|
+
management_endpoint: str,
|
1838
|
+
public_key: str,
|
1839
|
+
replica_details: Sequence['outputs.GetKeyVersionsKeyVersionReplicaDetailResult'],
|
1840
|
+
restored_from_key_id: str,
|
1841
|
+
restored_from_key_version_id: str,
|
1842
|
+
state: str,
|
1843
|
+
time_created: str,
|
1844
|
+
time_of_deletion: str,
|
1845
|
+
vault_id: str,
|
1846
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1847
|
+
_setter("compartment_id", compartment_id)
|
1848
|
+
_setter("external_key_reference_details", external_key_reference_details)
|
1849
|
+
_setter("external_key_version_id", external_key_version_id)
|
1850
|
+
_setter("id", id)
|
1851
|
+
_setter("is_primary", is_primary)
|
1852
|
+
_setter("key_id", key_id)
|
1853
|
+
_setter("key_version_id", key_version_id)
|
1854
|
+
_setter("management_endpoint", management_endpoint)
|
1855
|
+
_setter("public_key", public_key)
|
1856
|
+
_setter("replica_details", replica_details)
|
1857
|
+
_setter("restored_from_key_id", restored_from_key_id)
|
1858
|
+
_setter("restored_from_key_version_id", restored_from_key_version_id)
|
1859
|
+
_setter("state", state)
|
1860
|
+
_setter("time_created", time_created)
|
1861
|
+
_setter("time_of_deletion", time_of_deletion)
|
1862
|
+
_setter("vault_id", vault_id)
|
799
1863
|
|
800
1864
|
@property
|
801
1865
|
@pulumi.getter(name="compartmentId")
|
@@ -805,6 +1869,22 @@ class GetKeyVersionsKeyVersionResult(dict):
|
|
805
1869
|
"""
|
806
1870
|
return pulumi.get(self, "compartment_id")
|
807
1871
|
|
1872
|
+
@property
|
1873
|
+
@pulumi.getter(name="externalKeyReferenceDetails")
|
1874
|
+
def external_key_reference_details(self) -> Sequence['outputs.GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult']:
|
1875
|
+
"""
|
1876
|
+
Key reference data to be returned to the customer as a response.
|
1877
|
+
"""
|
1878
|
+
return pulumi.get(self, "external_key_reference_details")
|
1879
|
+
|
1880
|
+
@property
|
1881
|
+
@pulumi.getter(name="externalKeyVersionId")
|
1882
|
+
def external_key_version_id(self) -> str:
|
1883
|
+
"""
|
1884
|
+
Key version ID associated with the external key.
|
1885
|
+
"""
|
1886
|
+
return pulumi.get(self, "external_key_version_id")
|
1887
|
+
|
808
1888
|
@property
|
809
1889
|
@pulumi.getter
|
810
1890
|
def id(self) -> str:
|
@@ -817,7 +1897,7 @@ class GetKeyVersionsKeyVersionResult(dict):
|
|
817
1897
|
@pulumi.getter(name="isPrimary")
|
818
1898
|
def is_primary(self) -> bool:
|
819
1899
|
"""
|
820
|
-
A
|
1900
|
+
A Boolean value that indicates whether the KeyVersion belongs to primary Vault or replica Vault.
|
821
1901
|
"""
|
822
1902
|
return pulumi.get(self, "is_primary")
|
823
1903
|
|
@@ -907,6 +1987,46 @@ class GetKeyVersionsKeyVersionResult(dict):
|
|
907
1987
|
return pulumi.get(self, "vault_id")
|
908
1988
|
|
909
1989
|
|
1990
|
+
@pulumi.output_type
|
1991
|
+
class GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult(dict):
|
1992
|
+
def __init__(__self__, *,
|
1993
|
+
external_key_id: str,
|
1994
|
+
external_key_version_id: str):
|
1995
|
+
"""
|
1996
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
1997
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
1998
|
+
"""
|
1999
|
+
GetKeyVersionsKeyVersionExternalKeyReferenceDetailResult._configure(
|
2000
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2001
|
+
external_key_id=external_key_id,
|
2002
|
+
external_key_version_id=external_key_version_id,
|
2003
|
+
)
|
2004
|
+
@staticmethod
|
2005
|
+
def _configure(
|
2006
|
+
_setter: Callable[[Any, Any], None],
|
2007
|
+
external_key_id: str,
|
2008
|
+
external_key_version_id: str,
|
2009
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2010
|
+
_setter("external_key_id", external_key_id)
|
2011
|
+
_setter("external_key_version_id", external_key_version_id)
|
2012
|
+
|
2013
|
+
@property
|
2014
|
+
@pulumi.getter(name="externalKeyId")
|
2015
|
+
def external_key_id(self) -> str:
|
2016
|
+
"""
|
2017
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
2018
|
+
"""
|
2019
|
+
return pulumi.get(self, "external_key_id")
|
2020
|
+
|
2021
|
+
@property
|
2022
|
+
@pulumi.getter(name="externalKeyVersionId")
|
2023
|
+
def external_key_version_id(self) -> str:
|
2024
|
+
"""
|
2025
|
+
Key version ID associated with the external key.
|
2026
|
+
"""
|
2027
|
+
return pulumi.get(self, "external_key_version_id")
|
2028
|
+
|
2029
|
+
|
910
2030
|
@pulumi.output_type
|
911
2031
|
class GetKeyVersionsKeyVersionReplicaDetailResult(dict):
|
912
2032
|
def __init__(__self__, *,
|
@@ -914,7 +2034,16 @@ class GetKeyVersionsKeyVersionReplicaDetailResult(dict):
|
|
914
2034
|
"""
|
915
2035
|
:param str replication_id: ReplicationId associated with a key version operation
|
916
2036
|
"""
|
917
|
-
|
2037
|
+
GetKeyVersionsKeyVersionReplicaDetailResult._configure(
|
2038
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2039
|
+
replication_id=replication_id,
|
2040
|
+
)
|
2041
|
+
@staticmethod
|
2042
|
+
def _configure(
|
2043
|
+
_setter: Callable[[Any, Any], None],
|
2044
|
+
replication_id: str,
|
2045
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2046
|
+
_setter("replication_id", replication_id)
|
918
2047
|
|
919
2048
|
@property
|
920
2049
|
@pulumi.getter(name="replicationId")
|
@@ -931,10 +2060,23 @@ class GetKeysFilterResult(dict):
|
|
931
2060
|
name: str,
|
932
2061
|
values: Sequence[str],
|
933
2062
|
regex: Optional[bool] = None):
|
934
|
-
|
935
|
-
|
2063
|
+
GetKeysFilterResult._configure(
|
2064
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2065
|
+
name=name,
|
2066
|
+
values=values,
|
2067
|
+
regex=regex,
|
2068
|
+
)
|
2069
|
+
@staticmethod
|
2070
|
+
def _configure(
|
2071
|
+
_setter: Callable[[Any, Any], None],
|
2072
|
+
name: str,
|
2073
|
+
values: Sequence[str],
|
2074
|
+
regex: Optional[bool] = None,
|
2075
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2076
|
+
_setter("name", name)
|
2077
|
+
_setter("values", values)
|
936
2078
|
if regex is not None:
|
937
|
-
|
2079
|
+
_setter("regex", regex)
|
938
2080
|
|
939
2081
|
@property
|
940
2082
|
@pulumi.getter
|
@@ -960,6 +2102,8 @@ class GetKeysKeyResult(dict):
|
|
960
2102
|
defined_tags: Mapping[str, Any],
|
961
2103
|
desired_state: str,
|
962
2104
|
display_name: str,
|
2105
|
+
external_key_reference_details: Sequence['outputs.GetKeysKeyExternalKeyReferenceDetailResult'],
|
2106
|
+
external_key_references: Sequence['outputs.GetKeysKeyExternalKeyReferenceResult'],
|
963
2107
|
freeform_tags: Mapping[str, Any],
|
964
2108
|
id: str,
|
965
2109
|
is_primary: bool,
|
@@ -980,38 +2124,92 @@ class GetKeysKeyResult(dict):
|
|
980
2124
|
:param str current_key_version: The OCID of the key version used in cryptographic operations. During key rotation, the service might be in a transitional state where this or a newer key version are used intermittently. The `currentKeyVersion` property is updated when the service is guaranteed to use the new key version for all subsequent encryption operations.
|
981
2125
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
982
2126
|
:param str display_name: A user-friendly name for the key. It does not have to be unique, and it is changeable. Avoid entering confidential information.
|
2127
|
+
:param Sequence['GetKeysKeyExternalKeyReferenceDetailArgs'] external_key_reference_details: Key reference data to be returned to the customer as a response.
|
983
2128
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
984
2129
|
:param str id: The OCID of the key.
|
985
|
-
:param bool is_primary: A
|
2130
|
+
:param bool is_primary: A Boolean value that indicates whether the Key belongs to primary Vault or replica vault.
|
986
2131
|
:param Sequence['GetKeysKeyKeyShapeArgs'] key_shapes: The cryptographic properties of a key.
|
987
2132
|
:param str management_endpoint: The service endpoint to perform management operations against. Management operations include 'Create,' 'Update,' 'List,' 'Get,' and 'Delete' operations. See Vault Management endpoint.
|
988
|
-
:param str protection_mode: A key's protection mode indicates how the key persists and where cryptographic operations that use the key are performed. A
|
2133
|
+
:param str protection_mode: A key's protection mode indicates how the key persists and where cryptographic operations that use the key are performed. A protection mode of `HSM` means that the key persists on a hardware security module (HSM) and all cryptographic operations are performed inside the HSM. A protection mode of `SOFTWARE` means that the key persists on the server, protected by the vault's RSA wrapping key which persists on the HSM. All cryptographic operations that use a key with a protection mode of `SOFTWARE` are performed on the server. A protection mode of `EXTERNAL` mean that the key persists on the customer's external key manager which is hosted externally outside of oracle. Oracle only hold a reference to that key. All cryptographic operations that use a key with a protection mode of `EXTERNAL` are performed by external key manager.
|
989
2134
|
:param Sequence['GetKeysKeyReplicaDetailArgs'] replica_details: Key replica details
|
990
2135
|
:param str state: The key's current lifecycle state. Example: `ENABLED`
|
991
2136
|
:param str time_created: The date and time the key was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
992
2137
|
:param str time_of_deletion: An optional property indicating when to delete the key, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2019-04-03T21:10:29.600Z`
|
993
2138
|
:param str vault_id: The OCID of the vault that contains this key.
|
994
2139
|
"""
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
2140
|
+
GetKeysKeyResult._configure(
|
2141
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2142
|
+
compartment_id=compartment_id,
|
2143
|
+
current_key_version=current_key_version,
|
2144
|
+
defined_tags=defined_tags,
|
2145
|
+
desired_state=desired_state,
|
2146
|
+
display_name=display_name,
|
2147
|
+
external_key_reference_details=external_key_reference_details,
|
2148
|
+
external_key_references=external_key_references,
|
2149
|
+
freeform_tags=freeform_tags,
|
2150
|
+
id=id,
|
2151
|
+
is_primary=is_primary,
|
2152
|
+
key_shapes=key_shapes,
|
2153
|
+
management_endpoint=management_endpoint,
|
2154
|
+
protection_mode=protection_mode,
|
2155
|
+
replica_details=replica_details,
|
2156
|
+
restore_from_files=restore_from_files,
|
2157
|
+
restore_from_object_stores=restore_from_object_stores,
|
2158
|
+
restore_trigger=restore_trigger,
|
2159
|
+
restored_from_key_id=restored_from_key_id,
|
2160
|
+
state=state,
|
2161
|
+
time_created=time_created,
|
2162
|
+
time_of_deletion=time_of_deletion,
|
2163
|
+
vault_id=vault_id,
|
2164
|
+
)
|
2165
|
+
@staticmethod
|
2166
|
+
def _configure(
|
2167
|
+
_setter: Callable[[Any, Any], None],
|
2168
|
+
compartment_id: str,
|
2169
|
+
current_key_version: str,
|
2170
|
+
defined_tags: Mapping[str, Any],
|
2171
|
+
desired_state: str,
|
2172
|
+
display_name: str,
|
2173
|
+
external_key_reference_details: Sequence['outputs.GetKeysKeyExternalKeyReferenceDetailResult'],
|
2174
|
+
external_key_references: Sequence['outputs.GetKeysKeyExternalKeyReferenceResult'],
|
2175
|
+
freeform_tags: Mapping[str, Any],
|
2176
|
+
id: str,
|
2177
|
+
is_primary: bool,
|
2178
|
+
key_shapes: Sequence['outputs.GetKeysKeyKeyShapeResult'],
|
2179
|
+
management_endpoint: str,
|
2180
|
+
protection_mode: str,
|
2181
|
+
replica_details: Sequence['outputs.GetKeysKeyReplicaDetailResult'],
|
2182
|
+
restore_from_files: Sequence['outputs.GetKeysKeyRestoreFromFileResult'],
|
2183
|
+
restore_from_object_stores: Sequence['outputs.GetKeysKeyRestoreFromObjectStoreResult'],
|
2184
|
+
restore_trigger: bool,
|
2185
|
+
restored_from_key_id: str,
|
2186
|
+
state: str,
|
2187
|
+
time_created: str,
|
2188
|
+
time_of_deletion: str,
|
2189
|
+
vault_id: str,
|
2190
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2191
|
+
_setter("compartment_id", compartment_id)
|
2192
|
+
_setter("current_key_version", current_key_version)
|
2193
|
+
_setter("defined_tags", defined_tags)
|
2194
|
+
_setter("desired_state", desired_state)
|
2195
|
+
_setter("display_name", display_name)
|
2196
|
+
_setter("external_key_reference_details", external_key_reference_details)
|
2197
|
+
_setter("external_key_references", external_key_references)
|
2198
|
+
_setter("freeform_tags", freeform_tags)
|
2199
|
+
_setter("id", id)
|
2200
|
+
_setter("is_primary", is_primary)
|
2201
|
+
_setter("key_shapes", key_shapes)
|
2202
|
+
_setter("management_endpoint", management_endpoint)
|
2203
|
+
_setter("protection_mode", protection_mode)
|
2204
|
+
_setter("replica_details", replica_details)
|
2205
|
+
_setter("restore_from_files", restore_from_files)
|
2206
|
+
_setter("restore_from_object_stores", restore_from_object_stores)
|
2207
|
+
_setter("restore_trigger", restore_trigger)
|
2208
|
+
_setter("restored_from_key_id", restored_from_key_id)
|
2209
|
+
_setter("state", state)
|
2210
|
+
_setter("time_created", time_created)
|
2211
|
+
_setter("time_of_deletion", time_of_deletion)
|
2212
|
+
_setter("vault_id", vault_id)
|
1015
2213
|
|
1016
2214
|
@property
|
1017
2215
|
@pulumi.getter(name="compartmentId")
|
@@ -1050,6 +2248,19 @@ class GetKeysKeyResult(dict):
|
|
1050
2248
|
"""
|
1051
2249
|
return pulumi.get(self, "display_name")
|
1052
2250
|
|
2251
|
+
@property
|
2252
|
+
@pulumi.getter(name="externalKeyReferenceDetails")
|
2253
|
+
def external_key_reference_details(self) -> Sequence['outputs.GetKeysKeyExternalKeyReferenceDetailResult']:
|
2254
|
+
"""
|
2255
|
+
Key reference data to be returned to the customer as a response.
|
2256
|
+
"""
|
2257
|
+
return pulumi.get(self, "external_key_reference_details")
|
2258
|
+
|
2259
|
+
@property
|
2260
|
+
@pulumi.getter(name="externalKeyReferences")
|
2261
|
+
def external_key_references(self) -> Sequence['outputs.GetKeysKeyExternalKeyReferenceResult']:
|
2262
|
+
return pulumi.get(self, "external_key_references")
|
2263
|
+
|
1053
2264
|
@property
|
1054
2265
|
@pulumi.getter(name="freeformTags")
|
1055
2266
|
def freeform_tags(self) -> Mapping[str, Any]:
|
@@ -1070,7 +2281,7 @@ class GetKeysKeyResult(dict):
|
|
1070
2281
|
@pulumi.getter(name="isPrimary")
|
1071
2282
|
def is_primary(self) -> bool:
|
1072
2283
|
"""
|
1073
|
-
A
|
2284
|
+
A Boolean value that indicates whether the Key belongs to primary Vault or replica vault.
|
1074
2285
|
"""
|
1075
2286
|
return pulumi.get(self, "is_primary")
|
1076
2287
|
|
@@ -1094,7 +2305,7 @@ class GetKeysKeyResult(dict):
|
|
1094
2305
|
@pulumi.getter(name="protectionMode")
|
1095
2306
|
def protection_mode(self) -> str:
|
1096
2307
|
"""
|
1097
|
-
A key's protection mode indicates how the key persists and where cryptographic operations that use the key are performed. A
|
2308
|
+
A key's protection mode indicates how the key persists and where cryptographic operations that use the key are performed. A protection mode of `HSM` means that the key persists on a hardware security module (HSM) and all cryptographic operations are performed inside the HSM. A protection mode of `SOFTWARE` means that the key persists on the server, protected by the vault's RSA wrapping key which persists on the HSM. All cryptographic operations that use a key with a protection mode of `SOFTWARE` are performed on the server. A protection mode of `EXTERNAL` mean that the key persists on the customer's external key manager which is hosted externally outside of oracle. Oracle only hold a reference to that key. All cryptographic operations that use a key with a protection mode of `EXTERNAL` are performed by external key manager.
|
1098
2309
|
"""
|
1099
2310
|
return pulumi.get(self, "protection_mode")
|
1100
2311
|
|
@@ -1159,6 +2370,73 @@ class GetKeysKeyResult(dict):
|
|
1159
2370
|
return pulumi.get(self, "vault_id")
|
1160
2371
|
|
1161
2372
|
|
2373
|
+
@pulumi.output_type
|
2374
|
+
class GetKeysKeyExternalKeyReferenceResult(dict):
|
2375
|
+
def __init__(__self__, *,
|
2376
|
+
external_key_id: str):
|
2377
|
+
"""
|
2378
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
2379
|
+
"""
|
2380
|
+
GetKeysKeyExternalKeyReferenceResult._configure(
|
2381
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2382
|
+
external_key_id=external_key_id,
|
2383
|
+
)
|
2384
|
+
@staticmethod
|
2385
|
+
def _configure(
|
2386
|
+
_setter: Callable[[Any, Any], None],
|
2387
|
+
external_key_id: str,
|
2388
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2389
|
+
_setter("external_key_id", external_key_id)
|
2390
|
+
|
2391
|
+
@property
|
2392
|
+
@pulumi.getter(name="externalKeyId")
|
2393
|
+
def external_key_id(self) -> str:
|
2394
|
+
"""
|
2395
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
2396
|
+
"""
|
2397
|
+
return pulumi.get(self, "external_key_id")
|
2398
|
+
|
2399
|
+
|
2400
|
+
@pulumi.output_type
|
2401
|
+
class GetKeysKeyExternalKeyReferenceDetailResult(dict):
|
2402
|
+
def __init__(__self__, *,
|
2403
|
+
external_key_id: str,
|
2404
|
+
external_key_version_id: str):
|
2405
|
+
"""
|
2406
|
+
:param str external_key_id: ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
2407
|
+
:param str external_key_version_id: Key version ID associated with the external key.
|
2408
|
+
"""
|
2409
|
+
GetKeysKeyExternalKeyReferenceDetailResult._configure(
|
2410
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2411
|
+
external_key_id=external_key_id,
|
2412
|
+
external_key_version_id=external_key_version_id,
|
2413
|
+
)
|
2414
|
+
@staticmethod
|
2415
|
+
def _configure(
|
2416
|
+
_setter: Callable[[Any, Any], None],
|
2417
|
+
external_key_id: str,
|
2418
|
+
external_key_version_id: str,
|
2419
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2420
|
+
_setter("external_key_id", external_key_id)
|
2421
|
+
_setter("external_key_version_id", external_key_version_id)
|
2422
|
+
|
2423
|
+
@property
|
2424
|
+
@pulumi.getter(name="externalKeyId")
|
2425
|
+
def external_key_id(self) -> str:
|
2426
|
+
"""
|
2427
|
+
ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM.
|
2428
|
+
"""
|
2429
|
+
return pulumi.get(self, "external_key_id")
|
2430
|
+
|
2431
|
+
@property
|
2432
|
+
@pulumi.getter(name="externalKeyVersionId")
|
2433
|
+
def external_key_version_id(self) -> str:
|
2434
|
+
"""
|
2435
|
+
Key version ID associated with the external key.
|
2436
|
+
"""
|
2437
|
+
return pulumi.get(self, "external_key_version_id")
|
2438
|
+
|
2439
|
+
|
1162
2440
|
@pulumi.output_type
|
1163
2441
|
class GetKeysKeyKeyShapeResult(dict):
|
1164
2442
|
def __init__(__self__, *,
|
@@ -1170,9 +2448,22 @@ class GetKeysKeyKeyShapeResult(dict):
|
|
1170
2448
|
:param str curve_id: The curve ID of the keys. (This pertains only to ECDSA keys.)
|
1171
2449
|
:param int length: The length of the key in bytes, expressed as an integer. Supported values include 16, 24, or 32.
|
1172
2450
|
"""
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
2451
|
+
GetKeysKeyKeyShapeResult._configure(
|
2452
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2453
|
+
algorithm=algorithm,
|
2454
|
+
curve_id=curve_id,
|
2455
|
+
length=length,
|
2456
|
+
)
|
2457
|
+
@staticmethod
|
2458
|
+
def _configure(
|
2459
|
+
_setter: Callable[[Any, Any], None],
|
2460
|
+
algorithm: str,
|
2461
|
+
curve_id: str,
|
2462
|
+
length: int,
|
2463
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2464
|
+
_setter("algorithm", algorithm)
|
2465
|
+
_setter("curve_id", curve_id)
|
2466
|
+
_setter("length", length)
|
1176
2467
|
|
1177
2468
|
@property
|
1178
2469
|
@pulumi.getter
|
@@ -1206,7 +2497,16 @@ class GetKeysKeyReplicaDetailResult(dict):
|
|
1206
2497
|
"""
|
1207
2498
|
:param str replication_id: ReplicationId associated with a key operation
|
1208
2499
|
"""
|
1209
|
-
|
2500
|
+
GetKeysKeyReplicaDetailResult._configure(
|
2501
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2502
|
+
replication_id=replication_id,
|
2503
|
+
)
|
2504
|
+
@staticmethod
|
2505
|
+
def _configure(
|
2506
|
+
_setter: Callable[[Any, Any], None],
|
2507
|
+
replication_id: str,
|
2508
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2509
|
+
_setter("replication_id", replication_id)
|
1210
2510
|
|
1211
2511
|
@property
|
1212
2512
|
@pulumi.getter(name="replicationId")
|
@@ -1223,9 +2523,22 @@ class GetKeysKeyRestoreFromFileResult(dict):
|
|
1223
2523
|
content_length: str,
|
1224
2524
|
content_md5: str,
|
1225
2525
|
restore_key_from_file_details: str):
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
2526
|
+
GetKeysKeyRestoreFromFileResult._configure(
|
2527
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2528
|
+
content_length=content_length,
|
2529
|
+
content_md5=content_md5,
|
2530
|
+
restore_key_from_file_details=restore_key_from_file_details,
|
2531
|
+
)
|
2532
|
+
@staticmethod
|
2533
|
+
def _configure(
|
2534
|
+
_setter: Callable[[Any, Any], None],
|
2535
|
+
content_length: str,
|
2536
|
+
content_md5: str,
|
2537
|
+
restore_key_from_file_details: str,
|
2538
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2539
|
+
_setter("content_length", content_length)
|
2540
|
+
_setter("content_md5", content_md5)
|
2541
|
+
_setter("restore_key_from_file_details", restore_key_from_file_details)
|
1229
2542
|
|
1230
2543
|
@property
|
1231
2544
|
@pulumi.getter(name="contentLength")
|
@@ -1251,11 +2564,28 @@ class GetKeysKeyRestoreFromObjectStoreResult(dict):
|
|
1251
2564
|
namespace: str,
|
1252
2565
|
object: str,
|
1253
2566
|
uri: str):
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
2567
|
+
GetKeysKeyRestoreFromObjectStoreResult._configure(
|
2568
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2569
|
+
bucket=bucket,
|
2570
|
+
destination=destination,
|
2571
|
+
namespace=namespace,
|
2572
|
+
object=object,
|
2573
|
+
uri=uri,
|
2574
|
+
)
|
2575
|
+
@staticmethod
|
2576
|
+
def _configure(
|
2577
|
+
_setter: Callable[[Any, Any], None],
|
2578
|
+
bucket: str,
|
2579
|
+
destination: str,
|
2580
|
+
namespace: str,
|
2581
|
+
object: str,
|
2582
|
+
uri: str,
|
2583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2584
|
+
_setter("bucket", bucket)
|
2585
|
+
_setter("destination", destination)
|
2586
|
+
_setter("namespace", namespace)
|
2587
|
+
_setter("object", object)
|
2588
|
+
_setter("uri", uri)
|
1259
2589
|
|
1260
2590
|
@property
|
1261
2591
|
@pulumi.getter
|
@@ -1292,8 +2622,19 @@ class GetReplicationStatusReplicaDetailResult(dict):
|
|
1292
2622
|
:param str region: The replica region
|
1293
2623
|
:param str status: Replication status associated with a replicationId
|
1294
2624
|
"""
|
1295
|
-
|
1296
|
-
|
2625
|
+
GetReplicationStatusReplicaDetailResult._configure(
|
2626
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2627
|
+
region=region,
|
2628
|
+
status=status,
|
2629
|
+
)
|
2630
|
+
@staticmethod
|
2631
|
+
def _configure(
|
2632
|
+
_setter: Callable[[Any, Any], None],
|
2633
|
+
region: str,
|
2634
|
+
status: str,
|
2635
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2636
|
+
_setter("region", region)
|
2637
|
+
_setter("status", status)
|
1297
2638
|
|
1298
2639
|
@property
|
1299
2640
|
@pulumi.getter
|
@@ -1312,6 +2653,210 @@ class GetReplicationStatusReplicaDetailResult(dict):
|
|
1312
2653
|
return pulumi.get(self, "status")
|
1313
2654
|
|
1314
2655
|
|
2656
|
+
@pulumi.output_type
|
2657
|
+
class GetVaultExternalKeyManagerMetadataResult(dict):
|
2658
|
+
def __init__(__self__, *,
|
2659
|
+
external_vault_endpoint_url: str,
|
2660
|
+
oauth_metadatas: Sequence['outputs.GetVaultExternalKeyManagerMetadataOauthMetadataResult'],
|
2661
|
+
private_endpoint_id: str):
|
2662
|
+
"""
|
2663
|
+
:param str external_vault_endpoint_url: URL of the vault on external key manager.
|
2664
|
+
:param str private_endpoint_id: OCID of the private endpoint.
|
2665
|
+
"""
|
2666
|
+
GetVaultExternalKeyManagerMetadataResult._configure(
|
2667
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2668
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
2669
|
+
oauth_metadatas=oauth_metadatas,
|
2670
|
+
private_endpoint_id=private_endpoint_id,
|
2671
|
+
)
|
2672
|
+
@staticmethod
|
2673
|
+
def _configure(
|
2674
|
+
_setter: Callable[[Any, Any], None],
|
2675
|
+
external_vault_endpoint_url: str,
|
2676
|
+
oauth_metadatas: Sequence['outputs.GetVaultExternalKeyManagerMetadataOauthMetadataResult'],
|
2677
|
+
private_endpoint_id: str,
|
2678
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2679
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
2680
|
+
_setter("oauth_metadatas", oauth_metadatas)
|
2681
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
2682
|
+
|
2683
|
+
@property
|
2684
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
2685
|
+
def external_vault_endpoint_url(self) -> str:
|
2686
|
+
"""
|
2687
|
+
URL of the vault on external key manager.
|
2688
|
+
"""
|
2689
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
2690
|
+
|
2691
|
+
@property
|
2692
|
+
@pulumi.getter(name="oauthMetadatas")
|
2693
|
+
def oauth_metadatas(self) -> Sequence['outputs.GetVaultExternalKeyManagerMetadataOauthMetadataResult']:
|
2694
|
+
return pulumi.get(self, "oauth_metadatas")
|
2695
|
+
|
2696
|
+
@property
|
2697
|
+
@pulumi.getter(name="privateEndpointId")
|
2698
|
+
def private_endpoint_id(self) -> str:
|
2699
|
+
"""
|
2700
|
+
OCID of the private endpoint.
|
2701
|
+
"""
|
2702
|
+
return pulumi.get(self, "private_endpoint_id")
|
2703
|
+
|
2704
|
+
|
2705
|
+
@pulumi.output_type
|
2706
|
+
class GetVaultExternalKeyManagerMetadataOauthMetadataResult(dict):
|
2707
|
+
def __init__(__self__, *,
|
2708
|
+
client_app_id: str,
|
2709
|
+
client_app_secret: str,
|
2710
|
+
idcs_account_name_url: str):
|
2711
|
+
"""
|
2712
|
+
:param str client_app_id: ID of the client app created in IDP.
|
2713
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
2714
|
+
"""
|
2715
|
+
GetVaultExternalKeyManagerMetadataOauthMetadataResult._configure(
|
2716
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2717
|
+
client_app_id=client_app_id,
|
2718
|
+
client_app_secret=client_app_secret,
|
2719
|
+
idcs_account_name_url=idcs_account_name_url,
|
2720
|
+
)
|
2721
|
+
@staticmethod
|
2722
|
+
def _configure(
|
2723
|
+
_setter: Callable[[Any, Any], None],
|
2724
|
+
client_app_id: str,
|
2725
|
+
client_app_secret: str,
|
2726
|
+
idcs_account_name_url: str,
|
2727
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2728
|
+
_setter("client_app_id", client_app_id)
|
2729
|
+
_setter("client_app_secret", client_app_secret)
|
2730
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
2731
|
+
|
2732
|
+
@property
|
2733
|
+
@pulumi.getter(name="clientAppId")
|
2734
|
+
def client_app_id(self) -> str:
|
2735
|
+
"""
|
2736
|
+
ID of the client app created in IDP.
|
2737
|
+
"""
|
2738
|
+
return pulumi.get(self, "client_app_id")
|
2739
|
+
|
2740
|
+
@property
|
2741
|
+
@pulumi.getter(name="clientAppSecret")
|
2742
|
+
def client_app_secret(self) -> str:
|
2743
|
+
return pulumi.get(self, "client_app_secret")
|
2744
|
+
|
2745
|
+
@property
|
2746
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
2747
|
+
def idcs_account_name_url(self) -> str:
|
2748
|
+
"""
|
2749
|
+
Base URL of the IDCS account where confidential client app is created.
|
2750
|
+
"""
|
2751
|
+
return pulumi.get(self, "idcs_account_name_url")
|
2752
|
+
|
2753
|
+
|
2754
|
+
@pulumi.output_type
|
2755
|
+
class GetVaultExternalKeyManagerMetadataSummaryResult(dict):
|
2756
|
+
def __init__(__self__, *,
|
2757
|
+
external_vault_endpoint_url: str,
|
2758
|
+
oauth_metadata_summaries: Sequence['outputs.GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult'],
|
2759
|
+
private_endpoint_id: str,
|
2760
|
+
vendor: str):
|
2761
|
+
"""
|
2762
|
+
:param str external_vault_endpoint_url: URL of the vault on external key manager.
|
2763
|
+
:param Sequence['GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryArgs'] oauth_metadata_summaries: Summary about authorization to be returned to the customer as a response.
|
2764
|
+
:param str private_endpoint_id: OCID of the private endpoint.
|
2765
|
+
:param str vendor: Vendor of the external key manager.
|
2766
|
+
"""
|
2767
|
+
GetVaultExternalKeyManagerMetadataSummaryResult._configure(
|
2768
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2769
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
2770
|
+
oauth_metadata_summaries=oauth_metadata_summaries,
|
2771
|
+
private_endpoint_id=private_endpoint_id,
|
2772
|
+
vendor=vendor,
|
2773
|
+
)
|
2774
|
+
@staticmethod
|
2775
|
+
def _configure(
|
2776
|
+
_setter: Callable[[Any, Any], None],
|
2777
|
+
external_vault_endpoint_url: str,
|
2778
|
+
oauth_metadata_summaries: Sequence['outputs.GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult'],
|
2779
|
+
private_endpoint_id: str,
|
2780
|
+
vendor: str,
|
2781
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2782
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
2783
|
+
_setter("oauth_metadata_summaries", oauth_metadata_summaries)
|
2784
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
2785
|
+
_setter("vendor", vendor)
|
2786
|
+
|
2787
|
+
@property
|
2788
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
2789
|
+
def external_vault_endpoint_url(self) -> str:
|
2790
|
+
"""
|
2791
|
+
URL of the vault on external key manager.
|
2792
|
+
"""
|
2793
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
2794
|
+
|
2795
|
+
@property
|
2796
|
+
@pulumi.getter(name="oauthMetadataSummaries")
|
2797
|
+
def oauth_metadata_summaries(self) -> Sequence['outputs.GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult']:
|
2798
|
+
"""
|
2799
|
+
Summary about authorization to be returned to the customer as a response.
|
2800
|
+
"""
|
2801
|
+
return pulumi.get(self, "oauth_metadata_summaries")
|
2802
|
+
|
2803
|
+
@property
|
2804
|
+
@pulumi.getter(name="privateEndpointId")
|
2805
|
+
def private_endpoint_id(self) -> str:
|
2806
|
+
"""
|
2807
|
+
OCID of the private endpoint.
|
2808
|
+
"""
|
2809
|
+
return pulumi.get(self, "private_endpoint_id")
|
2810
|
+
|
2811
|
+
@property
|
2812
|
+
@pulumi.getter
|
2813
|
+
def vendor(self) -> str:
|
2814
|
+
"""
|
2815
|
+
Vendor of the external key manager.
|
2816
|
+
"""
|
2817
|
+
return pulumi.get(self, "vendor")
|
2818
|
+
|
2819
|
+
|
2820
|
+
@pulumi.output_type
|
2821
|
+
class GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult(dict):
|
2822
|
+
def __init__(__self__, *,
|
2823
|
+
client_app_id: str,
|
2824
|
+
idcs_account_name_url: str):
|
2825
|
+
"""
|
2826
|
+
:param str client_app_id: ID of the client app created in IDP.
|
2827
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
2828
|
+
"""
|
2829
|
+
GetVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult._configure(
|
2830
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2831
|
+
client_app_id=client_app_id,
|
2832
|
+
idcs_account_name_url=idcs_account_name_url,
|
2833
|
+
)
|
2834
|
+
@staticmethod
|
2835
|
+
def _configure(
|
2836
|
+
_setter: Callable[[Any, Any], None],
|
2837
|
+
client_app_id: str,
|
2838
|
+
idcs_account_name_url: str,
|
2839
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2840
|
+
_setter("client_app_id", client_app_id)
|
2841
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
2842
|
+
|
2843
|
+
@property
|
2844
|
+
@pulumi.getter(name="clientAppId")
|
2845
|
+
def client_app_id(self) -> str:
|
2846
|
+
"""
|
2847
|
+
ID of the client app created in IDP.
|
2848
|
+
"""
|
2849
|
+
return pulumi.get(self, "client_app_id")
|
2850
|
+
|
2851
|
+
@property
|
2852
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
2853
|
+
def idcs_account_name_url(self) -> str:
|
2854
|
+
"""
|
2855
|
+
Base URL of the IDCS account where confidential client app is created.
|
2856
|
+
"""
|
2857
|
+
return pulumi.get(self, "idcs_account_name_url")
|
2858
|
+
|
2859
|
+
|
1315
2860
|
@pulumi.output_type
|
1316
2861
|
class GetVaultReplicaDetailResult(dict):
|
1317
2862
|
def __init__(__self__, *,
|
@@ -1319,7 +2864,16 @@ class GetVaultReplicaDetailResult(dict):
|
|
1319
2864
|
"""
|
1320
2865
|
:param str replication_id: ReplicationId associated with a vault operation
|
1321
2866
|
"""
|
1322
|
-
|
2867
|
+
GetVaultReplicaDetailResult._configure(
|
2868
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2869
|
+
replication_id=replication_id,
|
2870
|
+
)
|
2871
|
+
@staticmethod
|
2872
|
+
def _configure(
|
2873
|
+
_setter: Callable[[Any, Any], None],
|
2874
|
+
replication_id: str,
|
2875
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2876
|
+
_setter("replication_id", replication_id)
|
1323
2877
|
|
1324
2878
|
@property
|
1325
2879
|
@pulumi.getter(name="replicationId")
|
@@ -1336,10 +2890,23 @@ class GetVaultReplicasFilterResult(dict):
|
|
1336
2890
|
name: str,
|
1337
2891
|
values: Sequence[str],
|
1338
2892
|
regex: Optional[bool] = None):
|
1339
|
-
|
1340
|
-
|
2893
|
+
GetVaultReplicasFilterResult._configure(
|
2894
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2895
|
+
name=name,
|
2896
|
+
values=values,
|
2897
|
+
regex=regex,
|
2898
|
+
)
|
2899
|
+
@staticmethod
|
2900
|
+
def _configure(
|
2901
|
+
_setter: Callable[[Any, Any], None],
|
2902
|
+
name: str,
|
2903
|
+
values: Sequence[str],
|
2904
|
+
regex: Optional[bool] = None,
|
2905
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2906
|
+
_setter("name", name)
|
2907
|
+
_setter("values", values)
|
1341
2908
|
if regex is not None:
|
1342
|
-
|
2909
|
+
_setter("regex", regex)
|
1343
2910
|
|
1344
2911
|
@property
|
1345
2912
|
@pulumi.getter
|
@@ -1368,12 +2935,27 @@ class GetVaultReplicasVaultReplicaResult(dict):
|
|
1368
2935
|
:param str crypto_endpoint: The vault replica's crypto endpoint
|
1369
2936
|
:param str management_endpoint: The vault replica's management endpoint
|
1370
2937
|
:param str region: Region to which vault is replicated to
|
1371
|
-
:param str status:
|
1372
|
-
"""
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
2938
|
+
:param str status: Status of the Vault
|
2939
|
+
"""
|
2940
|
+
GetVaultReplicasVaultReplicaResult._configure(
|
2941
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2942
|
+
crypto_endpoint=crypto_endpoint,
|
2943
|
+
management_endpoint=management_endpoint,
|
2944
|
+
region=region,
|
2945
|
+
status=status,
|
2946
|
+
)
|
2947
|
+
@staticmethod
|
2948
|
+
def _configure(
|
2949
|
+
_setter: Callable[[Any, Any], None],
|
2950
|
+
crypto_endpoint: str,
|
2951
|
+
management_endpoint: str,
|
2952
|
+
region: str,
|
2953
|
+
status: str,
|
2954
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2955
|
+
_setter("crypto_endpoint", crypto_endpoint)
|
2956
|
+
_setter("management_endpoint", management_endpoint)
|
2957
|
+
_setter("region", region)
|
2958
|
+
_setter("status", status)
|
1377
2959
|
|
1378
2960
|
@property
|
1379
2961
|
@pulumi.getter(name="cryptoEndpoint")
|
@@ -1403,7 +2985,7 @@ class GetVaultReplicasVaultReplicaResult(dict):
|
|
1403
2985
|
@pulumi.getter
|
1404
2986
|
def status(self) -> str:
|
1405
2987
|
"""
|
1406
|
-
|
2988
|
+
Status of the Vault
|
1407
2989
|
"""
|
1408
2990
|
return pulumi.get(self, "status")
|
1409
2991
|
|
@@ -1419,9 +3001,22 @@ class GetVaultRestoreFromFileResult(dict):
|
|
1419
3001
|
:param str content_md5: content md5 hashed value of vault's backup file
|
1420
3002
|
:param str restore_vault_from_file_details: Vault backup file content
|
1421
3003
|
"""
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
3004
|
+
GetVaultRestoreFromFileResult._configure(
|
3005
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3006
|
+
content_length=content_length,
|
3007
|
+
content_md5=content_md5,
|
3008
|
+
restore_vault_from_file_details=restore_vault_from_file_details,
|
3009
|
+
)
|
3010
|
+
@staticmethod
|
3011
|
+
def _configure(
|
3012
|
+
_setter: Callable[[Any, Any], None],
|
3013
|
+
content_length: str,
|
3014
|
+
content_md5: str,
|
3015
|
+
restore_vault_from_file_details: str,
|
3016
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3017
|
+
_setter("content_length", content_length)
|
3018
|
+
_setter("content_md5", content_md5)
|
3019
|
+
_setter("restore_vault_from_file_details", restore_vault_from_file_details)
|
1425
3020
|
|
1426
3021
|
@property
|
1427
3022
|
@pulumi.getter(name="contentLength")
|
@@ -1463,11 +3058,28 @@ class GetVaultRestoreFromObjectStoreResult(dict):
|
|
1463
3058
|
:param str object: Object containing the backup
|
1464
3059
|
:param str uri: Pre-authenticated-request-uri of the backup
|
1465
3060
|
"""
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
3061
|
+
GetVaultRestoreFromObjectStoreResult._configure(
|
3062
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3063
|
+
bucket=bucket,
|
3064
|
+
destination=destination,
|
3065
|
+
namespace=namespace,
|
3066
|
+
object=object,
|
3067
|
+
uri=uri,
|
3068
|
+
)
|
3069
|
+
@staticmethod
|
3070
|
+
def _configure(
|
3071
|
+
_setter: Callable[[Any, Any], None],
|
3072
|
+
bucket: str,
|
3073
|
+
destination: str,
|
3074
|
+
namespace: str,
|
3075
|
+
object: str,
|
3076
|
+
uri: str,
|
3077
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3078
|
+
_setter("bucket", bucket)
|
3079
|
+
_setter("destination", destination)
|
3080
|
+
_setter("namespace", namespace)
|
3081
|
+
_setter("object", object)
|
3082
|
+
_setter("uri", uri)
|
1471
3083
|
|
1472
3084
|
@property
|
1473
3085
|
@pulumi.getter
|
@@ -1516,10 +3128,23 @@ class GetVaultsFilterResult(dict):
|
|
1516
3128
|
name: str,
|
1517
3129
|
values: Sequence[str],
|
1518
3130
|
regex: Optional[bool] = None):
|
1519
|
-
|
1520
|
-
|
3131
|
+
GetVaultsFilterResult._configure(
|
3132
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3133
|
+
name=name,
|
3134
|
+
values=values,
|
3135
|
+
regex=regex,
|
3136
|
+
)
|
3137
|
+
@staticmethod
|
3138
|
+
def _configure(
|
3139
|
+
_setter: Callable[[Any, Any], None],
|
3140
|
+
name: str,
|
3141
|
+
values: Sequence[str],
|
3142
|
+
regex: Optional[bool] = None,
|
3143
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3144
|
+
_setter("name", name)
|
3145
|
+
_setter("values", values)
|
1521
3146
|
if regex is not None:
|
1522
|
-
|
3147
|
+
_setter("regex", regex)
|
1523
3148
|
|
1524
3149
|
@property
|
1525
3150
|
@pulumi.getter
|
@@ -1544,6 +3169,8 @@ class GetVaultsVaultResult(dict):
|
|
1544
3169
|
crypto_endpoint: str,
|
1545
3170
|
defined_tags: Mapping[str, Any],
|
1546
3171
|
display_name: str,
|
3172
|
+
external_key_manager_metadata_summaries: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryResult'],
|
3173
|
+
external_key_manager_metadatas: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataResult'],
|
1547
3174
|
freeform_tags: Mapping[str, Any],
|
1548
3175
|
id: str,
|
1549
3176
|
is_primary: bool,
|
@@ -1562,34 +3189,82 @@ class GetVaultsVaultResult(dict):
|
|
1562
3189
|
:param str crypto_endpoint: The service endpoint to perform cryptographic operations against. Cryptographic operations include [Encrypt](https://docs.cloud.oracle.com/iaas/api/#/en/key/latest/EncryptedData/Encrypt), [Decrypt](https://docs.cloud.oracle.com/iaas/api/#/en/key/latest/DecryptedData/Decrypt), and [GenerateDataEncryptionKey](https://docs.cloud.oracle.com/iaas/api/#/en/key/latest/GeneratedKey/GenerateDataEncryptionKey) operations.
|
1563
3190
|
:param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
|
1564
3191
|
:param str display_name: A user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information.
|
3192
|
+
:param Sequence['GetVaultsVaultExternalKeyManagerMetadataSummaryArgs'] external_key_manager_metadata_summaries: Summary about metadata of external key manager to be returned to the customer as a response.
|
1565
3193
|
:param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
1566
3194
|
:param str id: The OCID of the vault.
|
1567
|
-
:param bool is_primary: A
|
3195
|
+
:param bool is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
|
1568
3196
|
:param str management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
|
1569
3197
|
:param Sequence['GetVaultsVaultReplicaDetailArgs'] replica_details: Vault replica details
|
1570
|
-
:param str restored_from_vault_id: The OCID of the vault from which this vault was restored, if it was restored from a backup file.
|
3198
|
+
:param str restored_from_vault_id: The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
|
1571
3199
|
:param str state: The vault's current lifecycle state. Example: `DELETED`
|
1572
3200
|
:param str time_created: The date and time this vault was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
1573
3201
|
:param str time_of_deletion: An optional property to indicate when to delete the vault, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: `2018-04-03T21:10:29.600Z`
|
1574
3202
|
:param str vault_type: The type of vault. Each type of vault stores the key with different degrees of isolation and has different options and pricing.
|
1575
3203
|
"""
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
3204
|
+
GetVaultsVaultResult._configure(
|
3205
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3206
|
+
compartment_id=compartment_id,
|
3207
|
+
crypto_endpoint=crypto_endpoint,
|
3208
|
+
defined_tags=defined_tags,
|
3209
|
+
display_name=display_name,
|
3210
|
+
external_key_manager_metadata_summaries=external_key_manager_metadata_summaries,
|
3211
|
+
external_key_manager_metadatas=external_key_manager_metadatas,
|
3212
|
+
freeform_tags=freeform_tags,
|
3213
|
+
id=id,
|
3214
|
+
is_primary=is_primary,
|
3215
|
+
management_endpoint=management_endpoint,
|
3216
|
+
replica_details=replica_details,
|
3217
|
+
restore_from_files=restore_from_files,
|
3218
|
+
restore_from_object_stores=restore_from_object_stores,
|
3219
|
+
restore_trigger=restore_trigger,
|
3220
|
+
restored_from_vault_id=restored_from_vault_id,
|
3221
|
+
state=state,
|
3222
|
+
time_created=time_created,
|
3223
|
+
time_of_deletion=time_of_deletion,
|
3224
|
+
vault_type=vault_type,
|
3225
|
+
)
|
3226
|
+
@staticmethod
|
3227
|
+
def _configure(
|
3228
|
+
_setter: Callable[[Any, Any], None],
|
3229
|
+
compartment_id: str,
|
3230
|
+
crypto_endpoint: str,
|
3231
|
+
defined_tags: Mapping[str, Any],
|
3232
|
+
display_name: str,
|
3233
|
+
external_key_manager_metadata_summaries: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryResult'],
|
3234
|
+
external_key_manager_metadatas: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataResult'],
|
3235
|
+
freeform_tags: Mapping[str, Any],
|
3236
|
+
id: str,
|
3237
|
+
is_primary: bool,
|
3238
|
+
management_endpoint: str,
|
3239
|
+
replica_details: Sequence['outputs.GetVaultsVaultReplicaDetailResult'],
|
3240
|
+
restore_from_files: Sequence['outputs.GetVaultsVaultRestoreFromFileResult'],
|
3241
|
+
restore_from_object_stores: Sequence['outputs.GetVaultsVaultRestoreFromObjectStoreResult'],
|
3242
|
+
restore_trigger: bool,
|
3243
|
+
restored_from_vault_id: str,
|
3244
|
+
state: str,
|
3245
|
+
time_created: str,
|
3246
|
+
time_of_deletion: str,
|
3247
|
+
vault_type: str,
|
3248
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3249
|
+
_setter("compartment_id", compartment_id)
|
3250
|
+
_setter("crypto_endpoint", crypto_endpoint)
|
3251
|
+
_setter("defined_tags", defined_tags)
|
3252
|
+
_setter("display_name", display_name)
|
3253
|
+
_setter("external_key_manager_metadata_summaries", external_key_manager_metadata_summaries)
|
3254
|
+
_setter("external_key_manager_metadatas", external_key_manager_metadatas)
|
3255
|
+
_setter("freeform_tags", freeform_tags)
|
3256
|
+
_setter("id", id)
|
3257
|
+
_setter("is_primary", is_primary)
|
3258
|
+
_setter("management_endpoint", management_endpoint)
|
3259
|
+
_setter("replica_details", replica_details)
|
3260
|
+
_setter("restore_from_files", restore_from_files)
|
3261
|
+
_setter("restore_from_object_stores", restore_from_object_stores)
|
3262
|
+
_setter("restore_trigger", restore_trigger)
|
3263
|
+
_setter("restored_from_vault_id", restored_from_vault_id)
|
3264
|
+
_setter("state", state)
|
3265
|
+
_setter("time_created", time_created)
|
3266
|
+
_setter("time_of_deletion", time_of_deletion)
|
3267
|
+
_setter("vault_type", vault_type)
|
1593
3268
|
|
1594
3269
|
@property
|
1595
3270
|
@pulumi.getter(name="compartmentId")
|
@@ -1623,6 +3298,19 @@ class GetVaultsVaultResult(dict):
|
|
1623
3298
|
"""
|
1624
3299
|
return pulumi.get(self, "display_name")
|
1625
3300
|
|
3301
|
+
@property
|
3302
|
+
@pulumi.getter(name="externalKeyManagerMetadataSummaries")
|
3303
|
+
def external_key_manager_metadata_summaries(self) -> Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryResult']:
|
3304
|
+
"""
|
3305
|
+
Summary about metadata of external key manager to be returned to the customer as a response.
|
3306
|
+
"""
|
3307
|
+
return pulumi.get(self, "external_key_manager_metadata_summaries")
|
3308
|
+
|
3309
|
+
@property
|
3310
|
+
@pulumi.getter(name="externalKeyManagerMetadatas")
|
3311
|
+
def external_key_manager_metadatas(self) -> Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataResult']:
|
3312
|
+
return pulumi.get(self, "external_key_manager_metadatas")
|
3313
|
+
|
1626
3314
|
@property
|
1627
3315
|
@pulumi.getter(name="freeformTags")
|
1628
3316
|
def freeform_tags(self) -> Mapping[str, Any]:
|
@@ -1643,7 +3331,7 @@ class GetVaultsVaultResult(dict):
|
|
1643
3331
|
@pulumi.getter(name="isPrimary")
|
1644
3332
|
def is_primary(self) -> bool:
|
1645
3333
|
"""
|
1646
|
-
A
|
3334
|
+
A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
|
1647
3335
|
"""
|
1648
3336
|
return pulumi.get(self, "is_primary")
|
1649
3337
|
|
@@ -1682,7 +3370,7 @@ class GetVaultsVaultResult(dict):
|
|
1682
3370
|
@pulumi.getter(name="restoredFromVaultId")
|
1683
3371
|
def restored_from_vault_id(self) -> str:
|
1684
3372
|
"""
|
1685
|
-
The OCID of the vault from which this vault was restored, if it was restored from a backup file.
|
3373
|
+
The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
|
1686
3374
|
"""
|
1687
3375
|
return pulumi.get(self, "restored_from_vault_id")
|
1688
3376
|
|
@@ -1719,6 +3407,210 @@ class GetVaultsVaultResult(dict):
|
|
1719
3407
|
return pulumi.get(self, "vault_type")
|
1720
3408
|
|
1721
3409
|
|
3410
|
+
@pulumi.output_type
|
3411
|
+
class GetVaultsVaultExternalKeyManagerMetadataResult(dict):
|
3412
|
+
def __init__(__self__, *,
|
3413
|
+
external_vault_endpoint_url: str,
|
3414
|
+
oauth_metadatas: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult'],
|
3415
|
+
private_endpoint_id: str):
|
3416
|
+
"""
|
3417
|
+
:param str external_vault_endpoint_url: URL of the vault on external key manager.
|
3418
|
+
:param str private_endpoint_id: OCID of the private endpoint.
|
3419
|
+
"""
|
3420
|
+
GetVaultsVaultExternalKeyManagerMetadataResult._configure(
|
3421
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3422
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
3423
|
+
oauth_metadatas=oauth_metadatas,
|
3424
|
+
private_endpoint_id=private_endpoint_id,
|
3425
|
+
)
|
3426
|
+
@staticmethod
|
3427
|
+
def _configure(
|
3428
|
+
_setter: Callable[[Any, Any], None],
|
3429
|
+
external_vault_endpoint_url: str,
|
3430
|
+
oauth_metadatas: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult'],
|
3431
|
+
private_endpoint_id: str,
|
3432
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3433
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
3434
|
+
_setter("oauth_metadatas", oauth_metadatas)
|
3435
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
3436
|
+
|
3437
|
+
@property
|
3438
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
3439
|
+
def external_vault_endpoint_url(self) -> str:
|
3440
|
+
"""
|
3441
|
+
URL of the vault on external key manager.
|
3442
|
+
"""
|
3443
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
3444
|
+
|
3445
|
+
@property
|
3446
|
+
@pulumi.getter(name="oauthMetadatas")
|
3447
|
+
def oauth_metadatas(self) -> Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult']:
|
3448
|
+
return pulumi.get(self, "oauth_metadatas")
|
3449
|
+
|
3450
|
+
@property
|
3451
|
+
@pulumi.getter(name="privateEndpointId")
|
3452
|
+
def private_endpoint_id(self) -> str:
|
3453
|
+
"""
|
3454
|
+
OCID of the private endpoint.
|
3455
|
+
"""
|
3456
|
+
return pulumi.get(self, "private_endpoint_id")
|
3457
|
+
|
3458
|
+
|
3459
|
+
@pulumi.output_type
|
3460
|
+
class GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult(dict):
|
3461
|
+
def __init__(__self__, *,
|
3462
|
+
client_app_id: str,
|
3463
|
+
client_app_secret: str,
|
3464
|
+
idcs_account_name_url: str):
|
3465
|
+
"""
|
3466
|
+
:param str client_app_id: ID of the client app created in IDP.
|
3467
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
3468
|
+
"""
|
3469
|
+
GetVaultsVaultExternalKeyManagerMetadataOauthMetadataResult._configure(
|
3470
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3471
|
+
client_app_id=client_app_id,
|
3472
|
+
client_app_secret=client_app_secret,
|
3473
|
+
idcs_account_name_url=idcs_account_name_url,
|
3474
|
+
)
|
3475
|
+
@staticmethod
|
3476
|
+
def _configure(
|
3477
|
+
_setter: Callable[[Any, Any], None],
|
3478
|
+
client_app_id: str,
|
3479
|
+
client_app_secret: str,
|
3480
|
+
idcs_account_name_url: str,
|
3481
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3482
|
+
_setter("client_app_id", client_app_id)
|
3483
|
+
_setter("client_app_secret", client_app_secret)
|
3484
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
3485
|
+
|
3486
|
+
@property
|
3487
|
+
@pulumi.getter(name="clientAppId")
|
3488
|
+
def client_app_id(self) -> str:
|
3489
|
+
"""
|
3490
|
+
ID of the client app created in IDP.
|
3491
|
+
"""
|
3492
|
+
return pulumi.get(self, "client_app_id")
|
3493
|
+
|
3494
|
+
@property
|
3495
|
+
@pulumi.getter(name="clientAppSecret")
|
3496
|
+
def client_app_secret(self) -> str:
|
3497
|
+
return pulumi.get(self, "client_app_secret")
|
3498
|
+
|
3499
|
+
@property
|
3500
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
3501
|
+
def idcs_account_name_url(self) -> str:
|
3502
|
+
"""
|
3503
|
+
Base URL of the IDCS account where confidential client app is created.
|
3504
|
+
"""
|
3505
|
+
return pulumi.get(self, "idcs_account_name_url")
|
3506
|
+
|
3507
|
+
|
3508
|
+
@pulumi.output_type
|
3509
|
+
class GetVaultsVaultExternalKeyManagerMetadataSummaryResult(dict):
|
3510
|
+
def __init__(__self__, *,
|
3511
|
+
external_vault_endpoint_url: str,
|
3512
|
+
oauth_metadata_summaries: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult'],
|
3513
|
+
private_endpoint_id: str,
|
3514
|
+
vendor: str):
|
3515
|
+
"""
|
3516
|
+
:param str external_vault_endpoint_url: URL of the vault on external key manager.
|
3517
|
+
:param Sequence['GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryArgs'] oauth_metadata_summaries: Summary about authorization to be returned to the customer as a response.
|
3518
|
+
:param str private_endpoint_id: OCID of the private endpoint.
|
3519
|
+
:param str vendor: Vendor of the external key manager.
|
3520
|
+
"""
|
3521
|
+
GetVaultsVaultExternalKeyManagerMetadataSummaryResult._configure(
|
3522
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3523
|
+
external_vault_endpoint_url=external_vault_endpoint_url,
|
3524
|
+
oauth_metadata_summaries=oauth_metadata_summaries,
|
3525
|
+
private_endpoint_id=private_endpoint_id,
|
3526
|
+
vendor=vendor,
|
3527
|
+
)
|
3528
|
+
@staticmethod
|
3529
|
+
def _configure(
|
3530
|
+
_setter: Callable[[Any, Any], None],
|
3531
|
+
external_vault_endpoint_url: str,
|
3532
|
+
oauth_metadata_summaries: Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult'],
|
3533
|
+
private_endpoint_id: str,
|
3534
|
+
vendor: str,
|
3535
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3536
|
+
_setter("external_vault_endpoint_url", external_vault_endpoint_url)
|
3537
|
+
_setter("oauth_metadata_summaries", oauth_metadata_summaries)
|
3538
|
+
_setter("private_endpoint_id", private_endpoint_id)
|
3539
|
+
_setter("vendor", vendor)
|
3540
|
+
|
3541
|
+
@property
|
3542
|
+
@pulumi.getter(name="externalVaultEndpointUrl")
|
3543
|
+
def external_vault_endpoint_url(self) -> str:
|
3544
|
+
"""
|
3545
|
+
URL of the vault on external key manager.
|
3546
|
+
"""
|
3547
|
+
return pulumi.get(self, "external_vault_endpoint_url")
|
3548
|
+
|
3549
|
+
@property
|
3550
|
+
@pulumi.getter(name="oauthMetadataSummaries")
|
3551
|
+
def oauth_metadata_summaries(self) -> Sequence['outputs.GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult']:
|
3552
|
+
"""
|
3553
|
+
Summary about authorization to be returned to the customer as a response.
|
3554
|
+
"""
|
3555
|
+
return pulumi.get(self, "oauth_metadata_summaries")
|
3556
|
+
|
3557
|
+
@property
|
3558
|
+
@pulumi.getter(name="privateEndpointId")
|
3559
|
+
def private_endpoint_id(self) -> str:
|
3560
|
+
"""
|
3561
|
+
OCID of the private endpoint.
|
3562
|
+
"""
|
3563
|
+
return pulumi.get(self, "private_endpoint_id")
|
3564
|
+
|
3565
|
+
@property
|
3566
|
+
@pulumi.getter
|
3567
|
+
def vendor(self) -> str:
|
3568
|
+
"""
|
3569
|
+
Vendor of the external key manager.
|
3570
|
+
"""
|
3571
|
+
return pulumi.get(self, "vendor")
|
3572
|
+
|
3573
|
+
|
3574
|
+
@pulumi.output_type
|
3575
|
+
class GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult(dict):
|
3576
|
+
def __init__(__self__, *,
|
3577
|
+
client_app_id: str,
|
3578
|
+
idcs_account_name_url: str):
|
3579
|
+
"""
|
3580
|
+
:param str client_app_id: ID of the client app created in IDP.
|
3581
|
+
:param str idcs_account_name_url: Base URL of the IDCS account where confidential client app is created.
|
3582
|
+
"""
|
3583
|
+
GetVaultsVaultExternalKeyManagerMetadataSummaryOauthMetadataSummaryResult._configure(
|
3584
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3585
|
+
client_app_id=client_app_id,
|
3586
|
+
idcs_account_name_url=idcs_account_name_url,
|
3587
|
+
)
|
3588
|
+
@staticmethod
|
3589
|
+
def _configure(
|
3590
|
+
_setter: Callable[[Any, Any], None],
|
3591
|
+
client_app_id: str,
|
3592
|
+
idcs_account_name_url: str,
|
3593
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3594
|
+
_setter("client_app_id", client_app_id)
|
3595
|
+
_setter("idcs_account_name_url", idcs_account_name_url)
|
3596
|
+
|
3597
|
+
@property
|
3598
|
+
@pulumi.getter(name="clientAppId")
|
3599
|
+
def client_app_id(self) -> str:
|
3600
|
+
"""
|
3601
|
+
ID of the client app created in IDP.
|
3602
|
+
"""
|
3603
|
+
return pulumi.get(self, "client_app_id")
|
3604
|
+
|
3605
|
+
@property
|
3606
|
+
@pulumi.getter(name="idcsAccountNameUrl")
|
3607
|
+
def idcs_account_name_url(self) -> str:
|
3608
|
+
"""
|
3609
|
+
Base URL of the IDCS account where confidential client app is created.
|
3610
|
+
"""
|
3611
|
+
return pulumi.get(self, "idcs_account_name_url")
|
3612
|
+
|
3613
|
+
|
1722
3614
|
@pulumi.output_type
|
1723
3615
|
class GetVaultsVaultReplicaDetailResult(dict):
|
1724
3616
|
def __init__(__self__, *,
|
@@ -1726,7 +3618,16 @@ class GetVaultsVaultReplicaDetailResult(dict):
|
|
1726
3618
|
"""
|
1727
3619
|
:param str replication_id: ReplicationId associated with a vault operation
|
1728
3620
|
"""
|
1729
|
-
|
3621
|
+
GetVaultsVaultReplicaDetailResult._configure(
|
3622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3623
|
+
replication_id=replication_id,
|
3624
|
+
)
|
3625
|
+
@staticmethod
|
3626
|
+
def _configure(
|
3627
|
+
_setter: Callable[[Any, Any], None],
|
3628
|
+
replication_id: str,
|
3629
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3630
|
+
_setter("replication_id", replication_id)
|
1730
3631
|
|
1731
3632
|
@property
|
1732
3633
|
@pulumi.getter(name="replicationId")
|
@@ -1743,9 +3644,22 @@ class GetVaultsVaultRestoreFromFileResult(dict):
|
|
1743
3644
|
content_length: str,
|
1744
3645
|
content_md5: str,
|
1745
3646
|
restore_vault_from_file_details: str):
|
1746
|
-
|
1747
|
-
|
1748
|
-
|
3647
|
+
GetVaultsVaultRestoreFromFileResult._configure(
|
3648
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3649
|
+
content_length=content_length,
|
3650
|
+
content_md5=content_md5,
|
3651
|
+
restore_vault_from_file_details=restore_vault_from_file_details,
|
3652
|
+
)
|
3653
|
+
@staticmethod
|
3654
|
+
def _configure(
|
3655
|
+
_setter: Callable[[Any, Any], None],
|
3656
|
+
content_length: str,
|
3657
|
+
content_md5: str,
|
3658
|
+
restore_vault_from_file_details: str,
|
3659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3660
|
+
_setter("content_length", content_length)
|
3661
|
+
_setter("content_md5", content_md5)
|
3662
|
+
_setter("restore_vault_from_file_details", restore_vault_from_file_details)
|
1749
3663
|
|
1750
3664
|
@property
|
1751
3665
|
@pulumi.getter(name="contentLength")
|
@@ -1771,11 +3685,28 @@ class GetVaultsVaultRestoreFromObjectStoreResult(dict):
|
|
1771
3685
|
namespace: str,
|
1772
3686
|
object: str,
|
1773
3687
|
uri: str):
|
1774
|
-
|
1775
|
-
|
1776
|
-
|
1777
|
-
|
1778
|
-
|
3688
|
+
GetVaultsVaultRestoreFromObjectStoreResult._configure(
|
3689
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3690
|
+
bucket=bucket,
|
3691
|
+
destination=destination,
|
3692
|
+
namespace=namespace,
|
3693
|
+
object=object,
|
3694
|
+
uri=uri,
|
3695
|
+
)
|
3696
|
+
@staticmethod
|
3697
|
+
def _configure(
|
3698
|
+
_setter: Callable[[Any, Any], None],
|
3699
|
+
bucket: str,
|
3700
|
+
destination: str,
|
3701
|
+
namespace: str,
|
3702
|
+
object: str,
|
3703
|
+
uri: str,
|
3704
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3705
|
+
_setter("bucket", bucket)
|
3706
|
+
_setter("destination", destination)
|
3707
|
+
_setter("namespace", namespace)
|
3708
|
+
_setter("object", object)
|
3709
|
+
_setter("uri", uri)
|
1779
3710
|
|
1780
3711
|
@property
|
1781
3712
|
@pulumi.getter
|