oci 2.137.0__py3-none-any.whl → 2.138.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 (319) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/auth/auth_utils.py +9 -6
  29. oci/auth/federation_client.py +59 -5
  30. oci/auth/rpt_path_providers.py +3 -3
  31. oci/autoscaling/auto_scaling_client.py +11 -11
  32. oci/base_client.py +5 -12
  33. oci/bastion/bastion_client.py +15 -15
  34. oci/bds/bds_client.py +72 -72
  35. oci/blockchain/blockchain_platform_client.py +27 -27
  36. oci/budget/budget_client.py +10 -10
  37. oci/capacity_management/capacity_management_client.py +32 -32
  38. oci/certificates/certificates_client.py +5 -5
  39. oci/certificates_management/certificates_management_client.py +32 -32
  40. oci/cims/incident_client.py +69 -245
  41. oci/cims/models/__init__.py +6 -0
  42. oci/cims/models/activity_item.py +37 -6
  43. oci/cims/models/create_account_item_details.py +3 -0
  44. oci/cims/models/create_incident.py +22 -2
  45. oci/cims/models/create_limit_item_details.py +10 -3
  46. oci/cims/models/create_tech_support_item_details.py +3 -0
  47. oci/cims/models/create_user_details.py +22 -2
  48. oci/cims/models/incident.py +22 -2
  49. oci/cims/models/incident_resource_type.py +46 -15
  50. oci/cims/models/incident_summary.py +22 -2
  51. oci/cims/models/item.py +1 -1
  52. oci/cims/models/limit_item.py +40 -5
  53. oci/cims/models/service_categories.py +34 -34
  54. oci/cims/models/service_category.py +31 -0
  55. oci/cims/models/sub_categories.py +165 -0
  56. oci/cims/models/sub_components.py +103 -0
  57. oci/cims/models/subscription_info.py +103 -0
  58. oci/cims/models/ticket.py +4 -4
  59. oci/cims/models/update_incident.py +22 -2
  60. oci/cims/models/user.py +22 -2
  61. oci/circuit_breaker/__init__.py +24 -2
  62. oci/circuit_breaker/circuit_breaker.py +11 -1
  63. oci/cloud_bridge/common_client.py +5 -5
  64. oci/cloud_bridge/discovery_client.py +15 -15
  65. oci/cloud_bridge/inventory_client.py +16 -16
  66. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  67. oci/cloud_guard/cloud_guard_client.py +155 -155
  68. oci/cloud_migrations/migration_client.py +43 -43
  69. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  70. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  71. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  72. oci/compute_instance_agent/plugin_client.py +2 -2
  73. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  74. oci/container_engine/container_engine_client.py +44 -44
  75. oci/container_engine/models/install_addon_details.py +33 -2
  76. oci/container_instances/container_instance_client.py +18 -18
  77. oci/core/blockstorage_client.py +60 -60
  78. oci/core/compute_client.py +102 -102
  79. oci/core/compute_management_client.py +32 -32
  80. oci/core/virtual_network_client.py +247 -247
  81. oci/dashboard_service/dashboard_client.py +6 -6
  82. oci/dashboard_service/dashboard_group_client.py +6 -6
  83. oci/data_catalog/data_catalog_client.py +149 -149
  84. oci/data_flow/data_flow_client.py +270 -44
  85. oci/data_flow/data_flow_client_composite_operations.py +78 -0
  86. oci/data_flow/models/sql_endpoint.py +7 -3
  87. oci/data_flow/models/sql_endpoint_summary.py +7 -3
  88. oci/data_flow/models/update_sql_endpoint_details.py +344 -3
  89. oci/data_integration/data_integration_client.py +163 -163
  90. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  91. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  92. oci/data_safe/data_safe_client.py +292 -292
  93. oci/data_science/data_science_client.py +92 -92
  94. oci/database/database_client.py +396 -396
  95. oci/database_management/db_management_client.py +211 -211
  96. oci/database_management/diagnosability_client.py +4 -4
  97. oci/database_management/managed_my_sql_databases_client.py +7 -7
  98. oci/database_management/perfhub_client.py +1 -1
  99. oci/database_management/sql_tuning_client.py +17 -17
  100. oci/database_migration/database_migration_client.py +42 -42
  101. oci/database_tools/database_tools_client.py +23 -23
  102. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  103. oci/delegate_access_control/work_request_client.py +4 -4
  104. oci/demand_signal/occ_demand_signal_client.py +7 -7
  105. oci/desktops/desktop_service_client.py +21 -21
  106. oci/devops/devops_client.py +141 -141
  107. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  108. oci/dns/dns_client.py +54 -54
  109. oci/dts/appliance_export_job_client.py +6 -6
  110. oci/dts/shipping_vendors_client.py +1 -1
  111. oci/dts/transfer_appliance_client.py +8 -8
  112. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  113. oci/dts/transfer_device_client.py +5 -5
  114. oci/dts/transfer_job_client.py +6 -6
  115. oci/dts/transfer_package_client.py +7 -7
  116. oci/em_warehouse/em_warehouse_client.py +13 -13
  117. oci/email/email_client.py +31 -31
  118. oci/email_data_plane/email_dp_client.py +1 -1
  119. oci/events/events_client.py +6 -6
  120. oci/file_storage/file_storage_client.py +68 -68
  121. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  122. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  123. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  124. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  125. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  126. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  127. oci/functions/functions_invoke_client.py +1 -1
  128. oci/functions/functions_management_client.py +16 -16
  129. oci/fusion_apps/fusion_applications_client.py +41 -41
  130. oci/generative_ai/generative_ai_client.py +22 -22
  131. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  132. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  133. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  134. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  135. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  136. oci/golden_gate/golden_gate_client.py +69 -69
  137. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  138. oci/governance_rules_control_plane/work_request_client.py +5 -5
  139. oci/healthchecks/health_checks_client.py +17 -17
  140. oci/identity/identity_client.py +145 -145
  141. oci/identity_data_plane/dataplane_client.py +2 -2
  142. oci/identity_domains/identity_domains_client.py +874 -333
  143. oci/identity_domains/models/__init__.py +20 -0
  144. oci/identity_domains/models/condition.py +31 -2
  145. oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  146. oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
  147. oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
  148. oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
  149. oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
  150. oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
  151. oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
  152. oci/identity_domains/models/policy.py +31 -2
  153. oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  154. oci/identity_domains/models/policy_policy_type.py +2 -2
  155. oci/identity_domains/models/restore_oci_console_policy.py +722 -0
  156. oci/identity_domains/models/rule.py +31 -2
  157. oci/identity_domains/models/rule_condition_group.py +2 -2
  158. oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
  159. oci/integration/integration_instance_client.py +19 -19
  160. oci/jms/java_management_service_client.py +75 -75
  161. oci/jms_java_downloads/java_download_client.py +25 -25
  162. oci/key_management/ekm_client.py +5 -5
  163. oci/key_management/kms_crypto_client.py +6 -6
  164. oci/key_management/kms_hsm_cluster_client.py +12 -12
  165. oci/key_management/kms_management_client.py +21 -21
  166. oci/key_management/kms_vault_client.py +14 -14
  167. oci/license_manager/license_manager_client.py +18 -18
  168. oci/limits/limits_client.py +4 -4
  169. oci/limits/quotas_client.py +7 -7
  170. oci/load_balancer/load_balancer_client.py +61 -61
  171. oci/load_balancer/models/create_listener_details.py +4 -6
  172. oci/load_balancer/models/listener.py +4 -6
  173. oci/load_balancer/models/listener_details.py +4 -6
  174. oci/load_balancer/models/update_listener_details.py +4 -6
  175. oci/lockbox/lockbox_client.py +24 -24
  176. oci/log_analytics/log_analytics_client.py +193 -193
  177. oci/logging/logging_management_client.py +30 -30
  178. oci/loggingingestion/logging_client.py +1 -1
  179. oci/loggingsearch/log_search_client.py +1 -1
  180. oci/management_agent/management_agent_client.py +28 -28
  181. oci/management_dashboard/dashx_apis_client.py +14 -14
  182. oci/marketplace/account_client.py +2 -2
  183. oci/marketplace/marketplace_client.py +30 -30
  184. oci/marketplace_private_offer/attachment_client.py +5 -5
  185. oci/marketplace_private_offer/offer_client.py +6 -6
  186. oci/marketplace_publisher/attachment_client.py +5 -5
  187. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  188. oci/marketplace_publisher/offer_client.py +6 -6
  189. oci/media_services/media_services_client.py +60 -60
  190. oci/media_services/media_stream_client.py +2 -2
  191. oci/monitoring/monitoring_client.py +18 -18
  192. oci/mysql/channels_client.py +7 -7
  193. oci/mysql/db_backups_client.py +7 -7
  194. oci/mysql/db_system_client.py +17 -17
  195. oci/mysql/mysqlaas_client.py +7 -7
  196. oci/mysql/replicas_client.py +5 -5
  197. oci/mysql/work_requests_client.py +4 -4
  198. oci/network_firewall/network_firewall_client.py +86 -86
  199. oci/network_load_balancer/models/backend_set.py +0 -4
  200. oci/network_load_balancer/models/backend_set_details.py +0 -4
  201. oci/network_load_balancer/models/backend_set_summary.py +7 -5
  202. oci/network_load_balancer/models/create_listener_details.py +42 -5
  203. oci/network_load_balancer/models/listener.py +42 -5
  204. oci/network_load_balancer/models/listener_details.py +42 -5
  205. oci/network_load_balancer/models/listener_summary.py +42 -5
  206. oci/network_load_balancer/models/update_listener_details.py +42 -5
  207. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  208. oci/nosql/nosql_client.py +24 -24
  209. oci/object_storage/object_storage_client.py +55 -55
  210. oci/oce/oce_instance_client.py +10 -10
  211. oci/oci_control_center/occ_metrics_client.py +3 -3
  212. oci/ocvp/cluster_client.py +5 -5
  213. oci/ocvp/esxi_host_client.py +8 -8
  214. oci/ocvp/sddc_client.py +14 -14
  215. oci/ocvp/work_request_client.py +4 -4
  216. oci/oda/management_client.py +59 -59
  217. oci/oda/oda_client.py +17 -17
  218. oci/oda/odapackage_client.py +7 -7
  219. oci/onesubscription/billing_schedule_client.py +1 -1
  220. oci/onesubscription/commitment_client.py +2 -2
  221. oci/onesubscription/computed_usage_client.py +3 -3
  222. oci/onesubscription/invoice_summary_client.py +2 -2
  223. oci/onesubscription/organization_subscription_client.py +1 -1
  224. oci/onesubscription/ratecard_client.py +1 -1
  225. oci/onesubscription/subscribed_service_client.py +2 -2
  226. oci/onesubscription/subscription_client.py +1 -1
  227. oci/ons/notification_control_plane_client.py +6 -6
  228. oci/ons/notification_data_plane_client.py +10 -10
  229. oci/opa/opa_instance_client.py +13 -13
  230. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  231. oci/opensearch/opensearch_cluster_client.py +14 -14
  232. oci/operator_access_control/access_requests_client.py +20 -20
  233. oci/operator_access_control/operator_actions_client.py +4 -4
  234. oci/operator_access_control/operator_control_assignment_client.py +16 -16
  235. oci/operator_access_control/operator_control_client.py +12 -12
  236. oci/opsi/operations_insights_client.py +180 -180
  237. oci/optimizer/optimizer_client.py +26 -26
  238. oci/os_management/event_client.py +8 -8
  239. oci/os_management/os_management_client.py +69 -69
  240. oci/os_management_hub/event_client.py +8 -8
  241. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  242. oci/os_management_hub/managed_instance_client.py +31 -31
  243. oci/os_management_hub/managed_instance_group_client.py +25 -25
  244. oci/os_management_hub/management_station_client.py +10 -10
  245. oci/os_management_hub/onboarding_client.py +6 -6
  246. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  247. oci/os_management_hub/scheduled_job_client.py +7 -7
  248. oci/os_management_hub/software_source_client.py +27 -27
  249. oci/os_management_hub/work_request_client.py +4 -4
  250. oci/osp_gateway/address_rule_service_client.py +1 -1
  251. oci/osp_gateway/address_service_client.py +2 -2
  252. oci/osp_gateway/invoice_service_client.py +5 -5
  253. oci/osp_gateway/subscription_service_client.py +5 -5
  254. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  255. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  256. oci/osub_subscription/commitment_client.py +2 -2
  257. oci/osub_subscription/ratecard_client.py +1 -1
  258. oci/osub_subscription/subscription_client.py +1 -1
  259. oci/osub_usage/computed_usage_client.py +3 -3
  260. oci/psql/postgresql_client.py +33 -33
  261. oci/queue/queue_admin_client.py +11 -11
  262. oci/queue/queue_client.py +8 -8
  263. oci/recovery/database_recovery_client.py +26 -26
  264. oci/redis/redis_cluster_client.py +12 -12
  265. oci/regions_definitions.py +15 -4
  266. oci/resource_manager/resource_manager_client.py +52 -52
  267. oci/resource_scheduler/schedule_client.py +13 -13
  268. oci/resource_search/resource_search_client.py +3 -3
  269. oci/retry/__init__.py +20 -0
  270. oci/rover/rover_bundle_client.py +8 -8
  271. oci/rover/rover_cluster_client.py +8 -8
  272. oci/rover/rover_entitlement_client.py +6 -6
  273. oci/rover/rover_node_client.py +15 -15
  274. oci/rover/shape_client.py +1 -1
  275. oci/rover/work_requests_client.py +5 -5
  276. oci/sch/connector_plugins_client.py +2 -2
  277. oci/sch/service_connector_client.py +12 -12
  278. oci/secrets/secrets_client.py +3 -3
  279. oci/security_attribute/security_attribute_client.py +18 -18
  280. oci/service_catalog/service_catalog_client.py +26 -26
  281. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  282. oci/service_mesh/service_mesh_client.py +48 -48
  283. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  284. oci/streaming/stream_admin_client.py +18 -18
  285. oci/streaming/stream_client.py +8 -8
  286. oci/tenant_manager_control_plane/domain_client.py +5 -5
  287. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  288. oci/tenant_manager_control_plane/governance_client.py +2 -2
  289. oci/tenant_manager_control_plane/link_client.py +3 -3
  290. oci/tenant_manager_control_plane/orders_client.py +2 -2
  291. oci/tenant_manager_control_plane/organization_client.py +10 -10
  292. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  293. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  294. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  295. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  296. oci/threat_intelligence/threatintel_client.py +5 -5
  297. oci/usage/resources_client.py +2 -2
  298. oci/usage/rewards_client.py +6 -6
  299. oci/usage/usagelimits_client.py +1 -1
  300. oci/usage_api/usageapi_client.py +33 -33
  301. oci/vault/vaults_client.py +13 -13
  302. oci/vbs_inst/vbs_instance_client.py +10 -10
  303. oci/version.py +1 -1
  304. oci/visual_builder/vb_instance_client.py +13 -13
  305. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  306. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  307. oci/waa/waa_client.py +13 -13
  308. oci/waa/work_request_client.py +4 -4
  309. oci/waas/redirect_client.py +6 -6
  310. oci/waas/waas_client.py +66 -66
  311. oci/waf/waf_client.py +24 -24
  312. oci/work_requests/work_request_client.py +4 -4
  313. oci/zpr/zpr_client.py +15 -15
  314. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/METADATA +1 -1
  315. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/RECORD +319 -306
  316. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/LICENSE.txt +0 -0
  317. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  318. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/WHEEL +0 -0
  319. {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/top_level.txt +0 -0
@@ -126,6 +126,10 @@ class Rule(object):
126
126
  The value to assign to the _return property of this Rule.
127
127
  :type _return: list[oci.identity_domains.models.RuleReturn]
128
128
 
129
+ :param urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy:
130
+ The value to assign to the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy property of this Rule.
131
+ :type urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
132
+
129
133
  """
130
134
  self.swagger_types = {
131
135
  'id': 'str',
@@ -150,7 +154,8 @@ class Rule(object):
150
154
  'condition': 'str',
151
155
  'condition_group': 'RuleConditionGroup',
152
156
  'policy_type': 'RulePolicyType',
153
- '_return': 'list[RuleReturn]'
157
+ '_return': 'list[RuleReturn]',
158
+ 'urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy': 'RuleExtensionOciconsolesignonpolicyconsentPolicy'
154
159
  }
155
160
 
156
161
  self.attribute_map = {
@@ -176,7 +181,8 @@ class Rule(object):
176
181
  'condition': 'condition',
177
182
  'condition_group': 'conditionGroup',
178
183
  'policy_type': 'policyType',
179
- '_return': 'return'
184
+ '_return': 'return',
185
+ 'urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy': 'urn:ietf:params:scim:schemas:oracle:idcs:extension:ociconsolesignonpolicyconsent:Policy'
180
186
  }
181
187
 
182
188
  self._id = None
@@ -202,6 +208,7 @@ class Rule(object):
202
208
  self._condition_group = None
203
209
  self._policy_type = None
204
210
  self.__return = None
211
+ self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy = None
205
212
 
206
213
  @property
207
214
  def id(self):
@@ -451,6 +458,7 @@ class Rule(object):
451
458
 
452
459
  **SCIM++ Properties:**
453
460
  - idcsCompositeKey: [key, value]
461
+ - idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
454
462
  - idcsSearchable: true
455
463
  - multiValued: true
456
464
  - mutability: readWrite
@@ -473,6 +481,7 @@ class Rule(object):
473
481
 
474
482
  **SCIM++ Properties:**
475
483
  - idcsCompositeKey: [key, value]
484
+ - idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
476
485
  - idcsSearchable: true
477
486
  - multiValued: true
478
487
  - mutability: readWrite
@@ -1097,6 +1106,26 @@ class Rule(object):
1097
1106
  """
1098
1107
  self.__return = _return
1099
1108
 
1109
+ @property
1110
+ def urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy(self):
1111
+ """
1112
+ Gets the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
1113
+
1114
+ :return: The urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
1115
+ :rtype: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
1116
+ """
1117
+ return self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy
1118
+
1119
+ @urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy.setter
1120
+ def urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy(self, urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy):
1121
+ """
1122
+ Sets the urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
1123
+
1124
+ :param urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy: The urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy of this Rule.
1125
+ :type: oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
1126
+ """
1127
+ self._urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy = urn_ietf_params_scim_schemas_oracle_idcs_extension_ociconsolesignonpolicyconsent_policy
1128
+
1100
1129
  def __repr__(self):
1101
1130
  return formatted_flat_dict(self)
1102
1131
 
@@ -79,7 +79,7 @@ class RuleConditionGroup(object):
79
79
  def value(self):
80
80
  """
81
81
  Gets the value of this RuleConditionGroup.
82
- Condition or ConditionGroup identifier
82
+ Condition or ConditionGroup identifier.
83
83
 
84
84
  **SCIM++ Properties:**
85
85
  - caseExact: true
@@ -101,7 +101,7 @@ class RuleConditionGroup(object):
101
101
  def value(self, value):
102
102
  """
103
103
  Sets the value of this RuleConditionGroup.
104
- Condition or ConditionGroup identifier
104
+ Condition or ConditionGroup identifier.
105
105
 
106
106
  **SCIM++ Properties:**
107
107
  - caseExact: true
@@ -0,0 +1,194 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class RuleExtensionOciconsolesignonpolicyconsentPolicy(object):
14
+ """
15
+ This extension defines attributes used to record consent for modification of the \"Security Policy for OCI Console\" sign-on policy, Rule, Condition or ConditionGroup.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new RuleExtensionOciconsolesignonpolicyconsentPolicy object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param consent:
24
+ The value to assign to the consent property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
25
+ :type consent: bool
26
+
27
+ :param justification:
28
+ The value to assign to the justification property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
29
+ :type justification: str
30
+
31
+ :param reason:
32
+ The value to assign to the reason property of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
33
+ :type reason: str
34
+
35
+ """
36
+ self.swagger_types = {
37
+ 'consent': 'bool',
38
+ 'justification': 'str',
39
+ 'reason': 'str'
40
+ }
41
+
42
+ self.attribute_map = {
43
+ 'consent': 'consent',
44
+ 'justification': 'justification',
45
+ 'reason': 'reason'
46
+ }
47
+
48
+ self._consent = None
49
+ self._justification = None
50
+ self._reason = None
51
+
52
+ @property
53
+ def consent(self):
54
+ """
55
+ Gets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
56
+ Set to true when an identity domain administrator opts to change the Oracle security defaults for the \"Security Policy for OCI Console\" shipped by Oracle. Defaults to false.
57
+
58
+ **Added In:** 2405220110
59
+
60
+ **SCIM++ Properties:**
61
+ - idcsSearchable: false
62
+ - multiValued: false
63
+ - mutability: writeOnly
64
+ - required: false
65
+ - returned: never
66
+ - type: boolean
67
+
68
+
69
+ :return: The consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
70
+ :rtype: bool
71
+ """
72
+ return self._consent
73
+
74
+ @consent.setter
75
+ def consent(self, consent):
76
+ """
77
+ Sets the consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
78
+ Set to true when an identity domain administrator opts to change the Oracle security defaults for the \"Security Policy for OCI Console\" shipped by Oracle. Defaults to false.
79
+
80
+ **Added In:** 2405220110
81
+
82
+ **SCIM++ Properties:**
83
+ - idcsSearchable: false
84
+ - multiValued: false
85
+ - mutability: writeOnly
86
+ - required: false
87
+ - returned: never
88
+ - type: boolean
89
+
90
+
91
+ :param consent: The consent of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
92
+ :type: bool
93
+ """
94
+ self._consent = consent
95
+
96
+ @property
97
+ def justification(self):
98
+ """
99
+ Gets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
100
+ The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
101
+
102
+ **Added In:** 2405220110
103
+
104
+ **SCIM++ Properties:**
105
+ - idcsSearchable: false
106
+ - multiValued: false
107
+ - mutability: writeOnly
108
+ - required: false
109
+ - returned: never
110
+ - type: string
111
+
112
+
113
+ :return: The justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
114
+ :rtype: str
115
+ """
116
+ return self._justification
117
+
118
+ @justification.setter
119
+ def justification(self, justification):
120
+ """
121
+ Sets the justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
122
+ The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
123
+
124
+ **Added In:** 2405220110
125
+
126
+ **SCIM++ Properties:**
127
+ - idcsSearchable: false
128
+ - multiValued: false
129
+ - mutability: writeOnly
130
+ - required: false
131
+ - returned: never
132
+ - type: string
133
+
134
+
135
+ :param justification: The justification of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
136
+ :type: str
137
+ """
138
+ self._justification = justification
139
+
140
+ @property
141
+ def reason(self):
142
+ """
143
+ Gets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
144
+ The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
145
+
146
+ **Added In:** 2405220110
147
+
148
+ **SCIM++ Properties:**
149
+ - idcsSearchable: false
150
+ - multiValued: false
151
+ - mutability: writeOnly
152
+ - required: false
153
+ - returned: never
154
+ - type: string
155
+
156
+
157
+ :return: The reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
158
+ :rtype: str
159
+ """
160
+ return self._reason
161
+
162
+ @reason.setter
163
+ def reason(self, reason):
164
+ """
165
+ Sets the reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
166
+ The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
167
+
168
+ **Added In:** 2405220110
169
+
170
+ **SCIM++ Properties:**
171
+ - idcsSearchable: false
172
+ - multiValued: false
173
+ - mutability: writeOnly
174
+ - required: false
175
+ - returned: never
176
+ - type: string
177
+
178
+
179
+ :param reason: The reason of this RuleExtensionOciconsolesignonpolicyconsentPolicy.
180
+ :type: str
181
+ """
182
+ self._reason = reason
183
+
184
+ def __repr__(self):
185
+ return formatted_flat_dict(self)
186
+
187
+ def __eq__(self, other):
188
+ if other is None:
189
+ return False
190
+
191
+ return self.__dict__ == other.__dict__
192
+
193
+ def __ne__(self, other):
194
+ return not self == other
@@ -161,7 +161,7 @@ class IntegrationInstanceClient(object):
161
161
  :rtype: :class:`~oci.response.Response`
162
162
 
163
163
  :example:
164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/add_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use add_oracle_managed_custom_endpoint API.
164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/add_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use add_oracle_managed_custom_endpoint API.
165
165
  """
166
166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
167
167
  required_arguments = ['integrationInstanceId']
@@ -282,7 +282,7 @@ class IntegrationInstanceClient(object):
282
282
  :rtype: :class:`~oci.response.Response`
283
283
 
284
284
  :example:
285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/change_integration_instance_compartment.py.html>`__ to see an example of how to use change_integration_instance_compartment API.
285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/change_integration_instance_compartment.py.html>`__ to see an example of how to use change_integration_instance_compartment API.
286
286
  """
287
287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
288
288
  required_arguments = ['integrationInstanceId']
@@ -402,7 +402,7 @@ class IntegrationInstanceClient(object):
402
402
  :rtype: :class:`~oci.response.Response`
403
403
 
404
404
  :example:
405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/change_integration_instance_network_endpoint.py.html>`__ to see an example of how to use change_integration_instance_network_endpoint API.
405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/change_integration_instance_network_endpoint.py.html>`__ to see an example of how to use change_integration_instance_network_endpoint API.
406
406
  """
407
407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
408
408
  required_arguments = ['integrationInstanceId']
@@ -522,7 +522,7 @@ class IntegrationInstanceClient(object):
522
522
  :rtype: :class:`~oci.response.Response`
523
523
 
524
524
  :example:
525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/change_private_endpoint_outbound_connection.py.html>`__ to see an example of how to use change_private_endpoint_outbound_connection API.
525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/change_private_endpoint_outbound_connection.py.html>`__ to see an example of how to use change_private_endpoint_outbound_connection API.
526
526
  """
527
527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
528
528
  required_arguments = ['integrationInstanceId']
@@ -631,7 +631,7 @@ class IntegrationInstanceClient(object):
631
631
  :rtype: :class:`~oci.response.Response`
632
632
 
633
633
  :example:
634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/create_integration_instance.py.html>`__ to see an example of how to use create_integration_instance API.
634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/create_integration_instance.py.html>`__ to see an example of how to use create_integration_instance API.
635
635
  """
636
636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
637
637
  required_arguments = []
@@ -727,7 +727,7 @@ class IntegrationInstanceClient(object):
727
727
  :rtype: :class:`~oci.response.Response`
728
728
 
729
729
  :example:
730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/delete_integration_instance.py.html>`__ to see an example of how to use delete_integration_instance API.
730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/delete_integration_instance.py.html>`__ to see an example of how to use delete_integration_instance API.
731
731
  """
732
732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
733
733
  required_arguments = ['integrationInstanceId']
@@ -841,7 +841,7 @@ class IntegrationInstanceClient(object):
841
841
  :rtype: :class:`~oci.response.Response`
842
842
 
843
843
  :example:
844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/disaster_recovery_failover.py.html>`__ to see an example of how to use disaster_recovery_failover API.
844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/disaster_recovery_failover.py.html>`__ to see an example of how to use disaster_recovery_failover API.
845
845
  """
846
846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
847
847
  required_arguments = ['integrationInstanceId']
@@ -957,7 +957,7 @@ class IntegrationInstanceClient(object):
957
957
  :rtype: :class:`~oci.response.Response`
958
958
 
959
959
  :example:
960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/enable_process_automation.py.html>`__ to see an example of how to use enable_process_automation API.
960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/enable_process_automation.py.html>`__ to see an example of how to use enable_process_automation API.
961
961
  """
962
962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
963
963
  required_arguments = ['integrationInstanceId']
@@ -1074,7 +1074,7 @@ class IntegrationInstanceClient(object):
1074
1074
  :rtype: :class:`~oci.response.Response`
1075
1075
 
1076
1076
  :example:
1077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/extend_data_retention.py.html>`__ to see an example of how to use extend_data_retention API.
1077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/extend_data_retention.py.html>`__ to see an example of how to use extend_data_retention API.
1078
1078
  """
1079
1079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1080
1080
  required_arguments = ['integrationInstanceId']
@@ -1177,7 +1177,7 @@ class IntegrationInstanceClient(object):
1177
1177
  :rtype: :class:`~oci.response.Response`
1178
1178
 
1179
1179
  :example:
1180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/get_integration_instance.py.html>`__ to see an example of how to use get_integration_instance API.
1180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/get_integration_instance.py.html>`__ to see an example of how to use get_integration_instance API.
1181
1181
  """
1182
1182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1183
1183
  required_arguments = ['integrationInstanceId']
@@ -1273,7 +1273,7 @@ class IntegrationInstanceClient(object):
1273
1273
  :rtype: :class:`~oci.response.Response`
1274
1274
 
1275
1275
  :example:
1276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1277
1277
  """
1278
1278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1279
1279
  required_arguments = ['workRequestId']
@@ -1397,7 +1397,7 @@ class IntegrationInstanceClient(object):
1397
1397
  :rtype: :class:`~oci.response.Response`
1398
1398
 
1399
1399
  :example:
1400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/list_integration_instances.py.html>`__ to see an example of how to use list_integration_instances API.
1400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/list_integration_instances.py.html>`__ to see an example of how to use list_integration_instances API.
1401
1401
  """
1402
1402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1403
1403
  required_arguments = ['compartmentId']
@@ -1530,7 +1530,7 @@ class IntegrationInstanceClient(object):
1530
1530
  :rtype: :class:`~oci.response.Response`
1531
1531
 
1532
1532
  :example:
1533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1534
1534
  """
1535
1535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1536
1536
  required_arguments = ['workRequestId', 'compartmentId']
@@ -1646,7 +1646,7 @@ class IntegrationInstanceClient(object):
1646
1646
  :rtype: :class:`~oci.response.Response`
1647
1647
 
1648
1648
  :example:
1649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1650
1650
  """
1651
1651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1652
1652
  required_arguments = ['workRequestId', 'compartmentId']
@@ -1762,7 +1762,7 @@ class IntegrationInstanceClient(object):
1762
1762
  :rtype: :class:`~oci.response.Response`
1763
1763
 
1764
1764
  :example:
1765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1766
1766
  """
1767
1767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1768
1768
  required_arguments = ['compartmentId']
@@ -1874,7 +1874,7 @@ class IntegrationInstanceClient(object):
1874
1874
  :rtype: :class:`~oci.response.Response`
1875
1875
 
1876
1876
  :example:
1877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/remove_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use remove_oracle_managed_custom_endpoint API.
1877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/remove_oracle_managed_custom_endpoint.py.html>`__ to see an example of how to use remove_oracle_managed_custom_endpoint API.
1878
1878
  """
1879
1879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1880
1880
  required_arguments = ['integrationInstanceId']
@@ -1990,7 +1990,7 @@ class IntegrationInstanceClient(object):
1990
1990
  :rtype: :class:`~oci.response.Response`
1991
1991
 
1992
1992
  :example:
1993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/start_integration_instance.py.html>`__ to see an example of how to use start_integration_instance API.
1993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/start_integration_instance.py.html>`__ to see an example of how to use start_integration_instance API.
1994
1994
  """
1995
1995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1996
1996
  required_arguments = ['integrationInstanceId']
@@ -2104,7 +2104,7 @@ class IntegrationInstanceClient(object):
2104
2104
  :rtype: :class:`~oci.response.Response`
2105
2105
 
2106
2106
  :example:
2107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/stop_integration_instance.py.html>`__ to see an example of how to use stop_integration_instance API.
2107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/stop_integration_instance.py.html>`__ to see an example of how to use stop_integration_instance API.
2108
2108
  """
2109
2109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2110
2110
  required_arguments = ['integrationInstanceId']
@@ -2213,7 +2213,7 @@ class IntegrationInstanceClient(object):
2213
2213
  :rtype: :class:`~oci.response.Response`
2214
2214
 
2215
2215
  :example:
2216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/integration/update_integration_instance.py.html>`__ to see an example of how to use update_integration_instance API.
2216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/integration/update_integration_instance.py.html>`__ to see an example of how to use update_integration_instance API.
2217
2217
  """
2218
2218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2219
2219
  required_arguments = ['integrationInstanceId']