oci 2.19.0 → 2.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/oci/adm/adm.rb +38 -0
- data/lib/oci/adm/application_dependency_management_client.rb +1429 -200
- data/lib/oci/adm/application_dependency_management_client_composite_operations.rb +454 -0
- data/lib/oci/adm/models/application_dependency.rb +3 -3
- data/lib/oci/adm/models/application_dependency_recommendation_collection.rb +151 -0
- data/lib/oci/adm/models/application_dependency_recommendation_summary.rb +195 -0
- data/lib/oci/adm/models/application_dependency_vulnerability_collection.rb +3 -3
- data/lib/oci/adm/models/application_dependency_vulnerability_summary.rb +6 -6
- data/lib/oci/adm/models/apply_stage.rb +208 -0
- data/lib/oci/adm/models/change_knowledge_base_compartment_details.rb +2 -2
- data/lib/oci/adm/models/change_remediation_recipe_compartment_details.rb +155 -0
- data/lib/oci/adm/models/change_remediation_run_compartment_details.rb +155 -0
- data/lib/oci/adm/models/change_vulnerability_audit_compartment_details.rb +1 -1
- data/lib/oci/adm/models/create_knowledge_base_details.rb +3 -3
- data/lib/oci/adm/models/create_remediation_recipe_details.rb +285 -0
- data/lib/oci/adm/models/create_remediation_run_details.rb +201 -0
- data/lib/oci/adm/models/create_vulnerability_audit_details.rb +20 -7
- data/lib/oci/adm/models/detect_configuration.rb +217 -0
- data/lib/oci/adm/models/detect_stage.rb +196 -0
- data/lib/oci/adm/models/external_resource_vulnerability_audit_source.rb +1 -1
- data/lib/oci/adm/models/external_scm_configuration.rb +241 -0
- data/lib/oci/adm/models/git_hub_actions_configuration.rb +220 -0
- data/lib/oci/adm/models/git_lab_pipeline_configuration.rb +221 -0
- data/lib/oci/adm/models/jenkins_pipeline_configuration.rb +217 -0
- data/lib/oci/adm/models/knowledge_base.rb +7 -7
- data/lib/oci/adm/models/knowledge_base_collection.rb +2 -2
- data/lib/oci/adm/models/knowledge_base_summary.rb +7 -7
- data/lib/oci/adm/models/network_configuration.rb +172 -0
- data/lib/oci/adm/models/none_verify_configuration.rb +146 -0
- data/lib/oci/adm/models/oci_code_repository_configuration.rb +175 -0
- data/lib/oci/adm/models/oci_dev_ops_build_configuration.rb +177 -0
- data/lib/oci/adm/models/oci_resource_vulnerability_audit_source.rb +2 -2
- data/lib/oci/adm/models/operation_type.rb +6 -0
- data/lib/oci/adm/models/pipeline_properties.rb +169 -0
- data/lib/oci/adm/models/pull_request_properties.rb +169 -0
- data/lib/oci/adm/models/recommend_stage.rb +209 -0
- data/lib/oci/adm/models/remediation_recipe.rb +381 -0
- data/lib/oci/adm/models/remediation_recipe_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_recipe_summary.rb +297 -0
- data/lib/oci/adm/models/remediation_run.rb +418 -0
- data/lib/oci/adm/models/remediation_run_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_run_stage.rb +363 -0
- data/lib/oci/adm/models/remediation_run_stage_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_run_stage_summary.rb +249 -0
- data/lib/oci/adm/models/remediation_run_stage_type.rb +15 -0
- data/lib/oci/adm/models/remediation_run_summary.rb +361 -0
- data/lib/oci/adm/models/scm_configuration.rb +234 -0
- data/lib/oci/adm/models/stage_summary.rb +225 -0
- data/lib/oci/adm/models/unknown_source_vulnerability_audit_source.rb +1 -1
- data/lib/oci/adm/models/update_knowledge_base_details.rb +2 -2
- data/lib/oci/adm/models/update_remediation_recipe_details.rb +267 -0
- data/lib/oci/adm/models/update_remediation_run_details.rb +187 -0
- data/lib/oci/adm/models/update_vulnerability_audit_details.rb +2 -2
- data/lib/oci/adm/models/usage_data_details.rb +176 -0
- data/lib/oci/adm/models/usage_data_via_object_storage_tuple_details.rb +191 -0
- data/lib/oci/adm/models/verify_configuration.rb +201 -0
- data/lib/oci/adm/models/verify_stage.rb +208 -0
- data/lib/oci/adm/models/vulnerability.rb +18 -4
- data/lib/oci/adm/models/vulnerability_audit.rb +67 -18
- data/lib/oci/adm/models/vulnerability_audit_collection.rb +2 -2
- data/lib/oci/adm/models/vulnerability_audit_configuration.rb +7 -5
- data/lib/oci/adm/models/vulnerability_audit_source.rb +2 -2
- data/lib/oci/adm/models/vulnerability_audit_summary.rb +14 -14
- data/lib/oci/adm/models/work_request.rb +6 -0
- data/lib/oci/adm/models/work_request_summary.rb +26 -4
- data/lib/oci/ai_speech/ai_speech.rb +2 -0
- data/lib/oci/ai_speech/models/create_transcription_job_details.rb +2 -2
- data/lib/oci/ai_speech/models/diarization.rb +171 -0
- data/lib/oci/ai_speech/models/transcription_job.rb +3 -3
- data/lib/oci/ai_speech/models/transcription_job_summary.rb +3 -3
- data/lib/oci/ai_speech/models/transcription_model_details.rb +17 -4
- data/lib/oci/ai_speech/models/transcription_settings.rb +150 -0
- data/lib/oci/ai_speech/models/update_transcription_job_details.rb +2 -2
- data/lib/oci/bds/bds.rb +8 -0
- data/lib/oci/bds/bds_client.rb +285 -0
- data/lib/oci/bds/bds_client_composite_operations.rb +150 -0
- data/lib/oci/bds/models/certificate_service_info_details.rb +151 -0
- data/lib/oci/bds/models/certificate_service_info_summary.rb +228 -0
- data/lib/oci/bds/models/disable_certificate_details.rb +165 -0
- data/lib/oci/bds/models/enable_certificate_details.rb +207 -0
- data/lib/oci/bds/models/host_cert_details.rb +179 -0
- data/lib/oci/bds/models/host_specific_certificate_details.rb +203 -0
- data/lib/oci/bds/models/operation_types.rb +2 -1
- data/lib/oci/bds/models/renew_certificate_details.rb +207 -0
- data/lib/oci/bds/models/service.rb +23 -0
- data/lib/oci/bds/models/work_request.rb +1 -0
- data/lib/oci/compute_cloud_at_customer/compute_cloud_at_customer_client.rb +2 -3
- data/lib/oci/core/compute_client.rb +759 -31
- data/lib/oci/core/compute_client_composite_operations.rb +189 -0
- data/lib/oci/core/core.rb +22 -0
- data/lib/oci/core/models/capacity_source.rb +191 -0
- data/lib/oci/core/models/capture_filter.rb +20 -4
- data/lib/oci/core/models/change_compute_capacity_topology_compartment_details.rb +157 -0
- data/lib/oci/core/models/compute_bare_metal_host.rb +325 -0
- data/lib/oci/core/models/compute_bare_metal_host_collection.rb +152 -0
- data/lib/oci/core/models/compute_bare_metal_host_summary.rb +298 -0
- data/lib/oci/core/models/compute_capacity_topology.rb +321 -0
- data/lib/oci/core/models/compute_capacity_topology_collection.rb +152 -0
- data/lib/oci/core/models/compute_capacity_topology_summary.rb +284 -0
- data/lib/oci/core/models/compute_hpc_island.rb +241 -0
- data/lib/oci/core/models/compute_hpc_island_collection.rb +152 -0
- data/lib/oci/core/models/compute_hpc_island_summary.rb +228 -0
- data/lib/oci/core/models/compute_network_block.rb +255 -0
- data/lib/oci/core/models/compute_network_block_collection.rb +152 -0
- data/lib/oci/core/models/compute_network_block_summary.rb +242 -0
- data/lib/oci/core/models/create_capacity_source_details.rb +172 -0
- data/lib/oci/core/models/create_capture_filter_details.rb +21 -5
- data/lib/oci/core/models/create_compute_capacity_topology_details.rb +240 -0
- data/lib/oci/core/models/create_dedicated_capacity_source_details.rb +165 -0
- data/lib/oci/core/models/dedicated_capacity_source.rb +165 -0
- data/lib/oci/core/models/flow_log_capture_filter_rule_details.rb +334 -0
- data/lib/oci/core/models/update_capacity_source_details.rb +172 -0
- data/lib/oci/core/models/update_capture_filter_details.rb +16 -1
- data/lib/oci/core/models/update_compute_capacity_topology_details.rb +207 -0
- data/lib/oci/core/models/update_dedicated_capacity_source_details.rb +147 -0
- data/lib/oci/core/virtual_network_client.rb +6 -0
- data/lib/oci/data_safe/data_safe.rb +60 -0
- data/lib/oci/data_safe/data_safe_client.rb +7342 -4278
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +1302 -361
- data/lib/oci/data_safe/models/apply_sdm_masking_policy_difference_details.rb +1 -1
- data/lib/oci/data_safe/models/audit_policy_category.rb +2 -1
- data/lib/oci/data_safe/models/audit_policy_dimensions.rb +1 -0
- data/lib/oci/data_safe/models/audit_specification.rb +1 -0
- data/lib/oci/data_safe/models/audit_trail_source.rb +13 -0
- data/lib/oci/data_safe/models/autonomous_database_details.rb +2 -2
- data/lib/oci/data_safe/models/change_database_security_config_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_security_policy_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_security_policy_deployment_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_sql_collection_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_sql_firewall_policy_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_target_database_compartment_details.rb +1 -1
- data/lib/oci/data_safe/models/column_summary.rb +1 -1
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/create_discovery_job_details.rb +2 -2
- data/lib/oci/data_safe/models/create_masking_column_details.rb +1 -1
- data/lib/oci/data_safe/models/create_masking_policy_details.rb +1 -2
- data/lib/oci/data_safe/models/create_sensitive_data_model_details.rb +1 -1
- data/lib/oci/data_safe/models/create_sql_collection_details.rb +297 -0
- data/lib/oci/data_safe/models/create_target_alert_policy_association_details.rb +1 -1
- data/lib/oci/data_safe/models/database_cloud_service_details.rb +2 -2
- data/lib/oci/data_safe/models/database_security_config.rb +364 -0
- data/lib/oci/data_safe/models/database_security_config_collection.rb +151 -0
- data/lib/oci/data_safe/models/database_security_config_lifecycle_state.rb +18 -0
- data/lib/oci/data_safe/models/database_security_config_summary.rb +348 -0
- data/lib/oci/data_safe/models/discovery_job.rb +1 -1
- data/lib/oci/data_safe/models/discovery_job_result.rb +1 -1
- data/lib/oci/data_safe/models/discovery_job_result_summary.rb +1 -1
- data/lib/oci/data_safe/models/download_masking_log_details.rb +1 -1
- data/lib/oci/data_safe/models/entry_details.rb +192 -0
- data/lib/oci/data_safe/models/firewall_policy_entry_details.rb +177 -0
- data/lib/oci/data_safe/models/mask_data_details.rb +1 -2
- data/lib/oci/data_safe/models/masking_column.rb +1 -1
- data/lib/oci/data_safe/models/masking_column_summary.rb +1 -1
- data/lib/oci/data_safe/models/masking_policy.rb +1 -2
- data/lib/oci/data_safe/models/profile.rb +1 -1
- data/lib/oci/data_safe/models/profile_aggregation.rb +2 -32
- data/lib/oci/data_safe/models/profile_summary.rb +1 -1
- data/lib/oci/data_safe/models/report_definition.rb +4 -0
- data/lib/oci/data_safe/models/report_definition_data_source.rb +3 -1
- data/lib/oci/data_safe/models/report_definition_summary.rb +4 -0
- data/lib/oci/data_safe/models/role_summary.rb +2 -2
- data/lib/oci/data_safe/models/schema_summary.rb +1 -1
- data/lib/oci/data_safe/models/security_assessment.rb +3 -3
- data/lib/oci/data_safe/models/security_assessment_base_line_details.rb +2 -2
- data/lib/oci/data_safe/models/security_assessment_summary.rb +3 -3
- data/lib/oci/data_safe/models/security_policy.rb +320 -0
- data/lib/oci/data_safe/models/security_policy_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_deployment.rb +349 -0
- data/lib/oci/data_safe/models/security_policy_deployment_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_deployment_lifecycle_state.rb +18 -0
- data/lib/oci/data_safe/models/security_policy_deployment_summary.rb +349 -0
- data/lib/oci/data_safe/models/security_policy_entry_state.rb +230 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_deployment_status.rb +16 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_summary.rb +217 -0
- data/lib/oci/data_safe/models/security_policy_lifecycle_state.rb +17 -0
- data/lib/oci/data_safe/models/security_policy_summary.rb +320 -0
- data/lib/oci/data_safe/models/sensitive_data_model.rb +1 -1
- data/lib/oci/data_safe/models/sql_collection.rb +445 -0
- data/lib/oci/data_safe/models/sql_collection_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_collection_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_dimensions.rb +196 -0
- data/lib/oci/data_safe/models/sql_collection_lifecycle_state.rb +20 -0
- data/lib/oci/data_safe/models/sql_collection_log_aggregation.rb +202 -0
- data/lib/oci/data_safe/models/sql_collection_log_dimensions.rb +183 -0
- data/lib/oci/data_safe/models/sql_collection_log_insights_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_summary.rb +429 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_dimensions.rb +239 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_lifecycle_state.rb +13 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_summary.rb +418 -0
- data/lib/oci/data_safe/models/sql_firewall_config.rb +254 -0
- data/lib/oci/data_safe/models/sql_firewall_policy.rb +557 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_dimensions.rb +262 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_lifecycle_state.rb +19 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_summary.rb +499 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_aggregation.rb +216 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.rb +321 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_summary.rb +413 -0
- data/lib/oci/data_safe/models/sql_firewall_violations_collection.rb +151 -0
- data/lib/oci/data_safe/models/table_summary.rb +2 -1
- data/lib/oci/data_safe/models/target_alert_policy_association.rb +1 -1
- data/lib/oci/data_safe/models/target_alert_policy_association_summary.rb +1 -1
- data/lib/oci/data_safe/models/target_database.rb +2 -2
- data/lib/oci/data_safe/models/target_database_summary.rb +1 -1
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_database_security_config_details.rb +212 -0
- data/lib/oci/data_safe/models/update_masking_column_details.rb +1 -1
- data/lib/oci/data_safe/models/update_masking_policy_details.rb +1 -2
- data/lib/oci/data_safe/models/update_security_policy_deployment_details.rb +199 -0
- data/lib/oci/data_safe/models/update_security_policy_details.rb +199 -0
- data/lib/oci/data_safe/models/update_sql_collection_details.rb +199 -0
- data/lib/oci/data_safe/models/update_sql_firewall_config_details.rb +221 -0
- data/lib/oci/data_safe/models/update_sql_firewall_policy_details.rb +346 -0
- data/lib/oci/data_safe/models/update_target_alert_policy_association_details.rb +1 -1
- data/lib/oci/data_safe/models/user_assessment.rb +7 -7
- data/lib/oci/data_safe/models/user_assessment_base_line_details.rb +2 -2
- data/lib/oci/data_safe/models/user_assessment_summary.rb +9 -9
- data/lib/oci/data_safe/models/user_summary.rb +4 -4
- data/lib/oci/data_safe/models/work_request.rb +20 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +20 -0
- data/lib/oci/data_science/data_science.rb +3 -0
- data/lib/oci/data_science/data_science_client.rb +51 -51
- data/lib/oci/data_science/models/create_job_details.rb +15 -1
- data/lib/oci/data_science/models/create_notebook_session_details.rb +18 -4
- data/lib/oci/data_science/models/fast_launch_job_config_summary.rb +1 -0
- data/lib/oci/data_science/models/file_storage_mount_configuration_details.rb +185 -0
- data/lib/oci/data_science/models/job.rb +15 -1
- data/lib/oci/data_science/models/job_run.rb +15 -1
- data/lib/oci/data_science/models/job_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/model_deployment_shape_series.rb +2 -1
- data/lib/oci/data_science/models/model_deployment_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/notebook_session.rb +15 -1
- data/lib/oci/data_science/models/notebook_session_shape_series.rb +2 -1
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/object_storage_mount_configuration_details.rb +187 -0
- data/lib/oci/data_science/models/storage_mount_configuration_details.rb +223 -0
- data/lib/oci/data_science/models/update_job_details.rb +15 -1
- data/lib/oci/data_science/models/update_notebook_session_details.rb +18 -4
- data/lib/oci/database/database.rb +21 -0
- data/lib/oci/database/database_client.rb +1057 -19
- data/lib/oci/database/database_client_composite_operations.rb +330 -0
- data/lib/oci/database/models/autonomous_container_database.rb +47 -4
- data/lib/oci/database/models/autonomous_container_database_backup_config.rb +1 -0
- data/lib/oci/database/models/autonomous_container_database_summary.rb +47 -4
- data/lib/oci/database/models/autonomous_patch.rb +40 -4
- data/lib/oci/database/models/autonomous_patch_summary.rb +40 -4
- data/lib/oci/database/models/autonomous_vm_cluster.rb +158 -4
- data/lib/oci/database/models/autonomous_vm_cluster_resource_usage.rb +435 -0
- data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +158 -4
- data/lib/oci/database/models/cloud_autonomous_vm_cluster.rb +46 -4
- data/lib/oci/database/models/cloud_autonomous_vm_cluster_summary.rb +46 -4
- data/lib/oci/database/models/configure_saas_admin_user_details.rb +242 -0
- data/lib/oci/database/models/console_history.rb +291 -0
- data/lib/oci/database/models/console_history_collection.rb +151 -0
- data/lib/oci/database/models/console_history_summary.rb +294 -0
- data/lib/oci/database/models/convert_to_regular_pluggable_database_details.rb +184 -0
- data/lib/oci/database/models/create_autonomous_container_database_dataguard_association_details.rb +274 -0
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +15 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +18 -4
- data/lib/oci/database/models/create_console_history_details.rb +192 -0
- data/lib/oci/database/models/create_database_from_another_database_details.rb +18 -4
- data/lib/oci/database/models/create_database_from_backup_details.rb +18 -4
- data/lib/oci/database/models/create_maintenance_run_details.rb +256 -0
- data/lib/oci/database/models/create_pluggable_database_creation_type_details.rb +200 -0
- data/lib/oci/database/models/create_pluggable_database_details.rb +43 -1
- data/lib/oci/database/models/create_pluggable_database_from_local_clone_details.rb +163 -0
- data/lib/oci/database/models/create_pluggable_database_from_relocate_details.rb +208 -0
- data/lib/oci/database/models/create_pluggable_database_from_remote_clone_details.rb +221 -0
- data/lib/oci/database/models/create_pluggable_database_refreshable_clone_details.rb +157 -0
- data/lib/oci/database/models/create_vm_cluster_details.rb +18 -4
- data/lib/oci/database/models/database_connection_string_profile.rb +18 -4
- data/lib/oci/database/models/db_system_upgrade_history_entry.rb +31 -3
- data/lib/oci/database/models/db_system_upgrade_history_entry_summary.rb +31 -3
- data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +18 -4
- data/lib/oci/database/models/local_clone_pluggable_database_details.rb +1 -0
- data/lib/oci/database/models/maintenance_run.rb +16 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +16 -1
- data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +1 -0
- data/lib/oci/database/models/pluggable_database.rb +42 -5
- data/lib/oci/database/models/pluggable_database_node_level_details.rb +192 -0
- data/lib/oci/database/models/pluggable_database_refreshable_clone_config.rb +155 -0
- data/lib/oci/database/models/pluggable_database_summary.rb +42 -5
- data/lib/oci/database/models/remote_clone_pluggable_database_details.rb +1 -0
- data/lib/oci/database/models/restore_database_details.rb +20 -4
- data/lib/oci/database/models/saas_admin_user_configuration.rb +245 -0
- data/lib/oci/database/models/saas_admin_user_status.rb +204 -0
- data/lib/oci/database/models/system_version_collection.rb +151 -0
- data/lib/oci/database/models/system_version_summary.rb +179 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +15 -1
- data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +46 -4
- data/lib/oci/database/models/update_cloud_autonomous_vm_cluster_details.rb +43 -1
- data/lib/oci/database/models/update_console_history_details.rb +191 -0
- data/lib/oci/database/models/upgrade_db_system_details.rb +15 -1
- data/lib/oci/database_management/database_management.rb +17 -0
- data/lib/oci/database_management/managed_my_sql_databases_client.rb +577 -0
- data/lib/oci/database_management/managed_my_sql_databases_client_composite_operations.rb +27 -0
- data/lib/oci/database_management/models/managed_my_sql_database.rb +217 -0
- data/lib/oci/database_management/models/managed_my_sql_database_collection.rb +151 -0
- data/lib/oci/database_management/models/managed_my_sql_database_summary.rb +217 -0
- data/lib/oci/database_management/models/mds_type.rb +14 -0
- data/lib/oci/database_management/models/my_sql_configuration_data_collection.rb +151 -0
- data/lib/oci/database_management/models/my_sql_configuration_data_summary.rb +383 -0
- data/lib/oci/database_management/models/my_sql_data_collection.rb +151 -0
- data/lib/oci/database_management/models/my_sql_data_summary.rb +573 -0
- data/lib/oci/database_management/models/my_sql_database_status.rb +14 -0
- data/lib/oci/database_management/models/my_sql_database_usage_metrics.rb +286 -0
- data/lib/oci/database_management/models/my_sql_deployment_type.rb +13 -0
- data/lib/oci/database_management/models/my_sql_fleet_by_category.rb +183 -0
- data/lib/oci/database_management/models/my_sql_fleet_metric_definition.rb +199 -0
- data/lib/oci/database_management/models/my_sql_fleet_metric_summary_definition.rb +189 -0
- data/lib/oci/database_management/models/my_sql_fleet_metrics.rb +197 -0
- data/lib/oci/database_management/models/my_sql_fleet_summary.rb +165 -0
- data/lib/oci/database_tools/database_tools.rb +60 -0
- data/lib/oci/database_tools/database_tools_client.rb +286 -19
- data/lib/oci/database_tools/database_tools_client_composite_operations.rb +160 -0
- data/lib/oci/database_tools/models/add_resource_lock_details.rb +202 -0
- data/lib/oci/database_tools/models/connection_type.rb +3 -1
- data/lib/oci/database_tools/models/create_database_tools_connection_details.rb +48 -5
- data/lib/oci/database_tools/models/create_database_tools_connection_generic_jdbc_details.rb +241 -0
- data/lib/oci/database_tools/models/create_database_tools_connection_my_sql_details.rb +12 -3
- data/lib/oci/database_tools/models/create_database_tools_connection_oracle_database_details.rb +28 -6
- data/lib/oci/database_tools/models/create_database_tools_connection_postgresql_details.rb +272 -0
- data/lib/oci/database_tools/models/create_database_tools_private_endpoint_details.rb +11 -1
- data/lib/oci/database_tools/models/create_database_tools_related_resource_postgresql_details.rb +177 -0
- data/lib/oci/database_tools/models/database_tools_connection.rb +52 -4
- data/lib/oci/database_tools/models/database_tools_connection_generic_jdbc.rb +264 -0
- data/lib/oci/database_tools/models/database_tools_connection_generic_jdbc_summary.rb +264 -0
- data/lib/oci/database_tools/models/database_tools_connection_my_sql.rb +10 -2
- data/lib/oci/database_tools/models/database_tools_connection_my_sql_summary.rb +10 -2
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database.rb +26 -5
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client.rb +194 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_details.rb +187 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_details.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_summary.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_summary.rb +194 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_details.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_summary.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_summary.rb +26 -5
- data/lib/oci/database_tools/models/database_tools_connection_postgresql.rb +295 -0
- data/lib/oci/database_tools/models/database_tools_connection_postgresql_summary.rb +295 -0
- data/lib/oci/database_tools/models/database_tools_connection_summary.rb +52 -4
- data/lib/oci/database_tools/models/database_tools_endpoint_service.rb +1 -0
- data/lib/oci/database_tools/models/database_tools_endpoint_service_summary.rb +1 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc.rb +206 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc_details.rb +199 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc_summary.rb +206 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql.rb +202 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql_details.rb +195 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql_summary.rb +202 -0
- data/lib/oci/database_tools/models/database_tools_private_endpoint.rb +12 -1
- data/lib/oci/database_tools/models/database_tools_private_endpoint_summary.rb +12 -1
- data/lib/oci/database_tools/models/database_tools_related_resource_postgresql.rb +184 -0
- data/lib/oci/database_tools/models/key_store_type_generic_jdbc.rb +18 -0
- data/lib/oci/database_tools/models/key_store_type_postgresql.rb +14 -0
- data/lib/oci/database_tools/models/lifecycle_state.rb +2 -1
- data/lib/oci/database_tools/models/proxy_authentication_type.rb +13 -0
- data/lib/oci/database_tools/models/related_resource_entity_type_postgresql.rb +12 -0
- data/lib/oci/database_tools/models/remove_resource_lock_details.rb +202 -0
- data/lib/oci/database_tools/models/resource_lock.rb +215 -0
- data/lib/oci/database_tools/models/runtime_support.rb +13 -0
- data/lib/oci/database_tools/models/update_database_tools_connection_details.rb +5 -1
- data/lib/oci/database_tools/models/update_database_tools_connection_generic_jdbc_details.rb +228 -0
- data/lib/oci/database_tools/models/update_database_tools_connection_oracle_database_details.rb +17 -4
- data/lib/oci/database_tools/models/update_database_tools_connection_postgresql_details.rb +259 -0
- data/lib/oci/database_tools/models/update_database_tools_related_resource_postgresql_details.rb +177 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_details.rb +4 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_result.rb +1 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_oracle_database_result.rb +1 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_postgresql_details.rb +146 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_postgresql_result.rb +193 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_result.rb +3 -0
- data/lib/oci/disaster_recovery/disaster_recovery.rb +45 -0
- data/lib/oci/disaster_recovery/disaster_recovery_client.rb +124 -115
- data/lib/oci/disaster_recovery/disaster_recovery_client_composite_operations.rb +45 -45
- data/lib/oci/disaster_recovery/models/associate_dr_protection_group_details.rb +7 -5
- data/lib/oci/disaster_recovery/models/block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/cancel_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/change_dr_protection_group_compartment_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/compute_instance_movable_file_system_operation.rb +204 -0
- data/lib/oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.rb +14 -12
- data/lib/oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.rb +15 -12
- data/lib/oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.rb +185 -0
- data/lib/oci/disaster_recovery/models/compute_instance_non_movable_file_system_operation.rb +193 -0
- data/lib/oci/disaster_recovery/models/compute_instance_vnic_mapping.rb +8 -6
- data/lib/oci/disaster_recovery/models/compute_instance_vnic_mapping_details.rb +14 -11
- data/lib/oci/disaster_recovery/models/create_block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/create_block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_movable_file_system_operation_details.rb +204 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_non_movable_file_system_operation_details.rb +193 -0
- data/lib/oci/disaster_recovery/models/create_dr_plan_details.rb +10 -6
- data/lib/oci/disaster_recovery/models/create_dr_plan_execution_details.rb +6 -4
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_details.rb +8 -6
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.rb +9 -8
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.rb +33 -16
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.rb +56 -5
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_database_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_details.rb +9 -3
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/create_file_system_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_file_system_unmount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_object_storage_log_location_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/disassociate_dr_protection_group_default_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/disassociate_dr_protection_group_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_plan.rb +25 -20
- data/lib/oci/disaster_recovery/models/dr_plan_collection.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_plan_execution.rb +31 -25
- data/lib/oci/disaster_recovery/models/dr_plan_execution_collection.rb +2 -3
- data/lib/oci/disaster_recovery/models/dr_plan_execution_option_details.rb +9 -1
- data/lib/oci/disaster_recovery/models/dr_plan_execution_options.rb +8 -0
- data/lib/oci/disaster_recovery/models/dr_plan_execution_summary.rb +29 -23
- data/lib/oci/disaster_recovery/models/dr_plan_execution_type.rb +5 -1
- data/lib/oci/disaster_recovery/models/dr_plan_group.rb +8 -6
- data/lib/oci/disaster_recovery/models/dr_plan_group_execution.rb +11 -9
- data/lib/oci/disaster_recovery/models/dr_plan_step.rb +45 -6
- data/lib/oci/disaster_recovery/models/dr_plan_step_execution.rb +49 -10
- data/lib/oci/disaster_recovery/models/dr_plan_step_type.rb +39 -0
- data/lib/oci/disaster_recovery/models/dr_plan_summary.rb +28 -18
- data/lib/oci/disaster_recovery/models/dr_plan_type.rb +3 -1
- data/lib/oci/disaster_recovery/models/dr_plan_user_defined_step.rb +10 -12
- data/lib/oci/disaster_recovery/models/dr_protection_group.rb +54 -17
- data/lib/oci/disaster_recovery/models/dr_protection_group_collection.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_protection_group_lifecycle_state.rb +1 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_lifecycle_sub_state.rb +12 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member.rb +8 -2
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.rb +1 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance.rb +8 -6
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.rb +32 -14
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.rb +55 -5
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_database.rb +4 -3
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_file_system.rb +186 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_load_balancer.rb +187 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.rb +187 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_type.rb +4 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_volume_group.rb +1 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_summary.rb +53 -16
- data/lib/oci/disaster_recovery/models/file_system_export_mapping.rb +176 -0
- data/lib/oci/disaster_recovery/models/file_system_export_mapping_details.rb +175 -0
- data/lib/oci/disaster_recovery/models/file_system_mount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/file_system_unmount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/ignore_dr_plan_execution_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/invoke_function_step.rb +1 -1
- data/lib/oci/disaster_recovery/models/load_balancer_backend_set_mapping.rb +197 -0
- data/lib/oci/disaster_recovery/models/load_balancer_backend_set_mapping_details.rb +198 -0
- data/lib/oci/disaster_recovery/models/network_load_balancer_backend_set_mapping.rb +197 -0
- data/lib/oci/disaster_recovery/models/network_load_balancer_backend_set_mapping_details.rb +198 -0
- data/lib/oci/disaster_recovery/models/object_storage_log_location.rb +4 -4
- data/lib/oci/disaster_recovery/models/object_storage_script_location.rb +4 -4
- data/lib/oci/disaster_recovery/models/pause_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/resume_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/retry_dr_plan_execution_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/run_local_script_user_defined_step.rb +8 -3
- data/lib/oci/disaster_recovery/models/run_object_store_script_user_defined_step.rb +8 -3
- data/lib/oci/disaster_recovery/models/start_drill_execution_option_details.rb +187 -0
- data/lib/oci/disaster_recovery/models/start_drill_execution_options.rb +187 -0
- data/lib/oci/disaster_recovery/models/start_drill_precheck_execution_option_details.rb +168 -0
- data/lib/oci/disaster_recovery/models/start_drill_precheck_execution_options.rb +168 -0
- data/lib/oci/disaster_recovery/models/stop_drill_execution_option_details.rb +187 -0
- data/lib/oci/disaster_recovery/models/stop_drill_execution_options.rb +187 -0
- data/lib/oci/disaster_recovery/models/stop_drill_precheck_execution_option_details.rb +168 -0
- data/lib/oci/disaster_recovery/models/stop_drill_precheck_execution_options.rb +168 -0
- data/lib/oci/disaster_recovery/models/update_block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/update_block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_movable_file_system_operation_details.rb +204 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_non_movable_file_system_operation_details.rb +193 -0
- data/lib/oci/disaster_recovery/models/update_dr_plan_details.rb +5 -3
- data/lib/oci/disaster_recovery/models/update_dr_plan_execution_details.rb +5 -3
- data/lib/oci/disaster_recovery/models/update_dr_plan_group_details.rb +6 -4
- data/lib/oci/disaster_recovery/models/update_dr_plan_step_details.rb +4 -4
- data/lib/oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.rb +14 -5
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_details.rb +7 -4
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.rb +9 -8
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.rb +33 -16
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.rb +56 -5
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_database_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_details.rb +9 -3
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_role_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/update_file_system_mount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/update_file_system_unmount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_object_storage_log_location_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/update_object_storage_script_location_details.rb +4 -4
- data/lib/oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.rb +7 -2
- data/lib/oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.rb +8 -1
- data/lib/oci/disaster_recovery/models/work_request.rb +3 -3
- data/lib/oci/disaster_recovery/models/work_request_error_collection.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_log_entry.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_resource.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_summary.rb +4 -4
- data/lib/oci/disaster_recovery/models/work_request_summary_collection.rb +1 -1
- data/lib/oci/golden_gate/golden_gate.rb +33 -0
- data/lib/oci/golden_gate/golden_gate_client.rb +286 -6
- data/lib/oci/golden_gate/golden_gate_client_composite_operations.rb +104 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection.rb +262 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection_summary.rb +243 -0
- data/lib/oci/golden_gate/models/amazon_redshift_connection.rb +276 -0
- data/lib/oci/golden_gate/models/amazon_redshift_connection_summary.rb +257 -0
- data/lib/oci/golden_gate/models/amazon_s3_connection.rb +5 -5
- data/lib/oci/golden_gate/models/amazon_s3_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/azure_data_lake_storage_connection.rb +5 -5
- data/lib/oci/golden_gate/models/azure_data_lake_storage_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/azure_synapse_connection.rb +5 -5
- data/lib/oci/golden_gate/models/azure_synapse_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/certificate.rb +448 -0
- data/lib/oci/golden_gate/models/certificate_collection.rb +152 -0
- data/lib/oci/golden_gate/models/certificate_lifecycle_state.rb +16 -0
- data/lib/oci/golden_gate/models/certificate_summary.rb +249 -0
- data/lib/oci/golden_gate/models/connection.rb +33 -19
- data/lib/oci/golden_gate/models/connection_summary.rb +33 -19
- data/lib/oci/golden_gate/models/connection_type.rb +8 -1
- data/lib/oci/golden_gate/models/create_amazon_kinesis_connection_details.rb +230 -0
- data/lib/oci/golden_gate/models/create_amazon_redshift_connection_details.rb +241 -0
- data/lib/oci/golden_gate/models/create_amazon_s3_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_azure_data_lake_storage_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_azure_synapse_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_certificate_details.rb +168 -0
- data/lib/oci/golden_gate/models/create_connection_details.rb +34 -20
- data/lib/oci/golden_gate/models/create_deployment_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_elasticsearch_connection_details.rb +279 -0
- data/lib/oci/golden_gate/models/create_generic_connection_details.rb +215 -0
- data/lib/oci/golden_gate/models/create_golden_gate_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_google_big_query_connection_details.rb +216 -0
- data/lib/oci/golden_gate/models/create_google_cloud_storage_connection_details.rb +216 -0
- data/lib/oci/golden_gate/models/create_hdfs_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_java_message_service_connection_details.rb +113 -5
- data/lib/oci/golden_gate/models/create_kafka_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_kafka_schema_registry_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_microsoft_sqlserver_connection_details.rb +6 -6
- data/lib/oci/golden_gate/models/create_mongo_db_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_mysql_connection_details.rb +10 -11
- data/lib/oci/golden_gate/models/create_oci_object_storage_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_oracle_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_oracle_nosql_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_postgresql_connection_details.rb +9 -8
- data/lib/oci/golden_gate/models/create_redis_connection_details.rb +327 -0
- data/lib/oci/golden_gate/models/create_snowflake_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/deployment.rb +2 -0
- data/lib/oci/golden_gate/models/deployment_summary.rb +2 -0
- data/lib/oci/golden_gate/models/deployment_type.rb +3 -1
- data/lib/oci/golden_gate/models/deployment_type_summary.rb +46 -6
- data/lib/oci/golden_gate/models/deployment_version_summary.rb +2 -0
- data/lib/oci/golden_gate/models/elasticsearch_connection.rb +340 -0
- data/lib/oci/golden_gate/models/elasticsearch_connection_summary.rb +283 -0
- data/lib/oci/golden_gate/models/generic_connection.rb +262 -0
- data/lib/oci/golden_gate/models/generic_connection_summary.rb +243 -0
- data/lib/oci/golden_gate/models/golden_gate_connection.rb +5 -5
- data/lib/oci/golden_gate/models/golden_gate_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/google_big_query_connection.rb +247 -0
- data/lib/oci/golden_gate/models/google_big_query_connection_summary.rb +228 -0
- data/lib/oci/golden_gate/models/google_cloud_storage_connection.rb +247 -0
- data/lib/oci/golden_gate/models/google_cloud_storage_connection_summary.rb +228 -0
- data/lib/oci/golden_gate/models/hdfs_connection.rb +5 -5
- data/lib/oci/golden_gate/models/hdfs_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/java_message_service_connection.rb +76 -5
- data/lib/oci/golden_gate/models/java_message_service_connection_summary.rb +37 -5
- data/lib/oci/golden_gate/models/kafka_connection.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_schema_registry_connection.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_schema_registry_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/microsoft_sqlserver_connection.rb +7 -6
- data/lib/oci/golden_gate/models/microsoft_sqlserver_connection_summary.rb +6 -6
- data/lib/oci/golden_gate/models/mongo_db_connection.rb +5 -5
- data/lib/oci/golden_gate/models/mongo_db_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/mysql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/mysql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/oci_object_storage_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oci_object_storage_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/operation_type.rb +3 -1
- data/lib/oci/golden_gate/models/oracle_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_nosql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_nosql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/postgresql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/postgresql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/redis_connection.rb +341 -0
- data/lib/oci/golden_gate/models/redis_connection_summary.rb +283 -0
- data/lib/oci/golden_gate/models/snowflake_connection.rb +5 -5
- data/lib/oci/golden_gate/models/snowflake_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/technology_type.rb +8 -0
- data/lib/oci/golden_gate/models/update_amazon_kinesis_connection_details.rb +208 -0
- data/lib/oci/golden_gate/models/update_amazon_redshift_connection_details.rb +219 -0
- data/lib/oci/golden_gate/models/update_connection_details.rb +15 -1
- data/lib/oci/golden_gate/models/update_elasticsearch_connection_details.rb +257 -0
- data/lib/oci/golden_gate/models/update_generic_connection_details.rb +193 -0
- data/lib/oci/golden_gate/models/update_google_big_query_connection_details.rb +194 -0
- data/lib/oci/golden_gate/models/update_google_cloud_storage_connection_details.rb +194 -0
- data/lib/oci/golden_gate/models/update_java_message_service_connection_details.rb +109 -1
- data/lib/oci/golden_gate/models/update_microsoft_sqlserver_connection_details.rb +1 -1
- data/lib/oci/golden_gate/models/update_mysql_connection_details.rb +5 -6
- data/lib/oci/golden_gate/models/update_postgresql_connection_details.rb +4 -3
- data/lib/oci/golden_gate/models/update_redis_connection_details.rb +305 -0
- data/lib/oci/golden_gate/models/work_request.rb +2 -0
- data/lib/oci/identity_domains/identity_domains.rb +108 -0
- data/lib/oci/identity_domains/identity_domains_client.rb +12111 -4165
- data/lib/oci/identity_domains/models/app_extension_radius_app_app.rb +27 -1
- data/lib/oci/identity_domains/models/approval_workflow.rb +506 -0
- data/lib/oci/identity_domains/models/approval_workflow_approval_workflow_steps.rb +240 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment.rb +498 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment_approval_workflow.rb +270 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment_assigned_to.rb +270 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignments.rb +203 -0
- data/lib/oci/identity_domains/models/approval_workflow_max_duration.rb +217 -0
- data/lib/oci/identity_domains/models/approval_workflow_step.rb +558 -0
- data/lib/oci/identity_domains/models/approval_workflow_step_approvers.rb +240 -0
- data/lib/oci/identity_domains/models/approval_workflow_steps.rb +203 -0
- data/lib/oci/identity_domains/models/approval_workflows.rb +203 -0
- data/lib/oci/identity_domains/models/authentication_factors_remover.rb +23 -4
- data/lib/oci/identity_domains/models/branding_setting.rb +841 -0
- data/lib/oci/identity_domains/models/branding_settings.rb +203 -0
- data/lib/oci/identity_domains/models/branding_settings_company_names.rb +175 -0
- data/lib/oci/identity_domains/models/branding_settings_default_company_names.rb +181 -0
- data/lib/oci/identity_domains/models/branding_settings_default_images.rb +198 -0
- data/lib/oci/identity_domains/models/branding_settings_default_login_texts.rb +181 -0
- data/lib/oci/identity_domains/models/branding_settings_images.rb +192 -0
- data/lib/oci/identity_domains/models/branding_settings_login_texts.rb +175 -0
- data/lib/oci/identity_domains/models/cloud_gate.rb +697 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_mappings.rb +397 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_servers.rb +253 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.rb +259 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_upstream_servers.rb +311 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping.rb +620 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_cloud_gate.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_gateway_app.rb +211 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_server.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.rb +218 -0
- data/lib/oci/identity_domains/models/cloud_gate_mappings.rb +203 -0
- data/lib/oci/identity_domains/models/cloud_gate_oauth_client.rb +217 -0
- data/lib/oci/identity_domains/models/cloud_gate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_server.rb +601 -0
- data/lib/oci/identity_domains/models/cloud_gate_server_cloud_gate.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_server_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_servers.rb +203 -0
- data/lib/oci/identity_domains/models/cloud_gates.rb +203 -0
- data/lib/oci/identity_domains/models/condition.rb +612 -0
- data/lib/oci/identity_domains/models/condition_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/conditions.rb +203 -0
- data/lib/oci/identity_domains/models/defined_tags.rb +1 -0
- data/lib/oci/identity_domains/models/extension_social_identity_provider.rb +27 -1
- data/lib/oci/identity_domains/models/freeform_tags.rb +1 -0
- data/lib/oci/identity_domains/models/identity_provider_relay_idp_param_mappings.rb +203 -0
- data/lib/oci/identity_domains/models/me_password_changer.rb +1 -1
- data/lib/oci/identity_domains/models/my_authentication_factors_remover.rb +23 -4
- data/lib/oci/identity_domains/models/my_completed_approval.rb +648 -0
- data/lib/oci/identity_domains/models/my_completed_approvals.rb +203 -0
- data/lib/oci/identity_domains/models/my_pending_approval.rb +648 -0
- data/lib/oci/identity_domains/models/my_pending_approvals.rb +203 -0
- data/lib/oci/identity_domains/models/my_request.rb +113 -2
- data/lib/oci/identity_domains/models/my_request_approval_details.rb +297 -0
- data/lib/oci/identity_domains/models/my_request_requesting.rb +22 -1
- data/lib/oci/identity_domains/models/network_perimeter.rb +514 -0
- data/lib/oci/identity_domains/models/network_perimeter_ip_addresses.rb +240 -0
- data/lib/oci/identity_domains/models/network_perimeter_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/network_perimeters.rb +203 -0
- data/lib/oci/identity_domains/models/notification_setting.rb +611 -0
- data/lib/oci/identity_domains/models/notification_settings.rb +203 -0
- data/lib/oci/identity_domains/models/notification_settings_event_settings.rb +185 -0
- data/lib/oci/identity_domains/models/notification_settings_from_email_address.rb +273 -0
- data/lib/oci/identity_domains/models/notification_settings_search_request.rb +198 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificate.rb +675 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificates.rb +203 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificate.rb +675 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificates.rb +203 -0
- data/lib/oci/identity_domains/models/policies.rb +203 -0
- data/lib/oci/identity_domains/models/policy.rb +567 -0
- data/lib/oci/identity_domains/models/policy_policy_type.rb +189 -0
- data/lib/oci/identity_domains/models/policy_rules.rb +222 -0
- data/lib/oci/identity_domains/models/policy_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/rule.rb +625 -0
- data/lib/oci/identity_domains/models/rule_condition_group.rb +250 -0
- data/lib/oci/identity_domains/models/rule_policy_type.rb +189 -0
- data/lib/oci/identity_domains/models/rule_return.rb +202 -0
- data/lib/oci/identity_domains/models/rule_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/rules.rb +203 -0
- data/lib/oci/identity_domains/models/schema.rb +358 -0
- data/lib/oci/identity_domains/models/schema_attributes.rb +2135 -0
- data/lib/oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.rb +206 -0
- data/lib/oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.rb +325 -0
- data/lib/oci/identity_domains/models/schema_localized_canonical_values.rb +202 -0
- data/lib/oci/identity_domains/models/schema_localized_display_name.rb +187 -0
- data/lib/oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.rb +187 -0
- data/lib/oci/identity_domains/models/schema_resolve_value_using_resource_type.rb +187 -0
- data/lib/oci/identity_domains/models/schema_search_request.rb +263 -0
- data/lib/oci/identity_domains/models/schema_sub_attributes.rb +1655 -0
- data/lib/oci/identity_domains/models/schemas.rb +203 -0
- data/lib/oci/identity_domains/models/self_registration_profile.rb +884 -0
- data/lib/oci/identity_domains/models/self_registration_profile_after_submit_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_consent_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_default_groups.rb +199 -0
- data/lib/oci/identity_domains/models/self_registration_profile_display_name.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_email_template.rb +209 -0
- data/lib/oci/identity_domains/models/self_registration_profile_footer_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_header_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/self_registration_profile_user_attributes.rb +244 -0
- data/lib/oci/identity_domains/models/self_registration_profiles.rb +203 -0
- data/lib/oci/identity_domains/models/setting.rb +1610 -0
- data/lib/oci/identity_domains/models/settings.rb +203 -0
- data/lib/oci/identity_domains/models/settings_certificate_validation.rb +394 -0
- data/lib/oci/identity_domains/models/settings_cloud_gate_cors_settings.rb +278 -0
- data/lib/oci/identity_domains/models/settings_company_names.rb +177 -0
- data/lib/oci/identity_domains/models/settings_default_company_names.rb +181 -0
- data/lib/oci/identity_domains/models/settings_default_images.rb +198 -0
- data/lib/oci/identity_domains/models/settings_default_login_texts.rb +182 -0
- data/lib/oci/identity_domains/models/settings_images.rb +192 -0
- data/lib/oci/identity_domains/models/settings_login_texts.rb +178 -0
- data/lib/oci/identity_domains/models/settings_purge_configs.rb +187 -0
- data/lib/oci/identity_domains/models/settings_search_request.rb +198 -0
- data/lib/oci/identity_domains/models/settings_tenant_custom_claims.rb +330 -0
- data/lib/oci/identity_domains/models/user_ext_risk_scores.rb +2 -0
- data/lib/oci/jms/java_management_service_client.rb +730 -72
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +251 -0
- data/lib/oci/jms/jms.rb +23 -0
- data/lib/oci/jms/models/agent.rb +247 -0
- data/lib/oci/jms/models/agent_type.rb +13 -0
- data/lib/oci/jms/models/announcement_summary.rb +1 -1
- data/lib/oci/jms/models/blocklist.rb +7 -0
- data/lib/oci/jms/models/blocklist_entry.rb +7 -0
- data/lib/oci/jms/models/create_blocklist_details.rb +8 -1
- data/lib/oci/jms/models/create_drs_file_details.rb +179 -0
- data/lib/oci/jms/models/disable_drs_details.rb +156 -0
- data/lib/oci/jms/models/drs_file.rb +259 -0
- data/lib/oci/jms/models/drs_file_collection.rb +151 -0
- data/lib/oci/jms/models/drs_file_sort_by.rb +17 -0
- data/lib/oci/jms/models/drs_file_status.rb +15 -0
- data/lib/oci/jms/models/drs_file_summary.rb +259 -0
- data/lib/oci/jms/models/drs_target.rb +156 -0
- data/lib/oci/jms/models/enable_drs_details.rb +156 -0
- data/lib/oci/jms/models/export_duration.rb +14 -0
- data/lib/oci/jms/models/export_frequency.rb +14 -0
- data/lib/oci/jms/models/export_resources.rb +14 -0
- data/lib/oci/jms/models/export_run_status.rb +17 -0
- data/lib/oci/jms/models/export_setting.rb +386 -0
- data/lib/oci/jms/models/export_status.rb +223 -0
- data/lib/oci/jms/models/fleet.rb +16 -1
- data/lib/oci/jms/models/fleet_agent_configuration.rb +15 -1
- data/lib/oci/jms/models/fleet_summary.rb +16 -1
- data/lib/oci/jms/models/java_artifact.rb +119 -4
- data/lib/oci/jms/models/java_family.rb +53 -4
- data/lib/oci/jms/models/java_family_summary.rb +34 -4
- data/lib/oci/jms/models/java_migration_analysis_result.rb +15 -1
- data/lib/oci/jms/models/java_migration_analysis_result_summary.rb +15 -1
- data/lib/oci/jms/models/java_release.rb +34 -4
- data/lib/oci/jms/models/java_release_summary.rb +34 -4
- data/lib/oci/jms/models/lcm_work_item_details.rb +166 -0
- data/lib/oci/jms/models/manage_drs_details.rb +153 -0
- data/lib/oci/jms/models/managed_instance_usage.rb +45 -1
- data/lib/oci/jms/models/operation_type.rb +8 -1
- data/lib/oci/jms/models/patch_detail.rb +169 -0
- data/lib/oci/jms/models/performance_tuning_analysis.rb +1 -1
- data/lib/oci/jms/models/plugin.rb +162 -0
- data/lib/oci/jms/models/request_crypto_analyses_details.rb +2 -2
- data/lib/oci/jms/models/update_drs_file_details.rb +179 -0
- data/lib/oci/jms/models/update_export_setting_details.rb +306 -0
- data/lib/oci/jms/models/update_fleet_agent_configuration_details.rb +17 -4
- data/lib/oci/jms/models/work_item_details.rb +7 -0
- data/lib/oci/jms/models/work_item_type.rb +6 -1
- data/lib/oci/jms/models/work_request.rb +7 -0
- data/lib/oci/jms_java_downloads/java_download_client.rb +1812 -0
- data/lib/oci/jms_java_downloads/java_download_client_composite_operations.rb +392 -0
- data/lib/oci/jms_java_downloads/jms_java_downloads.rb +74 -0
- data/lib/oci/jms_java_downloads/models/action_type.rb +17 -0
- data/lib/oci/jms_java_downloads/models/aggregation_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/checksum_type.rb +12 -0
- data/lib/oci/jms_java_downloads/models/create_java_download_report_details.rb +269 -0
- data/lib/oci/jms_java_downloads/models/create_java_download_token_details.rb +267 -0
- data/lib/oci/jms_java_downloads/models/create_java_license_acceptance_record_details.rb +210 -0
- data/lib/oci/jms_java_downloads/models/download_url.rb +189 -0
- data/lib/oci/jms_java_downloads/models/download_url_type.rb +13 -0
- data/lib/oci/jms_java_downloads/models/generate_artifact_download_url_details.rb +155 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation.rb +249 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation_collection.rb +186 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation_type.rb +14 -0
- data/lib/oci/jms_java_downloads/models/java_download_record.rb +274 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_sort_by.rb +14 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_summary.rb +277 -0
- data/lib/oci/jms_java_downloads/models/java_download_report.rb +386 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_format.rb +12 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_summary.rb +388 -0
- data/lib/oci/jms_java_downloads/models/java_download_token.rb +447 -0
- data/lib/oci/jms_java_downloads/models/java_download_token_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_token_summary.rb +450 -0
- data/lib/oci/jms_java_downloads/models/java_license.rb +202 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record.rb +376 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record_summary.rb +380 -0
- data/lib/oci/jms_java_downloads/models/java_license_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_license_summary.rb +204 -0
- data/lib/oci/jms_java_downloads/models/license_acceptance_sort_by.rb +14 -0
- data/lib/oci/jms_java_downloads/models/license_acceptance_status.rb +13 -0
- data/lib/oci/jms_java_downloads/models/license_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/license_type.rb +14 -0
- data/lib/oci/jms_java_downloads/models/lifecycle_state.rb +18 -0
- data/lib/oci/jms_java_downloads/models/operation_status.rb +19 -0
- data/lib/oci/jms_java_downloads/models/operation_type.rb +16 -0
- data/lib/oci/jms_java_downloads/models/principal.rb +175 -0
- data/lib/oci/jms_java_downloads/models/request_summarized_java_download_counts_details.rb +321 -0
- data/lib/oci/jms_java_downloads/models/sort_order.rb +13 -0
- data/lib/oci/jms_java_downloads/models/token_lifecycle_details.rb +14 -0
- data/lib/oci/jms_java_downloads/models/token_sort_by.rb +16 -0
- data/lib/oci/jms_java_downloads/models/update_java_download_token_details.rb +239 -0
- data/lib/oci/jms_java_downloads/models/update_java_license_acceptance_record_details.rb +168 -0
- data/lib/oci/jms_java_downloads/models/work_request.rb +309 -0
- data/lib/oci/jms_java_downloads/models/work_request_error.rb +174 -0
- data/lib/oci/jms_java_downloads/models/work_request_error_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/models/work_request_log_entry.rb +161 -0
- data/lib/oci/jms_java_downloads/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/models/work_request_resource.rb +221 -0
- data/lib/oci/jms_java_downloads/models/work_request_summary.rb +309 -0
- data/lib/oci/jms_java_downloads/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/util.rb +3 -0
- data/lib/oci/lockbox/lockbox.rb +1 -0
- data/lib/oci/lockbox/lockbox_client.rb +147 -1
- data/lib/oci/lockbox/models/access_context_attribute.rb +14 -4
- data/lib/oci/lockbox/models/access_request.rb +51 -4
- data/lib/oci/lockbox/models/access_request_summary.rb +17 -1
- data/lib/oci/lockbox/models/approval_template.rb +0 -1
- data/lib/oci/lockbox/models/approval_template_summary.rb +0 -1
- data/lib/oci/lockbox/models/create_approval_template_details.rb +0 -1
- data/lib/oci/lockbox/models/create_lockbox_details.rb +17 -3
- data/lib/oci/lockbox/models/export_access_requests_details.rb +183 -0
- data/lib/oci/lockbox/models/lockbox.rb +31 -3
- data/lib/oci/lockbox/models/lockbox_summary.rb +17 -3
- data/lib/oci/lockbox/models/operation_status.rb +2 -1
- data/lib/oci/lockbox/models/operation_type.rb +4 -1
- data/lib/oci/lockbox/models/work_request.rb +4 -0
- data/lib/oci/lockbox/models/work_request_summary.rb +4 -0
- data/lib/oci/log_analytics/log_analytics_client.rb +91 -0
- data/lib/oci/log_analytics/models/export_details.rb +7 -8
- data/lib/oci/logging/logging.rb +4 -0
- data/lib/oci/logging/logging_management_client.rb +1 -4
- data/lib/oci/logging/models/grok_pattern.rb +3 -3
- data/lib/oci/logging/models/operational_metrics_configuration.rb +161 -0
- data/lib/oci/logging/models/operational_metrics_destination.rb +155 -0
- data/lib/oci/logging/models/operational_metrics_record_input.rb +165 -0
- data/lib/oci/logging/models/operational_metrics_source.rb +193 -0
- data/lib/oci/logging/models/parameter.rb +2 -34
- data/lib/oci/logging/models/unified_agent_cri_parser.rb +2 -2
- data/lib/oci/logging/models/unified_agent_csv_parser.rb +2 -2
- data/lib/oci/logging/models/unified_agent_grok_parser.rb +4 -4
- data/lib/oci/logging/models/unified_agent_logging_destination.rb +17 -4
- data/lib/oci/logging/models/unified_agent_logging_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_msgpack_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +3 -3
- data/lib/oci/logging/models/unified_agent_parser.rb +5 -5
- data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_syslog_parser.rb +4 -4
- data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tsv_parser.rb +2 -2
- data/lib/oci/logging/models/unified_json_parser.rb +1 -1
- data/lib/oci/marketplace/marketplace.rb +15 -0
- data/lib/oci/marketplace/marketplace_client.rb +360 -0
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +51 -0
- data/lib/oci/marketplace/models/container_listing_package.rb +178 -0
- data/lib/oci/marketplace/models/create_publication_package.rb +3 -1
- data/lib/oci/marketplace/models/export_package_details.rb +169 -0
- data/lib/oci/marketplace/models/kubernetes_listing_package.rb +178 -0
- data/lib/oci/marketplace/models/listing.rb +2 -0
- data/lib/oci/marketplace/models/listing_package.rb +4 -0
- data/lib/oci/marketplace/models/listing_package_summary.rb +2 -0
- data/lib/oci/marketplace/models/listing_summary.rb +2 -0
- data/lib/oci/marketplace/models/operation_status.rb +15 -0
- data/lib/oci/marketplace/models/operation_type.rb +12 -0
- data/lib/oci/marketplace/models/package_type_enum.rb +3 -1
- data/lib/oci/marketplace/models/publication.rb +2 -0
- data/lib/oci/marketplace/models/publication_package.rb +2 -0
- data/lib/oci/marketplace/models/publication_package_summary.rb +2 -0
- data/lib/oci/marketplace/models/publication_summary.rb +2 -0
- data/lib/oci/marketplace/models/work_request.rb +327 -0
- data/lib/oci/marketplace/models/work_request_action_type.rb +18 -0
- data/lib/oci/marketplace/models/work_request_collection.rb +151 -0
- data/lib/oci/marketplace/models/work_request_error.rb +175 -0
- data/lib/oci/marketplace/models/work_request_error_collection.rb +152 -0
- data/lib/oci/marketplace/models/work_request_log_entry.rb +162 -0
- data/lib/oci/marketplace/models/work_request_log_entry_collection.rb +152 -0
- data/lib/oci/marketplace/models/work_request_resource.rb +233 -0
- data/lib/oci/marketplace/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/marketplace/models/work_request_summary.rb +330 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher.rb +128 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher_client.rb +4790 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher_client_composite_operations.rb +1698 -0
- data/lib/oci/marketplace_publisher/models/action_type.rb +17 -0
- data/lib/oci/marketplace_publisher/models/artifact.rb +407 -0
- data/lib/oci/marketplace_publisher/models/artifact_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/artifact_summary.rb +319 -0
- data/lib/oci/marketplace_publisher/models/artifact_type_enum.rb +13 -0
- data/lib/oci/marketplace_publisher/models/category.rb +243 -0
- data/lib/oci/marketplace_publisher/models/category_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/category_summary.rb +224 -0
- data/lib/oci/marketplace_publisher/models/change_artifact_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/change_listing_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/change_term_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/container_image_artifact.rb +212 -0
- data/lib/oci/marketplace_publisher/models/container_image_details.rb +266 -0
- data/lib/oci/marketplace_publisher/models/container_package.rb +218 -0
- data/lib/oci/marketplace_publisher/models/create_artifact_details.rb +245 -0
- data/lib/oci/marketplace_publisher/models/create_container_image_artifact_details.rb +180 -0
- data/lib/oci/marketplace_publisher/models/create_container_image_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/create_helm_chart_image_details.rb +183 -0
- data/lib/oci/marketplace_publisher/models/create_kubernetes_image_artifact_details.rb +194 -0
- data/lib/oci/marketplace_publisher/models/create_listing_details.rb +250 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_attachment_details.rb +244 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_details.rb +395 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_note_details.rb +201 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_package_details.rb +281 -0
- data/lib/oci/marketplace_publisher/models/create_related_document_attachment_details.rb +184 -0
- data/lib/oci/marketplace_publisher/models/create_screen_shot_attachment_details.rb +167 -0
- data/lib/oci/marketplace_publisher/models/create_term_details.rb +197 -0
- data/lib/oci/marketplace_publisher/models/create_video_attachment_details.rb +184 -0
- data/lib/oci/marketplace_publisher/models/create_video_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/helm_chart_image_details.rb +280 -0
- data/lib/oci/marketplace_publisher/models/helm_chart_package.rb +218 -0
- data/lib/oci/marketplace_publisher/models/kubernetes_image_artifact.rb +226 -0
- data/lib/oci/marketplace_publisher/models/language_item.rb +161 -0
- data/lib/oci/marketplace_publisher/models/listing.rb +394 -0
- data/lib/oci/marketplace_publisher/models/listing_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision.rb +664 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment.rb +367 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment_summary.rb +333 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_icon_attachment.rb +169 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note.rb +344 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note_summary.rb +305 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package.rb +499 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package_summary.rb +363 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_summary.rb +401 -0
- data/lib/oci/marketplace_publisher/models/listing_summary.rb +337 -0
- data/lib/oci/marketplace_publisher/models/listing_type.rb +12 -0
- data/lib/oci/marketplace_publisher/models/market.rb +271 -0
- data/lib/oci/marketplace_publisher/models/market_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/market_summary.rb +237 -0
- data/lib/oci/marketplace_publisher/models/named_link.rb +161 -0
- data/lib/oci/marketplace_publisher/models/operation_status.rb +19 -0
- data/lib/oci/marketplace_publisher/models/operation_type.rb +26 -0
- data/lib/oci/marketplace_publisher/models/opn_membership.rb +232 -0
- data/lib/oci/marketplace_publisher/models/package_type.rb +13 -0
- data/lib/oci/marketplace_publisher/models/private_offer_account_details.rb +161 -0
- data/lib/oci/marketplace_publisher/models/product.rb +243 -0
- data/lib/oci/marketplace_publisher/models/product_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/product_summary.rb +223 -0
- data/lib/oci/marketplace_publisher/models/publication_status.rb +14 -0
- data/lib/oci/marketplace_publisher/models/publish_listing_revision_as_private_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/publisher.rb +525 -0
- data/lib/oci/marketplace_publisher/models/publisher_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/publisher_summary.rb +448 -0
- data/lib/oci/marketplace_publisher/models/related_document_attachment.rb +260 -0
- data/lib/oci/marketplace_publisher/models/screen_shot_attachment.rb +221 -0
- data/lib/oci/marketplace_publisher/models/sort_order.rb +13 -0
- data/lib/oci/marketplace_publisher/models/submit_listing_revision_for_review_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/support_contact.rb +181 -0
- data/lib/oci/marketplace_publisher/models/term.rb +334 -0
- data/lib/oci/marketplace_publisher/models/term_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/term_summary.rb +282 -0
- data/lib/oci/marketplace_publisher/models/term_version.rb +373 -0
- data/lib/oci/marketplace_publisher/models/term_version_attachment.rb +169 -0
- data/lib/oci/marketplace_publisher/models/term_version_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/term_version_summary.rb +285 -0
- data/lib/oci/marketplace_publisher/models/update_artifact_details.rb +246 -0
- data/lib/oci/marketplace_publisher/models/update_container_image_artifact_details.rb +179 -0
- data/lib/oci/marketplace_publisher/models/update_container_image_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/update_helm_chart_image_details.rb +183 -0
- data/lib/oci/marketplace_publisher/models/update_kubernetes_image_artifact_details.rb +193 -0
- data/lib/oci/marketplace_publisher/models/update_listing_details.rb +173 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_attachment_details.rb +230 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_details.rb +371 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_package_details.rb +267 -0
- data/lib/oci/marketplace_publisher/models/update_related_document_attachment_details.rb +180 -0
- data/lib/oci/marketplace_publisher/models/update_screen_shot_attachment_details.rb +163 -0
- data/lib/oci/marketplace_publisher/models/update_term_details.rb +173 -0
- data/lib/oci/marketplace_publisher/models/update_term_version_details.rb +187 -0
- data/lib/oci/marketplace_publisher/models/update_video_attachment_details.rb +163 -0
- data/lib/oci/marketplace_publisher/models/upload_data.rb +179 -0
- data/lib/oci/marketplace_publisher/models/validation_status.rb +14 -0
- data/lib/oci/marketplace_publisher/models/version_details.rb +175 -0
- data/lib/oci/marketplace_publisher/models/video_attachment.rb +207 -0
- data/lib/oci/marketplace_publisher/models/work_request.rb +322 -0
- data/lib/oci/marketplace_publisher/models/work_request_error.rb +174 -0
- data/lib/oci/marketplace_publisher/models/work_request_error_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/work_request_log_entry.rb +161 -0
- data/lib/oci/marketplace_publisher/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/work_request_resource.rb +231 -0
- data/lib/oci/marketplace_publisher/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/marketplace_publisher/models/work_request_summary.rb +322 -0
- data/lib/oci/marketplace_publisher/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/util.rb +3 -0
- data/lib/oci/monitoring/models/alarm.rb +25 -18
- data/lib/oci/monitoring/models/alarm_dimension_states_collection.rb +2 -2
- data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +4 -4
- data/lib/oci/monitoring/models/alarm_summary.rb +17 -10
- data/lib/oci/monitoring/models/create_alarm_details.rb +21 -15
- data/lib/oci/monitoring/models/datapoint.rb +1 -0
- data/lib/oci/monitoring/models/list_metrics_details.rb +1 -0
- data/lib/oci/monitoring/models/metric.rb +2 -1
- data/lib/oci/monitoring/models/metric_data.rb +6 -4
- data/lib/oci/monitoring/models/metric_data_details.rb +1 -0
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +3 -3
- data/lib/oci/monitoring/models/suppression.rb +2 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +21 -16
- data/lib/oci/monitoring/monitoring_client.rb +120 -36
- data/lib/oci/mysql/db_system_client.rb +14 -0
- data/lib/oci/mysql/models/create_db_system_details.rb +34 -4
- data/lib/oci/mysql/models/database_management_status.rb +13 -0
- data/lib/oci/mysql/models/db_system.rb +40 -4
- data/lib/oci/mysql/models/db_system_snapshot.rb +40 -4
- data/lib/oci/mysql/models/db_system_summary.rb +40 -4
- data/lib/oci/mysql/models/update_db_system_details.rb +34 -4
- data/lib/oci/mysql/mysql.rb +1 -0
- data/lib/oci/network_firewall/models/action_type.rb +1 -1
- data/lib/oci/network_firewall/models/address_list.rb +222 -0
- data/lib/oci/network_firewall/models/address_list_summary.rb +209 -0
- data/lib/oci/network_firewall/models/address_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/address_list_type.rb +13 -0
- data/lib/oci/network_firewall/models/app_type.rb +13 -0
- data/lib/oci/network_firewall/models/application.rb +50 -9
- data/lib/oci/network_firewall/models/application_group.rb +190 -0
- data/lib/oci/network_firewall/models/application_group_summary.rb +179 -0
- data/lib/oci/network_firewall/models/application_group_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/application_summary.rb +212 -0
- data/lib/oci/network_firewall/models/application_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/apply_network_firewall_policy_details.rb +151 -0
- data/lib/oci/network_firewall/models/change_network_firewall_compartment_details.rb +1 -1
- data/lib/oci/network_firewall/models/change_network_firewall_policy_compartment_details.rb +1 -1
- data/lib/oci/network_firewall/models/clone_network_firewall_policy_details.rb +203 -0
- data/lib/oci/network_firewall/models/create_address_list_details.rb +185 -0
- data/lib/oci/network_firewall/models/create_application_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_application_group_details.rb +161 -0
- data/lib/oci/network_firewall/models/create_decryption_profile_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_decryption_rule_details.rb +223 -0
- data/lib/oci/network_firewall/models/create_icmp6_application_details.rb +181 -0
- data/lib/oci/network_firewall/models/create_icmp_application_details.rb +181 -0
- data/lib/oci/network_firewall/models/create_mapped_secret_details.rb +206 -0
- data/lib/oci/network_firewall/models/create_network_firewall_details.rb +6 -4
- data/lib/oci/network_firewall/models/create_network_firewall_policy_details.rb +7 -122
- data/lib/oci/network_firewall/models/create_security_rule_details.rb +231 -0
- data/lib/oci/network_firewall/models/create_service_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_service_list_details.rb +161 -0
- data/lib/oci/network_firewall/models/create_ssl_forward_proxy_profile_details.rb +281 -0
- data/lib/oci/network_firewall/models/create_ssl_inbound_inspection_profile_details.rb +195 -0
- data/lib/oci/network_firewall/models/create_tcp_service_details.rb +168 -0
- data/lib/oci/network_firewall/models/create_udp_service_details.rb +168 -0
- data/lib/oci/network_firewall/models/create_url_list_details.rb +162 -0
- data/lib/oci/network_firewall/models/create_vault_mapped_secret_details.rb +185 -0
- data/lib/oci/network_firewall/models/decryption_action_type.rb +13 -0
- data/lib/oci/network_firewall/models/decryption_profile.rb +29 -5
- data/lib/oci/network_firewall/models/decryption_profile_summary.rb +200 -0
- data/lib/oci/network_firewall/models/decryption_profile_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/decryption_rule.rb +28 -5
- data/lib/oci/network_firewall/models/decryption_rule_match_criteria.rb +22 -14
- data/lib/oci/network_firewall/models/decryption_rule_summary.rb +239 -0
- data/lib/oci/network_firewall/models/decryption_rule_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/icmp6_application.rb +11 -3
- data/lib/oci/network_firewall/models/icmp6_application_summary.rb +185 -0
- data/lib/oci/network_firewall/models/icmp_application.rb +10 -2
- data/lib/oci/network_firewall/models/icmp_application_summary.rb +185 -0
- data/lib/oci/network_firewall/models/inspection_type.rb +13 -0
- data/lib/oci/network_firewall/models/lifecycle_state.rb +5 -2
- data/lib/oci/network_firewall/models/mapped_secret.rb +48 -6
- data/lib/oci/network_firewall/models/mapped_secret_summary.rb +210 -0
- data/lib/oci/network_firewall/models/mapped_secret_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/mapped_secret_type.rb +12 -0
- data/lib/oci/network_firewall/models/network_firewall.rb +15 -9
- data/lib/oci/network_firewall/models/network_firewall_collection.rb +1 -1
- data/lib/oci/network_firewall/models/network_firewall_policy.rb +20 -132
- data/lib/oci/network_firewall/models/network_firewall_policy_summary.rb +9 -4
- data/lib/oci/network_firewall/models/network_firewall_policy_summary_collection.rb +1 -1
- data/lib/oci/network_firewall/models/network_firewall_summary.rb +9 -4
- data/lib/oci/network_firewall/models/operation_status.rb +2 -1
- data/lib/oci/network_firewall/models/operation_type.rb +1 -1
- data/lib/oci/network_firewall/models/{tcp_application.rb → port_range.rb} +5 -12
- data/lib/oci/network_firewall/models/rule_position.rb +169 -0
- data/lib/oci/network_firewall/models/security_rule.rb +28 -5
- data/lib/oci/network_firewall/models/security_rule_match_criteria.rb +44 -26
- data/lib/oci/network_firewall/models/security_rule_summary.rb +253 -0
- data/lib/oci/network_firewall/models/security_rule_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service.rb +213 -0
- data/lib/oci/network_firewall/models/service_list.rb +190 -0
- data/lib/oci/network_firewall/models/service_list_summary.rb +179 -0
- data/lib/oci/network_firewall/models/service_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service_summary.rb +195 -0
- data/lib/oci/network_firewall/models/service_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service_type.rb +13 -0
- data/lib/oci/network_firewall/models/simple_url_pattern.rb +5 -27
- data/lib/oci/network_firewall/models/sort_order.rb +1 -1
- data/lib/oci/network_firewall/models/ssl_forward_proxy_profile.rb +19 -11
- data/lib/oci/network_firewall/models/ssl_inbound_inspection_profile.rb +13 -5
- data/lib/oci/network_firewall/models/tcp_service.rb +172 -0
- data/lib/oci/network_firewall/models/traffic_action_type.rb +15 -0
- data/lib/oci/network_firewall/models/traffic_inspection_type.rb +13 -0
- data/lib/oci/network_firewall/models/udp_service.rb +172 -0
- data/lib/oci/network_firewall/models/update_address_list_details.rb +181 -0
- data/lib/oci/network_firewall/models/update_application_details.rb +182 -0
- data/lib/oci/network_firewall/models/update_application_group_details.rb +152 -0
- data/lib/oci/network_firewall/models/update_decryption_profile_details.rb +181 -0
- data/lib/oci/network_firewall/models/update_decryption_rule_details.rb +213 -0
- data/lib/oci/network_firewall/models/update_fqdn_address_list_details.rb +159 -0
- data/lib/oci/network_firewall/models/update_icmp6_application_details.rb +178 -0
- data/lib/oci/network_firewall/models/{udp_application.rb → update_icmp_application_details.rb} +25 -24
- data/lib/oci/network_firewall/models/update_ip_address_list_details.rb +159 -0
- data/lib/oci/network_firewall/models/update_mapped_secret_details.rb +195 -0
- data/lib/oci/network_firewall/models/update_network_firewall_details.rb +6 -4
- data/lib/oci/network_firewall/models/update_network_firewall_policy_details.rb +7 -122
- data/lib/oci/network_firewall/models/update_security_rule_details.rb +221 -0
- data/lib/oci/network_firewall/models/update_service_details.rb +182 -0
- data/lib/oci/network_firewall/models/update_service_list_details.rb +152 -0
- data/lib/oci/network_firewall/models/update_ssl_forward_proxy_profile_details.rb +277 -0
- data/lib/oci/network_firewall/models/update_ssl_inbound_inspection_profile_details.rb +191 -0
- data/lib/oci/network_firewall/models/update_tcp_service_details.rb +164 -0
- data/lib/oci/network_firewall/models/update_udp_service_details.rb +164 -0
- data/lib/oci/network_firewall/models/update_url_list_details.rb +151 -0
- data/lib/oci/network_firewall/models/update_vault_mapped_secret_details.rb +181 -0
- data/lib/oci/network_firewall/models/url_list.rb +192 -0
- data/lib/oci/network_firewall/models/url_list_summary.rb +179 -0
- data/lib/oci/network_firewall/models/url_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/url_pattern.rb +1 -1
- data/lib/oci/network_firewall/models/vault_mapped_secret.rb +10 -2
- data/lib/oci/network_firewall/models/work_request.rb +2 -1
- data/lib/oci/network_firewall/models/work_request_error.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_error_collection.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_log_entry.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_resource.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_resource_metadata_key.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_summary.rb +2 -1
- data/lib/oci/network_firewall/models/work_request_summary_collection.rb +1 -1
- data/lib/oci/network_firewall/network_firewall.rb +78 -3
- data/lib/oci/network_firewall/network_firewall_client.rb +4575 -367
- data/lib/oci/network_firewall/network_firewall_client_composite_operations.rb +650 -1
- data/lib/oci/nosql/models/create_replica_details.rb +203 -0
- data/lib/oci/nosql/models/replica.rb +265 -0
- data/lib/oci/nosql/models/table.rb +78 -1
- data/lib/oci/nosql/models/table_collection.rb +18 -4
- data/lib/oci/nosql/models/table_summary.rb +52 -1
- data/lib/oci/nosql/models/table_usage_summary.rb +19 -4
- data/lib/oci/nosql/nosql.rb +2 -0
- data/lib/oci/nosql/nosql_client.rb +140 -0
- data/lib/oci/nosql/nosql_client_composite_operations.rb +100 -0
- data/lib/oci/ocvp/cluster_client.rb +473 -0
- data/lib/oci/ocvp/cluster_client_composite_operations.rb +167 -0
- data/lib/oci/ocvp/esxi_host_client.rb +152 -3
- data/lib/oci/ocvp/esxi_host_client_composite_operations.rb +102 -1
- data/lib/oci/ocvp/models/action_types.rb +1 -1
- data/lib/oci/ocvp/models/change_sddc_compartment_details.rb +1 -1
- data/lib/oci/ocvp/models/cluster.rb +630 -0
- data/lib/oci/ocvp/models/cluster_collection.rb +151 -0
- data/lib/oci/ocvp/models/cluster_summary.rb +449 -0
- data/lib/oci/ocvp/models/commitment.rb +15 -0
- data/lib/oci/ocvp/models/create_cluster_details.rb +439 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +72 -87
- data/lib/oci/ocvp/models/create_sddc_details.rb +46 -379
- data/lib/oci/ocvp/models/{datastore_summary.rb → datastore_details.rb} +2 -2
- data/lib/oci/ocvp/models/datastore_info.rb +12 -5
- data/lib/oci/ocvp/models/datastore_types.rb +1 -1
- data/lib/oci/ocvp/models/downgrade_hcx_details.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host.rb +80 -49
- data/lib/oci/ocvp/models/esxi_host_collection.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host_summary.rb +64 -48
- data/lib/oci/ocvp/models/hcx_license_status.rb +1 -1
- data/lib/oci/ocvp/models/hcx_license_summary.rb +1 -1
- data/lib/oci/ocvp/models/{sku.rb → hcx_modes.rb} +5 -6
- data/lib/oci/ocvp/models/initial_cluster_configuration.rb +395 -0
- data/lib/oci/ocvp/models/initial_configuration.rb +156 -0
- data/lib/oci/ocvp/models/lifecycle_states.rb +1 -1
- data/lib/oci/ocvp/models/network_configuration.rb +411 -0
- data/lib/oci/ocvp/models/operation_status.rb +1 -1
- data/lib/oci/ocvp/models/operation_types.rb +6 -2
- data/lib/oci/ocvp/models/password_types.rb +14 -0
- data/lib/oci/ocvp/models/replace_host_details.rb +160 -0
- data/lib/oci/ocvp/models/sddc.rb +71 -576
- data/lib/oci/ocvp/models/sddc_collection.rb +1 -1
- data/lib/oci/ocvp/models/sddc_password.rb +186 -0
- data/lib/oci/ocvp/models/sddc_summary.rb +41 -83
- data/lib/oci/ocvp/models/sort_orders.rb +1 -1
- data/lib/oci/ocvp/models/{supported_sku_summary.rb → supported_commitment_summary.rb} +4 -4
- data/lib/oci/ocvp/models/supported_commitment_summary_collection.rb +152 -0
- data/lib/oci/ocvp/models/supported_esxi_software_version_summary.rb +178 -0
- data/lib/oci/ocvp/models/supported_host_shape_collection.rb +1 -1
- data/lib/oci/ocvp/models/supported_host_shape_summary.rb +27 -49
- data/lib/oci/ocvp/models/supported_vmware_software_version_collection.rb +1 -1
- data/lib/oci/ocvp/models/supported_vmware_software_version_summary.rb +20 -5
- data/lib/oci/ocvp/models/update_cluster_details.rb +248 -0
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +22 -22
- data/lib/oci/ocvp/models/update_sddc_details.rb +22 -165
- data/lib/oci/ocvp/models/vsphere_license.rb +1 -1
- data/lib/oci/ocvp/models/{sddc_types.rb → vsphere_types.rb} +4 -4
- data/lib/oci/ocvp/models/vsphere_upgrade_object.rb +1 -1
- data/lib/oci/ocvp/models/work_request.rb +5 -1
- data/lib/oci/ocvp/models/work_request_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_resource.rb +1 -1
- data/lib/oci/ocvp/ocvp.rb +21 -6
- data/lib/oci/ocvp/sddc_client.rb +114 -31
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +1 -1
- data/lib/oci/ocvp/work_request_client.rb +3 -3
- data/lib/oci/ocvp/work_request_client_composite_operations.rb +1 -1
- data/lib/oci/onesubscription/models/commitment.rb +1 -0
- data/lib/oci/opsi/models/archival_state.rb +14 -0
- data/lib/oci/opsi/models/awr_hub_objects.rb +155 -0
- data/lib/oci/opsi/models/awr_hub_source.rb +531 -0
- data/lib/oci/opsi/models/awr_hub_source_lifecycle_state.rb +17 -0
- data/lib/oci/opsi/models/awr_hub_source_status.rb +15 -0
- data/lib/oci/opsi/models/awr_hub_source_summary.rb +531 -0
- data/lib/oci/opsi/models/awr_hub_source_summary_collection.rb +151 -0
- data/lib/oci/opsi/models/awr_hub_source_type.rb +27 -0
- data/lib/oci/opsi/models/awr_hub_sources.rb +155 -0
- data/lib/oci/opsi/models/change_awr_hub_source_compartment_details.rb +156 -0
- data/lib/oci/opsi/models/change_operations_insights_warehouse_compartment_details.rb +155 -0
- data/lib/oci/opsi/models/create_awr_hub_details.rb +1 -1
- data/lib/oci/opsi/models/create_awr_hub_source_details.rb +276 -0
- data/lib/oci/opsi/models/list_objects.rb +175 -0
- data/lib/oci/opsi/models/object_summary.rb +279 -0
- data/lib/oci/opsi/models/operation_type.rb +7 -1
- data/lib/oci/opsi/models/storage_tier.rb +14 -0
- data/lib/oci/opsi/models/update_awr_hub_source_details.rb +210 -0
- data/lib/oci/opsi/models/work_request.rb +6 -0
- data/lib/oci/opsi/operations_insights_client.rb +1197 -156
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +346 -0
- data/lib/oci/opsi/opsi.rb +16 -0
- data/lib/oci/osub_subscription/models/commitment.rb +1 -0
- data/lib/oci/psql/models/action_type.rb +17 -0
- data/lib/oci/psql/models/backup.rb +433 -0
- data/lib/oci/psql/models/backup_collection.rb +151 -0
- data/lib/oci/psql/models/backup_policy.rb +206 -0
- data/lib/oci/psql/models/backup_source_details.rb +180 -0
- data/lib/oci/psql/models/backup_summary.rb +340 -0
- data/lib/oci/psql/models/change_backup_compartment_details.rb +157 -0
- data/lib/oci/psql/models/change_configuration_compartment_details.rb +157 -0
- data/lib/oci/psql/models/change_db_system_compartment_details.rb +157 -0
- data/lib/oci/psql/models/config_overrides.rb +169 -0
- data/lib/oci/psql/models/config_params.rb +251 -0
- data/lib/oci/psql/models/configuration.rb +369 -0
- data/lib/oci/psql/models/configuration_collection.rb +151 -0
- data/lib/oci/psql/models/configuration_details.rb +151 -0
- data/lib/oci/psql/models/configuration_summary.rb +323 -0
- data/lib/oci/psql/models/connection_details.rb +188 -0
- data/lib/oci/psql/models/create_backup_details.rb +239 -0
- data/lib/oci/psql/models/create_configuration_details.rb +295 -0
- data/lib/oci/psql/models/create_db_instance_details.rb +181 -0
- data/lib/oci/psql/models/create_db_system_details.rb +381 -0
- data/lib/oci/psql/models/credentials.rb +167 -0
- data/lib/oci/psql/models/daily_backup_policy.rb +167 -0
- data/lib/oci/psql/models/db_configuration_override_collection.rb +151 -0
- data/lib/oci/psql/models/db_instance.rb +270 -0
- data/lib/oci/psql/models/db_instance_endpoint.rb +165 -0
- data/lib/oci/psql/models/db_system.rb +506 -0
- data/lib/oci/psql/models/db_system_collection.rb +151 -0
- data/lib/oci/psql/models/db_system_details.rb +169 -0
- data/lib/oci/psql/models/db_system_summary.rb +378 -0
- data/lib/oci/psql/models/default_config_params.rb +237 -0
- data/lib/oci/psql/models/default_configuration.rb +308 -0
- data/lib/oci/psql/models/default_configuration_collection.rb +151 -0
- data/lib/oci/psql/models/default_configuration_details.rb +151 -0
- data/lib/oci/psql/models/default_configuration_summary.rb +261 -0
- data/lib/oci/psql/models/endpoint.rb +176 -0
- data/lib/oci/psql/models/failover_db_system_details.rb +169 -0
- data/lib/oci/psql/models/management_policy.rb +170 -0
- data/lib/oci/psql/models/management_policy_details.rb +169 -0
- data/lib/oci/psql/models/monthly_backup_policy.rb +183 -0
- data/lib/oci/psql/models/network_details.rb +185 -0
- data/lib/oci/psql/models/none_backup_policy.rb +150 -0
- data/lib/oci/psql/models/none_source_details.rb +147 -0
- data/lib/oci/psql/models/oci_optimized_storage_details.rb +167 -0
- data/lib/oci/psql/models/operation_status.rb +18 -0
- data/lib/oci/psql/models/operation_type.rb +19 -0
- data/lib/oci/psql/models/password_details.rb +187 -0
- data/lib/oci/psql/models/patch_db_system_details.rb +154 -0
- data/lib/oci/psql/models/patch_insert_instruction.rb +204 -0
- data/lib/oci/psql/models/patch_instruction.rb +204 -0
- data/lib/oci/psql/models/patch_merge_instruction.rb +170 -0
- data/lib/oci/psql/models/patch_move_instruction.rb +195 -0
- data/lib/oci/psql/models/patch_prohibit_instruction.rb +170 -0
- data/lib/oci/psql/models/patch_remove_instruction.rb +152 -0
- data/lib/oci/psql/models/patch_replace_instruction.rb +167 -0
- data/lib/oci/psql/models/patch_require_instruction.rb +169 -0
- data/lib/oci/psql/models/plain_text_password_details.rb +159 -0
- data/lib/oci/psql/models/primary_db_instance_details.rb +155 -0
- data/lib/oci/psql/models/reset_master_user_password_details.rb +157 -0
- data/lib/oci/psql/models/restart_db_instance_in_db_system_details.rb +184 -0
- data/lib/oci/psql/models/restore_db_system_details.rb +167 -0
- data/lib/oci/psql/models/shape_collection.rb +151 -0
- data/lib/oci/psql/models/shape_summary.rb +190 -0
- data/lib/oci/psql/models/sort_order.rb +13 -0
- data/lib/oci/psql/models/source_details.rb +193 -0
- data/lib/oci/psql/models/storage_details.rb +208 -0
- data/lib/oci/psql/models/update_backup_details.rb +211 -0
- data/lib/oci/psql/models/update_configuration_details.rb +165 -0
- data/lib/oci/psql/models/update_db_config_params.rb +186 -0
- data/lib/oci/psql/models/update_db_system_db_instance_details.rb +165 -0
- data/lib/oci/psql/models/update_db_system_details.rb +236 -0
- data/lib/oci/psql/models/update_storage_details_params.rb +153 -0
- data/lib/oci/psql/models/vault_secret_password_details.rb +177 -0
- data/lib/oci/psql/models/weekly_backup_policy.rb +213 -0
- data/lib/oci/psql/models/work_request.rb +311 -0
- data/lib/oci/psql/models/work_request_error.rb +174 -0
- data/lib/oci/psql/models/work_request_error_collection.rb +151 -0
- data/lib/oci/psql/models/work_request_log_entry.rb +161 -0
- data/lib/oci/psql/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/psql/models/work_request_resource.rb +228 -0
- data/lib/oci/psql/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/psql/models/work_request_summary.rb +311 -0
- data/lib/oci/psql/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/psql/postgresql_client.rb +2223 -0
- data/lib/oci/psql/postgresql_client_composite_operations.rb +873 -0
- data/lib/oci/psql/psql.rb +104 -0
- data/lib/oci/psql/util.rb +3 -0
- data/lib/oci/redis/models/action_type.rb +17 -0
- data/lib/oci/redis/models/change_redis_cluster_compartment_details.rb +157 -0
- data/lib/oci/redis/models/create_redis_cluster_details.rb +257 -0
- data/lib/oci/redis/models/node.rb +184 -0
- data/lib/oci/redis/models/node_collection.rb +151 -0
- data/lib/oci/redis/models/operation_status.rb +19 -0
- data/lib/oci/redis/models/operation_type.rb +20 -0
- data/lib/oci/redis/models/redis_cluster.rb +451 -0
- data/lib/oci/redis/models/redis_cluster_collection.rb +151 -0
- data/lib/oci/redis/models/redis_cluster_summary.rb +396 -0
- data/lib/oci/redis/models/sort_order.rb +13 -0
- data/lib/oci/redis/models/update_redis_cluster_details.rb +215 -0
- data/lib/oci/redis/models/work_request.rb +311 -0
- data/lib/oci/redis/models/work_request_error.rb +173 -0
- data/lib/oci/redis/models/work_request_error_collection.rb +151 -0
- data/lib/oci/redis/models/work_request_log_entry.rb +161 -0
- data/lib/oci/redis/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/redis/models/work_request_resource.rb +221 -0
- data/lib/oci/redis/models/work_request_summary.rb +343 -0
- data/lib/oci/{ocvp/models/supported_sku_summary_collection.rb → redis/models/work_request_summary_collection.rb} +7 -8
- data/lib/oci/redis/redis.rb +42 -0
- data/lib/oci/redis/redis_cluster_client.rb +839 -0
- data/lib/oci/redis/redis_cluster_client_composite_operations.rb +225 -0
- data/lib/oci/redis/util.rb +3 -0
- data/lib/oci/regions_definitions.rb +15 -4
- data/lib/oci/stack_monitoring/models/anomaly_data_point.rb +191 -0
- data/lib/oci/stack_monitoring/models/anomaly_metric_data.rb +165 -0
- data/lib/oci/stack_monitoring/models/associated_monitored_resource.rb +30 -1
- data/lib/oci/stack_monitoring/models/associated_resources_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/baselineable_metric.rb +375 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_life_cycle_states.rb +13 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_summary.rb +319 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_summary_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/change_metric_extension_compartment_details.rb +157 -0
- data/lib/oci/stack_monitoring/models/change_monitored_resource_task_compartment_details.rb +157 -0
- data/lib/oci/stack_monitoring/models/config.rb +4 -0
- data/lib/oci/stack_monitoring/models/config_summary.rb +2 -0
- data/lib/oci/stack_monitoring/models/create_baselineable_metric_details.rb +199 -0
- data/lib/oci/stack_monitoring/models/create_config_details.rb +2 -0
- data/lib/oci/stack_monitoring/models/create_license_auto_assign_config_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/create_license_enterprise_extensibility_config_details.rb +180 -0
- data/lib/oci/stack_monitoring/models/create_metric_extension_details.rb +245 -0
- data/lib/oci/stack_monitoring/models/create_monitored_resource_details.rb +26 -1
- data/lib/oci/stack_monitoring/models/create_monitored_resource_task_details.rb +214 -0
- data/lib/oci/stack_monitoring/models/create_monitored_resource_type_details.rb +250 -0
- data/lib/oci/stack_monitoring/models/data_point.rb +161 -0
- data/lib/oci/stack_monitoring/models/disable_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/discovery_details.rb +30 -1
- data/lib/oci/stack_monitoring/models/discovery_job_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/enable_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/enabled_resource_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/evaluate_baselineable_metric_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/evaluate_baselineable_metric_result.rb +165 -0
- data/lib/oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.rb +245 -0
- data/lib/oci/stack_monitoring/models/jmx_query_properties.rb +221 -0
- data/lib/oci/stack_monitoring/models/jmx_update_query_properties.rb +221 -0
- data/lib/oci/stack_monitoring/models/license_auto_assign_config_details.rb +217 -0
- data/lib/oci/stack_monitoring/models/license_auto_assign_config_summary.rb +216 -0
- data/lib/oci/stack_monitoring/models/license_enterprise_extensibility_config_details.rb +201 -0
- data/lib/oci/stack_monitoring/models/license_enterprise_extensibility_config_summary.rb +200 -0
- data/lib/oci/stack_monitoring/models/license_type.rb +13 -0
- data/lib/oci/stack_monitoring/models/manage_license_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/metric.rb +290 -0
- data/lib/oci/stack_monitoring/models/metric_data.rb +179 -0
- data/lib/oci/stack_monitoring/models/metric_extension.rb +444 -0
- data/lib/oci/stack_monitoring/models/metric_extension_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/metric_extension_collection_methods.rb +14 -0
- data/lib/oci/stack_monitoring/models/metric_extension_life_cycle_details.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_life_cycle_states.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_query_properties.rb +194 -0
- data/lib/oci/stack_monitoring/models/metric_extension_sort_by.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_summary.rb +366 -0
- data/lib/oci/stack_monitoring/models/metric_extension_update_query_properties.rb +187 -0
- data/lib/oci/stack_monitoring/models/monitored_resource.rb +30 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_member_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_sort_by.rb +13 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_summary.rb +44 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_task.rb +340 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_details.rb +186 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_lifecycle_state.rb +19 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_summary.rb +311 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_tasks_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_type.rb +346 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_type_summary.rb +345 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_types_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/monitored_resources_count_aggregation.rb +166 -0
- data/lib/oci/stack_monitoring/models/monitored_resources_count_aggregation_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/operation_type.rb +5 -1
- data/lib/oci/stack_monitoring/models/os_command_query_properties.rb +206 -0
- data/lib/oci/stack_monitoring/models/os_command_update_query_properties.rb +206 -0
- data/lib/oci/stack_monitoring/models/resource_type_lifecycle_state.rb +17 -0
- data/lib/oci/stack_monitoring/models/resource_type_metadata_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/script_file_details.rb +161 -0
- data/lib/oci/stack_monitoring/models/search_monitored_resources_details.rb +24 -1
- data/lib/oci/stack_monitoring/models/sql_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/sql_in_param_details.rb +169 -0
- data/lib/oci/stack_monitoring/models/sql_out_param_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/sql_out_param_types.rb +13 -0
- data/lib/oci/stack_monitoring/models/sql_query_properties.rb +224 -0
- data/lib/oci/stack_monitoring/models/sql_query_types.rb +13 -0
- data/lib/oci/stack_monitoring/models/sql_update_query_properties.rb +216 -0
- data/lib/oci/stack_monitoring/models/system_format_resource_type_metadata_details.rb +251 -0
- data/lib/oci/stack_monitoring/models/test_metric_extension_data.rb +197 -0
- data/lib/oci/stack_monitoring/models/test_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/unique_property_set.rb +151 -0
- data/lib/oci/stack_monitoring/models/update_baselineable_metric_details.rb +309 -0
- data/lib/oci/stack_monitoring/models/update_config_details.rb +2 -0
- data/lib/oci/stack_monitoring/models/update_license_auto_assign_config_details.rb +185 -0
- data/lib/oci/stack_monitoring/models/update_license_enterprise_extensibility_config_details.rb +176 -0
- data/lib/oci/stack_monitoring/models/update_metric_extension_details.rb +206 -0
- data/lib/oci/stack_monitoring/models/update_monitored_resource_task_details.rb +173 -0
- data/lib/oci/stack_monitoring/models/update_monitored_resource_type_details.rb +220 -0
- data/lib/oci/stack_monitoring/models/work_request.rb +4 -0
- data/lib/oci/stack_monitoring/models/work_request_summary.rb +4 -0
- data/lib/oci/stack_monitoring/stack_monitoring.rb +73 -0
- data/lib/oci/stack_monitoring/stack_monitoring_client.rb +2942 -717
- data/lib/oci/stack_monitoring/stack_monitoring_client_composite_operations.rb +651 -16
- data/lib/oci/tenant_manager_control_plane/models/sku.rb +0 -1
- data/lib/oci/version.rb +1 -1
- data/lib/oci/vn_monitoring/models/capture_filter.rb +20 -4
- data/lib/oci/vn_monitoring/models/create_capture_filter_details.rb +21 -5
- data/lib/oci/vn_monitoring/models/flow_log_capture_filter_rule_details.rb +334 -0
- data/lib/oci/vn_monitoring/models/service.rb +1 -0
- data/lib/oci/vn_monitoring/models/update_capture_filter_details.rb +16 -1
- data/lib/oci/vn_monitoring/vn_monitoring.rb +1 -0
- data/lib/oci.rb +4 -0
- metadata +929 -9
@@ -0,0 +1,1610 @@
|
|
1
|
+
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
2
|
+
# 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.
|
3
|
+
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
|
5
|
+
require 'date'
|
6
|
+
require 'logger'
|
7
|
+
|
8
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
9
|
+
module OCI
|
10
|
+
# Settings schema
|
11
|
+
class IdentityDomains::Models::Setting
|
12
|
+
IDCS_PREVENTED_OPERATIONS_ENUM = [
|
13
|
+
IDCS_PREVENTED_OPERATIONS_REPLACE = 'replace'.freeze,
|
14
|
+
IDCS_PREVENTED_OPERATIONS_UPDATE = 'update'.freeze,
|
15
|
+
IDCS_PREVENTED_OPERATIONS_DELETE = 'delete'.freeze,
|
16
|
+
IDCS_PREVENTED_OPERATIONS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
17
|
+
].freeze
|
18
|
+
|
19
|
+
RE_AUTH_FACTOR_ENUM = [
|
20
|
+
RE_AUTH_FACTOR_PASSWORD = 'password'.freeze,
|
21
|
+
RE_AUTH_FACTOR_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
22
|
+
].freeze
|
23
|
+
|
24
|
+
CSR_ACCESS_ENUM = [
|
25
|
+
CSR_ACCESS_READ_ONLY = 'readOnly'.freeze,
|
26
|
+
CSR_ACCESS_READ_WRITE = 'readWrite'.freeze,
|
27
|
+
CSR_ACCESS_NONE = 'none'.freeze,
|
28
|
+
CSR_ACCESS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
29
|
+
].freeze
|
30
|
+
|
31
|
+
DEFAULT_TRUST_SCOPE_ENUM = [
|
32
|
+
DEFAULT_TRUST_SCOPE_EXPLICIT = 'Explicit'.freeze,
|
33
|
+
DEFAULT_TRUST_SCOPE_ACCOUNT = 'Account'.freeze,
|
34
|
+
DEFAULT_TRUST_SCOPE_TAGS = 'Tags'.freeze,
|
35
|
+
DEFAULT_TRUST_SCOPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
36
|
+
].freeze
|
37
|
+
|
38
|
+
# Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
39
|
+
#
|
40
|
+
# **SCIM++ Properties:**
|
41
|
+
# - caseExact: false
|
42
|
+
# - idcsSearchable: true
|
43
|
+
# - multiValued: false
|
44
|
+
# - mutability: readOnly
|
45
|
+
# - required: false
|
46
|
+
# - returned: always
|
47
|
+
# - type: string
|
48
|
+
# - uniqueness: global
|
49
|
+
# @return [String]
|
50
|
+
attr_accessor :id
|
51
|
+
|
52
|
+
# Unique OCI identifier for the SCIM Resource.
|
53
|
+
#
|
54
|
+
# **SCIM++ Properties:**
|
55
|
+
# - caseExact: true
|
56
|
+
# - idcsSearchable: true
|
57
|
+
# - multiValued: false
|
58
|
+
# - mutability: immutable
|
59
|
+
# - required: false
|
60
|
+
# - returned: default
|
61
|
+
# - type: string
|
62
|
+
# - uniqueness: global
|
63
|
+
# @return [String]
|
64
|
+
attr_accessor :ocid
|
65
|
+
|
66
|
+
# **[Required]** REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
67
|
+
#
|
68
|
+
# **SCIM++ Properties:**
|
69
|
+
# - caseExact: false
|
70
|
+
# - idcsSearchable: false
|
71
|
+
# - multiValued: true
|
72
|
+
# - mutability: readWrite
|
73
|
+
# - required: true
|
74
|
+
# - returned: default
|
75
|
+
# - type: string
|
76
|
+
# - uniqueness: none
|
77
|
+
# @return [Array<String>]
|
78
|
+
attr_accessor :schemas
|
79
|
+
|
80
|
+
# @return [OCI::IdentityDomains::Models::Meta]
|
81
|
+
attr_accessor :meta
|
82
|
+
|
83
|
+
# @return [OCI::IdentityDomains::Models::IdcsCreatedBy]
|
84
|
+
attr_accessor :idcs_created_by
|
85
|
+
|
86
|
+
# @return [OCI::IdentityDomains::Models::IdcsLastModifiedBy]
|
87
|
+
attr_accessor :idcs_last_modified_by
|
88
|
+
|
89
|
+
# Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
90
|
+
#
|
91
|
+
# **SCIM++ Properties:**
|
92
|
+
# - idcsSearchable: false
|
93
|
+
# - multiValued: true
|
94
|
+
# - mutability: readOnly
|
95
|
+
# - required: false
|
96
|
+
# - returned: request
|
97
|
+
# - type: string
|
98
|
+
# - uniqueness: none
|
99
|
+
# @return [Array<String>]
|
100
|
+
attr_reader :idcs_prevented_operations
|
101
|
+
|
102
|
+
# A list of tags on this resource.
|
103
|
+
#
|
104
|
+
# **SCIM++ Properties:**
|
105
|
+
# - idcsCompositeKey: [key, value]
|
106
|
+
# - idcsSearchable: true
|
107
|
+
# - multiValued: true
|
108
|
+
# - mutability: readWrite
|
109
|
+
# - required: false
|
110
|
+
# - returned: request
|
111
|
+
# - type: complex
|
112
|
+
# - uniqueness: none
|
113
|
+
# @return [Array<OCI::IdentityDomains::Models::Tags>]
|
114
|
+
attr_accessor :tags
|
115
|
+
|
116
|
+
# A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
117
|
+
#
|
118
|
+
# **SCIM++ Properties:**
|
119
|
+
# - caseExact: false
|
120
|
+
# - idcsSearchable: true
|
121
|
+
# - multiValued: false
|
122
|
+
# - mutability: readOnly
|
123
|
+
# - required: false
|
124
|
+
# - returned: default
|
125
|
+
# - type: boolean
|
126
|
+
# - uniqueness: none
|
127
|
+
# @return [BOOLEAN]
|
128
|
+
attr_accessor :delete_in_progress
|
129
|
+
|
130
|
+
# The release number when the resource was upgraded.
|
131
|
+
#
|
132
|
+
# **SCIM++ Properties:**
|
133
|
+
# - caseExact: false
|
134
|
+
# - idcsSearchable: false
|
135
|
+
# - multiValued: false
|
136
|
+
# - mutability: readOnly
|
137
|
+
# - required: false
|
138
|
+
# - returned: request
|
139
|
+
# - type: string
|
140
|
+
# - uniqueness: none
|
141
|
+
# @return [String]
|
142
|
+
attr_accessor :idcs_last_upgraded_in_release
|
143
|
+
|
144
|
+
# OCI Domain Id (ocid) in which the resource lives.
|
145
|
+
#
|
146
|
+
# **SCIM++ Properties:**
|
147
|
+
# - caseExact: false
|
148
|
+
# - idcsSearchable: false
|
149
|
+
# - multiValued: false
|
150
|
+
# - mutability: readOnly
|
151
|
+
# - required: false
|
152
|
+
# - returned: default
|
153
|
+
# - type: string
|
154
|
+
# - uniqueness: none
|
155
|
+
# @return [String]
|
156
|
+
attr_accessor :domain_ocid
|
157
|
+
|
158
|
+
# OCI Compartment Id (ocid) in which the resource lives.
|
159
|
+
#
|
160
|
+
# **SCIM++ Properties:**
|
161
|
+
# - caseExact: false
|
162
|
+
# - idcsSearchable: false
|
163
|
+
# - multiValued: false
|
164
|
+
# - mutability: readOnly
|
165
|
+
# - required: false
|
166
|
+
# - returned: default
|
167
|
+
# - type: string
|
168
|
+
# - uniqueness: none
|
169
|
+
# @return [String]
|
170
|
+
attr_accessor :compartment_ocid
|
171
|
+
|
172
|
+
# OCI Tenant Id (ocid) in which the resource lives.
|
173
|
+
#
|
174
|
+
# **SCIM++ Properties:**
|
175
|
+
# - caseExact: false
|
176
|
+
# - idcsSearchable: false
|
177
|
+
# - multiValued: false
|
178
|
+
# - mutability: readOnly
|
179
|
+
# - required: false
|
180
|
+
# - returned: default
|
181
|
+
# - type: string
|
182
|
+
# - uniqueness: none
|
183
|
+
# @return [String]
|
184
|
+
attr_accessor :tenancy_ocid
|
185
|
+
|
186
|
+
# An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
187
|
+
#
|
188
|
+
# **SCIM++ Properties:**
|
189
|
+
# - caseExact: false
|
190
|
+
# - multiValued: false
|
191
|
+
# - mutability: readWrite
|
192
|
+
# - required: false
|
193
|
+
# - returned: default
|
194
|
+
# - type: string
|
195
|
+
# - uniqueness: none
|
196
|
+
# @return [String]
|
197
|
+
attr_accessor :external_id
|
198
|
+
|
199
|
+
# Contact emails used to notify tenants. Can be one or more user or group alias emails.
|
200
|
+
#
|
201
|
+
# **SCIM++ Properties:**
|
202
|
+
# - caseExact: false
|
203
|
+
# - multiValued: true
|
204
|
+
# - mutability: readWrite
|
205
|
+
# - required: false
|
206
|
+
# - returned: default
|
207
|
+
# - type: string
|
208
|
+
# - uniqueness: none
|
209
|
+
# @return [Array<String>]
|
210
|
+
attr_accessor :contact_emails
|
211
|
+
|
212
|
+
# Indicates if the branding is default or custom
|
213
|
+
#
|
214
|
+
# **SCIM++ Properties:**
|
215
|
+
# - multiValued: false
|
216
|
+
# - mutability: readWrite
|
217
|
+
# - required: false
|
218
|
+
# - returned: default
|
219
|
+
# - type: boolean
|
220
|
+
# @return [BOOLEAN]
|
221
|
+
attr_accessor :custom_branding
|
222
|
+
|
223
|
+
# Preferred written or spoken language used for localized user interfaces
|
224
|
+
#
|
225
|
+
# **SCIM++ Properties:**
|
226
|
+
# - caseExact: false
|
227
|
+
# - idcsCanonicalValueSourceFilter: attrName eq \"languages\" and attrValues.value eq \"$(preferredLanguage)\"
|
228
|
+
# - idcsCanonicalValueSourceResourceType: AllowedValue
|
229
|
+
# - multiValued: false
|
230
|
+
# - mutability: readWrite
|
231
|
+
# - required: false
|
232
|
+
# - returned: default
|
233
|
+
# - type: string
|
234
|
+
# - uniqueness: none
|
235
|
+
# @return [String]
|
236
|
+
attr_accessor :preferred_language
|
237
|
+
|
238
|
+
# User's timezone
|
239
|
+
#
|
240
|
+
# **SCIM++ Properties:**
|
241
|
+
# - caseExact: false
|
242
|
+
# - idcsCanonicalValueSourceFilter: attrName eq \"timezones\" and attrValues.value eq \"$(timezone)\"
|
243
|
+
# - idcsCanonicalValueSourceResourceType: AllowedValue
|
244
|
+
# - multiValued: false
|
245
|
+
# - mutability: readWrite
|
246
|
+
# - required: false
|
247
|
+
# - returned: default
|
248
|
+
# - type: string
|
249
|
+
# - uniqueness: none
|
250
|
+
# @return [String]
|
251
|
+
attr_accessor :timezone
|
252
|
+
|
253
|
+
# Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
|
254
|
+
#
|
255
|
+
# **Added In:** 2011192329
|
256
|
+
#
|
257
|
+
# **SCIM++ Properties:**
|
258
|
+
# - caseExact: false
|
259
|
+
# - multiValued: false
|
260
|
+
# - mutability: readWrite
|
261
|
+
# - required: false
|
262
|
+
# - returned: default
|
263
|
+
# - type: boolean
|
264
|
+
# - uniqueness: none
|
265
|
+
# @return [BOOLEAN]
|
266
|
+
attr_accessor :diagnostic_record_for_search_identifies_returned_resources
|
267
|
+
|
268
|
+
# Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
|
269
|
+
#
|
270
|
+
# **Added In:** 20.1.3
|
271
|
+
#
|
272
|
+
# **SCIM++ Properties:**
|
273
|
+
# - caseExact: false
|
274
|
+
# - multiValued: false
|
275
|
+
# - mutability: readWrite
|
276
|
+
# - required: false
|
277
|
+
# - returned: default
|
278
|
+
# - type: boolean
|
279
|
+
# - uniqueness: none
|
280
|
+
# @return [BOOLEAN]
|
281
|
+
attr_accessor :re_auth_when_changing_my_authentication_factors
|
282
|
+
|
283
|
+
# If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \\\"password\\\".
|
284
|
+
#
|
285
|
+
# **Added In:** 20.1.3
|
286
|
+
#
|
287
|
+
# **SCIM++ Properties:**
|
288
|
+
# - multiValued: true
|
289
|
+
# - mutability: readWrite
|
290
|
+
# - required: false
|
291
|
+
# - returned: default
|
292
|
+
# - type: string
|
293
|
+
# @return [Array<String>]
|
294
|
+
attr_reader :re_auth_factor
|
295
|
+
|
296
|
+
# Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
|
297
|
+
#
|
298
|
+
# **SCIM++ Properties:**
|
299
|
+
# - caseExact: false
|
300
|
+
# - idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(locale)\"
|
301
|
+
# - idcsCanonicalValueSourceResourceType: AllowedValue
|
302
|
+
# - multiValued: false
|
303
|
+
# - mutability: readWrite
|
304
|
+
# - required: false
|
305
|
+
# - returned: default
|
306
|
+
# - type: string
|
307
|
+
# - uniqueness: none
|
308
|
+
# @return [String]
|
309
|
+
attr_accessor :locale
|
310
|
+
|
311
|
+
# **[Required]** This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
|
312
|
+
#
|
313
|
+
# **SCIM++ Properties:**
|
314
|
+
# - multiValued: false
|
315
|
+
# - mutability: readWrite
|
316
|
+
# - required: true
|
317
|
+
# - returned: default
|
318
|
+
# - type: string
|
319
|
+
# @return [String]
|
320
|
+
attr_reader :csr_access
|
321
|
+
|
322
|
+
# Indicates if access on SigningCert is allowed to public or not
|
323
|
+
#
|
324
|
+
# **Added In:** 17.3.4
|
325
|
+
#
|
326
|
+
# **SCIM++ Properties:**
|
327
|
+
# - multiValued: false
|
328
|
+
# - mutability: readWrite
|
329
|
+
# - required: false
|
330
|
+
# - returned: default
|
331
|
+
# - type: boolean
|
332
|
+
# @return [BOOLEAN]
|
333
|
+
attr_accessor :signing_cert_public_access
|
334
|
+
|
335
|
+
# **Added In:** 20.1.3
|
336
|
+
#
|
337
|
+
# **SCIM++ Properties:**
|
338
|
+
# - caseExact: false
|
339
|
+
# - multiValued: false
|
340
|
+
# - mutability: readWrite
|
341
|
+
# - required: false
|
342
|
+
# - returned: default
|
343
|
+
# - type: string
|
344
|
+
# - uniqueness: none
|
345
|
+
# Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
|
346
|
+
# @return [String]
|
347
|
+
attr_accessor :sub_mapping_attr
|
348
|
+
|
349
|
+
# Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
|
350
|
+
#
|
351
|
+
# **Added In:** 18.1.6
|
352
|
+
#
|
353
|
+
# **SCIM++ Properties:**
|
354
|
+
# - multiValued: false
|
355
|
+
# - mutability: readWrite
|
356
|
+
# - required: false
|
357
|
+
# - returned: default
|
358
|
+
# - type: boolean
|
359
|
+
# @return [BOOLEAN]
|
360
|
+
attr_accessor :account_always_trust_scope
|
361
|
+
|
362
|
+
# **Deprecated Since: 18.3.6**
|
363
|
+
#
|
364
|
+
# **SCIM++ Properties:**
|
365
|
+
# - multiValued: false
|
366
|
+
# - mutability: readWrite
|
367
|
+
# - required: false
|
368
|
+
# - returned: default
|
369
|
+
# - type: string
|
370
|
+
# Indicates the default trust scope for all apps
|
371
|
+
# @return [String]
|
372
|
+
attr_reader :default_trust_scope
|
373
|
+
|
374
|
+
# Tenant issuer.
|
375
|
+
#
|
376
|
+
# **Added In:** 20.1.3
|
377
|
+
#
|
378
|
+
# **SCIM++ Properties:**
|
379
|
+
# - caseExact: false
|
380
|
+
# - multiValued: false
|
381
|
+
# - mutability: readWrite
|
382
|
+
# - required: false
|
383
|
+
# - returned: default
|
384
|
+
# - type: string
|
385
|
+
# - uniqueness: none
|
386
|
+
# @return [String]
|
387
|
+
attr_accessor :issuer
|
388
|
+
|
389
|
+
# Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
|
390
|
+
#
|
391
|
+
# **Added In:** 20.1.3
|
392
|
+
#
|
393
|
+
# **SCIM++ Properties:**
|
394
|
+
# - caseExact: false
|
395
|
+
# - multiValued: false
|
396
|
+
# - mutability: readWrite
|
397
|
+
# - required: false
|
398
|
+
# - returned: request
|
399
|
+
# - type: string
|
400
|
+
# - uniqueness: none
|
401
|
+
# @return [String]
|
402
|
+
attr_accessor :prev_issuer
|
403
|
+
|
404
|
+
# The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
|
405
|
+
#
|
406
|
+
# **SCIM++ Properties:**
|
407
|
+
# - caseExact: false
|
408
|
+
# - idcsSearchable: false
|
409
|
+
# - multiValued: false
|
410
|
+
# - mutability: readWrite
|
411
|
+
# - required: false
|
412
|
+
# - returned: default
|
413
|
+
# - type: integer
|
414
|
+
# - uniqueness: none
|
415
|
+
# @return [Integer]
|
416
|
+
attr_accessor :diagnostic_level
|
417
|
+
|
418
|
+
# The end time up to which diagnostic recording is switched on
|
419
|
+
#
|
420
|
+
# **SCIM++ Properties:**
|
421
|
+
# - caseExact: false
|
422
|
+
# - idcsSearchable: false
|
423
|
+
# - multiValued: false
|
424
|
+
# - mutability: readOnly
|
425
|
+
# - required: false
|
426
|
+
# - returned: default
|
427
|
+
# - type: dateTime
|
428
|
+
# - uniqueness: none
|
429
|
+
# @return [String]
|
430
|
+
attr_accessor :diagnostic_tracing_upto
|
431
|
+
|
432
|
+
# One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
|
433
|
+
#
|
434
|
+
# **SCIM++ Properties:**
|
435
|
+
# - caseExact: false
|
436
|
+
# - multiValued: true
|
437
|
+
# - mutability: readWrite
|
438
|
+
# - required: false
|
439
|
+
# - returned: default
|
440
|
+
# - type: string
|
441
|
+
# - uniqueness: none
|
442
|
+
# @return [Array<String>]
|
443
|
+
attr_accessor :allowed_domains
|
444
|
+
|
445
|
+
# Indicates if Terms of Use is enabled in UI
|
446
|
+
#
|
447
|
+
# **Added In:** 18.2.4
|
448
|
+
#
|
449
|
+
# **SCIM++ Properties:**
|
450
|
+
# - caseExact: false
|
451
|
+
# - multiValued: false
|
452
|
+
# - mutability: readWrite
|
453
|
+
# - required: false
|
454
|
+
# - returned: default
|
455
|
+
# - type: boolean
|
456
|
+
# - uniqueness: none
|
457
|
+
# @return [BOOLEAN]
|
458
|
+
attr_accessor :enable_terms_of_use
|
459
|
+
|
460
|
+
# Terms of Use URL
|
461
|
+
#
|
462
|
+
# **Added In:** 18.2.4
|
463
|
+
#
|
464
|
+
# **SCIM++ Properties:**
|
465
|
+
# - caseExact: false
|
466
|
+
# - multiValued: false
|
467
|
+
# - mutability: readWrite
|
468
|
+
# - required: false
|
469
|
+
# - returned: default
|
470
|
+
# - type: string
|
471
|
+
# - uniqueness: none
|
472
|
+
# @return [String]
|
473
|
+
attr_accessor :terms_of_use_url
|
474
|
+
|
475
|
+
# Privacy Policy URL
|
476
|
+
#
|
477
|
+
# **Added In:** 18.2.4
|
478
|
+
#
|
479
|
+
# **SCIM++ Properties:**
|
480
|
+
# - caseExact: false
|
481
|
+
# - multiValued: false
|
482
|
+
# - mutability: readWrite
|
483
|
+
# - required: false
|
484
|
+
# - returned: default
|
485
|
+
# - type: string
|
486
|
+
# - uniqueness: none
|
487
|
+
# @return [String]
|
488
|
+
attr_accessor :privacy_policy_url
|
489
|
+
|
490
|
+
# Database Migration Status
|
491
|
+
#
|
492
|
+
# **Added In:** 19.2.1
|
493
|
+
#
|
494
|
+
# **SCIM++ Properties:**
|
495
|
+
# - caseExact: true
|
496
|
+
# - multiValued: false
|
497
|
+
# - mutability: readOnly
|
498
|
+
# - required: false
|
499
|
+
# - returned: default
|
500
|
+
# - type: string
|
501
|
+
# - uniqueness: none
|
502
|
+
# @return [String]
|
503
|
+
attr_accessor :migration_status
|
504
|
+
|
505
|
+
# On-Premises provisioning feature toggle.
|
506
|
+
#
|
507
|
+
# **Added In:** 19.2.1
|
508
|
+
#
|
509
|
+
# **SCIM++ Properties:**
|
510
|
+
# - caseExact: false
|
511
|
+
# - multiValued: false
|
512
|
+
# - mutability: readOnly
|
513
|
+
# - required: false
|
514
|
+
# - returned: default
|
515
|
+
# - type: boolean
|
516
|
+
# - uniqueness: none
|
517
|
+
# @return [BOOLEAN]
|
518
|
+
attr_accessor :on_premises_provisioning
|
519
|
+
|
520
|
+
# If specified, indicates the set of Urls which can be returned to after successful forgot password flow
|
521
|
+
#
|
522
|
+
# **Added In:** 19.3.3
|
523
|
+
#
|
524
|
+
# **SCIM++ Properties:**
|
525
|
+
# - type: string
|
526
|
+
# - multiValued: true
|
527
|
+
# - required: false
|
528
|
+
# - mutability: readWrite
|
529
|
+
# - returned: default
|
530
|
+
# - uniqueness: none
|
531
|
+
# - caseExact: false
|
532
|
+
# @return [Array<String>]
|
533
|
+
attr_accessor :allowed_forgot_password_flow_return_urls
|
534
|
+
|
535
|
+
# If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \\\"notificationRedirectUrl\\\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
|
536
|
+
#
|
537
|
+
# **Added In:** 2009041201
|
538
|
+
#
|
539
|
+
# **SCIM++ Properties:**
|
540
|
+
# - type: string
|
541
|
+
# - multiValued: true
|
542
|
+
# - required: false
|
543
|
+
# - mutability: readWrite
|
544
|
+
# - returned: default
|
545
|
+
# - uniqueness: none
|
546
|
+
# - caseExact: false
|
547
|
+
# @return [Array<String>]
|
548
|
+
attr_accessor :allowed_notification_redirect_urls
|
549
|
+
|
550
|
+
# Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
|
551
|
+
#
|
552
|
+
# **Added In:** 19.2.1
|
553
|
+
#
|
554
|
+
# **SCIM++ Properties:**
|
555
|
+
# - multiValued: false
|
556
|
+
# - mutability: readWrite
|
557
|
+
# - required: false
|
558
|
+
# - returned: default
|
559
|
+
# - type: integer
|
560
|
+
# @return [Integer]
|
561
|
+
attr_accessor :audit_event_retention_period
|
562
|
+
|
563
|
+
# Indicates if 'hosted' option was selected
|
564
|
+
#
|
565
|
+
# **Added In:** 20.1.3
|
566
|
+
#
|
567
|
+
# **SCIM++ Properties:**
|
568
|
+
# - caseExact: false
|
569
|
+
# - multiValued: false
|
570
|
+
# - mutability: readWrite
|
571
|
+
# - required: false
|
572
|
+
# - returned: default
|
573
|
+
# - type: boolean
|
574
|
+
# - uniqueness: none
|
575
|
+
# @return [BOOLEAN]
|
576
|
+
attr_accessor :is_hosted_page
|
577
|
+
|
578
|
+
# Storage URL location where the sanitized custom html is located
|
579
|
+
#
|
580
|
+
# **Added In:** 20.1.3
|
581
|
+
#
|
582
|
+
# **SCIM++ Properties:**
|
583
|
+
# - caseExact: false
|
584
|
+
# - multiValued: false
|
585
|
+
# - mutability: readWrite
|
586
|
+
# - required: false
|
587
|
+
# - returned: default
|
588
|
+
# - type: string
|
589
|
+
# - uniqueness: none
|
590
|
+
# @return [String]
|
591
|
+
attr_accessor :custom_html_location
|
592
|
+
|
593
|
+
# Storage URL location where the sanitized custom css is located
|
594
|
+
#
|
595
|
+
# **Added In:** 20.1.3
|
596
|
+
#
|
597
|
+
# **SCIM++ Properties:**
|
598
|
+
# - caseExact: false
|
599
|
+
# - multiValued: false
|
600
|
+
# - mutability: readWrite
|
601
|
+
# - required: false
|
602
|
+
# - returned: default
|
603
|
+
# - type: string
|
604
|
+
# - uniqueness: none
|
605
|
+
# @return [String]
|
606
|
+
attr_accessor :custom_css_location
|
607
|
+
|
608
|
+
# Custom translations (JSON String)
|
609
|
+
#
|
610
|
+
# **Added In:** 20.1.3
|
611
|
+
#
|
612
|
+
# **SCIM++ Properties:**
|
613
|
+
# - caseExact: false
|
614
|
+
# - multiValued: false
|
615
|
+
# - mutability: readWrite
|
616
|
+
# - required: false
|
617
|
+
# - returned: default
|
618
|
+
# - type: string
|
619
|
+
# - uniqueness: none
|
620
|
+
# @return [String]
|
621
|
+
attr_accessor :custom_translation
|
622
|
+
|
623
|
+
# The attribute to store the cloud account name
|
624
|
+
#
|
625
|
+
# **Deprecated Since: 2011192329**
|
626
|
+
#
|
627
|
+
# **SCIM++ Properties:**
|
628
|
+
# - caseExact: false
|
629
|
+
# - multiValued: false
|
630
|
+
# - mutability: readOnly
|
631
|
+
# - required: false
|
632
|
+
# - returned: default
|
633
|
+
# - type: string
|
634
|
+
# - uniqueness: none
|
635
|
+
# @return [String]
|
636
|
+
attr_accessor :cloud_account_name
|
637
|
+
|
638
|
+
# CloudAccountMigration: Enable Custom SIM Migrator Url.
|
639
|
+
#
|
640
|
+
# **Added In:** 2012271618
|
641
|
+
#
|
642
|
+
# **SCIM++ Properties:**
|
643
|
+
# - caseExact: false
|
644
|
+
# - multiValued: false
|
645
|
+
# - mutability: readWrite
|
646
|
+
# - required: false
|
647
|
+
# - returned: default
|
648
|
+
# - type: boolean
|
649
|
+
# - uniqueness: none
|
650
|
+
# @return [BOOLEAN]
|
651
|
+
attr_accessor :cloud_migration_url_enabled
|
652
|
+
|
653
|
+
# If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
|
654
|
+
#
|
655
|
+
# **Added In:** 2012271618
|
656
|
+
#
|
657
|
+
# **SCIM++ Properties:**
|
658
|
+
# - type: string
|
659
|
+
# - multiValued: false
|
660
|
+
# - required: false
|
661
|
+
# - mutability: readWrite
|
662
|
+
# - returned: default
|
663
|
+
# - uniqueness: none
|
664
|
+
# - caseExact: false
|
665
|
+
# @return [String]
|
666
|
+
attr_accessor :cloud_migration_custom_url
|
667
|
+
|
668
|
+
# By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
|
669
|
+
#
|
670
|
+
# **Added In:** 2108190438
|
671
|
+
#
|
672
|
+
# **SCIM++ Properties:**
|
673
|
+
# - caseExact: false
|
674
|
+
# - multiValued: false
|
675
|
+
# - mutability: readWrite
|
676
|
+
# - required: false
|
677
|
+
# - returned: default
|
678
|
+
# - type: boolean
|
679
|
+
# @return [BOOLEAN]
|
680
|
+
attr_accessor :service_admin_cannot_list_other_users
|
681
|
+
|
682
|
+
# Limit the maximum return of members for an AppRole
|
683
|
+
#
|
684
|
+
# **Added In:** 2111112015
|
685
|
+
#
|
686
|
+
# **SCIM++ Properties:**
|
687
|
+
# - idcsMinValue: 0
|
688
|
+
# - multiValued: false
|
689
|
+
# - mutability: readWrite
|
690
|
+
# - required: false
|
691
|
+
# - returned: default
|
692
|
+
# - type: integer
|
693
|
+
# - uniqueness: none
|
694
|
+
# @return [Integer]
|
695
|
+
attr_accessor :max_no_of_app_role_members_to_return
|
696
|
+
|
697
|
+
# Limit the maximum return of CMVA for an App
|
698
|
+
#
|
699
|
+
# **Added In:** 2111112015
|
700
|
+
#
|
701
|
+
# **SCIM++ Properties:**
|
702
|
+
# - idcsMinValue: 0
|
703
|
+
# - multiValued: false
|
704
|
+
# - mutability: readWrite
|
705
|
+
# - required: false
|
706
|
+
# - returned: default
|
707
|
+
# - type: integer
|
708
|
+
# - uniqueness: none
|
709
|
+
# @return [Integer]
|
710
|
+
attr_accessor :max_no_of_app_cmva_to_return
|
711
|
+
|
712
|
+
# Maximum duration for IAM User Principal Session Token expiry
|
713
|
+
#
|
714
|
+
# **Added In:** 2307071836
|
715
|
+
#
|
716
|
+
# **SCIM++ Properties:**
|
717
|
+
# - idcsSearchable: false
|
718
|
+
# - multiValued: false
|
719
|
+
# - mutability: readWrite
|
720
|
+
# - required: false
|
721
|
+
# - returned: default
|
722
|
+
# - type: integer
|
723
|
+
# - uniqueness: none
|
724
|
+
# @return [Integer]
|
725
|
+
attr_accessor :iam_upst_session_expiry
|
726
|
+
|
727
|
+
# @return [OCI::IdentityDomains::Models::SettingsCloudGateCorsSettings]
|
728
|
+
attr_accessor :cloud_gate_cors_settings
|
729
|
+
|
730
|
+
# @return [OCI::IdentityDomains::Models::SettingsCertificateValidation]
|
731
|
+
attr_accessor :certificate_validation
|
732
|
+
|
733
|
+
# Custom claims associated with the specific tenant
|
734
|
+
#
|
735
|
+
# **Added In:** 18.4.2
|
736
|
+
#
|
737
|
+
# **SCIM++ Properties:**
|
738
|
+
# - idcsCompositeKey: [name]
|
739
|
+
# - multiValued: true
|
740
|
+
# - mutability: readWrite
|
741
|
+
# - required: false
|
742
|
+
# - returned: default
|
743
|
+
# - type: complex
|
744
|
+
# - uniqueness: none
|
745
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsTenantCustomClaims>]
|
746
|
+
attr_accessor :tenant_custom_claims
|
747
|
+
|
748
|
+
# Purge Configs for different Resource Types
|
749
|
+
#
|
750
|
+
# **Deprecated Since: 19.1.6**
|
751
|
+
#
|
752
|
+
# **SCIM++ Properties:**
|
753
|
+
# - idcsCompositeKey: [resourceName]
|
754
|
+
# - multiValued: true
|
755
|
+
# - mutability: readWrite
|
756
|
+
# - required: false
|
757
|
+
# - returned: default
|
758
|
+
# - type: complex
|
759
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsPurgeConfigs>]
|
760
|
+
attr_accessor :purge_configs
|
761
|
+
|
762
|
+
# Default name of the Company in different locales
|
763
|
+
#
|
764
|
+
# **Added In:** 18.2.2
|
765
|
+
#
|
766
|
+
# **SCIM++ Properties:**
|
767
|
+
# - idcsCompositeKey: [locale]
|
768
|
+
# - multiValued: true
|
769
|
+
# - mutability: readOnly
|
770
|
+
# - required: false
|
771
|
+
# - returned: default
|
772
|
+
# - type: complex
|
773
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsDefaultCompanyNames>]
|
774
|
+
attr_accessor :default_company_names
|
775
|
+
|
776
|
+
# Default Login text in different locales
|
777
|
+
#
|
778
|
+
# **Added In:** 18.2.2
|
779
|
+
#
|
780
|
+
# **SCIM++ Properties:**
|
781
|
+
# - idcsCompositeKey: [locale]
|
782
|
+
# - multiValued: true
|
783
|
+
# - mutability: readOnly
|
784
|
+
# - required: false
|
785
|
+
# - returned: default
|
786
|
+
# - type: complex
|
787
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsDefaultLoginTexts>]
|
788
|
+
attr_accessor :default_login_texts
|
789
|
+
|
790
|
+
# References to various images
|
791
|
+
#
|
792
|
+
# **Added In:** 18.2.2
|
793
|
+
#
|
794
|
+
# **SCIM++ Properties:**
|
795
|
+
# - idcsCompositeKey: [type]
|
796
|
+
# - multiValued: true
|
797
|
+
# - mutability: readOnly
|
798
|
+
# - required: false
|
799
|
+
# - returned: default
|
800
|
+
# - type: complex
|
801
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsDefaultImages>]
|
802
|
+
attr_accessor :default_images
|
803
|
+
|
804
|
+
# Name of the company in different locales
|
805
|
+
#
|
806
|
+
# **SCIM++ Properties:**
|
807
|
+
# - idcsCompositeKey: [locale]
|
808
|
+
# - multiValued: true
|
809
|
+
# - mutability: readWrite
|
810
|
+
# - required: false
|
811
|
+
# - returned: default
|
812
|
+
# - type: complex
|
813
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsCompanyNames>]
|
814
|
+
attr_accessor :company_names
|
815
|
+
|
816
|
+
# Login text in different locales
|
817
|
+
#
|
818
|
+
# **SCIM++ Properties:**
|
819
|
+
# - idcsCompositeKey: [locale]
|
820
|
+
# - multiValued: true
|
821
|
+
# - mutability: readWrite
|
822
|
+
# - required: false
|
823
|
+
# - returned: default
|
824
|
+
# - type: complex
|
825
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsLoginTexts>]
|
826
|
+
attr_accessor :login_texts
|
827
|
+
|
828
|
+
# References to various images
|
829
|
+
#
|
830
|
+
# **SCIM++ Properties:**
|
831
|
+
# - idcsCompositeKey: [type]
|
832
|
+
# - multiValued: true
|
833
|
+
# - mutability: readWrite
|
834
|
+
# - required: false
|
835
|
+
# - returned: default
|
836
|
+
# - type: complex
|
837
|
+
# @return [Array<OCI::IdentityDomains::Models::SettingsImages>]
|
838
|
+
attr_accessor :images
|
839
|
+
|
840
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
841
|
+
def self.attribute_map
|
842
|
+
{
|
843
|
+
# rubocop:disable Style/SymbolLiteral
|
844
|
+
'id': :'id',
|
845
|
+
'ocid': :'ocid',
|
846
|
+
'schemas': :'schemas',
|
847
|
+
'meta': :'meta',
|
848
|
+
'idcs_created_by': :'idcsCreatedBy',
|
849
|
+
'idcs_last_modified_by': :'idcsLastModifiedBy',
|
850
|
+
'idcs_prevented_operations': :'idcsPreventedOperations',
|
851
|
+
'tags': :'tags',
|
852
|
+
'delete_in_progress': :'deleteInProgress',
|
853
|
+
'idcs_last_upgraded_in_release': :'idcsLastUpgradedInRelease',
|
854
|
+
'domain_ocid': :'domainOcid',
|
855
|
+
'compartment_ocid': :'compartmentOcid',
|
856
|
+
'tenancy_ocid': :'tenancyOcid',
|
857
|
+
'external_id': :'externalId',
|
858
|
+
'contact_emails': :'contactEmails',
|
859
|
+
'custom_branding': :'customBranding',
|
860
|
+
'preferred_language': :'preferredLanguage',
|
861
|
+
'timezone': :'timezone',
|
862
|
+
'diagnostic_record_for_search_identifies_returned_resources': :'diagnosticRecordForSearchIdentifiesReturnedResources',
|
863
|
+
're_auth_when_changing_my_authentication_factors': :'reAuthWhenChangingMyAuthenticationFactors',
|
864
|
+
're_auth_factor': :'reAuthFactor',
|
865
|
+
'locale': :'locale',
|
866
|
+
'csr_access': :'csrAccess',
|
867
|
+
'signing_cert_public_access': :'signingCertPublicAccess',
|
868
|
+
'sub_mapping_attr': :'subMappingAttr',
|
869
|
+
'account_always_trust_scope': :'accountAlwaysTrustScope',
|
870
|
+
'default_trust_scope': :'defaultTrustScope',
|
871
|
+
'issuer': :'issuer',
|
872
|
+
'prev_issuer': :'prevIssuer',
|
873
|
+
'diagnostic_level': :'diagnosticLevel',
|
874
|
+
'diagnostic_tracing_upto': :'diagnosticTracingUpto',
|
875
|
+
'allowed_domains': :'allowedDomains',
|
876
|
+
'enable_terms_of_use': :'enableTermsOfUse',
|
877
|
+
'terms_of_use_url': :'termsOfUseUrl',
|
878
|
+
'privacy_policy_url': :'privacyPolicyUrl',
|
879
|
+
'migration_status': :'migrationStatus',
|
880
|
+
'on_premises_provisioning': :'onPremisesProvisioning',
|
881
|
+
'allowed_forgot_password_flow_return_urls': :'allowedForgotPasswordFlowReturnUrls',
|
882
|
+
'allowed_notification_redirect_urls': :'allowedNotificationRedirectUrls',
|
883
|
+
'audit_event_retention_period': :'auditEventRetentionPeriod',
|
884
|
+
'is_hosted_page': :'isHostedPage',
|
885
|
+
'custom_html_location': :'customHtmlLocation',
|
886
|
+
'custom_css_location': :'customCssLocation',
|
887
|
+
'custom_translation': :'customTranslation',
|
888
|
+
'cloud_account_name': :'cloudAccountName',
|
889
|
+
'cloud_migration_url_enabled': :'cloudMigrationUrlEnabled',
|
890
|
+
'cloud_migration_custom_url': :'cloudMigrationCustomUrl',
|
891
|
+
'service_admin_cannot_list_other_users': :'serviceAdminCannotListOtherUsers',
|
892
|
+
'max_no_of_app_role_members_to_return': :'maxNoOfAppRoleMembersToReturn',
|
893
|
+
'max_no_of_app_cmva_to_return': :'maxNoOfAppCMVAToReturn',
|
894
|
+
'iam_upst_session_expiry': :'iamUpstSessionExpiry',
|
895
|
+
'cloud_gate_cors_settings': :'cloudGateCorsSettings',
|
896
|
+
'certificate_validation': :'certificateValidation',
|
897
|
+
'tenant_custom_claims': :'tenantCustomClaims',
|
898
|
+
'purge_configs': :'purgeConfigs',
|
899
|
+
'default_company_names': :'defaultCompanyNames',
|
900
|
+
'default_login_texts': :'defaultLoginTexts',
|
901
|
+
'default_images': :'defaultImages',
|
902
|
+
'company_names': :'companyNames',
|
903
|
+
'login_texts': :'loginTexts',
|
904
|
+
'images': :'images'
|
905
|
+
# rubocop:enable Style/SymbolLiteral
|
906
|
+
}
|
907
|
+
end
|
908
|
+
|
909
|
+
# Attribute type mapping.
|
910
|
+
def self.swagger_types
|
911
|
+
{
|
912
|
+
# rubocop:disable Style/SymbolLiteral
|
913
|
+
'id': :'String',
|
914
|
+
'ocid': :'String',
|
915
|
+
'schemas': :'Array<String>',
|
916
|
+
'meta': :'OCI::IdentityDomains::Models::Meta',
|
917
|
+
'idcs_created_by': :'OCI::IdentityDomains::Models::IdcsCreatedBy',
|
918
|
+
'idcs_last_modified_by': :'OCI::IdentityDomains::Models::IdcsLastModifiedBy',
|
919
|
+
'idcs_prevented_operations': :'Array<String>',
|
920
|
+
'tags': :'Array<OCI::IdentityDomains::Models::Tags>',
|
921
|
+
'delete_in_progress': :'BOOLEAN',
|
922
|
+
'idcs_last_upgraded_in_release': :'String',
|
923
|
+
'domain_ocid': :'String',
|
924
|
+
'compartment_ocid': :'String',
|
925
|
+
'tenancy_ocid': :'String',
|
926
|
+
'external_id': :'String',
|
927
|
+
'contact_emails': :'Array<String>',
|
928
|
+
'custom_branding': :'BOOLEAN',
|
929
|
+
'preferred_language': :'String',
|
930
|
+
'timezone': :'String',
|
931
|
+
'diagnostic_record_for_search_identifies_returned_resources': :'BOOLEAN',
|
932
|
+
're_auth_when_changing_my_authentication_factors': :'BOOLEAN',
|
933
|
+
're_auth_factor': :'Array<String>',
|
934
|
+
'locale': :'String',
|
935
|
+
'csr_access': :'String',
|
936
|
+
'signing_cert_public_access': :'BOOLEAN',
|
937
|
+
'sub_mapping_attr': :'String',
|
938
|
+
'account_always_trust_scope': :'BOOLEAN',
|
939
|
+
'default_trust_scope': :'String',
|
940
|
+
'issuer': :'String',
|
941
|
+
'prev_issuer': :'String',
|
942
|
+
'diagnostic_level': :'Integer',
|
943
|
+
'diagnostic_tracing_upto': :'String',
|
944
|
+
'allowed_domains': :'Array<String>',
|
945
|
+
'enable_terms_of_use': :'BOOLEAN',
|
946
|
+
'terms_of_use_url': :'String',
|
947
|
+
'privacy_policy_url': :'String',
|
948
|
+
'migration_status': :'String',
|
949
|
+
'on_premises_provisioning': :'BOOLEAN',
|
950
|
+
'allowed_forgot_password_flow_return_urls': :'Array<String>',
|
951
|
+
'allowed_notification_redirect_urls': :'Array<String>',
|
952
|
+
'audit_event_retention_period': :'Integer',
|
953
|
+
'is_hosted_page': :'BOOLEAN',
|
954
|
+
'custom_html_location': :'String',
|
955
|
+
'custom_css_location': :'String',
|
956
|
+
'custom_translation': :'String',
|
957
|
+
'cloud_account_name': :'String',
|
958
|
+
'cloud_migration_url_enabled': :'BOOLEAN',
|
959
|
+
'cloud_migration_custom_url': :'String',
|
960
|
+
'service_admin_cannot_list_other_users': :'BOOLEAN',
|
961
|
+
'max_no_of_app_role_members_to_return': :'Integer',
|
962
|
+
'max_no_of_app_cmva_to_return': :'Integer',
|
963
|
+
'iam_upst_session_expiry': :'Integer',
|
964
|
+
'cloud_gate_cors_settings': :'OCI::IdentityDomains::Models::SettingsCloudGateCorsSettings',
|
965
|
+
'certificate_validation': :'OCI::IdentityDomains::Models::SettingsCertificateValidation',
|
966
|
+
'tenant_custom_claims': :'Array<OCI::IdentityDomains::Models::SettingsTenantCustomClaims>',
|
967
|
+
'purge_configs': :'Array<OCI::IdentityDomains::Models::SettingsPurgeConfigs>',
|
968
|
+
'default_company_names': :'Array<OCI::IdentityDomains::Models::SettingsDefaultCompanyNames>',
|
969
|
+
'default_login_texts': :'Array<OCI::IdentityDomains::Models::SettingsDefaultLoginTexts>',
|
970
|
+
'default_images': :'Array<OCI::IdentityDomains::Models::SettingsDefaultImages>',
|
971
|
+
'company_names': :'Array<OCI::IdentityDomains::Models::SettingsCompanyNames>',
|
972
|
+
'login_texts': :'Array<OCI::IdentityDomains::Models::SettingsLoginTexts>',
|
973
|
+
'images': :'Array<OCI::IdentityDomains::Models::SettingsImages>'
|
974
|
+
# rubocop:enable Style/SymbolLiteral
|
975
|
+
}
|
976
|
+
end
|
977
|
+
|
978
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
979
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
980
|
+
|
981
|
+
|
982
|
+
# Initializes the object
|
983
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
984
|
+
# @option attributes [String] :id The value to assign to the {#id} property
|
985
|
+
# @option attributes [String] :ocid The value to assign to the {#ocid} property
|
986
|
+
# @option attributes [Array<String>] :schemas The value to assign to the {#schemas} property
|
987
|
+
# @option attributes [OCI::IdentityDomains::Models::Meta] :meta The value to assign to the {#meta} property
|
988
|
+
# @option attributes [OCI::IdentityDomains::Models::IdcsCreatedBy] :idcs_created_by The value to assign to the {#idcs_created_by} property
|
989
|
+
# @option attributes [OCI::IdentityDomains::Models::IdcsLastModifiedBy] :idcs_last_modified_by The value to assign to the {#idcs_last_modified_by} property
|
990
|
+
# @option attributes [Array<String>] :idcs_prevented_operations The value to assign to the {#idcs_prevented_operations} property
|
991
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::Tags>] :tags The value to assign to the {#tags} property
|
992
|
+
# @option attributes [BOOLEAN] :delete_in_progress The value to assign to the {#delete_in_progress} property
|
993
|
+
# @option attributes [String] :idcs_last_upgraded_in_release The value to assign to the {#idcs_last_upgraded_in_release} property
|
994
|
+
# @option attributes [String] :domain_ocid The value to assign to the {#domain_ocid} property
|
995
|
+
# @option attributes [String] :compartment_ocid The value to assign to the {#compartment_ocid} property
|
996
|
+
# @option attributes [String] :tenancy_ocid The value to assign to the {#tenancy_ocid} property
|
997
|
+
# @option attributes [String] :external_id The value to assign to the {#external_id} property
|
998
|
+
# @option attributes [Array<String>] :contact_emails The value to assign to the {#contact_emails} property
|
999
|
+
# @option attributes [BOOLEAN] :custom_branding The value to assign to the {#custom_branding} property
|
1000
|
+
# @option attributes [String] :preferred_language The value to assign to the {#preferred_language} property
|
1001
|
+
# @option attributes [String] :timezone The value to assign to the {#timezone} property
|
1002
|
+
# @option attributes [BOOLEAN] :diagnostic_record_for_search_identifies_returned_resources The value to assign to the {#diagnostic_record_for_search_identifies_returned_resources} property
|
1003
|
+
# @option attributes [BOOLEAN] :re_auth_when_changing_my_authentication_factors The value to assign to the {#re_auth_when_changing_my_authentication_factors} property
|
1004
|
+
# @option attributes [Array<String>] :re_auth_factor The value to assign to the {#re_auth_factor} property
|
1005
|
+
# @option attributes [String] :locale The value to assign to the {#locale} property
|
1006
|
+
# @option attributes [String] :csr_access The value to assign to the {#csr_access} property
|
1007
|
+
# @option attributes [BOOLEAN] :signing_cert_public_access The value to assign to the {#signing_cert_public_access} property
|
1008
|
+
# @option attributes [String] :sub_mapping_attr The value to assign to the {#sub_mapping_attr} property
|
1009
|
+
# @option attributes [BOOLEAN] :account_always_trust_scope The value to assign to the {#account_always_trust_scope} property
|
1010
|
+
# @option attributes [String] :default_trust_scope The value to assign to the {#default_trust_scope} property
|
1011
|
+
# @option attributes [String] :issuer The value to assign to the {#issuer} property
|
1012
|
+
# @option attributes [String] :prev_issuer The value to assign to the {#prev_issuer} property
|
1013
|
+
# @option attributes [Integer] :diagnostic_level The value to assign to the {#diagnostic_level} property
|
1014
|
+
# @option attributes [String] :diagnostic_tracing_upto The value to assign to the {#diagnostic_tracing_upto} property
|
1015
|
+
# @option attributes [Array<String>] :allowed_domains The value to assign to the {#allowed_domains} property
|
1016
|
+
# @option attributes [BOOLEAN] :enable_terms_of_use The value to assign to the {#enable_terms_of_use} property
|
1017
|
+
# @option attributes [String] :terms_of_use_url The value to assign to the {#terms_of_use_url} property
|
1018
|
+
# @option attributes [String] :privacy_policy_url The value to assign to the {#privacy_policy_url} property
|
1019
|
+
# @option attributes [String] :migration_status The value to assign to the {#migration_status} property
|
1020
|
+
# @option attributes [BOOLEAN] :on_premises_provisioning The value to assign to the {#on_premises_provisioning} property
|
1021
|
+
# @option attributes [Array<String>] :allowed_forgot_password_flow_return_urls The value to assign to the {#allowed_forgot_password_flow_return_urls} property
|
1022
|
+
# @option attributes [Array<String>] :allowed_notification_redirect_urls The value to assign to the {#allowed_notification_redirect_urls} property
|
1023
|
+
# @option attributes [Integer] :audit_event_retention_period The value to assign to the {#audit_event_retention_period} property
|
1024
|
+
# @option attributes [BOOLEAN] :is_hosted_page The value to assign to the {#is_hosted_page} property
|
1025
|
+
# @option attributes [String] :custom_html_location The value to assign to the {#custom_html_location} property
|
1026
|
+
# @option attributes [String] :custom_css_location The value to assign to the {#custom_css_location} property
|
1027
|
+
# @option attributes [String] :custom_translation The value to assign to the {#custom_translation} property
|
1028
|
+
# @option attributes [String] :cloud_account_name The value to assign to the {#cloud_account_name} property
|
1029
|
+
# @option attributes [BOOLEAN] :cloud_migration_url_enabled The value to assign to the {#cloud_migration_url_enabled} property
|
1030
|
+
# @option attributes [String] :cloud_migration_custom_url The value to assign to the {#cloud_migration_custom_url} property
|
1031
|
+
# @option attributes [BOOLEAN] :service_admin_cannot_list_other_users The value to assign to the {#service_admin_cannot_list_other_users} property
|
1032
|
+
# @option attributes [Integer] :max_no_of_app_role_members_to_return The value to assign to the {#max_no_of_app_role_members_to_return} property
|
1033
|
+
# @option attributes [Integer] :max_no_of_app_cmva_to_return The value to assign to the {#max_no_of_app_cmva_to_return} property
|
1034
|
+
# @option attributes [Integer] :iam_upst_session_expiry The value to assign to the {#iam_upst_session_expiry} property
|
1035
|
+
# @option attributes [OCI::IdentityDomains::Models::SettingsCloudGateCorsSettings] :cloud_gate_cors_settings The value to assign to the {#cloud_gate_cors_settings} property
|
1036
|
+
# @option attributes [OCI::IdentityDomains::Models::SettingsCertificateValidation] :certificate_validation The value to assign to the {#certificate_validation} property
|
1037
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsTenantCustomClaims>] :tenant_custom_claims The value to assign to the {#tenant_custom_claims} property
|
1038
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsPurgeConfigs>] :purge_configs The value to assign to the {#purge_configs} property
|
1039
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsDefaultCompanyNames>] :default_company_names The value to assign to the {#default_company_names} property
|
1040
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsDefaultLoginTexts>] :default_login_texts The value to assign to the {#default_login_texts} property
|
1041
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsDefaultImages>] :default_images The value to assign to the {#default_images} property
|
1042
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsCompanyNames>] :company_names The value to assign to the {#company_names} property
|
1043
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsLoginTexts>] :login_texts The value to assign to the {#login_texts} property
|
1044
|
+
# @option attributes [Array<OCI::IdentityDomains::Models::SettingsImages>] :images The value to assign to the {#images} property
|
1045
|
+
def initialize(attributes = {})
|
1046
|
+
return unless attributes.is_a?(Hash)
|
1047
|
+
|
1048
|
+
# convert string to symbol for hash key
|
1049
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
1050
|
+
|
1051
|
+
self.id = attributes[:'id'] if attributes[:'id']
|
1052
|
+
|
1053
|
+
self.ocid = attributes[:'ocid'] if attributes[:'ocid']
|
1054
|
+
|
1055
|
+
self.schemas = attributes[:'schemas'] if attributes[:'schemas']
|
1056
|
+
|
1057
|
+
self.meta = attributes[:'meta'] if attributes[:'meta']
|
1058
|
+
|
1059
|
+
self.idcs_created_by = attributes[:'idcsCreatedBy'] if attributes[:'idcsCreatedBy']
|
1060
|
+
|
1061
|
+
raise 'You cannot provide both :idcsCreatedBy and :idcs_created_by' if attributes.key?(:'idcsCreatedBy') && attributes.key?(:'idcs_created_by')
|
1062
|
+
|
1063
|
+
self.idcs_created_by = attributes[:'idcs_created_by'] if attributes[:'idcs_created_by']
|
1064
|
+
|
1065
|
+
self.idcs_last_modified_by = attributes[:'idcsLastModifiedBy'] if attributes[:'idcsLastModifiedBy']
|
1066
|
+
|
1067
|
+
raise 'You cannot provide both :idcsLastModifiedBy and :idcs_last_modified_by' if attributes.key?(:'idcsLastModifiedBy') && attributes.key?(:'idcs_last_modified_by')
|
1068
|
+
|
1069
|
+
self.idcs_last_modified_by = attributes[:'idcs_last_modified_by'] if attributes[:'idcs_last_modified_by']
|
1070
|
+
|
1071
|
+
self.idcs_prevented_operations = attributes[:'idcsPreventedOperations'] if attributes[:'idcsPreventedOperations']
|
1072
|
+
|
1073
|
+
raise 'You cannot provide both :idcsPreventedOperations and :idcs_prevented_operations' if attributes.key?(:'idcsPreventedOperations') && attributes.key?(:'idcs_prevented_operations')
|
1074
|
+
|
1075
|
+
self.idcs_prevented_operations = attributes[:'idcs_prevented_operations'] if attributes[:'idcs_prevented_operations']
|
1076
|
+
|
1077
|
+
self.tags = attributes[:'tags'] if attributes[:'tags']
|
1078
|
+
|
1079
|
+
self.delete_in_progress = attributes[:'deleteInProgress'] unless attributes[:'deleteInProgress'].nil?
|
1080
|
+
|
1081
|
+
raise 'You cannot provide both :deleteInProgress and :delete_in_progress' if attributes.key?(:'deleteInProgress') && attributes.key?(:'delete_in_progress')
|
1082
|
+
|
1083
|
+
self.delete_in_progress = attributes[:'delete_in_progress'] unless attributes[:'delete_in_progress'].nil?
|
1084
|
+
|
1085
|
+
self.idcs_last_upgraded_in_release = attributes[:'idcsLastUpgradedInRelease'] if attributes[:'idcsLastUpgradedInRelease']
|
1086
|
+
|
1087
|
+
raise 'You cannot provide both :idcsLastUpgradedInRelease and :idcs_last_upgraded_in_release' if attributes.key?(:'idcsLastUpgradedInRelease') && attributes.key?(:'idcs_last_upgraded_in_release')
|
1088
|
+
|
1089
|
+
self.idcs_last_upgraded_in_release = attributes[:'idcs_last_upgraded_in_release'] if attributes[:'idcs_last_upgraded_in_release']
|
1090
|
+
|
1091
|
+
self.domain_ocid = attributes[:'domainOcid'] if attributes[:'domainOcid']
|
1092
|
+
|
1093
|
+
raise 'You cannot provide both :domainOcid and :domain_ocid' if attributes.key?(:'domainOcid') && attributes.key?(:'domain_ocid')
|
1094
|
+
|
1095
|
+
self.domain_ocid = attributes[:'domain_ocid'] if attributes[:'domain_ocid']
|
1096
|
+
|
1097
|
+
self.compartment_ocid = attributes[:'compartmentOcid'] if attributes[:'compartmentOcid']
|
1098
|
+
|
1099
|
+
raise 'You cannot provide both :compartmentOcid and :compartment_ocid' if attributes.key?(:'compartmentOcid') && attributes.key?(:'compartment_ocid')
|
1100
|
+
|
1101
|
+
self.compartment_ocid = attributes[:'compartment_ocid'] if attributes[:'compartment_ocid']
|
1102
|
+
|
1103
|
+
self.tenancy_ocid = attributes[:'tenancyOcid'] if attributes[:'tenancyOcid']
|
1104
|
+
|
1105
|
+
raise 'You cannot provide both :tenancyOcid and :tenancy_ocid' if attributes.key?(:'tenancyOcid') && attributes.key?(:'tenancy_ocid')
|
1106
|
+
|
1107
|
+
self.tenancy_ocid = attributes[:'tenancy_ocid'] if attributes[:'tenancy_ocid']
|
1108
|
+
|
1109
|
+
self.external_id = attributes[:'externalId'] if attributes[:'externalId']
|
1110
|
+
|
1111
|
+
raise 'You cannot provide both :externalId and :external_id' if attributes.key?(:'externalId') && attributes.key?(:'external_id')
|
1112
|
+
|
1113
|
+
self.external_id = attributes[:'external_id'] if attributes[:'external_id']
|
1114
|
+
|
1115
|
+
self.contact_emails = attributes[:'contactEmails'] if attributes[:'contactEmails']
|
1116
|
+
|
1117
|
+
raise 'You cannot provide both :contactEmails and :contact_emails' if attributes.key?(:'contactEmails') && attributes.key?(:'contact_emails')
|
1118
|
+
|
1119
|
+
self.contact_emails = attributes[:'contact_emails'] if attributes[:'contact_emails']
|
1120
|
+
|
1121
|
+
self.custom_branding = attributes[:'customBranding'] unless attributes[:'customBranding'].nil?
|
1122
|
+
|
1123
|
+
raise 'You cannot provide both :customBranding and :custom_branding' if attributes.key?(:'customBranding') && attributes.key?(:'custom_branding')
|
1124
|
+
|
1125
|
+
self.custom_branding = attributes[:'custom_branding'] unless attributes[:'custom_branding'].nil?
|
1126
|
+
|
1127
|
+
self.preferred_language = attributes[:'preferredLanguage'] if attributes[:'preferredLanguage']
|
1128
|
+
|
1129
|
+
raise 'You cannot provide both :preferredLanguage and :preferred_language' if attributes.key?(:'preferredLanguage') && attributes.key?(:'preferred_language')
|
1130
|
+
|
1131
|
+
self.preferred_language = attributes[:'preferred_language'] if attributes[:'preferred_language']
|
1132
|
+
|
1133
|
+
self.timezone = attributes[:'timezone'] if attributes[:'timezone']
|
1134
|
+
|
1135
|
+
self.diagnostic_record_for_search_identifies_returned_resources = attributes[:'diagnosticRecordForSearchIdentifiesReturnedResources'] unless attributes[:'diagnosticRecordForSearchIdentifiesReturnedResources'].nil?
|
1136
|
+
|
1137
|
+
raise 'You cannot provide both :diagnosticRecordForSearchIdentifiesReturnedResources and :diagnostic_record_for_search_identifies_returned_resources' if attributes.key?(:'diagnosticRecordForSearchIdentifiesReturnedResources') && attributes.key?(:'diagnostic_record_for_search_identifies_returned_resources')
|
1138
|
+
|
1139
|
+
self.diagnostic_record_for_search_identifies_returned_resources = attributes[:'diagnostic_record_for_search_identifies_returned_resources'] unless attributes[:'diagnostic_record_for_search_identifies_returned_resources'].nil?
|
1140
|
+
|
1141
|
+
self.re_auth_when_changing_my_authentication_factors = attributes[:'reAuthWhenChangingMyAuthenticationFactors'] unless attributes[:'reAuthWhenChangingMyAuthenticationFactors'].nil?
|
1142
|
+
|
1143
|
+
raise 'You cannot provide both :reAuthWhenChangingMyAuthenticationFactors and :re_auth_when_changing_my_authentication_factors' if attributes.key?(:'reAuthWhenChangingMyAuthenticationFactors') && attributes.key?(:'re_auth_when_changing_my_authentication_factors')
|
1144
|
+
|
1145
|
+
self.re_auth_when_changing_my_authentication_factors = attributes[:'re_auth_when_changing_my_authentication_factors'] unless attributes[:'re_auth_when_changing_my_authentication_factors'].nil?
|
1146
|
+
|
1147
|
+
self.re_auth_factor = attributes[:'reAuthFactor'] if attributes[:'reAuthFactor']
|
1148
|
+
|
1149
|
+
raise 'You cannot provide both :reAuthFactor and :re_auth_factor' if attributes.key?(:'reAuthFactor') && attributes.key?(:'re_auth_factor')
|
1150
|
+
|
1151
|
+
self.re_auth_factor = attributes[:'re_auth_factor'] if attributes[:'re_auth_factor']
|
1152
|
+
|
1153
|
+
self.locale = attributes[:'locale'] if attributes[:'locale']
|
1154
|
+
|
1155
|
+
self.csr_access = attributes[:'csrAccess'] if attributes[:'csrAccess']
|
1156
|
+
|
1157
|
+
raise 'You cannot provide both :csrAccess and :csr_access' if attributes.key?(:'csrAccess') && attributes.key?(:'csr_access')
|
1158
|
+
|
1159
|
+
self.csr_access = attributes[:'csr_access'] if attributes[:'csr_access']
|
1160
|
+
|
1161
|
+
self.signing_cert_public_access = attributes[:'signingCertPublicAccess'] unless attributes[:'signingCertPublicAccess'].nil?
|
1162
|
+
|
1163
|
+
raise 'You cannot provide both :signingCertPublicAccess and :signing_cert_public_access' if attributes.key?(:'signingCertPublicAccess') && attributes.key?(:'signing_cert_public_access')
|
1164
|
+
|
1165
|
+
self.signing_cert_public_access = attributes[:'signing_cert_public_access'] unless attributes[:'signing_cert_public_access'].nil?
|
1166
|
+
|
1167
|
+
self.sub_mapping_attr = attributes[:'subMappingAttr'] if attributes[:'subMappingAttr']
|
1168
|
+
|
1169
|
+
raise 'You cannot provide both :subMappingAttr and :sub_mapping_attr' if attributes.key?(:'subMappingAttr') && attributes.key?(:'sub_mapping_attr')
|
1170
|
+
|
1171
|
+
self.sub_mapping_attr = attributes[:'sub_mapping_attr'] if attributes[:'sub_mapping_attr']
|
1172
|
+
|
1173
|
+
self.account_always_trust_scope = attributes[:'accountAlwaysTrustScope'] unless attributes[:'accountAlwaysTrustScope'].nil?
|
1174
|
+
|
1175
|
+
raise 'You cannot provide both :accountAlwaysTrustScope and :account_always_trust_scope' if attributes.key?(:'accountAlwaysTrustScope') && attributes.key?(:'account_always_trust_scope')
|
1176
|
+
|
1177
|
+
self.account_always_trust_scope = attributes[:'account_always_trust_scope'] unless attributes[:'account_always_trust_scope'].nil?
|
1178
|
+
|
1179
|
+
self.default_trust_scope = attributes[:'defaultTrustScope'] if attributes[:'defaultTrustScope']
|
1180
|
+
|
1181
|
+
raise 'You cannot provide both :defaultTrustScope and :default_trust_scope' if attributes.key?(:'defaultTrustScope') && attributes.key?(:'default_trust_scope')
|
1182
|
+
|
1183
|
+
self.default_trust_scope = attributes[:'default_trust_scope'] if attributes[:'default_trust_scope']
|
1184
|
+
|
1185
|
+
self.issuer = attributes[:'issuer'] if attributes[:'issuer']
|
1186
|
+
|
1187
|
+
self.prev_issuer = attributes[:'prevIssuer'] if attributes[:'prevIssuer']
|
1188
|
+
|
1189
|
+
raise 'You cannot provide both :prevIssuer and :prev_issuer' if attributes.key?(:'prevIssuer') && attributes.key?(:'prev_issuer')
|
1190
|
+
|
1191
|
+
self.prev_issuer = attributes[:'prev_issuer'] if attributes[:'prev_issuer']
|
1192
|
+
|
1193
|
+
self.diagnostic_level = attributes[:'diagnosticLevel'] if attributes[:'diagnosticLevel']
|
1194
|
+
|
1195
|
+
raise 'You cannot provide both :diagnosticLevel and :diagnostic_level' if attributes.key?(:'diagnosticLevel') && attributes.key?(:'diagnostic_level')
|
1196
|
+
|
1197
|
+
self.diagnostic_level = attributes[:'diagnostic_level'] if attributes[:'diagnostic_level']
|
1198
|
+
|
1199
|
+
self.diagnostic_tracing_upto = attributes[:'diagnosticTracingUpto'] if attributes[:'diagnosticTracingUpto']
|
1200
|
+
|
1201
|
+
raise 'You cannot provide both :diagnosticTracingUpto and :diagnostic_tracing_upto' if attributes.key?(:'diagnosticTracingUpto') && attributes.key?(:'diagnostic_tracing_upto')
|
1202
|
+
|
1203
|
+
self.diagnostic_tracing_upto = attributes[:'diagnostic_tracing_upto'] if attributes[:'diagnostic_tracing_upto']
|
1204
|
+
|
1205
|
+
self.allowed_domains = attributes[:'allowedDomains'] if attributes[:'allowedDomains']
|
1206
|
+
|
1207
|
+
raise 'You cannot provide both :allowedDomains and :allowed_domains' if attributes.key?(:'allowedDomains') && attributes.key?(:'allowed_domains')
|
1208
|
+
|
1209
|
+
self.allowed_domains = attributes[:'allowed_domains'] if attributes[:'allowed_domains']
|
1210
|
+
|
1211
|
+
self.enable_terms_of_use = attributes[:'enableTermsOfUse'] unless attributes[:'enableTermsOfUse'].nil?
|
1212
|
+
|
1213
|
+
raise 'You cannot provide both :enableTermsOfUse and :enable_terms_of_use' if attributes.key?(:'enableTermsOfUse') && attributes.key?(:'enable_terms_of_use')
|
1214
|
+
|
1215
|
+
self.enable_terms_of_use = attributes[:'enable_terms_of_use'] unless attributes[:'enable_terms_of_use'].nil?
|
1216
|
+
|
1217
|
+
self.terms_of_use_url = attributes[:'termsOfUseUrl'] if attributes[:'termsOfUseUrl']
|
1218
|
+
|
1219
|
+
raise 'You cannot provide both :termsOfUseUrl and :terms_of_use_url' if attributes.key?(:'termsOfUseUrl') && attributes.key?(:'terms_of_use_url')
|
1220
|
+
|
1221
|
+
self.terms_of_use_url = attributes[:'terms_of_use_url'] if attributes[:'terms_of_use_url']
|
1222
|
+
|
1223
|
+
self.privacy_policy_url = attributes[:'privacyPolicyUrl'] if attributes[:'privacyPolicyUrl']
|
1224
|
+
|
1225
|
+
raise 'You cannot provide both :privacyPolicyUrl and :privacy_policy_url' if attributes.key?(:'privacyPolicyUrl') && attributes.key?(:'privacy_policy_url')
|
1226
|
+
|
1227
|
+
self.privacy_policy_url = attributes[:'privacy_policy_url'] if attributes[:'privacy_policy_url']
|
1228
|
+
|
1229
|
+
self.migration_status = attributes[:'migrationStatus'] if attributes[:'migrationStatus']
|
1230
|
+
|
1231
|
+
raise 'You cannot provide both :migrationStatus and :migration_status' if attributes.key?(:'migrationStatus') && attributes.key?(:'migration_status')
|
1232
|
+
|
1233
|
+
self.migration_status = attributes[:'migration_status'] if attributes[:'migration_status']
|
1234
|
+
|
1235
|
+
self.on_premises_provisioning = attributes[:'onPremisesProvisioning'] unless attributes[:'onPremisesProvisioning'].nil?
|
1236
|
+
|
1237
|
+
raise 'You cannot provide both :onPremisesProvisioning and :on_premises_provisioning' if attributes.key?(:'onPremisesProvisioning') && attributes.key?(:'on_premises_provisioning')
|
1238
|
+
|
1239
|
+
self.on_premises_provisioning = attributes[:'on_premises_provisioning'] unless attributes[:'on_premises_provisioning'].nil?
|
1240
|
+
|
1241
|
+
self.allowed_forgot_password_flow_return_urls = attributes[:'allowedForgotPasswordFlowReturnUrls'] if attributes[:'allowedForgotPasswordFlowReturnUrls']
|
1242
|
+
|
1243
|
+
raise 'You cannot provide both :allowedForgotPasswordFlowReturnUrls and :allowed_forgot_password_flow_return_urls' if attributes.key?(:'allowedForgotPasswordFlowReturnUrls') && attributes.key?(:'allowed_forgot_password_flow_return_urls')
|
1244
|
+
|
1245
|
+
self.allowed_forgot_password_flow_return_urls = attributes[:'allowed_forgot_password_flow_return_urls'] if attributes[:'allowed_forgot_password_flow_return_urls']
|
1246
|
+
|
1247
|
+
self.allowed_notification_redirect_urls = attributes[:'allowedNotificationRedirectUrls'] if attributes[:'allowedNotificationRedirectUrls']
|
1248
|
+
|
1249
|
+
raise 'You cannot provide both :allowedNotificationRedirectUrls and :allowed_notification_redirect_urls' if attributes.key?(:'allowedNotificationRedirectUrls') && attributes.key?(:'allowed_notification_redirect_urls')
|
1250
|
+
|
1251
|
+
self.allowed_notification_redirect_urls = attributes[:'allowed_notification_redirect_urls'] if attributes[:'allowed_notification_redirect_urls']
|
1252
|
+
|
1253
|
+
self.audit_event_retention_period = attributes[:'auditEventRetentionPeriod'] if attributes[:'auditEventRetentionPeriod']
|
1254
|
+
|
1255
|
+
raise 'You cannot provide both :auditEventRetentionPeriod and :audit_event_retention_period' if attributes.key?(:'auditEventRetentionPeriod') && attributes.key?(:'audit_event_retention_period')
|
1256
|
+
|
1257
|
+
self.audit_event_retention_period = attributes[:'audit_event_retention_period'] if attributes[:'audit_event_retention_period']
|
1258
|
+
|
1259
|
+
self.is_hosted_page = attributes[:'isHostedPage'] unless attributes[:'isHostedPage'].nil?
|
1260
|
+
|
1261
|
+
raise 'You cannot provide both :isHostedPage and :is_hosted_page' if attributes.key?(:'isHostedPage') && attributes.key?(:'is_hosted_page')
|
1262
|
+
|
1263
|
+
self.is_hosted_page = attributes[:'is_hosted_page'] unless attributes[:'is_hosted_page'].nil?
|
1264
|
+
|
1265
|
+
self.custom_html_location = attributes[:'customHtmlLocation'] if attributes[:'customHtmlLocation']
|
1266
|
+
|
1267
|
+
raise 'You cannot provide both :customHtmlLocation and :custom_html_location' if attributes.key?(:'customHtmlLocation') && attributes.key?(:'custom_html_location')
|
1268
|
+
|
1269
|
+
self.custom_html_location = attributes[:'custom_html_location'] if attributes[:'custom_html_location']
|
1270
|
+
|
1271
|
+
self.custom_css_location = attributes[:'customCssLocation'] if attributes[:'customCssLocation']
|
1272
|
+
|
1273
|
+
raise 'You cannot provide both :customCssLocation and :custom_css_location' if attributes.key?(:'customCssLocation') && attributes.key?(:'custom_css_location')
|
1274
|
+
|
1275
|
+
self.custom_css_location = attributes[:'custom_css_location'] if attributes[:'custom_css_location']
|
1276
|
+
|
1277
|
+
self.custom_translation = attributes[:'customTranslation'] if attributes[:'customTranslation']
|
1278
|
+
|
1279
|
+
raise 'You cannot provide both :customTranslation and :custom_translation' if attributes.key?(:'customTranslation') && attributes.key?(:'custom_translation')
|
1280
|
+
|
1281
|
+
self.custom_translation = attributes[:'custom_translation'] if attributes[:'custom_translation']
|
1282
|
+
|
1283
|
+
self.cloud_account_name = attributes[:'cloudAccountName'] if attributes[:'cloudAccountName']
|
1284
|
+
|
1285
|
+
raise 'You cannot provide both :cloudAccountName and :cloud_account_name' if attributes.key?(:'cloudAccountName') && attributes.key?(:'cloud_account_name')
|
1286
|
+
|
1287
|
+
self.cloud_account_name = attributes[:'cloud_account_name'] if attributes[:'cloud_account_name']
|
1288
|
+
|
1289
|
+
self.cloud_migration_url_enabled = attributes[:'cloudMigrationUrlEnabled'] unless attributes[:'cloudMigrationUrlEnabled'].nil?
|
1290
|
+
|
1291
|
+
raise 'You cannot provide both :cloudMigrationUrlEnabled and :cloud_migration_url_enabled' if attributes.key?(:'cloudMigrationUrlEnabled') && attributes.key?(:'cloud_migration_url_enabled')
|
1292
|
+
|
1293
|
+
self.cloud_migration_url_enabled = attributes[:'cloud_migration_url_enabled'] unless attributes[:'cloud_migration_url_enabled'].nil?
|
1294
|
+
|
1295
|
+
self.cloud_migration_custom_url = attributes[:'cloudMigrationCustomUrl'] if attributes[:'cloudMigrationCustomUrl']
|
1296
|
+
|
1297
|
+
raise 'You cannot provide both :cloudMigrationCustomUrl and :cloud_migration_custom_url' if attributes.key?(:'cloudMigrationCustomUrl') && attributes.key?(:'cloud_migration_custom_url')
|
1298
|
+
|
1299
|
+
self.cloud_migration_custom_url = attributes[:'cloud_migration_custom_url'] if attributes[:'cloud_migration_custom_url']
|
1300
|
+
|
1301
|
+
self.service_admin_cannot_list_other_users = attributes[:'serviceAdminCannotListOtherUsers'] unless attributes[:'serviceAdminCannotListOtherUsers'].nil?
|
1302
|
+
|
1303
|
+
raise 'You cannot provide both :serviceAdminCannotListOtherUsers and :service_admin_cannot_list_other_users' if attributes.key?(:'serviceAdminCannotListOtherUsers') && attributes.key?(:'service_admin_cannot_list_other_users')
|
1304
|
+
|
1305
|
+
self.service_admin_cannot_list_other_users = attributes[:'service_admin_cannot_list_other_users'] unless attributes[:'service_admin_cannot_list_other_users'].nil?
|
1306
|
+
|
1307
|
+
self.max_no_of_app_role_members_to_return = attributes[:'maxNoOfAppRoleMembersToReturn'] if attributes[:'maxNoOfAppRoleMembersToReturn']
|
1308
|
+
|
1309
|
+
raise 'You cannot provide both :maxNoOfAppRoleMembersToReturn and :max_no_of_app_role_members_to_return' if attributes.key?(:'maxNoOfAppRoleMembersToReturn') && attributes.key?(:'max_no_of_app_role_members_to_return')
|
1310
|
+
|
1311
|
+
self.max_no_of_app_role_members_to_return = attributes[:'max_no_of_app_role_members_to_return'] if attributes[:'max_no_of_app_role_members_to_return']
|
1312
|
+
|
1313
|
+
self.max_no_of_app_cmva_to_return = attributes[:'maxNoOfAppCMVAToReturn'] if attributes[:'maxNoOfAppCMVAToReturn']
|
1314
|
+
|
1315
|
+
raise 'You cannot provide both :maxNoOfAppCMVAToReturn and :max_no_of_app_cmva_to_return' if attributes.key?(:'maxNoOfAppCMVAToReturn') && attributes.key?(:'max_no_of_app_cmva_to_return')
|
1316
|
+
|
1317
|
+
self.max_no_of_app_cmva_to_return = attributes[:'max_no_of_app_cmva_to_return'] if attributes[:'max_no_of_app_cmva_to_return']
|
1318
|
+
|
1319
|
+
self.iam_upst_session_expiry = attributes[:'iamUpstSessionExpiry'] if attributes[:'iamUpstSessionExpiry']
|
1320
|
+
|
1321
|
+
raise 'You cannot provide both :iamUpstSessionExpiry and :iam_upst_session_expiry' if attributes.key?(:'iamUpstSessionExpiry') && attributes.key?(:'iam_upst_session_expiry')
|
1322
|
+
|
1323
|
+
self.iam_upst_session_expiry = attributes[:'iam_upst_session_expiry'] if attributes[:'iam_upst_session_expiry']
|
1324
|
+
|
1325
|
+
self.cloud_gate_cors_settings = attributes[:'cloudGateCorsSettings'] if attributes[:'cloudGateCorsSettings']
|
1326
|
+
|
1327
|
+
raise 'You cannot provide both :cloudGateCorsSettings and :cloud_gate_cors_settings' if attributes.key?(:'cloudGateCorsSettings') && attributes.key?(:'cloud_gate_cors_settings')
|
1328
|
+
|
1329
|
+
self.cloud_gate_cors_settings = attributes[:'cloud_gate_cors_settings'] if attributes[:'cloud_gate_cors_settings']
|
1330
|
+
|
1331
|
+
self.certificate_validation = attributes[:'certificateValidation'] if attributes[:'certificateValidation']
|
1332
|
+
|
1333
|
+
raise 'You cannot provide both :certificateValidation and :certificate_validation' if attributes.key?(:'certificateValidation') && attributes.key?(:'certificate_validation')
|
1334
|
+
|
1335
|
+
self.certificate_validation = attributes[:'certificate_validation'] if attributes[:'certificate_validation']
|
1336
|
+
|
1337
|
+
self.tenant_custom_claims = attributes[:'tenantCustomClaims'] if attributes[:'tenantCustomClaims']
|
1338
|
+
|
1339
|
+
raise 'You cannot provide both :tenantCustomClaims and :tenant_custom_claims' if attributes.key?(:'tenantCustomClaims') && attributes.key?(:'tenant_custom_claims')
|
1340
|
+
|
1341
|
+
self.tenant_custom_claims = attributes[:'tenant_custom_claims'] if attributes[:'tenant_custom_claims']
|
1342
|
+
|
1343
|
+
self.purge_configs = attributes[:'purgeConfigs'] if attributes[:'purgeConfigs']
|
1344
|
+
|
1345
|
+
raise 'You cannot provide both :purgeConfigs and :purge_configs' if attributes.key?(:'purgeConfigs') && attributes.key?(:'purge_configs')
|
1346
|
+
|
1347
|
+
self.purge_configs = attributes[:'purge_configs'] if attributes[:'purge_configs']
|
1348
|
+
|
1349
|
+
self.default_company_names = attributes[:'defaultCompanyNames'] if attributes[:'defaultCompanyNames']
|
1350
|
+
|
1351
|
+
raise 'You cannot provide both :defaultCompanyNames and :default_company_names' if attributes.key?(:'defaultCompanyNames') && attributes.key?(:'default_company_names')
|
1352
|
+
|
1353
|
+
self.default_company_names = attributes[:'default_company_names'] if attributes[:'default_company_names']
|
1354
|
+
|
1355
|
+
self.default_login_texts = attributes[:'defaultLoginTexts'] if attributes[:'defaultLoginTexts']
|
1356
|
+
|
1357
|
+
raise 'You cannot provide both :defaultLoginTexts and :default_login_texts' if attributes.key?(:'defaultLoginTexts') && attributes.key?(:'default_login_texts')
|
1358
|
+
|
1359
|
+
self.default_login_texts = attributes[:'default_login_texts'] if attributes[:'default_login_texts']
|
1360
|
+
|
1361
|
+
self.default_images = attributes[:'defaultImages'] if attributes[:'defaultImages']
|
1362
|
+
|
1363
|
+
raise 'You cannot provide both :defaultImages and :default_images' if attributes.key?(:'defaultImages') && attributes.key?(:'default_images')
|
1364
|
+
|
1365
|
+
self.default_images = attributes[:'default_images'] if attributes[:'default_images']
|
1366
|
+
|
1367
|
+
self.company_names = attributes[:'companyNames'] if attributes[:'companyNames']
|
1368
|
+
|
1369
|
+
raise 'You cannot provide both :companyNames and :company_names' if attributes.key?(:'companyNames') && attributes.key?(:'company_names')
|
1370
|
+
|
1371
|
+
self.company_names = attributes[:'company_names'] if attributes[:'company_names']
|
1372
|
+
|
1373
|
+
self.login_texts = attributes[:'loginTexts'] if attributes[:'loginTexts']
|
1374
|
+
|
1375
|
+
raise 'You cannot provide both :loginTexts and :login_texts' if attributes.key?(:'loginTexts') && attributes.key?(:'login_texts')
|
1376
|
+
|
1377
|
+
self.login_texts = attributes[:'login_texts'] if attributes[:'login_texts']
|
1378
|
+
|
1379
|
+
self.images = attributes[:'images'] if attributes[:'images']
|
1380
|
+
end
|
1381
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1382
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
1383
|
+
|
1384
|
+
# Custom attribute writer method checking allowed values (enum).
|
1385
|
+
# @param [Object] idcs_prevented_operations Object to be assigned
|
1386
|
+
def idcs_prevented_operations=(idcs_prevented_operations)
|
1387
|
+
# rubocop:disable Style/ConditionalAssignment
|
1388
|
+
if idcs_prevented_operations.nil?
|
1389
|
+
@idcs_prevented_operations = nil
|
1390
|
+
else
|
1391
|
+
@idcs_prevented_operations =
|
1392
|
+
idcs_prevented_operations.collect do |item|
|
1393
|
+
if IDCS_PREVENTED_OPERATIONS_ENUM.include?(item)
|
1394
|
+
item
|
1395
|
+
else
|
1396
|
+
OCI.logger.debug("Unknown value for 'idcs_prevented_operations' [#{item}]. Mapping to 'IDCS_PREVENTED_OPERATIONS_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
1397
|
+
IDCS_PREVENTED_OPERATIONS_UNKNOWN_ENUM_VALUE
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
end
|
1401
|
+
# rubocop:enable Style/ConditionalAssignment
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
# Custom attribute writer method checking allowed values (enum).
|
1405
|
+
# @param [Object] re_auth_factor Object to be assigned
|
1406
|
+
def re_auth_factor=(re_auth_factor)
|
1407
|
+
# rubocop:disable Style/ConditionalAssignment
|
1408
|
+
if re_auth_factor.nil?
|
1409
|
+
@re_auth_factor = nil
|
1410
|
+
else
|
1411
|
+
@re_auth_factor =
|
1412
|
+
re_auth_factor.collect do |item|
|
1413
|
+
if RE_AUTH_FACTOR_ENUM.include?(item)
|
1414
|
+
item
|
1415
|
+
else
|
1416
|
+
OCI.logger.debug("Unknown value for 're_auth_factor' [#{item}]. Mapping to 'RE_AUTH_FACTOR_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
1417
|
+
RE_AUTH_FACTOR_UNKNOWN_ENUM_VALUE
|
1418
|
+
end
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
# rubocop:enable Style/ConditionalAssignment
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
# Custom attribute writer method checking allowed values (enum).
|
1425
|
+
# @param [Object] csr_access Object to be assigned
|
1426
|
+
def csr_access=(csr_access)
|
1427
|
+
# rubocop:disable Style/ConditionalAssignment
|
1428
|
+
if csr_access && !CSR_ACCESS_ENUM.include?(csr_access)
|
1429
|
+
OCI.logger.debug("Unknown value for 'csr_access' [" + csr_access + "]. Mapping to 'CSR_ACCESS_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
1430
|
+
@csr_access = CSR_ACCESS_UNKNOWN_ENUM_VALUE
|
1431
|
+
else
|
1432
|
+
@csr_access = csr_access
|
1433
|
+
end
|
1434
|
+
# rubocop:enable Style/ConditionalAssignment
|
1435
|
+
end
|
1436
|
+
|
1437
|
+
# Custom attribute writer method checking allowed values (enum).
|
1438
|
+
# @param [Object] default_trust_scope Object to be assigned
|
1439
|
+
def default_trust_scope=(default_trust_scope)
|
1440
|
+
# rubocop:disable Style/ConditionalAssignment
|
1441
|
+
if default_trust_scope && !DEFAULT_TRUST_SCOPE_ENUM.include?(default_trust_scope)
|
1442
|
+
OCI.logger.debug("Unknown value for 'default_trust_scope' [" + default_trust_scope + "]. Mapping to 'DEFAULT_TRUST_SCOPE_UNKNOWN_ENUM_VALUE'") if OCI.logger
|
1443
|
+
@default_trust_scope = DEFAULT_TRUST_SCOPE_UNKNOWN_ENUM_VALUE
|
1444
|
+
else
|
1445
|
+
@default_trust_scope = default_trust_scope
|
1446
|
+
end
|
1447
|
+
# rubocop:enable Style/ConditionalAssignment
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
1451
|
+
|
1452
|
+
|
1453
|
+
# Checks equality by comparing each attribute.
|
1454
|
+
# @param [Object] other the other object to be compared
|
1455
|
+
def ==(other)
|
1456
|
+
return true if equal?(other)
|
1457
|
+
|
1458
|
+
self.class == other.class &&
|
1459
|
+
id == other.id &&
|
1460
|
+
ocid == other.ocid &&
|
1461
|
+
schemas == other.schemas &&
|
1462
|
+
meta == other.meta &&
|
1463
|
+
idcs_created_by == other.idcs_created_by &&
|
1464
|
+
idcs_last_modified_by == other.idcs_last_modified_by &&
|
1465
|
+
idcs_prevented_operations == other.idcs_prevented_operations &&
|
1466
|
+
tags == other.tags &&
|
1467
|
+
delete_in_progress == other.delete_in_progress &&
|
1468
|
+
idcs_last_upgraded_in_release == other.idcs_last_upgraded_in_release &&
|
1469
|
+
domain_ocid == other.domain_ocid &&
|
1470
|
+
compartment_ocid == other.compartment_ocid &&
|
1471
|
+
tenancy_ocid == other.tenancy_ocid &&
|
1472
|
+
external_id == other.external_id &&
|
1473
|
+
contact_emails == other.contact_emails &&
|
1474
|
+
custom_branding == other.custom_branding &&
|
1475
|
+
preferred_language == other.preferred_language &&
|
1476
|
+
timezone == other.timezone &&
|
1477
|
+
diagnostic_record_for_search_identifies_returned_resources == other.diagnostic_record_for_search_identifies_returned_resources &&
|
1478
|
+
re_auth_when_changing_my_authentication_factors == other.re_auth_when_changing_my_authentication_factors &&
|
1479
|
+
re_auth_factor == other.re_auth_factor &&
|
1480
|
+
locale == other.locale &&
|
1481
|
+
csr_access == other.csr_access &&
|
1482
|
+
signing_cert_public_access == other.signing_cert_public_access &&
|
1483
|
+
sub_mapping_attr == other.sub_mapping_attr &&
|
1484
|
+
account_always_trust_scope == other.account_always_trust_scope &&
|
1485
|
+
default_trust_scope == other.default_trust_scope &&
|
1486
|
+
issuer == other.issuer &&
|
1487
|
+
prev_issuer == other.prev_issuer &&
|
1488
|
+
diagnostic_level == other.diagnostic_level &&
|
1489
|
+
diagnostic_tracing_upto == other.diagnostic_tracing_upto &&
|
1490
|
+
allowed_domains == other.allowed_domains &&
|
1491
|
+
enable_terms_of_use == other.enable_terms_of_use &&
|
1492
|
+
terms_of_use_url == other.terms_of_use_url &&
|
1493
|
+
privacy_policy_url == other.privacy_policy_url &&
|
1494
|
+
migration_status == other.migration_status &&
|
1495
|
+
on_premises_provisioning == other.on_premises_provisioning &&
|
1496
|
+
allowed_forgot_password_flow_return_urls == other.allowed_forgot_password_flow_return_urls &&
|
1497
|
+
allowed_notification_redirect_urls == other.allowed_notification_redirect_urls &&
|
1498
|
+
audit_event_retention_period == other.audit_event_retention_period &&
|
1499
|
+
is_hosted_page == other.is_hosted_page &&
|
1500
|
+
custom_html_location == other.custom_html_location &&
|
1501
|
+
custom_css_location == other.custom_css_location &&
|
1502
|
+
custom_translation == other.custom_translation &&
|
1503
|
+
cloud_account_name == other.cloud_account_name &&
|
1504
|
+
cloud_migration_url_enabled == other.cloud_migration_url_enabled &&
|
1505
|
+
cloud_migration_custom_url == other.cloud_migration_custom_url &&
|
1506
|
+
service_admin_cannot_list_other_users == other.service_admin_cannot_list_other_users &&
|
1507
|
+
max_no_of_app_role_members_to_return == other.max_no_of_app_role_members_to_return &&
|
1508
|
+
max_no_of_app_cmva_to_return == other.max_no_of_app_cmva_to_return &&
|
1509
|
+
iam_upst_session_expiry == other.iam_upst_session_expiry &&
|
1510
|
+
cloud_gate_cors_settings == other.cloud_gate_cors_settings &&
|
1511
|
+
certificate_validation == other.certificate_validation &&
|
1512
|
+
tenant_custom_claims == other.tenant_custom_claims &&
|
1513
|
+
purge_configs == other.purge_configs &&
|
1514
|
+
default_company_names == other.default_company_names &&
|
1515
|
+
default_login_texts == other.default_login_texts &&
|
1516
|
+
default_images == other.default_images &&
|
1517
|
+
company_names == other.company_names &&
|
1518
|
+
login_texts == other.login_texts &&
|
1519
|
+
images == other.images
|
1520
|
+
end
|
1521
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
1522
|
+
|
1523
|
+
# @see the `==` method
|
1524
|
+
# @param [Object] other the other object to be compared
|
1525
|
+
def eql?(other)
|
1526
|
+
self == other
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
1530
|
+
|
1531
|
+
|
1532
|
+
# Calculates hash code according to all attributes.
|
1533
|
+
# @return [Fixnum] Hash code
|
1534
|
+
def hash
|
1535
|
+
[id, ocid, schemas, meta, idcs_created_by, idcs_last_modified_by, idcs_prevented_operations, tags, delete_in_progress, idcs_last_upgraded_in_release, domain_ocid, compartment_ocid, tenancy_ocid, external_id, contact_emails, custom_branding, preferred_language, timezone, diagnostic_record_for_search_identifies_returned_resources, re_auth_when_changing_my_authentication_factors, re_auth_factor, locale, csr_access, signing_cert_public_access, sub_mapping_attr, account_always_trust_scope, default_trust_scope, issuer, prev_issuer, diagnostic_level, diagnostic_tracing_upto, allowed_domains, enable_terms_of_use, terms_of_use_url, privacy_policy_url, migration_status, on_premises_provisioning, allowed_forgot_password_flow_return_urls, allowed_notification_redirect_urls, audit_event_retention_period, is_hosted_page, custom_html_location, custom_css_location, custom_translation, cloud_account_name, cloud_migration_url_enabled, cloud_migration_custom_url, service_admin_cannot_list_other_users, max_no_of_app_role_members_to_return, max_no_of_app_cmva_to_return, iam_upst_session_expiry, cloud_gate_cors_settings, certificate_validation, tenant_custom_claims, purge_configs, default_company_names, default_login_texts, default_images, company_names, login_texts, images].hash
|
1536
|
+
end
|
1537
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
1538
|
+
|
1539
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
1540
|
+
|
1541
|
+
|
1542
|
+
# Builds the object from hash
|
1543
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
1544
|
+
# @return [Object] Returns the model itself
|
1545
|
+
def build_from_hash(attributes)
|
1546
|
+
return nil unless attributes.is_a?(Hash)
|
1547
|
+
|
1548
|
+
self.class.swagger_types.each_pair do |key, type|
|
1549
|
+
if type =~ /^Array<(.*)>/i
|
1550
|
+
# check to ensure the input is an array given that the the attribute
|
1551
|
+
# is documented as an array but the input is not
|
1552
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
1553
|
+
public_method("#{key}=").call(
|
1554
|
+
attributes[self.class.attribute_map[key]]
|
1555
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
1556
|
+
)
|
1557
|
+
end
|
1558
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
1559
|
+
public_method("#{key}=").call(
|
1560
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
1561
|
+
)
|
1562
|
+
end
|
1563
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
self
|
1567
|
+
end
|
1568
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
1569
|
+
|
1570
|
+
# Returns the string representation of the object
|
1571
|
+
# @return [String] String presentation of the object
|
1572
|
+
def to_s
|
1573
|
+
to_hash.to_s
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
# Returns the object in the form of hash
|
1577
|
+
# @return [Hash] Returns the object in the form of hash
|
1578
|
+
def to_hash
|
1579
|
+
hash = {}
|
1580
|
+
self.class.attribute_map.each_pair do |attr, param|
|
1581
|
+
value = public_method(attr).call
|
1582
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
1583
|
+
|
1584
|
+
hash[param] = _to_hash(value)
|
1585
|
+
end
|
1586
|
+
hash
|
1587
|
+
end
|
1588
|
+
|
1589
|
+
private
|
1590
|
+
|
1591
|
+
# Outputs non-array value in the form of hash
|
1592
|
+
# For object, use to_hash. Otherwise, just return the value
|
1593
|
+
# @param [Object] value Any valid value
|
1594
|
+
# @return [Hash] Returns the value in the form of hash
|
1595
|
+
def _to_hash(value)
|
1596
|
+
if value.is_a?(Array)
|
1597
|
+
value.compact.map { |v| _to_hash(v) }
|
1598
|
+
elsif value.is_a?(Hash)
|
1599
|
+
{}.tap do |hash|
|
1600
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
1601
|
+
end
|
1602
|
+
elsif value.respond_to? :to_hash
|
1603
|
+
value.to_hash
|
1604
|
+
else
|
1605
|
+
value
|
1606
|
+
end
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
end
|
1610
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|