oci 2.115.1__py3-none-any.whl → 2.116.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/__init__.py +2 -2
- 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_speech/models/__init__.py +4 -0
- oci/ai_speech/models/create_transcription_job_details.py +4 -4
- oci/ai_speech/models/diarization.py +103 -0
- oci/ai_speech/models/transcription_job.py +6 -6
- oci/ai_speech/models/transcription_job_summary.py +6 -6
- oci/ai_speech/models/transcription_model_details.py +29 -2
- oci/ai_speech/models/transcription_settings.py +68 -0
- oci/ai_speech/models/update_transcription_job_details.py +4 -4
- 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 +521 -47
- oci/bds/bds_client_composite_operations.py +123 -0
- oci/bds/models/__init__.py +14 -0
- oci/bds/models/certificate_service_info_details.py +72 -0
- oci/bds/models/certificate_service_info_summary.py +206 -0
- oci/bds/models/disable_certificate_details.py +103 -0
- oci/bds/models/enable_certificate_details.py +196 -0
- oci/bds/models/host_cert_details.py +134 -0
- oci/bds/models/host_specific_certificate_details.py +150 -0
- oci/bds/models/renew_certificate_details.py +196 -0
- oci/bds/models/work_request.py +7 -3
- 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 +1480 -210
- oci/core/compute_client_composite_operations.py +195 -0
- oci/core/compute_management_client.py +32 -32
- oci/core/models/__init__.py +42 -0
- oci/core/models/capacity_source.py +101 -0
- oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
- oci/core/models/compute_bare_metal_host.py +458 -0
- oci/core/models/compute_bare_metal_host_collection.py +72 -0
- oci/core/models/compute_bare_metal_host_summary.py +422 -0
- oci/core/models/compute_capacity_topology.py +425 -0
- oci/core/models/compute_capacity_topology_collection.py +72 -0
- oci/core/models/compute_capacity_topology_summary.py +370 -0
- oci/core/models/compute_hpc_island.py +267 -0
- oci/core/models/compute_hpc_island_collection.py +72 -0
- oci/core/models/compute_hpc_island_summary.py +251 -0
- oci/core/models/compute_network_block.py +302 -0
- oci/core/models/compute_network_block_collection.py +72 -0
- oci/core/models/compute_network_block_summary.py +286 -0
- oci/core/models/create_capacity_source_details.py +89 -0
- oci/core/models/create_compute_capacity_topology_details.py +253 -0
- oci/core/models/create_dedicated_capacity_source_details.py +85 -0
- oci/core/models/dedicated_capacity_source.py +86 -0
- oci/core/models/update_capacity_source_details.py +89 -0
- oci/core/models/update_compute_capacity_topology_details.py +183 -0
- oci/core/models/update_dedicated_capacity_source_details.py +50 -0
- 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 +141 -141
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- 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 +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +320 -320
- 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 +57 -57
- 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 +20355 -6173
- oci/identity_domains/models/__init__.py +216 -0
- oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
- oci/identity_domains/models/approval_workflow.py +832 -0
- oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
- oci/identity_domains/models/approval_workflow_assignment.py +771 -0
- oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
- oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
- oci/identity_domains/models/approval_workflow_assignments.py +196 -0
- oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
- oci/identity_domains/models/approval_workflow_step.py +929 -0
- oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
- oci/identity_domains/models/approval_workflow_steps.py +196 -0
- oci/identity_domains/models/approval_workflows.py +196 -0
- oci/identity_domains/models/authentication_factors_remover.py +51 -2
- oci/identity_domains/models/branding_setting.py +1556 -0
- oci/identity_domains/models/branding_settings.py +196 -0
- oci/identity_domains/models/branding_settings_company_names.py +131 -0
- oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
- oci/identity_domains/models/branding_settings_default_images.py +188 -0
- oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
- oci/identity_domains/models/branding_settings_images.py +176 -0
- oci/identity_domains/models/branding_settings_login_texts.py +131 -0
- oci/identity_domains/models/cloud_gate.py +1239 -0
- oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
- oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
- oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
- oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
- oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
- oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
- oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
- oci/identity_domains/models/cloud_gate_mappings.py +196 -0
- oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
- oci/identity_domains/models/cloud_gate_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_server.py +1042 -0
- oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
- oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
- oci/identity_domains/models/cloud_gate_servers.py +196 -0
- oci/identity_domains/models/cloud_gates.py +196 -0
- oci/identity_domains/models/condition.py +1063 -0
- oci/identity_domains/models/condition_search_request.py +364 -0
- oci/identity_domains/models/conditions.py +196 -0
- oci/identity_domains/models/defined_tags.py +2 -0
- oci/identity_domains/models/extension_social_identity_provider.py +55 -0
- oci/identity_domains/models/freeform_tags.py +2 -0
- oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
- oci/identity_domains/models/me_password_changer.py +2 -2
- oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
- oci/identity_domains/models/my_completed_approval.py +1146 -0
- oci/identity_domains/models/my_completed_approvals.py +196 -0
- oci/identity_domains/models/my_pending_approval.py +1146 -0
- oci/identity_domains/models/my_pending_approvals.py +196 -0
- oci/identity_domains/models/my_request.py +217 -2
- oci/identity_domains/models/my_request_approval_details.py +398 -0
- oci/identity_domains/models/my_request_requesting.py +53 -0
- oci/identity_domains/models/network_perimeter.py +852 -0
- oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
- oci/identity_domains/models/network_perimeter_search_request.py +364 -0
- oci/identity_domains/models/network_perimeters.py +196 -0
- oci/identity_domains/models/notification_setting.py +1038 -0
- oci/identity_domains/models/notification_settings.py +196 -0
- oci/identity_domains/models/notification_settings_event_settings.py +143 -0
- oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
- oci/identity_domains/models/notification_settings_search_request.py +171 -0
- oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_client_certificates.py +196 -0
- oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
- oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
- oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
- oci/identity_domains/models/policies.py +196 -0
- oci/identity_domains/models/policy.py +979 -0
- oci/identity_domains/models/policy_policy_type.py +150 -0
- oci/identity_domains/models/policy_rules.py +247 -0
- oci/identity_domains/models/policy_search_request.py +364 -0
- oci/identity_domains/models/rule.py +1110 -0
- oci/identity_domains/models/rule_condition_group.py +270 -0
- oci/identity_domains/models/rule_policy_type.py +150 -0
- oci/identity_domains/models/rule_return.py +188 -0
- oci/identity_domains/models/rule_search_request.py +364 -0
- oci/identity_domains/models/rules.py +196 -0
- oci/identity_domains/models/schema.py +537 -0
- oci/identity_domains/models/schema_attributes.py +4165 -0
- oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
- oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
- oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
- oci/identity_domains/models/schema_localized_display_name.py +147 -0
- oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
- oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
- oci/identity_domains/models/schema_search_request.py +329 -0
- oci/identity_domains/models/schema_sub_attributes.py +3209 -0
- oci/identity_domains/models/schemas.py +196 -0
- oci/identity_domains/models/self_registration_profile.py +1636 -0
- oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
- oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
- oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
- oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
- oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
- oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
- oci/identity_domains/models/self_registration_profiles.py +196 -0
- oci/identity_domains/models/setting.py +3110 -0
- oci/identity_domains/models/settings.py +196 -0
- oci/identity_domains/models/settings_certificate_validation.py +566 -0
- oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
- oci/identity_domains/models/settings_company_names.py +135 -0
- oci/identity_domains/models/settings_default_company_names.py +143 -0
- oci/identity_domains/models/settings_default_images.py +188 -0
- oci/identity_domains/models/settings_default_login_texts.py +145 -0
- oci/identity_domains/models/settings_images.py +176 -0
- oci/identity_domains/models/settings_login_texts.py +137 -0
- oci/identity_domains/models/settings_purge_configs.py +139 -0
- oci/identity_domains/models/settings_search_request.py +171 -0
- oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
- oci/identity_domains/models/user_ext_risk_scores.py +4 -0
- 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 +192 -192
- 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/esxi_host_client.py +6 -6
- oci/ocvp/sddc_client.py +13 -13
- 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 +159 -159
- oci/optimizer/optimizer_client.py +26 -26
- 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/__init__.py +14 -0
- oci/psql/models/__init__.py +166 -0
- oci/psql/models/backup.py +645 -0
- oci/psql/models/backup_collection.py +72 -0
- oci/psql/models/backup_policy.py +156 -0
- oci/psql/models/backup_source_details.py +113 -0
- oci/psql/models/backup_summary.py +481 -0
- oci/psql/models/change_backup_compartment_details.py +74 -0
- oci/psql/models/change_configuration_compartment_details.py +74 -0
- oci/psql/models/change_db_system_compartment_details.py +78 -0
- oci/psql/models/config_overrides.py +103 -0
- oci/psql/models/config_params.py +289 -0
- oci/psql/models/configuration.py +532 -0
- oci/psql/models/configuration_collection.py +72 -0
- oci/psql/models/configuration_details.py +72 -0
- oci/psql/models/configuration_summary.py +450 -0
- oci/psql/models/connection_details.py +134 -0
- oci/psql/models/create_backup_details.py +262 -0
- oci/psql/models/create_configuration_details.py +384 -0
- oci/psql/models/create_db_instance_details.py +136 -0
- oci/psql/models/create_db_system_details.py +585 -0
- oci/psql/models/credentials.py +100 -0
- oci/psql/models/daily_backup_policy.py +89 -0
- oci/psql/models/db_configuration_override_collection.py +72 -0
- oci/psql/models/db_instance.py +325 -0
- oci/psql/models/db_instance_endpoint.py +99 -0
- oci/psql/models/db_system.py +827 -0
- oci/psql/models/db_system_collection.py +72 -0
- oci/psql/models/db_system_details.py +103 -0
- oci/psql/models/db_system_summary.py +574 -0
- oci/psql/models/default_config_params.py +258 -0
- oci/psql/models/default_configuration.py +406 -0
- oci/psql/models/default_configuration_collection.py +72 -0
- oci/psql/models/default_configuration_details.py +72 -0
- oci/psql/models/default_configuration_summary.py +320 -0
- oci/psql/models/endpoint.py +134 -0
- oci/psql/models/failover_db_system_details.py +107 -0
- oci/psql/models/management_policy.py +99 -0
- oci/psql/models/management_policy_details.py +99 -0
- oci/psql/models/monthly_backup_policy.py +122 -0
- oci/psql/models/network_details.py +136 -0
- oci/psql/models/none_backup_policy.py +58 -0
- oci/psql/models/none_source_details.py +51 -0
- oci/psql/models/oci_optimized_storage_details.py +95 -0
- oci/psql/models/password_details.py +110 -0
- oci/psql/models/patch_db_system_details.py +74 -0
- oci/psql/models/patch_insert_instruction.py +171 -0
- oci/psql/models/patch_instruction.py +184 -0
- oci/psql/models/patch_merge_instruction.py +97 -0
- oci/psql/models/patch_move_instruction.py +147 -0
- oci/psql/models/patch_prohibit_instruction.py +100 -0
- oci/psql/models/patch_remove_instruction.py +59 -0
- oci/psql/models/patch_replace_instruction.py +92 -0
- oci/psql/models/patch_require_instruction.py +99 -0
- oci/psql/models/plain_text_password_details.py +82 -0
- oci/psql/models/primary_db_instance_details.py +72 -0
- oci/psql/models/reset_master_user_password_details.py +69 -0
- oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
- oci/psql/models/restore_db_system_details.py +105 -0
- oci/psql/models/shape_collection.py +72 -0
- oci/psql/models/shape_summary.py +165 -0
- oci/psql/models/source_details.py +109 -0
- oci/psql/models/storage_details.py +161 -0
- oci/psql/models/update_backup_details.py +200 -0
- oci/psql/models/update_configuration_details.py +103 -0
- oci/psql/models/update_db_config_params.py +121 -0
- oci/psql/models/update_db_system_db_instance_details.py +103 -0
- oci/psql/models/update_db_system_details.py +250 -0
- oci/psql/models/update_storage_details_params.py +74 -0
- oci/psql/models/vault_secret_password_details.py +113 -0
- oci/psql/models/weekly_backup_policy.py +157 -0
- oci/psql/models/work_request.py +412 -0
- oci/psql/models/work_request_error.py +136 -0
- oci/psql/models/work_request_error_collection.py +72 -0
- oci/psql/models/work_request_log_entry.py +103 -0
- oci/psql/models/work_request_log_entry_collection.py +72 -0
- oci/psql/models/work_request_resource.py +228 -0
- oci/psql/models/work_request_summary.py +412 -0
- oci/psql/models/work_request_summary_collection.py +72 -0
- oci/psql/postgresql_client.py +3980 -0
- oci/psql/postgresql_client_composite_operations.py +807 -0
- 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/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/usageapi_client.py +19 -19
- 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.115.1.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/RECORD +478 -259
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
- {oci-2.115.1.dist-info → oci-2.116.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1636 @@
|
|
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 SelfRegistrationProfile(object):
|
14
|
+
"""
|
15
|
+
Self Registration Profile
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the idcs_prevented_operations property of a SelfRegistrationProfile.
|
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 SelfRegistrationProfile.
|
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 SelfRegistrationProfile.
|
27
|
+
#: This constant has a value of "delete"
|
28
|
+
IDCS_PREVENTED_OPERATIONS_DELETE = "delete"
|
29
|
+
|
30
|
+
def __init__(self, **kwargs):
|
31
|
+
"""
|
32
|
+
Initializes a new SelfRegistrationProfile object with values from keyword arguments.
|
33
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
34
|
+
|
35
|
+
:param id:
|
36
|
+
The value to assign to the id property of this SelfRegistrationProfile.
|
37
|
+
:type id: str
|
38
|
+
|
39
|
+
:param ocid:
|
40
|
+
The value to assign to the ocid property of this SelfRegistrationProfile.
|
41
|
+
:type ocid: str
|
42
|
+
|
43
|
+
:param schemas:
|
44
|
+
The value to assign to the schemas property of this SelfRegistrationProfile.
|
45
|
+
:type schemas: list[str]
|
46
|
+
|
47
|
+
:param meta:
|
48
|
+
The value to assign to the meta property of this SelfRegistrationProfile.
|
49
|
+
:type meta: oci.identity_domains.models.Meta
|
50
|
+
|
51
|
+
:param idcs_created_by:
|
52
|
+
The value to assign to the idcs_created_by property of this SelfRegistrationProfile.
|
53
|
+
:type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy
|
54
|
+
|
55
|
+
:param idcs_last_modified_by:
|
56
|
+
The value to assign to the idcs_last_modified_by property of this SelfRegistrationProfile.
|
57
|
+
:type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy
|
58
|
+
|
59
|
+
:param idcs_prevented_operations:
|
60
|
+
The value to assign to the idcs_prevented_operations property of this SelfRegistrationProfile.
|
61
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
62
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
63
|
+
:type idcs_prevented_operations: list[str]
|
64
|
+
|
65
|
+
:param tags:
|
66
|
+
The value to assign to the tags property of this SelfRegistrationProfile.
|
67
|
+
:type tags: list[oci.identity_domains.models.Tags]
|
68
|
+
|
69
|
+
:param delete_in_progress:
|
70
|
+
The value to assign to the delete_in_progress property of this SelfRegistrationProfile.
|
71
|
+
:type delete_in_progress: bool
|
72
|
+
|
73
|
+
:param idcs_last_upgraded_in_release:
|
74
|
+
The value to assign to the idcs_last_upgraded_in_release property of this SelfRegistrationProfile.
|
75
|
+
:type idcs_last_upgraded_in_release: str
|
76
|
+
|
77
|
+
:param domain_ocid:
|
78
|
+
The value to assign to the domain_ocid property of this SelfRegistrationProfile.
|
79
|
+
:type domain_ocid: str
|
80
|
+
|
81
|
+
:param compartment_ocid:
|
82
|
+
The value to assign to the compartment_ocid property of this SelfRegistrationProfile.
|
83
|
+
:type compartment_ocid: str
|
84
|
+
|
85
|
+
:param tenancy_ocid:
|
86
|
+
The value to assign to the tenancy_ocid property of this SelfRegistrationProfile.
|
87
|
+
:type tenancy_ocid: str
|
88
|
+
|
89
|
+
:param external_id:
|
90
|
+
The value to assign to the external_id property of this SelfRegistrationProfile.
|
91
|
+
:type external_id: str
|
92
|
+
|
93
|
+
:param name:
|
94
|
+
The value to assign to the name property of this SelfRegistrationProfile.
|
95
|
+
:type name: str
|
96
|
+
|
97
|
+
:param activation_email_required:
|
98
|
+
The value to assign to the activation_email_required property of this SelfRegistrationProfile.
|
99
|
+
:type activation_email_required: bool
|
100
|
+
|
101
|
+
:param number_of_days_redirect_url_is_valid:
|
102
|
+
The value to assign to the number_of_days_redirect_url_is_valid property of this SelfRegistrationProfile.
|
103
|
+
:type number_of_days_redirect_url_is_valid: int
|
104
|
+
|
105
|
+
:param active:
|
106
|
+
The value to assign to the active property of this SelfRegistrationProfile.
|
107
|
+
:type active: bool
|
108
|
+
|
109
|
+
:param show_on_login_page:
|
110
|
+
The value to assign to the show_on_login_page property of this SelfRegistrationProfile.
|
111
|
+
:type show_on_login_page: bool
|
112
|
+
|
113
|
+
:param allowed_email_domains:
|
114
|
+
The value to assign to the allowed_email_domains property of this SelfRegistrationProfile.
|
115
|
+
:type allowed_email_domains: list[str]
|
116
|
+
|
117
|
+
:param disallowed_email_domains:
|
118
|
+
The value to assign to the disallowed_email_domains property of this SelfRegistrationProfile.
|
119
|
+
:type disallowed_email_domains: list[str]
|
120
|
+
|
121
|
+
:param header_logo:
|
122
|
+
The value to assign to the header_logo property of this SelfRegistrationProfile.
|
123
|
+
:type header_logo: str
|
124
|
+
|
125
|
+
:param footer_logo:
|
126
|
+
The value to assign to the footer_logo property of this SelfRegistrationProfile.
|
127
|
+
:type footer_logo: str
|
128
|
+
|
129
|
+
:param redirect_url:
|
130
|
+
The value to assign to the redirect_url property of this SelfRegistrationProfile.
|
131
|
+
:type redirect_url: str
|
132
|
+
|
133
|
+
:param consent_text_present:
|
134
|
+
The value to assign to the consent_text_present property of this SelfRegistrationProfile.
|
135
|
+
:type consent_text_present: bool
|
136
|
+
|
137
|
+
:param display_name:
|
138
|
+
The value to assign to the display_name property of this SelfRegistrationProfile.
|
139
|
+
:type display_name: list[oci.identity_domains.models.SelfRegistrationProfileDisplayName]
|
140
|
+
|
141
|
+
:param after_submit_text:
|
142
|
+
The value to assign to the after_submit_text property of this SelfRegistrationProfile.
|
143
|
+
:type after_submit_text: list[oci.identity_domains.models.SelfRegistrationProfileAfterSubmitText]
|
144
|
+
|
145
|
+
:param user_attributes:
|
146
|
+
The value to assign to the user_attributes property of this SelfRegistrationProfile.
|
147
|
+
:type user_attributes: list[oci.identity_domains.models.SelfRegistrationProfileUserAttributes]
|
148
|
+
|
149
|
+
:param email_template:
|
150
|
+
The value to assign to the email_template property of this SelfRegistrationProfile.
|
151
|
+
:type email_template: oci.identity_domains.models.SelfRegistrationProfileEmailTemplate
|
152
|
+
|
153
|
+
:param default_groups:
|
154
|
+
The value to assign to the default_groups property of this SelfRegistrationProfile.
|
155
|
+
:type default_groups: list[oci.identity_domains.models.SelfRegistrationProfileDefaultGroups]
|
156
|
+
|
157
|
+
:param header_text:
|
158
|
+
The value to assign to the header_text property of this SelfRegistrationProfile.
|
159
|
+
:type header_text: list[oci.identity_domains.models.SelfRegistrationProfileHeaderText]
|
160
|
+
|
161
|
+
:param footer_text:
|
162
|
+
The value to assign to the footer_text property of this SelfRegistrationProfile.
|
163
|
+
:type footer_text: list[oci.identity_domains.models.SelfRegistrationProfileFooterText]
|
164
|
+
|
165
|
+
:param consent_text:
|
166
|
+
The value to assign to the consent_text property of this SelfRegistrationProfile.
|
167
|
+
:type consent_text: list[oci.identity_domains.models.SelfRegistrationProfileConsentText]
|
168
|
+
|
169
|
+
"""
|
170
|
+
self.swagger_types = {
|
171
|
+
'id': 'str',
|
172
|
+
'ocid': 'str',
|
173
|
+
'schemas': 'list[str]',
|
174
|
+
'meta': 'Meta',
|
175
|
+
'idcs_created_by': 'IdcsCreatedBy',
|
176
|
+
'idcs_last_modified_by': 'IdcsLastModifiedBy',
|
177
|
+
'idcs_prevented_operations': 'list[str]',
|
178
|
+
'tags': 'list[Tags]',
|
179
|
+
'delete_in_progress': 'bool',
|
180
|
+
'idcs_last_upgraded_in_release': 'str',
|
181
|
+
'domain_ocid': 'str',
|
182
|
+
'compartment_ocid': 'str',
|
183
|
+
'tenancy_ocid': 'str',
|
184
|
+
'external_id': 'str',
|
185
|
+
'name': 'str',
|
186
|
+
'activation_email_required': 'bool',
|
187
|
+
'number_of_days_redirect_url_is_valid': 'int',
|
188
|
+
'active': 'bool',
|
189
|
+
'show_on_login_page': 'bool',
|
190
|
+
'allowed_email_domains': 'list[str]',
|
191
|
+
'disallowed_email_domains': 'list[str]',
|
192
|
+
'header_logo': 'str',
|
193
|
+
'footer_logo': 'str',
|
194
|
+
'redirect_url': 'str',
|
195
|
+
'consent_text_present': 'bool',
|
196
|
+
'display_name': 'list[SelfRegistrationProfileDisplayName]',
|
197
|
+
'after_submit_text': 'list[SelfRegistrationProfileAfterSubmitText]',
|
198
|
+
'user_attributes': 'list[SelfRegistrationProfileUserAttributes]',
|
199
|
+
'email_template': 'SelfRegistrationProfileEmailTemplate',
|
200
|
+
'default_groups': 'list[SelfRegistrationProfileDefaultGroups]',
|
201
|
+
'header_text': 'list[SelfRegistrationProfileHeaderText]',
|
202
|
+
'footer_text': 'list[SelfRegistrationProfileFooterText]',
|
203
|
+
'consent_text': 'list[SelfRegistrationProfileConsentText]'
|
204
|
+
}
|
205
|
+
|
206
|
+
self.attribute_map = {
|
207
|
+
'id': 'id',
|
208
|
+
'ocid': 'ocid',
|
209
|
+
'schemas': 'schemas',
|
210
|
+
'meta': 'meta',
|
211
|
+
'idcs_created_by': 'idcsCreatedBy',
|
212
|
+
'idcs_last_modified_by': 'idcsLastModifiedBy',
|
213
|
+
'idcs_prevented_operations': 'idcsPreventedOperations',
|
214
|
+
'tags': 'tags',
|
215
|
+
'delete_in_progress': 'deleteInProgress',
|
216
|
+
'idcs_last_upgraded_in_release': 'idcsLastUpgradedInRelease',
|
217
|
+
'domain_ocid': 'domainOcid',
|
218
|
+
'compartment_ocid': 'compartmentOcid',
|
219
|
+
'tenancy_ocid': 'tenancyOcid',
|
220
|
+
'external_id': 'externalId',
|
221
|
+
'name': 'name',
|
222
|
+
'activation_email_required': 'activationEmailRequired',
|
223
|
+
'number_of_days_redirect_url_is_valid': 'numberOfDaysRedirectUrlIsValid',
|
224
|
+
'active': 'active',
|
225
|
+
'show_on_login_page': 'showOnLoginPage',
|
226
|
+
'allowed_email_domains': 'allowedEmailDomains',
|
227
|
+
'disallowed_email_domains': 'disallowedEmailDomains',
|
228
|
+
'header_logo': 'headerLogo',
|
229
|
+
'footer_logo': 'footerLogo',
|
230
|
+
'redirect_url': 'redirectUrl',
|
231
|
+
'consent_text_present': 'consentTextPresent',
|
232
|
+
'display_name': 'displayName',
|
233
|
+
'after_submit_text': 'afterSubmitText',
|
234
|
+
'user_attributes': 'userAttributes',
|
235
|
+
'email_template': 'emailTemplate',
|
236
|
+
'default_groups': 'defaultGroups',
|
237
|
+
'header_text': 'headerText',
|
238
|
+
'footer_text': 'footerText',
|
239
|
+
'consent_text': 'consentText'
|
240
|
+
}
|
241
|
+
|
242
|
+
self._id = None
|
243
|
+
self._ocid = None
|
244
|
+
self._schemas = None
|
245
|
+
self._meta = None
|
246
|
+
self._idcs_created_by = None
|
247
|
+
self._idcs_last_modified_by = None
|
248
|
+
self._idcs_prevented_operations = None
|
249
|
+
self._tags = None
|
250
|
+
self._delete_in_progress = None
|
251
|
+
self._idcs_last_upgraded_in_release = None
|
252
|
+
self._domain_ocid = None
|
253
|
+
self._compartment_ocid = None
|
254
|
+
self._tenancy_ocid = None
|
255
|
+
self._external_id = None
|
256
|
+
self._name = None
|
257
|
+
self._activation_email_required = None
|
258
|
+
self._number_of_days_redirect_url_is_valid = None
|
259
|
+
self._active = None
|
260
|
+
self._show_on_login_page = None
|
261
|
+
self._allowed_email_domains = None
|
262
|
+
self._disallowed_email_domains = None
|
263
|
+
self._header_logo = None
|
264
|
+
self._footer_logo = None
|
265
|
+
self._redirect_url = None
|
266
|
+
self._consent_text_present = None
|
267
|
+
self._display_name = None
|
268
|
+
self._after_submit_text = None
|
269
|
+
self._user_attributes = None
|
270
|
+
self._email_template = None
|
271
|
+
self._default_groups = None
|
272
|
+
self._header_text = None
|
273
|
+
self._footer_text = None
|
274
|
+
self._consent_text = None
|
275
|
+
|
276
|
+
@property
|
277
|
+
def id(self):
|
278
|
+
"""
|
279
|
+
Gets the id of this SelfRegistrationProfile.
|
280
|
+
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.
|
281
|
+
|
282
|
+
**SCIM++ Properties:**
|
283
|
+
- caseExact: false
|
284
|
+
- idcsSearchable: true
|
285
|
+
- multiValued: false
|
286
|
+
- mutability: readOnly
|
287
|
+
- required: false
|
288
|
+
- returned: always
|
289
|
+
- type: string
|
290
|
+
- uniqueness: global
|
291
|
+
|
292
|
+
|
293
|
+
:return: The id of this SelfRegistrationProfile.
|
294
|
+
:rtype: str
|
295
|
+
"""
|
296
|
+
return self._id
|
297
|
+
|
298
|
+
@id.setter
|
299
|
+
def id(self, id):
|
300
|
+
"""
|
301
|
+
Sets the id of this SelfRegistrationProfile.
|
302
|
+
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.
|
303
|
+
|
304
|
+
**SCIM++ Properties:**
|
305
|
+
- caseExact: false
|
306
|
+
- idcsSearchable: true
|
307
|
+
- multiValued: false
|
308
|
+
- mutability: readOnly
|
309
|
+
- required: false
|
310
|
+
- returned: always
|
311
|
+
- type: string
|
312
|
+
- uniqueness: global
|
313
|
+
|
314
|
+
|
315
|
+
:param id: The id of this SelfRegistrationProfile.
|
316
|
+
:type: str
|
317
|
+
"""
|
318
|
+
self._id = id
|
319
|
+
|
320
|
+
@property
|
321
|
+
def ocid(self):
|
322
|
+
"""
|
323
|
+
Gets the ocid of this SelfRegistrationProfile.
|
324
|
+
Unique OCI identifier for the SCIM Resource.
|
325
|
+
|
326
|
+
**SCIM++ Properties:**
|
327
|
+
- caseExact: true
|
328
|
+
- idcsSearchable: true
|
329
|
+
- multiValued: false
|
330
|
+
- mutability: immutable
|
331
|
+
- required: false
|
332
|
+
- returned: default
|
333
|
+
- type: string
|
334
|
+
- uniqueness: global
|
335
|
+
|
336
|
+
|
337
|
+
:return: The ocid of this SelfRegistrationProfile.
|
338
|
+
:rtype: str
|
339
|
+
"""
|
340
|
+
return self._ocid
|
341
|
+
|
342
|
+
@ocid.setter
|
343
|
+
def ocid(self, ocid):
|
344
|
+
"""
|
345
|
+
Sets the ocid of this SelfRegistrationProfile.
|
346
|
+
Unique OCI identifier for the SCIM Resource.
|
347
|
+
|
348
|
+
**SCIM++ Properties:**
|
349
|
+
- caseExact: true
|
350
|
+
- idcsSearchable: true
|
351
|
+
- multiValued: false
|
352
|
+
- mutability: immutable
|
353
|
+
- required: false
|
354
|
+
- returned: default
|
355
|
+
- type: string
|
356
|
+
- uniqueness: global
|
357
|
+
|
358
|
+
|
359
|
+
:param ocid: The ocid of this SelfRegistrationProfile.
|
360
|
+
:type: str
|
361
|
+
"""
|
362
|
+
self._ocid = ocid
|
363
|
+
|
364
|
+
@property
|
365
|
+
def schemas(self):
|
366
|
+
"""
|
367
|
+
**[Required]** Gets the schemas of this SelfRegistrationProfile.
|
368
|
+
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.
|
369
|
+
|
370
|
+
**SCIM++ Properties:**
|
371
|
+
- caseExact: false
|
372
|
+
- idcsSearchable: false
|
373
|
+
- multiValued: true
|
374
|
+
- mutability: readWrite
|
375
|
+
- required: true
|
376
|
+
- returned: default
|
377
|
+
- type: string
|
378
|
+
- uniqueness: none
|
379
|
+
|
380
|
+
|
381
|
+
:return: The schemas of this SelfRegistrationProfile.
|
382
|
+
:rtype: list[str]
|
383
|
+
"""
|
384
|
+
return self._schemas
|
385
|
+
|
386
|
+
@schemas.setter
|
387
|
+
def schemas(self, schemas):
|
388
|
+
"""
|
389
|
+
Sets the schemas of this SelfRegistrationProfile.
|
390
|
+
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.
|
391
|
+
|
392
|
+
**SCIM++ Properties:**
|
393
|
+
- caseExact: false
|
394
|
+
- idcsSearchable: false
|
395
|
+
- multiValued: true
|
396
|
+
- mutability: readWrite
|
397
|
+
- required: true
|
398
|
+
- returned: default
|
399
|
+
- type: string
|
400
|
+
- uniqueness: none
|
401
|
+
|
402
|
+
|
403
|
+
:param schemas: The schemas of this SelfRegistrationProfile.
|
404
|
+
:type: list[str]
|
405
|
+
"""
|
406
|
+
self._schemas = schemas
|
407
|
+
|
408
|
+
@property
|
409
|
+
def meta(self):
|
410
|
+
"""
|
411
|
+
Gets the meta of this SelfRegistrationProfile.
|
412
|
+
|
413
|
+
:return: The meta of this SelfRegistrationProfile.
|
414
|
+
:rtype: oci.identity_domains.models.Meta
|
415
|
+
"""
|
416
|
+
return self._meta
|
417
|
+
|
418
|
+
@meta.setter
|
419
|
+
def meta(self, meta):
|
420
|
+
"""
|
421
|
+
Sets the meta of this SelfRegistrationProfile.
|
422
|
+
|
423
|
+
:param meta: The meta of this SelfRegistrationProfile.
|
424
|
+
:type: oci.identity_domains.models.Meta
|
425
|
+
"""
|
426
|
+
self._meta = meta
|
427
|
+
|
428
|
+
@property
|
429
|
+
def idcs_created_by(self):
|
430
|
+
"""
|
431
|
+
Gets the idcs_created_by of this SelfRegistrationProfile.
|
432
|
+
|
433
|
+
:return: The idcs_created_by of this SelfRegistrationProfile.
|
434
|
+
:rtype: oci.identity_domains.models.IdcsCreatedBy
|
435
|
+
"""
|
436
|
+
return self._idcs_created_by
|
437
|
+
|
438
|
+
@idcs_created_by.setter
|
439
|
+
def idcs_created_by(self, idcs_created_by):
|
440
|
+
"""
|
441
|
+
Sets the idcs_created_by of this SelfRegistrationProfile.
|
442
|
+
|
443
|
+
:param idcs_created_by: The idcs_created_by of this SelfRegistrationProfile.
|
444
|
+
:type: oci.identity_domains.models.IdcsCreatedBy
|
445
|
+
"""
|
446
|
+
self._idcs_created_by = idcs_created_by
|
447
|
+
|
448
|
+
@property
|
449
|
+
def idcs_last_modified_by(self):
|
450
|
+
"""
|
451
|
+
Gets the idcs_last_modified_by of this SelfRegistrationProfile.
|
452
|
+
|
453
|
+
:return: The idcs_last_modified_by of this SelfRegistrationProfile.
|
454
|
+
:rtype: oci.identity_domains.models.IdcsLastModifiedBy
|
455
|
+
"""
|
456
|
+
return self._idcs_last_modified_by
|
457
|
+
|
458
|
+
@idcs_last_modified_by.setter
|
459
|
+
def idcs_last_modified_by(self, idcs_last_modified_by):
|
460
|
+
"""
|
461
|
+
Sets the idcs_last_modified_by of this SelfRegistrationProfile.
|
462
|
+
|
463
|
+
:param idcs_last_modified_by: The idcs_last_modified_by of this SelfRegistrationProfile.
|
464
|
+
:type: oci.identity_domains.models.IdcsLastModifiedBy
|
465
|
+
"""
|
466
|
+
self._idcs_last_modified_by = idcs_last_modified_by
|
467
|
+
|
468
|
+
@property
|
469
|
+
def idcs_prevented_operations(self):
|
470
|
+
"""
|
471
|
+
Gets the idcs_prevented_operations of this SelfRegistrationProfile.
|
472
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
473
|
+
|
474
|
+
**SCIM++ Properties:**
|
475
|
+
- idcsSearchable: false
|
476
|
+
- multiValued: true
|
477
|
+
- mutability: readOnly
|
478
|
+
- required: false
|
479
|
+
- returned: request
|
480
|
+
- type: string
|
481
|
+
- uniqueness: none
|
482
|
+
|
483
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
484
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
485
|
+
|
486
|
+
|
487
|
+
:return: The idcs_prevented_operations of this SelfRegistrationProfile.
|
488
|
+
:rtype: list[str]
|
489
|
+
"""
|
490
|
+
return self._idcs_prevented_operations
|
491
|
+
|
492
|
+
@idcs_prevented_operations.setter
|
493
|
+
def idcs_prevented_operations(self, idcs_prevented_operations):
|
494
|
+
"""
|
495
|
+
Sets the idcs_prevented_operations of this SelfRegistrationProfile.
|
496
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
497
|
+
|
498
|
+
**SCIM++ Properties:**
|
499
|
+
- idcsSearchable: false
|
500
|
+
- multiValued: true
|
501
|
+
- mutability: readOnly
|
502
|
+
- required: false
|
503
|
+
- returned: request
|
504
|
+
- type: string
|
505
|
+
- uniqueness: none
|
506
|
+
|
507
|
+
|
508
|
+
:param idcs_prevented_operations: The idcs_prevented_operations of this SelfRegistrationProfile.
|
509
|
+
:type: list[str]
|
510
|
+
"""
|
511
|
+
allowed_values = ["replace", "update", "delete"]
|
512
|
+
if idcs_prevented_operations:
|
513
|
+
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]
|
514
|
+
self._idcs_prevented_operations = idcs_prevented_operations
|
515
|
+
|
516
|
+
@property
|
517
|
+
def tags(self):
|
518
|
+
"""
|
519
|
+
Gets the tags of this SelfRegistrationProfile.
|
520
|
+
A list of tags on this resource.
|
521
|
+
|
522
|
+
**SCIM++ Properties:**
|
523
|
+
- idcsCompositeKey: [key, value]
|
524
|
+
- idcsSearchable: true
|
525
|
+
- multiValued: true
|
526
|
+
- mutability: readWrite
|
527
|
+
- required: false
|
528
|
+
- returned: request
|
529
|
+
- type: complex
|
530
|
+
- uniqueness: none
|
531
|
+
|
532
|
+
|
533
|
+
:return: The tags of this SelfRegistrationProfile.
|
534
|
+
:rtype: list[oci.identity_domains.models.Tags]
|
535
|
+
"""
|
536
|
+
return self._tags
|
537
|
+
|
538
|
+
@tags.setter
|
539
|
+
def tags(self, tags):
|
540
|
+
"""
|
541
|
+
Sets the tags of this SelfRegistrationProfile.
|
542
|
+
A list of tags on this resource.
|
543
|
+
|
544
|
+
**SCIM++ Properties:**
|
545
|
+
- idcsCompositeKey: [key, value]
|
546
|
+
- idcsSearchable: true
|
547
|
+
- multiValued: true
|
548
|
+
- mutability: readWrite
|
549
|
+
- required: false
|
550
|
+
- returned: request
|
551
|
+
- type: complex
|
552
|
+
- uniqueness: none
|
553
|
+
|
554
|
+
|
555
|
+
:param tags: The tags of this SelfRegistrationProfile.
|
556
|
+
:type: list[oci.identity_domains.models.Tags]
|
557
|
+
"""
|
558
|
+
self._tags = tags
|
559
|
+
|
560
|
+
@property
|
561
|
+
def delete_in_progress(self):
|
562
|
+
"""
|
563
|
+
Gets the delete_in_progress of this SelfRegistrationProfile.
|
564
|
+
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.
|
565
|
+
|
566
|
+
**SCIM++ Properties:**
|
567
|
+
- caseExact: false
|
568
|
+
- idcsSearchable: true
|
569
|
+
- multiValued: false
|
570
|
+
- mutability: readOnly
|
571
|
+
- required: false
|
572
|
+
- returned: default
|
573
|
+
- type: boolean
|
574
|
+
- uniqueness: none
|
575
|
+
|
576
|
+
|
577
|
+
:return: The delete_in_progress of this SelfRegistrationProfile.
|
578
|
+
:rtype: bool
|
579
|
+
"""
|
580
|
+
return self._delete_in_progress
|
581
|
+
|
582
|
+
@delete_in_progress.setter
|
583
|
+
def delete_in_progress(self, delete_in_progress):
|
584
|
+
"""
|
585
|
+
Sets the delete_in_progress of this SelfRegistrationProfile.
|
586
|
+
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.
|
587
|
+
|
588
|
+
**SCIM++ Properties:**
|
589
|
+
- caseExact: false
|
590
|
+
- idcsSearchable: true
|
591
|
+
- multiValued: false
|
592
|
+
- mutability: readOnly
|
593
|
+
- required: false
|
594
|
+
- returned: default
|
595
|
+
- type: boolean
|
596
|
+
- uniqueness: none
|
597
|
+
|
598
|
+
|
599
|
+
:param delete_in_progress: The delete_in_progress of this SelfRegistrationProfile.
|
600
|
+
:type: bool
|
601
|
+
"""
|
602
|
+
self._delete_in_progress = delete_in_progress
|
603
|
+
|
604
|
+
@property
|
605
|
+
def idcs_last_upgraded_in_release(self):
|
606
|
+
"""
|
607
|
+
Gets the idcs_last_upgraded_in_release of this SelfRegistrationProfile.
|
608
|
+
The release number when the resource was upgraded.
|
609
|
+
|
610
|
+
**SCIM++ Properties:**
|
611
|
+
- caseExact: false
|
612
|
+
- idcsSearchable: false
|
613
|
+
- multiValued: false
|
614
|
+
- mutability: readOnly
|
615
|
+
- required: false
|
616
|
+
- returned: request
|
617
|
+
- type: string
|
618
|
+
- uniqueness: none
|
619
|
+
|
620
|
+
|
621
|
+
:return: The idcs_last_upgraded_in_release of this SelfRegistrationProfile.
|
622
|
+
:rtype: str
|
623
|
+
"""
|
624
|
+
return self._idcs_last_upgraded_in_release
|
625
|
+
|
626
|
+
@idcs_last_upgraded_in_release.setter
|
627
|
+
def idcs_last_upgraded_in_release(self, idcs_last_upgraded_in_release):
|
628
|
+
"""
|
629
|
+
Sets the idcs_last_upgraded_in_release of this SelfRegistrationProfile.
|
630
|
+
The release number when the resource was upgraded.
|
631
|
+
|
632
|
+
**SCIM++ Properties:**
|
633
|
+
- caseExact: false
|
634
|
+
- idcsSearchable: false
|
635
|
+
- multiValued: false
|
636
|
+
- mutability: readOnly
|
637
|
+
- required: false
|
638
|
+
- returned: request
|
639
|
+
- type: string
|
640
|
+
- uniqueness: none
|
641
|
+
|
642
|
+
|
643
|
+
:param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this SelfRegistrationProfile.
|
644
|
+
:type: str
|
645
|
+
"""
|
646
|
+
self._idcs_last_upgraded_in_release = idcs_last_upgraded_in_release
|
647
|
+
|
648
|
+
@property
|
649
|
+
def domain_ocid(self):
|
650
|
+
"""
|
651
|
+
Gets the domain_ocid of this SelfRegistrationProfile.
|
652
|
+
OCI Domain Id (ocid) in which the resource lives.
|
653
|
+
|
654
|
+
**SCIM++ Properties:**
|
655
|
+
- caseExact: false
|
656
|
+
- idcsSearchable: false
|
657
|
+
- multiValued: false
|
658
|
+
- mutability: readOnly
|
659
|
+
- required: false
|
660
|
+
- returned: default
|
661
|
+
- type: string
|
662
|
+
- uniqueness: none
|
663
|
+
|
664
|
+
|
665
|
+
:return: The domain_ocid of this SelfRegistrationProfile.
|
666
|
+
:rtype: str
|
667
|
+
"""
|
668
|
+
return self._domain_ocid
|
669
|
+
|
670
|
+
@domain_ocid.setter
|
671
|
+
def domain_ocid(self, domain_ocid):
|
672
|
+
"""
|
673
|
+
Sets the domain_ocid of this SelfRegistrationProfile.
|
674
|
+
OCI Domain Id (ocid) in which the resource lives.
|
675
|
+
|
676
|
+
**SCIM++ Properties:**
|
677
|
+
- caseExact: false
|
678
|
+
- idcsSearchable: false
|
679
|
+
- multiValued: false
|
680
|
+
- mutability: readOnly
|
681
|
+
- required: false
|
682
|
+
- returned: default
|
683
|
+
- type: string
|
684
|
+
- uniqueness: none
|
685
|
+
|
686
|
+
|
687
|
+
:param domain_ocid: The domain_ocid of this SelfRegistrationProfile.
|
688
|
+
:type: str
|
689
|
+
"""
|
690
|
+
self._domain_ocid = domain_ocid
|
691
|
+
|
692
|
+
@property
|
693
|
+
def compartment_ocid(self):
|
694
|
+
"""
|
695
|
+
Gets the compartment_ocid of this SelfRegistrationProfile.
|
696
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
697
|
+
|
698
|
+
**SCIM++ Properties:**
|
699
|
+
- caseExact: false
|
700
|
+
- idcsSearchable: false
|
701
|
+
- multiValued: false
|
702
|
+
- mutability: readOnly
|
703
|
+
- required: false
|
704
|
+
- returned: default
|
705
|
+
- type: string
|
706
|
+
- uniqueness: none
|
707
|
+
|
708
|
+
|
709
|
+
:return: The compartment_ocid of this SelfRegistrationProfile.
|
710
|
+
:rtype: str
|
711
|
+
"""
|
712
|
+
return self._compartment_ocid
|
713
|
+
|
714
|
+
@compartment_ocid.setter
|
715
|
+
def compartment_ocid(self, compartment_ocid):
|
716
|
+
"""
|
717
|
+
Sets the compartment_ocid of this SelfRegistrationProfile.
|
718
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
719
|
+
|
720
|
+
**SCIM++ Properties:**
|
721
|
+
- caseExact: false
|
722
|
+
- idcsSearchable: false
|
723
|
+
- multiValued: false
|
724
|
+
- mutability: readOnly
|
725
|
+
- required: false
|
726
|
+
- returned: default
|
727
|
+
- type: string
|
728
|
+
- uniqueness: none
|
729
|
+
|
730
|
+
|
731
|
+
:param compartment_ocid: The compartment_ocid of this SelfRegistrationProfile.
|
732
|
+
:type: str
|
733
|
+
"""
|
734
|
+
self._compartment_ocid = compartment_ocid
|
735
|
+
|
736
|
+
@property
|
737
|
+
def tenancy_ocid(self):
|
738
|
+
"""
|
739
|
+
Gets the tenancy_ocid of this SelfRegistrationProfile.
|
740
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
741
|
+
|
742
|
+
**SCIM++ Properties:**
|
743
|
+
- caseExact: false
|
744
|
+
- idcsSearchable: false
|
745
|
+
- multiValued: false
|
746
|
+
- mutability: readOnly
|
747
|
+
- required: false
|
748
|
+
- returned: default
|
749
|
+
- type: string
|
750
|
+
- uniqueness: none
|
751
|
+
|
752
|
+
|
753
|
+
:return: The tenancy_ocid of this SelfRegistrationProfile.
|
754
|
+
:rtype: str
|
755
|
+
"""
|
756
|
+
return self._tenancy_ocid
|
757
|
+
|
758
|
+
@tenancy_ocid.setter
|
759
|
+
def tenancy_ocid(self, tenancy_ocid):
|
760
|
+
"""
|
761
|
+
Sets the tenancy_ocid of this SelfRegistrationProfile.
|
762
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
763
|
+
|
764
|
+
**SCIM++ Properties:**
|
765
|
+
- caseExact: false
|
766
|
+
- idcsSearchable: false
|
767
|
+
- multiValued: false
|
768
|
+
- mutability: readOnly
|
769
|
+
- required: false
|
770
|
+
- returned: default
|
771
|
+
- type: string
|
772
|
+
- uniqueness: none
|
773
|
+
|
774
|
+
|
775
|
+
:param tenancy_ocid: The tenancy_ocid of this SelfRegistrationProfile.
|
776
|
+
:type: str
|
777
|
+
"""
|
778
|
+
self._tenancy_ocid = tenancy_ocid
|
779
|
+
|
780
|
+
@property
|
781
|
+
def external_id(self):
|
782
|
+
"""
|
783
|
+
Gets the external_id of this SelfRegistrationProfile.
|
784
|
+
An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
785
|
+
|
786
|
+
**SCIM++ Properties:**
|
787
|
+
- multiValued: false
|
788
|
+
- mutability: readWrite
|
789
|
+
- required: false
|
790
|
+
- returned: default
|
791
|
+
- type: string
|
792
|
+
- uniqueness: none
|
793
|
+
|
794
|
+
|
795
|
+
:return: The external_id of this SelfRegistrationProfile.
|
796
|
+
:rtype: str
|
797
|
+
"""
|
798
|
+
return self._external_id
|
799
|
+
|
800
|
+
@external_id.setter
|
801
|
+
def external_id(self, external_id):
|
802
|
+
"""
|
803
|
+
Sets the external_id of this SelfRegistrationProfile.
|
804
|
+
An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
|
805
|
+
|
806
|
+
**SCIM++ Properties:**
|
807
|
+
- multiValued: false
|
808
|
+
- mutability: readWrite
|
809
|
+
- required: false
|
810
|
+
- returned: default
|
811
|
+
- type: string
|
812
|
+
- uniqueness: none
|
813
|
+
|
814
|
+
|
815
|
+
:param external_id: The external_id of this SelfRegistrationProfile.
|
816
|
+
:type: str
|
817
|
+
"""
|
818
|
+
self._external_id = external_id
|
819
|
+
|
820
|
+
@property
|
821
|
+
def name(self):
|
822
|
+
"""
|
823
|
+
**[Required]** Gets the name of this SelfRegistrationProfile.
|
824
|
+
Name of the profile
|
825
|
+
|
826
|
+
**SCIM++ Properties:**
|
827
|
+
- caseExact: false
|
828
|
+
- idcsSearchable: true
|
829
|
+
- multiValued: false
|
830
|
+
- mutability: readWrite
|
831
|
+
- required: true
|
832
|
+
- returned: always
|
833
|
+
- type: string
|
834
|
+
- uniqueness: global
|
835
|
+
|
836
|
+
|
837
|
+
:return: The name of this SelfRegistrationProfile.
|
838
|
+
:rtype: str
|
839
|
+
"""
|
840
|
+
return self._name
|
841
|
+
|
842
|
+
@name.setter
|
843
|
+
def name(self, name):
|
844
|
+
"""
|
845
|
+
Sets the name of this SelfRegistrationProfile.
|
846
|
+
Name of the profile
|
847
|
+
|
848
|
+
**SCIM++ Properties:**
|
849
|
+
- caseExact: false
|
850
|
+
- idcsSearchable: true
|
851
|
+
- multiValued: false
|
852
|
+
- mutability: readWrite
|
853
|
+
- required: true
|
854
|
+
- returned: always
|
855
|
+
- type: string
|
856
|
+
- uniqueness: global
|
857
|
+
|
858
|
+
|
859
|
+
:param name: The name of this SelfRegistrationProfile.
|
860
|
+
:type: str
|
861
|
+
"""
|
862
|
+
self._name = name
|
863
|
+
|
864
|
+
@property
|
865
|
+
def activation_email_required(self):
|
866
|
+
"""
|
867
|
+
**[Required]** Gets the activation_email_required of this SelfRegistrationProfile.
|
868
|
+
**SCIM++ Properties:**
|
869
|
+
- caseExact: false
|
870
|
+
- idcsSearchable: true
|
871
|
+
- multiValued: false
|
872
|
+
- mutability: readWrite
|
873
|
+
- required: true
|
874
|
+
- returned: default
|
875
|
+
- type: boolean
|
876
|
+
- uniqueness: none
|
877
|
+
A Boolean value that indicates whether Account verification email is required to be sent before login or not
|
878
|
+
|
879
|
+
|
880
|
+
:return: The activation_email_required of this SelfRegistrationProfile.
|
881
|
+
:rtype: bool
|
882
|
+
"""
|
883
|
+
return self._activation_email_required
|
884
|
+
|
885
|
+
@activation_email_required.setter
|
886
|
+
def activation_email_required(self, activation_email_required):
|
887
|
+
"""
|
888
|
+
Sets the activation_email_required of this SelfRegistrationProfile.
|
889
|
+
**SCIM++ Properties:**
|
890
|
+
- caseExact: false
|
891
|
+
- idcsSearchable: true
|
892
|
+
- multiValued: false
|
893
|
+
- mutability: readWrite
|
894
|
+
- required: true
|
895
|
+
- returned: default
|
896
|
+
- type: boolean
|
897
|
+
- uniqueness: none
|
898
|
+
A Boolean value that indicates whether Account verification email is required to be sent before login or not
|
899
|
+
|
900
|
+
|
901
|
+
:param activation_email_required: The activation_email_required of this SelfRegistrationProfile.
|
902
|
+
:type: bool
|
903
|
+
"""
|
904
|
+
self._activation_email_required = activation_email_required
|
905
|
+
|
906
|
+
@property
|
907
|
+
def number_of_days_redirect_url_is_valid(self):
|
908
|
+
"""
|
909
|
+
**[Required]** Gets the number_of_days_redirect_url_is_valid of this SelfRegistrationProfile.
|
910
|
+
Number of days redirect URL is valid
|
911
|
+
|
912
|
+
**SCIM++ Properties:**
|
913
|
+
- idcsSearchable: true
|
914
|
+
- multiValued: false
|
915
|
+
- mutability: readWrite
|
916
|
+
- required: true
|
917
|
+
- returned: default
|
918
|
+
- type: integer
|
919
|
+
- uniqueness: none
|
920
|
+
|
921
|
+
|
922
|
+
:return: The number_of_days_redirect_url_is_valid of this SelfRegistrationProfile.
|
923
|
+
:rtype: int
|
924
|
+
"""
|
925
|
+
return self._number_of_days_redirect_url_is_valid
|
926
|
+
|
927
|
+
@number_of_days_redirect_url_is_valid.setter
|
928
|
+
def number_of_days_redirect_url_is_valid(self, number_of_days_redirect_url_is_valid):
|
929
|
+
"""
|
930
|
+
Sets the number_of_days_redirect_url_is_valid of this SelfRegistrationProfile.
|
931
|
+
Number of days redirect URL is valid
|
932
|
+
|
933
|
+
**SCIM++ Properties:**
|
934
|
+
- idcsSearchable: true
|
935
|
+
- multiValued: false
|
936
|
+
- mutability: readWrite
|
937
|
+
- required: true
|
938
|
+
- returned: default
|
939
|
+
- type: integer
|
940
|
+
- uniqueness: none
|
941
|
+
|
942
|
+
|
943
|
+
:param number_of_days_redirect_url_is_valid: The number_of_days_redirect_url_is_valid of this SelfRegistrationProfile.
|
944
|
+
:type: int
|
945
|
+
"""
|
946
|
+
self._number_of_days_redirect_url_is_valid = number_of_days_redirect_url_is_valid
|
947
|
+
|
948
|
+
@property
|
949
|
+
def active(self):
|
950
|
+
"""
|
951
|
+
Gets the active of this SelfRegistrationProfile.
|
952
|
+
A Boolean value that indicates whether the profile is enabled or not
|
953
|
+
|
954
|
+
**SCIM++ Properties:**
|
955
|
+
- caseExact: false
|
956
|
+
- idcsSearchable: true
|
957
|
+
- multiValued: false
|
958
|
+
- mutability: readWrite
|
959
|
+
- required: false
|
960
|
+
- returned: default
|
961
|
+
- type: boolean
|
962
|
+
- uniqueness: none
|
963
|
+
|
964
|
+
|
965
|
+
:return: The active of this SelfRegistrationProfile.
|
966
|
+
:rtype: bool
|
967
|
+
"""
|
968
|
+
return self._active
|
969
|
+
|
970
|
+
@active.setter
|
971
|
+
def active(self, active):
|
972
|
+
"""
|
973
|
+
Sets the active of this SelfRegistrationProfile.
|
974
|
+
A Boolean value that indicates whether the profile is enabled or not
|
975
|
+
|
976
|
+
**SCIM++ Properties:**
|
977
|
+
- caseExact: false
|
978
|
+
- idcsSearchable: true
|
979
|
+
- multiValued: false
|
980
|
+
- mutability: readWrite
|
981
|
+
- required: false
|
982
|
+
- returned: default
|
983
|
+
- type: boolean
|
984
|
+
- uniqueness: none
|
985
|
+
|
986
|
+
|
987
|
+
:param active: The active of this SelfRegistrationProfile.
|
988
|
+
:type: bool
|
989
|
+
"""
|
990
|
+
self._active = active
|
991
|
+
|
992
|
+
@property
|
993
|
+
def show_on_login_page(self):
|
994
|
+
"""
|
995
|
+
**[Required]** Gets the show_on_login_page of this SelfRegistrationProfile.
|
996
|
+
A Boolean value that indicates whether the profile should be displayed on login page
|
997
|
+
|
998
|
+
**SCIM++ Properties:**
|
999
|
+
- caseExact: false
|
1000
|
+
- idcsSearchable: true
|
1001
|
+
- multiValued: false
|
1002
|
+
- mutability: readWrite
|
1003
|
+
- required: true
|
1004
|
+
- returned: default
|
1005
|
+
- type: boolean
|
1006
|
+
- uniqueness: none
|
1007
|
+
|
1008
|
+
|
1009
|
+
:return: The show_on_login_page of this SelfRegistrationProfile.
|
1010
|
+
:rtype: bool
|
1011
|
+
"""
|
1012
|
+
return self._show_on_login_page
|
1013
|
+
|
1014
|
+
@show_on_login_page.setter
|
1015
|
+
def show_on_login_page(self, show_on_login_page):
|
1016
|
+
"""
|
1017
|
+
Sets the show_on_login_page of this SelfRegistrationProfile.
|
1018
|
+
A Boolean value that indicates whether the profile should be displayed on login page
|
1019
|
+
|
1020
|
+
**SCIM++ Properties:**
|
1021
|
+
- caseExact: false
|
1022
|
+
- idcsSearchable: true
|
1023
|
+
- multiValued: false
|
1024
|
+
- mutability: readWrite
|
1025
|
+
- required: true
|
1026
|
+
- returned: default
|
1027
|
+
- type: boolean
|
1028
|
+
- uniqueness: none
|
1029
|
+
|
1030
|
+
|
1031
|
+
:param show_on_login_page: The show_on_login_page of this SelfRegistrationProfile.
|
1032
|
+
:type: bool
|
1033
|
+
"""
|
1034
|
+
self._show_on_login_page = show_on_login_page
|
1035
|
+
|
1036
|
+
@property
|
1037
|
+
def allowed_email_domains(self):
|
1038
|
+
"""
|
1039
|
+
Gets the allowed_email_domains of this SelfRegistrationProfile.
|
1040
|
+
A Multivalue String value for Email domains which are valid for this profile
|
1041
|
+
|
1042
|
+
**SCIM++ Properties:**
|
1043
|
+
- caseExact: false
|
1044
|
+
- idcsSearchable: true
|
1045
|
+
- multiValued: true
|
1046
|
+
- mutability: readWrite
|
1047
|
+
- required: false
|
1048
|
+
- returned: default
|
1049
|
+
- type: string
|
1050
|
+
- uniqueness: none
|
1051
|
+
|
1052
|
+
|
1053
|
+
:return: The allowed_email_domains of this SelfRegistrationProfile.
|
1054
|
+
:rtype: list[str]
|
1055
|
+
"""
|
1056
|
+
return self._allowed_email_domains
|
1057
|
+
|
1058
|
+
@allowed_email_domains.setter
|
1059
|
+
def allowed_email_domains(self, allowed_email_domains):
|
1060
|
+
"""
|
1061
|
+
Sets the allowed_email_domains of this SelfRegistrationProfile.
|
1062
|
+
A Multivalue String value for Email domains which are valid for this profile
|
1063
|
+
|
1064
|
+
**SCIM++ Properties:**
|
1065
|
+
- caseExact: false
|
1066
|
+
- idcsSearchable: true
|
1067
|
+
- multiValued: true
|
1068
|
+
- mutability: readWrite
|
1069
|
+
- required: false
|
1070
|
+
- returned: default
|
1071
|
+
- type: string
|
1072
|
+
- uniqueness: none
|
1073
|
+
|
1074
|
+
|
1075
|
+
:param allowed_email_domains: The allowed_email_domains of this SelfRegistrationProfile.
|
1076
|
+
:type: list[str]
|
1077
|
+
"""
|
1078
|
+
self._allowed_email_domains = allowed_email_domains
|
1079
|
+
|
1080
|
+
@property
|
1081
|
+
def disallowed_email_domains(self):
|
1082
|
+
"""
|
1083
|
+
Gets the disallowed_email_domains of this SelfRegistrationProfile.
|
1084
|
+
A Multivalue String Value for Email domains to be handled as exceptions
|
1085
|
+
|
1086
|
+
**SCIM++ Properties:**
|
1087
|
+
- caseExact: false
|
1088
|
+
- idcsSearchable: true
|
1089
|
+
- multiValued: true
|
1090
|
+
- mutability: readWrite
|
1091
|
+
- required: false
|
1092
|
+
- returned: default
|
1093
|
+
- type: string
|
1094
|
+
- uniqueness: none
|
1095
|
+
|
1096
|
+
|
1097
|
+
:return: The disallowed_email_domains of this SelfRegistrationProfile.
|
1098
|
+
:rtype: list[str]
|
1099
|
+
"""
|
1100
|
+
return self._disallowed_email_domains
|
1101
|
+
|
1102
|
+
@disallowed_email_domains.setter
|
1103
|
+
def disallowed_email_domains(self, disallowed_email_domains):
|
1104
|
+
"""
|
1105
|
+
Sets the disallowed_email_domains of this SelfRegistrationProfile.
|
1106
|
+
A Multivalue String Value for Email domains to be handled as exceptions
|
1107
|
+
|
1108
|
+
**SCIM++ Properties:**
|
1109
|
+
- caseExact: false
|
1110
|
+
- idcsSearchable: true
|
1111
|
+
- multiValued: true
|
1112
|
+
- mutability: readWrite
|
1113
|
+
- required: false
|
1114
|
+
- returned: default
|
1115
|
+
- type: string
|
1116
|
+
- uniqueness: none
|
1117
|
+
|
1118
|
+
|
1119
|
+
:param disallowed_email_domains: The disallowed_email_domains of this SelfRegistrationProfile.
|
1120
|
+
:type: list[str]
|
1121
|
+
"""
|
1122
|
+
self._disallowed_email_domains = disallowed_email_domains
|
1123
|
+
|
1124
|
+
@property
|
1125
|
+
def header_logo(self):
|
1126
|
+
"""
|
1127
|
+
Gets the header_logo of this SelfRegistrationProfile.
|
1128
|
+
Reference to header logo
|
1129
|
+
|
1130
|
+
**SCIM++ Properties:**
|
1131
|
+
- idcsSearchable: true
|
1132
|
+
- multiValued: false
|
1133
|
+
- mutability: readWrite
|
1134
|
+
- required: false
|
1135
|
+
- returned: default
|
1136
|
+
- type: reference
|
1137
|
+
|
1138
|
+
|
1139
|
+
:return: The header_logo of this SelfRegistrationProfile.
|
1140
|
+
:rtype: str
|
1141
|
+
"""
|
1142
|
+
return self._header_logo
|
1143
|
+
|
1144
|
+
@header_logo.setter
|
1145
|
+
def header_logo(self, header_logo):
|
1146
|
+
"""
|
1147
|
+
Sets the header_logo of this SelfRegistrationProfile.
|
1148
|
+
Reference to header logo
|
1149
|
+
|
1150
|
+
**SCIM++ Properties:**
|
1151
|
+
- idcsSearchable: true
|
1152
|
+
- multiValued: false
|
1153
|
+
- mutability: readWrite
|
1154
|
+
- required: false
|
1155
|
+
- returned: default
|
1156
|
+
- type: reference
|
1157
|
+
|
1158
|
+
|
1159
|
+
:param header_logo: The header_logo of this SelfRegistrationProfile.
|
1160
|
+
:type: str
|
1161
|
+
"""
|
1162
|
+
self._header_logo = header_logo
|
1163
|
+
|
1164
|
+
@property
|
1165
|
+
def footer_logo(self):
|
1166
|
+
"""
|
1167
|
+
Gets the footer_logo of this SelfRegistrationProfile.
|
1168
|
+
References to footer logo
|
1169
|
+
|
1170
|
+
**SCIM++ Properties:**
|
1171
|
+
- idcsSearchable: true
|
1172
|
+
- multiValued: false
|
1173
|
+
- mutability: readWrite
|
1174
|
+
- required: false
|
1175
|
+
- returned: default
|
1176
|
+
- type: reference
|
1177
|
+
|
1178
|
+
|
1179
|
+
:return: The footer_logo of this SelfRegistrationProfile.
|
1180
|
+
:rtype: str
|
1181
|
+
"""
|
1182
|
+
return self._footer_logo
|
1183
|
+
|
1184
|
+
@footer_logo.setter
|
1185
|
+
def footer_logo(self, footer_logo):
|
1186
|
+
"""
|
1187
|
+
Sets the footer_logo of this SelfRegistrationProfile.
|
1188
|
+
References to footer logo
|
1189
|
+
|
1190
|
+
**SCIM++ Properties:**
|
1191
|
+
- idcsSearchable: true
|
1192
|
+
- multiValued: false
|
1193
|
+
- mutability: readWrite
|
1194
|
+
- required: false
|
1195
|
+
- returned: default
|
1196
|
+
- type: reference
|
1197
|
+
|
1198
|
+
|
1199
|
+
:param footer_logo: The footer_logo of this SelfRegistrationProfile.
|
1200
|
+
:type: str
|
1201
|
+
"""
|
1202
|
+
self._footer_logo = footer_logo
|
1203
|
+
|
1204
|
+
@property
|
1205
|
+
def redirect_url(self):
|
1206
|
+
"""
|
1207
|
+
**[Required]** Gets the redirect_url of this SelfRegistrationProfile.
|
1208
|
+
This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in \\\"pending verification\\\" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in \\\"verified\\\" state, this link will be used to verify user's email.
|
1209
|
+
|
1210
|
+
**SCIM++ Properties:**
|
1211
|
+
- caseExact: false
|
1212
|
+
- idcsSearchable: true
|
1213
|
+
- multiValued: false
|
1214
|
+
- mutability: readWrite
|
1215
|
+
- required: true
|
1216
|
+
- returned: default
|
1217
|
+
- type: string
|
1218
|
+
- uniqueness: none
|
1219
|
+
|
1220
|
+
|
1221
|
+
:return: The redirect_url of this SelfRegistrationProfile.
|
1222
|
+
:rtype: str
|
1223
|
+
"""
|
1224
|
+
return self._redirect_url
|
1225
|
+
|
1226
|
+
@redirect_url.setter
|
1227
|
+
def redirect_url(self, redirect_url):
|
1228
|
+
"""
|
1229
|
+
Sets the redirect_url of this SelfRegistrationProfile.
|
1230
|
+
This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in \\\"pending verification\\\" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in \\\"verified\\\" state, this link will be used to verify user's email.
|
1231
|
+
|
1232
|
+
**SCIM++ Properties:**
|
1233
|
+
- caseExact: false
|
1234
|
+
- idcsSearchable: true
|
1235
|
+
- multiValued: false
|
1236
|
+
- mutability: readWrite
|
1237
|
+
- required: true
|
1238
|
+
- returned: default
|
1239
|
+
- type: string
|
1240
|
+
- uniqueness: none
|
1241
|
+
|
1242
|
+
|
1243
|
+
:param redirect_url: The redirect_url of this SelfRegistrationProfile.
|
1244
|
+
:type: str
|
1245
|
+
"""
|
1246
|
+
self._redirect_url = redirect_url
|
1247
|
+
|
1248
|
+
@property
|
1249
|
+
def consent_text_present(self):
|
1250
|
+
"""
|
1251
|
+
**[Required]** Gets the consent_text_present of this SelfRegistrationProfile.
|
1252
|
+
A boolean value that indicates whether the consent text is present.
|
1253
|
+
|
1254
|
+
**SCIM++ Properties:**
|
1255
|
+
- caseExact: false
|
1256
|
+
- idcsSearchable: true
|
1257
|
+
- multiValued: false
|
1258
|
+
- mutability: readWrite
|
1259
|
+
- required: true
|
1260
|
+
- returned: default
|
1261
|
+
- type: boolean
|
1262
|
+
- uniqueness: none
|
1263
|
+
|
1264
|
+
|
1265
|
+
:return: The consent_text_present of this SelfRegistrationProfile.
|
1266
|
+
:rtype: bool
|
1267
|
+
"""
|
1268
|
+
return self._consent_text_present
|
1269
|
+
|
1270
|
+
@consent_text_present.setter
|
1271
|
+
def consent_text_present(self, consent_text_present):
|
1272
|
+
"""
|
1273
|
+
Sets the consent_text_present of this SelfRegistrationProfile.
|
1274
|
+
A boolean value that indicates whether the consent text is present.
|
1275
|
+
|
1276
|
+
**SCIM++ Properties:**
|
1277
|
+
- caseExact: false
|
1278
|
+
- idcsSearchable: true
|
1279
|
+
- multiValued: false
|
1280
|
+
- mutability: readWrite
|
1281
|
+
- required: true
|
1282
|
+
- returned: default
|
1283
|
+
- type: boolean
|
1284
|
+
- uniqueness: none
|
1285
|
+
|
1286
|
+
|
1287
|
+
:param consent_text_present: The consent_text_present of this SelfRegistrationProfile.
|
1288
|
+
:type: bool
|
1289
|
+
"""
|
1290
|
+
self._consent_text_present = consent_text_present
|
1291
|
+
|
1292
|
+
@property
|
1293
|
+
def display_name(self):
|
1294
|
+
"""
|
1295
|
+
**[Required]** Gets the display_name of this SelfRegistrationProfile.
|
1296
|
+
Registration page name
|
1297
|
+
|
1298
|
+
**SCIM++ Properties:**
|
1299
|
+
- idcsCompositeKey: [locale]
|
1300
|
+
- idcsMultiLanguage: true
|
1301
|
+
- idcsSearchable: true
|
1302
|
+
- multiValued: true
|
1303
|
+
- mutability: readWrite
|
1304
|
+
- required: true
|
1305
|
+
- returned: default
|
1306
|
+
- type: complex
|
1307
|
+
- uniqueness: none
|
1308
|
+
|
1309
|
+
|
1310
|
+
:return: The display_name of this SelfRegistrationProfile.
|
1311
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileDisplayName]
|
1312
|
+
"""
|
1313
|
+
return self._display_name
|
1314
|
+
|
1315
|
+
@display_name.setter
|
1316
|
+
def display_name(self, display_name):
|
1317
|
+
"""
|
1318
|
+
Sets the display_name of this SelfRegistrationProfile.
|
1319
|
+
Registration page name
|
1320
|
+
|
1321
|
+
**SCIM++ Properties:**
|
1322
|
+
- idcsCompositeKey: [locale]
|
1323
|
+
- idcsMultiLanguage: true
|
1324
|
+
- idcsSearchable: true
|
1325
|
+
- multiValued: true
|
1326
|
+
- mutability: readWrite
|
1327
|
+
- required: true
|
1328
|
+
- returned: default
|
1329
|
+
- type: complex
|
1330
|
+
- uniqueness: none
|
1331
|
+
|
1332
|
+
|
1333
|
+
:param display_name: The display_name of this SelfRegistrationProfile.
|
1334
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileDisplayName]
|
1335
|
+
"""
|
1336
|
+
self._display_name = display_name
|
1337
|
+
|
1338
|
+
@property
|
1339
|
+
def after_submit_text(self):
|
1340
|
+
"""
|
1341
|
+
Gets the after_submit_text of this SelfRegistrationProfile.
|
1342
|
+
Text to be displayed on UI after doing self registration
|
1343
|
+
|
1344
|
+
**SCIM++ Properties:**
|
1345
|
+
- idcsCompositeKey: [locale]
|
1346
|
+
- idcsMultiLanguage: true
|
1347
|
+
- idcsSearchable: true
|
1348
|
+
- multiValued: true
|
1349
|
+
- mutability: readWrite
|
1350
|
+
- required: false
|
1351
|
+
- returned: default
|
1352
|
+
- type: complex
|
1353
|
+
- uniqueness: none
|
1354
|
+
|
1355
|
+
|
1356
|
+
:return: The after_submit_text of this SelfRegistrationProfile.
|
1357
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileAfterSubmitText]
|
1358
|
+
"""
|
1359
|
+
return self._after_submit_text
|
1360
|
+
|
1361
|
+
@after_submit_text.setter
|
1362
|
+
def after_submit_text(self, after_submit_text):
|
1363
|
+
"""
|
1364
|
+
Sets the after_submit_text of this SelfRegistrationProfile.
|
1365
|
+
Text to be displayed on UI after doing self registration
|
1366
|
+
|
1367
|
+
**SCIM++ Properties:**
|
1368
|
+
- idcsCompositeKey: [locale]
|
1369
|
+
- idcsMultiLanguage: true
|
1370
|
+
- idcsSearchable: true
|
1371
|
+
- multiValued: true
|
1372
|
+
- mutability: readWrite
|
1373
|
+
- required: false
|
1374
|
+
- returned: default
|
1375
|
+
- type: complex
|
1376
|
+
- uniqueness: none
|
1377
|
+
|
1378
|
+
|
1379
|
+
:param after_submit_text: The after_submit_text of this SelfRegistrationProfile.
|
1380
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileAfterSubmitText]
|
1381
|
+
"""
|
1382
|
+
self._after_submit_text = after_submit_text
|
1383
|
+
|
1384
|
+
@property
|
1385
|
+
def user_attributes(self):
|
1386
|
+
"""
|
1387
|
+
Gets the user_attributes of this SelfRegistrationProfile.
|
1388
|
+
**SCIM++ Properties:**
|
1389
|
+
- idcsCompositeKey: [value]
|
1390
|
+
- idcsSearchable: true
|
1391
|
+
- multiValued: true
|
1392
|
+
- mutability: readWrite
|
1393
|
+
- required: false
|
1394
|
+
- returned: default
|
1395
|
+
- type: complex
|
1396
|
+
- uniqueness: none
|
1397
|
+
User Attributes
|
1398
|
+
|
1399
|
+
|
1400
|
+
:return: The user_attributes of this SelfRegistrationProfile.
|
1401
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileUserAttributes]
|
1402
|
+
"""
|
1403
|
+
return self._user_attributes
|
1404
|
+
|
1405
|
+
@user_attributes.setter
|
1406
|
+
def user_attributes(self, user_attributes):
|
1407
|
+
"""
|
1408
|
+
Sets the user_attributes of this SelfRegistrationProfile.
|
1409
|
+
**SCIM++ Properties:**
|
1410
|
+
- idcsCompositeKey: [value]
|
1411
|
+
- idcsSearchable: true
|
1412
|
+
- multiValued: true
|
1413
|
+
- mutability: readWrite
|
1414
|
+
- required: false
|
1415
|
+
- returned: default
|
1416
|
+
- type: complex
|
1417
|
+
- uniqueness: none
|
1418
|
+
User Attributes
|
1419
|
+
|
1420
|
+
|
1421
|
+
:param user_attributes: The user_attributes of this SelfRegistrationProfile.
|
1422
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileUserAttributes]
|
1423
|
+
"""
|
1424
|
+
self._user_attributes = user_attributes
|
1425
|
+
|
1426
|
+
@property
|
1427
|
+
def email_template(self):
|
1428
|
+
"""
|
1429
|
+
**[Required]** Gets the email_template of this SelfRegistrationProfile.
|
1430
|
+
|
1431
|
+
:return: The email_template of this SelfRegistrationProfile.
|
1432
|
+
:rtype: oci.identity_domains.models.SelfRegistrationProfileEmailTemplate
|
1433
|
+
"""
|
1434
|
+
return self._email_template
|
1435
|
+
|
1436
|
+
@email_template.setter
|
1437
|
+
def email_template(self, email_template):
|
1438
|
+
"""
|
1439
|
+
Sets the email_template of this SelfRegistrationProfile.
|
1440
|
+
|
1441
|
+
:param email_template: The email_template of this SelfRegistrationProfile.
|
1442
|
+
:type: oci.identity_domains.models.SelfRegistrationProfileEmailTemplate
|
1443
|
+
"""
|
1444
|
+
self._email_template = email_template
|
1445
|
+
|
1446
|
+
@property
|
1447
|
+
def default_groups(self):
|
1448
|
+
"""
|
1449
|
+
Gets the default_groups of this SelfRegistrationProfile.
|
1450
|
+
Default groups assigned to the user
|
1451
|
+
|
1452
|
+
**SCIM++ Properties:**
|
1453
|
+
- idcsCompositeKey: [value]
|
1454
|
+
- idcsSearchable: true
|
1455
|
+
- multiValued: true
|
1456
|
+
- mutability: readWrite
|
1457
|
+
- required: false
|
1458
|
+
- returned: request
|
1459
|
+
- type: complex
|
1460
|
+
|
1461
|
+
|
1462
|
+
:return: The default_groups of this SelfRegistrationProfile.
|
1463
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileDefaultGroups]
|
1464
|
+
"""
|
1465
|
+
return self._default_groups
|
1466
|
+
|
1467
|
+
@default_groups.setter
|
1468
|
+
def default_groups(self, default_groups):
|
1469
|
+
"""
|
1470
|
+
Sets the default_groups of this SelfRegistrationProfile.
|
1471
|
+
Default groups assigned to the user
|
1472
|
+
|
1473
|
+
**SCIM++ Properties:**
|
1474
|
+
- idcsCompositeKey: [value]
|
1475
|
+
- idcsSearchable: true
|
1476
|
+
- multiValued: true
|
1477
|
+
- mutability: readWrite
|
1478
|
+
- required: false
|
1479
|
+
- returned: request
|
1480
|
+
- type: complex
|
1481
|
+
|
1482
|
+
|
1483
|
+
:param default_groups: The default_groups of this SelfRegistrationProfile.
|
1484
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileDefaultGroups]
|
1485
|
+
"""
|
1486
|
+
self._default_groups = default_groups
|
1487
|
+
|
1488
|
+
@property
|
1489
|
+
def header_text(self):
|
1490
|
+
"""
|
1491
|
+
Gets the header_text of this SelfRegistrationProfile.
|
1492
|
+
Header text
|
1493
|
+
|
1494
|
+
**SCIM++ Properties:**
|
1495
|
+
- idcsCompositeKey: [locale]
|
1496
|
+
- idcsMultiLanguage: true
|
1497
|
+
- idcsSearchable: true
|
1498
|
+
- multiValued: true
|
1499
|
+
- mutability: readWrite
|
1500
|
+
- required: false
|
1501
|
+
- returned: default
|
1502
|
+
- type: complex
|
1503
|
+
- uniqueness: none
|
1504
|
+
|
1505
|
+
|
1506
|
+
:return: The header_text of this SelfRegistrationProfile.
|
1507
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileHeaderText]
|
1508
|
+
"""
|
1509
|
+
return self._header_text
|
1510
|
+
|
1511
|
+
@header_text.setter
|
1512
|
+
def header_text(self, header_text):
|
1513
|
+
"""
|
1514
|
+
Sets the header_text of this SelfRegistrationProfile.
|
1515
|
+
Header text
|
1516
|
+
|
1517
|
+
**SCIM++ Properties:**
|
1518
|
+
- idcsCompositeKey: [locale]
|
1519
|
+
- idcsMultiLanguage: true
|
1520
|
+
- idcsSearchable: true
|
1521
|
+
- multiValued: true
|
1522
|
+
- mutability: readWrite
|
1523
|
+
- required: false
|
1524
|
+
- returned: default
|
1525
|
+
- type: complex
|
1526
|
+
- uniqueness: none
|
1527
|
+
|
1528
|
+
|
1529
|
+
:param header_text: The header_text of this SelfRegistrationProfile.
|
1530
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileHeaderText]
|
1531
|
+
"""
|
1532
|
+
self._header_text = header_text
|
1533
|
+
|
1534
|
+
@property
|
1535
|
+
def footer_text(self):
|
1536
|
+
"""
|
1537
|
+
Gets the footer_text of this SelfRegistrationProfile.
|
1538
|
+
Footer text
|
1539
|
+
|
1540
|
+
**SCIM++ Properties:**
|
1541
|
+
- idcsCompositeKey: [locale]
|
1542
|
+
- idcsMultiLanguage: true
|
1543
|
+
- idcsSearchable: true
|
1544
|
+
- multiValued: true
|
1545
|
+
- mutability: readWrite
|
1546
|
+
- required: false
|
1547
|
+
- returned: default
|
1548
|
+
- type: complex
|
1549
|
+
- uniqueness: none
|
1550
|
+
|
1551
|
+
|
1552
|
+
:return: The footer_text of this SelfRegistrationProfile.
|
1553
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileFooterText]
|
1554
|
+
"""
|
1555
|
+
return self._footer_text
|
1556
|
+
|
1557
|
+
@footer_text.setter
|
1558
|
+
def footer_text(self, footer_text):
|
1559
|
+
"""
|
1560
|
+
Sets the footer_text of this SelfRegistrationProfile.
|
1561
|
+
Footer text
|
1562
|
+
|
1563
|
+
**SCIM++ Properties:**
|
1564
|
+
- idcsCompositeKey: [locale]
|
1565
|
+
- idcsMultiLanguage: true
|
1566
|
+
- idcsSearchable: true
|
1567
|
+
- multiValued: true
|
1568
|
+
- mutability: readWrite
|
1569
|
+
- required: false
|
1570
|
+
- returned: default
|
1571
|
+
- type: complex
|
1572
|
+
- uniqueness: none
|
1573
|
+
|
1574
|
+
|
1575
|
+
:param footer_text: The footer_text of this SelfRegistrationProfile.
|
1576
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileFooterText]
|
1577
|
+
"""
|
1578
|
+
self._footer_text = footer_text
|
1579
|
+
|
1580
|
+
@property
|
1581
|
+
def consent_text(self):
|
1582
|
+
"""
|
1583
|
+
Gets the consent_text of this SelfRegistrationProfile.
|
1584
|
+
Consent text
|
1585
|
+
|
1586
|
+
**SCIM++ Properties:**
|
1587
|
+
- idcsCompositeKey: [locale]
|
1588
|
+
- idcsMultiLanguage: true
|
1589
|
+
- idcsSearchable: true
|
1590
|
+
- multiValued: true
|
1591
|
+
- mutability: readWrite
|
1592
|
+
- required: false
|
1593
|
+
- returned: default
|
1594
|
+
- type: complex
|
1595
|
+
- uniqueness: none
|
1596
|
+
|
1597
|
+
|
1598
|
+
:return: The consent_text of this SelfRegistrationProfile.
|
1599
|
+
:rtype: list[oci.identity_domains.models.SelfRegistrationProfileConsentText]
|
1600
|
+
"""
|
1601
|
+
return self._consent_text
|
1602
|
+
|
1603
|
+
@consent_text.setter
|
1604
|
+
def consent_text(self, consent_text):
|
1605
|
+
"""
|
1606
|
+
Sets the consent_text of this SelfRegistrationProfile.
|
1607
|
+
Consent text
|
1608
|
+
|
1609
|
+
**SCIM++ Properties:**
|
1610
|
+
- idcsCompositeKey: [locale]
|
1611
|
+
- idcsMultiLanguage: true
|
1612
|
+
- idcsSearchable: true
|
1613
|
+
- multiValued: true
|
1614
|
+
- mutability: readWrite
|
1615
|
+
- required: false
|
1616
|
+
- returned: default
|
1617
|
+
- type: complex
|
1618
|
+
- uniqueness: none
|
1619
|
+
|
1620
|
+
|
1621
|
+
:param consent_text: The consent_text of this SelfRegistrationProfile.
|
1622
|
+
:type: list[oci.identity_domains.models.SelfRegistrationProfileConsentText]
|
1623
|
+
"""
|
1624
|
+
self._consent_text = consent_text
|
1625
|
+
|
1626
|
+
def __repr__(self):
|
1627
|
+
return formatted_flat_dict(self)
|
1628
|
+
|
1629
|
+
def __eq__(self, other):
|
1630
|
+
if other is None:
|
1631
|
+
return False
|
1632
|
+
|
1633
|
+
return self.__dict__ == other.__dict__
|
1634
|
+
|
1635
|
+
def __ne__(self, other):
|
1636
|
+
return not self == other
|