oci 2.115.0__py3-none-any.whl → 2.115.1__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_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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +47 -47
- 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 +90 -90
- oci/core/compute_management_client.py +32 -32
- 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 +645 -319
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +7 -3
- oci/database/models/autonomous_container_database_summary.py +7 -3
- oci/database/models/configure_saas_admin_user_details.py +284 -0
- oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
- oci/database/models/database_connection_string_profile.py +33 -2
- oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
- oci/database/models/saas_admin_user_configuration.py +284 -0
- oci/database/models/saas_admin_user_status.py +154 -0
- 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 +190 -190
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +1352 -164
- oci/jms/java_management_service_client_composite_operations.py +226 -0
- oci/jms/models/__init__.py +32 -0
- oci/jms/models/agent.py +240 -0
- oci/jms/models/announcement_summary.py +1 -1
- oci/jms/models/application_work_item_details.py +2 -2
- oci/jms/models/basic_work_item_details.py +2 -2
- oci/jms/models/blocklist.py +31 -3
- oci/jms/models/blocklist_entry.py +31 -3
- oci/jms/models/create_blocklist_details.py +31 -3
- oci/jms/models/create_drs_file_details.py +134 -0
- oci/jms/models/disable_drs_details.py +69 -0
- oci/jms/models/drs_file.py +272 -0
- oci/jms/models/drs_file_collection.py +72 -0
- oci/jms/models/drs_file_summary.py +272 -0
- oci/jms/models/drs_target.py +72 -0
- oci/jms/models/enable_drs_details.py +69 -0
- oci/jms/models/export_setting.py +485 -0
- oci/jms/models/export_status.py +201 -0
- oci/jms/models/fleet.py +31 -0
- oci/jms/models/fleet_agent_configuration.py +27 -0
- oci/jms/models/fleet_summary.py +31 -0
- oci/jms/models/java_artifact.py +262 -2
- oci/jms/models/java_family.py +103 -2
- oci/jms/models/java_family_summary.py +70 -2
- oci/jms/models/java_migration_analysis_result.py +31 -0
- oci/jms/models/java_migration_analysis_result_summary.py +31 -0
- oci/jms/models/java_release.py +66 -2
- oci/jms/models/java_release_summary.py +66 -2
- oci/jms/models/lcm_work_item_details.py +86 -0
- oci/jms/models/manage_drs_details.py +73 -0
- oci/jms/models/managed_instance_usage.py +82 -0
- oci/jms/models/patch_detail.py +103 -0
- oci/jms/models/performance_tuning_analysis.py +2 -2
- oci/jms/models/plugin.py +103 -0
- oci/jms/models/request_crypto_analyses_details.py +2 -2
- oci/jms/models/update_drs_file_details.py +134 -0
- oci/jms/models/update_export_setting_details.py +349 -0
- oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
- oci/jms/models/work_item_details.py +34 -6
- oci/jms/models/work_request.py +31 -3
- oci/jms_java_downloads/__init__.py +14 -0
- oci/jms_java_downloads/java_download_client.py +3088 -0
- oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
- oci/jms_java_downloads/models/__init__.py +80 -0
- oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
- oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
- oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
- oci/jms_java_downloads/models/download_url.py +119 -0
- oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
- oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
- oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
- oci/jms_java_downloads/models/java_download_record.py +351 -0
- oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
- oci/jms_java_downloads/models/java_download_report.py +533 -0
- oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
- oci/jms_java_downloads/models/java_download_token.py +710 -0
- oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
- oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
- oci/jms_java_downloads/models/java_license.py +154 -0
- oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
- oci/jms_java_downloads/models/java_license_collection.py +72 -0
- oci/jms_java_downloads/models/java_license_summary.py +154 -0
- oci/jms_java_downloads/models/principal.py +138 -0
- oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
- oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
- oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
- oci/jms_java_downloads/models/work_request.py +412 -0
- oci/jms_java_downloads/models/work_request_error.py +136 -0
- oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
- oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
- oci/jms_java_downloads/models/work_request_resource.py +203 -0
- oci/jms_java_downloads/models/work_request_summary.py +412 -0
- oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
- 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/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.0.dist-info → oci-2.115.1.dist-info}/METADATA +1 -1
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/RECORD +325 -267
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/WHEEL +0 -0
- {oci-2.115.0.dist-info → oci-2.115.1.dist-info}/top_level.txt +0 -0
@@ -168,7 +168,7 @@ class IdentityDomainsClient(object):
|
|
168
168
|
:rtype: :class:`~oci.response.Response`
|
169
169
|
|
170
170
|
:example:
|
171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_api_key.py.html>`__ to see an example of how to use create_api_key API.
|
172
172
|
"""
|
173
173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
174
174
|
required_arguments = []
|
@@ -304,7 +304,7 @@ class IdentityDomainsClient(object):
|
|
304
304
|
:rtype: :class:`~oci.response.Response`
|
305
305
|
|
306
306
|
:example:
|
307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_app.py.html>`__ to see an example of how to use create_app API.
|
308
308
|
"""
|
309
309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
310
310
|
required_arguments = []
|
@@ -440,7 +440,7 @@ class IdentityDomainsClient(object):
|
|
440
440
|
:rtype: :class:`~oci.response.Response`
|
441
441
|
|
442
442
|
:example:
|
443
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_app_role.py.html>`__ to see an example of how to use create_app_role API.
|
444
444
|
"""
|
445
445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
446
446
|
required_arguments = []
|
@@ -576,7 +576,7 @@ class IdentityDomainsClient(object):
|
|
576
576
|
:rtype: :class:`~oci.response.Response`
|
577
577
|
|
578
578
|
:example:
|
579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
|
580
580
|
"""
|
581
581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
582
582
|
required_arguments = []
|
@@ -704,7 +704,7 @@ class IdentityDomainsClient(object):
|
|
704
704
|
:rtype: :class:`~oci.response.Response`
|
705
705
|
|
706
706
|
:example:
|
707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
|
708
708
|
"""
|
709
709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
710
710
|
required_arguments = []
|
@@ -822,7 +822,7 @@ class IdentityDomainsClient(object):
|
|
822
822
|
:rtype: :class:`~oci.response.Response`
|
823
823
|
|
824
824
|
:example:
|
825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
826
826
|
"""
|
827
827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
828
828
|
required_arguments = []
|
@@ -958,7 +958,7 @@ class IdentityDomainsClient(object):
|
|
958
958
|
:rtype: :class:`~oci.response.Response`
|
959
959
|
|
960
960
|
:example:
|
961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
|
962
962
|
"""
|
963
963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
964
964
|
required_arguments = []
|
@@ -1094,7 +1094,7 @@ class IdentityDomainsClient(object):
|
|
1094
1094
|
:rtype: :class:`~oci.response.Response`
|
1095
1095
|
|
1096
1096
|
:example:
|
1097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
|
1098
1098
|
"""
|
1099
1099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1100
1100
|
required_arguments = []
|
@@ -1230,7 +1230,7 @@ class IdentityDomainsClient(object):
|
|
1230
1230
|
:rtype: :class:`~oci.response.Response`
|
1231
1231
|
|
1232
1232
|
:example:
|
1233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
|
1234
1234
|
"""
|
1235
1235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1236
1236
|
required_arguments = []
|
@@ -1366,7 +1366,7 @@ class IdentityDomainsClient(object):
|
|
1366
1366
|
:rtype: :class:`~oci.response.Response`
|
1367
1367
|
|
1368
1368
|
:example:
|
1369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
1370
1370
|
"""
|
1371
1371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1372
1372
|
required_arguments = []
|
@@ -1502,7 +1502,7 @@ class IdentityDomainsClient(object):
|
|
1502
1502
|
:rtype: :class:`~oci.response.Response`
|
1503
1503
|
|
1504
1504
|
:example:
|
1505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
1506
1506
|
"""
|
1507
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1508
1508
|
required_arguments = []
|
@@ -1630,7 +1630,7 @@ class IdentityDomainsClient(object):
|
|
1630
1630
|
:rtype: :class:`~oci.response.Response`
|
1631
1631
|
|
1632
1632
|
:example:
|
1633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
1634
1634
|
"""
|
1635
1635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1636
1636
|
required_arguments = []
|
@@ -1740,7 +1740,7 @@ class IdentityDomainsClient(object):
|
|
1740
1740
|
:rtype: :class:`~oci.response.Response`
|
1741
1741
|
|
1742
1742
|
:example:
|
1743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
1744
1744
|
"""
|
1745
1745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1746
1746
|
required_arguments = []
|
@@ -1850,7 +1850,7 @@ class IdentityDomainsClient(object):
|
|
1850
1850
|
:rtype: :class:`~oci.response.Response`
|
1851
1851
|
|
1852
1852
|
:example:
|
1853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
1854
1854
|
"""
|
1855
1855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1856
1856
|
required_arguments = []
|
@@ -1960,7 +1960,7 @@ class IdentityDomainsClient(object):
|
|
1960
1960
|
:rtype: :class:`~oci.response.Response`
|
1961
1961
|
|
1962
1962
|
:example:
|
1963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
1963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
1964
1964
|
"""
|
1965
1965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1966
1966
|
required_arguments = []
|
@@ -2070,7 +2070,7 @@ class IdentityDomainsClient(object):
|
|
2070
2070
|
:rtype: :class:`~oci.response.Response`
|
2071
2071
|
|
2072
2072
|
:example:
|
2073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
2074
2074
|
"""
|
2075
2075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2076
2076
|
required_arguments = []
|
@@ -2180,7 +2180,7 @@ class IdentityDomainsClient(object):
|
|
2180
2180
|
:rtype: :class:`~oci.response.Response`
|
2181
2181
|
|
2182
2182
|
:example:
|
2183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
2184
2184
|
"""
|
2185
2185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2186
2186
|
required_arguments = []
|
@@ -2290,7 +2290,7 @@ class IdentityDomainsClient(object):
|
|
2290
2290
|
:rtype: :class:`~oci.response.Response`
|
2291
2291
|
|
2292
2292
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
|
2294
2294
|
"""
|
2295
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2296
|
required_arguments = []
|
@@ -2408,7 +2408,7 @@ class IdentityDomainsClient(object):
|
|
2408
2408
|
:rtype: :class:`~oci.response.Response`
|
2409
2409
|
|
2410
2410
|
:example:
|
2411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
|
2412
2412
|
"""
|
2413
2413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2414
2414
|
required_arguments = []
|
@@ -2536,7 +2536,7 @@ class IdentityDomainsClient(object):
|
|
2536
2536
|
:rtype: :class:`~oci.response.Response`
|
2537
2537
|
|
2538
2538
|
:example:
|
2539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
2540
2540
|
"""
|
2541
2541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2542
2542
|
required_arguments = []
|
@@ -2646,7 +2646,7 @@ class IdentityDomainsClient(object):
|
|
2646
2646
|
:rtype: :class:`~oci.response.Response`
|
2647
2647
|
|
2648
2648
|
:example:
|
2649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
2650
2650
|
"""
|
2651
2651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2652
2652
|
required_arguments = []
|
@@ -2756,7 +2756,7 @@ class IdentityDomainsClient(object):
|
|
2756
2756
|
:rtype: :class:`~oci.response.Response`
|
2757
2757
|
|
2758
2758
|
:example:
|
2759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
2760
2760
|
"""
|
2761
2761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2762
2762
|
required_arguments = []
|
@@ -2874,7 +2874,7 @@ class IdentityDomainsClient(object):
|
|
2874
2874
|
:rtype: :class:`~oci.response.Response`
|
2875
2875
|
|
2876
2876
|
:example:
|
2877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
2877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
2878
2878
|
"""
|
2879
2879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2880
2880
|
required_arguments = []
|
@@ -3010,7 +3010,7 @@ class IdentityDomainsClient(object):
|
|
3010
3010
|
:rtype: :class:`~oci.response.Response`
|
3011
3011
|
|
3012
3012
|
:example:
|
3013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
3014
3014
|
"""
|
3015
3015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3016
3016
|
required_arguments = []
|
@@ -3146,7 +3146,7 @@ class IdentityDomainsClient(object):
|
|
3146
3146
|
:rtype: :class:`~oci.response.Response`
|
3147
3147
|
|
3148
3148
|
:example:
|
3149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
|
3150
3150
|
"""
|
3151
3151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3152
3152
|
required_arguments = []
|
@@ -3282,7 +3282,7 @@ class IdentityDomainsClient(object):
|
|
3282
3282
|
:rtype: :class:`~oci.response.Response`
|
3283
3283
|
|
3284
3284
|
:example:
|
3285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
3286
3286
|
"""
|
3287
3287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3288
3288
|
required_arguments = []
|
@@ -3418,7 +3418,7 @@ class IdentityDomainsClient(object):
|
|
3418
3418
|
:rtype: :class:`~oci.response.Response`
|
3419
3419
|
|
3420
3420
|
:example:
|
3421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
3422
3422
|
"""
|
3423
3423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3424
3424
|
required_arguments = []
|
@@ -3554,7 +3554,7 @@ class IdentityDomainsClient(object):
|
|
3554
3554
|
:rtype: :class:`~oci.response.Response`
|
3555
3555
|
|
3556
3556
|
:example:
|
3557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
3558
3558
|
"""
|
3559
3559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3560
3560
|
required_arguments = []
|
@@ -3676,7 +3676,7 @@ class IdentityDomainsClient(object):
|
|
3676
3676
|
:rtype: :class:`~oci.response.Response`
|
3677
3677
|
|
3678
3678
|
:example:
|
3679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
3680
3680
|
"""
|
3681
3681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3682
3682
|
required_arguments = ['apiKeyId']
|
@@ -3797,7 +3797,7 @@ class IdentityDomainsClient(object):
|
|
3797
3797
|
:rtype: :class:`~oci.response.Response`
|
3798
3798
|
|
3799
3799
|
:example:
|
3800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
|
3801
3801
|
"""
|
3802
3802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3803
3803
|
required_arguments = ['appId']
|
@@ -3918,7 +3918,7 @@ class IdentityDomainsClient(object):
|
|
3918
3918
|
:rtype: :class:`~oci.response.Response`
|
3919
3919
|
|
3920
3920
|
:example:
|
3921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
3921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
|
3922
3922
|
"""
|
3923
3923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3924
3924
|
required_arguments = ['appRoleId']
|
@@ -4039,7 +4039,7 @@ class IdentityDomainsClient(object):
|
|
4039
4039
|
:rtype: :class:`~oci.response.Response`
|
4040
4040
|
|
4041
4041
|
:example:
|
4042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
4043
4043
|
"""
|
4044
4044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4045
4045
|
required_arguments = ['authTokenId']
|
@@ -4160,7 +4160,7 @@ class IdentityDomainsClient(object):
|
|
4160
4160
|
:rtype: :class:`~oci.response.Response`
|
4161
4161
|
|
4162
4162
|
:example:
|
4163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
4164
4164
|
"""
|
4165
4165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4166
4166
|
required_arguments = ['customerSecretKeyId']
|
@@ -4281,7 +4281,7 @@ class IdentityDomainsClient(object):
|
|
4281
4281
|
:rtype: :class:`~oci.response.Response`
|
4282
4282
|
|
4283
4283
|
:example:
|
4284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
4285
4285
|
"""
|
4286
4286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4287
4287
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -4402,7 +4402,7 @@ class IdentityDomainsClient(object):
|
|
4402
4402
|
:rtype: :class:`~oci.response.Response`
|
4403
4403
|
|
4404
4404
|
:example:
|
4405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
|
4406
4406
|
"""
|
4407
4407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4408
4408
|
required_arguments = ['grantId']
|
@@ -4523,7 +4523,7 @@ class IdentityDomainsClient(object):
|
|
4523
4523
|
:rtype: :class:`~oci.response.Response`
|
4524
4524
|
|
4525
4525
|
:example:
|
4526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
4527
4527
|
"""
|
4528
4528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4529
4529
|
required_arguments = ['groupId']
|
@@ -4644,7 +4644,7 @@ class IdentityDomainsClient(object):
|
|
4644
4644
|
:rtype: :class:`~oci.response.Response`
|
4645
4645
|
|
4646
4646
|
:example:
|
4647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
4648
4648
|
"""
|
4649
4649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4650
4650
|
required_arguments = ['identityProviderId']
|
@@ -4765,7 +4765,7 @@ class IdentityDomainsClient(object):
|
|
4765
4765
|
:rtype: :class:`~oci.response.Response`
|
4766
4766
|
|
4767
4767
|
:example:
|
4768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
4769
4769
|
"""
|
4770
4770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4771
4771
|
required_arguments = ['myApiKeyId']
|
@@ -4886,7 +4886,7 @@ class IdentityDomainsClient(object):
|
|
4886
4886
|
:rtype: :class:`~oci.response.Response`
|
4887
4887
|
|
4888
4888
|
:example:
|
4889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
4889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
4890
4890
|
"""
|
4891
4891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4892
4892
|
required_arguments = ['myAuthTokenId']
|
@@ -5007,7 +5007,7 @@ class IdentityDomainsClient(object):
|
|
5007
5007
|
:rtype: :class:`~oci.response.Response`
|
5008
5008
|
|
5009
5009
|
:example:
|
5010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
5011
5011
|
"""
|
5012
5012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5013
5013
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -5128,7 +5128,7 @@ class IdentityDomainsClient(object):
|
|
5128
5128
|
:rtype: :class:`~oci.response.Response`
|
5129
5129
|
|
5130
5130
|
:example:
|
5131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
5132
5132
|
"""
|
5133
5133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5134
5134
|
required_arguments = ['myDeviceId']
|
@@ -5249,7 +5249,7 @@ class IdentityDomainsClient(object):
|
|
5249
5249
|
:rtype: :class:`~oci.response.Response`
|
5250
5250
|
|
5251
5251
|
:example:
|
5252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
|
5253
5253
|
"""
|
5254
5254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5255
5255
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -5370,7 +5370,7 @@ class IdentityDomainsClient(object):
|
|
5370
5370
|
:rtype: :class:`~oci.response.Response`
|
5371
5371
|
|
5372
5372
|
:example:
|
5373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
5374
5374
|
"""
|
5375
5375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5376
5376
|
required_arguments = ['mySmtpCredentialId']
|
@@ -5491,7 +5491,7 @@ class IdentityDomainsClient(object):
|
|
5491
5491
|
:rtype: :class:`~oci.response.Response`
|
5492
5492
|
|
5493
5493
|
:example:
|
5494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
5495
5495
|
"""
|
5496
5496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5497
5497
|
required_arguments = ['mySupportAccountId']
|
@@ -5612,7 +5612,7 @@ class IdentityDomainsClient(object):
|
|
5612
5612
|
:rtype: :class:`~oci.response.Response`
|
5613
5613
|
|
5614
5614
|
:example:
|
5615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
5616
5616
|
"""
|
5617
5617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5618
5618
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -5733,7 +5733,7 @@ class IdentityDomainsClient(object):
|
|
5733
5733
|
:rtype: :class:`~oci.response.Response`
|
5734
5734
|
|
5735
5735
|
:example:
|
5736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
5737
5737
|
"""
|
5738
5738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5739
5739
|
required_arguments = ['myUserDbCredentialId']
|
@@ -5854,7 +5854,7 @@ class IdentityDomainsClient(object):
|
|
5854
5854
|
:rtype: :class:`~oci.response.Response`
|
5855
5855
|
|
5856
5856
|
:example:
|
5857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
5858
5858
|
"""
|
5859
5859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5860
5860
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -5975,7 +5975,7 @@ class IdentityDomainsClient(object):
|
|
5975
5975
|
:rtype: :class:`~oci.response.Response`
|
5976
5976
|
|
5977
5977
|
:example:
|
5978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
5978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
5979
5979
|
"""
|
5980
5980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5981
5981
|
required_arguments = ['passwordPolicyId']
|
@@ -6096,7 +6096,7 @@ class IdentityDomainsClient(object):
|
|
6096
6096
|
:rtype: :class:`~oci.response.Response`
|
6097
6097
|
|
6098
6098
|
:example:
|
6099
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6099
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
|
6100
6100
|
"""
|
6101
6101
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6102
6102
|
required_arguments = ['securityQuestionId']
|
@@ -6217,7 +6217,7 @@ class IdentityDomainsClient(object):
|
|
6217
6217
|
:rtype: :class:`~oci.response.Response`
|
6218
6218
|
|
6219
6219
|
:example:
|
6220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
6221
6221
|
"""
|
6222
6222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6223
6223
|
required_arguments = ['smtpCredentialId']
|
@@ -6338,7 +6338,7 @@ class IdentityDomainsClient(object):
|
|
6338
6338
|
:rtype: :class:`~oci.response.Response`
|
6339
6339
|
|
6340
6340
|
:example:
|
6341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
6342
6342
|
"""
|
6343
6343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6344
6344
|
required_arguments = ['userId']
|
@@ -6459,7 +6459,7 @@ class IdentityDomainsClient(object):
|
|
6459
6459
|
:rtype: :class:`~oci.response.Response`
|
6460
6460
|
|
6461
6461
|
:example:
|
6462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
6463
6463
|
"""
|
6464
6464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6465
6465
|
required_arguments = ['userDbCredentialId']
|
@@ -6582,7 +6582,7 @@ class IdentityDomainsClient(object):
|
|
6582
6582
|
:rtype: :class:`~oci.response.Response`
|
6583
6583
|
|
6584
6584
|
:example:
|
6585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
|
6586
6586
|
"""
|
6587
6587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6588
6588
|
required_arguments = ['accountMgmtInfoId']
|
@@ -6715,7 +6715,7 @@ class IdentityDomainsClient(object):
|
|
6715
6715
|
:rtype: :class:`~oci.response.Response`
|
6716
6716
|
|
6717
6717
|
:example:
|
6718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
|
6719
6719
|
"""
|
6720
6720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6721
6721
|
required_arguments = ['accountRecoverySettingId']
|
@@ -6848,7 +6848,7 @@ class IdentityDomainsClient(object):
|
|
6848
6848
|
:rtype: :class:`~oci.response.Response`
|
6849
6849
|
|
6850
6850
|
:example:
|
6851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
6852
6852
|
"""
|
6853
6853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6854
6854
|
required_arguments = ['apiKeyId']
|
@@ -6981,7 +6981,7 @@ class IdentityDomainsClient(object):
|
|
6981
6981
|
:rtype: :class:`~oci.response.Response`
|
6982
6982
|
|
6983
6983
|
:example:
|
6984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
6984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
|
6985
6985
|
"""
|
6986
6986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6987
6987
|
required_arguments = ['appId']
|
@@ -7114,7 +7114,7 @@ class IdentityDomainsClient(object):
|
|
7114
7114
|
:rtype: :class:`~oci.response.Response`
|
7115
7115
|
|
7116
7116
|
:example:
|
7117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
|
7118
7118
|
"""
|
7119
7119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7120
7120
|
required_arguments = ['appRoleId']
|
@@ -7247,7 +7247,7 @@ class IdentityDomainsClient(object):
|
|
7247
7247
|
:rtype: :class:`~oci.response.Response`
|
7248
7248
|
|
7249
7249
|
:example:
|
7250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
7251
7251
|
"""
|
7252
7252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7253
7253
|
required_arguments = ['authTokenId']
|
@@ -7380,7 +7380,7 @@ class IdentityDomainsClient(object):
|
|
7380
7380
|
:rtype: :class:`~oci.response.Response`
|
7381
7381
|
|
7382
7382
|
:example:
|
7383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
7384
7384
|
"""
|
7385
7385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7386
7386
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -7513,7 +7513,7 @@ class IdentityDomainsClient(object):
|
|
7513
7513
|
:rtype: :class:`~oci.response.Response`
|
7514
7514
|
|
7515
7515
|
:example:
|
7516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
7517
7517
|
"""
|
7518
7518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7519
7519
|
required_arguments = ['customerSecretKeyId']
|
@@ -7646,7 +7646,7 @@ class IdentityDomainsClient(object):
|
|
7646
7646
|
:rtype: :class:`~oci.response.Response`
|
7647
7647
|
|
7648
7648
|
:example:
|
7649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
7650
7650
|
"""
|
7651
7651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7652
7652
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -7779,7 +7779,7 @@ class IdentityDomainsClient(object):
|
|
7779
7779
|
:rtype: :class:`~oci.response.Response`
|
7780
7780
|
|
7781
7781
|
:example:
|
7782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
|
7783
7783
|
"""
|
7784
7784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7785
7785
|
required_arguments = ['grantId']
|
@@ -7912,7 +7912,7 @@ class IdentityDomainsClient(object):
|
|
7912
7912
|
:rtype: :class:`~oci.response.Response`
|
7913
7913
|
|
7914
7914
|
:example:
|
7915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
7915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
7916
7916
|
"""
|
7917
7917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7918
7918
|
required_arguments = ['groupId']
|
@@ -8045,7 +8045,7 @@ class IdentityDomainsClient(object):
|
|
8045
8045
|
:rtype: :class:`~oci.response.Response`
|
8046
8046
|
|
8047
8047
|
:example:
|
8048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
8049
8049
|
"""
|
8050
8050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8051
8051
|
required_arguments = ['identityProviderId']
|
@@ -8178,7 +8178,7 @@ class IdentityDomainsClient(object):
|
|
8178
8178
|
:rtype: :class:`~oci.response.Response`
|
8179
8179
|
|
8180
8180
|
:example:
|
8181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
|
8182
8182
|
"""
|
8183
8183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8184
8184
|
required_arguments = ['identitySettingId']
|
@@ -8311,7 +8311,7 @@ class IdentityDomainsClient(object):
|
|
8311
8311
|
:rtype: :class:`~oci.response.Response`
|
8312
8312
|
|
8313
8313
|
:example:
|
8314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
8315
8315
|
"""
|
8316
8316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8317
8317
|
required_arguments = ['kmsiSettingId']
|
@@ -8441,7 +8441,7 @@ class IdentityDomainsClient(object):
|
|
8441
8441
|
:rtype: :class:`~oci.response.Response`
|
8442
8442
|
|
8443
8443
|
:example:
|
8444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
8445
8445
|
"""
|
8446
8446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8447
8447
|
required_arguments = []
|
@@ -8554,7 +8554,7 @@ class IdentityDomainsClient(object):
|
|
8554
8554
|
:rtype: :class:`~oci.response.Response`
|
8555
8555
|
|
8556
8556
|
:example:
|
8557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
8558
8558
|
"""
|
8559
8559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8560
8560
|
required_arguments = ['myApiKeyId']
|
@@ -8661,7 +8661,7 @@ class IdentityDomainsClient(object):
|
|
8661
8661
|
:rtype: :class:`~oci.response.Response`
|
8662
8662
|
|
8663
8663
|
:example:
|
8664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
8665
8665
|
"""
|
8666
8666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8667
8667
|
required_arguments = ['myAuthTokenId']
|
@@ -8768,7 +8768,7 @@ class IdentityDomainsClient(object):
|
|
8768
8768
|
:rtype: :class:`~oci.response.Response`
|
8769
8769
|
|
8770
8770
|
:example:
|
8771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
8772
8772
|
"""
|
8773
8773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8774
8774
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -8883,7 +8883,7 @@ class IdentityDomainsClient(object):
|
|
8883
8883
|
:rtype: :class:`~oci.response.Response`
|
8884
8884
|
|
8885
8885
|
:example:
|
8886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
8886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
8887
8887
|
"""
|
8888
8888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8889
8889
|
required_arguments = ['myDeviceId']
|
@@ -9008,7 +9008,7 @@ class IdentityDomainsClient(object):
|
|
9008
9008
|
:rtype: :class:`~oci.response.Response`
|
9009
9009
|
|
9010
9010
|
:example:
|
9011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
|
9012
9012
|
"""
|
9013
9013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9014
9014
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -9115,7 +9115,7 @@ class IdentityDomainsClient(object):
|
|
9115
9115
|
:rtype: :class:`~oci.response.Response`
|
9116
9116
|
|
9117
9117
|
:example:
|
9118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
9119
9119
|
"""
|
9120
9120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9121
9121
|
required_arguments = ['mySmtpCredentialId']
|
@@ -9222,7 +9222,7 @@ class IdentityDomainsClient(object):
|
|
9222
9222
|
:rtype: :class:`~oci.response.Response`
|
9223
9223
|
|
9224
9224
|
:example:
|
9225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
9226
9226
|
"""
|
9227
9227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9228
9228
|
required_arguments = ['mySupportAccountId']
|
@@ -9337,7 +9337,7 @@ class IdentityDomainsClient(object):
|
|
9337
9337
|
:rtype: :class:`~oci.response.Response`
|
9338
9338
|
|
9339
9339
|
:example:
|
9340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
9341
9341
|
"""
|
9342
9342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9343
9343
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -9462,7 +9462,7 @@ class IdentityDomainsClient(object):
|
|
9462
9462
|
:rtype: :class:`~oci.response.Response`
|
9463
9463
|
|
9464
9464
|
:example:
|
9465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
9466
9466
|
"""
|
9467
9467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9468
9468
|
required_arguments = ['myUserDbCredentialId']
|
@@ -9577,7 +9577,7 @@ class IdentityDomainsClient(object):
|
|
9577
9577
|
:rtype: :class:`~oci.response.Response`
|
9578
9578
|
|
9579
9579
|
:example:
|
9580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
9581
9581
|
"""
|
9582
9582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9583
9583
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -9710,7 +9710,7 @@ class IdentityDomainsClient(object):
|
|
9710
9710
|
:rtype: :class:`~oci.response.Response`
|
9711
9711
|
|
9712
9712
|
:example:
|
9713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
9714
9714
|
"""
|
9715
9715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9716
9716
|
required_arguments = ['passwordPolicyId']
|
@@ -9843,7 +9843,7 @@ class IdentityDomainsClient(object):
|
|
9843
9843
|
:rtype: :class:`~oci.response.Response`
|
9844
9844
|
|
9845
9845
|
:example:
|
9846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
|
9847
9847
|
"""
|
9848
9848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9849
9849
|
required_arguments = ['securityQuestionId']
|
@@ -9976,7 +9976,7 @@ class IdentityDomainsClient(object):
|
|
9976
9976
|
:rtype: :class:`~oci.response.Response`
|
9977
9977
|
|
9978
9978
|
:example:
|
9979
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
9979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
|
9980
9980
|
"""
|
9981
9981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9982
9982
|
required_arguments = ['securityQuestionSettingId']
|
@@ -10109,7 +10109,7 @@ class IdentityDomainsClient(object):
|
|
10109
10109
|
:rtype: :class:`~oci.response.Response`
|
10110
10110
|
|
10111
10111
|
:example:
|
10112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
10113
10113
|
"""
|
10114
10114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10115
10115
|
required_arguments = ['smtpCredentialId']
|
@@ -10242,7 +10242,7 @@ class IdentityDomainsClient(object):
|
|
10242
10242
|
:rtype: :class:`~oci.response.Response`
|
10243
10243
|
|
10244
10244
|
:example:
|
10245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
10246
10246
|
"""
|
10247
10247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10248
10248
|
required_arguments = ['userId']
|
@@ -10375,7 +10375,7 @@ class IdentityDomainsClient(object):
|
|
10375
10375
|
:rtype: :class:`~oci.response.Response`
|
10376
10376
|
|
10377
10377
|
:example:
|
10378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
|
10379
10379
|
"""
|
10380
10380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10381
10381
|
required_arguments = ['userAttributesSettingId']
|
@@ -10508,7 +10508,7 @@ class IdentityDomainsClient(object):
|
|
10508
10508
|
:rtype: :class:`~oci.response.Response`
|
10509
10509
|
|
10510
10510
|
:example:
|
10511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
10512
10512
|
"""
|
10513
10513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10514
10514
|
required_arguments = ['userDbCredentialId']
|
@@ -10663,7 +10663,7 @@ class IdentityDomainsClient(object):
|
|
10663
10663
|
:rtype: :class:`~oci.response.Response`
|
10664
10664
|
|
10665
10665
|
:example:
|
10666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
|
10667
10667
|
"""
|
10668
10668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10669
10669
|
required_arguments = []
|
@@ -10808,7 +10808,7 @@ class IdentityDomainsClient(object):
|
|
10808
10808
|
:rtype: :class:`~oci.response.Response`
|
10809
10809
|
|
10810
10810
|
:example:
|
10811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
|
10812
10812
|
"""
|
10813
10813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10814
10814
|
required_arguments = []
|
@@ -10955,7 +10955,7 @@ class IdentityDomainsClient(object):
|
|
10955
10955
|
:rtype: :class:`~oci.response.Response`
|
10956
10956
|
|
10957
10957
|
:example:
|
10958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
10958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
10959
10959
|
"""
|
10960
10960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10961
10961
|
required_arguments = []
|
@@ -11119,7 +11119,7 @@ class IdentityDomainsClient(object):
|
|
11119
11119
|
:rtype: :class:`~oci.response.Response`
|
11120
11120
|
|
11121
11121
|
:example:
|
11122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
|
11123
11123
|
"""
|
11124
11124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11125
11125
|
required_arguments = []
|
@@ -11283,7 +11283,7 @@ class IdentityDomainsClient(object):
|
|
11283
11283
|
:rtype: :class:`~oci.response.Response`
|
11284
11284
|
|
11285
11285
|
:example:
|
11286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
|
11287
11287
|
"""
|
11288
11288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11289
11289
|
required_arguments = []
|
@@ -11447,7 +11447,7 @@ class IdentityDomainsClient(object):
|
|
11447
11447
|
:rtype: :class:`~oci.response.Response`
|
11448
11448
|
|
11449
11449
|
:example:
|
11450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
11451
11451
|
"""
|
11452
11452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11453
11453
|
required_arguments = []
|
@@ -11592,7 +11592,7 @@ class IdentityDomainsClient(object):
|
|
11592
11592
|
:rtype: :class:`~oci.response.Response`
|
11593
11593
|
|
11594
11594
|
:example:
|
11595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
11596
11596
|
"""
|
11597
11597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11598
11598
|
required_arguments = []
|
@@ -11739,7 +11739,7 @@ class IdentityDomainsClient(object):
|
|
11739
11739
|
:rtype: :class:`~oci.response.Response`
|
11740
11740
|
|
11741
11741
|
:example:
|
11742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
11743
11743
|
"""
|
11744
11744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11745
11745
|
required_arguments = []
|
@@ -11903,7 +11903,7 @@ class IdentityDomainsClient(object):
|
|
11903
11903
|
:rtype: :class:`~oci.response.Response`
|
11904
11904
|
|
11905
11905
|
:example:
|
11906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
11906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
11907
11907
|
"""
|
11908
11908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11909
11909
|
required_arguments = []
|
@@ -12067,7 +12067,7 @@ class IdentityDomainsClient(object):
|
|
12067
12067
|
:rtype: :class:`~oci.response.Response`
|
12068
12068
|
|
12069
12069
|
:example:
|
12070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
12071
12071
|
"""
|
12072
12072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12073
12073
|
required_arguments = []
|
@@ -12231,7 +12231,7 @@ class IdentityDomainsClient(object):
|
|
12231
12231
|
:rtype: :class:`~oci.response.Response`
|
12232
12232
|
|
12233
12233
|
:example:
|
12234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
12235
12235
|
"""
|
12236
12236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12237
12237
|
required_arguments = []
|
@@ -12395,7 +12395,7 @@ class IdentityDomainsClient(object):
|
|
12395
12395
|
:rtype: :class:`~oci.response.Response`
|
12396
12396
|
|
12397
12397
|
:example:
|
12398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
12399
12399
|
"""
|
12400
12400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12401
12401
|
required_arguments = []
|
@@ -12540,7 +12540,7 @@ class IdentityDomainsClient(object):
|
|
12540
12540
|
:rtype: :class:`~oci.response.Response`
|
12541
12541
|
|
12542
12542
|
:example:
|
12543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12543
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
|
12544
12544
|
"""
|
12545
12545
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12546
12546
|
required_arguments = []
|
@@ -12668,7 +12668,7 @@ class IdentityDomainsClient(object):
|
|
12668
12668
|
:rtype: :class:`~oci.response.Response`
|
12669
12669
|
|
12670
12670
|
:example:
|
12671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
12672
12672
|
"""
|
12673
12673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12674
12674
|
required_arguments = []
|
@@ -12807,7 +12807,7 @@ class IdentityDomainsClient(object):
|
|
12807
12807
|
:rtype: :class:`~oci.response.Response`
|
12808
12808
|
|
12809
12809
|
:example:
|
12810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
12811
12811
|
"""
|
12812
12812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12813
12813
|
required_arguments = []
|
@@ -12951,7 +12951,7 @@ class IdentityDomainsClient(object):
|
|
12951
12951
|
:rtype: :class:`~oci.response.Response`
|
12952
12952
|
|
12953
12953
|
:example:
|
12954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
12954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
|
12955
12955
|
"""
|
12956
12956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12957
12957
|
required_arguments = []
|
@@ -13095,7 +13095,7 @@ class IdentityDomainsClient(object):
|
|
13095
13095
|
:rtype: :class:`~oci.response.Response`
|
13096
13096
|
|
13097
13097
|
:example:
|
13098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
13099
13099
|
"""
|
13100
13100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13101
13101
|
required_arguments = []
|
@@ -13239,7 +13239,7 @@ class IdentityDomainsClient(object):
|
|
13239
13239
|
:rtype: :class:`~oci.response.Response`
|
13240
13240
|
|
13241
13241
|
:example:
|
13242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
13243
13243
|
"""
|
13244
13244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13245
13245
|
required_arguments = []
|
@@ -13391,7 +13391,7 @@ class IdentityDomainsClient(object):
|
|
13391
13391
|
:rtype: :class:`~oci.response.Response`
|
13392
13392
|
|
13393
13393
|
:example:
|
13394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
13395
13395
|
"""
|
13396
13396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13397
13397
|
required_arguments = []
|
@@ -13555,7 +13555,7 @@ class IdentityDomainsClient(object):
|
|
13555
13555
|
:rtype: :class:`~oci.response.Response`
|
13556
13556
|
|
13557
13557
|
:example:
|
13558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
13559
13559
|
"""
|
13560
13560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13561
13561
|
required_arguments = []
|
@@ -13711,7 +13711,7 @@ class IdentityDomainsClient(object):
|
|
13711
13711
|
:rtype: :class:`~oci.response.Response`
|
13712
13712
|
|
13713
13713
|
:example:
|
13714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
|
13715
13715
|
"""
|
13716
13716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13717
13717
|
required_arguments = []
|
@@ -13855,7 +13855,7 @@ class IdentityDomainsClient(object):
|
|
13855
13855
|
:rtype: :class:`~oci.response.Response`
|
13856
13856
|
|
13857
13857
|
:example:
|
13858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
13858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
|
13859
13859
|
"""
|
13860
13860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13861
13861
|
required_arguments = []
|
@@ -14007,7 +14007,7 @@ class IdentityDomainsClient(object):
|
|
14007
14007
|
:rtype: :class:`~oci.response.Response`
|
14008
14008
|
|
14009
14009
|
:example:
|
14010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
|
14011
14011
|
"""
|
14012
14012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14013
14013
|
required_arguments = []
|
@@ -14163,7 +14163,7 @@ class IdentityDomainsClient(object):
|
|
14163
14163
|
:rtype: :class:`~oci.response.Response`
|
14164
14164
|
|
14165
14165
|
:example:
|
14166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
14167
14167
|
"""
|
14168
14168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14169
14169
|
required_arguments = []
|
@@ -14307,7 +14307,7 @@ class IdentityDomainsClient(object):
|
|
14307
14307
|
:rtype: :class:`~oci.response.Response`
|
14308
14308
|
|
14309
14309
|
:example:
|
14310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
14311
14311
|
"""
|
14312
14312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14313
14313
|
required_arguments = []
|
@@ -14459,7 +14459,7 @@ class IdentityDomainsClient(object):
|
|
14459
14459
|
:rtype: :class:`~oci.response.Response`
|
14460
14460
|
|
14461
14461
|
:example:
|
14462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
14463
14463
|
"""
|
14464
14464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14465
14465
|
required_arguments = []
|
@@ -14615,7 +14615,7 @@ class IdentityDomainsClient(object):
|
|
14615
14615
|
:rtype: :class:`~oci.response.Response`
|
14616
14616
|
|
14617
14617
|
:example:
|
14618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
14619
14619
|
"""
|
14620
14620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14621
14621
|
required_arguments = []
|
@@ -14767,7 +14767,7 @@ class IdentityDomainsClient(object):
|
|
14767
14767
|
:rtype: :class:`~oci.response.Response`
|
14768
14768
|
|
14769
14769
|
:example:
|
14770
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
14771
14771
|
"""
|
14772
14772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14773
14773
|
required_arguments = []
|
@@ -14931,7 +14931,7 @@ class IdentityDomainsClient(object):
|
|
14931
14931
|
:rtype: :class:`~oci.response.Response`
|
14932
14932
|
|
14933
14933
|
:example:
|
14934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
14934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
14935
14935
|
"""
|
14936
14936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14937
14937
|
required_arguments = []
|
@@ -15095,7 +15095,7 @@ class IdentityDomainsClient(object):
|
|
15095
15095
|
:rtype: :class:`~oci.response.Response`
|
15096
15096
|
|
15097
15097
|
:example:
|
15098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
|
15099
15099
|
"""
|
15100
15100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15101
15101
|
required_arguments = []
|
@@ -15240,7 +15240,7 @@ class IdentityDomainsClient(object):
|
|
15240
15240
|
:rtype: :class:`~oci.response.Response`
|
15241
15241
|
|
15242
15242
|
:example:
|
15243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
|
15244
15244
|
"""
|
15245
15245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15246
15246
|
required_arguments = []
|
@@ -15387,7 +15387,7 @@ class IdentityDomainsClient(object):
|
|
15387
15387
|
:rtype: :class:`~oci.response.Response`
|
15388
15388
|
|
15389
15389
|
:example:
|
15390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
|
15391
15391
|
"""
|
15392
15392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15393
15393
|
required_arguments = []
|
@@ -15551,7 +15551,7 @@ class IdentityDomainsClient(object):
|
|
15551
15551
|
:rtype: :class:`~oci.response.Response`
|
15552
15552
|
|
15553
15553
|
:example:
|
15554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
15555
15555
|
"""
|
15556
15556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15557
15557
|
required_arguments = []
|
@@ -15696,7 +15696,7 @@ class IdentityDomainsClient(object):
|
|
15696
15696
|
:rtype: :class:`~oci.response.Response`
|
15697
15697
|
|
15698
15698
|
:example:
|
15699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15699
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
|
15700
15700
|
"""
|
15701
15701
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15702
15702
|
required_arguments = []
|
@@ -15843,7 +15843,7 @@ class IdentityDomainsClient(object):
|
|
15843
15843
|
:rtype: :class:`~oci.response.Response`
|
15844
15844
|
|
15845
15845
|
:example:
|
15846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
15846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
15847
15847
|
"""
|
15848
15848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15849
15849
|
required_arguments = []
|
@@ -16007,7 +16007,7 @@ class IdentityDomainsClient(object):
|
|
16007
16007
|
:rtype: :class:`~oci.response.Response`
|
16008
16008
|
|
16009
16009
|
:example:
|
16010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
16011
16011
|
"""
|
16012
16012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16013
16013
|
required_arguments = []
|
@@ -16167,7 +16167,7 @@ class IdentityDomainsClient(object):
|
|
16167
16167
|
:rtype: :class:`~oci.response.Response`
|
16168
16168
|
|
16169
16169
|
:example:
|
16170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
|
16171
16171
|
"""
|
16172
16172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16173
16173
|
required_arguments = ['accountRecoverySettingId']
|
@@ -16323,7 +16323,7 @@ class IdentityDomainsClient(object):
|
|
16323
16323
|
:rtype: :class:`~oci.response.Response`
|
16324
16324
|
|
16325
16325
|
:example:
|
16326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
16327
16327
|
"""
|
16328
16328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16329
16329
|
required_arguments = ['apiKeyId']
|
@@ -16479,7 +16479,7 @@ class IdentityDomainsClient(object):
|
|
16479
16479
|
:rtype: :class:`~oci.response.Response`
|
16480
16480
|
|
16481
16481
|
:example:
|
16482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
|
16483
16483
|
"""
|
16484
16484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16485
16485
|
required_arguments = ['appId']
|
@@ -16635,7 +16635,7 @@ class IdentityDomainsClient(object):
|
|
16635
16635
|
:rtype: :class:`~oci.response.Response`
|
16636
16636
|
|
16637
16637
|
:example:
|
16638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
|
16639
16639
|
"""
|
16640
16640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16641
16641
|
required_arguments = ['appRoleId']
|
@@ -16791,7 +16791,7 @@ class IdentityDomainsClient(object):
|
|
16791
16791
|
:rtype: :class:`~oci.response.Response`
|
16792
16792
|
|
16793
16793
|
:example:
|
16794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
16795
16795
|
"""
|
16796
16796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16797
16797
|
required_arguments = ['authTokenId']
|
@@ -16947,7 +16947,7 @@ class IdentityDomainsClient(object):
|
|
16947
16947
|
:rtype: :class:`~oci.response.Response`
|
16948
16948
|
|
16949
16949
|
:example:
|
16950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
16950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
16951
16951
|
"""
|
16952
16952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16953
16953
|
required_arguments = ['customerSecretKeyId']
|
@@ -17103,7 +17103,7 @@ class IdentityDomainsClient(object):
|
|
17103
17103
|
:rtype: :class:`~oci.response.Response`
|
17104
17104
|
|
17105
17105
|
:example:
|
17106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
17107
17107
|
"""
|
17108
17108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17109
17109
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -17259,7 +17259,7 @@ class IdentityDomainsClient(object):
|
|
17259
17259
|
:rtype: :class:`~oci.response.Response`
|
17260
17260
|
|
17261
17261
|
:example:
|
17262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
|
17263
17263
|
"""
|
17264
17264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17265
17265
|
required_arguments = ['grantId']
|
@@ -17415,7 +17415,7 @@ class IdentityDomainsClient(object):
|
|
17415
17415
|
:rtype: :class:`~oci.response.Response`
|
17416
17416
|
|
17417
17417
|
:example:
|
17418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
17419
17419
|
"""
|
17420
17420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17421
17421
|
required_arguments = ['groupId']
|
@@ -17571,7 +17571,7 @@ class IdentityDomainsClient(object):
|
|
17571
17571
|
:rtype: :class:`~oci.response.Response`
|
17572
17572
|
|
17573
17573
|
:example:
|
17574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
17575
17575
|
"""
|
17576
17576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17577
17577
|
required_arguments = ['identityProviderId']
|
@@ -17727,7 +17727,7 @@ class IdentityDomainsClient(object):
|
|
17727
17727
|
:rtype: :class:`~oci.response.Response`
|
17728
17728
|
|
17729
17729
|
:example:
|
17730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
|
17731
17731
|
"""
|
17732
17732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17733
17733
|
required_arguments = ['identitySettingId']
|
@@ -17883,7 +17883,7 @@ class IdentityDomainsClient(object):
|
|
17883
17883
|
:rtype: :class:`~oci.response.Response`
|
17884
17884
|
|
17885
17885
|
:example:
|
17886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
17886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
17887
17887
|
"""
|
17888
17888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17889
17889
|
required_arguments = ['kmsiSettingId']
|
@@ -18036,7 +18036,7 @@ class IdentityDomainsClient(object):
|
|
18036
18036
|
:rtype: :class:`~oci.response.Response`
|
18037
18037
|
|
18038
18038
|
:example:
|
18039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
18040
18040
|
"""
|
18041
18041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18042
18042
|
required_arguments = []
|
@@ -18172,7 +18172,7 @@ class IdentityDomainsClient(object):
|
|
18172
18172
|
:rtype: :class:`~oci.response.Response`
|
18173
18173
|
|
18174
18174
|
:example:
|
18175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
18176
18176
|
"""
|
18177
18177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18178
18178
|
required_arguments = ['myApiKeyId']
|
@@ -18302,7 +18302,7 @@ class IdentityDomainsClient(object):
|
|
18302
18302
|
:rtype: :class:`~oci.response.Response`
|
18303
18303
|
|
18304
18304
|
:example:
|
18305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
18306
18306
|
"""
|
18307
18307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18308
18308
|
required_arguments = ['myAuthTokenId']
|
@@ -18432,7 +18432,7 @@ class IdentityDomainsClient(object):
|
|
18432
18432
|
:rtype: :class:`~oci.response.Response`
|
18433
18433
|
|
18434
18434
|
:example:
|
18435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
18436
18436
|
"""
|
18437
18437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18438
18438
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -18570,7 +18570,7 @@ class IdentityDomainsClient(object):
|
|
18570
18570
|
:rtype: :class:`~oci.response.Response`
|
18571
18571
|
|
18572
18572
|
:example:
|
18573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
18574
18574
|
"""
|
18575
18575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18576
18576
|
required_arguments = ['myDeviceId']
|
@@ -18718,7 +18718,7 @@ class IdentityDomainsClient(object):
|
|
18718
18718
|
:rtype: :class:`~oci.response.Response`
|
18719
18719
|
|
18720
18720
|
:example:
|
18721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
|
18722
18722
|
"""
|
18723
18723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18724
18724
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -18848,7 +18848,7 @@ class IdentityDomainsClient(object):
|
|
18848
18848
|
:rtype: :class:`~oci.response.Response`
|
18849
18849
|
|
18850
18850
|
:example:
|
18851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
18852
18852
|
"""
|
18853
18853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18854
18854
|
required_arguments = ['mySmtpCredentialId']
|
@@ -18986,7 +18986,7 @@ class IdentityDomainsClient(object):
|
|
18986
18986
|
:rtype: :class:`~oci.response.Response`
|
18987
18987
|
|
18988
18988
|
:example:
|
18989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
18989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
18990
18990
|
"""
|
18991
18991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18992
18992
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -19142,7 +19142,7 @@ class IdentityDomainsClient(object):
|
|
19142
19142
|
:rtype: :class:`~oci.response.Response`
|
19143
19143
|
|
19144
19144
|
:example:
|
19145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
19146
19146
|
"""
|
19147
19147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19148
19148
|
required_arguments = ['passwordPolicyId']
|
@@ -19298,7 +19298,7 @@ class IdentityDomainsClient(object):
|
|
19298
19298
|
:rtype: :class:`~oci.response.Response`
|
19299
19299
|
|
19300
19300
|
:example:
|
19301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
|
19302
19302
|
"""
|
19303
19303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19304
19304
|
required_arguments = ['securityQuestionId']
|
@@ -19454,7 +19454,7 @@ class IdentityDomainsClient(object):
|
|
19454
19454
|
:rtype: :class:`~oci.response.Response`
|
19455
19455
|
|
19456
19456
|
:example:
|
19457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
|
19458
19458
|
"""
|
19459
19459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19460
19460
|
required_arguments = ['securityQuestionSettingId']
|
@@ -19610,7 +19610,7 @@ class IdentityDomainsClient(object):
|
|
19610
19610
|
:rtype: :class:`~oci.response.Response`
|
19611
19611
|
|
19612
19612
|
:example:
|
19613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
19614
19614
|
"""
|
19615
19615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19616
19616
|
required_arguments = ['smtpCredentialId']
|
@@ -19766,7 +19766,7 @@ class IdentityDomainsClient(object):
|
|
19766
19766
|
:rtype: :class:`~oci.response.Response`
|
19767
19767
|
|
19768
19768
|
:example:
|
19769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
19770
19770
|
"""
|
19771
19771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19772
19772
|
required_arguments = ['userId']
|
@@ -19922,7 +19922,7 @@ class IdentityDomainsClient(object):
|
|
19922
19922
|
:rtype: :class:`~oci.response.Response`
|
19923
19923
|
|
19924
19924
|
:example:
|
19925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
19925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
|
19926
19926
|
"""
|
19927
19927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19928
19928
|
required_arguments = ['userAttributesSettingId']
|
@@ -20078,7 +20078,7 @@ class IdentityDomainsClient(object):
|
|
20078
20078
|
:rtype: :class:`~oci.response.Response`
|
20079
20079
|
|
20080
20080
|
:example:
|
20081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
|
20082
20082
|
"""
|
20083
20083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20084
20084
|
required_arguments = ['accountRecoverySettingId']
|
@@ -20234,7 +20234,7 @@ class IdentityDomainsClient(object):
|
|
20234
20234
|
:rtype: :class:`~oci.response.Response`
|
20235
20235
|
|
20236
20236
|
:example:
|
20237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
|
20238
20238
|
"""
|
20239
20239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20240
20240
|
required_arguments = ['appId']
|
@@ -20390,7 +20390,7 @@ class IdentityDomainsClient(object):
|
|
20390
20390
|
:rtype: :class:`~oci.response.Response`
|
20391
20391
|
|
20392
20392
|
:example:
|
20393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
|
20394
20394
|
"""
|
20395
20395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20396
20396
|
required_arguments = ['appStatusChangerId']
|
@@ -20546,7 +20546,7 @@ class IdentityDomainsClient(object):
|
|
20546
20546
|
:rtype: :class:`~oci.response.Response`
|
20547
20547
|
|
20548
20548
|
:example:
|
20549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
20550
20550
|
"""
|
20551
20551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20552
20552
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -20702,7 +20702,7 @@ class IdentityDomainsClient(object):
|
|
20702
20702
|
:rtype: :class:`~oci.response.Response`
|
20703
20703
|
|
20704
20704
|
:example:
|
20705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
20706
20706
|
"""
|
20707
20707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20708
20708
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -20858,7 +20858,7 @@ class IdentityDomainsClient(object):
|
|
20858
20858
|
:rtype: :class:`~oci.response.Response`
|
20859
20859
|
|
20860
20860
|
:example:
|
20861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
20861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
20862
20862
|
"""
|
20863
20863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20864
20864
|
required_arguments = ['groupId']
|
@@ -21014,7 +21014,7 @@ class IdentityDomainsClient(object):
|
|
21014
21014
|
:rtype: :class:`~oci.response.Response`
|
21015
21015
|
|
21016
21016
|
:example:
|
21017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
21018
21018
|
"""
|
21019
21019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21020
21020
|
required_arguments = ['identityProviderId']
|
@@ -21170,7 +21170,7 @@ class IdentityDomainsClient(object):
|
|
21170
21170
|
:rtype: :class:`~oci.response.Response`
|
21171
21171
|
|
21172
21172
|
:example:
|
21173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
|
21174
21174
|
"""
|
21175
21175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21176
21176
|
required_arguments = ['identitySettingId']
|
@@ -21326,7 +21326,7 @@ class IdentityDomainsClient(object):
|
|
21326
21326
|
:rtype: :class:`~oci.response.Response`
|
21327
21327
|
|
21328
21328
|
:example:
|
21329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
21330
21330
|
"""
|
21331
21331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21332
21332
|
required_arguments = ['kmsiSettingId']
|
@@ -21479,7 +21479,7 @@ class IdentityDomainsClient(object):
|
|
21479
21479
|
:rtype: :class:`~oci.response.Response`
|
21480
21480
|
|
21481
21481
|
:example:
|
21482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
21483
21483
|
"""
|
21484
21484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21485
21485
|
required_arguments = []
|
@@ -21612,7 +21612,7 @@ class IdentityDomainsClient(object):
|
|
21612
21612
|
:rtype: :class:`~oci.response.Response`
|
21613
21613
|
|
21614
21614
|
:example:
|
21615
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21615
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
21616
21616
|
"""
|
21617
21617
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21618
21618
|
required_arguments = []
|
@@ -21738,7 +21738,7 @@ class IdentityDomainsClient(object):
|
|
21738
21738
|
:rtype: :class:`~oci.response.Response`
|
21739
21739
|
|
21740
21740
|
:example:
|
21741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
21742
21742
|
"""
|
21743
21743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21744
21744
|
required_arguments = ['passwordPolicyId']
|
@@ -21894,7 +21894,7 @@ class IdentityDomainsClient(object):
|
|
21894
21894
|
:rtype: :class:`~oci.response.Response`
|
21895
21895
|
|
21896
21896
|
:example:
|
21897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
21897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
|
21898
21898
|
"""
|
21899
21899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21900
21900
|
required_arguments = ['securityQuestionSettingId']
|
@@ -22050,7 +22050,7 @@ class IdentityDomainsClient(object):
|
|
22050
22050
|
:rtype: :class:`~oci.response.Response`
|
22051
22051
|
|
22052
22052
|
:example:
|
22053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
22054
22054
|
"""
|
22055
22055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22056
22056
|
required_arguments = ['userId']
|
@@ -22198,7 +22198,7 @@ class IdentityDomainsClient(object):
|
|
22198
22198
|
:rtype: :class:`~oci.response.Response`
|
22199
22199
|
|
22200
22200
|
:example:
|
22201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
22202
22202
|
"""
|
22203
22203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22204
22204
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -22328,7 +22328,7 @@ class IdentityDomainsClient(object):
|
|
22328
22328
|
:rtype: :class:`~oci.response.Response`
|
22329
22329
|
|
22330
22330
|
:example:
|
22331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
22332
22332
|
"""
|
22333
22333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22334
22334
|
required_arguments = ['userPasswordChangerId']
|
@@ -22458,7 +22458,7 @@ class IdentityDomainsClient(object):
|
|
22458
22458
|
:rtype: :class:`~oci.response.Response`
|
22459
22459
|
|
22460
22460
|
:example:
|
22461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
22462
22462
|
"""
|
22463
22463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22464
22464
|
required_arguments = ['userPasswordResetterId']
|
@@ -22596,7 +22596,7 @@ class IdentityDomainsClient(object):
|
|
22596
22596
|
:rtype: :class:`~oci.response.Response`
|
22597
22597
|
|
22598
22598
|
:example:
|
22599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
22600
22600
|
"""
|
22601
22601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22602
22602
|
required_arguments = ['userStatusChangerId']
|
@@ -22732,7 +22732,7 @@ class IdentityDomainsClient(object):
|
|
22732
22732
|
:rtype: :class:`~oci.response.Response`
|
22733
22733
|
|
22734
22734
|
:example:
|
22735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
|
22736
22736
|
"""
|
22737
22737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22738
22738
|
required_arguments = []
|
@@ -22846,7 +22846,7 @@ class IdentityDomainsClient(object):
|
|
22846
22846
|
:rtype: :class:`~oci.response.Response`
|
22847
22847
|
|
22848
22848
|
:example:
|
22849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
22850
22850
|
"""
|
22851
22851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22852
22852
|
required_arguments = []
|
@@ -22960,7 +22960,7 @@ class IdentityDomainsClient(object):
|
|
22960
22960
|
:rtype: :class:`~oci.response.Response`
|
22961
22961
|
|
22962
22962
|
:example:
|
22963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
22963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
|
22964
22964
|
"""
|
22965
22965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22966
22966
|
required_arguments = []
|
@@ -23074,7 +23074,7 @@ class IdentityDomainsClient(object):
|
|
23074
23074
|
:rtype: :class:`~oci.response.Response`
|
23075
23075
|
|
23076
23076
|
:example:
|
23077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
|
23078
23078
|
"""
|
23079
23079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23080
23080
|
required_arguments = []
|
@@ -23188,7 +23188,7 @@ class IdentityDomainsClient(object):
|
|
23188
23188
|
:rtype: :class:`~oci.response.Response`
|
23189
23189
|
|
23190
23190
|
:example:
|
23191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
23192
23192
|
"""
|
23193
23193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23194
23194
|
required_arguments = []
|
@@ -23302,7 +23302,7 @@ class IdentityDomainsClient(object):
|
|
23302
23302
|
:rtype: :class:`~oci.response.Response`
|
23303
23303
|
|
23304
23304
|
:example:
|
23305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
23306
23306
|
"""
|
23307
23307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23308
23308
|
required_arguments = []
|
@@ -23416,7 +23416,7 @@ class IdentityDomainsClient(object):
|
|
23416
23416
|
:rtype: :class:`~oci.response.Response`
|
23417
23417
|
|
23418
23418
|
:example:
|
23419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
23420
23420
|
"""
|
23421
23421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23422
23422
|
required_arguments = []
|
@@ -23530,7 +23530,7 @@ class IdentityDomainsClient(object):
|
|
23530
23530
|
:rtype: :class:`~oci.response.Response`
|
23531
23531
|
|
23532
23532
|
:example:
|
23533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
23534
23534
|
"""
|
23535
23535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23536
23536
|
required_arguments = []
|
@@ -23644,7 +23644,7 @@ class IdentityDomainsClient(object):
|
|
23644
23644
|
:rtype: :class:`~oci.response.Response`
|
23645
23645
|
|
23646
23646
|
:example:
|
23647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
|
23648
23648
|
"""
|
23649
23649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23650
23650
|
required_arguments = []
|
@@ -23758,7 +23758,7 @@ class IdentityDomainsClient(object):
|
|
23758
23758
|
:rtype: :class:`~oci.response.Response`
|
23759
23759
|
|
23760
23760
|
:example:
|
23761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
23762
23762
|
"""
|
23763
23763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23764
23764
|
required_arguments = []
|
@@ -23872,7 +23872,7 @@ class IdentityDomainsClient(object):
|
|
23872
23872
|
:rtype: :class:`~oci.response.Response`
|
23873
23873
|
|
23874
23874
|
:example:
|
23875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
23876
23876
|
"""
|
23877
23877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23878
23878
|
required_arguments = []
|
@@ -23986,7 +23986,7 @@ class IdentityDomainsClient(object):
|
|
23986
23986
|
:rtype: :class:`~oci.response.Response`
|
23987
23987
|
|
23988
23988
|
:example:
|
23989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
23989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
|
23990
23990
|
"""
|
23991
23991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23992
23992
|
required_arguments = []
|
@@ -24100,7 +24100,7 @@ class IdentityDomainsClient(object):
|
|
24100
24100
|
:rtype: :class:`~oci.response.Response`
|
24101
24101
|
|
24102
24102
|
:example:
|
24103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
24104
24104
|
"""
|
24105
24105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24106
24106
|
required_arguments = []
|
@@ -24214,7 +24214,7 @@ class IdentityDomainsClient(object):
|
|
24214
24214
|
:rtype: :class:`~oci.response.Response`
|
24215
24215
|
|
24216
24216
|
:example:
|
24217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
|
24218
24218
|
"""
|
24219
24219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24220
24220
|
required_arguments = []
|
@@ -24328,7 +24328,7 @@ class IdentityDomainsClient(object):
|
|
24328
24328
|
:rtype: :class:`~oci.response.Response`
|
24329
24329
|
|
24330
24330
|
:example:
|
24331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
24332
24332
|
"""
|
24333
24333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24334
24334
|
required_arguments = []
|
@@ -24442,7 +24442,7 @@ class IdentityDomainsClient(object):
|
|
24442
24442
|
:rtype: :class:`~oci.response.Response`
|
24443
24443
|
|
24444
24444
|
:example:
|
24445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
|
24446
24446
|
"""
|
24447
24447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24448
24448
|
required_arguments = []
|
@@ -24556,7 +24556,7 @@ class IdentityDomainsClient(object):
|
|
24556
24556
|
:rtype: :class:`~oci.response.Response`
|
24557
24557
|
|
24558
24558
|
:example:
|
24559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
|
24560
24560
|
"""
|
24561
24561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24562
24562
|
required_arguments = []
|
@@ -24670,7 +24670,7 @@ class IdentityDomainsClient(object):
|
|
24670
24670
|
:rtype: :class:`~oci.response.Response`
|
24671
24671
|
|
24672
24672
|
:example:
|
24673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
24674
24674
|
"""
|
24675
24675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24676
24676
|
required_arguments = []
|
@@ -24784,7 +24784,7 @@ class IdentityDomainsClient(object):
|
|
24784
24784
|
:rtype: :class:`~oci.response.Response`
|
24785
24785
|
|
24786
24786
|
:example:
|
24787
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
24788
24788
|
"""
|
24789
24789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24790
24790
|
required_arguments = []
|
@@ -24898,7 +24898,7 @@ class IdentityDomainsClient(object):
|
|
24898
24898
|
:rtype: :class:`~oci.response.Response`
|
24899
24899
|
|
24900
24900
|
:example:
|
24901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
24901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
|
24902
24902
|
"""
|
24903
24903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24904
24904
|
required_arguments = []
|
@@ -25012,7 +25012,7 @@ class IdentityDomainsClient(object):
|
|
25012
25012
|
:rtype: :class:`~oci.response.Response`
|
25013
25013
|
|
25014
25014
|
:example:
|
25015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
|
25016
25016
|
"""
|
25017
25017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25018
25018
|
required_arguments = []
|
@@ -25126,7 +25126,7 @@ class IdentityDomainsClient(object):
|
|
25126
25126
|
:rtype: :class:`~oci.response.Response`
|
25127
25127
|
|
25128
25128
|
:example:
|
25129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
|
25130
25130
|
"""
|
25131
25131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25132
25132
|
required_arguments = []
|
@@ -25240,7 +25240,7 @@ class IdentityDomainsClient(object):
|
|
25240
25240
|
:rtype: :class:`~oci.response.Response`
|
25241
25241
|
|
25242
25242
|
:example:
|
25243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
25244
25244
|
"""
|
25245
25245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25246
25246
|
required_arguments = []
|
@@ -25354,7 +25354,7 @@ class IdentityDomainsClient(object):
|
|
25354
25354
|
:rtype: :class:`~oci.response.Response`
|
25355
25355
|
|
25356
25356
|
:example:
|
25357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
|
25358
25358
|
"""
|
25359
25359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25360
25360
|
required_arguments = []
|
@@ -25468,7 +25468,7 @@ class IdentityDomainsClient(object):
|
|
25468
25468
|
:rtype: :class:`~oci.response.Response`
|
25469
25469
|
|
25470
25470
|
:example:
|
25471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
25472
25472
|
"""
|
25473
25473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25474
25474
|
required_arguments = []
|
@@ -25582,7 +25582,7 @@ class IdentityDomainsClient(object):
|
|
25582
25582
|
:rtype: :class:`~oci.response.Response`
|
25583
25583
|
|
25584
25584
|
:example:
|
25585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.
|
25585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.1/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
25586
25586
|
"""
|
25587
25587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25588
25588
|
required_arguments = []
|