pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.9.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. pulumi_oci/__init__.py +86 -38
  2. pulumi_oci/analytics/_inputs.py +4 -4
  3. pulumi_oci/analytics/analytics_instance.py +199 -25
  4. pulumi_oci/analytics/get_analytics_instance.py +51 -2
  5. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  6. pulumi_oci/analytics/outputs.py +52 -12
  7. pulumi_oci/announcementsservice/__init__.py +1 -0
  8. pulumi_oci/announcementsservice/_inputs.py +46 -6
  9. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  10. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  11. pulumi_oci/announcementsservice/get_services.py +173 -0
  12. pulumi_oci/announcementsservice/outputs.py +195 -18
  13. pulumi_oci/bigdataservice/_inputs.py +1 -49
  14. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  15. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  16. pulumi_oci/bigdataservice/outputs.py +3 -132
  17. pulumi_oci/database/_inputs.py +32 -0
  18. pulumi_oci/database/autonomous_database.py +28 -0
  19. pulumi_oci/database/data_guard_association.py +49 -0
  20. pulumi_oci/database/get_autonomous_database.py +14 -1
  21. pulumi_oci/database/get_autonomous_databases.py +32 -95
  22. pulumi_oci/database/get_data_guard_association.py +11 -1
  23. pulumi_oci/database/get_maintenance_run.py +14 -1
  24. pulumi_oci/database/maintenance_run.py +56 -7
  25. pulumi_oci/database/outputs.py +196 -42
  26. pulumi_oci/databasemanagement/__init__.py +1 -0
  27. pulumi_oci/databasemanagement/_inputs.py +873 -10
  28. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +275 -0
  29. pulumi_oci/databasemanagement/database_dbm_features_management.py +37 -3
  30. pulumi_oci/databasemanagement/db_management_private_endpoint.py +49 -0
  31. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
  32. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +21 -1
  33. pulumi_oci/databasemanagement/get_managed_database.py +47 -3
  34. pulumi_oci/databasemanagement/managed_database.py +56 -0
  35. pulumi_oci/databasemanagement/outputs.py +3331 -1397
  36. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
  37. pulumi_oci/datasafe/__init__.py +6 -0
  38. pulumi_oci/datasafe/_inputs.py +18 -0
  39. pulumi_oci/datasafe/database_security_config_management.py +244 -2
  40. pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
  41. pulumi_oci/datasafe/masking_report_management.py +693 -0
  42. pulumi_oci/datasafe/outputs.py +18 -0
  43. pulumi_oci/datasafe/security_policy_deployment_management.py +180 -2
  44. pulumi_oci/datasafe/security_policy_management.py +172 -2
  45. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  46. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  47. pulumi_oci/datasafe/sql_firewall_policy_management.py +354 -2
  48. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +264 -0
  49. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +264 -0
  50. pulumi_oci/delegateaccesscontrol/__init__.py +24 -0
  51. pulumi_oci/delegateaccesscontrol/_inputs.py +306 -0
  52. pulumi_oci/delegateaccesscontrol/delegation_control.py +1082 -0
  53. pulumi_oci/{globallydistributeddatabase/private_endpoint.py → delegateaccesscontrol/delegation_subscription.py} +162 -267
  54. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +535 -0
  55. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +174 -0
  56. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +133 -0
  57. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +250 -0
  58. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +378 -0
  59. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +133 -0
  60. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +213 -0
  61. pulumi_oci/{globallydistributeddatabase/get_private_endpoint.py → delegateaccesscontrol/get_delegation_subscription.py} +66 -105
  62. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +176 -0
  63. pulumi_oci/delegateaccesscontrol/get_service_provider.py +274 -0
  64. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +210 -0
  65. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +210 -0
  66. pulumi_oci/delegateaccesscontrol/get_service_providers.py +213 -0
  67. pulumi_oci/delegateaccesscontrol/outputs.py +1679 -0
  68. pulumi_oci/{fleetsoftwareupdate → desktops}/__init__.py +7 -6
  69. pulumi_oci/desktops/_inputs.py +483 -0
  70. pulumi_oci/desktops/desktop_pool.py +1348 -0
  71. pulumi_oci/desktops/get_desktop.py +223 -0
  72. pulumi_oci/desktops/get_desktop_pool.py +418 -0
  73. pulumi_oci/desktops/get_desktop_pool_desktops.py +208 -0
  74. pulumi_oci/desktops/get_desktop_pool_volumes.py +214 -0
  75. pulumi_oci/desktops/get_desktop_pools.py +203 -0
  76. pulumi_oci/desktops/get_desktops.py +214 -0
  77. pulumi_oci/desktops/outputs.py +1738 -0
  78. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  79. pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
  80. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  81. pulumi_oci/disasterrecovery/outputs.py +150 -10
  82. pulumi_oci/filestorage/mount_target.py +143 -38
  83. pulumi_oci/filestorage/outputs.py +44 -0
  84. pulumi_oci/identity/domains_group.py +34 -0
  85. pulumi_oci/identity/domains_user.py +34 -0
  86. pulumi_oci/identity/get_domains_group.py +11 -1
  87. pulumi_oci/identity/get_domains_user.py +11 -1
  88. pulumi_oci/identity/outputs.py +14 -0
  89. pulumi_oci/integration/get_integration_instance.py +25 -2
  90. pulumi_oci/integration/integration_instance.py +88 -0
  91. pulumi_oci/integration/outputs.py +24 -6
  92. pulumi_oci/kms/_inputs.py +10 -10
  93. pulumi_oci/kms/get_vault.py +14 -1
  94. pulumi_oci/kms/outputs.py +41 -30
  95. pulumi_oci/kms/vault.py +28 -0
  96. pulumi_oci/loadbalancer/load_balancer.py +224 -0
  97. pulumi_oci/loadbalancer/outputs.py +22 -0
  98. pulumi_oci/mysql/_inputs.py +225 -2
  99. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  100. pulumi_oci/mysql/get_mysql_db_system.py +27 -1
  101. pulumi_oci/mysql/mysql_backup.py +4 -4
  102. pulumi_oci/mysql/mysql_db_system.py +108 -0
  103. pulumi_oci/mysql/outputs.py +569 -8
  104. pulumi_oci/ocvp/get_cluster.py +2 -2
  105. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  106. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +22 -5
  107. pulumi_oci/ocvp/outputs.py +2 -2
  108. pulumi_oci/pulumi-plugin.json +1 -1
  109. pulumi_oci/recoverymod/_inputs.py +0 -8
  110. pulumi_oci/recoverymod/get_protected_database.py +14 -1
  111. pulumi_oci/recoverymod/get_protection_policy.py +14 -1
  112. pulumi_oci/recoverymod/outputs.py +22 -8
  113. pulumi_oci/recoverymod/protected_database.py +80 -3
  114. pulumi_oci/recoverymod/protection_policy.py +49 -0
  115. pulumi_oci/redis/__init__.py +1 -0
  116. pulumi_oci/redis/_inputs.py +40 -0
  117. pulumi_oci/redis/get_redis_cluster.py +47 -21
  118. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  119. pulumi_oci/redis/get_redis_clusters.py +8 -8
  120. pulumi_oci/redis/outputs.py +160 -28
  121. pulumi_oci/redis/redis_cluster.py +177 -79
  122. pulumi_oci/waf/_inputs.py +29 -16
  123. pulumi_oci/waf/outputs.py +33 -10
  124. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/METADATA +1 -1
  125. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/RECORD +127 -108
  126. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/WHEEL +1 -1
  127. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
  128. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
  129. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
  130. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
  131. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
  132. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
  133. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
  134. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
  135. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  136. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  137. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  138. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  139. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  140. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  141. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  142. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/top_level.txt +0 -0
@@ -624,7 +624,7 @@ class GetIntegrationInstanceAttachmentResult(dict):
624
624
  * If role == `CHILD`, this instance was created from attached instance on behalf of a user
625
625
  :param str target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
626
626
  :param str target_instance_url: The dataplane instance URL of the attached instance
627
- :param str target_role: The role of the target attachment.
627
+ :param str target_role: The role of the target attachment.
628
628
  * `PARENT` - The target instance is the parent of this attachment.
629
629
  * `CHILD` - The target instance is the child of this attachment.
630
630
  :param str target_service_type: The type of the target instance, such as "FUSION".
@@ -664,7 +664,7 @@ class GetIntegrationInstanceAttachmentResult(dict):
664
664
  @pulumi.getter(name="targetRole")
665
665
  def target_role(self) -> str:
666
666
  """
667
- The role of the target attachment.
667
+ The role of the target attachment.
668
668
  * `PARENT` - The target instance is the parent of this attachment.
669
669
  * `CHILD` - The target instance is the child of this attachment.
670
670
  """
@@ -947,10 +947,12 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
947
947
  compartment_id: str,
948
948
  consumption_model: str,
949
949
  custom_endpoints: Sequence['outputs.GetIntegrationInstancesIntegrationInstanceCustomEndpointResult'],
950
+ data_retention_period: str,
950
951
  defined_tags: Mapping[str, str],
951
952
  display_name: str,
952
953
  domain_id: str,
953
954
  enable_process_automation_trigger: int,
955
+ extend_data_retention_trigger: int,
954
956
  freeform_tags: Mapping[str, str],
955
957
  id: str,
956
958
  idcs_at: str,
@@ -975,13 +977,14 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
975
977
  :param str compartment_id: The ID of the compartment in which to list resources.
976
978
  :param str consumption_model: The entitlement used for billing purposes.
977
979
  :param Sequence['GetIntegrationInstancesIntegrationInstanceCustomEndpointArgs'] custom_endpoints: Details for a custom endpoint for the integration instance.
980
+ :param str data_retention_period: Data retention period set for given integration instance
978
981
  :param Mapping[str, str] defined_tags: Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
979
982
  :param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Example: `My new resource`
980
983
  :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
981
984
  :param str id: The Virtual Cloud Network OCID.
982
985
  :param Sequence['GetIntegrationInstancesIntegrationInstanceIdcsInfoArgs'] idcs_infos: Information for IDCS access
983
986
  :param str instance_url: The Integration Instance URL.
984
- :param str integration_instance_type: Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
987
+ :param str integration_instance_type: Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
985
988
  :param bool is_byol: Bring your own license.
986
989
  :param bool is_file_server_enabled: The file server is enabled or not.
987
990
  :param bool is_visual_builder_enabled: Visual Builder is enabled or not.
@@ -1000,10 +1003,12 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
1000
1003
  pulumi.set(__self__, "compartment_id", compartment_id)
1001
1004
  pulumi.set(__self__, "consumption_model", consumption_model)
1002
1005
  pulumi.set(__self__, "custom_endpoints", custom_endpoints)
1006
+ pulumi.set(__self__, "data_retention_period", data_retention_period)
1003
1007
  pulumi.set(__self__, "defined_tags", defined_tags)
1004
1008
  pulumi.set(__self__, "display_name", display_name)
1005
1009
  pulumi.set(__self__, "domain_id", domain_id)
1006
1010
  pulumi.set(__self__, "enable_process_automation_trigger", enable_process_automation_trigger)
1011
+ pulumi.set(__self__, "extend_data_retention_trigger", extend_data_retention_trigger)
1007
1012
  pulumi.set(__self__, "freeform_tags", freeform_tags)
1008
1013
  pulumi.set(__self__, "id", id)
1009
1014
  pulumi.set(__self__, "idcs_at", idcs_at)
@@ -1063,6 +1068,14 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
1063
1068
  """
1064
1069
  return pulumi.get(self, "custom_endpoints")
1065
1070
 
1071
+ @property
1072
+ @pulumi.getter(name="dataRetentionPeriod")
1073
+ def data_retention_period(self) -> str:
1074
+ """
1075
+ Data retention period set for given integration instance
1076
+ """
1077
+ return pulumi.get(self, "data_retention_period")
1078
+
1066
1079
  @property
1067
1080
  @pulumi.getter(name="definedTags")
1068
1081
  def defined_tags(self) -> Mapping[str, str]:
@@ -1089,6 +1102,11 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
1089
1102
  def enable_process_automation_trigger(self) -> int:
1090
1103
  return pulumi.get(self, "enable_process_automation_trigger")
1091
1104
 
1105
+ @property
1106
+ @pulumi.getter(name="extendDataRetentionTrigger")
1107
+ def extend_data_retention_trigger(self) -> int:
1108
+ return pulumi.get(self, "extend_data_retention_trigger")
1109
+
1092
1110
  @property
1093
1111
  @pulumi.getter(name="freeformTags")
1094
1112
  def freeform_tags(self) -> Mapping[str, str]:
@@ -1130,7 +1148,7 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
1130
1148
  @pulumi.getter(name="integrationInstanceType")
1131
1149
  def integration_instance_type(self) -> str:
1132
1150
  """
1133
- Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
1151
+ Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
1134
1152
  """
1135
1153
  return pulumi.get(self, "integration_instance_type")
1136
1154
 
@@ -1295,7 +1313,7 @@ class GetIntegrationInstancesIntegrationInstanceAttachmentResult(dict):
1295
1313
  * If role == `CHILD`, this instance was created from attached instance on behalf of a user
1296
1314
  :param str target_id: The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
1297
1315
  :param str target_instance_url: The dataplane instance URL of the attached instance
1298
- :param str target_role: The role of the target attachment.
1316
+ :param str target_role: The role of the target attachment.
1299
1317
  * `PARENT` - The target instance is the parent of this attachment.
1300
1318
  * `CHILD` - The target instance is the child of this attachment.
1301
1319
  :param str target_service_type: The type of the target instance, such as "FUSION".
@@ -1335,7 +1353,7 @@ class GetIntegrationInstancesIntegrationInstanceAttachmentResult(dict):
1335
1353
  @pulumi.getter(name="targetRole")
1336
1354
  def target_role(self) -> str:
1337
1355
  """
1338
- The role of the target attachment.
1356
+ The role of the target attachment.
1339
1357
  * `PARENT` - The target instance is the parent of this attachment.
1340
1358
  * `CHILD` - The target instance is the child of this attachment.
1341
1359
  """
pulumi_oci/kms/_inputs.py CHANGED
@@ -103,12 +103,12 @@ class KeyAutoKeyRotationDetailsArgs:
103
103
  time_of_next_rotation: Optional[pulumi.Input[str]] = None,
104
104
  time_of_schedule_start: Optional[pulumi.Input[str]] = None):
105
105
  """
106
- :param pulumi.Input[str] last_rotation_message: (Updatable) The last execution status message.
106
+ :param pulumi.Input[str] last_rotation_message: (Updatable) The last execution status message of auto key rotation.
107
107
  :param pulumi.Input[str] last_rotation_status: (Updatable) The status of last execution of auto key rotation.
108
- :param pulumi.Input[int] rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
109
- :param pulumi.Input[str] time_of_last_rotation: (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
110
- :param pulumi.Input[str] time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
111
- :param pulumi.Input[str] time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
108
+ :param pulumi.Input[int] rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
109
+ :param pulumi.Input[str] time_of_last_rotation: (Updatable) A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
110
+ :param pulumi.Input[str] time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
111
+ :param pulumi.Input[str] time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
112
112
  """
113
113
  if last_rotation_message is not None:
114
114
  pulumi.set(__self__, "last_rotation_message", last_rotation_message)
@@ -127,7 +127,7 @@ class KeyAutoKeyRotationDetailsArgs:
127
127
  @pulumi.getter(name="lastRotationMessage")
128
128
  def last_rotation_message(self) -> Optional[pulumi.Input[str]]:
129
129
  """
130
- (Updatable) The last execution status message.
130
+ (Updatable) The last execution status message of auto key rotation.
131
131
  """
132
132
  return pulumi.get(self, "last_rotation_message")
133
133
 
@@ -151,7 +151,7 @@ class KeyAutoKeyRotationDetailsArgs:
151
151
  @pulumi.getter(name="rotationIntervalInDays")
152
152
  def rotation_interval_in_days(self) -> Optional[pulumi.Input[int]]:
153
153
  """
154
- (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
154
+ (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
155
155
  """
156
156
  return pulumi.get(self, "rotation_interval_in_days")
157
157
 
@@ -163,7 +163,7 @@ class KeyAutoKeyRotationDetailsArgs:
163
163
  @pulumi.getter(name="timeOfLastRotation")
164
164
  def time_of_last_rotation(self) -> Optional[pulumi.Input[str]]:
165
165
  """
166
- (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
166
+ (Updatable) A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
167
167
  """
168
168
  return pulumi.get(self, "time_of_last_rotation")
169
169
 
@@ -175,7 +175,7 @@ class KeyAutoKeyRotationDetailsArgs:
175
175
  @pulumi.getter(name="timeOfNextRotation")
176
176
  def time_of_next_rotation(self) -> Optional[pulumi.Input[str]]:
177
177
  """
178
- (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
178
+ (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
179
179
  """
180
180
  return pulumi.get(self, "time_of_next_rotation")
181
181
 
@@ -187,7 +187,7 @@ class KeyAutoKeyRotationDetailsArgs:
187
187
  @pulumi.getter(name="timeOfScheduleStart")
188
188
  def time_of_schedule_start(self) -> Optional[pulumi.Input[str]]:
189
189
  """
190
- (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
190
+ (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
191
191
  """
192
192
  return pulumi.get(self, "time_of_schedule_start")
193
193
 
@@ -22,7 +22,7 @@ class GetVaultResult:
22
22
  """
23
23
  A collection of values returned by getVault.
24
24
  """
25
- def __init__(__self__, compartment_id=None, crypto_endpoint=None, defined_tags=None, display_name=None, external_key_manager_metadata_summaries=None, external_key_manager_metadatas=None, freeform_tags=None, id=None, is_primary=None, management_endpoint=None, replica_details=None, restore_from_files=None, restore_from_object_stores=None, restore_trigger=None, restored_from_vault_id=None, state=None, time_created=None, time_of_deletion=None, vault_id=None, vault_type=None):
25
+ def __init__(__self__, compartment_id=None, crypto_endpoint=None, defined_tags=None, display_name=None, external_key_manager_metadata_summaries=None, external_key_manager_metadatas=None, freeform_tags=None, id=None, is_primary=None, is_vault_replicable=None, management_endpoint=None, replica_details=None, restore_from_files=None, restore_from_object_stores=None, restore_trigger=None, restored_from_vault_id=None, state=None, time_created=None, time_of_deletion=None, vault_id=None, vault_type=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -50,6 +50,9 @@ class GetVaultResult:
50
50
  if is_primary and not isinstance(is_primary, bool):
51
51
  raise TypeError("Expected argument 'is_primary' to be a bool")
52
52
  pulumi.set(__self__, "is_primary", is_primary)
53
+ if is_vault_replicable and not isinstance(is_vault_replicable, bool):
54
+ raise TypeError("Expected argument 'is_vault_replicable' to be a bool")
55
+ pulumi.set(__self__, "is_vault_replicable", is_vault_replicable)
53
56
  if management_endpoint and not isinstance(management_endpoint, str):
54
57
  raise TypeError("Expected argument 'management_endpoint' to be a str")
55
58
  pulumi.set(__self__, "management_endpoint", management_endpoint)
@@ -153,6 +156,14 @@ class GetVaultResult:
153
156
  """
154
157
  return pulumi.get(self, "is_primary")
155
158
 
159
+ @property
160
+ @pulumi.getter(name="isVaultReplicable")
161
+ def is_vault_replicable(self) -> bool:
162
+ """
163
+ A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
164
+ """
165
+ return pulumi.get(self, "is_vault_replicable")
166
+
156
167
  @property
157
168
  @pulumi.getter(name="managementEndpoint")
158
169
  def management_endpoint(self) -> str:
@@ -254,6 +265,7 @@ class AwaitableGetVaultResult(GetVaultResult):
254
265
  freeform_tags=self.freeform_tags,
255
266
  id=self.id,
256
267
  is_primary=self.is_primary,
268
+ is_vault_replicable=self.is_vault_replicable,
257
269
  management_endpoint=self.management_endpoint,
258
270
  replica_details=self.replica_details,
259
271
  restore_from_files=self.restore_from_files,
@@ -306,6 +318,7 @@ def get_vault(vault_id: Optional[str] = None,
306
318
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
307
319
  id=pulumi.get(__ret__, 'id'),
308
320
  is_primary=pulumi.get(__ret__, 'is_primary'),
321
+ is_vault_replicable=pulumi.get(__ret__, 'is_vault_replicable'),
309
322
  management_endpoint=pulumi.get(__ret__, 'management_endpoint'),
310
323
  replica_details=pulumi.get(__ret__, 'replica_details'),
311
324
  restore_from_files=pulumi.get(__ret__, 'restore_from_files'),
pulumi_oci/kms/outputs.py CHANGED
@@ -174,12 +174,12 @@ class KeyAutoKeyRotationDetails(dict):
174
174
  time_of_next_rotation: Optional[str] = None,
175
175
  time_of_schedule_start: Optional[str] = None):
176
176
  """
177
- :param str last_rotation_message: (Updatable) The last execution status message.
177
+ :param str last_rotation_message: (Updatable) The last execution status message of auto key rotation.
178
178
  :param str last_rotation_status: (Updatable) The status of last execution of auto key rotation.
179
- :param int rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
180
- :param str time_of_last_rotation: (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
181
- :param str time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
182
- :param str time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
179
+ :param int rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
180
+ :param str time_of_last_rotation: (Updatable) A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
181
+ :param str time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
182
+ :param str time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
183
183
  """
184
184
  if last_rotation_message is not None:
185
185
  pulumi.set(__self__, "last_rotation_message", last_rotation_message)
@@ -198,7 +198,7 @@ class KeyAutoKeyRotationDetails(dict):
198
198
  @pulumi.getter(name="lastRotationMessage")
199
199
  def last_rotation_message(self) -> Optional[str]:
200
200
  """
201
- (Updatable) The last execution status message.
201
+ (Updatable) The last execution status message of auto key rotation.
202
202
  """
203
203
  return pulumi.get(self, "last_rotation_message")
204
204
 
@@ -214,7 +214,7 @@ class KeyAutoKeyRotationDetails(dict):
214
214
  @pulumi.getter(name="rotationIntervalInDays")
215
215
  def rotation_interval_in_days(self) -> Optional[int]:
216
216
  """
217
- (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
217
+ (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
218
218
  """
219
219
  return pulumi.get(self, "rotation_interval_in_days")
220
220
 
@@ -222,7 +222,7 @@ class KeyAutoKeyRotationDetails(dict):
222
222
  @pulumi.getter(name="timeOfLastRotation")
223
223
  def time_of_last_rotation(self) -> Optional[str]:
224
224
  """
225
- (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
225
+ (Updatable) A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
226
226
  """
227
227
  return pulumi.get(self, "time_of_last_rotation")
228
228
 
@@ -230,7 +230,7 @@ class KeyAutoKeyRotationDetails(dict):
230
230
  @pulumi.getter(name="timeOfNextRotation")
231
231
  def time_of_next_rotation(self) -> Optional[str]:
232
232
  """
233
- (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
233
+ (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
234
234
  """
235
235
  return pulumi.get(self, "time_of_next_rotation")
236
236
 
@@ -238,7 +238,7 @@ class KeyAutoKeyRotationDetails(dict):
238
238
  @pulumi.getter(name="timeOfScheduleStart")
239
239
  def time_of_schedule_start(self) -> Optional[str]:
240
240
  """
241
- (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
241
+ (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
242
242
  """
243
243
  return pulumi.get(self, "time_of_schedule_start")
244
244
 
@@ -1252,12 +1252,12 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1252
1252
  time_of_next_rotation: str,
1253
1253
  time_of_schedule_start: str):
1254
1254
  """
1255
- :param str last_rotation_message: The last execution status message.
1255
+ :param str last_rotation_message: The last execution status message of auto key rotation.
1256
1256
  :param str last_rotation_status: The status of last execution of auto key rotation.
1257
- :param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
1258
- :param str time_of_last_rotation: A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
1259
- :param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
1260
- :param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
1257
+ :param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
1258
+ :param str time_of_last_rotation: A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
1259
+ :param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
1260
+ :param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
1261
1261
  """
1262
1262
  pulumi.set(__self__, "last_rotation_message", last_rotation_message)
1263
1263
  pulumi.set(__self__, "last_rotation_status", last_rotation_status)
@@ -1270,7 +1270,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1270
1270
  @pulumi.getter(name="lastRotationMessage")
1271
1271
  def last_rotation_message(self) -> str:
1272
1272
  """
1273
- The last execution status message.
1273
+ The last execution status message of auto key rotation.
1274
1274
  """
1275
1275
  return pulumi.get(self, "last_rotation_message")
1276
1276
 
@@ -1286,7 +1286,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1286
1286
  @pulumi.getter(name="rotationIntervalInDays")
1287
1287
  def rotation_interval_in_days(self) -> int:
1288
1288
  """
1289
- The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
1289
+ The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
1290
1290
  """
1291
1291
  return pulumi.get(self, "rotation_interval_in_days")
1292
1292
 
@@ -1294,7 +1294,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1294
1294
  @pulumi.getter(name="timeOfLastRotation")
1295
1295
  def time_of_last_rotation(self) -> str:
1296
1296
  """
1297
- A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
1297
+ A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
1298
1298
  """
1299
1299
  return pulumi.get(self, "time_of_last_rotation")
1300
1300
 
@@ -1302,7 +1302,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1302
1302
  @pulumi.getter(name="timeOfNextRotation")
1303
1303
  def time_of_next_rotation(self) -> str:
1304
1304
  """
1305
- A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
1305
+ A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
1306
1306
  """
1307
1307
  return pulumi.get(self, "time_of_next_rotation")
1308
1308
 
@@ -1310,7 +1310,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
1310
1310
  @pulumi.getter(name="timeOfScheduleStart")
1311
1311
  def time_of_schedule_start(self) -> str:
1312
1312
  """
1313
- A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
1313
+ A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
1314
1314
  """
1315
1315
  return pulumi.get(self, "time_of_schedule_start")
1316
1316
 
@@ -2123,12 +2123,12 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2123
2123
  time_of_next_rotation: str,
2124
2124
  time_of_schedule_start: str):
2125
2125
  """
2126
- :param str last_rotation_message: The last execution status message.
2126
+ :param str last_rotation_message: The last execution status message of auto key rotation.
2127
2127
  :param str last_rotation_status: The status of last execution of auto key rotation.
2128
- :param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
2129
- :param str time_of_last_rotation: A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
2130
- :param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
2131
- :param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
2128
+ :param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
2129
+ :param str time_of_last_rotation: A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
2130
+ :param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
2131
+ :param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
2132
2132
  """
2133
2133
  pulumi.set(__self__, "last_rotation_message", last_rotation_message)
2134
2134
  pulumi.set(__self__, "last_rotation_status", last_rotation_status)
@@ -2141,7 +2141,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2141
2141
  @pulumi.getter(name="lastRotationMessage")
2142
2142
  def last_rotation_message(self) -> str:
2143
2143
  """
2144
- The last execution status message.
2144
+ The last execution status message of auto key rotation.
2145
2145
  """
2146
2146
  return pulumi.get(self, "last_rotation_message")
2147
2147
 
@@ -2157,7 +2157,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2157
2157
  @pulumi.getter(name="rotationIntervalInDays")
2158
2158
  def rotation_interval_in_days(self) -> int:
2159
2159
  """
2160
- The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
2160
+ The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule.
2161
2161
  """
2162
2162
  return pulumi.get(self, "rotation_interval_in_days")
2163
2163
 
@@ -2165,7 +2165,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2165
2165
  @pulumi.getter(name="timeOfLastRotation")
2166
2166
  def time_of_last_rotation(self) -> str:
2167
2167
  """
2168
- A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
2168
+ A property indicating Last rotation Date. Example: `2023-04-04T00:00:00Z`.
2169
2169
  """
2170
2170
  return pulumi.get(self, "time_of_last_rotation")
2171
2171
 
@@ -2173,7 +2173,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2173
2173
  @pulumi.getter(name="timeOfNextRotation")
2174
2174
  def time_of_next_rotation(self) -> str:
2175
2175
  """
2176
- A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
2176
+ A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z`. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
2177
2177
  """
2178
2178
  return pulumi.get(self, "time_of_next_rotation")
2179
2179
 
@@ -2181,7 +2181,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
2181
2181
  @pulumi.getter(name="timeOfScheduleStart")
2182
2182
  def time_of_schedule_start(self) -> str:
2183
2183
  """
2184
- A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
2184
+ A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today’s date will be used if not specified by customer.
2185
2185
  """
2186
2186
  return pulumi.get(self, "time_of_schedule_start")
2187
2187
 
@@ -2775,6 +2775,7 @@ class GetVaultsVaultResult(dict):
2775
2775
  freeform_tags: Mapping[str, str],
2776
2776
  id: str,
2777
2777
  is_primary: bool,
2778
+ is_vault_replicable: bool,
2778
2779
  management_endpoint: str,
2779
2780
  replica_details: Sequence['outputs.GetVaultsVaultReplicaDetailResult'],
2780
2781
  restore_from_files: Sequence['outputs.GetVaultsVaultRestoreFromFileResult'],
@@ -2794,6 +2795,7 @@ class GetVaultsVaultResult(dict):
2794
2795
  :param Mapping[str, str] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
2795
2796
  :param str id: The OCID of the vault.
2796
2797
  :param bool is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
2798
+ :param bool is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
2797
2799
  :param str management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
2798
2800
  :param Sequence['GetVaultsVaultReplicaDetailArgs'] replica_details: Vault replica details
2799
2801
  :param str restored_from_vault_id: The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
@@ -2811,6 +2813,7 @@ class GetVaultsVaultResult(dict):
2811
2813
  pulumi.set(__self__, "freeform_tags", freeform_tags)
2812
2814
  pulumi.set(__self__, "id", id)
2813
2815
  pulumi.set(__self__, "is_primary", is_primary)
2816
+ pulumi.set(__self__, "is_vault_replicable", is_vault_replicable)
2814
2817
  pulumi.set(__self__, "management_endpoint", management_endpoint)
2815
2818
  pulumi.set(__self__, "replica_details", replica_details)
2816
2819
  pulumi.set(__self__, "restore_from_files", restore_from_files)
@@ -2891,6 +2894,14 @@ class GetVaultsVaultResult(dict):
2891
2894
  """
2892
2895
  return pulumi.get(self, "is_primary")
2893
2896
 
2897
+ @property
2898
+ @pulumi.getter(name="isVaultReplicable")
2899
+ def is_vault_replicable(self) -> bool:
2900
+ """
2901
+ A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
2902
+ """
2903
+ return pulumi.get(self, "is_vault_replicable")
2904
+
2894
2905
  @property
2895
2906
  @pulumi.getter(name="managementEndpoint")
2896
2907
  def management_endpoint(self) -> str:
pulumi_oci/kms/vault.py CHANGED
@@ -191,6 +191,7 @@ class _VaultState:
191
191
  external_key_manager_metadata_summaries: Optional[pulumi.Input[Sequence[pulumi.Input['VaultExternalKeyManagerMetadataSummaryArgs']]]] = None,
192
192
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
193
193
  is_primary: Optional[pulumi.Input[bool]] = None,
194
+ is_vault_replicable: Optional[pulumi.Input[bool]] = None,
194
195
  management_endpoint: Optional[pulumi.Input[str]] = None,
195
196
  replica_details: Optional[pulumi.Input[Sequence[pulumi.Input['VaultReplicaDetailArgs']]]] = None,
196
197
  restore_from_file: Optional[pulumi.Input['VaultRestoreFromFileArgs']] = None,
@@ -211,6 +212,7 @@ class _VaultState:
211
212
  :param pulumi.Input[Sequence[pulumi.Input['VaultExternalKeyManagerMetadataSummaryArgs']]] external_key_manager_metadata_summaries: Summary about metadata of external key manager to be returned to the customer as a response.
212
213
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
213
214
  :param pulumi.Input[bool] is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
215
+ :param pulumi.Input[bool] is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
214
216
  :param pulumi.Input[str] management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
215
217
  :param pulumi.Input[Sequence[pulumi.Input['VaultReplicaDetailArgs']]] replica_details: Vault replica details
216
218
  :param pulumi.Input['VaultRestoreFromFileArgs'] restore_from_file: (Updatable) Details where vault was backed up.
@@ -240,6 +242,8 @@ class _VaultState:
240
242
  pulumi.set(__self__, "freeform_tags", freeform_tags)
241
243
  if is_primary is not None:
242
244
  pulumi.set(__self__, "is_primary", is_primary)
245
+ if is_vault_replicable is not None:
246
+ pulumi.set(__self__, "is_vault_replicable", is_vault_replicable)
243
247
  if management_endpoint is not None:
244
248
  pulumi.set(__self__, "management_endpoint", management_endpoint)
245
249
  if replica_details is not None:
@@ -357,6 +361,18 @@ class _VaultState:
357
361
  def is_primary(self, value: Optional[pulumi.Input[bool]]):
358
362
  pulumi.set(self, "is_primary", value)
359
363
 
364
+ @property
365
+ @pulumi.getter(name="isVaultReplicable")
366
+ def is_vault_replicable(self) -> Optional[pulumi.Input[bool]]:
367
+ """
368
+ A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
369
+ """
370
+ return pulumi.get(self, "is_vault_replicable")
371
+
372
+ @is_vault_replicable.setter
373
+ def is_vault_replicable(self, value: Optional[pulumi.Input[bool]]):
374
+ pulumi.set(self, "is_vault_replicable", value)
375
+
360
376
  @property
361
377
  @pulumi.getter(name="managementEndpoint")
362
378
  def management_endpoint(self) -> Optional[pulumi.Input[str]]:
@@ -664,6 +680,7 @@ class Vault(pulumi.CustomResource):
664
680
  __props__.__dict__["crypto_endpoint"] = None
665
681
  __props__.__dict__["external_key_manager_metadata_summaries"] = None
666
682
  __props__.__dict__["is_primary"] = None
683
+ __props__.__dict__["is_vault_replicable"] = None
667
684
  __props__.__dict__["management_endpoint"] = None
668
685
  __props__.__dict__["replica_details"] = None
669
686
  __props__.__dict__["restored_from_vault_id"] = None
@@ -687,6 +704,7 @@ class Vault(pulumi.CustomResource):
687
704
  external_key_manager_metadata_summaries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VaultExternalKeyManagerMetadataSummaryArgs', 'VaultExternalKeyManagerMetadataSummaryArgsDict']]]]] = None,
688
705
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
689
706
  is_primary: Optional[pulumi.Input[bool]] = None,
707
+ is_vault_replicable: Optional[pulumi.Input[bool]] = None,
690
708
  management_endpoint: Optional[pulumi.Input[str]] = None,
691
709
  replica_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VaultReplicaDetailArgs', 'VaultReplicaDetailArgsDict']]]]] = None,
692
710
  restore_from_file: Optional[pulumi.Input[Union['VaultRestoreFromFileArgs', 'VaultRestoreFromFileArgsDict']]] = None,
@@ -712,6 +730,7 @@ class Vault(pulumi.CustomResource):
712
730
  :param pulumi.Input[Sequence[pulumi.Input[Union['VaultExternalKeyManagerMetadataSummaryArgs', 'VaultExternalKeyManagerMetadataSummaryArgsDict']]]] external_key_manager_metadata_summaries: Summary about metadata of external key manager to be returned to the customer as a response.
713
731
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
714
732
  :param pulumi.Input[bool] is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
733
+ :param pulumi.Input[bool] is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
715
734
  :param pulumi.Input[str] management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
716
735
  :param pulumi.Input[Sequence[pulumi.Input[Union['VaultReplicaDetailArgs', 'VaultReplicaDetailArgsDict']]]] replica_details: Vault replica details
717
736
  :param pulumi.Input[Union['VaultRestoreFromFileArgs', 'VaultRestoreFromFileArgsDict']] restore_from_file: (Updatable) Details where vault was backed up.
@@ -737,6 +756,7 @@ class Vault(pulumi.CustomResource):
737
756
  __props__.__dict__["external_key_manager_metadata_summaries"] = external_key_manager_metadata_summaries
738
757
  __props__.__dict__["freeform_tags"] = freeform_tags
739
758
  __props__.__dict__["is_primary"] = is_primary
759
+ __props__.__dict__["is_vault_replicable"] = is_vault_replicable
740
760
  __props__.__dict__["management_endpoint"] = management_endpoint
741
761
  __props__.__dict__["replica_details"] = replica_details
742
762
  __props__.__dict__["restore_from_file"] = restore_from_file
@@ -813,6 +833,14 @@ class Vault(pulumi.CustomResource):
813
833
  """
814
834
  return pulumi.get(self, "is_primary")
815
835
 
836
+ @property
837
+ @pulumi.getter(name="isVaultReplicable")
838
+ def is_vault_replicable(self) -> pulumi.Output[bool]:
839
+ """
840
+ A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
841
+ """
842
+ return pulumi.get(self, "is_vault_replicable")
843
+
816
844
  @property
817
845
  @pulumi.getter(name="managementEndpoint")
818
846
  def management_endpoint(self) -> pulumi.Output[str]: