pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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.
Files changed (136) hide show
  1. pulumi_oci/__init__.py +80 -0
  2. pulumi_oci/config/__init__.pyi +12 -17
  3. pulumi_oci/config/vars.py +12 -17
  4. pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
  5. pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
  6. pulumi_oci/core/outputs.py +11 -0
  7. pulumi_oci/database/_inputs.py +257 -12
  8. pulumi_oci/database/data_guard_association.py +98 -0
  9. pulumi_oci/database/database.py +28 -0
  10. pulumi_oci/database/db_node.py +56 -0
  11. pulumi_oci/database/db_system.py +108 -14
  12. pulumi_oci/database/exadb_vm_cluster.py +49 -0
  13. pulumi_oci/database/exascale_db_storage_vault.py +28 -0
  14. pulumi_oci/database/get_data_guard_association.py +23 -1
  15. pulumi_oci/database/get_database.py +15 -1
  16. pulumi_oci/database/get_db_node.py +29 -1
  17. pulumi_oci/database/get_db_system_shapes.py +25 -6
  18. pulumi_oci/database/get_db_system_storage_performances.py +20 -3
  19. pulumi_oci/database/get_db_versions.py +20 -1
  20. pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
  21. pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
  22. pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
  23. pulumi_oci/database/get_gi_versions.py +25 -6
  24. pulumi_oci/database/outputs.py +575 -8
  25. pulumi_oci/datasafe/__init__.py +24 -0
  26. pulumi_oci/datasafe/_inputs.py +3669 -1537
  27. pulumi_oci/datasafe/attribute_set.py +693 -0
  28. pulumi_oci/datasafe/audit_profile.py +356 -95
  29. pulumi_oci/datasafe/audit_profile_management.py +389 -129
  30. pulumi_oci/datasafe/audit_trail.py +47 -0
  31. pulumi_oci/datasafe/audit_trail_management.py +49 -0
  32. pulumi_oci/datasafe/get_alerts.py +2 -2
  33. pulumi_oci/datasafe/get_attribute_set.py +295 -0
  34. pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
  35. pulumi_oci/datasafe/get_attribute_sets.py +340 -0
  36. pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
  37. pulumi_oci/datasafe/get_audit_events.py +2 -2
  38. pulumi_oci/datasafe/get_audit_policies.py +20 -1
  39. pulumi_oci/datasafe/get_audit_profile.py +78 -8
  40. pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
  41. pulumi_oci/datasafe/get_audit_profiles.py +50 -9
  42. pulumi_oci/datasafe/get_audit_trail.py +15 -1
  43. pulumi_oci/datasafe/get_audit_trails.py +20 -1
  44. pulumi_oci/datasafe/get_database_security_configs.py +20 -1
  45. pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
  46. pulumi_oci/datasafe/get_masking_analytics.py +42 -1
  47. pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
  48. pulumi_oci/datasafe/get_report.py +43 -1
  49. pulumi_oci/datasafe/get_reports.py +23 -1
  50. pulumi_oci/datasafe/get_security_assessment.py +116 -2
  51. pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
  52. pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
  53. pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
  54. pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
  55. pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
  56. pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
  57. pulumi_oci/datasafe/get_security_assessments.py +68 -2
  58. pulumi_oci/datasafe/get_security_policies.py +23 -1
  59. pulumi_oci/datasafe/get_security_policy.py +15 -1
  60. pulumi_oci/datasafe/get_security_policy_config.py +296 -0
  61. pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
  62. pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
  63. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
  64. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
  65. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
  66. pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
  67. pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
  68. pulumi_oci/datasafe/get_sql_collections.py +20 -1
  69. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
  70. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
  71. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
  72. pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
  73. pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
  74. pulumi_oci/datasafe/get_target_database_group.py +296 -0
  75. pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
  76. pulumi_oci/datasafe/get_target_database_groups.py +313 -0
  77. pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
  78. pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
  79. pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
  80. pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
  81. pulumi_oci/datasafe/get_user_assessment.py +29 -1
  82. pulumi_oci/datasafe/get_user_assessments.py +45 -1
  83. pulumi_oci/datasafe/outputs.py +6964 -192
  84. pulumi_oci/datasafe/report.py +84 -0
  85. pulumi_oci/datasafe/report_definition.py +4 -0
  86. pulumi_oci/datasafe/security_assessment.py +425 -82
  87. pulumi_oci/datasafe/security_assessment_check.py +456 -0
  88. pulumi_oci/datasafe/security_assessment_finding.py +818 -0
  89. pulumi_oci/datasafe/security_policy.py +94 -77
  90. pulumi_oci/datasafe/security_policy_config.py +698 -0
  91. pulumi_oci/datasafe/security_policy_deployment.py +272 -67
  92. pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
  93. pulumi_oci/datasafe/security_policy_management.py +87 -30
  94. pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
  95. pulumi_oci/datasafe/target_database.py +4 -0
  96. pulumi_oci/datasafe/target_database_group.py +679 -0
  97. pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
  98. pulumi_oci/datasafe/unified_audit_policy.py +836 -0
  99. pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
  100. pulumi_oci/datasafe/user_assessment.py +105 -28
  101. pulumi_oci/disasterrecovery/_inputs.py +231 -3
  102. pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
  103. pulumi_oci/disasterrecovery/outputs.py +446 -12
  104. pulumi_oci/generativeai/_inputs.py +572 -63
  105. pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
  106. pulumi_oci/generativeai/agent_data_source.py +7 -81
  107. pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
  108. pulumi_oci/generativeai/agent_tool.py +172 -0
  109. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
  110. pulumi_oci/generativeai/get_agent_data_source.py +1 -5
  111. pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
  112. pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
  113. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
  114. pulumi_oci/generativeai/outputs.py +1128 -106
  115. pulumi_oci/goldengate/deployment.py +94 -0
  116. pulumi_oci/goldengate/get_deployment.py +29 -1
  117. pulumi_oci/goldengate/get_deployments.py +23 -1
  118. pulumi_oci/goldengate/outputs.py +35 -2
  119. pulumi_oci/oci/__init__.py +9 -0
  120. pulumi_oci/oci/_inputs.py +420 -0
  121. pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
  122. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
  123. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
  124. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
  125. pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
  126. pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
  127. pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
  128. pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
  129. pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
  130. pulumi_oci/oci/outputs.py +1009 -0
  131. pulumi_oci/provider.py +44 -63
  132. pulumi_oci/pulumi-plugin.json +1 -1
  133. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
  134. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
  135. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
  136. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
pulumi_oci/provider.py CHANGED
@@ -35,27 +35,22 @@ class ProviderArgs:
35
35
  user_ocid: Optional[pulumi.Input[_builtins.str]] = None):
36
36
  """
37
37
  The set of arguments for constructing a Provider resource.
38
- :param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
39
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
38
+ :param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
40
39
  :param pulumi.Input[_builtins.str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
41
- :param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual
42
- consistency problems but it also introduced performance issues on destroy operations.
43
- :param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
44
- console. Required if auth is set to 'ApiKey', ignored otherwise.
45
- :param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user. A private_key or a private_key_path must be provided if auth is
46
- set to 'ApiKey', ignored otherwise.
40
+ :param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
41
+ Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
42
+ :param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
43
+ :param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user.
44
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
47
45
  :param pulumi.Input[_builtins.str] private_key_password: (Optional) The password used to secure the private key.
48
- :param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key. A private_key or a private_key_path must be provided if
49
- auth is set to 'ApiKey', ignored otherwise.
46
+ :param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
47
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
50
48
  :param pulumi.Input[_builtins.bool] realm_specific_service_endpoint_template_enabled: (Optional) flags to enable realm specific service endpoint.
51
49
  :param pulumi.Input[_builtins.str] region: (Required) The region for API connections (e.g. us-ashburn-1).
52
- :param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error. The actual retry
53
- duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
54
- is set to true.
55
- :param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
56
- Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
57
- :param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
58
- auth is set to 'ApiKey', ignored otherwise.
50
+ :param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
51
+ The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
52
+ :param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
53
+ :param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
59
54
  """
60
55
  if auth is not None:
61
56
  pulumi.set(__self__, "auth", auth)
@@ -90,8 +85,7 @@ class ProviderArgs:
90
85
  @pulumi.getter
91
86
  def auth(self) -> Optional[pulumi.Input[_builtins.str]]:
92
87
  """
93
- (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
94
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
88
+ (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
95
89
  """
96
90
  return pulumi.get(self, "auth")
97
91
 
@@ -115,8 +109,8 @@ class ProviderArgs:
115
109
  @pulumi.getter(name="disableAutoRetries")
116
110
  def disable_auto_retries(self) -> Optional[pulumi.Input[_builtins.bool]]:
117
111
  """
118
- (Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual
119
- consistency problems but it also introduced performance issues on destroy operations.
112
+ (Optional) Disable automatic retries for retriable errors.
113
+ Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
120
114
  """
121
115
  return pulumi.get(self, "disable_auto_retries")
122
116
 
@@ -128,8 +122,7 @@ class ProviderArgs:
128
122
  @pulumi.getter
129
123
  def fingerprint(self) -> Optional[pulumi.Input[_builtins.str]]:
130
124
  """
131
- (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
132
- console. Required if auth is set to 'ApiKey', ignored otherwise.
125
+ (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
133
126
  """
134
127
  return pulumi.get(self, "fingerprint")
135
128
 
@@ -150,8 +143,8 @@ class ProviderArgs:
150
143
  @pulumi.getter(name="privateKey")
151
144
  def private_key(self) -> Optional[pulumi.Input[_builtins.str]]:
152
145
  """
153
- (Optional) A PEM formatted RSA private key for the user. A private_key or a private_key_path must be provided if auth is
154
- set to 'ApiKey', ignored otherwise.
146
+ (Optional) A PEM formatted RSA private key for the user.
147
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
155
148
  """
156
149
  return pulumi.get(self, "private_key")
157
150
 
@@ -175,8 +168,8 @@ class ProviderArgs:
175
168
  @pulumi.getter(name="privateKeyPath")
176
169
  def private_key_path(self) -> Optional[pulumi.Input[_builtins.str]]:
177
170
  """
178
- (Optional) The path to the user's PEM formatted private key. A private_key or a private_key_path must be provided if
179
- auth is set to 'ApiKey', ignored otherwise.
171
+ (Optional) The path to the user's PEM formatted private key.
172
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
180
173
  """
181
174
  return pulumi.get(self, "private_key_path")
182
175
 
@@ -212,9 +205,8 @@ class ProviderArgs:
212
205
  @pulumi.getter(name="retryDurationSeconds")
213
206
  def retry_duration_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
214
207
  """
215
- (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error. The actual retry
216
- duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
217
- is set to true.
208
+ (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
209
+ The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
218
210
  """
219
211
  return pulumi.get(self, "retry_duration_seconds")
220
212
 
@@ -226,8 +218,7 @@ class ProviderArgs:
226
218
  @pulumi.getter(name="tenancyOcid")
227
219
  def tenancy_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
228
220
  """
229
- (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
230
- Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
221
+ (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
231
222
  """
232
223
  return pulumi.get(self, "tenancy_ocid")
233
224
 
@@ -248,8 +239,7 @@ class ProviderArgs:
248
239
  @pulumi.getter(name="userOcid")
249
240
  def user_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
250
241
  """
251
- (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
252
- auth is set to 'ApiKey', ignored otherwise.
242
+ (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
253
243
  """
254
244
  return pulumi.get(self, "user_ocid")
255
245
 
@@ -287,27 +277,22 @@ class Provider(pulumi.ProviderResource):
287
277
 
288
278
  :param str resource_name: The name of the resource.
289
279
  :param pulumi.ResourceOptions opts: Options for the resource.
290
- :param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
291
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
280
+ :param pulumi.Input[_builtins.str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
292
281
  :param pulumi.Input[_builtins.str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
293
- :param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual
294
- consistency problems but it also introduced performance issues on destroy operations.
295
- :param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
296
- console. Required if auth is set to 'ApiKey', ignored otherwise.
297
- :param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user. A private_key or a private_key_path must be provided if auth is
298
- set to 'ApiKey', ignored otherwise.
282
+ :param pulumi.Input[_builtins.bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors.
283
+ Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
284
+ :param pulumi.Input[_builtins.str] fingerprint: (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
285
+ :param pulumi.Input[_builtins.str] private_key: (Optional) A PEM formatted RSA private key for the user.
286
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
299
287
  :param pulumi.Input[_builtins.str] private_key_password: (Optional) The password used to secure the private key.
300
- :param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key. A private_key or a private_key_path must be provided if
301
- auth is set to 'ApiKey', ignored otherwise.
288
+ :param pulumi.Input[_builtins.str] private_key_path: (Optional) The path to the user's PEM formatted private key.
289
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
302
290
  :param pulumi.Input[_builtins.bool] realm_specific_service_endpoint_template_enabled: (Optional) flags to enable realm specific service endpoint.
303
291
  :param pulumi.Input[_builtins.str] region: (Required) The region for API connections (e.g. us-ashburn-1).
304
- :param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error. The actual retry
305
- duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
306
- is set to true.
307
- :param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
308
- Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
309
- :param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
310
- auth is set to 'ApiKey', ignored otherwise.
292
+ :param pulumi.Input[_builtins.int] retry_duration_seconds: (Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
293
+ The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
294
+ :param pulumi.Input[_builtins.str] tenancy_ocid: (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
295
+ :param pulumi.Input[_builtins.str] user_ocid: (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
311
296
  """
312
297
  ...
313
298
  @overload
@@ -385,8 +370,7 @@ class Provider(pulumi.ProviderResource):
385
370
  @pulumi.getter
386
371
  def auth(self) -> pulumi.Output[Optional[_builtins.str]]:
387
372
  """
388
- (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
389
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
373
+ (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
390
374
  """
391
375
  return pulumi.get(self, "auth")
392
376
 
@@ -402,8 +386,7 @@ class Provider(pulumi.ProviderResource):
402
386
  @pulumi.getter
403
387
  def fingerprint(self) -> pulumi.Output[Optional[_builtins.str]]:
404
388
  """
405
- (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
406
- console. Required if auth is set to 'ApiKey', ignored otherwise.
389
+ (Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
407
390
  """
408
391
  return pulumi.get(self, "fingerprint")
409
392
 
@@ -411,8 +394,8 @@ class Provider(pulumi.ProviderResource):
411
394
  @pulumi.getter(name="privateKey")
412
395
  def private_key(self) -> pulumi.Output[Optional[_builtins.str]]:
413
396
  """
414
- (Optional) A PEM formatted RSA private key for the user. A private_key or a private_key_path must be provided if auth is
415
- set to 'ApiKey', ignored otherwise.
397
+ (Optional) A PEM formatted RSA private key for the user.
398
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
416
399
  """
417
400
  return pulumi.get(self, "private_key")
418
401
 
@@ -428,8 +411,8 @@ class Provider(pulumi.ProviderResource):
428
411
  @pulumi.getter(name="privateKeyPath")
429
412
  def private_key_path(self) -> pulumi.Output[Optional[_builtins.str]]:
430
413
  """
431
- (Optional) The path to the user's PEM formatted private key. A private_key or a private_key_path must be provided if
432
- auth is set to 'ApiKey', ignored otherwise.
414
+ (Optional) The path to the user's PEM formatted private key.
415
+ A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
433
416
  """
434
417
  return pulumi.get(self, "private_key_path")
435
418
 
@@ -445,8 +428,7 @@ class Provider(pulumi.ProviderResource):
445
428
  @pulumi.getter(name="tenancyOcid")
446
429
  def tenancy_ocid(self) -> pulumi.Output[Optional[_builtins.str]]:
447
430
  """
448
- (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
449
- Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
431
+ (Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
450
432
  """
451
433
  return pulumi.get(self, "tenancy_ocid")
452
434
 
@@ -459,8 +441,7 @@ class Provider(pulumi.ProviderResource):
459
441
  @pulumi.getter(name="userOcid")
460
442
  def user_ocid(self) -> pulumi.Output[Optional[_builtins.str]]:
461
443
  """
462
- (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
463
- auth is set to 'ApiKey', ignored otherwise.
444
+ (Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
464
445
  """
465
446
  return pulumi.get(self, "user_ocid")
466
447
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "3.5.0-alpha.1756363728"
4
+ "version": "3.6.0-alpha.1756509375"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_oci
3
- Version: 3.5.0a1756363728
3
+ Version: 3.6.0a1756509375
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com