oci 2.117.0__py3-none-any.whl → 2.118.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/update_instance_details.py +39 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +1027 -252
- oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
- oci/data_catalog/models/__init__.py +6 -0
- oci/data_catalog/models/add_resource_lock_details.py +183 -0
- oci/data_catalog/models/catalog.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
- oci/data_catalog/models/catalog_summary.py +76 -2
- oci/data_catalog/models/metastore.py +76 -2
- oci/data_catalog/models/metastore_summary.py +76 -2
- oci/data_catalog/models/remove_resource_lock_details.py +183 -0
- oci/data_catalog/models/resource_lock.py +185 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/__init__.py +8 -0
- oci/data_integration/models/create_task_details.py +31 -0
- oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/create_task_from_integration_task.py +7 -0
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/create_task_from_rest_task.py +7 -0
- oci/data_integration/models/create_task_from_sql_task.py +7 -0
- oci/data_integration/models/incremental_data_entity_clause.py +170 -0
- oci/data_integration/models/incremental_field_clause.py +170 -0
- oci/data_integration/models/incremental_read_config.py +103 -0
- oci/data_integration/models/json_format_attribute.py +33 -2
- oci/data_integration/models/read_operation_config.py +27 -0
- oci/data_integration/models/runtime_operator.py +2 -2
- oci/data_integration/models/runtime_operator_summary.py +2 -2
- oci/data_integration/models/shape_details.py +68 -0
- oci/data_integration/models/task.py +31 -0
- oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
- oci/data_integration/models/task_from_integration_task_details.py +7 -0
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
- oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
- oci/data_integration/models/task_from_rest_task_details.py +7 -0
- oci/data_integration/models/task_from_sql_task_details.py +7 -0
- oci/data_integration/models/task_summary.py +31 -0
- oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
- oci/data_integration/models/task_summary_from_integration_task.py +7 -0
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
- oci/data_integration/models/task_summary_from_rest_task.py +7 -0
- oci/data_integration/models/task_summary_from_sql_task.py +7 -0
- oci/data_integration/models/update_task_details.py +31 -0
- oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/update_task_from_integration_task.py +7 -0
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/update_task_from_rest_task.py +7 -0
- oci/data_integration/models/update_task_from_sql_task.py +7 -0
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +307 -290
- oci/data_safe/data_safe_client_composite_operations.py +5 -5
- oci/data_safe/models/__init__.py +2 -0
- oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
- oci/data_safe/models/audit_event_summary.py +14 -14
- oci/data_safe/models/audit_policy_dimensions.py +2 -2
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/dimensions.py +33 -2
- oci/data_safe/models/discovery_analytics_summary.py +7 -3
- oci/data_safe/models/entry_details.py +2 -2
- oci/data_safe/models/finding_summary.py +2 -2
- oci/data_safe/models/firewall_policy_entry_details.py +5 -5
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +11 -3
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/mask_data_details.py +4 -2
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +104 -0
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +8 -8
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
- oci/data_safe/models/sensitive_category.py +7 -0
- oci/data_safe/models/sensitive_type.py +33 -0
- oci/data_safe/models/sensitive_type_pattern.py +7 -0
- oci/data_safe/models/sensitive_type_summary.py +33 -0
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +35 -35
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
- oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
- oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +327 -327
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_redshift_connection.py +9 -0
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_s3_connection.py +9 -0
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
- oci/golden_gate/models/azure_synapse_connection.py +9 -0
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
- oci/golden_gate/models/connection.py +61 -4
- oci/golden_gate/models/connection_summary.py +61 -4
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
- oci/golden_gate/models/create_connection_details.py +61 -4
- oci/golden_gate/models/create_database_registration_details.py +2 -2
- oci/golden_gate/models/create_deployment_details.py +41 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
- oci/golden_gate/models/create_generic_connection_details.py +8 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
- oci/golden_gate/models/create_kafka_connection_details.py +8 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +14 -0
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
- oci/golden_gate/models/create_mysql_connection_details.py +14 -0
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_oracle_connection_details.py +14 -0
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +14 -0
- oci/golden_gate/models/create_redis_connection_details.py +8 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
- oci/golden_gate/models/database_registration.py +2 -2
- oci/golden_gate/models/database_registration_summary.py +2 -2
- oci/golden_gate/models/deployment.py +113 -4
- oci/golden_gate/models/deployment_summary.py +78 -2
- oci/golden_gate/models/elasticsearch_connection.py +9 -0
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
- oci/golden_gate/models/generic_connection.py +9 -0
- oci/golden_gate/models/generic_connection_summary.py +8 -0
- oci/golden_gate/models/golden_gate_connection.py +15 -0
- oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
- oci/golden_gate/models/google_big_query_connection.py +9 -0
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
- oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
- oci/golden_gate/models/hdfs_connection.py +9 -0
- oci/golden_gate/models/hdfs_connection_summary.py +8 -0
- oci/golden_gate/models/java_message_service_connection.py +15 -0
- oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
- oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
- oci/golden_gate/models/kafka_connection.py +9 -0
- oci/golden_gate/models/kafka_connection_summary.py +8 -0
- oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +15 -0
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +14 -0
- oci/golden_gate/models/mongo_db_connection.py +9 -0
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
- oci/golden_gate/models/mysql_connection.py +15 -0
- oci/golden_gate/models/mysql_connection_summary.py +14 -0
- oci/golden_gate/models/oci_object_storage_connection.py +9 -0
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
- oci/golden_gate/models/oracle_connection.py +15 -0
- oci/golden_gate/models/oracle_connection_summary.py +14 -0
- oci/golden_gate/models/oracle_nosql_connection.py +9 -0
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
- oci/golden_gate/models/postgresql_connection.py +15 -0
- oci/golden_gate/models/postgresql_connection_summary.py +14 -0
- oci/golden_gate/models/redis_connection.py +9 -0
- oci/golden_gate/models/redis_connection_summary.py +8 -0
- oci/golden_gate/models/snowflake_connection.py +9 -0
- oci/golden_gate/models/snowflake_connection_summary.py +8 -0
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
- oci/golden_gate/models/update_connection_details.py +94 -2
- oci/golden_gate/models/update_deployment_details.py +2 -2
- oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
- oci/golden_gate/models/update_generic_connection_details.py +15 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
- oci/golden_gate/models/update_kafka_connection_details.py +15 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +21 -0
- oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
- oci/golden_gate/models/update_mysql_connection_details.py +21 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_oracle_connection_details.py +21 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +21 -0
- oci/golden_gate/models/update_redis_connection_details.py +15 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +1901 -1029
- oci/identity_domains/models/__init__.py +8 -0
- oci/identity_domains/models/extension_user_user.py +59 -0
- oci/identity_domains/models/identity_propagation_trust.py +1623 -0
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
- oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
- oci/identity_domains/models/identity_propagation_trusts.py +196 -0
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_name.py +4 -4
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_name.py +4 -4
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +173 -173
- oci/optimizer/models/create_profile_details.py +33 -0
- oci/optimizer/models/profile.py +33 -0
- oci/optimizer/models/profile_summary.py +33 -0
- oci/optimizer/models/update_profile_details.py +33 -0
- oci/optimizer/optimizer_client.py +129 -53
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/models/backup.py +53 -21
- oci/psql/models/backup_policy.py +5 -5
- oci/psql/models/backup_source_details.py +10 -5
- oci/psql/models/backup_summary.py +47 -19
- oci/psql/models/change_backup_compartment_details.py +7 -5
- oci/psql/models/change_configuration_compartment_details.py +7 -5
- oci/psql/models/change_db_system_compartment_details.py +3 -3
- oci/psql/models/config_overrides.py +5 -5
- oci/psql/models/config_params.py +17 -17
- oci/psql/models/configuration.py +37 -21
- oci/psql/models/configuration_collection.py +2 -2
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +39 -19
- oci/psql/models/connection_details.py +5 -5
- oci/psql/models/create_backup_details.py +13 -9
- oci/psql/models/create_configuration_details.py +21 -15
- oci/psql/models/create_db_instance_details.py +9 -9
- oci/psql/models/create_db_system_details.py +35 -25
- oci/psql/models/credentials.py +3 -3
- oci/psql/models/daily_backup_policy.py +3 -3
- oci/psql/models/db_configuration_override_collection.py +3 -3
- oci/psql/models/db_instance.py +35 -15
- oci/psql/models/db_instance_endpoint.py +3 -3
- oci/psql/models/db_system.py +63 -33
- oci/psql/models/db_system_collection.py +3 -3
- oci/psql/models/db_system_details.py +5 -5
- oci/psql/models/db_system_summary.py +57 -27
- oci/psql/models/default_config_params.py +15 -15
- oci/psql/models/default_configuration.py +31 -19
- oci/psql/models/default_configuration_collection.py +2 -2
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +29 -17
- oci/psql/models/endpoint.py +7 -7
- oci/psql/models/failover_db_system_details.py +13 -9
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +5 -5
- oci/psql/models/network_details.py +15 -7
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +3 -3
- oci/psql/models/password_details.py +4 -4
- oci/psql/models/patch_db_system_details.py +2 -2
- oci/psql/models/plain_text_password_details.py +3 -3
- oci/psql/models/primary_db_instance_details.py +3 -3
- oci/psql/models/reset_master_user_password_details.py +2 -2
- oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
- oci/psql/models/restore_db_system_details.py +11 -7
- oci/psql/models/shape_collection.py +3 -3
- oci/psql/models/shape_summary.py +11 -9
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +13 -13
- oci/psql/models/update_backup_details.py +4 -4
- oci/psql/models/update_configuration_details.py +73 -7
- oci/psql/models/update_db_config_params.py +11 -7
- oci/psql/models/update_db_system_db_instance_details.py +5 -5
- oci/psql/models/update_db_system_details.py +4 -4
- oci/psql/models/update_storage_details_params.py +5 -5
- oci/psql/models/vault_secret_password_details.py +9 -5
- oci/psql/models/weekly_backup_policy.py +5 -5
- oci/psql/models/work_request.py +19 -9
- oci/psql/models/work_request_error.py +12 -6
- oci/psql/models/work_request_error_collection.py +2 -2
- oci/psql/models/work_request_log_entry.py +6 -2
- oci/psql/models/work_request_log_entry_collection.py +2 -2
- oci/psql/models/work_request_resource.py +4 -4
- oci/psql/models/work_request_summary.py +18 -8
- oci/psql/models/work_request_summary_collection.py +2 -2
- oci/psql/postgresql_client.py +186 -127
- oci/psql/postgresql_client_composite_operations.py +23 -69
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +24 -0
- oci/usage_api/models/average_carbon_emission.py +103 -0
- oci/usage_api/models/clean_energy_usage.py +134 -0
- oci/usage_api/models/create_schedule_details.py +4 -4
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
- oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
- oci/usage_api/models/schedule.py +4 -4
- oci/usage_api/models/update_schedule_details.py +2 -2
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
- oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
- oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
- oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
- oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
- oci/usage_api/usageapi_client.py +1151 -210
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/RECORD +560 -536
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1623 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class IdentityPropagationTrust(object):
|
14
|
+
"""
|
15
|
+
Schema used for Identity Propagation Trust.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the idcs_prevented_operations property of a IdentityPropagationTrust.
|
19
|
+
#: This constant has a value of "replace"
|
20
|
+
IDCS_PREVENTED_OPERATIONS_REPLACE = "replace"
|
21
|
+
|
22
|
+
#: A constant which can be used with the idcs_prevented_operations property of a IdentityPropagationTrust.
|
23
|
+
#: This constant has a value of "update"
|
24
|
+
IDCS_PREVENTED_OPERATIONS_UPDATE = "update"
|
25
|
+
|
26
|
+
#: A constant which can be used with the idcs_prevented_operations property of a IdentityPropagationTrust.
|
27
|
+
#: This constant has a value of "delete"
|
28
|
+
IDCS_PREVENTED_OPERATIONS_DELETE = "delete"
|
29
|
+
|
30
|
+
#: A constant which can be used with the type property of a IdentityPropagationTrust.
|
31
|
+
#: This constant has a value of "JWT"
|
32
|
+
TYPE_JWT = "JWT"
|
33
|
+
|
34
|
+
#: A constant which can be used with the type property of a IdentityPropagationTrust.
|
35
|
+
#: This constant has a value of "SAML"
|
36
|
+
TYPE_SAML = "SAML"
|
37
|
+
|
38
|
+
#: A constant which can be used with the type property of a IdentityPropagationTrust.
|
39
|
+
#: This constant has a value of "SPNEGO"
|
40
|
+
TYPE_SPNEGO = "SPNEGO"
|
41
|
+
|
42
|
+
#: A constant which can be used with the type property of a IdentityPropagationTrust.
|
43
|
+
#: This constant has a value of "AWS"
|
44
|
+
TYPE_AWS = "AWS"
|
45
|
+
|
46
|
+
#: A constant which can be used with the subject_type property of a IdentityPropagationTrust.
|
47
|
+
#: This constant has a value of "User"
|
48
|
+
SUBJECT_TYPE_USER = "User"
|
49
|
+
|
50
|
+
#: A constant which can be used with the subject_type property of a IdentityPropagationTrust.
|
51
|
+
#: This constant has a value of "App"
|
52
|
+
SUBJECT_TYPE_APP = "App"
|
53
|
+
|
54
|
+
def __init__(self, **kwargs):
|
55
|
+
"""
|
56
|
+
Initializes a new IdentityPropagationTrust object with values from keyword arguments.
|
57
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
58
|
+
|
59
|
+
:param id:
|
60
|
+
The value to assign to the id property of this IdentityPropagationTrust.
|
61
|
+
:type id: str
|
62
|
+
|
63
|
+
:param ocid:
|
64
|
+
The value to assign to the ocid property of this IdentityPropagationTrust.
|
65
|
+
:type ocid: str
|
66
|
+
|
67
|
+
:param schemas:
|
68
|
+
The value to assign to the schemas property of this IdentityPropagationTrust.
|
69
|
+
:type schemas: list[str]
|
70
|
+
|
71
|
+
:param meta:
|
72
|
+
The value to assign to the meta property of this IdentityPropagationTrust.
|
73
|
+
:type meta: oci.identity_domains.models.Meta
|
74
|
+
|
75
|
+
:param idcs_created_by:
|
76
|
+
The value to assign to the idcs_created_by property of this IdentityPropagationTrust.
|
77
|
+
:type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy
|
78
|
+
|
79
|
+
:param idcs_last_modified_by:
|
80
|
+
The value to assign to the idcs_last_modified_by property of this IdentityPropagationTrust.
|
81
|
+
:type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy
|
82
|
+
|
83
|
+
:param idcs_prevented_operations:
|
84
|
+
The value to assign to the idcs_prevented_operations property of this IdentityPropagationTrust.
|
85
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
86
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
87
|
+
:type idcs_prevented_operations: list[str]
|
88
|
+
|
89
|
+
:param tags:
|
90
|
+
The value to assign to the tags property of this IdentityPropagationTrust.
|
91
|
+
:type tags: list[oci.identity_domains.models.Tags]
|
92
|
+
|
93
|
+
:param delete_in_progress:
|
94
|
+
The value to assign to the delete_in_progress property of this IdentityPropagationTrust.
|
95
|
+
:type delete_in_progress: bool
|
96
|
+
|
97
|
+
:param idcs_last_upgraded_in_release:
|
98
|
+
The value to assign to the idcs_last_upgraded_in_release property of this IdentityPropagationTrust.
|
99
|
+
:type idcs_last_upgraded_in_release: str
|
100
|
+
|
101
|
+
:param domain_ocid:
|
102
|
+
The value to assign to the domain_ocid property of this IdentityPropagationTrust.
|
103
|
+
:type domain_ocid: str
|
104
|
+
|
105
|
+
:param compartment_ocid:
|
106
|
+
The value to assign to the compartment_ocid property of this IdentityPropagationTrust.
|
107
|
+
:type compartment_ocid: str
|
108
|
+
|
109
|
+
:param tenancy_ocid:
|
110
|
+
The value to assign to the tenancy_ocid property of this IdentityPropagationTrust.
|
111
|
+
:type tenancy_ocid: str
|
112
|
+
|
113
|
+
:param name:
|
114
|
+
The value to assign to the name property of this IdentityPropagationTrust.
|
115
|
+
:type name: str
|
116
|
+
|
117
|
+
:param description:
|
118
|
+
The value to assign to the description property of this IdentityPropagationTrust.
|
119
|
+
:type description: str
|
120
|
+
|
121
|
+
:param type:
|
122
|
+
The value to assign to the type property of this IdentityPropagationTrust.
|
123
|
+
Allowed values for this property are: "JWT", "SAML", "SPNEGO", "AWS", 'UNKNOWN_ENUM_VALUE'.
|
124
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
125
|
+
:type type: str
|
126
|
+
|
127
|
+
:param issuer:
|
128
|
+
The value to assign to the issuer property of this IdentityPropagationTrust.
|
129
|
+
:type issuer: str
|
130
|
+
|
131
|
+
:param account_id:
|
132
|
+
The value to assign to the account_id property of this IdentityPropagationTrust.
|
133
|
+
:type account_id: str
|
134
|
+
|
135
|
+
:param subject_claim_name:
|
136
|
+
The value to assign to the subject_claim_name property of this IdentityPropagationTrust.
|
137
|
+
:type subject_claim_name: str
|
138
|
+
|
139
|
+
:param subject_mapping_attribute:
|
140
|
+
The value to assign to the subject_mapping_attribute property of this IdentityPropagationTrust.
|
141
|
+
:type subject_mapping_attribute: str
|
142
|
+
|
143
|
+
:param subject_type:
|
144
|
+
The value to assign to the subject_type property of this IdentityPropagationTrust.
|
145
|
+
Allowed values for this property are: "User", "App", 'UNKNOWN_ENUM_VALUE'.
|
146
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
147
|
+
:type subject_type: str
|
148
|
+
|
149
|
+
:param client_claim_name:
|
150
|
+
The value to assign to the client_claim_name property of this IdentityPropagationTrust.
|
151
|
+
:type client_claim_name: str
|
152
|
+
|
153
|
+
:param client_claim_values:
|
154
|
+
The value to assign to the client_claim_values property of this IdentityPropagationTrust.
|
155
|
+
:type client_claim_values: list[str]
|
156
|
+
|
157
|
+
:param active:
|
158
|
+
The value to assign to the active property of this IdentityPropagationTrust.
|
159
|
+
:type active: bool
|
160
|
+
|
161
|
+
:param public_key_endpoint:
|
162
|
+
The value to assign to the public_key_endpoint property of this IdentityPropagationTrust.
|
163
|
+
:type public_key_endpoint: str
|
164
|
+
|
165
|
+
:param public_certificate:
|
166
|
+
The value to assign to the public_certificate property of this IdentityPropagationTrust.
|
167
|
+
:type public_certificate: str
|
168
|
+
|
169
|
+
:param oauth_clients:
|
170
|
+
The value to assign to the oauth_clients property of this IdentityPropagationTrust.
|
171
|
+
:type oauth_clients: list[str]
|
172
|
+
|
173
|
+
:param service_principals:
|
174
|
+
The value to assign to the service_principals property of this IdentityPropagationTrust.
|
175
|
+
:type service_principals: list[str]
|
176
|
+
|
177
|
+
:param allow_impersonation:
|
178
|
+
The value to assign to the allow_impersonation property of this IdentityPropagationTrust.
|
179
|
+
:type allow_impersonation: bool
|
180
|
+
|
181
|
+
:param clock_skew_seconds:
|
182
|
+
The value to assign to the clock_skew_seconds property of this IdentityPropagationTrust.
|
183
|
+
:type clock_skew_seconds: int
|
184
|
+
|
185
|
+
:param impersonation_service_users:
|
186
|
+
The value to assign to the impersonation_service_users property of this IdentityPropagationTrust.
|
187
|
+
:type impersonation_service_users: list[oci.identity_domains.models.IdentityPropagationTrustImpersonationServiceUsers]
|
188
|
+
|
189
|
+
:param keytab:
|
190
|
+
The value to assign to the keytab property of this IdentityPropagationTrust.
|
191
|
+
:type keytab: oci.identity_domains.models.IdentityPropagationTrustKeytab
|
192
|
+
|
193
|
+
"""
|
194
|
+
self.swagger_types = {
|
195
|
+
'id': 'str',
|
196
|
+
'ocid': 'str',
|
197
|
+
'schemas': 'list[str]',
|
198
|
+
'meta': 'Meta',
|
199
|
+
'idcs_created_by': 'IdcsCreatedBy',
|
200
|
+
'idcs_last_modified_by': 'IdcsLastModifiedBy',
|
201
|
+
'idcs_prevented_operations': 'list[str]',
|
202
|
+
'tags': 'list[Tags]',
|
203
|
+
'delete_in_progress': 'bool',
|
204
|
+
'idcs_last_upgraded_in_release': 'str',
|
205
|
+
'domain_ocid': 'str',
|
206
|
+
'compartment_ocid': 'str',
|
207
|
+
'tenancy_ocid': 'str',
|
208
|
+
'name': 'str',
|
209
|
+
'description': 'str',
|
210
|
+
'type': 'str',
|
211
|
+
'issuer': 'str',
|
212
|
+
'account_id': 'str',
|
213
|
+
'subject_claim_name': 'str',
|
214
|
+
'subject_mapping_attribute': 'str',
|
215
|
+
'subject_type': 'str',
|
216
|
+
'client_claim_name': 'str',
|
217
|
+
'client_claim_values': 'list[str]',
|
218
|
+
'active': 'bool',
|
219
|
+
'public_key_endpoint': 'str',
|
220
|
+
'public_certificate': 'str',
|
221
|
+
'oauth_clients': 'list[str]',
|
222
|
+
'service_principals': 'list[str]',
|
223
|
+
'allow_impersonation': 'bool',
|
224
|
+
'clock_skew_seconds': 'int',
|
225
|
+
'impersonation_service_users': 'list[IdentityPropagationTrustImpersonationServiceUsers]',
|
226
|
+
'keytab': 'IdentityPropagationTrustKeytab'
|
227
|
+
}
|
228
|
+
|
229
|
+
self.attribute_map = {
|
230
|
+
'id': 'id',
|
231
|
+
'ocid': 'ocid',
|
232
|
+
'schemas': 'schemas',
|
233
|
+
'meta': 'meta',
|
234
|
+
'idcs_created_by': 'idcsCreatedBy',
|
235
|
+
'idcs_last_modified_by': 'idcsLastModifiedBy',
|
236
|
+
'idcs_prevented_operations': 'idcsPreventedOperations',
|
237
|
+
'tags': 'tags',
|
238
|
+
'delete_in_progress': 'deleteInProgress',
|
239
|
+
'idcs_last_upgraded_in_release': 'idcsLastUpgradedInRelease',
|
240
|
+
'domain_ocid': 'domainOcid',
|
241
|
+
'compartment_ocid': 'compartmentOcid',
|
242
|
+
'tenancy_ocid': 'tenancyOcid',
|
243
|
+
'name': 'name',
|
244
|
+
'description': 'description',
|
245
|
+
'type': 'type',
|
246
|
+
'issuer': 'issuer',
|
247
|
+
'account_id': 'accountId',
|
248
|
+
'subject_claim_name': 'subjectClaimName',
|
249
|
+
'subject_mapping_attribute': 'subjectMappingAttribute',
|
250
|
+
'subject_type': 'subjectType',
|
251
|
+
'client_claim_name': 'clientClaimName',
|
252
|
+
'client_claim_values': 'clientClaimValues',
|
253
|
+
'active': 'active',
|
254
|
+
'public_key_endpoint': 'publicKeyEndpoint',
|
255
|
+
'public_certificate': 'publicCertificate',
|
256
|
+
'oauth_clients': 'oauthClients',
|
257
|
+
'service_principals': 'servicePrincipals',
|
258
|
+
'allow_impersonation': 'allowImpersonation',
|
259
|
+
'clock_skew_seconds': 'clockSkewSeconds',
|
260
|
+
'impersonation_service_users': 'impersonationServiceUsers',
|
261
|
+
'keytab': 'keytab'
|
262
|
+
}
|
263
|
+
|
264
|
+
self._id = None
|
265
|
+
self._ocid = None
|
266
|
+
self._schemas = None
|
267
|
+
self._meta = None
|
268
|
+
self._idcs_created_by = None
|
269
|
+
self._idcs_last_modified_by = None
|
270
|
+
self._idcs_prevented_operations = None
|
271
|
+
self._tags = None
|
272
|
+
self._delete_in_progress = None
|
273
|
+
self._idcs_last_upgraded_in_release = None
|
274
|
+
self._domain_ocid = None
|
275
|
+
self._compartment_ocid = None
|
276
|
+
self._tenancy_ocid = None
|
277
|
+
self._name = None
|
278
|
+
self._description = None
|
279
|
+
self._type = None
|
280
|
+
self._issuer = None
|
281
|
+
self._account_id = None
|
282
|
+
self._subject_claim_name = None
|
283
|
+
self._subject_mapping_attribute = None
|
284
|
+
self._subject_type = None
|
285
|
+
self._client_claim_name = None
|
286
|
+
self._client_claim_values = None
|
287
|
+
self._active = None
|
288
|
+
self._public_key_endpoint = None
|
289
|
+
self._public_certificate = None
|
290
|
+
self._oauth_clients = None
|
291
|
+
self._service_principals = None
|
292
|
+
self._allow_impersonation = None
|
293
|
+
self._clock_skew_seconds = None
|
294
|
+
self._impersonation_service_users = None
|
295
|
+
self._keytab = None
|
296
|
+
|
297
|
+
@property
|
298
|
+
def id(self):
|
299
|
+
"""
|
300
|
+
Gets the id of this IdentityPropagationTrust.
|
301
|
+
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.
|
302
|
+
|
303
|
+
**SCIM++ Properties:**
|
304
|
+
- caseExact: false
|
305
|
+
- idcsSearchable: true
|
306
|
+
- multiValued: false
|
307
|
+
- mutability: readOnly
|
308
|
+
- required: false
|
309
|
+
- returned: always
|
310
|
+
- type: string
|
311
|
+
- uniqueness: global
|
312
|
+
|
313
|
+
|
314
|
+
:return: The id of this IdentityPropagationTrust.
|
315
|
+
:rtype: str
|
316
|
+
"""
|
317
|
+
return self._id
|
318
|
+
|
319
|
+
@id.setter
|
320
|
+
def id(self, id):
|
321
|
+
"""
|
322
|
+
Sets the id of this IdentityPropagationTrust.
|
323
|
+
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.
|
324
|
+
|
325
|
+
**SCIM++ Properties:**
|
326
|
+
- caseExact: false
|
327
|
+
- idcsSearchable: true
|
328
|
+
- multiValued: false
|
329
|
+
- mutability: readOnly
|
330
|
+
- required: false
|
331
|
+
- returned: always
|
332
|
+
- type: string
|
333
|
+
- uniqueness: global
|
334
|
+
|
335
|
+
|
336
|
+
:param id: The id of this IdentityPropagationTrust.
|
337
|
+
:type: str
|
338
|
+
"""
|
339
|
+
self._id = id
|
340
|
+
|
341
|
+
@property
|
342
|
+
def ocid(self):
|
343
|
+
"""
|
344
|
+
Gets the ocid of this IdentityPropagationTrust.
|
345
|
+
Unique OCI identifier for the SCIM Resource.
|
346
|
+
|
347
|
+
**SCIM++ Properties:**
|
348
|
+
- caseExact: true
|
349
|
+
- idcsSearchable: true
|
350
|
+
- multiValued: false
|
351
|
+
- mutability: immutable
|
352
|
+
- required: false
|
353
|
+
- returned: default
|
354
|
+
- type: string
|
355
|
+
- uniqueness: global
|
356
|
+
|
357
|
+
|
358
|
+
:return: The ocid of this IdentityPropagationTrust.
|
359
|
+
:rtype: str
|
360
|
+
"""
|
361
|
+
return self._ocid
|
362
|
+
|
363
|
+
@ocid.setter
|
364
|
+
def ocid(self, ocid):
|
365
|
+
"""
|
366
|
+
Sets the ocid of this IdentityPropagationTrust.
|
367
|
+
Unique OCI identifier for the SCIM Resource.
|
368
|
+
|
369
|
+
**SCIM++ Properties:**
|
370
|
+
- caseExact: true
|
371
|
+
- idcsSearchable: true
|
372
|
+
- multiValued: false
|
373
|
+
- mutability: immutable
|
374
|
+
- required: false
|
375
|
+
- returned: default
|
376
|
+
- type: string
|
377
|
+
- uniqueness: global
|
378
|
+
|
379
|
+
|
380
|
+
:param ocid: The ocid of this IdentityPropagationTrust.
|
381
|
+
:type: str
|
382
|
+
"""
|
383
|
+
self._ocid = ocid
|
384
|
+
|
385
|
+
@property
|
386
|
+
def schemas(self):
|
387
|
+
"""
|
388
|
+
**[Required]** Gets the schemas of this IdentityPropagationTrust.
|
389
|
+
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.
|
390
|
+
|
391
|
+
**SCIM++ Properties:**
|
392
|
+
- caseExact: false
|
393
|
+
- idcsSearchable: false
|
394
|
+
- multiValued: true
|
395
|
+
- mutability: readWrite
|
396
|
+
- required: true
|
397
|
+
- returned: default
|
398
|
+
- type: string
|
399
|
+
- uniqueness: none
|
400
|
+
|
401
|
+
|
402
|
+
:return: The schemas of this IdentityPropagationTrust.
|
403
|
+
:rtype: list[str]
|
404
|
+
"""
|
405
|
+
return self._schemas
|
406
|
+
|
407
|
+
@schemas.setter
|
408
|
+
def schemas(self, schemas):
|
409
|
+
"""
|
410
|
+
Sets the schemas of this IdentityPropagationTrust.
|
411
|
+
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.
|
412
|
+
|
413
|
+
**SCIM++ Properties:**
|
414
|
+
- caseExact: false
|
415
|
+
- idcsSearchable: false
|
416
|
+
- multiValued: true
|
417
|
+
- mutability: readWrite
|
418
|
+
- required: true
|
419
|
+
- returned: default
|
420
|
+
- type: string
|
421
|
+
- uniqueness: none
|
422
|
+
|
423
|
+
|
424
|
+
:param schemas: The schemas of this IdentityPropagationTrust.
|
425
|
+
:type: list[str]
|
426
|
+
"""
|
427
|
+
self._schemas = schemas
|
428
|
+
|
429
|
+
@property
|
430
|
+
def meta(self):
|
431
|
+
"""
|
432
|
+
Gets the meta of this IdentityPropagationTrust.
|
433
|
+
|
434
|
+
:return: The meta of this IdentityPropagationTrust.
|
435
|
+
:rtype: oci.identity_domains.models.Meta
|
436
|
+
"""
|
437
|
+
return self._meta
|
438
|
+
|
439
|
+
@meta.setter
|
440
|
+
def meta(self, meta):
|
441
|
+
"""
|
442
|
+
Sets the meta of this IdentityPropagationTrust.
|
443
|
+
|
444
|
+
:param meta: The meta of this IdentityPropagationTrust.
|
445
|
+
:type: oci.identity_domains.models.Meta
|
446
|
+
"""
|
447
|
+
self._meta = meta
|
448
|
+
|
449
|
+
@property
|
450
|
+
def idcs_created_by(self):
|
451
|
+
"""
|
452
|
+
Gets the idcs_created_by of this IdentityPropagationTrust.
|
453
|
+
|
454
|
+
:return: The idcs_created_by of this IdentityPropagationTrust.
|
455
|
+
:rtype: oci.identity_domains.models.IdcsCreatedBy
|
456
|
+
"""
|
457
|
+
return self._idcs_created_by
|
458
|
+
|
459
|
+
@idcs_created_by.setter
|
460
|
+
def idcs_created_by(self, idcs_created_by):
|
461
|
+
"""
|
462
|
+
Sets the idcs_created_by of this IdentityPropagationTrust.
|
463
|
+
|
464
|
+
:param idcs_created_by: The idcs_created_by of this IdentityPropagationTrust.
|
465
|
+
:type: oci.identity_domains.models.IdcsCreatedBy
|
466
|
+
"""
|
467
|
+
self._idcs_created_by = idcs_created_by
|
468
|
+
|
469
|
+
@property
|
470
|
+
def idcs_last_modified_by(self):
|
471
|
+
"""
|
472
|
+
Gets the idcs_last_modified_by of this IdentityPropagationTrust.
|
473
|
+
|
474
|
+
:return: The idcs_last_modified_by of this IdentityPropagationTrust.
|
475
|
+
:rtype: oci.identity_domains.models.IdcsLastModifiedBy
|
476
|
+
"""
|
477
|
+
return self._idcs_last_modified_by
|
478
|
+
|
479
|
+
@idcs_last_modified_by.setter
|
480
|
+
def idcs_last_modified_by(self, idcs_last_modified_by):
|
481
|
+
"""
|
482
|
+
Sets the idcs_last_modified_by of this IdentityPropagationTrust.
|
483
|
+
|
484
|
+
:param idcs_last_modified_by: The idcs_last_modified_by of this IdentityPropagationTrust.
|
485
|
+
:type: oci.identity_domains.models.IdcsLastModifiedBy
|
486
|
+
"""
|
487
|
+
self._idcs_last_modified_by = idcs_last_modified_by
|
488
|
+
|
489
|
+
@property
|
490
|
+
def idcs_prevented_operations(self):
|
491
|
+
"""
|
492
|
+
Gets the idcs_prevented_operations of this IdentityPropagationTrust.
|
493
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
494
|
+
|
495
|
+
**SCIM++ Properties:**
|
496
|
+
- idcsSearchable: false
|
497
|
+
- multiValued: true
|
498
|
+
- mutability: readOnly
|
499
|
+
- required: false
|
500
|
+
- returned: request
|
501
|
+
- type: string
|
502
|
+
- uniqueness: none
|
503
|
+
|
504
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
505
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
506
|
+
|
507
|
+
|
508
|
+
:return: The idcs_prevented_operations of this IdentityPropagationTrust.
|
509
|
+
:rtype: list[str]
|
510
|
+
"""
|
511
|
+
return self._idcs_prevented_operations
|
512
|
+
|
513
|
+
@idcs_prevented_operations.setter
|
514
|
+
def idcs_prevented_operations(self, idcs_prevented_operations):
|
515
|
+
"""
|
516
|
+
Sets the idcs_prevented_operations of this IdentityPropagationTrust.
|
517
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
518
|
+
|
519
|
+
**SCIM++ Properties:**
|
520
|
+
- idcsSearchable: false
|
521
|
+
- multiValued: true
|
522
|
+
- mutability: readOnly
|
523
|
+
- required: false
|
524
|
+
- returned: request
|
525
|
+
- type: string
|
526
|
+
- uniqueness: none
|
527
|
+
|
528
|
+
|
529
|
+
:param idcs_prevented_operations: The idcs_prevented_operations of this IdentityPropagationTrust.
|
530
|
+
:type: list[str]
|
531
|
+
"""
|
532
|
+
allowed_values = ["replace", "update", "delete"]
|
533
|
+
if idcs_prevented_operations:
|
534
|
+
idcs_prevented_operations[:] = ['UNKNOWN_ENUM_VALUE' if not value_allowed_none_or_none_sentinel(x, allowed_values) else x for x in idcs_prevented_operations]
|
535
|
+
self._idcs_prevented_operations = idcs_prevented_operations
|
536
|
+
|
537
|
+
@property
|
538
|
+
def tags(self):
|
539
|
+
"""
|
540
|
+
Gets the tags of this IdentityPropagationTrust.
|
541
|
+
A list of tags on this resource.
|
542
|
+
|
543
|
+
**SCIM++ Properties:**
|
544
|
+
- idcsCompositeKey: [key, value]
|
545
|
+
- idcsSearchable: true
|
546
|
+
- multiValued: true
|
547
|
+
- mutability: readWrite
|
548
|
+
- required: false
|
549
|
+
- returned: request
|
550
|
+
- type: complex
|
551
|
+
- uniqueness: none
|
552
|
+
|
553
|
+
|
554
|
+
:return: The tags of this IdentityPropagationTrust.
|
555
|
+
:rtype: list[oci.identity_domains.models.Tags]
|
556
|
+
"""
|
557
|
+
return self._tags
|
558
|
+
|
559
|
+
@tags.setter
|
560
|
+
def tags(self, tags):
|
561
|
+
"""
|
562
|
+
Sets the tags of this IdentityPropagationTrust.
|
563
|
+
A list of tags on this resource.
|
564
|
+
|
565
|
+
**SCIM++ Properties:**
|
566
|
+
- idcsCompositeKey: [key, value]
|
567
|
+
- idcsSearchable: true
|
568
|
+
- multiValued: true
|
569
|
+
- mutability: readWrite
|
570
|
+
- required: false
|
571
|
+
- returned: request
|
572
|
+
- type: complex
|
573
|
+
- uniqueness: none
|
574
|
+
|
575
|
+
|
576
|
+
:param tags: The tags of this IdentityPropagationTrust.
|
577
|
+
:type: list[oci.identity_domains.models.Tags]
|
578
|
+
"""
|
579
|
+
self._tags = tags
|
580
|
+
|
581
|
+
@property
|
582
|
+
def delete_in_progress(self):
|
583
|
+
"""
|
584
|
+
Gets the delete_in_progress of this IdentityPropagationTrust.
|
585
|
+
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.
|
586
|
+
|
587
|
+
**SCIM++ Properties:**
|
588
|
+
- caseExact: false
|
589
|
+
- idcsSearchable: true
|
590
|
+
- multiValued: false
|
591
|
+
- mutability: readOnly
|
592
|
+
- required: false
|
593
|
+
- returned: default
|
594
|
+
- type: boolean
|
595
|
+
- uniqueness: none
|
596
|
+
|
597
|
+
|
598
|
+
:return: The delete_in_progress of this IdentityPropagationTrust.
|
599
|
+
:rtype: bool
|
600
|
+
"""
|
601
|
+
return self._delete_in_progress
|
602
|
+
|
603
|
+
@delete_in_progress.setter
|
604
|
+
def delete_in_progress(self, delete_in_progress):
|
605
|
+
"""
|
606
|
+
Sets the delete_in_progress of this IdentityPropagationTrust.
|
607
|
+
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.
|
608
|
+
|
609
|
+
**SCIM++ Properties:**
|
610
|
+
- caseExact: false
|
611
|
+
- idcsSearchable: true
|
612
|
+
- multiValued: false
|
613
|
+
- mutability: readOnly
|
614
|
+
- required: false
|
615
|
+
- returned: default
|
616
|
+
- type: boolean
|
617
|
+
- uniqueness: none
|
618
|
+
|
619
|
+
|
620
|
+
:param delete_in_progress: The delete_in_progress of this IdentityPropagationTrust.
|
621
|
+
:type: bool
|
622
|
+
"""
|
623
|
+
self._delete_in_progress = delete_in_progress
|
624
|
+
|
625
|
+
@property
|
626
|
+
def idcs_last_upgraded_in_release(self):
|
627
|
+
"""
|
628
|
+
Gets the idcs_last_upgraded_in_release of this IdentityPropagationTrust.
|
629
|
+
The release number when the resource was upgraded.
|
630
|
+
|
631
|
+
**SCIM++ Properties:**
|
632
|
+
- caseExact: false
|
633
|
+
- idcsSearchable: false
|
634
|
+
- multiValued: false
|
635
|
+
- mutability: readOnly
|
636
|
+
- required: false
|
637
|
+
- returned: request
|
638
|
+
- type: string
|
639
|
+
- uniqueness: none
|
640
|
+
|
641
|
+
|
642
|
+
:return: The idcs_last_upgraded_in_release of this IdentityPropagationTrust.
|
643
|
+
:rtype: str
|
644
|
+
"""
|
645
|
+
return self._idcs_last_upgraded_in_release
|
646
|
+
|
647
|
+
@idcs_last_upgraded_in_release.setter
|
648
|
+
def idcs_last_upgraded_in_release(self, idcs_last_upgraded_in_release):
|
649
|
+
"""
|
650
|
+
Sets the idcs_last_upgraded_in_release of this IdentityPropagationTrust.
|
651
|
+
The release number when the resource was upgraded.
|
652
|
+
|
653
|
+
**SCIM++ Properties:**
|
654
|
+
- caseExact: false
|
655
|
+
- idcsSearchable: false
|
656
|
+
- multiValued: false
|
657
|
+
- mutability: readOnly
|
658
|
+
- required: false
|
659
|
+
- returned: request
|
660
|
+
- type: string
|
661
|
+
- uniqueness: none
|
662
|
+
|
663
|
+
|
664
|
+
:param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this IdentityPropagationTrust.
|
665
|
+
:type: str
|
666
|
+
"""
|
667
|
+
self._idcs_last_upgraded_in_release = idcs_last_upgraded_in_release
|
668
|
+
|
669
|
+
@property
|
670
|
+
def domain_ocid(self):
|
671
|
+
"""
|
672
|
+
Gets the domain_ocid of this IdentityPropagationTrust.
|
673
|
+
OCI Domain Id (ocid) in which the resource lives.
|
674
|
+
|
675
|
+
**SCIM++ Properties:**
|
676
|
+
- caseExact: false
|
677
|
+
- idcsSearchable: false
|
678
|
+
- multiValued: false
|
679
|
+
- mutability: readOnly
|
680
|
+
- required: false
|
681
|
+
- returned: default
|
682
|
+
- type: string
|
683
|
+
- uniqueness: none
|
684
|
+
|
685
|
+
|
686
|
+
:return: The domain_ocid of this IdentityPropagationTrust.
|
687
|
+
:rtype: str
|
688
|
+
"""
|
689
|
+
return self._domain_ocid
|
690
|
+
|
691
|
+
@domain_ocid.setter
|
692
|
+
def domain_ocid(self, domain_ocid):
|
693
|
+
"""
|
694
|
+
Sets the domain_ocid of this IdentityPropagationTrust.
|
695
|
+
OCI Domain Id (ocid) in which the resource lives.
|
696
|
+
|
697
|
+
**SCIM++ Properties:**
|
698
|
+
- caseExact: false
|
699
|
+
- idcsSearchable: false
|
700
|
+
- multiValued: false
|
701
|
+
- mutability: readOnly
|
702
|
+
- required: false
|
703
|
+
- returned: default
|
704
|
+
- type: string
|
705
|
+
- uniqueness: none
|
706
|
+
|
707
|
+
|
708
|
+
:param domain_ocid: The domain_ocid of this IdentityPropagationTrust.
|
709
|
+
:type: str
|
710
|
+
"""
|
711
|
+
self._domain_ocid = domain_ocid
|
712
|
+
|
713
|
+
@property
|
714
|
+
def compartment_ocid(self):
|
715
|
+
"""
|
716
|
+
Gets the compartment_ocid of this IdentityPropagationTrust.
|
717
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
718
|
+
|
719
|
+
**SCIM++ Properties:**
|
720
|
+
- caseExact: false
|
721
|
+
- idcsSearchable: false
|
722
|
+
- multiValued: false
|
723
|
+
- mutability: readOnly
|
724
|
+
- required: false
|
725
|
+
- returned: default
|
726
|
+
- type: string
|
727
|
+
- uniqueness: none
|
728
|
+
|
729
|
+
|
730
|
+
:return: The compartment_ocid of this IdentityPropagationTrust.
|
731
|
+
:rtype: str
|
732
|
+
"""
|
733
|
+
return self._compartment_ocid
|
734
|
+
|
735
|
+
@compartment_ocid.setter
|
736
|
+
def compartment_ocid(self, compartment_ocid):
|
737
|
+
"""
|
738
|
+
Sets the compartment_ocid of this IdentityPropagationTrust.
|
739
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
740
|
+
|
741
|
+
**SCIM++ Properties:**
|
742
|
+
- caseExact: false
|
743
|
+
- idcsSearchable: false
|
744
|
+
- multiValued: false
|
745
|
+
- mutability: readOnly
|
746
|
+
- required: false
|
747
|
+
- returned: default
|
748
|
+
- type: string
|
749
|
+
- uniqueness: none
|
750
|
+
|
751
|
+
|
752
|
+
:param compartment_ocid: The compartment_ocid of this IdentityPropagationTrust.
|
753
|
+
:type: str
|
754
|
+
"""
|
755
|
+
self._compartment_ocid = compartment_ocid
|
756
|
+
|
757
|
+
@property
|
758
|
+
def tenancy_ocid(self):
|
759
|
+
"""
|
760
|
+
Gets the tenancy_ocid of this IdentityPropagationTrust.
|
761
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
762
|
+
|
763
|
+
**SCIM++ Properties:**
|
764
|
+
- caseExact: false
|
765
|
+
- idcsSearchable: false
|
766
|
+
- multiValued: false
|
767
|
+
- mutability: readOnly
|
768
|
+
- required: false
|
769
|
+
- returned: default
|
770
|
+
- type: string
|
771
|
+
- uniqueness: none
|
772
|
+
|
773
|
+
|
774
|
+
:return: The tenancy_ocid of this IdentityPropagationTrust.
|
775
|
+
:rtype: str
|
776
|
+
"""
|
777
|
+
return self._tenancy_ocid
|
778
|
+
|
779
|
+
@tenancy_ocid.setter
|
780
|
+
def tenancy_ocid(self, tenancy_ocid):
|
781
|
+
"""
|
782
|
+
Sets the tenancy_ocid of this IdentityPropagationTrust.
|
783
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
784
|
+
|
785
|
+
**SCIM++ Properties:**
|
786
|
+
- caseExact: false
|
787
|
+
- idcsSearchable: false
|
788
|
+
- multiValued: false
|
789
|
+
- mutability: readOnly
|
790
|
+
- required: false
|
791
|
+
- returned: default
|
792
|
+
- type: string
|
793
|
+
- uniqueness: none
|
794
|
+
|
795
|
+
|
796
|
+
:param tenancy_ocid: The tenancy_ocid of this IdentityPropagationTrust.
|
797
|
+
:type: str
|
798
|
+
"""
|
799
|
+
self._tenancy_ocid = tenancy_ocid
|
800
|
+
|
801
|
+
@property
|
802
|
+
def name(self):
|
803
|
+
"""
|
804
|
+
**[Required]** Gets the name of this IdentityPropagationTrust.
|
805
|
+
The name of the the Identity Propagation Trust.
|
806
|
+
|
807
|
+
**SCIM++ Properties:**
|
808
|
+
- type: string
|
809
|
+
- caseExact: false
|
810
|
+
- idcsSearchable: true
|
811
|
+
- multiValued: false
|
812
|
+
- required: true
|
813
|
+
- mutability: immutable
|
814
|
+
- returned: default
|
815
|
+
- uniqueness: none
|
816
|
+
|
817
|
+
|
818
|
+
:return: The name of this IdentityPropagationTrust.
|
819
|
+
:rtype: str
|
820
|
+
"""
|
821
|
+
return self._name
|
822
|
+
|
823
|
+
@name.setter
|
824
|
+
def name(self, name):
|
825
|
+
"""
|
826
|
+
Sets the name of this IdentityPropagationTrust.
|
827
|
+
The name of the the Identity Propagation Trust.
|
828
|
+
|
829
|
+
**SCIM++ Properties:**
|
830
|
+
- type: string
|
831
|
+
- caseExact: false
|
832
|
+
- idcsSearchable: true
|
833
|
+
- multiValued: false
|
834
|
+
- required: true
|
835
|
+
- mutability: immutable
|
836
|
+
- returned: default
|
837
|
+
- uniqueness: none
|
838
|
+
|
839
|
+
|
840
|
+
:param name: The name of this IdentityPropagationTrust.
|
841
|
+
:type: str
|
842
|
+
"""
|
843
|
+
self._name = name
|
844
|
+
|
845
|
+
@property
|
846
|
+
def description(self):
|
847
|
+
"""
|
848
|
+
Gets the description of this IdentityPropagationTrust.
|
849
|
+
The description of the Identity Propagation Trust.
|
850
|
+
|
851
|
+
**SCIM++ Properties:**
|
852
|
+
- type: string
|
853
|
+
- multiValued: false
|
854
|
+
- required: false
|
855
|
+
- mutability: readWrite
|
856
|
+
- returned: default
|
857
|
+
- uniqueness: none
|
858
|
+
- caseExact: false
|
859
|
+
- idcsSearchable: false
|
860
|
+
|
861
|
+
|
862
|
+
:return: The description of this IdentityPropagationTrust.
|
863
|
+
:rtype: str
|
864
|
+
"""
|
865
|
+
return self._description
|
866
|
+
|
867
|
+
@description.setter
|
868
|
+
def description(self, description):
|
869
|
+
"""
|
870
|
+
Sets the description of this IdentityPropagationTrust.
|
871
|
+
The description of the Identity Propagation Trust.
|
872
|
+
|
873
|
+
**SCIM++ Properties:**
|
874
|
+
- type: string
|
875
|
+
- multiValued: false
|
876
|
+
- required: false
|
877
|
+
- mutability: readWrite
|
878
|
+
- returned: default
|
879
|
+
- uniqueness: none
|
880
|
+
- caseExact: false
|
881
|
+
- idcsSearchable: false
|
882
|
+
|
883
|
+
|
884
|
+
:param description: The description of this IdentityPropagationTrust.
|
885
|
+
:type: str
|
886
|
+
"""
|
887
|
+
self._description = description
|
888
|
+
|
889
|
+
@property
|
890
|
+
def type(self):
|
891
|
+
"""
|
892
|
+
**[Required]** Gets the type of this IdentityPropagationTrust.
|
893
|
+
The type of the inbound token from the Identity cloud provider.
|
894
|
+
|
895
|
+
**SCIM++ Properties:**
|
896
|
+
- caseExact: true
|
897
|
+
- idcsSearchable: false
|
898
|
+
- required: true
|
899
|
+
- mutability: readWrite
|
900
|
+
- returned: default
|
901
|
+
- type: string
|
902
|
+
- multiValued: false
|
903
|
+
- uniqueness: none
|
904
|
+
|
905
|
+
Allowed values for this property are: "JWT", "SAML", "SPNEGO", "AWS", 'UNKNOWN_ENUM_VALUE'.
|
906
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
907
|
+
|
908
|
+
|
909
|
+
:return: The type of this IdentityPropagationTrust.
|
910
|
+
:rtype: str
|
911
|
+
"""
|
912
|
+
return self._type
|
913
|
+
|
914
|
+
@type.setter
|
915
|
+
def type(self, type):
|
916
|
+
"""
|
917
|
+
Sets the type of this IdentityPropagationTrust.
|
918
|
+
The type of the inbound token from the Identity cloud provider.
|
919
|
+
|
920
|
+
**SCIM++ Properties:**
|
921
|
+
- caseExact: true
|
922
|
+
- idcsSearchable: false
|
923
|
+
- required: true
|
924
|
+
- mutability: readWrite
|
925
|
+
- returned: default
|
926
|
+
- type: string
|
927
|
+
- multiValued: false
|
928
|
+
- uniqueness: none
|
929
|
+
|
930
|
+
|
931
|
+
:param type: The type of this IdentityPropagationTrust.
|
932
|
+
:type: str
|
933
|
+
"""
|
934
|
+
allowed_values = ["JWT", "SAML", "SPNEGO", "AWS"]
|
935
|
+
if not value_allowed_none_or_none_sentinel(type, allowed_values):
|
936
|
+
type = 'UNKNOWN_ENUM_VALUE'
|
937
|
+
self._type = type
|
938
|
+
|
939
|
+
@property
|
940
|
+
def issuer(self):
|
941
|
+
"""
|
942
|
+
**[Required]** Gets the issuer of this IdentityPropagationTrust.
|
943
|
+
The issuer claim of the Identity provider.
|
944
|
+
|
945
|
+
**SCIM++ Properties:**
|
946
|
+
- type: string
|
947
|
+
- multiValued: false
|
948
|
+
- required: true
|
949
|
+
- mutability: readWrite
|
950
|
+
- returned: always
|
951
|
+
- caseExact: true
|
952
|
+
- idcsSearchable: true
|
953
|
+
- uniqueness: server
|
954
|
+
|
955
|
+
|
956
|
+
:return: The issuer of this IdentityPropagationTrust.
|
957
|
+
:rtype: str
|
958
|
+
"""
|
959
|
+
return self._issuer
|
960
|
+
|
961
|
+
@issuer.setter
|
962
|
+
def issuer(self, issuer):
|
963
|
+
"""
|
964
|
+
Sets the issuer of this IdentityPropagationTrust.
|
965
|
+
The issuer claim of the Identity provider.
|
966
|
+
|
967
|
+
**SCIM++ Properties:**
|
968
|
+
- type: string
|
969
|
+
- multiValued: false
|
970
|
+
- required: true
|
971
|
+
- mutability: readWrite
|
972
|
+
- returned: always
|
973
|
+
- caseExact: true
|
974
|
+
- idcsSearchable: true
|
975
|
+
- uniqueness: server
|
976
|
+
|
977
|
+
|
978
|
+
:param issuer: The issuer of this IdentityPropagationTrust.
|
979
|
+
:type: str
|
980
|
+
"""
|
981
|
+
self._issuer = issuer
|
982
|
+
|
983
|
+
@property
|
984
|
+
def account_id(self):
|
985
|
+
"""
|
986
|
+
Gets the account_id of this IdentityPropagationTrust.
|
987
|
+
The Identity cloud provider service identifier, for example, the Azure Tenancy ID, AWS Account ID, or GCP Project ID.
|
988
|
+
|
989
|
+
**SCIM++ Properties:**
|
990
|
+
- type: string
|
991
|
+
- multiValued: false
|
992
|
+
- required: false
|
993
|
+
- mutability: readWrite
|
994
|
+
- returned: default
|
995
|
+
- caseExact: true
|
996
|
+
- idcsSearchable: true
|
997
|
+
- uniqueness: none
|
998
|
+
|
999
|
+
|
1000
|
+
:return: The account_id of this IdentityPropagationTrust.
|
1001
|
+
:rtype: str
|
1002
|
+
"""
|
1003
|
+
return self._account_id
|
1004
|
+
|
1005
|
+
@account_id.setter
|
1006
|
+
def account_id(self, account_id):
|
1007
|
+
"""
|
1008
|
+
Sets the account_id of this IdentityPropagationTrust.
|
1009
|
+
The Identity cloud provider service identifier, for example, the Azure Tenancy ID, AWS Account ID, or GCP Project ID.
|
1010
|
+
|
1011
|
+
**SCIM++ Properties:**
|
1012
|
+
- type: string
|
1013
|
+
- multiValued: false
|
1014
|
+
- required: false
|
1015
|
+
- mutability: readWrite
|
1016
|
+
- returned: default
|
1017
|
+
- caseExact: true
|
1018
|
+
- idcsSearchable: true
|
1019
|
+
- uniqueness: none
|
1020
|
+
|
1021
|
+
|
1022
|
+
:param account_id: The account_id of this IdentityPropagationTrust.
|
1023
|
+
:type: str
|
1024
|
+
"""
|
1025
|
+
self._account_id = account_id
|
1026
|
+
|
1027
|
+
@property
|
1028
|
+
def subject_claim_name(self):
|
1029
|
+
"""
|
1030
|
+
Gets the subject_claim_name of this IdentityPropagationTrust.
|
1031
|
+
Used for locating the subject claim from the incoming token.
|
1032
|
+
|
1033
|
+
**SCIM++ Properties:**
|
1034
|
+
- type: string
|
1035
|
+
- multiValued: false
|
1036
|
+
- required: false
|
1037
|
+
- mutability: readWrite
|
1038
|
+
- returned: default
|
1039
|
+
- uniqueness: none
|
1040
|
+
- caseExact: true
|
1041
|
+
- idcsSearchable: false
|
1042
|
+
|
1043
|
+
|
1044
|
+
:return: The subject_claim_name of this IdentityPropagationTrust.
|
1045
|
+
:rtype: str
|
1046
|
+
"""
|
1047
|
+
return self._subject_claim_name
|
1048
|
+
|
1049
|
+
@subject_claim_name.setter
|
1050
|
+
def subject_claim_name(self, subject_claim_name):
|
1051
|
+
"""
|
1052
|
+
Sets the subject_claim_name of this IdentityPropagationTrust.
|
1053
|
+
Used for locating the subject claim from the incoming token.
|
1054
|
+
|
1055
|
+
**SCIM++ Properties:**
|
1056
|
+
- type: string
|
1057
|
+
- multiValued: false
|
1058
|
+
- required: false
|
1059
|
+
- mutability: readWrite
|
1060
|
+
- returned: default
|
1061
|
+
- uniqueness: none
|
1062
|
+
- caseExact: true
|
1063
|
+
- idcsSearchable: false
|
1064
|
+
|
1065
|
+
|
1066
|
+
:param subject_claim_name: The subject_claim_name of this IdentityPropagationTrust.
|
1067
|
+
:type: str
|
1068
|
+
"""
|
1069
|
+
self._subject_claim_name = subject_claim_name
|
1070
|
+
|
1071
|
+
@property
|
1072
|
+
def subject_mapping_attribute(self):
|
1073
|
+
"""
|
1074
|
+
Gets the subject_mapping_attribute of this IdentityPropagationTrust.
|
1075
|
+
Subject Mapping Attribute to which the value from subject claim name value would be used for identity lookup.
|
1076
|
+
|
1077
|
+
**SCIM++ Properties:**
|
1078
|
+
- type: string
|
1079
|
+
- multiValued: false
|
1080
|
+
- idcsSearchable: false
|
1081
|
+
- required: false
|
1082
|
+
- mutability: readWrite
|
1083
|
+
- returned: default
|
1084
|
+
- uniqueness: none
|
1085
|
+
|
1086
|
+
|
1087
|
+
:return: The subject_mapping_attribute of this IdentityPropagationTrust.
|
1088
|
+
:rtype: str
|
1089
|
+
"""
|
1090
|
+
return self._subject_mapping_attribute
|
1091
|
+
|
1092
|
+
@subject_mapping_attribute.setter
|
1093
|
+
def subject_mapping_attribute(self, subject_mapping_attribute):
|
1094
|
+
"""
|
1095
|
+
Sets the subject_mapping_attribute of this IdentityPropagationTrust.
|
1096
|
+
Subject Mapping Attribute to which the value from subject claim name value would be used for identity lookup.
|
1097
|
+
|
1098
|
+
**SCIM++ Properties:**
|
1099
|
+
- type: string
|
1100
|
+
- multiValued: false
|
1101
|
+
- idcsSearchable: false
|
1102
|
+
- required: false
|
1103
|
+
- mutability: readWrite
|
1104
|
+
- returned: default
|
1105
|
+
- uniqueness: none
|
1106
|
+
|
1107
|
+
|
1108
|
+
:param subject_mapping_attribute: The subject_mapping_attribute of this IdentityPropagationTrust.
|
1109
|
+
:type: str
|
1110
|
+
"""
|
1111
|
+
self._subject_mapping_attribute = subject_mapping_attribute
|
1112
|
+
|
1113
|
+
@property
|
1114
|
+
def subject_type(self):
|
1115
|
+
"""
|
1116
|
+
Gets the subject_type of this IdentityPropagationTrust.
|
1117
|
+
The type of the resource against which lookup will be made in the identity domain in IAM for the incoming subject claim value.
|
1118
|
+
|
1119
|
+
**SCIM++ Properties:**
|
1120
|
+
- idcsSearchable: false
|
1121
|
+
- multiValued: false
|
1122
|
+
- mutability: readWrite
|
1123
|
+
- required: false
|
1124
|
+
- returned: default
|
1125
|
+
- type: string
|
1126
|
+
- uniqueness: none
|
1127
|
+
|
1128
|
+
Allowed values for this property are: "User", "App", 'UNKNOWN_ENUM_VALUE'.
|
1129
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
1130
|
+
|
1131
|
+
|
1132
|
+
:return: The subject_type of this IdentityPropagationTrust.
|
1133
|
+
:rtype: str
|
1134
|
+
"""
|
1135
|
+
return self._subject_type
|
1136
|
+
|
1137
|
+
@subject_type.setter
|
1138
|
+
def subject_type(self, subject_type):
|
1139
|
+
"""
|
1140
|
+
Sets the subject_type of this IdentityPropagationTrust.
|
1141
|
+
The type of the resource against which lookup will be made in the identity domain in IAM for the incoming subject claim value.
|
1142
|
+
|
1143
|
+
**SCIM++ Properties:**
|
1144
|
+
- idcsSearchable: false
|
1145
|
+
- multiValued: false
|
1146
|
+
- mutability: readWrite
|
1147
|
+
- required: false
|
1148
|
+
- returned: default
|
1149
|
+
- type: string
|
1150
|
+
- uniqueness: none
|
1151
|
+
|
1152
|
+
|
1153
|
+
:param subject_type: The subject_type of this IdentityPropagationTrust.
|
1154
|
+
:type: str
|
1155
|
+
"""
|
1156
|
+
allowed_values = ["User", "App"]
|
1157
|
+
if not value_allowed_none_or_none_sentinel(subject_type, allowed_values):
|
1158
|
+
subject_type = 'UNKNOWN_ENUM_VALUE'
|
1159
|
+
self._subject_type = subject_type
|
1160
|
+
|
1161
|
+
@property
|
1162
|
+
def client_claim_name(self):
|
1163
|
+
"""
|
1164
|
+
Gets the client_claim_name of this IdentityPropagationTrust.
|
1165
|
+
The claim name that identifies to whom the JWT/SAML token is issued. If AWS, then \\\"aud\\\" or \\\"client_id\\\". If Azure, then \\\"appid\\\". If GCP, then \\\"aud\\\".
|
1166
|
+
|
1167
|
+
**SCIM++ Properties:**
|
1168
|
+
- type: string
|
1169
|
+
- multiValued: false
|
1170
|
+
- required: false
|
1171
|
+
- mutability: readWrite
|
1172
|
+
- returned: default
|
1173
|
+
- uniqueness: none
|
1174
|
+
- idcsSearchable: false
|
1175
|
+
|
1176
|
+
|
1177
|
+
:return: The client_claim_name of this IdentityPropagationTrust.
|
1178
|
+
:rtype: str
|
1179
|
+
"""
|
1180
|
+
return self._client_claim_name
|
1181
|
+
|
1182
|
+
@client_claim_name.setter
|
1183
|
+
def client_claim_name(self, client_claim_name):
|
1184
|
+
"""
|
1185
|
+
Sets the client_claim_name of this IdentityPropagationTrust.
|
1186
|
+
The claim name that identifies to whom the JWT/SAML token is issued. If AWS, then \\\"aud\\\" or \\\"client_id\\\". If Azure, then \\\"appid\\\". If GCP, then \\\"aud\\\".
|
1187
|
+
|
1188
|
+
**SCIM++ Properties:**
|
1189
|
+
- type: string
|
1190
|
+
- multiValued: false
|
1191
|
+
- required: false
|
1192
|
+
- mutability: readWrite
|
1193
|
+
- returned: default
|
1194
|
+
- uniqueness: none
|
1195
|
+
- idcsSearchable: false
|
1196
|
+
|
1197
|
+
|
1198
|
+
:param client_claim_name: The client_claim_name of this IdentityPropagationTrust.
|
1199
|
+
:type: str
|
1200
|
+
"""
|
1201
|
+
self._client_claim_name = client_claim_name
|
1202
|
+
|
1203
|
+
@property
|
1204
|
+
def client_claim_values(self):
|
1205
|
+
"""
|
1206
|
+
Gets the client_claim_values of this IdentityPropagationTrust.
|
1207
|
+
The value that corresponds to the client claim name used to identify to whom the token is issued.
|
1208
|
+
|
1209
|
+
**SCIM++ Properties:**
|
1210
|
+
- type: string
|
1211
|
+
- multiValued: true
|
1212
|
+
- required: false
|
1213
|
+
- mutability: readWrite
|
1214
|
+
- returned: default
|
1215
|
+
- uniqueness: none
|
1216
|
+
- caseExact: true
|
1217
|
+
- idcsSearchable: false
|
1218
|
+
|
1219
|
+
|
1220
|
+
:return: The client_claim_values of this IdentityPropagationTrust.
|
1221
|
+
:rtype: list[str]
|
1222
|
+
"""
|
1223
|
+
return self._client_claim_values
|
1224
|
+
|
1225
|
+
@client_claim_values.setter
|
1226
|
+
def client_claim_values(self, client_claim_values):
|
1227
|
+
"""
|
1228
|
+
Sets the client_claim_values of this IdentityPropagationTrust.
|
1229
|
+
The value that corresponds to the client claim name used to identify to whom the token is issued.
|
1230
|
+
|
1231
|
+
**SCIM++ Properties:**
|
1232
|
+
- type: string
|
1233
|
+
- multiValued: true
|
1234
|
+
- required: false
|
1235
|
+
- mutability: readWrite
|
1236
|
+
- returned: default
|
1237
|
+
- uniqueness: none
|
1238
|
+
- caseExact: true
|
1239
|
+
- idcsSearchable: false
|
1240
|
+
|
1241
|
+
|
1242
|
+
:param client_claim_values: The client_claim_values of this IdentityPropagationTrust.
|
1243
|
+
:type: list[str]
|
1244
|
+
"""
|
1245
|
+
self._client_claim_values = client_claim_values
|
1246
|
+
|
1247
|
+
@property
|
1248
|
+
def active(self):
|
1249
|
+
"""
|
1250
|
+
Gets the active of this IdentityPropagationTrust.
|
1251
|
+
If true, specifies that this Identity Propagation Trust is in an enabled state. The default value is false.
|
1252
|
+
|
1253
|
+
**SCIM++ Properties:**
|
1254
|
+
- type: boolean
|
1255
|
+
- multiValued: false
|
1256
|
+
- required: false
|
1257
|
+
- mutability: readWrite
|
1258
|
+
- returned: default
|
1259
|
+
- uniqueness: none
|
1260
|
+
- idcsSearchable: true
|
1261
|
+
|
1262
|
+
|
1263
|
+
:return: The active of this IdentityPropagationTrust.
|
1264
|
+
:rtype: bool
|
1265
|
+
"""
|
1266
|
+
return self._active
|
1267
|
+
|
1268
|
+
@active.setter
|
1269
|
+
def active(self, active):
|
1270
|
+
"""
|
1271
|
+
Sets the active of this IdentityPropagationTrust.
|
1272
|
+
If true, specifies that this Identity Propagation Trust is in an enabled state. The default value is false.
|
1273
|
+
|
1274
|
+
**SCIM++ Properties:**
|
1275
|
+
- type: boolean
|
1276
|
+
- multiValued: false
|
1277
|
+
- required: false
|
1278
|
+
- mutability: readWrite
|
1279
|
+
- returned: default
|
1280
|
+
- uniqueness: none
|
1281
|
+
- idcsSearchable: true
|
1282
|
+
|
1283
|
+
|
1284
|
+
:param active: The active of this IdentityPropagationTrust.
|
1285
|
+
:type: bool
|
1286
|
+
"""
|
1287
|
+
self._active = active
|
1288
|
+
|
1289
|
+
@property
|
1290
|
+
def public_key_endpoint(self):
|
1291
|
+
"""
|
1292
|
+
Gets the public_key_endpoint of this IdentityPropagationTrust.
|
1293
|
+
The cloud provider's public key API of SAML and OIDC providers for signature validation.
|
1294
|
+
|
1295
|
+
**SCIM++ Properties:**
|
1296
|
+
- type: string
|
1297
|
+
- multiValued: false
|
1298
|
+
- required: false
|
1299
|
+
- mutability: readWrite
|
1300
|
+
- returned: default
|
1301
|
+
- uniqueness: none
|
1302
|
+
- caseExact: false
|
1303
|
+
- idcsSearchable: false
|
1304
|
+
|
1305
|
+
|
1306
|
+
:return: The public_key_endpoint of this IdentityPropagationTrust.
|
1307
|
+
:rtype: str
|
1308
|
+
"""
|
1309
|
+
return self._public_key_endpoint
|
1310
|
+
|
1311
|
+
@public_key_endpoint.setter
|
1312
|
+
def public_key_endpoint(self, public_key_endpoint):
|
1313
|
+
"""
|
1314
|
+
Sets the public_key_endpoint of this IdentityPropagationTrust.
|
1315
|
+
The cloud provider's public key API of SAML and OIDC providers for signature validation.
|
1316
|
+
|
1317
|
+
**SCIM++ Properties:**
|
1318
|
+
- type: string
|
1319
|
+
- multiValued: false
|
1320
|
+
- required: false
|
1321
|
+
- mutability: readWrite
|
1322
|
+
- returned: default
|
1323
|
+
- uniqueness: none
|
1324
|
+
- caseExact: false
|
1325
|
+
- idcsSearchable: false
|
1326
|
+
|
1327
|
+
|
1328
|
+
:param public_key_endpoint: The public_key_endpoint of this IdentityPropagationTrust.
|
1329
|
+
:type: str
|
1330
|
+
"""
|
1331
|
+
self._public_key_endpoint = public_key_endpoint
|
1332
|
+
|
1333
|
+
@property
|
1334
|
+
def public_certificate(self):
|
1335
|
+
"""
|
1336
|
+
Gets the public_certificate of this IdentityPropagationTrust.
|
1337
|
+
Store the public key if public key cert.
|
1338
|
+
|
1339
|
+
**SCIM++ Properties:**
|
1340
|
+
- type: string
|
1341
|
+
- multiValued: false
|
1342
|
+
- required: false
|
1343
|
+
- mutability: readWrite
|
1344
|
+
- returned: default
|
1345
|
+
- uniqueness: none
|
1346
|
+
- idcsSearchable: false
|
1347
|
+
|
1348
|
+
|
1349
|
+
:return: The public_certificate of this IdentityPropagationTrust.
|
1350
|
+
:rtype: str
|
1351
|
+
"""
|
1352
|
+
return self._public_certificate
|
1353
|
+
|
1354
|
+
@public_certificate.setter
|
1355
|
+
def public_certificate(self, public_certificate):
|
1356
|
+
"""
|
1357
|
+
Sets the public_certificate of this IdentityPropagationTrust.
|
1358
|
+
Store the public key if public key cert.
|
1359
|
+
|
1360
|
+
**SCIM++ Properties:**
|
1361
|
+
- type: string
|
1362
|
+
- multiValued: false
|
1363
|
+
- required: false
|
1364
|
+
- mutability: readWrite
|
1365
|
+
- returned: default
|
1366
|
+
- uniqueness: none
|
1367
|
+
- idcsSearchable: false
|
1368
|
+
|
1369
|
+
|
1370
|
+
:param public_certificate: The public_certificate of this IdentityPropagationTrust.
|
1371
|
+
:type: str
|
1372
|
+
"""
|
1373
|
+
self._public_certificate = public_certificate
|
1374
|
+
|
1375
|
+
@property
|
1376
|
+
def oauth_clients(self):
|
1377
|
+
"""
|
1378
|
+
Gets the oauth_clients of this IdentityPropagationTrust.
|
1379
|
+
The value of all the authorized OAuth Clients.
|
1380
|
+
|
1381
|
+
**SCIM++ Properties:**
|
1382
|
+
- idcsSearchable: false
|
1383
|
+
- multiValued: true
|
1384
|
+
- mutability: readWrite
|
1385
|
+
- required: false
|
1386
|
+
- returned: default
|
1387
|
+
- type: string
|
1388
|
+
- uniqueness: none
|
1389
|
+
|
1390
|
+
|
1391
|
+
:return: The oauth_clients of this IdentityPropagationTrust.
|
1392
|
+
:rtype: list[str]
|
1393
|
+
"""
|
1394
|
+
return self._oauth_clients
|
1395
|
+
|
1396
|
+
@oauth_clients.setter
|
1397
|
+
def oauth_clients(self, oauth_clients):
|
1398
|
+
"""
|
1399
|
+
Sets the oauth_clients of this IdentityPropagationTrust.
|
1400
|
+
The value of all the authorized OAuth Clients.
|
1401
|
+
|
1402
|
+
**SCIM++ Properties:**
|
1403
|
+
- idcsSearchable: false
|
1404
|
+
- multiValued: true
|
1405
|
+
- mutability: readWrite
|
1406
|
+
- required: false
|
1407
|
+
- returned: default
|
1408
|
+
- type: string
|
1409
|
+
- uniqueness: none
|
1410
|
+
|
1411
|
+
|
1412
|
+
:param oauth_clients: The oauth_clients of this IdentityPropagationTrust.
|
1413
|
+
:type: list[str]
|
1414
|
+
"""
|
1415
|
+
self._oauth_clients = oauth_clients
|
1416
|
+
|
1417
|
+
@property
|
1418
|
+
def service_principals(self):
|
1419
|
+
"""
|
1420
|
+
Gets the service_principals of this IdentityPropagationTrust.
|
1421
|
+
The value of all the authorized OCI Service Principals.
|
1422
|
+
|
1423
|
+
**SCIM++ Properties:**
|
1424
|
+
- idcsSearchable: false
|
1425
|
+
- multiValued: true
|
1426
|
+
- mutability: readWrite
|
1427
|
+
- required: false
|
1428
|
+
- returned: default
|
1429
|
+
- type: string
|
1430
|
+
- uniqueness: none
|
1431
|
+
|
1432
|
+
|
1433
|
+
:return: The service_principals of this IdentityPropagationTrust.
|
1434
|
+
:rtype: list[str]
|
1435
|
+
"""
|
1436
|
+
return self._service_principals
|
1437
|
+
|
1438
|
+
@service_principals.setter
|
1439
|
+
def service_principals(self, service_principals):
|
1440
|
+
"""
|
1441
|
+
Sets the service_principals of this IdentityPropagationTrust.
|
1442
|
+
The value of all the authorized OCI Service Principals.
|
1443
|
+
|
1444
|
+
**SCIM++ Properties:**
|
1445
|
+
- idcsSearchable: false
|
1446
|
+
- multiValued: true
|
1447
|
+
- mutability: readWrite
|
1448
|
+
- required: false
|
1449
|
+
- returned: default
|
1450
|
+
- type: string
|
1451
|
+
- uniqueness: none
|
1452
|
+
|
1453
|
+
|
1454
|
+
:param service_principals: The service_principals of this IdentityPropagationTrust.
|
1455
|
+
:type: list[str]
|
1456
|
+
"""
|
1457
|
+
self._service_principals = service_principals
|
1458
|
+
|
1459
|
+
@property
|
1460
|
+
def allow_impersonation(self):
|
1461
|
+
"""
|
1462
|
+
Gets the allow_impersonation of this IdentityPropagationTrust.
|
1463
|
+
Allow customers to define whether the resulting token should contain the authenticated user as the subject or whether the token should impersonate another Application Principal in IAM.
|
1464
|
+
|
1465
|
+
**SCIM++ Properties:**
|
1466
|
+
- type: boolean
|
1467
|
+
- multiValued: false
|
1468
|
+
- required: false
|
1469
|
+
- mutability: readWrite
|
1470
|
+
- returned: default
|
1471
|
+
- uniqueness: none
|
1472
|
+
- idcsSearchable: false
|
1473
|
+
|
1474
|
+
|
1475
|
+
:return: The allow_impersonation of this IdentityPropagationTrust.
|
1476
|
+
:rtype: bool
|
1477
|
+
"""
|
1478
|
+
return self._allow_impersonation
|
1479
|
+
|
1480
|
+
@allow_impersonation.setter
|
1481
|
+
def allow_impersonation(self, allow_impersonation):
|
1482
|
+
"""
|
1483
|
+
Sets the allow_impersonation of this IdentityPropagationTrust.
|
1484
|
+
Allow customers to define whether the resulting token should contain the authenticated user as the subject or whether the token should impersonate another Application Principal in IAM.
|
1485
|
+
|
1486
|
+
**SCIM++ Properties:**
|
1487
|
+
- type: boolean
|
1488
|
+
- multiValued: false
|
1489
|
+
- required: false
|
1490
|
+
- mutability: readWrite
|
1491
|
+
- returned: default
|
1492
|
+
- uniqueness: none
|
1493
|
+
- idcsSearchable: false
|
1494
|
+
|
1495
|
+
|
1496
|
+
:param allow_impersonation: The allow_impersonation of this IdentityPropagationTrust.
|
1497
|
+
:type: bool
|
1498
|
+
"""
|
1499
|
+
self._allow_impersonation = allow_impersonation
|
1500
|
+
|
1501
|
+
@property
|
1502
|
+
def clock_skew_seconds(self):
|
1503
|
+
"""
|
1504
|
+
Gets the clock_skew_seconds of this IdentityPropagationTrust.
|
1505
|
+
The clock skew (in secs) that's allowed for the token issue and expiry time.
|
1506
|
+
|
1507
|
+
**Added In:** 2308181911
|
1508
|
+
|
1509
|
+
**SCIM++ Properties:**
|
1510
|
+
- caseExact: false
|
1511
|
+
- idcsSearchable: false
|
1512
|
+
- multiValued: false
|
1513
|
+
- mutability: readWrite
|
1514
|
+
- required: false
|
1515
|
+
- returned: default
|
1516
|
+
- type: integer
|
1517
|
+
- uniqueness: none
|
1518
|
+
|
1519
|
+
|
1520
|
+
:return: The clock_skew_seconds of this IdentityPropagationTrust.
|
1521
|
+
:rtype: int
|
1522
|
+
"""
|
1523
|
+
return self._clock_skew_seconds
|
1524
|
+
|
1525
|
+
@clock_skew_seconds.setter
|
1526
|
+
def clock_skew_seconds(self, clock_skew_seconds):
|
1527
|
+
"""
|
1528
|
+
Sets the clock_skew_seconds of this IdentityPropagationTrust.
|
1529
|
+
The clock skew (in secs) that's allowed for the token issue and expiry time.
|
1530
|
+
|
1531
|
+
**Added In:** 2308181911
|
1532
|
+
|
1533
|
+
**SCIM++ Properties:**
|
1534
|
+
- caseExact: false
|
1535
|
+
- idcsSearchable: false
|
1536
|
+
- multiValued: false
|
1537
|
+
- mutability: readWrite
|
1538
|
+
- required: false
|
1539
|
+
- returned: default
|
1540
|
+
- type: integer
|
1541
|
+
- uniqueness: none
|
1542
|
+
|
1543
|
+
|
1544
|
+
:param clock_skew_seconds: The clock_skew_seconds of this IdentityPropagationTrust.
|
1545
|
+
:type: int
|
1546
|
+
"""
|
1547
|
+
self._clock_skew_seconds = clock_skew_seconds
|
1548
|
+
|
1549
|
+
@property
|
1550
|
+
def impersonation_service_users(self):
|
1551
|
+
"""
|
1552
|
+
Gets the impersonation_service_users of this IdentityPropagationTrust.
|
1553
|
+
The Impersonating Principal.
|
1554
|
+
|
1555
|
+
**SCIM++ Properties:**
|
1556
|
+
- idcsCompositeKey: [rule, value]
|
1557
|
+
- idcsSearchable: false
|
1558
|
+
- multiValued: true
|
1559
|
+
- mutability: readWrite
|
1560
|
+
- required: false
|
1561
|
+
- returned: request
|
1562
|
+
- type: complex
|
1563
|
+
- uniqueness: none
|
1564
|
+
|
1565
|
+
|
1566
|
+
:return: The impersonation_service_users of this IdentityPropagationTrust.
|
1567
|
+
:rtype: list[oci.identity_domains.models.IdentityPropagationTrustImpersonationServiceUsers]
|
1568
|
+
"""
|
1569
|
+
return self._impersonation_service_users
|
1570
|
+
|
1571
|
+
@impersonation_service_users.setter
|
1572
|
+
def impersonation_service_users(self, impersonation_service_users):
|
1573
|
+
"""
|
1574
|
+
Sets the impersonation_service_users of this IdentityPropagationTrust.
|
1575
|
+
The Impersonating Principal.
|
1576
|
+
|
1577
|
+
**SCIM++ Properties:**
|
1578
|
+
- idcsCompositeKey: [rule, value]
|
1579
|
+
- idcsSearchable: false
|
1580
|
+
- multiValued: true
|
1581
|
+
- mutability: readWrite
|
1582
|
+
- required: false
|
1583
|
+
- returned: request
|
1584
|
+
- type: complex
|
1585
|
+
- uniqueness: none
|
1586
|
+
|
1587
|
+
|
1588
|
+
:param impersonation_service_users: The impersonation_service_users of this IdentityPropagationTrust.
|
1589
|
+
:type: list[oci.identity_domains.models.IdentityPropagationTrustImpersonationServiceUsers]
|
1590
|
+
"""
|
1591
|
+
self._impersonation_service_users = impersonation_service_users
|
1592
|
+
|
1593
|
+
@property
|
1594
|
+
def keytab(self):
|
1595
|
+
"""
|
1596
|
+
Gets the keytab of this IdentityPropagationTrust.
|
1597
|
+
|
1598
|
+
:return: The keytab of this IdentityPropagationTrust.
|
1599
|
+
:rtype: oci.identity_domains.models.IdentityPropagationTrustKeytab
|
1600
|
+
"""
|
1601
|
+
return self._keytab
|
1602
|
+
|
1603
|
+
@keytab.setter
|
1604
|
+
def keytab(self, keytab):
|
1605
|
+
"""
|
1606
|
+
Sets the keytab of this IdentityPropagationTrust.
|
1607
|
+
|
1608
|
+
:param keytab: The keytab of this IdentityPropagationTrust.
|
1609
|
+
:type: oci.identity_domains.models.IdentityPropagationTrustKeytab
|
1610
|
+
"""
|
1611
|
+
self._keytab = keytab
|
1612
|
+
|
1613
|
+
def __repr__(self):
|
1614
|
+
return formatted_flat_dict(self)
|
1615
|
+
|
1616
|
+
def __eq__(self, other):
|
1617
|
+
if other is None:
|
1618
|
+
return False
|
1619
|
+
|
1620
|
+
return self.__dict__ == other.__dict__
|
1621
|
+
|
1622
|
+
def __ne__(self, other):
|
1623
|
+
return not self == other
|