pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.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 +128 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +298 -13
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +126 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +696 -13
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +17 -0
- pulumi_oci/oci/_inputs.py +676 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +2051 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +194 -141
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,8 @@ __all__ = [
|
|
39
39
|
'AgentAgentLlmConfigRoutingLlmCustomizationArgsDict',
|
40
40
|
'AgentDataIngestionJobDataIngestionJobStatisticArgs',
|
41
41
|
'AgentDataIngestionJobDataIngestionJobStatisticArgsDict',
|
42
|
+
'AgentDataIngestionJobDataIngestionJobTypeArgs',
|
43
|
+
'AgentDataIngestionJobDataIngestionJobTypeArgsDict',
|
42
44
|
'AgentDataSourceDataSourceConfigArgs',
|
43
45
|
'AgentDataSourceDataSourceConfigArgsDict',
|
44
46
|
'AgentDataSourceDataSourceConfigObjectStoragePrefixArgs',
|
@@ -55,8 +57,12 @@ __all__ = [
|
|
55
57
|
'AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict',
|
56
58
|
'AgentKnowledgeBaseIndexConfigSecretDetailArgs',
|
57
59
|
'AgentKnowledgeBaseIndexConfigSecretDetailArgsDict',
|
60
|
+
'AgentKnowledgeBaseKnowledgeBaseStatisticArgs',
|
61
|
+
'AgentKnowledgeBaseKnowledgeBaseStatisticArgsDict',
|
58
62
|
'AgentToolToolConfigArgs',
|
59
63
|
'AgentToolToolConfigArgsDict',
|
64
|
+
'AgentToolToolConfigApiSchemaArgs',
|
65
|
+
'AgentToolToolConfigApiSchemaArgsDict',
|
60
66
|
'AgentToolToolConfigDatabaseConnectionArgs',
|
61
67
|
'AgentToolToolConfigDatabaseConnectionArgsDict',
|
62
68
|
'AgentToolToolConfigDatabaseSchemaArgs',
|
@@ -65,6 +71,12 @@ __all__ = [
|
|
65
71
|
'AgentToolToolConfigFunctionArgsDict',
|
66
72
|
'AgentToolToolConfigGenerationLlmCustomizationArgs',
|
67
73
|
'AgentToolToolConfigGenerationLlmCustomizationArgsDict',
|
74
|
+
'AgentToolToolConfigHttpEndpointAuthConfigArgs',
|
75
|
+
'AgentToolToolConfigHttpEndpointAuthConfigArgsDict',
|
76
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs',
|
77
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgsDict',
|
78
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs',
|
79
|
+
'AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgsDict',
|
68
80
|
'AgentToolToolConfigIclExamplesArgs',
|
69
81
|
'AgentToolToolConfigIclExamplesArgsDict',
|
70
82
|
'AgentToolToolConfigKnowledgeBaseConfigArgs',
|
@@ -642,6 +654,10 @@ if not MYPY:
|
|
642
654
|
"""
|
643
655
|
The number of files that have failed during the ingestion.
|
644
656
|
"""
|
657
|
+
number_of_ignored_files: NotRequired[pulumi.Input[_builtins.int]]
|
658
|
+
"""
|
659
|
+
The number of files that have been ignored during the ingestion.
|
660
|
+
"""
|
645
661
|
number_of_ingested_files: NotRequired[pulumi.Input[_builtins.int]]
|
646
662
|
"""
|
647
663
|
The number of files that have been successfully ingested during the ingestion.
|
@@ -654,16 +670,20 @@ class AgentDataIngestionJobDataIngestionJobStatisticArgs:
|
|
654
670
|
def __init__(__self__, *,
|
655
671
|
duration_in_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
656
672
|
number_of_failed_files: Optional[pulumi.Input[_builtins.int]] = None,
|
673
|
+
number_of_ignored_files: Optional[pulumi.Input[_builtins.int]] = None,
|
657
674
|
number_of_ingested_files: Optional[pulumi.Input[_builtins.int]] = None):
|
658
675
|
"""
|
659
676
|
:param pulumi.Input[_builtins.int] duration_in_seconds: The duration of this ingestion job.
|
660
677
|
:param pulumi.Input[_builtins.int] number_of_failed_files: The number of files that have failed during the ingestion.
|
678
|
+
:param pulumi.Input[_builtins.int] number_of_ignored_files: The number of files that have been ignored during the ingestion.
|
661
679
|
:param pulumi.Input[_builtins.int] number_of_ingested_files: The number of files that have been successfully ingested during the ingestion.
|
662
680
|
"""
|
663
681
|
if duration_in_seconds is not None:
|
664
682
|
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
665
683
|
if number_of_failed_files is not None:
|
666
684
|
pulumi.set(__self__, "number_of_failed_files", number_of_failed_files)
|
685
|
+
if number_of_ignored_files is not None:
|
686
|
+
pulumi.set(__self__, "number_of_ignored_files", number_of_ignored_files)
|
667
687
|
if number_of_ingested_files is not None:
|
668
688
|
pulumi.set(__self__, "number_of_ingested_files", number_of_ingested_files)
|
669
689
|
|
@@ -691,6 +711,18 @@ class AgentDataIngestionJobDataIngestionJobStatisticArgs:
|
|
691
711
|
def number_of_failed_files(self, value: Optional[pulumi.Input[_builtins.int]]):
|
692
712
|
pulumi.set(self, "number_of_failed_files", value)
|
693
713
|
|
714
|
+
@_builtins.property
|
715
|
+
@pulumi.getter(name="numberOfIgnoredFiles")
|
716
|
+
def number_of_ignored_files(self) -> Optional[pulumi.Input[_builtins.int]]:
|
717
|
+
"""
|
718
|
+
The number of files that have been ignored during the ingestion.
|
719
|
+
"""
|
720
|
+
return pulumi.get(self, "number_of_ignored_files")
|
721
|
+
|
722
|
+
@number_of_ignored_files.setter
|
723
|
+
def number_of_ignored_files(self, value: Optional[pulumi.Input[_builtins.int]]):
|
724
|
+
pulumi.set(self, "number_of_ignored_files", value)
|
725
|
+
|
694
726
|
@_builtins.property
|
695
727
|
@pulumi.getter(name="numberOfIngestedFiles")
|
696
728
|
def number_of_ingested_files(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -704,12 +736,43 @@ class AgentDataIngestionJobDataIngestionJobStatisticArgs:
|
|
704
736
|
pulumi.set(self, "number_of_ingested_files", value)
|
705
737
|
|
706
738
|
|
739
|
+
if not MYPY:
|
740
|
+
class AgentDataIngestionJobDataIngestionJobTypeArgsDict(TypedDict):
|
741
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
742
|
+
"""
|
743
|
+
Type of ingestionJob.
|
744
|
+
"""
|
745
|
+
elif False:
|
746
|
+
AgentDataIngestionJobDataIngestionJobTypeArgsDict: TypeAlias = Mapping[str, Any]
|
747
|
+
|
748
|
+
@pulumi.input_type
|
749
|
+
class AgentDataIngestionJobDataIngestionJobTypeArgs:
|
750
|
+
def __init__(__self__, *,
|
751
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
752
|
+
"""
|
753
|
+
:param pulumi.Input[_builtins.str] type: Type of ingestionJob.
|
754
|
+
"""
|
755
|
+
if type is not None:
|
756
|
+
pulumi.set(__self__, "type", type)
|
757
|
+
|
758
|
+
@_builtins.property
|
759
|
+
@pulumi.getter
|
760
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
761
|
+
"""
|
762
|
+
Type of ingestionJob.
|
763
|
+
"""
|
764
|
+
return pulumi.get(self, "type")
|
765
|
+
|
766
|
+
@type.setter
|
767
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
768
|
+
pulumi.set(self, "type", value)
|
769
|
+
|
770
|
+
|
707
771
|
if not MYPY:
|
708
772
|
class AgentDataSourceDataSourceConfigArgsDict(TypedDict):
|
709
773
|
data_source_config_type: pulumi.Input[_builtins.str]
|
710
774
|
"""
|
711
|
-
(Updatable) The type of the tool.
|
712
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
775
|
+
(Updatable) The type of the tool.
|
713
776
|
"""
|
714
777
|
object_storage_prefixes: pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict']]]
|
715
778
|
"""
|
@@ -724,8 +787,7 @@ class AgentDataSourceDataSourceConfigArgs:
|
|
724
787
|
data_source_config_type: pulumi.Input[_builtins.str],
|
725
788
|
object_storage_prefixes: pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]]):
|
726
789
|
"""
|
727
|
-
:param pulumi.Input[_builtins.str] data_source_config_type: (Updatable) The type of the tool.
|
728
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
790
|
+
:param pulumi.Input[_builtins.str] data_source_config_type: (Updatable) The type of the tool.
|
729
791
|
:param pulumi.Input[Sequence[pulumi.Input['AgentDataSourceDataSourceConfigObjectStoragePrefixArgs']]] object_storage_prefixes: (Updatable) The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).
|
730
792
|
"""
|
731
793
|
pulumi.set(__self__, "data_source_config_type", data_source_config_type)
|
@@ -735,8 +797,7 @@ class AgentDataSourceDataSourceConfigArgs:
|
|
735
797
|
@pulumi.getter(name="dataSourceConfigType")
|
736
798
|
def data_source_config_type(self) -> pulumi.Input[_builtins.str]:
|
737
799
|
"""
|
738
|
-
(Updatable) The type of the tool.
|
739
|
-
* `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
800
|
+
(Updatable) The type of the tool.
|
740
801
|
"""
|
741
802
|
return pulumi.get(self, "data_source_config_type")
|
742
803
|
|
@@ -769,7 +830,7 @@ if not MYPY:
|
|
769
830
|
"""
|
770
831
|
prefix: NotRequired[pulumi.Input[_builtins.str]]
|
771
832
|
"""
|
772
|
-
(Updatable) The
|
833
|
+
(Updatable) The prefix of file object(s) or folder prefix.
|
773
834
|
"""
|
774
835
|
elif False:
|
775
836
|
AgentDataSourceDataSourceConfigObjectStoragePrefixArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -783,7 +844,7 @@ class AgentDataSourceDataSourceConfigObjectStoragePrefixArgs:
|
|
783
844
|
"""
|
784
845
|
:param pulumi.Input[_builtins.str] bucket: (Updatable) The bucket name of an object.
|
785
846
|
:param pulumi.Input[_builtins.str] namespace: (Updatable) The namespace name of an object.
|
786
|
-
:param pulumi.Input[_builtins.str] prefix: (Updatable) The
|
847
|
+
:param pulumi.Input[_builtins.str] prefix: (Updatable) The prefix of file object(s) or folder prefix.
|
787
848
|
"""
|
788
849
|
pulumi.set(__self__, "bucket", bucket)
|
789
850
|
pulumi.set(__self__, "namespace", namespace)
|
@@ -818,7 +879,7 @@ class AgentDataSourceDataSourceConfigObjectStoragePrefixArgs:
|
|
818
879
|
@pulumi.getter
|
819
880
|
def prefix(self) -> Optional[pulumi.Input[_builtins.str]]:
|
820
881
|
"""
|
821
|
-
(Updatable) The
|
882
|
+
(Updatable) The prefix of file object(s) or folder prefix.
|
822
883
|
"""
|
823
884
|
return pulumi.get(self, "prefix")
|
824
885
|
|
@@ -831,10 +892,7 @@ if not MYPY:
|
|
831
892
|
class AgentKnowledgeBaseIndexConfigArgsDict(TypedDict):
|
832
893
|
index_config_type: pulumi.Input[_builtins.str]
|
833
894
|
"""
|
834
|
-
(Updatable) The type of index.
|
835
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
836
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
837
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
895
|
+
(Updatable) The type of index.
|
838
896
|
"""
|
839
897
|
cluster_id: NotRequired[pulumi.Input[_builtins.str]]
|
840
898
|
"""
|
@@ -842,9 +900,7 @@ if not MYPY:
|
|
842
900
|
"""
|
843
901
|
database_connection: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict']]
|
844
902
|
"""
|
845
|
-
(Updatable)
|
846
|
-
|
847
|
-
The connection type for Databases.
|
903
|
+
(Updatable) The connection type for Databases.
|
848
904
|
"""
|
849
905
|
database_functions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgsDict']]]]
|
850
906
|
"""
|
@@ -856,9 +912,7 @@ if not MYPY:
|
|
856
912
|
"""
|
857
913
|
secret_detail: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgsDict']]
|
858
914
|
"""
|
859
|
-
(Updatable)
|
860
|
-
|
861
|
-
The details of configured security configuration on OpenSearch.
|
915
|
+
(Updatable) The details of configured security configuration on OpenSearch.
|
862
916
|
"""
|
863
917
|
should_enable_hybrid_search: NotRequired[pulumi.Input[_builtins.bool]]
|
864
918
|
"""
|
@@ -882,19 +936,12 @@ class AgentKnowledgeBaseIndexConfigArgs:
|
|
882
936
|
secret_detail: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs']] = None,
|
883
937
|
should_enable_hybrid_search: Optional[pulumi.Input[_builtins.bool]] = None):
|
884
938
|
"""
|
885
|
-
:param pulumi.Input[_builtins.str] index_config_type: (Updatable) The type of index.
|
886
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
887
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
888
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
939
|
+
:param pulumi.Input[_builtins.str] index_config_type: (Updatable) The type of index.
|
889
940
|
:param pulumi.Input[_builtins.str] cluster_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OpenSearch Cluster.
|
890
|
-
:param pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs'] database_connection: (Updatable)
|
891
|
-
|
892
|
-
The connection type for Databases.
|
941
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs'] database_connection: (Updatable) The connection type for Databases.
|
893
942
|
:param pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseFunctionArgs']]] database_functions: (Updatable) Array of Database functions to be used.
|
894
943
|
:param pulumi.Input[Sequence[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexArgs']]] indexes: (Updatable) Index configuration for open search.
|
895
|
-
:param pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs'] secret_detail: (Updatable)
|
896
|
-
|
897
|
-
The details of configured security configuration on OpenSearch.
|
944
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs'] secret_detail: (Updatable) The details of configured security configuration on OpenSearch.
|
898
945
|
:param pulumi.Input[_builtins.bool] should_enable_hybrid_search: (Updatable) Whether to enable Hybrid search in service managed OpenSearch.
|
899
946
|
|
900
947
|
|
@@ -919,10 +966,7 @@ class AgentKnowledgeBaseIndexConfigArgs:
|
|
919
966
|
@pulumi.getter(name="indexConfigType")
|
920
967
|
def index_config_type(self) -> pulumi.Input[_builtins.str]:
|
921
968
|
"""
|
922
|
-
(Updatable) The type of index.
|
923
|
-
* `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
924
|
-
* `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
925
|
-
* `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
969
|
+
(Updatable) The type of index.
|
926
970
|
"""
|
927
971
|
return pulumi.get(self, "index_config_type")
|
928
972
|
|
@@ -946,9 +990,7 @@ class AgentKnowledgeBaseIndexConfigArgs:
|
|
946
990
|
@pulumi.getter(name="databaseConnection")
|
947
991
|
def database_connection(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs']]:
|
948
992
|
"""
|
949
|
-
(Updatable)
|
950
|
-
|
951
|
-
The connection type for Databases.
|
993
|
+
(Updatable) The connection type for Databases.
|
952
994
|
"""
|
953
995
|
return pulumi.get(self, "database_connection")
|
954
996
|
|
@@ -984,9 +1026,7 @@ class AgentKnowledgeBaseIndexConfigArgs:
|
|
984
1026
|
@pulumi.getter(name="secretDetail")
|
985
1027
|
def secret_detail(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigSecretDetailArgs']]:
|
986
1028
|
"""
|
987
|
-
(Updatable)
|
988
|
-
|
989
|
-
The details of configured security configuration on OpenSearch.
|
1029
|
+
(Updatable) The details of configured security configuration on OpenSearch.
|
990
1030
|
"""
|
991
1031
|
return pulumi.get(self, "secret_detail")
|
992
1032
|
|
@@ -1019,8 +1059,7 @@ if not MYPY:
|
|
1019
1059
|
"""
|
1020
1060
|
connection_type: pulumi.Input[_builtins.str]
|
1021
1061
|
"""
|
1022
|
-
(Updatable) The type of Database connection.
|
1023
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
1062
|
+
(Updatable) The type of Database connection.
|
1024
1063
|
"""
|
1025
1064
|
elif False:
|
1026
1065
|
AgentKnowledgeBaseIndexConfigDatabaseConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1032,8 +1071,7 @@ class AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs:
|
|
1032
1071
|
connection_type: pulumi.Input[_builtins.str]):
|
1033
1072
|
"""
|
1034
1073
|
:param pulumi.Input[_builtins.str] connection_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
1035
|
-
:param pulumi.Input[_builtins.str] connection_type: (Updatable) The type of Database connection.
|
1036
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
1074
|
+
:param pulumi.Input[_builtins.str] connection_type: (Updatable) The type of Database connection.
|
1037
1075
|
"""
|
1038
1076
|
pulumi.set(__self__, "connection_id", connection_id)
|
1039
1077
|
pulumi.set(__self__, "connection_type", connection_type)
|
@@ -1054,8 +1092,7 @@ class AgentKnowledgeBaseIndexConfigDatabaseConnectionArgs:
|
|
1054
1092
|
@pulumi.getter(name="connectionType")
|
1055
1093
|
def connection_type(self) -> pulumi.Input[_builtins.str]:
|
1056
1094
|
"""
|
1057
|
-
(Updatable) The type of Database connection.
|
1058
|
-
* `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
1095
|
+
(Updatable) The type of Database connection.
|
1059
1096
|
"""
|
1060
1097
|
return pulumi.get(self, "connection_type")
|
1061
1098
|
|
@@ -1104,9 +1141,7 @@ if not MYPY:
|
|
1104
1141
|
"""
|
1105
1142
|
schema: NotRequired[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgsDict']]
|
1106
1143
|
"""
|
1107
|
-
(Updatable)
|
1108
|
-
|
1109
|
-
The index schema details.
|
1144
|
+
(Updatable) The index schema details.
|
1110
1145
|
"""
|
1111
1146
|
elif False:
|
1112
1147
|
AgentKnowledgeBaseIndexConfigIndexArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1118,9 +1153,7 @@ class AgentKnowledgeBaseIndexConfigIndexArgs:
|
|
1118
1153
|
schema: Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs']] = None):
|
1119
1154
|
"""
|
1120
1155
|
:param pulumi.Input[_builtins.str] name: (Updatable) The index name in opensearch.
|
1121
|
-
:param pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs'] schema: (Updatable)
|
1122
|
-
|
1123
|
-
The index schema details.
|
1156
|
+
:param pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs'] schema: (Updatable) The index schema details.
|
1124
1157
|
"""
|
1125
1158
|
if name is not None:
|
1126
1159
|
pulumi.set(__self__, "name", name)
|
@@ -1143,9 +1176,7 @@ class AgentKnowledgeBaseIndexConfigIndexArgs:
|
|
1143
1176
|
@pulumi.getter
|
1144
1177
|
def schema(self) -> Optional[pulumi.Input['AgentKnowledgeBaseIndexConfigIndexSchemaArgs']]:
|
1145
1178
|
"""
|
1146
|
-
(Updatable)
|
1147
|
-
|
1148
|
-
The index schema details.
|
1179
|
+
(Updatable) The index schema details.
|
1149
1180
|
"""
|
1150
1181
|
return pulumi.get(self, "schema")
|
1151
1182
|
|
@@ -1250,9 +1281,7 @@ if not MYPY:
|
|
1250
1281
|
class AgentKnowledgeBaseIndexConfigSecretDetailArgsDict(TypedDict):
|
1251
1282
|
type: pulumi.Input[_builtins.str]
|
1252
1283
|
"""
|
1253
|
-
(Updatable) The type of OpenID.
|
1254
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
1255
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
1284
|
+
(Updatable) The type of OpenID.
|
1256
1285
|
"""
|
1257
1286
|
vault_secret_id: pulumi.Input[_builtins.str]
|
1258
1287
|
"""
|
@@ -1282,9 +1311,7 @@ class AgentKnowledgeBaseIndexConfigSecretDetailArgs:
|
|
1282
1311
|
idcs_url: Optional[pulumi.Input[_builtins.str]] = None,
|
1283
1312
|
scope_url: Optional[pulumi.Input[_builtins.str]] = None):
|
1284
1313
|
"""
|
1285
|
-
:param pulumi.Input[_builtins.str] type: (Updatable) The type of OpenID.
|
1286
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
1287
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
1314
|
+
:param pulumi.Input[_builtins.str] type: (Updatable) The type of OpenID.
|
1288
1315
|
:param pulumi.Input[_builtins.str] vault_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret for basic authentication.
|
1289
1316
|
:param pulumi.Input[_builtins.str] client_id: (Updatable) The IDCS Connect clientId.
|
1290
1317
|
:param pulumi.Input[_builtins.str] idcs_url: (Updatable) The URL represent authentication url of the IDCS.
|
@@ -1303,9 +1330,7 @@ class AgentKnowledgeBaseIndexConfigSecretDetailArgs:
|
|
1303
1330
|
@pulumi.getter
|
1304
1331
|
def type(self) -> pulumi.Input[_builtins.str]:
|
1305
1332
|
"""
|
1306
|
-
(Updatable) The type of OpenID.
|
1307
|
-
* `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
1308
|
-
* `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
1333
|
+
(Updatable) The type of OpenID.
|
1309
1334
|
"""
|
1310
1335
|
return pulumi.get(self, "type")
|
1311
1336
|
|
@@ -1362,6 +1387,58 @@ class AgentKnowledgeBaseIndexConfigSecretDetailArgs:
|
|
1362
1387
|
pulumi.set(self, "scope_url", value)
|
1363
1388
|
|
1364
1389
|
|
1390
|
+
if not MYPY:
|
1391
|
+
class AgentKnowledgeBaseKnowledgeBaseStatisticArgsDict(TypedDict):
|
1392
|
+
size_in_bytes: NotRequired[pulumi.Input[_builtins.str]]
|
1393
|
+
"""
|
1394
|
+
Knowledge Base size in bytes.
|
1395
|
+
"""
|
1396
|
+
total_ingested_files: NotRequired[pulumi.Input[_builtins.str]]
|
1397
|
+
"""
|
1398
|
+
Total number of ingested files in Knowledge Base.
|
1399
|
+
"""
|
1400
|
+
elif False:
|
1401
|
+
AgentKnowledgeBaseKnowledgeBaseStatisticArgsDict: TypeAlias = Mapping[str, Any]
|
1402
|
+
|
1403
|
+
@pulumi.input_type
|
1404
|
+
class AgentKnowledgeBaseKnowledgeBaseStatisticArgs:
|
1405
|
+
def __init__(__self__, *,
|
1406
|
+
size_in_bytes: Optional[pulumi.Input[_builtins.str]] = None,
|
1407
|
+
total_ingested_files: Optional[pulumi.Input[_builtins.str]] = None):
|
1408
|
+
"""
|
1409
|
+
:param pulumi.Input[_builtins.str] size_in_bytes: Knowledge Base size in bytes.
|
1410
|
+
:param pulumi.Input[_builtins.str] total_ingested_files: Total number of ingested files in Knowledge Base.
|
1411
|
+
"""
|
1412
|
+
if size_in_bytes is not None:
|
1413
|
+
pulumi.set(__self__, "size_in_bytes", size_in_bytes)
|
1414
|
+
if total_ingested_files is not None:
|
1415
|
+
pulumi.set(__self__, "total_ingested_files", total_ingested_files)
|
1416
|
+
|
1417
|
+
@_builtins.property
|
1418
|
+
@pulumi.getter(name="sizeInBytes")
|
1419
|
+
def size_in_bytes(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1420
|
+
"""
|
1421
|
+
Knowledge Base size in bytes.
|
1422
|
+
"""
|
1423
|
+
return pulumi.get(self, "size_in_bytes")
|
1424
|
+
|
1425
|
+
@size_in_bytes.setter
|
1426
|
+
def size_in_bytes(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1427
|
+
pulumi.set(self, "size_in_bytes", value)
|
1428
|
+
|
1429
|
+
@_builtins.property
|
1430
|
+
@pulumi.getter(name="totalIngestedFiles")
|
1431
|
+
def total_ingested_files(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1432
|
+
"""
|
1433
|
+
Total number of ingested files in Knowledge Base.
|
1434
|
+
"""
|
1435
|
+
return pulumi.get(self, "total_ingested_files")
|
1436
|
+
|
1437
|
+
@total_ingested_files.setter
|
1438
|
+
def total_ingested_files(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1439
|
+
pulumi.set(self, "total_ingested_files", value)
|
1440
|
+
|
1441
|
+
|
1365
1442
|
if not MYPY:
|
1366
1443
|
class AgentToolToolConfigArgsDict(TypedDict):
|
1367
1444
|
tool_config_type: pulumi.Input[_builtins.str]
|
@@ -1375,6 +1452,14 @@ if not MYPY:
|
|
1375
1452
|
** IMPORTANT **
|
1376
1453
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1377
1454
|
"""
|
1455
|
+
agent_endpoint_id: NotRequired[pulumi.Input[_builtins.str]]
|
1456
|
+
"""
|
1457
|
+
(Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
1458
|
+
"""
|
1459
|
+
api_schema: NotRequired[pulumi.Input['AgentToolToolConfigApiSchemaArgsDict']]
|
1460
|
+
"""
|
1461
|
+
(Updatable) The input location definition for Api schema.
|
1462
|
+
"""
|
1378
1463
|
database_connection: NotRequired[pulumi.Input['AgentToolToolConfigDatabaseConnectionArgsDict']]
|
1379
1464
|
"""
|
1380
1465
|
(Updatable) The connection type for Databases.
|
@@ -1395,6 +1480,10 @@ if not MYPY:
|
|
1395
1480
|
"""
|
1396
1481
|
(Updatable) Configuration to customize LLM.
|
1397
1482
|
"""
|
1483
|
+
http_endpoint_auth_config: NotRequired[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigArgsDict']]
|
1484
|
+
"""
|
1485
|
+
(Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
1486
|
+
"""
|
1398
1487
|
icl_examples: NotRequired[pulumi.Input['AgentToolToolConfigIclExamplesArgsDict']]
|
1399
1488
|
"""
|
1400
1489
|
(Updatable) The input location definition.
|
@@ -1415,6 +1504,10 @@ if not MYPY:
|
|
1415
1504
|
"""
|
1416
1505
|
(Updatable) To enable/disable SQL execution.
|
1417
1506
|
"""
|
1507
|
+
subnet_id: NotRequired[pulumi.Input[_builtins.str]]
|
1508
|
+
"""
|
1509
|
+
(Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
1510
|
+
"""
|
1418
1511
|
table_and_column_description: NotRequired[pulumi.Input['AgentToolToolConfigTableAndColumnDescriptionArgsDict']]
|
1419
1512
|
"""
|
1420
1513
|
(Updatable) The input location definition.
|
@@ -1426,16 +1519,20 @@ elif False:
|
|
1426
1519
|
class AgentToolToolConfigArgs:
|
1427
1520
|
def __init__(__self__, *,
|
1428
1521
|
tool_config_type: pulumi.Input[_builtins.str],
|
1522
|
+
agent_endpoint_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1523
|
+
api_schema: Optional[pulumi.Input['AgentToolToolConfigApiSchemaArgs']] = None,
|
1429
1524
|
database_connection: Optional[pulumi.Input['AgentToolToolConfigDatabaseConnectionArgs']] = None,
|
1430
1525
|
database_schema: Optional[pulumi.Input['AgentToolToolConfigDatabaseSchemaArgs']] = None,
|
1431
1526
|
dialect: Optional[pulumi.Input[_builtins.str]] = None,
|
1432
1527
|
function: Optional[pulumi.Input['AgentToolToolConfigFunctionArgs']] = None,
|
1433
1528
|
generation_llm_customization: Optional[pulumi.Input['AgentToolToolConfigGenerationLlmCustomizationArgs']] = None,
|
1529
|
+
http_endpoint_auth_config: Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigArgs']] = None,
|
1434
1530
|
icl_examples: Optional[pulumi.Input['AgentToolToolConfigIclExamplesArgs']] = None,
|
1435
1531
|
knowledge_base_configs: Optional[pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigKnowledgeBaseConfigArgs']]]] = None,
|
1436
1532
|
model_size: Optional[pulumi.Input[_builtins.str]] = None,
|
1437
1533
|
should_enable_self_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
1438
1534
|
should_enable_sql_execution: Optional[pulumi.Input[_builtins.bool]] = None,
|
1535
|
+
subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1439
1536
|
table_and_column_description: Optional[pulumi.Input['AgentToolToolConfigTableAndColumnDescriptionArgs']] = None):
|
1440
1537
|
"""
|
1441
1538
|
:param pulumi.Input[_builtins.str] tool_config_type: (Updatable) The type of the Tool config. The allowed values are:
|
@@ -1446,19 +1543,27 @@ class AgentToolToolConfigArgs:
|
|
1446
1543
|
|
1447
1544
|
** IMPORTANT **
|
1448
1545
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1546
|
+
:param pulumi.Input[_builtins.str] agent_endpoint_id: (Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
1547
|
+
:param pulumi.Input['AgentToolToolConfigApiSchemaArgs'] api_schema: (Updatable) The input location definition for Api schema.
|
1449
1548
|
:param pulumi.Input['AgentToolToolConfigDatabaseConnectionArgs'] database_connection: (Updatable) The connection type for Databases.
|
1450
1549
|
:param pulumi.Input['AgentToolToolConfigDatabaseSchemaArgs'] database_schema: (Updatable) The input location definition.
|
1451
1550
|
:param pulumi.Input[_builtins.str] dialect: (Updatable) Dialect to be used for SQL generation.
|
1452
1551
|
:param pulumi.Input['AgentToolToolConfigFunctionArgs'] function: (Updatable) Details of Function for Function calling tool.
|
1453
1552
|
:param pulumi.Input['AgentToolToolConfigGenerationLlmCustomizationArgs'] generation_llm_customization: (Updatable) Configuration to customize LLM.
|
1553
|
+
:param pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigArgs'] http_endpoint_auth_config: (Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
1454
1554
|
:param pulumi.Input['AgentToolToolConfigIclExamplesArgs'] icl_examples: (Updatable) The input location definition.
|
1455
1555
|
:param pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigKnowledgeBaseConfigArgs']]] knowledge_base_configs: (Updatable) The KnowledgeBase configurations that this RAG Tool uses
|
1456
1556
|
:param pulumi.Input[_builtins.str] model_size: (Updatable) Size of the model.
|
1457
1557
|
:param pulumi.Input[_builtins.bool] should_enable_self_correction: (Updatable) To enable/disable self correction.
|
1458
1558
|
:param pulumi.Input[_builtins.bool] should_enable_sql_execution: (Updatable) To enable/disable SQL execution.
|
1559
|
+
:param pulumi.Input[_builtins.str] subnet_id: (Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
1459
1560
|
:param pulumi.Input['AgentToolToolConfigTableAndColumnDescriptionArgs'] table_and_column_description: (Updatable) The input location definition.
|
1460
1561
|
"""
|
1461
1562
|
pulumi.set(__self__, "tool_config_type", tool_config_type)
|
1563
|
+
if agent_endpoint_id is not None:
|
1564
|
+
pulumi.set(__self__, "agent_endpoint_id", agent_endpoint_id)
|
1565
|
+
if api_schema is not None:
|
1566
|
+
pulumi.set(__self__, "api_schema", api_schema)
|
1462
1567
|
if database_connection is not None:
|
1463
1568
|
pulumi.set(__self__, "database_connection", database_connection)
|
1464
1569
|
if database_schema is not None:
|
@@ -1469,6 +1574,8 @@ class AgentToolToolConfigArgs:
|
|
1469
1574
|
pulumi.set(__self__, "function", function)
|
1470
1575
|
if generation_llm_customization is not None:
|
1471
1576
|
pulumi.set(__self__, "generation_llm_customization", generation_llm_customization)
|
1577
|
+
if http_endpoint_auth_config is not None:
|
1578
|
+
pulumi.set(__self__, "http_endpoint_auth_config", http_endpoint_auth_config)
|
1472
1579
|
if icl_examples is not None:
|
1473
1580
|
pulumi.set(__self__, "icl_examples", icl_examples)
|
1474
1581
|
if knowledge_base_configs is not None:
|
@@ -1479,6 +1586,8 @@ class AgentToolToolConfigArgs:
|
|
1479
1586
|
pulumi.set(__self__, "should_enable_self_correction", should_enable_self_correction)
|
1480
1587
|
if should_enable_sql_execution is not None:
|
1481
1588
|
pulumi.set(__self__, "should_enable_sql_execution", should_enable_sql_execution)
|
1589
|
+
if subnet_id is not None:
|
1590
|
+
pulumi.set(__self__, "subnet_id", subnet_id)
|
1482
1591
|
if table_and_column_description is not None:
|
1483
1592
|
pulumi.set(__self__, "table_and_column_description", table_and_column_description)
|
1484
1593
|
|
@@ -1501,6 +1610,30 @@ class AgentToolToolConfigArgs:
|
|
1501
1610
|
def tool_config_type(self, value: pulumi.Input[_builtins.str]):
|
1502
1611
|
pulumi.set(self, "tool_config_type", value)
|
1503
1612
|
|
1613
|
+
@_builtins.property
|
1614
|
+
@pulumi.getter(name="agentEndpointId")
|
1615
|
+
def agent_endpoint_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1616
|
+
"""
|
1617
|
+
(Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
1618
|
+
"""
|
1619
|
+
return pulumi.get(self, "agent_endpoint_id")
|
1620
|
+
|
1621
|
+
@agent_endpoint_id.setter
|
1622
|
+
def agent_endpoint_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1623
|
+
pulumi.set(self, "agent_endpoint_id", value)
|
1624
|
+
|
1625
|
+
@_builtins.property
|
1626
|
+
@pulumi.getter(name="apiSchema")
|
1627
|
+
def api_schema(self) -> Optional[pulumi.Input['AgentToolToolConfigApiSchemaArgs']]:
|
1628
|
+
"""
|
1629
|
+
(Updatable) The input location definition for Api schema.
|
1630
|
+
"""
|
1631
|
+
return pulumi.get(self, "api_schema")
|
1632
|
+
|
1633
|
+
@api_schema.setter
|
1634
|
+
def api_schema(self, value: Optional[pulumi.Input['AgentToolToolConfigApiSchemaArgs']]):
|
1635
|
+
pulumi.set(self, "api_schema", value)
|
1636
|
+
|
1504
1637
|
@_builtins.property
|
1505
1638
|
@pulumi.getter(name="databaseConnection")
|
1506
1639
|
def database_connection(self) -> Optional[pulumi.Input['AgentToolToolConfigDatabaseConnectionArgs']]:
|
@@ -1561,6 +1694,18 @@ class AgentToolToolConfigArgs:
|
|
1561
1694
|
def generation_llm_customization(self, value: Optional[pulumi.Input['AgentToolToolConfigGenerationLlmCustomizationArgs']]):
|
1562
1695
|
pulumi.set(self, "generation_llm_customization", value)
|
1563
1696
|
|
1697
|
+
@_builtins.property
|
1698
|
+
@pulumi.getter(name="httpEndpointAuthConfig")
|
1699
|
+
def http_endpoint_auth_config(self) -> Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigArgs']]:
|
1700
|
+
"""
|
1701
|
+
(Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
1702
|
+
"""
|
1703
|
+
return pulumi.get(self, "http_endpoint_auth_config")
|
1704
|
+
|
1705
|
+
@http_endpoint_auth_config.setter
|
1706
|
+
def http_endpoint_auth_config(self, value: Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigArgs']]):
|
1707
|
+
pulumi.set(self, "http_endpoint_auth_config", value)
|
1708
|
+
|
1564
1709
|
@_builtins.property
|
1565
1710
|
@pulumi.getter(name="iclExamples")
|
1566
1711
|
def icl_examples(self) -> Optional[pulumi.Input['AgentToolToolConfigIclExamplesArgs']]:
|
@@ -1621,6 +1766,18 @@ class AgentToolToolConfigArgs:
|
|
1621
1766
|
def should_enable_sql_execution(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1622
1767
|
pulumi.set(self, "should_enable_sql_execution", value)
|
1623
1768
|
|
1769
|
+
@_builtins.property
|
1770
|
+
@pulumi.getter(name="subnetId")
|
1771
|
+
def subnet_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1772
|
+
"""
|
1773
|
+
(Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
1774
|
+
"""
|
1775
|
+
return pulumi.get(self, "subnet_id")
|
1776
|
+
|
1777
|
+
@subnet_id.setter
|
1778
|
+
def subnet_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1779
|
+
pulumi.set(self, "subnet_id", value)
|
1780
|
+
|
1624
1781
|
@_builtins.property
|
1625
1782
|
@pulumi.getter(name="tableAndColumnDescription")
|
1626
1783
|
def table_and_column_description(self) -> Optional[pulumi.Input['AgentToolToolConfigTableAndColumnDescriptionArgs']]:
|
@@ -1634,6 +1791,123 @@ class AgentToolToolConfigArgs:
|
|
1634
1791
|
pulumi.set(self, "table_and_column_description", value)
|
1635
1792
|
|
1636
1793
|
|
1794
|
+
if not MYPY:
|
1795
|
+
class AgentToolToolConfigApiSchemaArgsDict(TypedDict):
|
1796
|
+
api_schema_input_location_type: pulumi.Input[_builtins.str]
|
1797
|
+
"""
|
1798
|
+
(Updatable) Type of Api Schema InputLocation. The allowed values are:
|
1799
|
+
* `INLINE`: The Api schema input location is inline.
|
1800
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
1801
|
+
"""
|
1802
|
+
bucket: NotRequired[pulumi.Input[_builtins.str]]
|
1803
|
+
"""
|
1804
|
+
(Updatable) The bucket name of an object.
|
1805
|
+
"""
|
1806
|
+
content: NotRequired[pulumi.Input[_builtins.str]]
|
1807
|
+
"""
|
1808
|
+
(Updatable) Inline content as input.
|
1809
|
+
"""
|
1810
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
1811
|
+
"""
|
1812
|
+
(Updatable) The namespace name of an object.
|
1813
|
+
"""
|
1814
|
+
object: NotRequired[pulumi.Input[_builtins.str]]
|
1815
|
+
"""
|
1816
|
+
(Updatable) The location/name of object.
|
1817
|
+
"""
|
1818
|
+
elif False:
|
1819
|
+
AgentToolToolConfigApiSchemaArgsDict: TypeAlias = Mapping[str, Any]
|
1820
|
+
|
1821
|
+
@pulumi.input_type
|
1822
|
+
class AgentToolToolConfigApiSchemaArgs:
|
1823
|
+
def __init__(__self__, *,
|
1824
|
+
api_schema_input_location_type: pulumi.Input[_builtins.str],
|
1825
|
+
bucket: Optional[pulumi.Input[_builtins.str]] = None,
|
1826
|
+
content: Optional[pulumi.Input[_builtins.str]] = None,
|
1827
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None,
|
1828
|
+
object: Optional[pulumi.Input[_builtins.str]] = None):
|
1829
|
+
"""
|
1830
|
+
:param pulumi.Input[_builtins.str] api_schema_input_location_type: (Updatable) Type of Api Schema InputLocation. The allowed values are:
|
1831
|
+
* `INLINE`: The Api schema input location is inline.
|
1832
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
1833
|
+
:param pulumi.Input[_builtins.str] bucket: (Updatable) The bucket name of an object.
|
1834
|
+
:param pulumi.Input[_builtins.str] content: (Updatable) Inline content as input.
|
1835
|
+
:param pulumi.Input[_builtins.str] namespace: (Updatable) The namespace name of an object.
|
1836
|
+
:param pulumi.Input[_builtins.str] object: (Updatable) The location/name of object.
|
1837
|
+
"""
|
1838
|
+
pulumi.set(__self__, "api_schema_input_location_type", api_schema_input_location_type)
|
1839
|
+
if bucket is not None:
|
1840
|
+
pulumi.set(__self__, "bucket", bucket)
|
1841
|
+
if content is not None:
|
1842
|
+
pulumi.set(__self__, "content", content)
|
1843
|
+
if namespace is not None:
|
1844
|
+
pulumi.set(__self__, "namespace", namespace)
|
1845
|
+
if object is not None:
|
1846
|
+
pulumi.set(__self__, "object", object)
|
1847
|
+
|
1848
|
+
@_builtins.property
|
1849
|
+
@pulumi.getter(name="apiSchemaInputLocationType")
|
1850
|
+
def api_schema_input_location_type(self) -> pulumi.Input[_builtins.str]:
|
1851
|
+
"""
|
1852
|
+
(Updatable) Type of Api Schema InputLocation. The allowed values are:
|
1853
|
+
* `INLINE`: The Api schema input location is inline.
|
1854
|
+
* `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
1855
|
+
"""
|
1856
|
+
return pulumi.get(self, "api_schema_input_location_type")
|
1857
|
+
|
1858
|
+
@api_schema_input_location_type.setter
|
1859
|
+
def api_schema_input_location_type(self, value: pulumi.Input[_builtins.str]):
|
1860
|
+
pulumi.set(self, "api_schema_input_location_type", value)
|
1861
|
+
|
1862
|
+
@_builtins.property
|
1863
|
+
@pulumi.getter
|
1864
|
+
def bucket(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1865
|
+
"""
|
1866
|
+
(Updatable) The bucket name of an object.
|
1867
|
+
"""
|
1868
|
+
return pulumi.get(self, "bucket")
|
1869
|
+
|
1870
|
+
@bucket.setter
|
1871
|
+
def bucket(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1872
|
+
pulumi.set(self, "bucket", value)
|
1873
|
+
|
1874
|
+
@_builtins.property
|
1875
|
+
@pulumi.getter
|
1876
|
+
def content(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1877
|
+
"""
|
1878
|
+
(Updatable) Inline content as input.
|
1879
|
+
"""
|
1880
|
+
return pulumi.get(self, "content")
|
1881
|
+
|
1882
|
+
@content.setter
|
1883
|
+
def content(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1884
|
+
pulumi.set(self, "content", value)
|
1885
|
+
|
1886
|
+
@_builtins.property
|
1887
|
+
@pulumi.getter
|
1888
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1889
|
+
"""
|
1890
|
+
(Updatable) The namespace name of an object.
|
1891
|
+
"""
|
1892
|
+
return pulumi.get(self, "namespace")
|
1893
|
+
|
1894
|
+
@namespace.setter
|
1895
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1896
|
+
pulumi.set(self, "namespace", value)
|
1897
|
+
|
1898
|
+
@_builtins.property
|
1899
|
+
@pulumi.getter
|
1900
|
+
def object(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1901
|
+
"""
|
1902
|
+
(Updatable) The location/name of object.
|
1903
|
+
"""
|
1904
|
+
return pulumi.get(self, "object")
|
1905
|
+
|
1906
|
+
@object.setter
|
1907
|
+
def object(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1908
|
+
pulumi.set(self, "object", value)
|
1909
|
+
|
1910
|
+
|
1637
1911
|
if not MYPY:
|
1638
1912
|
class AgentToolToolConfigDatabaseConnectionArgsDict(TypedDict):
|
1639
1913
|
connection_id: pulumi.Input[_builtins.str]
|
@@ -1908,6 +2182,241 @@ class AgentToolToolConfigGenerationLlmCustomizationArgs:
|
|
1908
2182
|
pulumi.set(self, "instruction", value)
|
1909
2183
|
|
1910
2184
|
|
2185
|
+
if not MYPY:
|
2186
|
+
class AgentToolToolConfigHttpEndpointAuthConfigArgsDict(TypedDict):
|
2187
|
+
http_endpoint_auth_sources: NotRequired[pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgsDict']]]]
|
2188
|
+
"""
|
2189
|
+
(Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
2190
|
+
"""
|
2191
|
+
elif False:
|
2192
|
+
AgentToolToolConfigHttpEndpointAuthConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2193
|
+
|
2194
|
+
@pulumi.input_type
|
2195
|
+
class AgentToolToolConfigHttpEndpointAuthConfigArgs:
|
2196
|
+
def __init__(__self__, *,
|
2197
|
+
http_endpoint_auth_sources: Optional[pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs']]]] = None):
|
2198
|
+
"""
|
2199
|
+
:param pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs']]] http_endpoint_auth_sources: (Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
2200
|
+
"""
|
2201
|
+
if http_endpoint_auth_sources is not None:
|
2202
|
+
pulumi.set(__self__, "http_endpoint_auth_sources", http_endpoint_auth_sources)
|
2203
|
+
|
2204
|
+
@_builtins.property
|
2205
|
+
@pulumi.getter(name="httpEndpointAuthSources")
|
2206
|
+
def http_endpoint_auth_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs']]]]:
|
2207
|
+
"""
|
2208
|
+
(Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
2209
|
+
"""
|
2210
|
+
return pulumi.get(self, "http_endpoint_auth_sources")
|
2211
|
+
|
2212
|
+
@http_endpoint_auth_sources.setter
|
2213
|
+
def http_endpoint_auth_sources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs']]]]):
|
2214
|
+
pulumi.set(self, "http_endpoint_auth_sources", value)
|
2215
|
+
|
2216
|
+
|
2217
|
+
if not MYPY:
|
2218
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgsDict(TypedDict):
|
2219
|
+
http_endpoint_auth_scope: NotRequired[pulumi.Input[_builtins.str]]
|
2220
|
+
"""
|
2221
|
+
(Updatable) Specifies the level from which credentials should be resolved.
|
2222
|
+
"""
|
2223
|
+
http_endpoint_auth_scope_config: NotRequired[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgsDict']]
|
2224
|
+
"""
|
2225
|
+
(Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
2226
|
+
"""
|
2227
|
+
elif False:
|
2228
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgsDict: TypeAlias = Mapping[str, Any]
|
2229
|
+
|
2230
|
+
@pulumi.input_type
|
2231
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceArgs:
|
2232
|
+
def __init__(__self__, *,
|
2233
|
+
http_endpoint_auth_scope: Optional[pulumi.Input[_builtins.str]] = None,
|
2234
|
+
http_endpoint_auth_scope_config: Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs']] = None):
|
2235
|
+
"""
|
2236
|
+
:param pulumi.Input[_builtins.str] http_endpoint_auth_scope: (Updatable) Specifies the level from which credentials should be resolved.
|
2237
|
+
:param pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs'] http_endpoint_auth_scope_config: (Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
2238
|
+
"""
|
2239
|
+
if http_endpoint_auth_scope is not None:
|
2240
|
+
pulumi.set(__self__, "http_endpoint_auth_scope", http_endpoint_auth_scope)
|
2241
|
+
if http_endpoint_auth_scope_config is not None:
|
2242
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config", http_endpoint_auth_scope_config)
|
2243
|
+
|
2244
|
+
@_builtins.property
|
2245
|
+
@pulumi.getter(name="httpEndpointAuthScope")
|
2246
|
+
def http_endpoint_auth_scope(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2247
|
+
"""
|
2248
|
+
(Updatable) Specifies the level from which credentials should be resolved.
|
2249
|
+
"""
|
2250
|
+
return pulumi.get(self, "http_endpoint_auth_scope")
|
2251
|
+
|
2252
|
+
@http_endpoint_auth_scope.setter
|
2253
|
+
def http_endpoint_auth_scope(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2254
|
+
pulumi.set(self, "http_endpoint_auth_scope", value)
|
2255
|
+
|
2256
|
+
@_builtins.property
|
2257
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfig")
|
2258
|
+
def http_endpoint_auth_scope_config(self) -> Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs']]:
|
2259
|
+
"""
|
2260
|
+
(Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
2261
|
+
"""
|
2262
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config")
|
2263
|
+
|
2264
|
+
@http_endpoint_auth_scope_config.setter
|
2265
|
+
def http_endpoint_auth_scope_config(self, value: Optional[pulumi.Input['AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs']]):
|
2266
|
+
pulumi.set(self, "http_endpoint_auth_scope_config", value)
|
2267
|
+
|
2268
|
+
|
2269
|
+
if not MYPY:
|
2270
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgsDict(TypedDict):
|
2271
|
+
http_endpoint_auth_scope_config_type: pulumi.Input[_builtins.str]
|
2272
|
+
"""
|
2273
|
+
(Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
2274
|
+
"""
|
2275
|
+
client_id: NotRequired[pulumi.Input[_builtins.str]]
|
2276
|
+
"""
|
2277
|
+
(Updatable) IDCS client ID.
|
2278
|
+
"""
|
2279
|
+
idcs_url: NotRequired[pulumi.Input[_builtins.str]]
|
2280
|
+
"""
|
2281
|
+
(Updatable) IDCS OpenID discovery endpoint.
|
2282
|
+
"""
|
2283
|
+
key_location: NotRequired[pulumi.Input[_builtins.str]]
|
2284
|
+
"""
|
2285
|
+
(Updatable) The location of the API key in the request.
|
2286
|
+
"""
|
2287
|
+
key_name: NotRequired[pulumi.Input[_builtins.str]]
|
2288
|
+
"""
|
2289
|
+
(Updatable) The name of the key parameter in the location.
|
2290
|
+
"""
|
2291
|
+
scope_url: NotRequired[pulumi.Input[_builtins.str]]
|
2292
|
+
"""
|
2293
|
+
(Updatable) OAuth2 scopes for token generation.
|
2294
|
+
"""
|
2295
|
+
vault_secret_id: NotRequired[pulumi.Input[_builtins.str]]
|
2296
|
+
"""
|
2297
|
+
(Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
2298
|
+
"""
|
2299
|
+
elif False:
|
2300
|
+
AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2301
|
+
|
2302
|
+
@pulumi.input_type
|
2303
|
+
class AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfigArgs:
|
2304
|
+
def __init__(__self__, *,
|
2305
|
+
http_endpoint_auth_scope_config_type: pulumi.Input[_builtins.str],
|
2306
|
+
client_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2307
|
+
idcs_url: Optional[pulumi.Input[_builtins.str]] = None,
|
2308
|
+
key_location: Optional[pulumi.Input[_builtins.str]] = None,
|
2309
|
+
key_name: Optional[pulumi.Input[_builtins.str]] = None,
|
2310
|
+
scope_url: Optional[pulumi.Input[_builtins.str]] = None,
|
2311
|
+
vault_secret_id: Optional[pulumi.Input[_builtins.str]] = None):
|
2312
|
+
"""
|
2313
|
+
:param pulumi.Input[_builtins.str] http_endpoint_auth_scope_config_type: (Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
2314
|
+
:param pulumi.Input[_builtins.str] client_id: (Updatable) IDCS client ID.
|
2315
|
+
:param pulumi.Input[_builtins.str] idcs_url: (Updatable) IDCS OpenID discovery endpoint.
|
2316
|
+
:param pulumi.Input[_builtins.str] key_location: (Updatable) The location of the API key in the request.
|
2317
|
+
:param pulumi.Input[_builtins.str] key_name: (Updatable) The name of the key parameter in the location.
|
2318
|
+
:param pulumi.Input[_builtins.str] scope_url: (Updatable) OAuth2 scopes for token generation.
|
2319
|
+
:param pulumi.Input[_builtins.str] vault_secret_id: (Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
2320
|
+
"""
|
2321
|
+
pulumi.set(__self__, "http_endpoint_auth_scope_config_type", http_endpoint_auth_scope_config_type)
|
2322
|
+
if client_id is not None:
|
2323
|
+
pulumi.set(__self__, "client_id", client_id)
|
2324
|
+
if idcs_url is not None:
|
2325
|
+
pulumi.set(__self__, "idcs_url", idcs_url)
|
2326
|
+
if key_location is not None:
|
2327
|
+
pulumi.set(__self__, "key_location", key_location)
|
2328
|
+
if key_name is not None:
|
2329
|
+
pulumi.set(__self__, "key_name", key_name)
|
2330
|
+
if scope_url is not None:
|
2331
|
+
pulumi.set(__self__, "scope_url", scope_url)
|
2332
|
+
if vault_secret_id is not None:
|
2333
|
+
pulumi.set(__self__, "vault_secret_id", vault_secret_id)
|
2334
|
+
|
2335
|
+
@_builtins.property
|
2336
|
+
@pulumi.getter(name="httpEndpointAuthScopeConfigType")
|
2337
|
+
def http_endpoint_auth_scope_config_type(self) -> pulumi.Input[_builtins.str]:
|
2338
|
+
"""
|
2339
|
+
(Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
2340
|
+
"""
|
2341
|
+
return pulumi.get(self, "http_endpoint_auth_scope_config_type")
|
2342
|
+
|
2343
|
+
@http_endpoint_auth_scope_config_type.setter
|
2344
|
+
def http_endpoint_auth_scope_config_type(self, value: pulumi.Input[_builtins.str]):
|
2345
|
+
pulumi.set(self, "http_endpoint_auth_scope_config_type", value)
|
2346
|
+
|
2347
|
+
@_builtins.property
|
2348
|
+
@pulumi.getter(name="clientId")
|
2349
|
+
def client_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2350
|
+
"""
|
2351
|
+
(Updatable) IDCS client ID.
|
2352
|
+
"""
|
2353
|
+
return pulumi.get(self, "client_id")
|
2354
|
+
|
2355
|
+
@client_id.setter
|
2356
|
+
def client_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2357
|
+
pulumi.set(self, "client_id", value)
|
2358
|
+
|
2359
|
+
@_builtins.property
|
2360
|
+
@pulumi.getter(name="idcsUrl")
|
2361
|
+
def idcs_url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2362
|
+
"""
|
2363
|
+
(Updatable) IDCS OpenID discovery endpoint.
|
2364
|
+
"""
|
2365
|
+
return pulumi.get(self, "idcs_url")
|
2366
|
+
|
2367
|
+
@idcs_url.setter
|
2368
|
+
def idcs_url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2369
|
+
pulumi.set(self, "idcs_url", value)
|
2370
|
+
|
2371
|
+
@_builtins.property
|
2372
|
+
@pulumi.getter(name="keyLocation")
|
2373
|
+
def key_location(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2374
|
+
"""
|
2375
|
+
(Updatable) The location of the API key in the request.
|
2376
|
+
"""
|
2377
|
+
return pulumi.get(self, "key_location")
|
2378
|
+
|
2379
|
+
@key_location.setter
|
2380
|
+
def key_location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2381
|
+
pulumi.set(self, "key_location", value)
|
2382
|
+
|
2383
|
+
@_builtins.property
|
2384
|
+
@pulumi.getter(name="keyName")
|
2385
|
+
def key_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2386
|
+
"""
|
2387
|
+
(Updatable) The name of the key parameter in the location.
|
2388
|
+
"""
|
2389
|
+
return pulumi.get(self, "key_name")
|
2390
|
+
|
2391
|
+
@key_name.setter
|
2392
|
+
def key_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2393
|
+
pulumi.set(self, "key_name", value)
|
2394
|
+
|
2395
|
+
@_builtins.property
|
2396
|
+
@pulumi.getter(name="scopeUrl")
|
2397
|
+
def scope_url(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2398
|
+
"""
|
2399
|
+
(Updatable) OAuth2 scopes for token generation.
|
2400
|
+
"""
|
2401
|
+
return pulumi.get(self, "scope_url")
|
2402
|
+
|
2403
|
+
@scope_url.setter
|
2404
|
+
def scope_url(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2405
|
+
pulumi.set(self, "scope_url", value)
|
2406
|
+
|
2407
|
+
@_builtins.property
|
2408
|
+
@pulumi.getter(name="vaultSecretId")
|
2409
|
+
def vault_secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2410
|
+
"""
|
2411
|
+
(Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
2412
|
+
"""
|
2413
|
+
return pulumi.get(self, "vault_secret_id")
|
2414
|
+
|
2415
|
+
@vault_secret_id.setter
|
2416
|
+
def vault_secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2417
|
+
pulumi.set(self, "vault_secret_id", value)
|
2418
|
+
|
2419
|
+
|
1911
2420
|
if not MYPY:
|
1912
2421
|
class AgentToolToolConfigIclExamplesArgsDict(TypedDict):
|
1913
2422
|
input_location_type: pulumi.Input[_builtins.str]
|