pulumi-oci 1.21.0a1706749393__py3-none-any.whl → 1.22.0a1706814317__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 +16 -0
- pulumi_oci/_utilities.py +6 -2
- pulumi_oci/config/__init__.pyi +0 -4
- pulumi_oci/config/vars.py +0 -4
- pulumi_oci/database/autonomous_database.py +49 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/get_managed_preferred_credential.py +19 -1
- pulumi_oci/database/outputs.py +21 -0
- pulumi_oci/databasemanagement/__init__.py +3 -0
- pulumi_oci/databasemanagement/_inputs.py +863 -48
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_users.py +22 -5
- pulumi_oci/databasemanagement/get_external_listener_services.py +22 -5
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +46 -37
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +18 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_named_credential.py +249 -0
- pulumi_oci/databasemanagement/get_named_credentials.py +216 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +99 -37
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +91 -29
- pulumi_oci/databasemanagement/named_credential.py +635 -0
- pulumi_oci/databasemanagement/outputs.py +1896 -157
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +798 -0
- pulumi_oci/dataintegration/get_workspace_application_patch.py +391 -0
- pulumi_oci/dataintegration/get_workspace_application_patches.py +207 -0
- pulumi_oci/dataintegration/get_workspace_import_request.py +14 -1
- pulumi_oci/dataintegration/outputs.py +2844 -739
- pulumi_oci/dataintegration/workspace_application_patch.py +1026 -0
- pulumi_oci/dataintegration/workspace_import_request.py +49 -0
- pulumi_oci/ospgateway/_inputs.py +16 -0
- pulumi_oci/ospgateway/outputs.py +94 -19
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/METADATA +2 -1
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/RECORD +56 -50
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,7 @@ __all__ = [
|
|
18
18
|
'ExternalDbSystemConnectorConnectionInfo',
|
19
19
|
'ExternalDbSystemConnectorConnectionInfoConnectionCredential',
|
20
20
|
'ExternalDbSystemConnectorConnectionInfoConnectionString',
|
21
|
+
'ExternalDbSystemConnectorConnectionInfoDatabaseCredential',
|
21
22
|
'ExternalDbSystemDatabaseManagementConfig',
|
22
23
|
'ExternalDbSystemDiscoveryDiscoveredComponent',
|
23
24
|
'ExternalDbSystemDiscoveryDiscoveredComponentAsmInstance',
|
@@ -27,10 +28,12 @@ __all__ = [
|
|
27
28
|
'ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo',
|
28
29
|
'ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential',
|
29
30
|
'ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString',
|
31
|
+
'ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential',
|
30
32
|
'ExternalDbSystemDiscoveryDiscoveredComponentConnector',
|
31
33
|
'ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo',
|
32
34
|
'ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential',
|
33
35
|
'ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString',
|
36
|
+
'ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential',
|
34
37
|
'ExternalDbSystemDiscoveryDiscoveredComponentEndpoint',
|
35
38
|
'ExternalDbSystemDiscoveryDiscoveredComponentNetworkConfiguration',
|
36
39
|
'ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabase',
|
@@ -38,6 +41,7 @@ __all__ = [
|
|
38
41
|
'ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo',
|
39
42
|
'ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential',
|
40
43
|
'ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString',
|
44
|
+
'ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential',
|
41
45
|
'ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration',
|
42
46
|
'ExternalDbSystemDiscoveryDiscoveredComponentVipConfiguration',
|
43
47
|
'ExternalDbSystemDiscoveryPatchOperation',
|
@@ -55,8 +59,11 @@ __all__ = [
|
|
55
59
|
'ExternalListenerServicedDatabase',
|
56
60
|
'ManagedDatabaseGroupManagedDatabase',
|
57
61
|
'ManagedDatabasesChangeDatabaseParameterCredentials',
|
62
|
+
'ManagedDatabasesChangeDatabaseParameterDatabaseCredential',
|
58
63
|
'ManagedDatabasesChangeDatabaseParameterParameter',
|
59
64
|
'ManagedDatabasesResetDatabaseParameterCredentials',
|
65
|
+
'ManagedDatabasesResetDatabaseParameterDatabaseCredential',
|
66
|
+
'NamedCredentialContent',
|
60
67
|
'GetDbManagementPrivateEndpointAssociatedDatabaseItemResult',
|
61
68
|
'GetDbManagementPrivateEndpointAssociatedDatabasesAssociatedDatabaseCollectionResult',
|
62
69
|
'GetDbManagementPrivateEndpointAssociatedDatabasesAssociatedDatabaseCollectionItemResult',
|
@@ -107,11 +114,13 @@ __all__ = [
|
|
107
114
|
'GetExternalDbSystemConnectorConnectionInfoResult',
|
108
115
|
'GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult',
|
109
116
|
'GetExternalDbSystemConnectorConnectionInfoConnectionStringResult',
|
117
|
+
'GetExternalDbSystemConnectorConnectionInfoDatabaseCredentialResult',
|
110
118
|
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionResult',
|
111
119
|
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemResult',
|
112
120
|
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoResult',
|
113
121
|
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionCredentialResult',
|
114
122
|
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionStringResult',
|
123
|
+
'GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredentialResult',
|
115
124
|
'GetExternalDbSystemConnectorsFilterResult',
|
116
125
|
'GetExternalDbSystemDatabaseManagementConfigResult',
|
117
126
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionResult',
|
@@ -124,10 +133,12 @@ __all__ = [
|
|
124
133
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoResult',
|
125
134
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult',
|
126
135
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult',
|
136
|
+
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult',
|
127
137
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorResult',
|
128
138
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoResult',
|
129
139
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult',
|
130
140
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionStringResult',
|
141
|
+
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult',
|
131
142
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentEndpointResult',
|
132
143
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentNetworkConfigurationResult',
|
133
144
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseResult',
|
@@ -135,6 +146,7 @@ __all__ = [
|
|
135
146
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoResult',
|
136
147
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult',
|
137
148
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult',
|
149
|
+
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult',
|
138
150
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfigurationResult',
|
139
151
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentVipConfigurationResult',
|
140
152
|
'GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatchOperationResult',
|
@@ -152,10 +164,12 @@ __all__ = [
|
|
152
164
|
'GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoResult',
|
153
165
|
'GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult',
|
154
166
|
'GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult',
|
167
|
+
'GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult',
|
155
168
|
'GetExternalDbSystemDiscoveryDiscoveredComponentConnectorResult',
|
156
169
|
'GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoResult',
|
157
170
|
'GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult',
|
158
171
|
'GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringResult',
|
172
|
+
'GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult',
|
159
173
|
'GetExternalDbSystemDiscoveryDiscoveredComponentEndpointResult',
|
160
174
|
'GetExternalDbSystemDiscoveryDiscoveredComponentNetworkConfigurationResult',
|
161
175
|
'GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseResult',
|
@@ -163,6 +177,7 @@ __all__ = [
|
|
163
177
|
'GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoResult',
|
164
178
|
'GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult',
|
165
179
|
'GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult',
|
180
|
+
'GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult',
|
166
181
|
'GetExternalDbSystemDiscoveryDiscoveredComponentScanConfigurationResult',
|
167
182
|
'GetExternalDbSystemDiscoveryDiscoveredComponentVipConfigurationResult',
|
168
183
|
'GetExternalDbSystemDiscoveryPatchOperationResult',
|
@@ -359,6 +374,11 @@ __all__ = [
|
|
359
374
|
'GetManagedMySqlDatabasesFilterResult',
|
360
375
|
'GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionResult',
|
361
376
|
'GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult',
|
377
|
+
'GetNamedCredentialContentResult',
|
378
|
+
'GetNamedCredentialsFilterResult',
|
379
|
+
'GetNamedCredentialsNamedCredentialCollectionResult',
|
380
|
+
'GetNamedCredentialsNamedCredentialCollectionItemResult',
|
381
|
+
'GetNamedCredentialsNamedCredentialCollectionItemContentResult',
|
362
382
|
]
|
363
383
|
|
364
384
|
@pulumi.output_type
|
@@ -706,6 +726,8 @@ class ExternalDbSystemConnectorConnectionInfo(dict):
|
|
706
726
|
suggest = "connection_credentials"
|
707
727
|
elif key == "connectionStrings":
|
708
728
|
suggest = "connection_strings"
|
729
|
+
elif key == "databaseCredentials":
|
730
|
+
suggest = "database_credentials"
|
709
731
|
|
710
732
|
if suggest:
|
711
733
|
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemConnectorConnectionInfo. Access the value via the '{suggest}' property getter instead.")
|
@@ -721,17 +743,21 @@ class ExternalDbSystemConnectorConnectionInfo(dict):
|
|
721
743
|
def __init__(__self__, *,
|
722
744
|
component_type: str,
|
723
745
|
connection_credentials: Optional[Sequence['outputs.ExternalDbSystemConnectorConnectionInfoConnectionCredential']] = None,
|
724
|
-
connection_strings: Optional[Sequence['outputs.ExternalDbSystemConnectorConnectionInfoConnectionString']] = None
|
746
|
+
connection_strings: Optional[Sequence['outputs.ExternalDbSystemConnectorConnectionInfoConnectionString']] = None,
|
747
|
+
database_credentials: Optional[Sequence['outputs.ExternalDbSystemConnectorConnectionInfoDatabaseCredential']] = None):
|
725
748
|
"""
|
726
749
|
:param str component_type: The component type.
|
727
750
|
:param Sequence['ExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
728
751
|
:param Sequence['ExternalDbSystemConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
752
|
+
:param Sequence['ExternalDbSystemConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
729
753
|
"""
|
730
754
|
pulumi.set(__self__, "component_type", component_type)
|
731
755
|
if connection_credentials is not None:
|
732
756
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
733
757
|
if connection_strings is not None:
|
734
758
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
759
|
+
if database_credentials is not None:
|
760
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
735
761
|
|
736
762
|
@property
|
737
763
|
@pulumi.getter(name="componentType")
|
@@ -757,6 +783,14 @@ class ExternalDbSystemConnectorConnectionInfo(dict):
|
|
757
783
|
"""
|
758
784
|
return pulumi.get(self, "connection_strings")
|
759
785
|
|
786
|
+
@property
|
787
|
+
@pulumi.getter(name="databaseCredentials")
|
788
|
+
def database_credentials(self) -> Optional[Sequence['outputs.ExternalDbSystemConnectorConnectionInfoDatabaseCredential']]:
|
789
|
+
"""
|
790
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
791
|
+
"""
|
792
|
+
return pulumi.get(self, "database_credentials")
|
793
|
+
|
760
794
|
|
761
795
|
@pulumi.output_type
|
762
796
|
class ExternalDbSystemConnectorConnectionInfoConnectionCredential(dict):
|
@@ -794,9 +828,9 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredential(dict):
|
|
794
828
|
user_name: Optional[str] = None):
|
795
829
|
"""
|
796
830
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
797
|
-
:param str credential_type: The type of credential
|
798
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
799
|
-
:param str role: The role of the user
|
831
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
832
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
833
|
+
:param str role: The role of the database user.
|
800
834
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
801
835
|
:param str user_name: The user name used to connect to the ASM instance.
|
802
836
|
"""
|
@@ -825,7 +859,7 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredential(dict):
|
|
825
859
|
@pulumi.getter(name="credentialType")
|
826
860
|
def credential_type(self) -> Optional[str]:
|
827
861
|
"""
|
828
|
-
The type of credential
|
862
|
+
The type of the credential for tablespace administration tasks.
|
829
863
|
"""
|
830
864
|
return pulumi.get(self, "credential_type")
|
831
865
|
|
@@ -833,7 +867,7 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredential(dict):
|
|
833
867
|
@pulumi.getter(name="passwordSecretId")
|
834
868
|
def password_secret_id(self) -> Optional[str]:
|
835
869
|
"""
|
836
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
870
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
837
871
|
"""
|
838
872
|
return pulumi.get(self, "password_secret_id")
|
839
873
|
|
@@ -841,7 +875,7 @@ class ExternalDbSystemConnectorConnectionInfoConnectionCredential(dict):
|
|
841
875
|
@pulumi.getter
|
842
876
|
def role(self) -> Optional[str]:
|
843
877
|
"""
|
844
|
-
The role of the user
|
878
|
+
The role of the database user.
|
845
879
|
"""
|
846
880
|
return pulumi.get(self, "role")
|
847
881
|
|
@@ -946,6 +980,106 @@ class ExternalDbSystemConnectorConnectionInfoConnectionString(dict):
|
|
946
980
|
return pulumi.get(self, "service")
|
947
981
|
|
948
982
|
|
983
|
+
@pulumi.output_type
|
984
|
+
class ExternalDbSystemConnectorConnectionInfoDatabaseCredential(dict):
|
985
|
+
@staticmethod
|
986
|
+
def __key_warning(key: str):
|
987
|
+
suggest = None
|
988
|
+
if key == "credentialType":
|
989
|
+
suggest = "credential_type"
|
990
|
+
elif key == "namedCredentialId":
|
991
|
+
suggest = "named_credential_id"
|
992
|
+
elif key == "passwordSecretId":
|
993
|
+
suggest = "password_secret_id"
|
994
|
+
|
995
|
+
if suggest:
|
996
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemConnectorConnectionInfoDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
997
|
+
|
998
|
+
def __getitem__(self, key: str) -> Any:
|
999
|
+
ExternalDbSystemConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
1000
|
+
return super().__getitem__(key)
|
1001
|
+
|
1002
|
+
def get(self, key: str, default = None) -> Any:
|
1003
|
+
ExternalDbSystemConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
1004
|
+
return super().get(key, default)
|
1005
|
+
|
1006
|
+
def __init__(__self__, *,
|
1007
|
+
credential_type: Optional[str] = None,
|
1008
|
+
named_credential_id: Optional[str] = None,
|
1009
|
+
password: Optional[str] = None,
|
1010
|
+
password_secret_id: Optional[str] = None,
|
1011
|
+
role: Optional[str] = None,
|
1012
|
+
username: Optional[str] = None):
|
1013
|
+
"""
|
1014
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
1015
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
1016
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
1017
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
1018
|
+
:param str role: The role of the database user.
|
1019
|
+
:param str username: The user to connect to the database.
|
1020
|
+
"""
|
1021
|
+
if credential_type is not None:
|
1022
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
1023
|
+
if named_credential_id is not None:
|
1024
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
1025
|
+
if password is not None:
|
1026
|
+
pulumi.set(__self__, "password", password)
|
1027
|
+
if password_secret_id is not None:
|
1028
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
1029
|
+
if role is not None:
|
1030
|
+
pulumi.set(__self__, "role", role)
|
1031
|
+
if username is not None:
|
1032
|
+
pulumi.set(__self__, "username", username)
|
1033
|
+
|
1034
|
+
@property
|
1035
|
+
@pulumi.getter(name="credentialType")
|
1036
|
+
def credential_type(self) -> Optional[str]:
|
1037
|
+
"""
|
1038
|
+
The type of the credential for tablespace administration tasks.
|
1039
|
+
"""
|
1040
|
+
return pulumi.get(self, "credential_type")
|
1041
|
+
|
1042
|
+
@property
|
1043
|
+
@pulumi.getter(name="namedCredentialId")
|
1044
|
+
def named_credential_id(self) -> Optional[str]:
|
1045
|
+
"""
|
1046
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
1047
|
+
"""
|
1048
|
+
return pulumi.get(self, "named_credential_id")
|
1049
|
+
|
1050
|
+
@property
|
1051
|
+
@pulumi.getter
|
1052
|
+
def password(self) -> Optional[str]:
|
1053
|
+
"""
|
1054
|
+
The database user's password encoded using BASE64 scheme.
|
1055
|
+
"""
|
1056
|
+
return pulumi.get(self, "password")
|
1057
|
+
|
1058
|
+
@property
|
1059
|
+
@pulumi.getter(name="passwordSecretId")
|
1060
|
+
def password_secret_id(self) -> Optional[str]:
|
1061
|
+
"""
|
1062
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
1063
|
+
"""
|
1064
|
+
return pulumi.get(self, "password_secret_id")
|
1065
|
+
|
1066
|
+
@property
|
1067
|
+
@pulumi.getter
|
1068
|
+
def role(self) -> Optional[str]:
|
1069
|
+
"""
|
1070
|
+
The role of the database user.
|
1071
|
+
"""
|
1072
|
+
return pulumi.get(self, "role")
|
1073
|
+
|
1074
|
+
@property
|
1075
|
+
@pulumi.getter
|
1076
|
+
def username(self) -> Optional[str]:
|
1077
|
+
"""
|
1078
|
+
The user to connect to the database.
|
1079
|
+
"""
|
1080
|
+
return pulumi.get(self, "username")
|
1081
|
+
|
1082
|
+
|
949
1083
|
@pulumi.output_type
|
950
1084
|
class ExternalDbSystemDatabaseManagementConfig(dict):
|
951
1085
|
@staticmethod
|
@@ -2006,6 +2140,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2006
2140
|
suggest = "connection_credentials"
|
2007
2141
|
elif key == "connectionStrings":
|
2008
2142
|
suggest = "connection_strings"
|
2143
|
+
elif key == "databaseCredentials":
|
2144
|
+
suggest = "database_credentials"
|
2009
2145
|
|
2010
2146
|
if suggest:
|
2011
2147
|
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfo. Access the value via the '{suggest}' property getter instead.")
|
@@ -2021,11 +2157,13 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2021
2157
|
def __init__(__self__, *,
|
2022
2158
|
component_type: Optional[str] = None,
|
2023
2159
|
connection_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential']] = None,
|
2024
|
-
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString']] = None
|
2160
|
+
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionString']] = None,
|
2161
|
+
database_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential']] = None):
|
2025
2162
|
"""
|
2026
2163
|
:param str component_type: The component type.
|
2027
2164
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
2028
2165
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
2166
|
+
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
2029
2167
|
"""
|
2030
2168
|
if component_type is not None:
|
2031
2169
|
pulumi.set(__self__, "component_type", component_type)
|
@@ -2033,6 +2171,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2033
2171
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
2034
2172
|
if connection_strings is not None:
|
2035
2173
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
2174
|
+
if database_credentials is not None:
|
2175
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
2036
2176
|
|
2037
2177
|
@property
|
2038
2178
|
@pulumi.getter(name="componentType")
|
@@ -2058,6 +2198,14 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2058
2198
|
"""
|
2059
2199
|
return pulumi.get(self, "connection_strings")
|
2060
2200
|
|
2201
|
+
@property
|
2202
|
+
@pulumi.getter(name="databaseCredentials")
|
2203
|
+
def database_credentials(self) -> Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential']]:
|
2204
|
+
"""
|
2205
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
2206
|
+
"""
|
2207
|
+
return pulumi.get(self, "database_credentials")
|
2208
|
+
|
2061
2209
|
|
2062
2210
|
@pulumi.output_type
|
2063
2211
|
class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredential(dict):
|
@@ -2095,9 +2243,9 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2095
2243
|
user_name: Optional[str] = None):
|
2096
2244
|
"""
|
2097
2245
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
2098
|
-
:param str credential_type: The type of credential
|
2099
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
2100
|
-
:param str role: The role of the user
|
2246
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
2247
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2248
|
+
:param str role: The role of the database user.
|
2101
2249
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
2102
2250
|
:param str user_name: The user name used to connect to the ASM instance.
|
2103
2251
|
"""
|
@@ -2126,7 +2274,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2126
2274
|
@pulumi.getter(name="credentialType")
|
2127
2275
|
def credential_type(self) -> Optional[str]:
|
2128
2276
|
"""
|
2129
|
-
The type of credential
|
2277
|
+
The type of the credential for tablespace administration tasks.
|
2130
2278
|
"""
|
2131
2279
|
return pulumi.get(self, "credential_type")
|
2132
2280
|
|
@@ -2134,7 +2282,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2134
2282
|
@pulumi.getter(name="passwordSecretId")
|
2135
2283
|
def password_secret_id(self) -> Optional[str]:
|
2136
2284
|
"""
|
2137
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
2285
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2138
2286
|
"""
|
2139
2287
|
return pulumi.get(self, "password_secret_id")
|
2140
2288
|
|
@@ -2142,7 +2290,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2142
2290
|
@pulumi.getter
|
2143
2291
|
def role(self) -> Optional[str]:
|
2144
2292
|
"""
|
2145
|
-
The role of the user
|
2293
|
+
The role of the database user.
|
2146
2294
|
"""
|
2147
2295
|
return pulumi.get(self, "role")
|
2148
2296
|
|
@@ -2247,6 +2395,106 @@ class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnec
|
|
2247
2395
|
return pulumi.get(self, "service")
|
2248
2396
|
|
2249
2397
|
|
2398
|
+
@pulumi.output_type
|
2399
|
+
class ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential(dict):
|
2400
|
+
@staticmethod
|
2401
|
+
def __key_warning(key: str):
|
2402
|
+
suggest = None
|
2403
|
+
if key == "credentialType":
|
2404
|
+
suggest = "credential_type"
|
2405
|
+
elif key == "namedCredentialId":
|
2406
|
+
suggest = "named_credential_id"
|
2407
|
+
elif key == "passwordSecretId":
|
2408
|
+
suggest = "password_secret_id"
|
2409
|
+
|
2410
|
+
if suggest:
|
2411
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
2412
|
+
|
2413
|
+
def __getitem__(self, key: str) -> Any:
|
2414
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
2415
|
+
return super().__getitem__(key)
|
2416
|
+
|
2417
|
+
def get(self, key: str, default = None) -> Any:
|
2418
|
+
ExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
2419
|
+
return super().get(key, default)
|
2420
|
+
|
2421
|
+
def __init__(__self__, *,
|
2422
|
+
credential_type: Optional[str] = None,
|
2423
|
+
named_credential_id: Optional[str] = None,
|
2424
|
+
password: Optional[str] = None,
|
2425
|
+
password_secret_id: Optional[str] = None,
|
2426
|
+
role: Optional[str] = None,
|
2427
|
+
username: Optional[str] = None):
|
2428
|
+
"""
|
2429
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
2430
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2431
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
2432
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2433
|
+
:param str role: The role of the database user.
|
2434
|
+
:param str username: The user to connect to the database.
|
2435
|
+
"""
|
2436
|
+
if credential_type is not None:
|
2437
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
2438
|
+
if named_credential_id is not None:
|
2439
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2440
|
+
if password is not None:
|
2441
|
+
pulumi.set(__self__, "password", password)
|
2442
|
+
if password_secret_id is not None:
|
2443
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2444
|
+
if role is not None:
|
2445
|
+
pulumi.set(__self__, "role", role)
|
2446
|
+
if username is not None:
|
2447
|
+
pulumi.set(__self__, "username", username)
|
2448
|
+
|
2449
|
+
@property
|
2450
|
+
@pulumi.getter(name="credentialType")
|
2451
|
+
def credential_type(self) -> Optional[str]:
|
2452
|
+
"""
|
2453
|
+
The type of the credential for tablespace administration tasks.
|
2454
|
+
"""
|
2455
|
+
return pulumi.get(self, "credential_type")
|
2456
|
+
|
2457
|
+
@property
|
2458
|
+
@pulumi.getter(name="namedCredentialId")
|
2459
|
+
def named_credential_id(self) -> Optional[str]:
|
2460
|
+
"""
|
2461
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2462
|
+
"""
|
2463
|
+
return pulumi.get(self, "named_credential_id")
|
2464
|
+
|
2465
|
+
@property
|
2466
|
+
@pulumi.getter
|
2467
|
+
def password(self) -> Optional[str]:
|
2468
|
+
"""
|
2469
|
+
The database user's password encoded using BASE64 scheme.
|
2470
|
+
"""
|
2471
|
+
return pulumi.get(self, "password")
|
2472
|
+
|
2473
|
+
@property
|
2474
|
+
@pulumi.getter(name="passwordSecretId")
|
2475
|
+
def password_secret_id(self) -> Optional[str]:
|
2476
|
+
"""
|
2477
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2478
|
+
"""
|
2479
|
+
return pulumi.get(self, "password_secret_id")
|
2480
|
+
|
2481
|
+
@property
|
2482
|
+
@pulumi.getter
|
2483
|
+
def role(self) -> Optional[str]:
|
2484
|
+
"""
|
2485
|
+
The role of the database user.
|
2486
|
+
"""
|
2487
|
+
return pulumi.get(self, "role")
|
2488
|
+
|
2489
|
+
@property
|
2490
|
+
@pulumi.getter
|
2491
|
+
def username(self) -> Optional[str]:
|
2492
|
+
"""
|
2493
|
+
The user to connect to the database.
|
2494
|
+
"""
|
2495
|
+
return pulumi.get(self, "username")
|
2496
|
+
|
2497
|
+
|
2250
2498
|
@pulumi.output_type
|
2251
2499
|
class ExternalDbSystemDiscoveryDiscoveredComponentConnector(dict):
|
2252
2500
|
@staticmethod
|
@@ -2378,6 +2626,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo(dict):
|
|
2378
2626
|
suggest = "connection_credentials"
|
2379
2627
|
elif key == "connectionStrings":
|
2380
2628
|
suggest = "connection_strings"
|
2629
|
+
elif key == "databaseCredentials":
|
2630
|
+
suggest = "database_credentials"
|
2381
2631
|
|
2382
2632
|
if suggest:
|
2383
2633
|
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo. Access the value via the '{suggest}' property getter instead.")
|
@@ -2393,11 +2643,13 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo(dict):
|
|
2393
2643
|
def __init__(__self__, *,
|
2394
2644
|
component_type: Optional[str] = None,
|
2395
2645
|
connection_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential']] = None,
|
2396
|
-
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString']] = None
|
2646
|
+
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionString']] = None,
|
2647
|
+
database_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential']] = None):
|
2397
2648
|
"""
|
2398
2649
|
:param str component_type: The component type.
|
2399
2650
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
2400
2651
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
2652
|
+
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
2401
2653
|
"""
|
2402
2654
|
if component_type is not None:
|
2403
2655
|
pulumi.set(__self__, "component_type", component_type)
|
@@ -2405,6 +2657,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo(dict):
|
|
2405
2657
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
2406
2658
|
if connection_strings is not None:
|
2407
2659
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
2660
|
+
if database_credentials is not None:
|
2661
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
2408
2662
|
|
2409
2663
|
@property
|
2410
2664
|
@pulumi.getter(name="componentType")
|
@@ -2430,6 +2684,14 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfo(dict):
|
|
2430
2684
|
"""
|
2431
2685
|
return pulumi.get(self, "connection_strings")
|
2432
2686
|
|
2687
|
+
@property
|
2688
|
+
@pulumi.getter(name="databaseCredentials")
|
2689
|
+
def database_credentials(self) -> Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential']]:
|
2690
|
+
"""
|
2691
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
2692
|
+
"""
|
2693
|
+
return pulumi.get(self, "database_credentials")
|
2694
|
+
|
2433
2695
|
|
2434
2696
|
@pulumi.output_type
|
2435
2697
|
class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredential(dict):
|
@@ -2467,9 +2729,9 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2467
2729
|
user_name: Optional[str] = None):
|
2468
2730
|
"""
|
2469
2731
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
2470
|
-
:param str credential_type: The type of credential
|
2471
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
2472
|
-
:param str role: The role of the user
|
2732
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
2733
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2734
|
+
:param str role: The role of the database user.
|
2473
2735
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
2474
2736
|
:param str user_name: The user name used to connect to the ASM instance.
|
2475
2737
|
"""
|
@@ -2498,7 +2760,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2498
2760
|
@pulumi.getter(name="credentialType")
|
2499
2761
|
def credential_type(self) -> Optional[str]:
|
2500
2762
|
"""
|
2501
|
-
The type of credential
|
2763
|
+
The type of the credential for tablespace administration tasks.
|
2502
2764
|
"""
|
2503
2765
|
return pulumi.get(self, "credential_type")
|
2504
2766
|
|
@@ -2506,7 +2768,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2506
2768
|
@pulumi.getter(name="passwordSecretId")
|
2507
2769
|
def password_secret_id(self) -> Optional[str]:
|
2508
2770
|
"""
|
2509
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
2771
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2510
2772
|
"""
|
2511
2773
|
return pulumi.get(self, "password_secret_id")
|
2512
2774
|
|
@@ -2514,7 +2776,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2514
2776
|
@pulumi.getter
|
2515
2777
|
def role(self) -> Optional[str]:
|
2516
2778
|
"""
|
2517
|
-
The role of the user
|
2779
|
+
The role of the database user.
|
2518
2780
|
"""
|
2519
2781
|
return pulumi.get(self, "role")
|
2520
2782
|
|
@@ -2619,6 +2881,106 @@ class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnect
|
|
2619
2881
|
return pulumi.get(self, "service")
|
2620
2882
|
|
2621
2883
|
|
2884
|
+
@pulumi.output_type
|
2885
|
+
class ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential(dict):
|
2886
|
+
@staticmethod
|
2887
|
+
def __key_warning(key: str):
|
2888
|
+
suggest = None
|
2889
|
+
if key == "credentialType":
|
2890
|
+
suggest = "credential_type"
|
2891
|
+
elif key == "namedCredentialId":
|
2892
|
+
suggest = "named_credential_id"
|
2893
|
+
elif key == "passwordSecretId":
|
2894
|
+
suggest = "password_secret_id"
|
2895
|
+
|
2896
|
+
if suggest:
|
2897
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
2898
|
+
|
2899
|
+
def __getitem__(self, key: str) -> Any:
|
2900
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
2901
|
+
return super().__getitem__(key)
|
2902
|
+
|
2903
|
+
def get(self, key: str, default = None) -> Any:
|
2904
|
+
ExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
2905
|
+
return super().get(key, default)
|
2906
|
+
|
2907
|
+
def __init__(__self__, *,
|
2908
|
+
credential_type: Optional[str] = None,
|
2909
|
+
named_credential_id: Optional[str] = None,
|
2910
|
+
password: Optional[str] = None,
|
2911
|
+
password_secret_id: Optional[str] = None,
|
2912
|
+
role: Optional[str] = None,
|
2913
|
+
username: Optional[str] = None):
|
2914
|
+
"""
|
2915
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
2916
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2917
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
2918
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2919
|
+
:param str role: The role of the database user.
|
2920
|
+
:param str username: The user to connect to the database.
|
2921
|
+
"""
|
2922
|
+
if credential_type is not None:
|
2923
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
2924
|
+
if named_credential_id is not None:
|
2925
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
2926
|
+
if password is not None:
|
2927
|
+
pulumi.set(__self__, "password", password)
|
2928
|
+
if password_secret_id is not None:
|
2929
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
2930
|
+
if role is not None:
|
2931
|
+
pulumi.set(__self__, "role", role)
|
2932
|
+
if username is not None:
|
2933
|
+
pulumi.set(__self__, "username", username)
|
2934
|
+
|
2935
|
+
@property
|
2936
|
+
@pulumi.getter(name="credentialType")
|
2937
|
+
def credential_type(self) -> Optional[str]:
|
2938
|
+
"""
|
2939
|
+
The type of the credential for tablespace administration tasks.
|
2940
|
+
"""
|
2941
|
+
return pulumi.get(self, "credential_type")
|
2942
|
+
|
2943
|
+
@property
|
2944
|
+
@pulumi.getter(name="namedCredentialId")
|
2945
|
+
def named_credential_id(self) -> Optional[str]:
|
2946
|
+
"""
|
2947
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
2948
|
+
"""
|
2949
|
+
return pulumi.get(self, "named_credential_id")
|
2950
|
+
|
2951
|
+
@property
|
2952
|
+
@pulumi.getter
|
2953
|
+
def password(self) -> Optional[str]:
|
2954
|
+
"""
|
2955
|
+
The database user's password encoded using BASE64 scheme.
|
2956
|
+
"""
|
2957
|
+
return pulumi.get(self, "password")
|
2958
|
+
|
2959
|
+
@property
|
2960
|
+
@pulumi.getter(name="passwordSecretId")
|
2961
|
+
def password_secret_id(self) -> Optional[str]:
|
2962
|
+
"""
|
2963
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
2964
|
+
"""
|
2965
|
+
return pulumi.get(self, "password_secret_id")
|
2966
|
+
|
2967
|
+
@property
|
2968
|
+
@pulumi.getter
|
2969
|
+
def role(self) -> Optional[str]:
|
2970
|
+
"""
|
2971
|
+
The role of the database user.
|
2972
|
+
"""
|
2973
|
+
return pulumi.get(self, "role")
|
2974
|
+
|
2975
|
+
@property
|
2976
|
+
@pulumi.getter
|
2977
|
+
def username(self) -> Optional[str]:
|
2978
|
+
"""
|
2979
|
+
The user to connect to the database.
|
2980
|
+
"""
|
2981
|
+
return pulumi.get(self, "username")
|
2982
|
+
|
2983
|
+
|
2622
2984
|
@pulumi.output_type
|
2623
2985
|
class ExternalDbSystemDiscoveryDiscoveredComponentEndpoint(dict):
|
2624
2986
|
def __init__(__self__, *,
|
@@ -2953,6 +3315,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2953
3315
|
suggest = "connection_credentials"
|
2954
3316
|
elif key == "connectionStrings":
|
2955
3317
|
suggest = "connection_strings"
|
3318
|
+
elif key == "databaseCredentials":
|
3319
|
+
suggest = "database_credentials"
|
2956
3320
|
|
2957
3321
|
if suggest:
|
2958
3322
|
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfo. Access the value via the '{suggest}' property getter instead.")
|
@@ -2968,11 +3332,13 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2968
3332
|
def __init__(__self__, *,
|
2969
3333
|
component_type: Optional[str] = None,
|
2970
3334
|
connection_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential']] = None,
|
2971
|
-
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString']] = None
|
3335
|
+
connection_strings: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionString']] = None,
|
3336
|
+
database_credentials: Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential']] = None):
|
2972
3337
|
"""
|
2973
3338
|
:param str component_type: The component type.
|
2974
3339
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
2975
3340
|
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
3341
|
+
:param Sequence['ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
2976
3342
|
"""
|
2977
3343
|
if component_type is not None:
|
2978
3344
|
pulumi.set(__self__, "component_type", component_type)
|
@@ -2980,6 +3346,8 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
2980
3346
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
2981
3347
|
if connection_strings is not None:
|
2982
3348
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
3349
|
+
if database_credentials is not None:
|
3350
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
2983
3351
|
|
2984
3352
|
@property
|
2985
3353
|
@pulumi.getter(name="componentType")
|
@@ -3005,6 +3373,14 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3005
3373
|
"""
|
3006
3374
|
return pulumi.get(self, "connection_strings")
|
3007
3375
|
|
3376
|
+
@property
|
3377
|
+
@pulumi.getter(name="databaseCredentials")
|
3378
|
+
def database_credentials(self) -> Optional[Sequence['outputs.ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential']]:
|
3379
|
+
"""
|
3380
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
3381
|
+
"""
|
3382
|
+
return pulumi.get(self, "database_credentials")
|
3383
|
+
|
3008
3384
|
|
3009
3385
|
@pulumi.output_type
|
3010
3386
|
class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredential(dict):
|
@@ -3042,9 +3418,9 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3042
3418
|
user_name: Optional[str] = None):
|
3043
3419
|
"""
|
3044
3420
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
3045
|
-
:param str credential_type: The type of credential
|
3046
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
3047
|
-
:param str role: The role of the user
|
3421
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
3422
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3423
|
+
:param str role: The role of the database user.
|
3048
3424
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
3049
3425
|
:param str user_name: The user name used to connect to the ASM instance.
|
3050
3426
|
"""
|
@@ -3073,7 +3449,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3073
3449
|
@pulumi.getter(name="credentialType")
|
3074
3450
|
def credential_type(self) -> Optional[str]:
|
3075
3451
|
"""
|
3076
|
-
The type of credential
|
3452
|
+
The type of the credential for tablespace administration tasks.
|
3077
3453
|
"""
|
3078
3454
|
return pulumi.get(self, "credential_type")
|
3079
3455
|
|
@@ -3081,7 +3457,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3081
3457
|
@pulumi.getter(name="passwordSecretId")
|
3082
3458
|
def password_secret_id(self) -> Optional[str]:
|
3083
3459
|
"""
|
3084
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
3460
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3085
3461
|
"""
|
3086
3462
|
return pulumi.get(self, "password_secret_id")
|
3087
3463
|
|
@@ -3089,7 +3465,7 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3089
3465
|
@pulumi.getter
|
3090
3466
|
def role(self) -> Optional[str]:
|
3091
3467
|
"""
|
3092
|
-
The role of the user
|
3468
|
+
The role of the database user.
|
3093
3469
|
"""
|
3094
3470
|
return pulumi.get(self, "role")
|
3095
3471
|
|
@@ -3195,35 +3571,135 @@ class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConn
|
|
3195
3571
|
|
3196
3572
|
|
3197
3573
|
@pulumi.output_type
|
3198
|
-
class
|
3574
|
+
class ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential(dict):
|
3199
3575
|
@staticmethod
|
3200
3576
|
def __key_warning(key: str):
|
3201
3577
|
suggest = None
|
3202
|
-
if key == "
|
3203
|
-
suggest = "
|
3204
|
-
elif key == "
|
3205
|
-
suggest = "
|
3206
|
-
elif key == "
|
3207
|
-
suggest = "
|
3208
|
-
elif key == "scanProtocol":
|
3209
|
-
suggest = "scan_protocol"
|
3578
|
+
if key == "credentialType":
|
3579
|
+
suggest = "credential_type"
|
3580
|
+
elif key == "namedCredentialId":
|
3581
|
+
suggest = "named_credential_id"
|
3582
|
+
elif key == "passwordSecretId":
|
3583
|
+
suggest = "password_secret_id"
|
3210
3584
|
|
3211
3585
|
if suggest:
|
3212
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
3586
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
3213
3587
|
|
3214
3588
|
def __getitem__(self, key: str) -> Any:
|
3215
|
-
|
3589
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
3216
3590
|
return super().__getitem__(key)
|
3217
3591
|
|
3218
3592
|
def get(self, key: str, default = None) -> Any:
|
3219
|
-
|
3593
|
+
ExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredential.__key_warning(key)
|
3220
3594
|
return super().get(key, default)
|
3221
3595
|
|
3222
3596
|
def __init__(__self__, *,
|
3223
|
-
|
3224
|
-
|
3225
|
-
|
3226
|
-
|
3597
|
+
credential_type: Optional[str] = None,
|
3598
|
+
named_credential_id: Optional[str] = None,
|
3599
|
+
password: Optional[str] = None,
|
3600
|
+
password_secret_id: Optional[str] = None,
|
3601
|
+
role: Optional[str] = None,
|
3602
|
+
username: Optional[str] = None):
|
3603
|
+
"""
|
3604
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
3605
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
3606
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
3607
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3608
|
+
:param str role: The role of the database user.
|
3609
|
+
:param str username: The user to connect to the database.
|
3610
|
+
"""
|
3611
|
+
if credential_type is not None:
|
3612
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
3613
|
+
if named_credential_id is not None:
|
3614
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
3615
|
+
if password is not None:
|
3616
|
+
pulumi.set(__self__, "password", password)
|
3617
|
+
if password_secret_id is not None:
|
3618
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
3619
|
+
if role is not None:
|
3620
|
+
pulumi.set(__self__, "role", role)
|
3621
|
+
if username is not None:
|
3622
|
+
pulumi.set(__self__, "username", username)
|
3623
|
+
|
3624
|
+
@property
|
3625
|
+
@pulumi.getter(name="credentialType")
|
3626
|
+
def credential_type(self) -> Optional[str]:
|
3627
|
+
"""
|
3628
|
+
The type of the credential for tablespace administration tasks.
|
3629
|
+
"""
|
3630
|
+
return pulumi.get(self, "credential_type")
|
3631
|
+
|
3632
|
+
@property
|
3633
|
+
@pulumi.getter(name="namedCredentialId")
|
3634
|
+
def named_credential_id(self) -> Optional[str]:
|
3635
|
+
"""
|
3636
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
3637
|
+
"""
|
3638
|
+
return pulumi.get(self, "named_credential_id")
|
3639
|
+
|
3640
|
+
@property
|
3641
|
+
@pulumi.getter
|
3642
|
+
def password(self) -> Optional[str]:
|
3643
|
+
"""
|
3644
|
+
The database user's password encoded using BASE64 scheme.
|
3645
|
+
"""
|
3646
|
+
return pulumi.get(self, "password")
|
3647
|
+
|
3648
|
+
@property
|
3649
|
+
@pulumi.getter(name="passwordSecretId")
|
3650
|
+
def password_secret_id(self) -> Optional[str]:
|
3651
|
+
"""
|
3652
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3653
|
+
"""
|
3654
|
+
return pulumi.get(self, "password_secret_id")
|
3655
|
+
|
3656
|
+
@property
|
3657
|
+
@pulumi.getter
|
3658
|
+
def role(self) -> Optional[str]:
|
3659
|
+
"""
|
3660
|
+
The role of the database user.
|
3661
|
+
"""
|
3662
|
+
return pulumi.get(self, "role")
|
3663
|
+
|
3664
|
+
@property
|
3665
|
+
@pulumi.getter
|
3666
|
+
def username(self) -> Optional[str]:
|
3667
|
+
"""
|
3668
|
+
The user to connect to the database.
|
3669
|
+
"""
|
3670
|
+
return pulumi.get(self, "username")
|
3671
|
+
|
3672
|
+
|
3673
|
+
@pulumi.output_type
|
3674
|
+
class ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration(dict):
|
3675
|
+
@staticmethod
|
3676
|
+
def __key_warning(key: str):
|
3677
|
+
suggest = None
|
3678
|
+
if key == "networkNumber":
|
3679
|
+
suggest = "network_number"
|
3680
|
+
elif key == "scanName":
|
3681
|
+
suggest = "scan_name"
|
3682
|
+
elif key == "scanPort":
|
3683
|
+
suggest = "scan_port"
|
3684
|
+
elif key == "scanProtocol":
|
3685
|
+
suggest = "scan_protocol"
|
3686
|
+
|
3687
|
+
if suggest:
|
3688
|
+
pulumi.log.warn(f"Key '{key}' not found in ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration. Access the value via the '{suggest}' property getter instead.")
|
3689
|
+
|
3690
|
+
def __getitem__(self, key: str) -> Any:
|
3691
|
+
ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration.__key_warning(key)
|
3692
|
+
return super().__getitem__(key)
|
3693
|
+
|
3694
|
+
def get(self, key: str, default = None) -> Any:
|
3695
|
+
ExternalDbSystemDiscoveryDiscoveredComponentScanConfiguration.__key_warning(key)
|
3696
|
+
return super().get(key, default)
|
3697
|
+
|
3698
|
+
def __init__(__self__, *,
|
3699
|
+
network_number: Optional[int] = None,
|
3700
|
+
scan_name: Optional[str] = None,
|
3701
|
+
scan_port: Optional[int] = None,
|
3702
|
+
scan_protocol: Optional[str] = None):
|
3227
3703
|
"""
|
3228
3704
|
:param int network_number: The network number from which VIPs are obtained.
|
3229
3705
|
:param str scan_name: The name of the SCAN listener.
|
@@ -3633,10 +4109,10 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3633
4109
|
ssl_secret_id: Optional[str] = None,
|
3634
4110
|
user_name: Optional[str] = None):
|
3635
4111
|
"""
|
3636
|
-
:param str credential_type: The type of credential
|
4112
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
3637
4113
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
3638
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
3639
|
-
:param str role: The role of the user
|
4114
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
4115
|
+
:param str role: The role of the database user.
|
3640
4116
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
3641
4117
|
:param str user_name: The user name used to connect to the ASM instance.
|
3642
4118
|
"""
|
@@ -3656,7 +4132,7 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3656
4132
|
@pulumi.getter(name="credentialType")
|
3657
4133
|
def credential_type(self) -> str:
|
3658
4134
|
"""
|
3659
|
-
The type of credential
|
4135
|
+
The type of the credential for tablespace administration tasks.
|
3660
4136
|
"""
|
3661
4137
|
return pulumi.get(self, "credential_type")
|
3662
4138
|
|
@@ -3672,7 +4148,7 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3672
4148
|
@pulumi.getter(name="passwordSecretId")
|
3673
4149
|
def password_secret_id(self) -> Optional[str]:
|
3674
4150
|
"""
|
3675
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
4151
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
3676
4152
|
"""
|
3677
4153
|
return pulumi.get(self, "password_secret_id")
|
3678
4154
|
|
@@ -3680,7 +4156,7 @@ class ExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConnect
|
|
3680
4156
|
@pulumi.getter
|
3681
4157
|
def role(self) -> Optional[str]:
|
3682
4158
|
"""
|
3683
|
-
The role of the user
|
4159
|
+
The role of the database user.
|
3684
4160
|
"""
|
3685
4161
|
return pulumi.get(self, "role")
|
3686
4162
|
|
@@ -4688,8 +5164,8 @@ class ManagedDatabasesChangeDatabaseParameterCredentials(dict):
|
|
4688
5164
|
secret_id: Optional[str] = None,
|
4689
5165
|
user_name: Optional[str] = None):
|
4690
5166
|
"""
|
4691
|
-
:param str password: The password
|
4692
|
-
:param str role: The role of the database user.
|
5167
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
5168
|
+
:param str role: The role of the database user.
|
4693
5169
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
4694
5170
|
:param str user_name: The database user name used to perform management activity.
|
4695
5171
|
"""
|
@@ -4706,7 +5182,7 @@ class ManagedDatabasesChangeDatabaseParameterCredentials(dict):
|
|
4706
5182
|
@pulumi.getter
|
4707
5183
|
def password(self) -> Optional[str]:
|
4708
5184
|
"""
|
4709
|
-
The password
|
5185
|
+
The database user's password encoded using BASE64 scheme.
|
4710
5186
|
"""
|
4711
5187
|
return pulumi.get(self, "password")
|
4712
5188
|
|
@@ -4714,7 +5190,7 @@ class ManagedDatabasesChangeDatabaseParameterCredentials(dict):
|
|
4714
5190
|
@pulumi.getter
|
4715
5191
|
def role(self) -> Optional[str]:
|
4716
5192
|
"""
|
4717
|
-
The role of the database user.
|
5193
|
+
The role of the database user.
|
4718
5194
|
"""
|
4719
5195
|
return pulumi.get(self, "role")
|
4720
5196
|
|
@@ -4735,6 +5211,105 @@ class ManagedDatabasesChangeDatabaseParameterCredentials(dict):
|
|
4735
5211
|
return pulumi.get(self, "user_name")
|
4736
5212
|
|
4737
5213
|
|
5214
|
+
@pulumi.output_type
|
5215
|
+
class ManagedDatabasesChangeDatabaseParameterDatabaseCredential(dict):
|
5216
|
+
@staticmethod
|
5217
|
+
def __key_warning(key: str):
|
5218
|
+
suggest = None
|
5219
|
+
if key == "credentialType":
|
5220
|
+
suggest = "credential_type"
|
5221
|
+
elif key == "namedCredentialId":
|
5222
|
+
suggest = "named_credential_id"
|
5223
|
+
elif key == "passwordSecretId":
|
5224
|
+
suggest = "password_secret_id"
|
5225
|
+
|
5226
|
+
if suggest:
|
5227
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedDatabasesChangeDatabaseParameterDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
5228
|
+
|
5229
|
+
def __getitem__(self, key: str) -> Any:
|
5230
|
+
ManagedDatabasesChangeDatabaseParameterDatabaseCredential.__key_warning(key)
|
5231
|
+
return super().__getitem__(key)
|
5232
|
+
|
5233
|
+
def get(self, key: str, default = None) -> Any:
|
5234
|
+
ManagedDatabasesChangeDatabaseParameterDatabaseCredential.__key_warning(key)
|
5235
|
+
return super().get(key, default)
|
5236
|
+
|
5237
|
+
def __init__(__self__, *,
|
5238
|
+
credential_type: str,
|
5239
|
+
named_credential_id: Optional[str] = None,
|
5240
|
+
password: Optional[str] = None,
|
5241
|
+
password_secret_id: Optional[str] = None,
|
5242
|
+
role: Optional[str] = None,
|
5243
|
+
username: Optional[str] = None):
|
5244
|
+
"""
|
5245
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
5246
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
5247
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
5248
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
5249
|
+
:param str role: The role of the database user.
|
5250
|
+
:param str username: The user to connect to the database.
|
5251
|
+
"""
|
5252
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
5253
|
+
if named_credential_id is not None:
|
5254
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
5255
|
+
if password is not None:
|
5256
|
+
pulumi.set(__self__, "password", password)
|
5257
|
+
if password_secret_id is not None:
|
5258
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
5259
|
+
if role is not None:
|
5260
|
+
pulumi.set(__self__, "role", role)
|
5261
|
+
if username is not None:
|
5262
|
+
pulumi.set(__self__, "username", username)
|
5263
|
+
|
5264
|
+
@property
|
5265
|
+
@pulumi.getter(name="credentialType")
|
5266
|
+
def credential_type(self) -> str:
|
5267
|
+
"""
|
5268
|
+
The type of the credential for tablespace administration tasks.
|
5269
|
+
"""
|
5270
|
+
return pulumi.get(self, "credential_type")
|
5271
|
+
|
5272
|
+
@property
|
5273
|
+
@pulumi.getter(name="namedCredentialId")
|
5274
|
+
def named_credential_id(self) -> Optional[str]:
|
5275
|
+
"""
|
5276
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
5277
|
+
"""
|
5278
|
+
return pulumi.get(self, "named_credential_id")
|
5279
|
+
|
5280
|
+
@property
|
5281
|
+
@pulumi.getter
|
5282
|
+
def password(self) -> Optional[str]:
|
5283
|
+
"""
|
5284
|
+
The database user's password encoded using BASE64 scheme.
|
5285
|
+
"""
|
5286
|
+
return pulumi.get(self, "password")
|
5287
|
+
|
5288
|
+
@property
|
5289
|
+
@pulumi.getter(name="passwordSecretId")
|
5290
|
+
def password_secret_id(self) -> Optional[str]:
|
5291
|
+
"""
|
5292
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
5293
|
+
"""
|
5294
|
+
return pulumi.get(self, "password_secret_id")
|
5295
|
+
|
5296
|
+
@property
|
5297
|
+
@pulumi.getter
|
5298
|
+
def role(self) -> Optional[str]:
|
5299
|
+
"""
|
5300
|
+
The role of the database user.
|
5301
|
+
"""
|
5302
|
+
return pulumi.get(self, "role")
|
5303
|
+
|
5304
|
+
@property
|
5305
|
+
@pulumi.getter
|
5306
|
+
def username(self) -> Optional[str]:
|
5307
|
+
"""
|
5308
|
+
The user to connect to the database.
|
5309
|
+
"""
|
5310
|
+
return pulumi.get(self, "username")
|
5311
|
+
|
5312
|
+
|
4738
5313
|
@pulumi.output_type
|
4739
5314
|
class ManagedDatabasesChangeDatabaseParameterParameter(dict):
|
4740
5315
|
@staticmethod
|
@@ -4820,8 +5395,8 @@ class ManagedDatabasesResetDatabaseParameterCredentials(dict):
|
|
4820
5395
|
secret_id: Optional[str] = None,
|
4821
5396
|
user_name: Optional[str] = None):
|
4822
5397
|
"""
|
4823
|
-
:param str password: The password
|
4824
|
-
:param str role: The role of the database user.
|
5398
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
5399
|
+
:param str role: The role of the database user.
|
4825
5400
|
:param str secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
4826
5401
|
:param str user_name: The database user name used to perform management activity.
|
4827
5402
|
"""
|
@@ -4838,31 +5413,215 @@ class ManagedDatabasesResetDatabaseParameterCredentials(dict):
|
|
4838
5413
|
@pulumi.getter
|
4839
5414
|
def password(self) -> Optional[str]:
|
4840
5415
|
"""
|
4841
|
-
The password
|
5416
|
+
The database user's password encoded using BASE64 scheme.
|
5417
|
+
"""
|
5418
|
+
return pulumi.get(self, "password")
|
5419
|
+
|
5420
|
+
@property
|
5421
|
+
@pulumi.getter
|
5422
|
+
def role(self) -> Optional[str]:
|
5423
|
+
"""
|
5424
|
+
The role of the database user.
|
5425
|
+
"""
|
5426
|
+
return pulumi.get(self, "role")
|
5427
|
+
|
5428
|
+
@property
|
5429
|
+
@pulumi.getter(name="secretId")
|
5430
|
+
def secret_id(self) -> Optional[str]:
|
5431
|
+
"""
|
5432
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
5433
|
+
"""
|
5434
|
+
return pulumi.get(self, "secret_id")
|
5435
|
+
|
5436
|
+
@property
|
5437
|
+
@pulumi.getter(name="userName")
|
5438
|
+
def user_name(self) -> Optional[str]:
|
5439
|
+
"""
|
5440
|
+
The database user name used to perform management activity.
|
5441
|
+
"""
|
5442
|
+
return pulumi.get(self, "user_name")
|
5443
|
+
|
5444
|
+
|
5445
|
+
@pulumi.output_type
|
5446
|
+
class ManagedDatabasesResetDatabaseParameterDatabaseCredential(dict):
|
5447
|
+
@staticmethod
|
5448
|
+
def __key_warning(key: str):
|
5449
|
+
suggest = None
|
5450
|
+
if key == "credentialType":
|
5451
|
+
suggest = "credential_type"
|
5452
|
+
elif key == "namedCredentialId":
|
5453
|
+
suggest = "named_credential_id"
|
5454
|
+
elif key == "passwordSecretId":
|
5455
|
+
suggest = "password_secret_id"
|
5456
|
+
|
5457
|
+
if suggest:
|
5458
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedDatabasesResetDatabaseParameterDatabaseCredential. Access the value via the '{suggest}' property getter instead.")
|
5459
|
+
|
5460
|
+
def __getitem__(self, key: str) -> Any:
|
5461
|
+
ManagedDatabasesResetDatabaseParameterDatabaseCredential.__key_warning(key)
|
5462
|
+
return super().__getitem__(key)
|
5463
|
+
|
5464
|
+
def get(self, key: str, default = None) -> Any:
|
5465
|
+
ManagedDatabasesResetDatabaseParameterDatabaseCredential.__key_warning(key)
|
5466
|
+
return super().get(key, default)
|
5467
|
+
|
5468
|
+
def __init__(__self__, *,
|
5469
|
+
credential_type: str,
|
5470
|
+
named_credential_id: Optional[str] = None,
|
5471
|
+
password: Optional[str] = None,
|
5472
|
+
password_secret_id: Optional[str] = None,
|
5473
|
+
role: Optional[str] = None,
|
5474
|
+
username: Optional[str] = None):
|
5475
|
+
"""
|
5476
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
5477
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
5478
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
5479
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
5480
|
+
:param str role: The role of the database user.
|
5481
|
+
:param str username: The user to connect to the database.
|
5482
|
+
"""
|
5483
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
5484
|
+
if named_credential_id is not None:
|
5485
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
5486
|
+
if password is not None:
|
5487
|
+
pulumi.set(__self__, "password", password)
|
5488
|
+
if password_secret_id is not None:
|
5489
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
5490
|
+
if role is not None:
|
5491
|
+
pulumi.set(__self__, "role", role)
|
5492
|
+
if username is not None:
|
5493
|
+
pulumi.set(__self__, "username", username)
|
5494
|
+
|
5495
|
+
@property
|
5496
|
+
@pulumi.getter(name="credentialType")
|
5497
|
+
def credential_type(self) -> str:
|
5498
|
+
"""
|
5499
|
+
The type of the credential for tablespace administration tasks.
|
5500
|
+
"""
|
5501
|
+
return pulumi.get(self, "credential_type")
|
5502
|
+
|
5503
|
+
@property
|
5504
|
+
@pulumi.getter(name="namedCredentialId")
|
5505
|
+
def named_credential_id(self) -> Optional[str]:
|
5506
|
+
"""
|
5507
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
5508
|
+
"""
|
5509
|
+
return pulumi.get(self, "named_credential_id")
|
5510
|
+
|
5511
|
+
@property
|
5512
|
+
@pulumi.getter
|
5513
|
+
def password(self) -> Optional[str]:
|
5514
|
+
"""
|
5515
|
+
The database user's password encoded using BASE64 scheme.
|
5516
|
+
"""
|
5517
|
+
return pulumi.get(self, "password")
|
5518
|
+
|
5519
|
+
@property
|
5520
|
+
@pulumi.getter(name="passwordSecretId")
|
5521
|
+
def password_secret_id(self) -> Optional[str]:
|
5522
|
+
"""
|
5523
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
5524
|
+
"""
|
5525
|
+
return pulumi.get(self, "password_secret_id")
|
5526
|
+
|
5527
|
+
@property
|
5528
|
+
@pulumi.getter
|
5529
|
+
def role(self) -> Optional[str]:
|
5530
|
+
"""
|
5531
|
+
The role of the database user.
|
5532
|
+
"""
|
5533
|
+
return pulumi.get(self, "role")
|
5534
|
+
|
5535
|
+
@property
|
5536
|
+
@pulumi.getter
|
5537
|
+
def username(self) -> Optional[str]:
|
5538
|
+
"""
|
5539
|
+
The user to connect to the database.
|
5540
|
+
"""
|
5541
|
+
return pulumi.get(self, "username")
|
5542
|
+
|
5543
|
+
|
5544
|
+
@pulumi.output_type
|
5545
|
+
class NamedCredentialContent(dict):
|
5546
|
+
@staticmethod
|
5547
|
+
def __key_warning(key: str):
|
5548
|
+
suggest = None
|
5549
|
+
if key == "credentialType":
|
5550
|
+
suggest = "credential_type"
|
5551
|
+
elif key == "passwordSecretAccessMode":
|
5552
|
+
suggest = "password_secret_access_mode"
|
5553
|
+
elif key == "passwordSecretId":
|
5554
|
+
suggest = "password_secret_id"
|
5555
|
+
elif key == "userName":
|
5556
|
+
suggest = "user_name"
|
5557
|
+
|
5558
|
+
if suggest:
|
5559
|
+
pulumi.log.warn(f"Key '{key}' not found in NamedCredentialContent. Access the value via the '{suggest}' property getter instead.")
|
5560
|
+
|
5561
|
+
def __getitem__(self, key: str) -> Any:
|
5562
|
+
NamedCredentialContent.__key_warning(key)
|
5563
|
+
return super().__getitem__(key)
|
5564
|
+
|
5565
|
+
def get(self, key: str, default = None) -> Any:
|
5566
|
+
NamedCredentialContent.__key_warning(key)
|
5567
|
+
return super().get(key, default)
|
5568
|
+
|
5569
|
+
def __init__(__self__, *,
|
5570
|
+
credential_type: str,
|
5571
|
+
password_secret_access_mode: str,
|
5572
|
+
password_secret_id: str,
|
5573
|
+
role: str,
|
5574
|
+
user_name: str):
|
5575
|
+
"""
|
5576
|
+
:param str credential_type: (Updatable) The type of named credential. Only 'BASIC' is supported currently.
|
5577
|
+
:param str password_secret_access_mode: (Updatable) The mechanism used to access the password plain text value.
|
5578
|
+
:param str password_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
5579
|
+
:param str role: (Updatable) The role of the database user.
|
5580
|
+
:param str user_name: (Updatable) The user name used to connect to the database.
|
5581
|
+
"""
|
5582
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
5583
|
+
pulumi.set(__self__, "password_secret_access_mode", password_secret_access_mode)
|
5584
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
5585
|
+
pulumi.set(__self__, "role", role)
|
5586
|
+
pulumi.set(__self__, "user_name", user_name)
|
5587
|
+
|
5588
|
+
@property
|
5589
|
+
@pulumi.getter(name="credentialType")
|
5590
|
+
def credential_type(self) -> str:
|
5591
|
+
"""
|
5592
|
+
(Updatable) The type of named credential. Only 'BASIC' is supported currently.
|
5593
|
+
"""
|
5594
|
+
return pulumi.get(self, "credential_type")
|
5595
|
+
|
5596
|
+
@property
|
5597
|
+
@pulumi.getter(name="passwordSecretAccessMode")
|
5598
|
+
def password_secret_access_mode(self) -> str:
|
5599
|
+
"""
|
5600
|
+
(Updatable) The mechanism used to access the password plain text value.
|
5601
|
+
"""
|
5602
|
+
return pulumi.get(self, "password_secret_access_mode")
|
5603
|
+
|
5604
|
+
@property
|
5605
|
+
@pulumi.getter(name="passwordSecretId")
|
5606
|
+
def password_secret_id(self) -> str:
|
5607
|
+
"""
|
5608
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
4842
5609
|
"""
|
4843
|
-
return pulumi.get(self, "
|
5610
|
+
return pulumi.get(self, "password_secret_id")
|
4844
5611
|
|
4845
5612
|
@property
|
4846
5613
|
@pulumi.getter
|
4847
|
-
def role(self) ->
|
5614
|
+
def role(self) -> str:
|
4848
5615
|
"""
|
4849
|
-
The role of the database user.
|
5616
|
+
(Updatable) The role of the database user.
|
4850
5617
|
"""
|
4851
5618
|
return pulumi.get(self, "role")
|
4852
5619
|
|
4853
|
-
@property
|
4854
|
-
@pulumi.getter(name="secretId")
|
4855
|
-
def secret_id(self) -> Optional[str]:
|
4856
|
-
"""
|
4857
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the user password.
|
4858
|
-
"""
|
4859
|
-
return pulumi.get(self, "secret_id")
|
4860
|
-
|
4861
5620
|
@property
|
4862
5621
|
@pulumi.getter(name="userName")
|
4863
|
-
def user_name(self) ->
|
5622
|
+
def user_name(self) -> str:
|
4864
5623
|
"""
|
4865
|
-
The
|
5624
|
+
(Updatable) The user name used to connect to the database.
|
4866
5625
|
"""
|
4867
5626
|
return pulumi.get(self, "user_name")
|
4868
5627
|
|
@@ -7620,15 +8379,18 @@ class GetExternalDbSystemConnectorConnectionInfoResult(dict):
|
|
7620
8379
|
def __init__(__self__, *,
|
7621
8380
|
component_type: str,
|
7622
8381
|
connection_credentials: Sequence['outputs.GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult'],
|
7623
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemConnectorConnectionInfoConnectionStringResult']
|
8382
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemConnectorConnectionInfoConnectionStringResult'],
|
8383
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemConnectorConnectionInfoDatabaseCredentialResult']):
|
7624
8384
|
"""
|
7625
8385
|
:param str component_type: The component type.
|
7626
8386
|
:param Sequence['GetExternalDbSystemConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
7627
8387
|
:param Sequence['GetExternalDbSystemConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
8388
|
+
:param Sequence['GetExternalDbSystemConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
7628
8389
|
"""
|
7629
8390
|
pulumi.set(__self__, "component_type", component_type)
|
7630
8391
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
7631
8392
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
8393
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
7632
8394
|
|
7633
8395
|
@property
|
7634
8396
|
@pulumi.getter(name="componentType")
|
@@ -7654,6 +8416,14 @@ class GetExternalDbSystemConnectorConnectionInfoResult(dict):
|
|
7654
8416
|
"""
|
7655
8417
|
return pulumi.get(self, "connection_strings")
|
7656
8418
|
|
8419
|
+
@property
|
8420
|
+
@pulumi.getter(name="databaseCredentials")
|
8421
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemConnectorConnectionInfoDatabaseCredentialResult']:
|
8422
|
+
"""
|
8423
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
8424
|
+
"""
|
8425
|
+
return pulumi.get(self, "database_credentials")
|
8426
|
+
|
7657
8427
|
|
7658
8428
|
@pulumi.output_type
|
7659
8429
|
class GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -7666,9 +8436,9 @@ class GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult(dict)
|
|
7666
8436
|
user_name: str):
|
7667
8437
|
"""
|
7668
8438
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
7669
|
-
:param str credential_type: The type of credential
|
7670
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
7671
|
-
:param str role: The role of the user
|
8439
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
8440
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
8441
|
+
:param str role: The role of the database user.
|
7672
8442
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
7673
8443
|
:param str user_name: The user name used to connect to the ASM instance.
|
7674
8444
|
"""
|
@@ -7691,7 +8461,7 @@ class GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult(dict)
|
|
7691
8461
|
@pulumi.getter(name="credentialType")
|
7692
8462
|
def credential_type(self) -> str:
|
7693
8463
|
"""
|
7694
|
-
The type of credential
|
8464
|
+
The type of the credential for tablespace administration tasks.
|
7695
8465
|
"""
|
7696
8466
|
return pulumi.get(self, "credential_type")
|
7697
8467
|
|
@@ -7699,7 +8469,7 @@ class GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult(dict)
|
|
7699
8469
|
@pulumi.getter(name="passwordSecretId")
|
7700
8470
|
def password_secret_id(self) -> str:
|
7701
8471
|
"""
|
7702
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
8472
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
7703
8473
|
"""
|
7704
8474
|
return pulumi.get(self, "password_secret_id")
|
7705
8475
|
|
@@ -7707,7 +8477,7 @@ class GetExternalDbSystemConnectorConnectionInfoConnectionCredentialResult(dict)
|
|
7707
8477
|
@pulumi.getter
|
7708
8478
|
def role(self) -> str:
|
7709
8479
|
"""
|
7710
|
-
The role of the user
|
8480
|
+
The role of the database user.
|
7711
8481
|
"""
|
7712
8482
|
return pulumi.get(self, "role")
|
7713
8483
|
|
@@ -7790,6 +8560,79 @@ class GetExternalDbSystemConnectorConnectionInfoConnectionStringResult(dict):
|
|
7790
8560
|
return pulumi.get(self, "service")
|
7791
8561
|
|
7792
8562
|
|
8563
|
+
@pulumi.output_type
|
8564
|
+
class GetExternalDbSystemConnectorConnectionInfoDatabaseCredentialResult(dict):
|
8565
|
+
def __init__(__self__, *,
|
8566
|
+
credential_type: str,
|
8567
|
+
named_credential_id: str,
|
8568
|
+
password: str,
|
8569
|
+
password_secret_id: str,
|
8570
|
+
role: str,
|
8571
|
+
username: str):
|
8572
|
+
"""
|
8573
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
8574
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
8575
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
8576
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
8577
|
+
:param str role: The role of the database user.
|
8578
|
+
:param str username: The user to connect to the database.
|
8579
|
+
"""
|
8580
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
8581
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
8582
|
+
pulumi.set(__self__, "password", password)
|
8583
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
8584
|
+
pulumi.set(__self__, "role", role)
|
8585
|
+
pulumi.set(__self__, "username", username)
|
8586
|
+
|
8587
|
+
@property
|
8588
|
+
@pulumi.getter(name="credentialType")
|
8589
|
+
def credential_type(self) -> str:
|
8590
|
+
"""
|
8591
|
+
The type of the credential for tablespace administration tasks.
|
8592
|
+
"""
|
8593
|
+
return pulumi.get(self, "credential_type")
|
8594
|
+
|
8595
|
+
@property
|
8596
|
+
@pulumi.getter(name="namedCredentialId")
|
8597
|
+
def named_credential_id(self) -> str:
|
8598
|
+
"""
|
8599
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
8600
|
+
"""
|
8601
|
+
return pulumi.get(self, "named_credential_id")
|
8602
|
+
|
8603
|
+
@property
|
8604
|
+
@pulumi.getter
|
8605
|
+
def password(self) -> str:
|
8606
|
+
"""
|
8607
|
+
The database user's password encoded using BASE64 scheme.
|
8608
|
+
"""
|
8609
|
+
return pulumi.get(self, "password")
|
8610
|
+
|
8611
|
+
@property
|
8612
|
+
@pulumi.getter(name="passwordSecretId")
|
8613
|
+
def password_secret_id(self) -> str:
|
8614
|
+
"""
|
8615
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
8616
|
+
"""
|
8617
|
+
return pulumi.get(self, "password_secret_id")
|
8618
|
+
|
8619
|
+
@property
|
8620
|
+
@pulumi.getter
|
8621
|
+
def role(self) -> str:
|
8622
|
+
"""
|
8623
|
+
The role of the database user.
|
8624
|
+
"""
|
8625
|
+
return pulumi.get(self, "role")
|
8626
|
+
|
8627
|
+
@property
|
8628
|
+
@pulumi.getter
|
8629
|
+
def username(self) -> str:
|
8630
|
+
"""
|
8631
|
+
The user to connect to the database.
|
8632
|
+
"""
|
8633
|
+
return pulumi.get(self, "username")
|
8634
|
+
|
8635
|
+
|
7793
8636
|
@pulumi.output_type
|
7794
8637
|
class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionResult(dict):
|
7795
8638
|
def __init__(__self__, *,
|
@@ -7968,15 +8811,18 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
7968
8811
|
def __init__(__self__, *,
|
7969
8812
|
component_type: str,
|
7970
8813
|
connection_credentials: Sequence['outputs.GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionCredentialResult'],
|
7971
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionStringResult']
|
8814
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionStringResult'],
|
8815
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredentialResult']):
|
7972
8816
|
"""
|
7973
8817
|
:param str component_type: The component type.
|
7974
8818
|
:param Sequence['GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
7975
8819
|
:param Sequence['GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
8820
|
+
:param Sequence['GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
7976
8821
|
"""
|
7977
8822
|
pulumi.set(__self__, "component_type", component_type)
|
7978
8823
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
7979
8824
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
8825
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
7980
8826
|
|
7981
8827
|
@property
|
7982
8828
|
@pulumi.getter(name="componentType")
|
@@ -8002,6 +8848,14 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8002
8848
|
"""
|
8003
8849
|
return pulumi.get(self, "connection_strings")
|
8004
8850
|
|
8851
|
+
@property
|
8852
|
+
@pulumi.getter(name="databaseCredentials")
|
8853
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredentialResult']:
|
8854
|
+
"""
|
8855
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
8856
|
+
"""
|
8857
|
+
return pulumi.get(self, "database_credentials")
|
8858
|
+
|
8005
8859
|
|
8006
8860
|
@pulumi.output_type
|
8007
8861
|
class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoConnectionCredentialResult(dict):
|
@@ -8014,9 +8868,9 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8014
8868
|
user_name: str):
|
8015
8869
|
"""
|
8016
8870
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
8017
|
-
:param str credential_type: The type of credential
|
8018
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
8019
|
-
:param str role: The role of the user
|
8871
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
8872
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
8873
|
+
:param str role: The role of the database user.
|
8020
8874
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
8021
8875
|
:param str user_name: The user name used to connect to the ASM instance.
|
8022
8876
|
"""
|
@@ -8039,7 +8893,7 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8039
8893
|
@pulumi.getter(name="credentialType")
|
8040
8894
|
def credential_type(self) -> str:
|
8041
8895
|
"""
|
8042
|
-
The type of credential
|
8896
|
+
The type of the credential for tablespace administration tasks.
|
8043
8897
|
"""
|
8044
8898
|
return pulumi.get(self, "credential_type")
|
8045
8899
|
|
@@ -8047,7 +8901,7 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8047
8901
|
@pulumi.getter(name="passwordSecretId")
|
8048
8902
|
def password_secret_id(self) -> str:
|
8049
8903
|
"""
|
8050
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
8904
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
8051
8905
|
"""
|
8052
8906
|
return pulumi.get(self, "password_secret_id")
|
8053
8907
|
|
@@ -8055,7 +8909,7 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8055
8909
|
@pulumi.getter
|
8056
8910
|
def role(self) -> str:
|
8057
8911
|
"""
|
8058
|
-
The role of the user
|
8912
|
+
The role of the database user.
|
8059
8913
|
"""
|
8060
8914
|
return pulumi.get(self, "role")
|
8061
8915
|
|
@@ -8138,6 +8992,79 @@ class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnec
|
|
8138
8992
|
return pulumi.get(self, "service")
|
8139
8993
|
|
8140
8994
|
|
8995
|
+
@pulumi.output_type
|
8996
|
+
class GetExternalDbSystemConnectorsExternalDbSystemConnectorCollectionItemConnectionInfoDatabaseCredentialResult(dict):
|
8997
|
+
def __init__(__self__, *,
|
8998
|
+
credential_type: str,
|
8999
|
+
named_credential_id: str,
|
9000
|
+
password: str,
|
9001
|
+
password_secret_id: str,
|
9002
|
+
role: str,
|
9003
|
+
username: str):
|
9004
|
+
"""
|
9005
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
9006
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
9007
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
9008
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
9009
|
+
:param str role: The role of the database user.
|
9010
|
+
:param str username: The user to connect to the database.
|
9011
|
+
"""
|
9012
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
9013
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
9014
|
+
pulumi.set(__self__, "password", password)
|
9015
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
9016
|
+
pulumi.set(__self__, "role", role)
|
9017
|
+
pulumi.set(__self__, "username", username)
|
9018
|
+
|
9019
|
+
@property
|
9020
|
+
@pulumi.getter(name="credentialType")
|
9021
|
+
def credential_type(self) -> str:
|
9022
|
+
"""
|
9023
|
+
The type of the credential for tablespace administration tasks.
|
9024
|
+
"""
|
9025
|
+
return pulumi.get(self, "credential_type")
|
9026
|
+
|
9027
|
+
@property
|
9028
|
+
@pulumi.getter(name="namedCredentialId")
|
9029
|
+
def named_credential_id(self) -> str:
|
9030
|
+
"""
|
9031
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
9032
|
+
"""
|
9033
|
+
return pulumi.get(self, "named_credential_id")
|
9034
|
+
|
9035
|
+
@property
|
9036
|
+
@pulumi.getter
|
9037
|
+
def password(self) -> str:
|
9038
|
+
"""
|
9039
|
+
The database user's password encoded using BASE64 scheme.
|
9040
|
+
"""
|
9041
|
+
return pulumi.get(self, "password")
|
9042
|
+
|
9043
|
+
@property
|
9044
|
+
@pulumi.getter(name="passwordSecretId")
|
9045
|
+
def password_secret_id(self) -> str:
|
9046
|
+
"""
|
9047
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
9048
|
+
"""
|
9049
|
+
return pulumi.get(self, "password_secret_id")
|
9050
|
+
|
9051
|
+
@property
|
9052
|
+
@pulumi.getter
|
9053
|
+
def role(self) -> str:
|
9054
|
+
"""
|
9055
|
+
The role of the database user.
|
9056
|
+
"""
|
9057
|
+
return pulumi.get(self, "role")
|
9058
|
+
|
9059
|
+
@property
|
9060
|
+
@pulumi.getter
|
9061
|
+
def username(self) -> str:
|
9062
|
+
"""
|
9063
|
+
The user to connect to the database.
|
9064
|
+
"""
|
9065
|
+
return pulumi.get(self, "username")
|
9066
|
+
|
9067
|
+
|
8141
9068
|
@pulumi.output_type
|
8142
9069
|
class GetExternalDbSystemConnectorsFilterResult(dict):
|
8143
9070
|
def __init__(__self__, *,
|
@@ -9095,15 +10022,18 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9095
10022
|
def __init__(__self__, *,
|
9096
10023
|
component_type: str,
|
9097
10024
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult'],
|
9098
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult']
|
10025
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult'],
|
10026
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult']):
|
9099
10027
|
"""
|
9100
10028
|
:param str component_type: The component type.
|
9101
10029
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
9102
10030
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
10031
|
+
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
9103
10032
|
"""
|
9104
10033
|
pulumi.set(__self__, "component_type", component_type)
|
9105
10034
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
9106
10035
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
10036
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
9107
10037
|
|
9108
10038
|
@property
|
9109
10039
|
@pulumi.getter(name="componentType")
|
@@ -9129,6 +10059,14 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9129
10059
|
"""
|
9130
10060
|
return pulumi.get(self, "connection_strings")
|
9131
10061
|
|
10062
|
+
@property
|
10063
|
+
@pulumi.getter(name="databaseCredentials")
|
10064
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult']:
|
10065
|
+
"""
|
10066
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
10067
|
+
"""
|
10068
|
+
return pulumi.get(self, "database_credentials")
|
10069
|
+
|
9132
10070
|
|
9133
10071
|
@pulumi.output_type
|
9134
10072
|
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -9141,9 +10079,9 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9141
10079
|
user_name: str):
|
9142
10080
|
"""
|
9143
10081
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
9144
|
-
:param str credential_type: The type of credential
|
9145
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
9146
|
-
:param str role: The role of the user
|
10082
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
10083
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10084
|
+
:param str role: The role of the database user.
|
9147
10085
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
9148
10086
|
:param str user_name: The user name used to connect to the ASM instance.
|
9149
10087
|
"""
|
@@ -9166,7 +10104,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9166
10104
|
@pulumi.getter(name="credentialType")
|
9167
10105
|
def credential_type(self) -> str:
|
9168
10106
|
"""
|
9169
|
-
The type of credential
|
10107
|
+
The type of the credential for tablespace administration tasks.
|
9170
10108
|
"""
|
9171
10109
|
return pulumi.get(self, "credential_type")
|
9172
10110
|
|
@@ -9174,7 +10112,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9174
10112
|
@pulumi.getter(name="passwordSecretId")
|
9175
10113
|
def password_secret_id(self) -> str:
|
9176
10114
|
"""
|
9177
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
10115
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
9178
10116
|
"""
|
9179
10117
|
return pulumi.get(self, "password_secret_id")
|
9180
10118
|
|
@@ -9182,7 +10120,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9182
10120
|
@pulumi.getter
|
9183
10121
|
def role(self) -> str:
|
9184
10122
|
"""
|
9185
|
-
The role of the user
|
10123
|
+
The role of the database user.
|
9186
10124
|
"""
|
9187
10125
|
return pulumi.get(self, "role")
|
9188
10126
|
|
@@ -9265,6 +10203,79 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9265
10203
|
return pulumi.get(self, "service")
|
9266
10204
|
|
9267
10205
|
|
10206
|
+
@pulumi.output_type
|
10207
|
+
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult(dict):
|
10208
|
+
def __init__(__self__, *,
|
10209
|
+
credential_type: str,
|
10210
|
+
named_credential_id: str,
|
10211
|
+
password: str,
|
10212
|
+
password_secret_id: str,
|
10213
|
+
role: str,
|
10214
|
+
username: str):
|
10215
|
+
"""
|
10216
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
10217
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
10218
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
10219
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10220
|
+
:param str role: The role of the database user.
|
10221
|
+
:param str username: The user to connect to the database.
|
10222
|
+
"""
|
10223
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
10224
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
10225
|
+
pulumi.set(__self__, "password", password)
|
10226
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
10227
|
+
pulumi.set(__self__, "role", role)
|
10228
|
+
pulumi.set(__self__, "username", username)
|
10229
|
+
|
10230
|
+
@property
|
10231
|
+
@pulumi.getter(name="credentialType")
|
10232
|
+
def credential_type(self) -> str:
|
10233
|
+
"""
|
10234
|
+
The type of the credential for tablespace administration tasks.
|
10235
|
+
"""
|
10236
|
+
return pulumi.get(self, "credential_type")
|
10237
|
+
|
10238
|
+
@property
|
10239
|
+
@pulumi.getter(name="namedCredentialId")
|
10240
|
+
def named_credential_id(self) -> str:
|
10241
|
+
"""
|
10242
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
10243
|
+
"""
|
10244
|
+
return pulumi.get(self, "named_credential_id")
|
10245
|
+
|
10246
|
+
@property
|
10247
|
+
@pulumi.getter
|
10248
|
+
def password(self) -> str:
|
10249
|
+
"""
|
10250
|
+
The database user's password encoded using BASE64 scheme.
|
10251
|
+
"""
|
10252
|
+
return pulumi.get(self, "password")
|
10253
|
+
|
10254
|
+
@property
|
10255
|
+
@pulumi.getter(name="passwordSecretId")
|
10256
|
+
def password_secret_id(self) -> str:
|
10257
|
+
"""
|
10258
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10259
|
+
"""
|
10260
|
+
return pulumi.get(self, "password_secret_id")
|
10261
|
+
|
10262
|
+
@property
|
10263
|
+
@pulumi.getter
|
10264
|
+
def role(self) -> str:
|
10265
|
+
"""
|
10266
|
+
The role of the database user.
|
10267
|
+
"""
|
10268
|
+
return pulumi.get(self, "role")
|
10269
|
+
|
10270
|
+
@property
|
10271
|
+
@pulumi.getter
|
10272
|
+
def username(self) -> str:
|
10273
|
+
"""
|
10274
|
+
The user to connect to the database.
|
10275
|
+
"""
|
10276
|
+
return pulumi.get(self, "username")
|
10277
|
+
|
10278
|
+
|
9268
10279
|
@pulumi.output_type
|
9269
10280
|
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorResult(dict):
|
9270
10281
|
def __init__(__self__, *,
|
@@ -9354,15 +10365,18 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9354
10365
|
def __init__(__self__, *,
|
9355
10366
|
component_type: str,
|
9356
10367
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult'],
|
9357
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionStringResult']
|
10368
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionStringResult'],
|
10369
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult']):
|
9358
10370
|
"""
|
9359
10371
|
:param str component_type: The component type.
|
9360
10372
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
9361
10373
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
10374
|
+
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
9362
10375
|
"""
|
9363
10376
|
pulumi.set(__self__, "component_type", component_type)
|
9364
10377
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
9365
10378
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
10379
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
9366
10380
|
|
9367
10381
|
@property
|
9368
10382
|
@pulumi.getter(name="componentType")
|
@@ -9388,6 +10402,14 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9388
10402
|
"""
|
9389
10403
|
return pulumi.get(self, "connection_strings")
|
9390
10404
|
|
10405
|
+
@property
|
10406
|
+
@pulumi.getter(name="databaseCredentials")
|
10407
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult']:
|
10408
|
+
"""
|
10409
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
10410
|
+
"""
|
10411
|
+
return pulumi.get(self, "database_credentials")
|
10412
|
+
|
9391
10413
|
|
9392
10414
|
@pulumi.output_type
|
9393
10415
|
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -9400,9 +10422,9 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9400
10422
|
user_name: str):
|
9401
10423
|
"""
|
9402
10424
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
9403
|
-
:param str credential_type: The type of credential
|
9404
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
9405
|
-
:param str role: The role of the user
|
10425
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
10426
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10427
|
+
:param str role: The role of the database user.
|
9406
10428
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
9407
10429
|
:param str user_name: The user name used to connect to the ASM instance.
|
9408
10430
|
"""
|
@@ -9425,7 +10447,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9425
10447
|
@pulumi.getter(name="credentialType")
|
9426
10448
|
def credential_type(self) -> str:
|
9427
10449
|
"""
|
9428
|
-
The type of credential
|
10450
|
+
The type of the credential for tablespace administration tasks.
|
9429
10451
|
"""
|
9430
10452
|
return pulumi.get(self, "credential_type")
|
9431
10453
|
|
@@ -9433,7 +10455,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9433
10455
|
@pulumi.getter(name="passwordSecretId")
|
9434
10456
|
def password_secret_id(self) -> str:
|
9435
10457
|
"""
|
9436
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
10458
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
9437
10459
|
"""
|
9438
10460
|
return pulumi.get(self, "password_secret_id")
|
9439
10461
|
|
@@ -9441,7 +10463,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9441
10463
|
@pulumi.getter
|
9442
10464
|
def role(self) -> str:
|
9443
10465
|
"""
|
9444
|
-
The role of the user
|
10466
|
+
The role of the database user.
|
9445
10467
|
"""
|
9446
10468
|
return pulumi.get(self, "role")
|
9447
10469
|
|
@@ -9509,19 +10531,92 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9509
10531
|
|
9510
10532
|
@property
|
9511
10533
|
@pulumi.getter
|
9512
|
-
def protocol(self) -> str:
|
10534
|
+
def protocol(self) -> str:
|
10535
|
+
"""
|
10536
|
+
The protocol used to connect to the ASM instance.
|
10537
|
+
"""
|
10538
|
+
return pulumi.get(self, "protocol")
|
10539
|
+
|
10540
|
+
@property
|
10541
|
+
@pulumi.getter
|
10542
|
+
def service(self) -> str:
|
10543
|
+
"""
|
10544
|
+
The service name of the ASM instance.
|
10545
|
+
"""
|
10546
|
+
return pulumi.get(self, "service")
|
10547
|
+
|
10548
|
+
|
10549
|
+
@pulumi.output_type
|
10550
|
+
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult(dict):
|
10551
|
+
def __init__(__self__, *,
|
10552
|
+
credential_type: str,
|
10553
|
+
named_credential_id: str,
|
10554
|
+
password: str,
|
10555
|
+
password_secret_id: str,
|
10556
|
+
role: str,
|
10557
|
+
username: str):
|
10558
|
+
"""
|
10559
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
10560
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
10561
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
10562
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10563
|
+
:param str role: The role of the database user.
|
10564
|
+
:param str username: The user to connect to the database.
|
10565
|
+
"""
|
10566
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
10567
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
10568
|
+
pulumi.set(__self__, "password", password)
|
10569
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
10570
|
+
pulumi.set(__self__, "role", role)
|
10571
|
+
pulumi.set(__self__, "username", username)
|
10572
|
+
|
10573
|
+
@property
|
10574
|
+
@pulumi.getter(name="credentialType")
|
10575
|
+
def credential_type(self) -> str:
|
10576
|
+
"""
|
10577
|
+
The type of the credential for tablespace administration tasks.
|
10578
|
+
"""
|
10579
|
+
return pulumi.get(self, "credential_type")
|
10580
|
+
|
10581
|
+
@property
|
10582
|
+
@pulumi.getter(name="namedCredentialId")
|
10583
|
+
def named_credential_id(self) -> str:
|
10584
|
+
"""
|
10585
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
10586
|
+
"""
|
10587
|
+
return pulumi.get(self, "named_credential_id")
|
10588
|
+
|
10589
|
+
@property
|
10590
|
+
@pulumi.getter
|
10591
|
+
def password(self) -> str:
|
10592
|
+
"""
|
10593
|
+
The database user's password encoded using BASE64 scheme.
|
10594
|
+
"""
|
10595
|
+
return pulumi.get(self, "password")
|
10596
|
+
|
10597
|
+
@property
|
10598
|
+
@pulumi.getter(name="passwordSecretId")
|
10599
|
+
def password_secret_id(self) -> str:
|
10600
|
+
"""
|
10601
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10602
|
+
"""
|
10603
|
+
return pulumi.get(self, "password_secret_id")
|
10604
|
+
|
10605
|
+
@property
|
10606
|
+
@pulumi.getter
|
10607
|
+
def role(self) -> str:
|
9513
10608
|
"""
|
9514
|
-
The
|
10609
|
+
The role of the database user.
|
9515
10610
|
"""
|
9516
|
-
return pulumi.get(self, "
|
10611
|
+
return pulumi.get(self, "role")
|
9517
10612
|
|
9518
10613
|
@property
|
9519
10614
|
@pulumi.getter
|
9520
|
-
def
|
10615
|
+
def username(self) -> str:
|
9521
10616
|
"""
|
9522
|
-
The
|
10617
|
+
The user to connect to the database.
|
9523
10618
|
"""
|
9524
|
-
return pulumi.get(self, "
|
10619
|
+
return pulumi.get(self, "username")
|
9525
10620
|
|
9526
10621
|
|
9527
10622
|
@pulumi.output_type
|
@@ -9766,15 +10861,18 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9766
10861
|
def __init__(__self__, *,
|
9767
10862
|
component_type: str,
|
9768
10863
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult'],
|
9769
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult']
|
10864
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult'],
|
10865
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult']):
|
9770
10866
|
"""
|
9771
10867
|
:param str component_type: The component type.
|
9772
10868
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
9773
10869
|
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
10870
|
+
:param Sequence['GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
9774
10871
|
"""
|
9775
10872
|
pulumi.set(__self__, "component_type", component_type)
|
9776
10873
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
9777
10874
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
10875
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
9778
10876
|
|
9779
10877
|
@property
|
9780
10878
|
@pulumi.getter(name="componentType")
|
@@ -9800,6 +10898,14 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9800
10898
|
"""
|
9801
10899
|
return pulumi.get(self, "connection_strings")
|
9802
10900
|
|
10901
|
+
@property
|
10902
|
+
@pulumi.getter(name="databaseCredentials")
|
10903
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult']:
|
10904
|
+
"""
|
10905
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
10906
|
+
"""
|
10907
|
+
return pulumi.get(self, "database_credentials")
|
10908
|
+
|
9803
10909
|
|
9804
10910
|
@pulumi.output_type
|
9805
10911
|
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -9812,9 +10918,9 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9812
10918
|
user_name: str):
|
9813
10919
|
"""
|
9814
10920
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
9815
|
-
:param str credential_type: The type of credential
|
9816
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
9817
|
-
:param str role: The role of the user
|
10921
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
10922
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10923
|
+
:param str role: The role of the database user.
|
9818
10924
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
9819
10925
|
:param str user_name: The user name used to connect to the ASM instance.
|
9820
10926
|
"""
|
@@ -9837,7 +10943,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9837
10943
|
@pulumi.getter(name="credentialType")
|
9838
10944
|
def credential_type(self) -> str:
|
9839
10945
|
"""
|
9840
|
-
The type of credential
|
10946
|
+
The type of the credential for tablespace administration tasks.
|
9841
10947
|
"""
|
9842
10948
|
return pulumi.get(self, "credential_type")
|
9843
10949
|
|
@@ -9845,7 +10951,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9845
10951
|
@pulumi.getter(name="passwordSecretId")
|
9846
10952
|
def password_secret_id(self) -> str:
|
9847
10953
|
"""
|
9848
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
10954
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
9849
10955
|
"""
|
9850
10956
|
return pulumi.get(self, "password_secret_id")
|
9851
10957
|
|
@@ -9853,7 +10959,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9853
10959
|
@pulumi.getter
|
9854
10960
|
def role(self) -> str:
|
9855
10961
|
"""
|
9856
|
-
The role of the user
|
10962
|
+
The role of the database user.
|
9857
10963
|
"""
|
9858
10964
|
return pulumi.get(self, "role")
|
9859
10965
|
|
@@ -9936,6 +11042,79 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDisco
|
|
9936
11042
|
return pulumi.get(self, "service")
|
9937
11043
|
|
9938
11044
|
|
11045
|
+
@pulumi.output_type
|
11046
|
+
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult(dict):
|
11047
|
+
def __init__(__self__, *,
|
11048
|
+
credential_type: str,
|
11049
|
+
named_credential_id: str,
|
11050
|
+
password: str,
|
11051
|
+
password_secret_id: str,
|
11052
|
+
role: str,
|
11053
|
+
username: str):
|
11054
|
+
"""
|
11055
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
11056
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
11057
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
11058
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11059
|
+
:param str role: The role of the database user.
|
11060
|
+
:param str username: The user to connect to the database.
|
11061
|
+
"""
|
11062
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
11063
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
11064
|
+
pulumi.set(__self__, "password", password)
|
11065
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
11066
|
+
pulumi.set(__self__, "role", role)
|
11067
|
+
pulumi.set(__self__, "username", username)
|
11068
|
+
|
11069
|
+
@property
|
11070
|
+
@pulumi.getter(name="credentialType")
|
11071
|
+
def credential_type(self) -> str:
|
11072
|
+
"""
|
11073
|
+
The type of the credential for tablespace administration tasks.
|
11074
|
+
"""
|
11075
|
+
return pulumi.get(self, "credential_type")
|
11076
|
+
|
11077
|
+
@property
|
11078
|
+
@pulumi.getter(name="namedCredentialId")
|
11079
|
+
def named_credential_id(self) -> str:
|
11080
|
+
"""
|
11081
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
11082
|
+
"""
|
11083
|
+
return pulumi.get(self, "named_credential_id")
|
11084
|
+
|
11085
|
+
@property
|
11086
|
+
@pulumi.getter
|
11087
|
+
def password(self) -> str:
|
11088
|
+
"""
|
11089
|
+
The database user's password encoded using BASE64 scheme.
|
11090
|
+
"""
|
11091
|
+
return pulumi.get(self, "password")
|
11092
|
+
|
11093
|
+
@property
|
11094
|
+
@pulumi.getter(name="passwordSecretId")
|
11095
|
+
def password_secret_id(self) -> str:
|
11096
|
+
"""
|
11097
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11098
|
+
"""
|
11099
|
+
return pulumi.get(self, "password_secret_id")
|
11100
|
+
|
11101
|
+
@property
|
11102
|
+
@pulumi.getter
|
11103
|
+
def role(self) -> str:
|
11104
|
+
"""
|
11105
|
+
The role of the database user.
|
11106
|
+
"""
|
11107
|
+
return pulumi.get(self, "role")
|
11108
|
+
|
11109
|
+
@property
|
11110
|
+
@pulumi.getter
|
11111
|
+
def username(self) -> str:
|
11112
|
+
"""
|
11113
|
+
The user to connect to the database.
|
11114
|
+
"""
|
11115
|
+
return pulumi.get(self, "username")
|
11116
|
+
|
11117
|
+
|
9939
11118
|
@pulumi.output_type
|
9940
11119
|
class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemDiscoveredComponentScanConfigurationResult(dict):
|
9941
11120
|
def __init__(__self__, *,
|
@@ -10206,9 +11385,9 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatch
|
|
10206
11385
|
user_name: str):
|
10207
11386
|
"""
|
10208
11387
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
10209
|
-
:param str credential_type: The type of credential
|
10210
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
10211
|
-
:param str role: The role of the user
|
11388
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
11389
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11390
|
+
:param str role: The role of the database user.
|
10212
11391
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
10213
11392
|
:param str user_name: The user name used to connect to the ASM instance.
|
10214
11393
|
"""
|
@@ -10231,7 +11410,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatch
|
|
10231
11410
|
@pulumi.getter(name="credentialType")
|
10232
11411
|
def credential_type(self) -> str:
|
10233
11412
|
"""
|
10234
|
-
The type of credential
|
11413
|
+
The type of the credential for tablespace administration tasks.
|
10235
11414
|
"""
|
10236
11415
|
return pulumi.get(self, "credential_type")
|
10237
11416
|
|
@@ -10239,7 +11418,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatch
|
|
10239
11418
|
@pulumi.getter(name="passwordSecretId")
|
10240
11419
|
def password_secret_id(self) -> str:
|
10241
11420
|
"""
|
10242
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
11421
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
10243
11422
|
"""
|
10244
11423
|
return pulumi.get(self, "password_secret_id")
|
10245
11424
|
|
@@ -10247,7 +11426,7 @@ class GetExternalDbSystemDiscoveriesExternalDbSystemDiscoveryCollectionItemPatch
|
|
10247
11426
|
@pulumi.getter
|
10248
11427
|
def role(self) -> str:
|
10249
11428
|
"""
|
10250
|
-
The role of the user
|
11429
|
+
The role of the database user.
|
10251
11430
|
"""
|
10252
11431
|
return pulumi.get(self, "role")
|
10253
11432
|
|
@@ -11115,15 +12294,18 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11115
12294
|
def __init__(__self__, *,
|
11116
12295
|
component_type: str,
|
11117
12296
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult'],
|
11118
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult']
|
12297
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringResult'],
|
12298
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult']):
|
11119
12299
|
"""
|
11120
12300
|
:param str component_type: The component type.
|
11121
12301
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
11122
12302
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
12303
|
+
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
11123
12304
|
"""
|
11124
12305
|
pulumi.set(__self__, "component_type", component_type)
|
11125
12306
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
11126
12307
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
12308
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
11127
12309
|
|
11128
12310
|
@property
|
11129
12311
|
@pulumi.getter(name="componentType")
|
@@ -11149,6 +12331,14 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11149
12331
|
"""
|
11150
12332
|
return pulumi.get(self, "connection_strings")
|
11151
12333
|
|
12334
|
+
@property
|
12335
|
+
@pulumi.getter(name="databaseCredentials")
|
12336
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult']:
|
12337
|
+
"""
|
12338
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
12339
|
+
"""
|
12340
|
+
return pulumi.get(self, "database_credentials")
|
12341
|
+
|
11152
12342
|
|
11153
12343
|
@pulumi.output_type
|
11154
12344
|
class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -11161,9 +12351,9 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11161
12351
|
user_name: str):
|
11162
12352
|
"""
|
11163
12353
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
11164
|
-
:param str credential_type: The type of credential
|
11165
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
11166
|
-
:param str role: The role of the user
|
12354
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
12355
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12356
|
+
:param str role: The role of the database user.
|
11167
12357
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
11168
12358
|
:param str user_name: The user name used to connect to the ASM instance.
|
11169
12359
|
"""
|
@@ -11186,7 +12376,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11186
12376
|
@pulumi.getter(name="credentialType")
|
11187
12377
|
def credential_type(self) -> str:
|
11188
12378
|
"""
|
11189
|
-
The type of credential
|
12379
|
+
The type of the credential for tablespace administration tasks.
|
11190
12380
|
"""
|
11191
12381
|
return pulumi.get(self, "credential_type")
|
11192
12382
|
|
@@ -11194,7 +12384,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11194
12384
|
@pulumi.getter(name="passwordSecretId")
|
11195
12385
|
def password_secret_id(self) -> str:
|
11196
12386
|
"""
|
11197
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
12387
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11198
12388
|
"""
|
11199
12389
|
return pulumi.get(self, "password_secret_id")
|
11200
12390
|
|
@@ -11202,7 +12392,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11202
12392
|
@pulumi.getter
|
11203
12393
|
def role(self) -> str:
|
11204
12394
|
"""
|
11205
|
-
The role of the user
|
12395
|
+
The role of the database user.
|
11206
12396
|
"""
|
11207
12397
|
return pulumi.get(self, "role")
|
11208
12398
|
|
@@ -11285,6 +12475,79 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorCon
|
|
11285
12475
|
return pulumi.get(self, "service")
|
11286
12476
|
|
11287
12477
|
|
12478
|
+
@pulumi.output_type
|
12479
|
+
class GetExternalDbSystemDiscoveryDiscoveredComponentClusterInstanceConnectorConnectionInfoDatabaseCredentialResult(dict):
|
12480
|
+
def __init__(__self__, *,
|
12481
|
+
credential_type: str,
|
12482
|
+
named_credential_id: str,
|
12483
|
+
password: str,
|
12484
|
+
password_secret_id: str,
|
12485
|
+
role: str,
|
12486
|
+
username: str):
|
12487
|
+
"""
|
12488
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
12489
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
12490
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
12491
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12492
|
+
:param str role: The role of the database user.
|
12493
|
+
:param str username: The user to connect to the database.
|
12494
|
+
"""
|
12495
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
12496
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
12497
|
+
pulumi.set(__self__, "password", password)
|
12498
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
12499
|
+
pulumi.set(__self__, "role", role)
|
12500
|
+
pulumi.set(__self__, "username", username)
|
12501
|
+
|
12502
|
+
@property
|
12503
|
+
@pulumi.getter(name="credentialType")
|
12504
|
+
def credential_type(self) -> str:
|
12505
|
+
"""
|
12506
|
+
The type of the credential for tablespace administration tasks.
|
12507
|
+
"""
|
12508
|
+
return pulumi.get(self, "credential_type")
|
12509
|
+
|
12510
|
+
@property
|
12511
|
+
@pulumi.getter(name="namedCredentialId")
|
12512
|
+
def named_credential_id(self) -> str:
|
12513
|
+
"""
|
12514
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
12515
|
+
"""
|
12516
|
+
return pulumi.get(self, "named_credential_id")
|
12517
|
+
|
12518
|
+
@property
|
12519
|
+
@pulumi.getter
|
12520
|
+
def password(self) -> str:
|
12521
|
+
"""
|
12522
|
+
The database user's password encoded using BASE64 scheme.
|
12523
|
+
"""
|
12524
|
+
return pulumi.get(self, "password")
|
12525
|
+
|
12526
|
+
@property
|
12527
|
+
@pulumi.getter(name="passwordSecretId")
|
12528
|
+
def password_secret_id(self) -> str:
|
12529
|
+
"""
|
12530
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12531
|
+
"""
|
12532
|
+
return pulumi.get(self, "password_secret_id")
|
12533
|
+
|
12534
|
+
@property
|
12535
|
+
@pulumi.getter
|
12536
|
+
def role(self) -> str:
|
12537
|
+
"""
|
12538
|
+
The role of the database user.
|
12539
|
+
"""
|
12540
|
+
return pulumi.get(self, "role")
|
12541
|
+
|
12542
|
+
@property
|
12543
|
+
@pulumi.getter
|
12544
|
+
def username(self) -> str:
|
12545
|
+
"""
|
12546
|
+
The user to connect to the database.
|
12547
|
+
"""
|
12548
|
+
return pulumi.get(self, "username")
|
12549
|
+
|
12550
|
+
|
11288
12551
|
@pulumi.output_type
|
11289
12552
|
class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorResult(dict):
|
11290
12553
|
def __init__(__self__, *,
|
@@ -11374,15 +12637,18 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoResu
|
|
11374
12637
|
def __init__(__self__, *,
|
11375
12638
|
component_type: str,
|
11376
12639
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult'],
|
11377
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringResult']
|
12640
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringResult'],
|
12641
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult']):
|
11378
12642
|
"""
|
11379
12643
|
:param str component_type: The component type.
|
11380
12644
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
11381
12645
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
12646
|
+
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
11382
12647
|
"""
|
11383
12648
|
pulumi.set(__self__, "component_type", component_type)
|
11384
12649
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
11385
12650
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
12651
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
11386
12652
|
|
11387
12653
|
@property
|
11388
12654
|
@pulumi.getter(name="componentType")
|
@@ -11408,6 +12674,14 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoResu
|
|
11408
12674
|
"""
|
11409
12675
|
return pulumi.get(self, "connection_strings")
|
11410
12676
|
|
12677
|
+
@property
|
12678
|
+
@pulumi.getter(name="databaseCredentials")
|
12679
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult']:
|
12680
|
+
"""
|
12681
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
12682
|
+
"""
|
12683
|
+
return pulumi.get(self, "database_credentials")
|
12684
|
+
|
11411
12685
|
|
11412
12686
|
@pulumi.output_type
|
11413
12687
|
class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -11420,9 +12694,9 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConn
|
|
11420
12694
|
user_name: str):
|
11421
12695
|
"""
|
11422
12696
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
11423
|
-
:param str credential_type: The type of credential
|
11424
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
11425
|
-
:param str role: The role of the user
|
12697
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
12698
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12699
|
+
:param str role: The role of the database user.
|
11426
12700
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
11427
12701
|
:param str user_name: The user name used to connect to the ASM instance.
|
11428
12702
|
"""
|
@@ -11445,7 +12719,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConn
|
|
11445
12719
|
@pulumi.getter(name="credentialType")
|
11446
12720
|
def credential_type(self) -> str:
|
11447
12721
|
"""
|
11448
|
-
The type of credential
|
12722
|
+
The type of the credential for tablespace administration tasks.
|
11449
12723
|
"""
|
11450
12724
|
return pulumi.get(self, "credential_type")
|
11451
12725
|
|
@@ -11453,7 +12727,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConn
|
|
11453
12727
|
@pulumi.getter(name="passwordSecretId")
|
11454
12728
|
def password_secret_id(self) -> str:
|
11455
12729
|
"""
|
11456
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
12730
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11457
12731
|
"""
|
11458
12732
|
return pulumi.get(self, "password_secret_id")
|
11459
12733
|
|
@@ -11461,7 +12735,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConn
|
|
11461
12735
|
@pulumi.getter
|
11462
12736
|
def role(self) -> str:
|
11463
12737
|
"""
|
11464
|
-
The role of the user
|
12738
|
+
The role of the database user.
|
11465
12739
|
"""
|
11466
12740
|
return pulumi.get(self, "role")
|
11467
12741
|
|
@@ -11544,6 +12818,79 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoConn
|
|
11544
12818
|
return pulumi.get(self, "service")
|
11545
12819
|
|
11546
12820
|
|
12821
|
+
@pulumi.output_type
|
12822
|
+
class GetExternalDbSystemDiscoveryDiscoveredComponentConnectorConnectionInfoDatabaseCredentialResult(dict):
|
12823
|
+
def __init__(__self__, *,
|
12824
|
+
credential_type: str,
|
12825
|
+
named_credential_id: str,
|
12826
|
+
password: str,
|
12827
|
+
password_secret_id: str,
|
12828
|
+
role: str,
|
12829
|
+
username: str):
|
12830
|
+
"""
|
12831
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
12832
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
12833
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
12834
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12835
|
+
:param str role: The role of the database user.
|
12836
|
+
:param str username: The user to connect to the database.
|
12837
|
+
"""
|
12838
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
12839
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
12840
|
+
pulumi.set(__self__, "password", password)
|
12841
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
12842
|
+
pulumi.set(__self__, "role", role)
|
12843
|
+
pulumi.set(__self__, "username", username)
|
12844
|
+
|
12845
|
+
@property
|
12846
|
+
@pulumi.getter(name="credentialType")
|
12847
|
+
def credential_type(self) -> str:
|
12848
|
+
"""
|
12849
|
+
The type of the credential for tablespace administration tasks.
|
12850
|
+
"""
|
12851
|
+
return pulumi.get(self, "credential_type")
|
12852
|
+
|
12853
|
+
@property
|
12854
|
+
@pulumi.getter(name="namedCredentialId")
|
12855
|
+
def named_credential_id(self) -> str:
|
12856
|
+
"""
|
12857
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
12858
|
+
"""
|
12859
|
+
return pulumi.get(self, "named_credential_id")
|
12860
|
+
|
12861
|
+
@property
|
12862
|
+
@pulumi.getter
|
12863
|
+
def password(self) -> str:
|
12864
|
+
"""
|
12865
|
+
The database user's password encoded using BASE64 scheme.
|
12866
|
+
"""
|
12867
|
+
return pulumi.get(self, "password")
|
12868
|
+
|
12869
|
+
@property
|
12870
|
+
@pulumi.getter(name="passwordSecretId")
|
12871
|
+
def password_secret_id(self) -> str:
|
12872
|
+
"""
|
12873
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12874
|
+
"""
|
12875
|
+
return pulumi.get(self, "password_secret_id")
|
12876
|
+
|
12877
|
+
@property
|
12878
|
+
@pulumi.getter
|
12879
|
+
def role(self) -> str:
|
12880
|
+
"""
|
12881
|
+
The role of the database user.
|
12882
|
+
"""
|
12883
|
+
return pulumi.get(self, "role")
|
12884
|
+
|
12885
|
+
@property
|
12886
|
+
@pulumi.getter
|
12887
|
+
def username(self) -> str:
|
12888
|
+
"""
|
12889
|
+
The user to connect to the database.
|
12890
|
+
"""
|
12891
|
+
return pulumi.get(self, "username")
|
12892
|
+
|
12893
|
+
|
11547
12894
|
@pulumi.output_type
|
11548
12895
|
class GetExternalDbSystemDiscoveryDiscoveredComponentEndpointResult(dict):
|
11549
12896
|
def __init__(__self__, *,
|
@@ -11786,15 +13133,18 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11786
13133
|
def __init__(__self__, *,
|
11787
13134
|
component_type: str,
|
11788
13135
|
connection_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult'],
|
11789
|
-
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult']
|
13136
|
+
connection_strings: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringResult'],
|
13137
|
+
database_credentials: Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult']):
|
11790
13138
|
"""
|
11791
13139
|
:param str component_type: The component type.
|
11792
13140
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialArgs'] connection_credentials: The credentials used to connect to the ASM instance. Currently only the `DETAILS` type is supported for creating MACS connector credentials.
|
11793
13141
|
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionStringArgs'] connection_strings: The Oracle Database connection string.
|
13142
|
+
:param Sequence['GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialArgs'] database_credentials: The credential to connect to the database to perform tablespace administration tasks.
|
11794
13143
|
"""
|
11795
13144
|
pulumi.set(__self__, "component_type", component_type)
|
11796
13145
|
pulumi.set(__self__, "connection_credentials", connection_credentials)
|
11797
13146
|
pulumi.set(__self__, "connection_strings", connection_strings)
|
13147
|
+
pulumi.set(__self__, "database_credentials", database_credentials)
|
11798
13148
|
|
11799
13149
|
@property
|
11800
13150
|
@pulumi.getter(name="componentType")
|
@@ -11820,6 +13170,14 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11820
13170
|
"""
|
11821
13171
|
return pulumi.get(self, "connection_strings")
|
11822
13172
|
|
13173
|
+
@property
|
13174
|
+
@pulumi.getter(name="databaseCredentials")
|
13175
|
+
def database_credentials(self) -> Sequence['outputs.GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult']:
|
13176
|
+
"""
|
13177
|
+
The credential to connect to the database to perform tablespace administration tasks.
|
13178
|
+
"""
|
13179
|
+
return pulumi.get(self, "database_credentials")
|
13180
|
+
|
11823
13181
|
|
11824
13182
|
@pulumi.output_type
|
11825
13183
|
class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoConnectionCredentialResult(dict):
|
@@ -11832,9 +13190,9 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11832
13190
|
user_name: str):
|
11833
13191
|
"""
|
11834
13192
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
11835
|
-
:param str credential_type: The type of credential
|
11836
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
11837
|
-
:param str role: The role of the user
|
13193
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
13194
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
13195
|
+
:param str role: The role of the database user.
|
11838
13196
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
11839
13197
|
:param str user_name: The user name used to connect to the ASM instance.
|
11840
13198
|
"""
|
@@ -11857,7 +13215,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11857
13215
|
@pulumi.getter(name="credentialType")
|
11858
13216
|
def credential_type(self) -> str:
|
11859
13217
|
"""
|
11860
|
-
The type of credential
|
13218
|
+
The type of the credential for tablespace administration tasks.
|
11861
13219
|
"""
|
11862
13220
|
return pulumi.get(self, "credential_type")
|
11863
13221
|
|
@@ -11865,7 +13223,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11865
13223
|
@pulumi.getter(name="passwordSecretId")
|
11866
13224
|
def password_secret_id(self) -> str:
|
11867
13225
|
"""
|
11868
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
13226
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11869
13227
|
"""
|
11870
13228
|
return pulumi.get(self, "password_secret_id")
|
11871
13229
|
|
@@ -11873,7 +13231,7 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11873
13231
|
@pulumi.getter
|
11874
13232
|
def role(self) -> str:
|
11875
13233
|
"""
|
11876
|
-
The role of the user
|
13234
|
+
The role of the database user.
|
11877
13235
|
"""
|
11878
13236
|
return pulumi.get(self, "role")
|
11879
13237
|
|
@@ -11925,35 +13283,108 @@ class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorC
|
|
11925
13283
|
|
11926
13284
|
@property
|
11927
13285
|
@pulumi.getter
|
11928
|
-
def hosts(self) -> Sequence[str]:
|
13286
|
+
def hosts(self) -> Sequence[str]:
|
13287
|
+
"""
|
13288
|
+
The list of host names of the ASM instances.
|
13289
|
+
"""
|
13290
|
+
return pulumi.get(self, "hosts")
|
13291
|
+
|
13292
|
+
@property
|
13293
|
+
@pulumi.getter
|
13294
|
+
def port(self) -> int:
|
13295
|
+
"""
|
13296
|
+
The port used to connect to the ASM instance.
|
13297
|
+
"""
|
13298
|
+
return pulumi.get(self, "port")
|
13299
|
+
|
13300
|
+
@property
|
13301
|
+
@pulumi.getter
|
13302
|
+
def protocol(self) -> str:
|
13303
|
+
"""
|
13304
|
+
The protocol used to connect to the ASM instance.
|
13305
|
+
"""
|
13306
|
+
return pulumi.get(self, "protocol")
|
13307
|
+
|
13308
|
+
@property
|
13309
|
+
@pulumi.getter
|
13310
|
+
def service(self) -> str:
|
13311
|
+
"""
|
13312
|
+
The service name of the ASM instance.
|
13313
|
+
"""
|
13314
|
+
return pulumi.get(self, "service")
|
13315
|
+
|
13316
|
+
|
13317
|
+
@pulumi.output_type
|
13318
|
+
class GetExternalDbSystemDiscoveryDiscoveredComponentPluggableDatabaseConnectorConnectionInfoDatabaseCredentialResult(dict):
|
13319
|
+
def __init__(__self__, *,
|
13320
|
+
credential_type: str,
|
13321
|
+
named_credential_id: str,
|
13322
|
+
password: str,
|
13323
|
+
password_secret_id: str,
|
13324
|
+
role: str,
|
13325
|
+
username: str):
|
13326
|
+
"""
|
13327
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
13328
|
+
:param str named_credential_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
13329
|
+
:param str password: The database user's password encoded using BASE64 scheme.
|
13330
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
13331
|
+
:param str role: The role of the database user.
|
13332
|
+
:param str username: The user to connect to the database.
|
13333
|
+
"""
|
13334
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
13335
|
+
pulumi.set(__self__, "named_credential_id", named_credential_id)
|
13336
|
+
pulumi.set(__self__, "password", password)
|
13337
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
13338
|
+
pulumi.set(__self__, "role", role)
|
13339
|
+
pulumi.set(__self__, "username", username)
|
13340
|
+
|
13341
|
+
@property
|
13342
|
+
@pulumi.getter(name="credentialType")
|
13343
|
+
def credential_type(self) -> str:
|
13344
|
+
"""
|
13345
|
+
The type of the credential for tablespace administration tasks.
|
13346
|
+
"""
|
13347
|
+
return pulumi.get(self, "credential_type")
|
13348
|
+
|
13349
|
+
@property
|
13350
|
+
@pulumi.getter(name="namedCredentialId")
|
13351
|
+
def named_credential_id(self) -> str:
|
13352
|
+
"""
|
13353
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential where the database password metadata is stored.
|
13354
|
+
"""
|
13355
|
+
return pulumi.get(self, "named_credential_id")
|
13356
|
+
|
13357
|
+
@property
|
13358
|
+
@pulumi.getter
|
13359
|
+
def password(self) -> str:
|
11929
13360
|
"""
|
11930
|
-
The
|
13361
|
+
The database user's password encoded using BASE64 scheme.
|
11931
13362
|
"""
|
11932
|
-
return pulumi.get(self, "
|
13363
|
+
return pulumi.get(self, "password")
|
11933
13364
|
|
11934
13365
|
@property
|
11935
|
-
@pulumi.getter
|
11936
|
-
def
|
13366
|
+
@pulumi.getter(name="passwordSecretId")
|
13367
|
+
def password_secret_id(self) -> str:
|
11937
13368
|
"""
|
11938
|
-
The
|
13369
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
11939
13370
|
"""
|
11940
|
-
return pulumi.get(self, "
|
13371
|
+
return pulumi.get(self, "password_secret_id")
|
11941
13372
|
|
11942
13373
|
@property
|
11943
13374
|
@pulumi.getter
|
11944
|
-
def
|
13375
|
+
def role(self) -> str:
|
11945
13376
|
"""
|
11946
|
-
The
|
13377
|
+
The role of the database user.
|
11947
13378
|
"""
|
11948
|
-
return pulumi.get(self, "
|
13379
|
+
return pulumi.get(self, "role")
|
11949
13380
|
|
11950
13381
|
@property
|
11951
13382
|
@pulumi.getter
|
11952
|
-
def
|
13383
|
+
def username(self) -> str:
|
11953
13384
|
"""
|
11954
|
-
The
|
13385
|
+
The user to connect to the database.
|
11955
13386
|
"""
|
11956
|
-
return pulumi.get(self, "
|
13387
|
+
return pulumi.get(self, "username")
|
11957
13388
|
|
11958
13389
|
|
11959
13390
|
@pulumi.output_type
|
@@ -12226,9 +13657,9 @@ class GetExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConn
|
|
12226
13657
|
user_name: str):
|
12227
13658
|
"""
|
12228
13659
|
:param str credential_name: The name of the credential information that used to connect to the DB system resource. The name should be in "x.y" format, where the length of "x" has a maximum of 64 characters, and length of "y" has a maximum of 199 characters. The name strings can contain letters, numbers and the underscore character only. Other characters are not valid, except for the "." character that separates the "x" and "y" portions of the name. *IMPORTANT* - The name must be unique within the Oracle Cloud Infrastructure region the credential is being created in. If you specify a name that duplicates the name of another credential within the same Oracle Cloud Infrastructure region, you may overwrite or corrupt the credential that is already using the name.
|
12229
|
-
:param str credential_type: The type of credential
|
12230
|
-
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
12231
|
-
:param str role: The role of the user
|
13660
|
+
:param str credential_type: The type of the credential for tablespace administration tasks.
|
13661
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
13662
|
+
:param str role: The role of the database user.
|
12232
13663
|
:param str ssl_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret containing the SSL keystore and truststore details.
|
12233
13664
|
:param str user_name: The user name used to connect to the ASM instance.
|
12234
13665
|
"""
|
@@ -12251,7 +13682,7 @@ class GetExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConn
|
|
12251
13682
|
@pulumi.getter(name="credentialType")
|
12252
13683
|
def credential_type(self) -> str:
|
12253
13684
|
"""
|
12254
|
-
The type of credential
|
13685
|
+
The type of the credential for tablespace administration tasks.
|
12255
13686
|
"""
|
12256
13687
|
return pulumi.get(self, "credential_type")
|
12257
13688
|
|
@@ -12259,7 +13690,7 @@ class GetExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConn
|
|
12259
13690
|
@pulumi.getter(name="passwordSecretId")
|
12260
13691
|
def password_secret_id(self) -> str:
|
12261
13692
|
"""
|
12262
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
13693
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database password is stored.
|
12263
13694
|
"""
|
12264
13695
|
return pulumi.get(self, "password_secret_id")
|
12265
13696
|
|
@@ -12267,7 +13698,7 @@ class GetExternalDbSystemDiscoveryPatchOperationValueConnectorConnectionInfoConn
|
|
12267
13698
|
@pulumi.getter
|
12268
13699
|
def role(self) -> str:
|
12269
13700
|
"""
|
12270
|
-
The role of the user
|
13701
|
+
The role of the database user.
|
12271
13702
|
"""
|
12272
13703
|
return pulumi.get(self, "role")
|
12273
13704
|
|
@@ -24013,3 +25444,311 @@ class GetManagedMySqlDatabasesManagedMySqlDatabaseCollectionItemResult(dict):
|
|
24013
25444
|
return pulumi.get(self, "time_created")
|
24014
25445
|
|
24015
25446
|
|
25447
|
+
@pulumi.output_type
|
25448
|
+
class GetNamedCredentialContentResult(dict):
|
25449
|
+
def __init__(__self__, *,
|
25450
|
+
credential_type: str,
|
25451
|
+
password_secret_access_mode: str,
|
25452
|
+
password_secret_id: str,
|
25453
|
+
role: str,
|
25454
|
+
user_name: str):
|
25455
|
+
"""
|
25456
|
+
:param str credential_type: The type of named credential. Only 'BASIC' is supported currently.
|
25457
|
+
:param str password_secret_access_mode: The mechanism used to access the password plain text value.
|
25458
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
25459
|
+
:param str role: The role of the database user.
|
25460
|
+
:param str user_name: The user name used to connect to the database.
|
25461
|
+
"""
|
25462
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
25463
|
+
pulumi.set(__self__, "password_secret_access_mode", password_secret_access_mode)
|
25464
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
25465
|
+
pulumi.set(__self__, "role", role)
|
25466
|
+
pulumi.set(__self__, "user_name", user_name)
|
25467
|
+
|
25468
|
+
@property
|
25469
|
+
@pulumi.getter(name="credentialType")
|
25470
|
+
def credential_type(self) -> str:
|
25471
|
+
"""
|
25472
|
+
The type of named credential. Only 'BASIC' is supported currently.
|
25473
|
+
"""
|
25474
|
+
return pulumi.get(self, "credential_type")
|
25475
|
+
|
25476
|
+
@property
|
25477
|
+
@pulumi.getter(name="passwordSecretAccessMode")
|
25478
|
+
def password_secret_access_mode(self) -> str:
|
25479
|
+
"""
|
25480
|
+
The mechanism used to access the password plain text value.
|
25481
|
+
"""
|
25482
|
+
return pulumi.get(self, "password_secret_access_mode")
|
25483
|
+
|
25484
|
+
@property
|
25485
|
+
@pulumi.getter(name="passwordSecretId")
|
25486
|
+
def password_secret_id(self) -> str:
|
25487
|
+
"""
|
25488
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
25489
|
+
"""
|
25490
|
+
return pulumi.get(self, "password_secret_id")
|
25491
|
+
|
25492
|
+
@property
|
25493
|
+
@pulumi.getter
|
25494
|
+
def role(self) -> str:
|
25495
|
+
"""
|
25496
|
+
The role of the database user.
|
25497
|
+
"""
|
25498
|
+
return pulumi.get(self, "role")
|
25499
|
+
|
25500
|
+
@property
|
25501
|
+
@pulumi.getter(name="userName")
|
25502
|
+
def user_name(self) -> str:
|
25503
|
+
"""
|
25504
|
+
The user name used to connect to the database.
|
25505
|
+
"""
|
25506
|
+
return pulumi.get(self, "user_name")
|
25507
|
+
|
25508
|
+
|
25509
|
+
@pulumi.output_type
|
25510
|
+
class GetNamedCredentialsFilterResult(dict):
|
25511
|
+
def __init__(__self__, *,
|
25512
|
+
name: str,
|
25513
|
+
values: Sequence[str],
|
25514
|
+
regex: Optional[bool] = None):
|
25515
|
+
"""
|
25516
|
+
:param str name: The name of the named credential.
|
25517
|
+
"""
|
25518
|
+
pulumi.set(__self__, "name", name)
|
25519
|
+
pulumi.set(__self__, "values", values)
|
25520
|
+
if regex is not None:
|
25521
|
+
pulumi.set(__self__, "regex", regex)
|
25522
|
+
|
25523
|
+
@property
|
25524
|
+
@pulumi.getter
|
25525
|
+
def name(self) -> str:
|
25526
|
+
"""
|
25527
|
+
The name of the named credential.
|
25528
|
+
"""
|
25529
|
+
return pulumi.get(self, "name")
|
25530
|
+
|
25531
|
+
@property
|
25532
|
+
@pulumi.getter
|
25533
|
+
def values(self) -> Sequence[str]:
|
25534
|
+
return pulumi.get(self, "values")
|
25535
|
+
|
25536
|
+
@property
|
25537
|
+
@pulumi.getter
|
25538
|
+
def regex(self) -> Optional[bool]:
|
25539
|
+
return pulumi.get(self, "regex")
|
25540
|
+
|
25541
|
+
|
25542
|
+
@pulumi.output_type
|
25543
|
+
class GetNamedCredentialsNamedCredentialCollectionResult(dict):
|
25544
|
+
def __init__(__self__, *,
|
25545
|
+
items: Sequence['outputs.GetNamedCredentialsNamedCredentialCollectionItemResult']):
|
25546
|
+
pulumi.set(__self__, "items", items)
|
25547
|
+
|
25548
|
+
@property
|
25549
|
+
@pulumi.getter
|
25550
|
+
def items(self) -> Sequence['outputs.GetNamedCredentialsNamedCredentialCollectionItemResult']:
|
25551
|
+
return pulumi.get(self, "items")
|
25552
|
+
|
25553
|
+
|
25554
|
+
@pulumi.output_type
|
25555
|
+
class GetNamedCredentialsNamedCredentialCollectionItemResult(dict):
|
25556
|
+
def __init__(__self__, *,
|
25557
|
+
associated_resource: str,
|
25558
|
+
compartment_id: str,
|
25559
|
+
contents: Sequence['outputs.GetNamedCredentialsNamedCredentialCollectionItemContentResult'],
|
25560
|
+
description: str,
|
25561
|
+
id: str,
|
25562
|
+
lifecycle_details: str,
|
25563
|
+
name: str,
|
25564
|
+
scope: str,
|
25565
|
+
state: str,
|
25566
|
+
time_created: str,
|
25567
|
+
time_updated: str,
|
25568
|
+
type: str):
|
25569
|
+
"""
|
25570
|
+
:param str associated_resource: The resource associated to the named credential.
|
25571
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
25572
|
+
:param Sequence['GetNamedCredentialsNamedCredentialCollectionItemContentArgs'] contents: The details of the named credential.
|
25573
|
+
:param str description: The information specified by the user about the named credential.
|
25574
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential.
|
25575
|
+
:param str lifecycle_details: The details of the lifecycle state.
|
25576
|
+
:param str name: The name of the named credential.
|
25577
|
+
:param str scope: The scope of named credential.
|
25578
|
+
:param str state: The current lifecycle state of the named credential.
|
25579
|
+
:param str time_created: The date and time the named credential was created.
|
25580
|
+
:param str time_updated: The date and time the named credential was last updated.
|
25581
|
+
:param str type: The type of database that is associated to the named credential.
|
25582
|
+
"""
|
25583
|
+
pulumi.set(__self__, "associated_resource", associated_resource)
|
25584
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
25585
|
+
pulumi.set(__self__, "contents", contents)
|
25586
|
+
pulumi.set(__self__, "description", description)
|
25587
|
+
pulumi.set(__self__, "id", id)
|
25588
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
25589
|
+
pulumi.set(__self__, "name", name)
|
25590
|
+
pulumi.set(__self__, "scope", scope)
|
25591
|
+
pulumi.set(__self__, "state", state)
|
25592
|
+
pulumi.set(__self__, "time_created", time_created)
|
25593
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
25594
|
+
pulumi.set(__self__, "type", type)
|
25595
|
+
|
25596
|
+
@property
|
25597
|
+
@pulumi.getter(name="associatedResource")
|
25598
|
+
def associated_resource(self) -> str:
|
25599
|
+
"""
|
25600
|
+
The resource associated to the named credential.
|
25601
|
+
"""
|
25602
|
+
return pulumi.get(self, "associated_resource")
|
25603
|
+
|
25604
|
+
@property
|
25605
|
+
@pulumi.getter(name="compartmentId")
|
25606
|
+
def compartment_id(self) -> str:
|
25607
|
+
"""
|
25608
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
25609
|
+
"""
|
25610
|
+
return pulumi.get(self, "compartment_id")
|
25611
|
+
|
25612
|
+
@property
|
25613
|
+
@pulumi.getter
|
25614
|
+
def contents(self) -> Sequence['outputs.GetNamedCredentialsNamedCredentialCollectionItemContentResult']:
|
25615
|
+
"""
|
25616
|
+
The details of the named credential.
|
25617
|
+
"""
|
25618
|
+
return pulumi.get(self, "contents")
|
25619
|
+
|
25620
|
+
@property
|
25621
|
+
@pulumi.getter
|
25622
|
+
def description(self) -> str:
|
25623
|
+
"""
|
25624
|
+
The information specified by the user about the named credential.
|
25625
|
+
"""
|
25626
|
+
return pulumi.get(self, "description")
|
25627
|
+
|
25628
|
+
@property
|
25629
|
+
@pulumi.getter
|
25630
|
+
def id(self) -> str:
|
25631
|
+
"""
|
25632
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the named credential.
|
25633
|
+
"""
|
25634
|
+
return pulumi.get(self, "id")
|
25635
|
+
|
25636
|
+
@property
|
25637
|
+
@pulumi.getter(name="lifecycleDetails")
|
25638
|
+
def lifecycle_details(self) -> str:
|
25639
|
+
"""
|
25640
|
+
The details of the lifecycle state.
|
25641
|
+
"""
|
25642
|
+
return pulumi.get(self, "lifecycle_details")
|
25643
|
+
|
25644
|
+
@property
|
25645
|
+
@pulumi.getter
|
25646
|
+
def name(self) -> str:
|
25647
|
+
"""
|
25648
|
+
The name of the named credential.
|
25649
|
+
"""
|
25650
|
+
return pulumi.get(self, "name")
|
25651
|
+
|
25652
|
+
@property
|
25653
|
+
@pulumi.getter
|
25654
|
+
def scope(self) -> str:
|
25655
|
+
"""
|
25656
|
+
The scope of named credential.
|
25657
|
+
"""
|
25658
|
+
return pulumi.get(self, "scope")
|
25659
|
+
|
25660
|
+
@property
|
25661
|
+
@pulumi.getter
|
25662
|
+
def state(self) -> str:
|
25663
|
+
"""
|
25664
|
+
The current lifecycle state of the named credential.
|
25665
|
+
"""
|
25666
|
+
return pulumi.get(self, "state")
|
25667
|
+
|
25668
|
+
@property
|
25669
|
+
@pulumi.getter(name="timeCreated")
|
25670
|
+
def time_created(self) -> str:
|
25671
|
+
"""
|
25672
|
+
The date and time the named credential was created.
|
25673
|
+
"""
|
25674
|
+
return pulumi.get(self, "time_created")
|
25675
|
+
|
25676
|
+
@property
|
25677
|
+
@pulumi.getter(name="timeUpdated")
|
25678
|
+
def time_updated(self) -> str:
|
25679
|
+
"""
|
25680
|
+
The date and time the named credential was last updated.
|
25681
|
+
"""
|
25682
|
+
return pulumi.get(self, "time_updated")
|
25683
|
+
|
25684
|
+
@property
|
25685
|
+
@pulumi.getter
|
25686
|
+
def type(self) -> str:
|
25687
|
+
"""
|
25688
|
+
The type of database that is associated to the named credential.
|
25689
|
+
"""
|
25690
|
+
return pulumi.get(self, "type")
|
25691
|
+
|
25692
|
+
|
25693
|
+
@pulumi.output_type
|
25694
|
+
class GetNamedCredentialsNamedCredentialCollectionItemContentResult(dict):
|
25695
|
+
def __init__(__self__, *,
|
25696
|
+
credential_type: str,
|
25697
|
+
password_secret_access_mode: str,
|
25698
|
+
password_secret_id: str,
|
25699
|
+
role: str,
|
25700
|
+
user_name: str):
|
25701
|
+
"""
|
25702
|
+
:param str credential_type: The type of named credential. Only 'BASIC' is supported currently.
|
25703
|
+
:param str password_secret_access_mode: The mechanism used to access the password plain text value.
|
25704
|
+
:param str password_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
25705
|
+
:param str role: The role of the database user.
|
25706
|
+
:param str user_name: The user name used to connect to the database.
|
25707
|
+
"""
|
25708
|
+
pulumi.set(__self__, "credential_type", credential_type)
|
25709
|
+
pulumi.set(__self__, "password_secret_access_mode", password_secret_access_mode)
|
25710
|
+
pulumi.set(__self__, "password_secret_id", password_secret_id)
|
25711
|
+
pulumi.set(__self__, "role", role)
|
25712
|
+
pulumi.set(__self__, "user_name", user_name)
|
25713
|
+
|
25714
|
+
@property
|
25715
|
+
@pulumi.getter(name="credentialType")
|
25716
|
+
def credential_type(self) -> str:
|
25717
|
+
"""
|
25718
|
+
The type of named credential. Only 'BASIC' is supported currently.
|
25719
|
+
"""
|
25720
|
+
return pulumi.get(self, "credential_type")
|
25721
|
+
|
25722
|
+
@property
|
25723
|
+
@pulumi.getter(name="passwordSecretAccessMode")
|
25724
|
+
def password_secret_access_mode(self) -> str:
|
25725
|
+
"""
|
25726
|
+
The mechanism used to access the password plain text value.
|
25727
|
+
"""
|
25728
|
+
return pulumi.get(self, "password_secret_access_mode")
|
25729
|
+
|
25730
|
+
@property
|
25731
|
+
@pulumi.getter(name="passwordSecretId")
|
25732
|
+
def password_secret_id(self) -> str:
|
25733
|
+
"""
|
25734
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Vault service secret that contains the database user password.
|
25735
|
+
"""
|
25736
|
+
return pulumi.get(self, "password_secret_id")
|
25737
|
+
|
25738
|
+
@property
|
25739
|
+
@pulumi.getter
|
25740
|
+
def role(self) -> str:
|
25741
|
+
"""
|
25742
|
+
The role of the database user.
|
25743
|
+
"""
|
25744
|
+
return pulumi.get(self, "role")
|
25745
|
+
|
25746
|
+
@property
|
25747
|
+
@pulumi.getter(name="userName")
|
25748
|
+
def user_name(self) -> str:
|
25749
|
+
"""
|
25750
|
+
The user name used to connect to the database.
|
25751
|
+
"""
|
25752
|
+
return pulumi.get(self, "user_name")
|
25753
|
+
|
25754
|
+
|