oci 2.116.0__py3-none-any.whl → 2.117.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/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/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -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 +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/create_mysql_connection_details.py +10 -12
- oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/update_mysql_connection_details.py +10 -12
- oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/work_request.py +11 -3
- 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 +294 -294
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- 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/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- 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/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +66 -66
- 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/regions_definitions.py +12 -4
- 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.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.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.
|
171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/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.
|
579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_approval_workflow.py.html>`__ to see an example of how to use create_approval_workflow API.
|
580
580
|
"""
|
581
581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
582
582
|
required_arguments = []
|
@@ -712,7 +712,7 @@ class IdentityDomainsClient(object):
|
|
712
712
|
:rtype: :class:`~oci.response.Response`
|
713
713
|
|
714
714
|
:example:
|
715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_approval_workflow_assignment.py.html>`__ to see an example of how to use create_approval_workflow_assignment API.
|
716
716
|
"""
|
717
717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
718
718
|
required_arguments = []
|
@@ -848,7 +848,7 @@ class IdentityDomainsClient(object):
|
|
848
848
|
:rtype: :class:`~oci.response.Response`
|
849
849
|
|
850
850
|
:example:
|
851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_approval_workflow_step.py.html>`__ to see an example of how to use create_approval_workflow_step API.
|
852
852
|
"""
|
853
853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
854
854
|
required_arguments = []
|
@@ -984,7 +984,7 @@ class IdentityDomainsClient(object):
|
|
984
984
|
:rtype: :class:`~oci.response.Response`
|
985
985
|
|
986
986
|
:example:
|
987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
|
988
988
|
"""
|
989
989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
990
990
|
required_arguments = []
|
@@ -1112,7 +1112,7 @@ class IdentityDomainsClient(object):
|
|
1112
1112
|
:rtype: :class:`~oci.response.Response`
|
1113
1113
|
|
1114
1114
|
:example:
|
1115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
|
1116
1116
|
"""
|
1117
1117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1118
1118
|
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.
|
1233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_cloud_gate.py.html>`__ to see an example of how to use create_cloud_gate 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.
|
1369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_cloud_gate_mapping.py.html>`__ to see an example of how to use create_cloud_gate_mapping 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.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_cloud_gate_server.py.html>`__ to see an example of how to use create_cloud_gate_server API.
|
1506
1506
|
"""
|
1507
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1508
1508
|
required_arguments = []
|
@@ -1638,7 +1638,7 @@ class IdentityDomainsClient(object):
|
|
1638
1638
|
:rtype: :class:`~oci.response.Response`
|
1639
1639
|
|
1640
1640
|
:example:
|
1641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_condition.py.html>`__ to see an example of how to use create_condition API.
|
1642
1642
|
"""
|
1643
1643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1644
1644
|
required_arguments = []
|
@@ -1774,7 +1774,7 @@ class IdentityDomainsClient(object):
|
|
1774
1774
|
:rtype: :class:`~oci.response.Response`
|
1775
1775
|
|
1776
1776
|
:example:
|
1777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
1778
1778
|
"""
|
1779
1779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1780
1780
|
required_arguments = []
|
@@ -1910,7 +1910,7 @@ class IdentityDomainsClient(object):
|
|
1910
1910
|
:rtype: :class:`~oci.response.Response`
|
1911
1911
|
|
1912
1912
|
:example:
|
1913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
|
1914
1914
|
"""
|
1915
1915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1916
1916
|
required_arguments = []
|
@@ -2046,7 +2046,7 @@ class IdentityDomainsClient(object):
|
|
2046
2046
|
:rtype: :class:`~oci.response.Response`
|
2047
2047
|
|
2048
2048
|
:example:
|
2049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
|
2050
2050
|
"""
|
2051
2051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2052
2052
|
required_arguments = []
|
@@ -2182,7 +2182,7 @@ class IdentityDomainsClient(object):
|
|
2182
2182
|
:rtype: :class:`~oci.response.Response`
|
2183
2183
|
|
2184
2184
|
:example:
|
2185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
|
2186
2186
|
"""
|
2187
2187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2188
2188
|
required_arguments = []
|
@@ -2318,7 +2318,7 @@ class IdentityDomainsClient(object):
|
|
2318
2318
|
:rtype: :class:`~oci.response.Response`
|
2319
2319
|
|
2320
2320
|
:example:
|
2321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
2322
2322
|
"""
|
2323
2323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2324
2324
|
required_arguments = []
|
@@ -2454,7 +2454,7 @@ class IdentityDomainsClient(object):
|
|
2454
2454
|
:rtype: :class:`~oci.response.Response`
|
2455
2455
|
|
2456
2456
|
:example:
|
2457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
2458
2458
|
"""
|
2459
2459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2460
2460
|
required_arguments = []
|
@@ -2582,7 +2582,7 @@ class IdentityDomainsClient(object):
|
|
2582
2582
|
:rtype: :class:`~oci.response.Response`
|
2583
2583
|
|
2584
2584
|
:example:
|
2585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
2586
2586
|
"""
|
2587
2587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2588
2588
|
required_arguments = []
|
@@ -2692,7 +2692,7 @@ class IdentityDomainsClient(object):
|
|
2692
2692
|
:rtype: :class:`~oci.response.Response`
|
2693
2693
|
|
2694
2694
|
:example:
|
2695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
2696
2696
|
"""
|
2697
2697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2698
2698
|
required_arguments = []
|
@@ -2802,7 +2802,7 @@ class IdentityDomainsClient(object):
|
|
2802
2802
|
:rtype: :class:`~oci.response.Response`
|
2803
2803
|
|
2804
2804
|
:example:
|
2805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
2806
2806
|
"""
|
2807
2807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2808
2808
|
required_arguments = []
|
@@ -2912,7 +2912,7 @@ class IdentityDomainsClient(object):
|
|
2912
2912
|
:rtype: :class:`~oci.response.Response`
|
2913
2913
|
|
2914
2914
|
:example:
|
2915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
2916
2916
|
"""
|
2917
2917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2918
2918
|
required_arguments = []
|
@@ -3022,7 +3022,7 @@ class IdentityDomainsClient(object):
|
|
3022
3022
|
:rtype: :class:`~oci.response.Response`
|
3023
3023
|
|
3024
3024
|
:example:
|
3025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
3026
3026
|
"""
|
3027
3027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3028
3028
|
required_arguments = []
|
@@ -3132,7 +3132,7 @@ class IdentityDomainsClient(object):
|
|
3132
3132
|
:rtype: :class:`~oci.response.Response`
|
3133
3133
|
|
3134
3134
|
:example:
|
3135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
3136
3136
|
"""
|
3137
3137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3138
3138
|
required_arguments = []
|
@@ -3242,7 +3242,7 @@ class IdentityDomainsClient(object):
|
|
3242
3242
|
:rtype: :class:`~oci.response.Response`
|
3243
3243
|
|
3244
3244
|
:example:
|
3245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
|
3246
3246
|
"""
|
3247
3247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3248
3248
|
required_arguments = []
|
@@ -3360,7 +3360,7 @@ class IdentityDomainsClient(object):
|
|
3360
3360
|
:rtype: :class:`~oci.response.Response`
|
3361
3361
|
|
3362
3362
|
:example:
|
3363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
|
3364
3364
|
"""
|
3365
3365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3366
3366
|
required_arguments = []
|
@@ -3488,7 +3488,7 @@ class IdentityDomainsClient(object):
|
|
3488
3488
|
:rtype: :class:`~oci.response.Response`
|
3489
3489
|
|
3490
3490
|
:example:
|
3491
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3491
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
3492
3492
|
"""
|
3493
3493
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3494
3494
|
required_arguments = []
|
@@ -3598,7 +3598,7 @@ class IdentityDomainsClient(object):
|
|
3598
3598
|
:rtype: :class:`~oci.response.Response`
|
3599
3599
|
|
3600
3600
|
:example:
|
3601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
3602
3602
|
"""
|
3603
3603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3604
3604
|
required_arguments = []
|
@@ -3708,7 +3708,7 @@ class IdentityDomainsClient(object):
|
|
3708
3708
|
:rtype: :class:`~oci.response.Response`
|
3709
3709
|
|
3710
3710
|
:example:
|
3711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
3712
3712
|
"""
|
3713
3713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3714
3714
|
required_arguments = []
|
@@ -3826,7 +3826,7 @@ class IdentityDomainsClient(object):
|
|
3826
3826
|
:rtype: :class:`~oci.response.Response`
|
3827
3827
|
|
3828
3828
|
:example:
|
3829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_network_perimeter.py.html>`__ to see an example of how to use create_network_perimeter API.
|
3830
3830
|
"""
|
3831
3831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3832
3832
|
required_arguments = []
|
@@ -3962,7 +3962,7 @@ class IdentityDomainsClient(object):
|
|
3962
3962
|
:rtype: :class:`~oci.response.Response`
|
3963
3963
|
|
3964
3964
|
:example:
|
3965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
3966
3966
|
"""
|
3967
3967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3968
3968
|
required_arguments = []
|
@@ -4090,7 +4090,7 @@ class IdentityDomainsClient(object):
|
|
4090
4090
|
:rtype: :class:`~oci.response.Response`
|
4091
4091
|
|
4092
4092
|
:example:
|
4093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_o_auth_client_certificate.py.html>`__ to see an example of how to use create_o_auth_client_certificate API.
|
4094
4094
|
"""
|
4095
4095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4096
4096
|
required_arguments = []
|
@@ -4200,7 +4200,7 @@ class IdentityDomainsClient(object):
|
|
4200
4200
|
:rtype: :class:`~oci.response.Response`
|
4201
4201
|
|
4202
4202
|
:example:
|
4203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_o_auth_partner_certificate.py.html>`__ to see an example of how to use create_o_auth_partner_certificate API.
|
4204
4204
|
"""
|
4205
4205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4206
4206
|
required_arguments = []
|
@@ -4318,7 +4318,7 @@ class IdentityDomainsClient(object):
|
|
4318
4318
|
:rtype: :class:`~oci.response.Response`
|
4319
4319
|
|
4320
4320
|
:example:
|
4321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
4322
4322
|
"""
|
4323
4323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4324
4324
|
required_arguments = []
|
@@ -4454,7 +4454,7 @@ class IdentityDomainsClient(object):
|
|
4454
4454
|
:rtype: :class:`~oci.response.Response`
|
4455
4455
|
|
4456
4456
|
:example:
|
4457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_policy.py.html>`__ to see an example of how to use create_policy API.
|
4458
4458
|
"""
|
4459
4459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4460
4460
|
required_arguments = []
|
@@ -4590,7 +4590,7 @@ class IdentityDomainsClient(object):
|
|
4590
4590
|
:rtype: :class:`~oci.response.Response`
|
4591
4591
|
|
4592
4592
|
:example:
|
4593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_rule.py.html>`__ to see an example of how to use create_rule API.
|
4594
4594
|
"""
|
4595
4595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4596
4596
|
required_arguments = []
|
@@ -4726,7 +4726,7 @@ class IdentityDomainsClient(object):
|
|
4726
4726
|
:rtype: :class:`~oci.response.Response`
|
4727
4727
|
|
4728
4728
|
:example:
|
4729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
|
4730
4730
|
"""
|
4731
4731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4732
4732
|
required_arguments = []
|
@@ -4862,7 +4862,7 @@ class IdentityDomainsClient(object):
|
|
4862
4862
|
:rtype: :class:`~oci.response.Response`
|
4863
4863
|
|
4864
4864
|
:example:
|
4865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_self_registration_profile.py.html>`__ to see an example of how to use create_self_registration_profile API.
|
4866
4866
|
"""
|
4867
4867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4868
4868
|
required_arguments = []
|
@@ -4998,7 +4998,7 @@ class IdentityDomainsClient(object):
|
|
4998
4998
|
:rtype: :class:`~oci.response.Response`
|
4999
4999
|
|
5000
5000
|
:example:
|
5001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
5002
5002
|
"""
|
5003
5003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5004
5004
|
required_arguments = []
|
@@ -5134,7 +5134,7 @@ class IdentityDomainsClient(object):
|
|
5134
5134
|
:rtype: :class:`~oci.response.Response`
|
5135
5135
|
|
5136
5136
|
:example:
|
5137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
5138
5138
|
"""
|
5139
5139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5140
5140
|
required_arguments = []
|
@@ -5270,7 +5270,7 @@ class IdentityDomainsClient(object):
|
|
5270
5270
|
:rtype: :class:`~oci.response.Response`
|
5271
5271
|
|
5272
5272
|
:example:
|
5273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
5274
5274
|
"""
|
5275
5275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5276
5276
|
required_arguments = []
|
@@ -5392,7 +5392,7 @@ class IdentityDomainsClient(object):
|
|
5392
5392
|
:rtype: :class:`~oci.response.Response`
|
5393
5393
|
|
5394
5394
|
:example:
|
5395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
5396
5396
|
"""
|
5397
5397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5398
5398
|
required_arguments = ['apiKeyId']
|
@@ -5513,7 +5513,7 @@ class IdentityDomainsClient(object):
|
|
5513
5513
|
:rtype: :class:`~oci.response.Response`
|
5514
5514
|
|
5515
5515
|
:example:
|
5516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
|
5517
5517
|
"""
|
5518
5518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5519
5519
|
required_arguments = ['appId']
|
@@ -5634,7 +5634,7 @@ class IdentityDomainsClient(object):
|
|
5634
5634
|
:rtype: :class:`~oci.response.Response`
|
5635
5635
|
|
5636
5636
|
:example:
|
5637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
|
5638
5638
|
"""
|
5639
5639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5640
5640
|
required_arguments = ['appRoleId']
|
@@ -5755,7 +5755,7 @@ class IdentityDomainsClient(object):
|
|
5755
5755
|
:rtype: :class:`~oci.response.Response`
|
5756
5756
|
|
5757
5757
|
:example:
|
5758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_approval_workflow.py.html>`__ to see an example of how to use delete_approval_workflow API.
|
5759
5759
|
"""
|
5760
5760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5761
5761
|
required_arguments = ['approvalWorkflowId']
|
@@ -5876,7 +5876,7 @@ class IdentityDomainsClient(object):
|
|
5876
5876
|
:rtype: :class:`~oci.response.Response`
|
5877
5877
|
|
5878
5878
|
:example:
|
5879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_approval_workflow_assignment.py.html>`__ to see an example of how to use delete_approval_workflow_assignment API.
|
5880
5880
|
"""
|
5881
5881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5882
5882
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -5997,7 +5997,7 @@ class IdentityDomainsClient(object):
|
|
5997
5997
|
:rtype: :class:`~oci.response.Response`
|
5998
5998
|
|
5999
5999
|
:example:
|
6000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_approval_workflow_step.py.html>`__ to see an example of how to use delete_approval_workflow_step API.
|
6001
6001
|
"""
|
6002
6002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6003
6003
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -6118,7 +6118,7 @@ class IdentityDomainsClient(object):
|
|
6118
6118
|
:rtype: :class:`~oci.response.Response`
|
6119
6119
|
|
6120
6120
|
:example:
|
6121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
6122
6122
|
"""
|
6123
6123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6124
6124
|
required_arguments = ['authTokenId']
|
@@ -6239,7 +6239,7 @@ class IdentityDomainsClient(object):
|
|
6239
6239
|
:rtype: :class:`~oci.response.Response`
|
6240
6240
|
|
6241
6241
|
:example:
|
6242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_cloud_gate.py.html>`__ to see an example of how to use delete_cloud_gate API.
|
6243
6243
|
"""
|
6244
6244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6245
6245
|
required_arguments = ['cloudGateId']
|
@@ -6360,7 +6360,7 @@ class IdentityDomainsClient(object):
|
|
6360
6360
|
:rtype: :class:`~oci.response.Response`
|
6361
6361
|
|
6362
6362
|
:example:
|
6363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_cloud_gate_mapping.py.html>`__ to see an example of how to use delete_cloud_gate_mapping API.
|
6364
6364
|
"""
|
6365
6365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6366
6366
|
required_arguments = ['cloudGateMappingId']
|
@@ -6481,7 +6481,7 @@ class IdentityDomainsClient(object):
|
|
6481
6481
|
:rtype: :class:`~oci.response.Response`
|
6482
6482
|
|
6483
6483
|
:example:
|
6484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_cloud_gate_server.py.html>`__ to see an example of how to use delete_cloud_gate_server API.
|
6485
6485
|
"""
|
6486
6486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6487
6487
|
required_arguments = ['cloudGateServerId']
|
@@ -6602,7 +6602,7 @@ class IdentityDomainsClient(object):
|
|
6602
6602
|
:rtype: :class:`~oci.response.Response`
|
6603
6603
|
|
6604
6604
|
:example:
|
6605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_condition.py.html>`__ to see an example of how to use delete_condition API.
|
6606
6606
|
"""
|
6607
6607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6608
6608
|
required_arguments = ['conditionId']
|
@@ -6723,7 +6723,7 @@ class IdentityDomainsClient(object):
|
|
6723
6723
|
:rtype: :class:`~oci.response.Response`
|
6724
6724
|
|
6725
6725
|
:example:
|
6726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
6727
6727
|
"""
|
6728
6728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6729
6729
|
required_arguments = ['customerSecretKeyId']
|
@@ -6844,7 +6844,7 @@ class IdentityDomainsClient(object):
|
|
6844
6844
|
:rtype: :class:`~oci.response.Response`
|
6845
6845
|
|
6846
6846
|
:example:
|
6847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
6848
6848
|
"""
|
6849
6849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6850
6850
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -6965,7 +6965,7 @@ class IdentityDomainsClient(object):
|
|
6965
6965
|
:rtype: :class:`~oci.response.Response`
|
6966
6966
|
|
6967
6967
|
:example:
|
6968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
|
6969
6969
|
"""
|
6970
6970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6971
6971
|
required_arguments = ['grantId']
|
@@ -7086,7 +7086,7 @@ class IdentityDomainsClient(object):
|
|
7086
7086
|
:rtype: :class:`~oci.response.Response`
|
7087
7087
|
|
7088
7088
|
:example:
|
7089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
7090
7090
|
"""
|
7091
7091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7092
7092
|
required_arguments = ['groupId']
|
@@ -7207,7 +7207,7 @@ class IdentityDomainsClient(object):
|
|
7207
7207
|
:rtype: :class:`~oci.response.Response`
|
7208
7208
|
|
7209
7209
|
:example:
|
7210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
7211
7211
|
"""
|
7212
7212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7213
7213
|
required_arguments = ['identityProviderId']
|
@@ -7328,7 +7328,7 @@ class IdentityDomainsClient(object):
|
|
7328
7328
|
:rtype: :class:`~oci.response.Response`
|
7329
7329
|
|
7330
7330
|
:example:
|
7331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
7332
7332
|
"""
|
7333
7333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7334
7334
|
required_arguments = ['myApiKeyId']
|
@@ -7449,7 +7449,7 @@ class IdentityDomainsClient(object):
|
|
7449
7449
|
:rtype: :class:`~oci.response.Response`
|
7450
7450
|
|
7451
7451
|
:example:
|
7452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
7453
7453
|
"""
|
7454
7454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7455
7455
|
required_arguments = ['myAuthTokenId']
|
@@ -7570,7 +7570,7 @@ class IdentityDomainsClient(object):
|
|
7570
7570
|
:rtype: :class:`~oci.response.Response`
|
7571
7571
|
|
7572
7572
|
:example:
|
7573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
7574
7574
|
"""
|
7575
7575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7576
7576
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -7691,7 +7691,7 @@ class IdentityDomainsClient(object):
|
|
7691
7691
|
:rtype: :class:`~oci.response.Response`
|
7692
7692
|
|
7693
7693
|
:example:
|
7694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
7695
7695
|
"""
|
7696
7696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7697
7697
|
required_arguments = ['myDeviceId']
|
@@ -7812,7 +7812,7 @@ class IdentityDomainsClient(object):
|
|
7812
7812
|
:rtype: :class:`~oci.response.Response`
|
7813
7813
|
|
7814
7814
|
:example:
|
7815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
|
7816
7816
|
"""
|
7817
7817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7818
7818
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -7933,7 +7933,7 @@ class IdentityDomainsClient(object):
|
|
7933
7933
|
:rtype: :class:`~oci.response.Response`
|
7934
7934
|
|
7935
7935
|
:example:
|
7936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
7937
7937
|
"""
|
7938
7938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7939
7939
|
required_arguments = ['mySmtpCredentialId']
|
@@ -8054,7 +8054,7 @@ class IdentityDomainsClient(object):
|
|
8054
8054
|
:rtype: :class:`~oci.response.Response`
|
8055
8055
|
|
8056
8056
|
:example:
|
8057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
8058
8058
|
"""
|
8059
8059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8060
8060
|
required_arguments = ['mySupportAccountId']
|
@@ -8175,7 +8175,7 @@ class IdentityDomainsClient(object):
|
|
8175
8175
|
:rtype: :class:`~oci.response.Response`
|
8176
8176
|
|
8177
8177
|
:example:
|
8178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
8179
8179
|
"""
|
8180
8180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8181
8181
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -8296,7 +8296,7 @@ class IdentityDomainsClient(object):
|
|
8296
8296
|
:rtype: :class:`~oci.response.Response`
|
8297
8297
|
|
8298
8298
|
:example:
|
8299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
8300
8300
|
"""
|
8301
8301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8302
8302
|
required_arguments = ['myUserDbCredentialId']
|
@@ -8417,7 +8417,7 @@ class IdentityDomainsClient(object):
|
|
8417
8417
|
:rtype: :class:`~oci.response.Response`
|
8418
8418
|
|
8419
8419
|
:example:
|
8420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_network_perimeter.py.html>`__ to see an example of how to use delete_network_perimeter API.
|
8421
8421
|
"""
|
8422
8422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8423
8423
|
required_arguments = ['networkPerimeterId']
|
@@ -8538,7 +8538,7 @@ class IdentityDomainsClient(object):
|
|
8538
8538
|
:rtype: :class:`~oci.response.Response`
|
8539
8539
|
|
8540
8540
|
:example:
|
8541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
8542
8542
|
"""
|
8543
8543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8544
8544
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -8659,7 +8659,7 @@ class IdentityDomainsClient(object):
|
|
8659
8659
|
:rtype: :class:`~oci.response.Response`
|
8660
8660
|
|
8661
8661
|
:example:
|
8662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_o_auth_client_certificate.py.html>`__ to see an example of how to use delete_o_auth_client_certificate API.
|
8663
8663
|
"""
|
8664
8664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8665
8665
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -8780,7 +8780,7 @@ class IdentityDomainsClient(object):
|
|
8780
8780
|
:rtype: :class:`~oci.response.Response`
|
8781
8781
|
|
8782
8782
|
:example:
|
8783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_o_auth_partner_certificate.py.html>`__ to see an example of how to use delete_o_auth_partner_certificate API.
|
8784
8784
|
"""
|
8785
8785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8786
8786
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -8901,7 +8901,7 @@ class IdentityDomainsClient(object):
|
|
8901
8901
|
:rtype: :class:`~oci.response.Response`
|
8902
8902
|
|
8903
8903
|
:example:
|
8904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
8905
8905
|
"""
|
8906
8906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8907
8907
|
required_arguments = ['passwordPolicyId']
|
@@ -9022,7 +9022,7 @@ class IdentityDomainsClient(object):
|
|
9022
9022
|
:rtype: :class:`~oci.response.Response`
|
9023
9023
|
|
9024
9024
|
:example:
|
9025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_policy.py.html>`__ to see an example of how to use delete_policy API.
|
9026
9026
|
"""
|
9027
9027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9028
9028
|
required_arguments = ['policyId']
|
@@ -9143,7 +9143,7 @@ class IdentityDomainsClient(object):
|
|
9143
9143
|
:rtype: :class:`~oci.response.Response`
|
9144
9144
|
|
9145
9145
|
:example:
|
9146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_rule.py.html>`__ to see an example of how to use delete_rule API.
|
9147
9147
|
"""
|
9148
9148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9149
9149
|
required_arguments = ['ruleId']
|
@@ -9264,7 +9264,7 @@ class IdentityDomainsClient(object):
|
|
9264
9264
|
:rtype: :class:`~oci.response.Response`
|
9265
9265
|
|
9266
9266
|
:example:
|
9267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
|
9268
9268
|
"""
|
9269
9269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9270
9270
|
required_arguments = ['securityQuestionId']
|
@@ -9385,7 +9385,7 @@ class IdentityDomainsClient(object):
|
|
9385
9385
|
:rtype: :class:`~oci.response.Response`
|
9386
9386
|
|
9387
9387
|
:example:
|
9388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_self_registration_profile.py.html>`__ to see an example of how to use delete_self_registration_profile API.
|
9389
9389
|
"""
|
9390
9390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9391
9391
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -9506,7 +9506,7 @@ class IdentityDomainsClient(object):
|
|
9506
9506
|
:rtype: :class:`~oci.response.Response`
|
9507
9507
|
|
9508
9508
|
:example:
|
9509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
9510
9510
|
"""
|
9511
9511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9512
9512
|
required_arguments = ['smtpCredentialId']
|
@@ -9627,7 +9627,7 @@ class IdentityDomainsClient(object):
|
|
9627
9627
|
:rtype: :class:`~oci.response.Response`
|
9628
9628
|
|
9629
9629
|
:example:
|
9630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
9631
9631
|
"""
|
9632
9632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9633
9633
|
required_arguments = ['userId']
|
@@ -9748,7 +9748,7 @@ class IdentityDomainsClient(object):
|
|
9748
9748
|
:rtype: :class:`~oci.response.Response`
|
9749
9749
|
|
9750
9750
|
:example:
|
9751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
9752
9752
|
"""
|
9753
9753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9754
9754
|
required_arguments = ['userDbCredentialId']
|
@@ -9871,7 +9871,7 @@ class IdentityDomainsClient(object):
|
|
9871
9871
|
:rtype: :class:`~oci.response.Response`
|
9872
9872
|
|
9873
9873
|
:example:
|
9874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
|
9875
9875
|
"""
|
9876
9876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9877
9877
|
required_arguments = ['accountMgmtInfoId']
|
@@ -10004,7 +10004,7 @@ class IdentityDomainsClient(object):
|
|
10004
10004
|
:rtype: :class:`~oci.response.Response`
|
10005
10005
|
|
10006
10006
|
:example:
|
10007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
|
10008
10008
|
"""
|
10009
10009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10010
10010
|
required_arguments = ['accountRecoverySettingId']
|
@@ -10137,7 +10137,7 @@ class IdentityDomainsClient(object):
|
|
10137
10137
|
:rtype: :class:`~oci.response.Response`
|
10138
10138
|
|
10139
10139
|
:example:
|
10140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
10141
10141
|
"""
|
10142
10142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10143
10143
|
required_arguments = ['apiKeyId']
|
@@ -10270,7 +10270,7 @@ class IdentityDomainsClient(object):
|
|
10270
10270
|
:rtype: :class:`~oci.response.Response`
|
10271
10271
|
|
10272
10272
|
:example:
|
10273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
|
10274
10274
|
"""
|
10275
10275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10276
10276
|
required_arguments = ['appId']
|
@@ -10403,7 +10403,7 @@ class IdentityDomainsClient(object):
|
|
10403
10403
|
:rtype: :class:`~oci.response.Response`
|
10404
10404
|
|
10405
10405
|
:example:
|
10406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
|
10407
10407
|
"""
|
10408
10408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10409
10409
|
required_arguments = ['appRoleId']
|
@@ -10536,7 +10536,7 @@ class IdentityDomainsClient(object):
|
|
10536
10536
|
:rtype: :class:`~oci.response.Response`
|
10537
10537
|
|
10538
10538
|
:example:
|
10539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_approval_workflow.py.html>`__ to see an example of how to use get_approval_workflow API.
|
10540
10540
|
"""
|
10541
10541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10542
10542
|
required_arguments = ['approvalWorkflowId']
|
@@ -10669,7 +10669,7 @@ class IdentityDomainsClient(object):
|
|
10669
10669
|
:rtype: :class:`~oci.response.Response`
|
10670
10670
|
|
10671
10671
|
:example:
|
10672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_approval_workflow_assignment.py.html>`__ to see an example of how to use get_approval_workflow_assignment API.
|
10673
10673
|
"""
|
10674
10674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10675
10675
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -10802,7 +10802,7 @@ class IdentityDomainsClient(object):
|
|
10802
10802
|
:rtype: :class:`~oci.response.Response`
|
10803
10803
|
|
10804
10804
|
:example:
|
10805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_approval_workflow_step.py.html>`__ to see an example of how to use get_approval_workflow_step API.
|
10806
10806
|
"""
|
10807
10807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10808
10808
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -10935,7 +10935,7 @@ class IdentityDomainsClient(object):
|
|
10935
10935
|
:rtype: :class:`~oci.response.Response`
|
10936
10936
|
|
10937
10937
|
:example:
|
10938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
10939
10939
|
"""
|
10940
10940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10941
10941
|
required_arguments = ['authTokenId']
|
@@ -11068,7 +11068,7 @@ class IdentityDomainsClient(object):
|
|
11068
11068
|
:rtype: :class:`~oci.response.Response`
|
11069
11069
|
|
11070
11070
|
:example:
|
11071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
11072
11072
|
"""
|
11073
11073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11074
11074
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -11201,7 +11201,7 @@ class IdentityDomainsClient(object):
|
|
11201
11201
|
:rtype: :class:`~oci.response.Response`
|
11202
11202
|
|
11203
11203
|
:example:
|
11204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_branding_setting.py.html>`__ to see an example of how to use get_branding_setting API.
|
11205
11205
|
"""
|
11206
11206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11207
11207
|
required_arguments = ['brandingSettingId']
|
@@ -11334,7 +11334,7 @@ class IdentityDomainsClient(object):
|
|
11334
11334
|
:rtype: :class:`~oci.response.Response`
|
11335
11335
|
|
11336
11336
|
:example:
|
11337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_cloud_gate.py.html>`__ to see an example of how to use get_cloud_gate API.
|
11338
11338
|
"""
|
11339
11339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11340
11340
|
required_arguments = ['cloudGateId']
|
@@ -11467,7 +11467,7 @@ class IdentityDomainsClient(object):
|
|
11467
11467
|
:rtype: :class:`~oci.response.Response`
|
11468
11468
|
|
11469
11469
|
:example:
|
11470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_cloud_gate_mapping.py.html>`__ to see an example of how to use get_cloud_gate_mapping API.
|
11471
11471
|
"""
|
11472
11472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11473
11473
|
required_arguments = ['cloudGateMappingId']
|
@@ -11600,7 +11600,7 @@ class IdentityDomainsClient(object):
|
|
11600
11600
|
:rtype: :class:`~oci.response.Response`
|
11601
11601
|
|
11602
11602
|
:example:
|
11603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_cloud_gate_server.py.html>`__ to see an example of how to use get_cloud_gate_server API.
|
11604
11604
|
"""
|
11605
11605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11606
11606
|
required_arguments = ['cloudGateServerId']
|
@@ -11733,7 +11733,7 @@ class IdentityDomainsClient(object):
|
|
11733
11733
|
:rtype: :class:`~oci.response.Response`
|
11734
11734
|
|
11735
11735
|
:example:
|
11736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_condition.py.html>`__ to see an example of how to use get_condition API.
|
11737
11737
|
"""
|
11738
11738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11739
11739
|
required_arguments = ['conditionId']
|
@@ -11866,7 +11866,7 @@ class IdentityDomainsClient(object):
|
|
11866
11866
|
:rtype: :class:`~oci.response.Response`
|
11867
11867
|
|
11868
11868
|
:example:
|
11869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
11870
11870
|
"""
|
11871
11871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11872
11872
|
required_arguments = ['customerSecretKeyId']
|
@@ -11999,7 +11999,7 @@ class IdentityDomainsClient(object):
|
|
11999
11999
|
:rtype: :class:`~oci.response.Response`
|
12000
12000
|
|
12001
12001
|
:example:
|
12002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
12003
12003
|
"""
|
12004
12004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12005
12005
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -12132,7 +12132,7 @@ class IdentityDomainsClient(object):
|
|
12132
12132
|
:rtype: :class:`~oci.response.Response`
|
12133
12133
|
|
12134
12134
|
:example:
|
12135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
|
12136
12136
|
"""
|
12137
12137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12138
12138
|
required_arguments = ['grantId']
|
@@ -12265,7 +12265,7 @@ class IdentityDomainsClient(object):
|
|
12265
12265
|
:rtype: :class:`~oci.response.Response`
|
12266
12266
|
|
12267
12267
|
:example:
|
12268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
12269
12269
|
"""
|
12270
12270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12271
12271
|
required_arguments = ['groupId']
|
@@ -12398,7 +12398,7 @@ class IdentityDomainsClient(object):
|
|
12398
12398
|
:rtype: :class:`~oci.response.Response`
|
12399
12399
|
|
12400
12400
|
:example:
|
12401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
12402
12402
|
"""
|
12403
12403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12404
12404
|
required_arguments = ['identityProviderId']
|
@@ -12531,7 +12531,7 @@ class IdentityDomainsClient(object):
|
|
12531
12531
|
:rtype: :class:`~oci.response.Response`
|
12532
12532
|
|
12533
12533
|
:example:
|
12534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
|
12535
12535
|
"""
|
12536
12536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12537
12537
|
required_arguments = ['identitySettingId']
|
@@ -12664,7 +12664,7 @@ class IdentityDomainsClient(object):
|
|
12664
12664
|
:rtype: :class:`~oci.response.Response`
|
12665
12665
|
|
12666
12666
|
:example:
|
12667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
12668
12668
|
"""
|
12669
12669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12670
12670
|
required_arguments = ['kmsiSettingId']
|
@@ -12794,7 +12794,7 @@ class IdentityDomainsClient(object):
|
|
12794
12794
|
:rtype: :class:`~oci.response.Response`
|
12795
12795
|
|
12796
12796
|
:example:
|
12797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
12798
12798
|
"""
|
12799
12799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12800
12800
|
required_arguments = []
|
@@ -12907,7 +12907,7 @@ class IdentityDomainsClient(object):
|
|
12907
12907
|
:rtype: :class:`~oci.response.Response`
|
12908
12908
|
|
12909
12909
|
:example:
|
12910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
12911
12911
|
"""
|
12912
12912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12913
12913
|
required_arguments = ['myApiKeyId']
|
@@ -13014,7 +13014,7 @@ class IdentityDomainsClient(object):
|
|
13014
13014
|
:rtype: :class:`~oci.response.Response`
|
13015
13015
|
|
13016
13016
|
:example:
|
13017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
13018
13018
|
"""
|
13019
13019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13020
13020
|
required_arguments = ['myAuthTokenId']
|
@@ -13121,7 +13121,7 @@ class IdentityDomainsClient(object):
|
|
13121
13121
|
:rtype: :class:`~oci.response.Response`
|
13122
13122
|
|
13123
13123
|
:example:
|
13124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_completed_approval.py.html>`__ to see an example of how to use get_my_completed_approval API.
|
13125
13125
|
"""
|
13126
13126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13127
13127
|
required_arguments = ['myCompletedApprovalId']
|
@@ -13228,7 +13228,7 @@ class IdentityDomainsClient(object):
|
|
13228
13228
|
:rtype: :class:`~oci.response.Response`
|
13229
13229
|
|
13230
13230
|
:example:
|
13231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
13232
13232
|
"""
|
13233
13233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13234
13234
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -13343,7 +13343,7 @@ class IdentityDomainsClient(object):
|
|
13343
13343
|
:rtype: :class:`~oci.response.Response`
|
13344
13344
|
|
13345
13345
|
:example:
|
13346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
13347
13347
|
"""
|
13348
13348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13349
13349
|
required_arguments = ['myDeviceId']
|
@@ -13468,7 +13468,7 @@ class IdentityDomainsClient(object):
|
|
13468
13468
|
:rtype: :class:`~oci.response.Response`
|
13469
13469
|
|
13470
13470
|
:example:
|
13471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
|
13472
13472
|
"""
|
13473
13473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13474
13474
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -13575,7 +13575,7 @@ class IdentityDomainsClient(object):
|
|
13575
13575
|
:rtype: :class:`~oci.response.Response`
|
13576
13576
|
|
13577
13577
|
:example:
|
13578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_pending_approval.py.html>`__ to see an example of how to use get_my_pending_approval API.
|
13579
13579
|
"""
|
13580
13580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13581
13581
|
required_arguments = ['myPendingApprovalId']
|
@@ -13690,7 +13690,7 @@ class IdentityDomainsClient(object):
|
|
13690
13690
|
:rtype: :class:`~oci.response.Response`
|
13691
13691
|
|
13692
13692
|
:example:
|
13693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_request.py.html>`__ to see an example of how to use get_my_request API.
|
13694
13694
|
"""
|
13695
13695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13696
13696
|
required_arguments = ['myRequestId']
|
@@ -13815,7 +13815,7 @@ class IdentityDomainsClient(object):
|
|
13815
13815
|
:rtype: :class:`~oci.response.Response`
|
13816
13816
|
|
13817
13817
|
:example:
|
13818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
13819
13819
|
"""
|
13820
13820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13821
13821
|
required_arguments = ['mySmtpCredentialId']
|
@@ -13922,7 +13922,7 @@ class IdentityDomainsClient(object):
|
|
13922
13922
|
:rtype: :class:`~oci.response.Response`
|
13923
13923
|
|
13924
13924
|
:example:
|
13925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
13926
13926
|
"""
|
13927
13927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13928
13928
|
required_arguments = ['mySupportAccountId']
|
@@ -14037,7 +14037,7 @@ class IdentityDomainsClient(object):
|
|
14037
14037
|
:rtype: :class:`~oci.response.Response`
|
14038
14038
|
|
14039
14039
|
:example:
|
14040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
14041
14041
|
"""
|
14042
14042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14043
14043
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -14162,7 +14162,7 @@ class IdentityDomainsClient(object):
|
|
14162
14162
|
:rtype: :class:`~oci.response.Response`
|
14163
14163
|
|
14164
14164
|
:example:
|
14165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
14166
14166
|
"""
|
14167
14167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14168
14168
|
required_arguments = ['myUserDbCredentialId']
|
@@ -14277,7 +14277,7 @@ class IdentityDomainsClient(object):
|
|
14277
14277
|
:rtype: :class:`~oci.response.Response`
|
14278
14278
|
|
14279
14279
|
:example:
|
14280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_network_perimeter.py.html>`__ to see an example of how to use get_network_perimeter API.
|
14281
14281
|
"""
|
14282
14282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14283
14283
|
required_arguments = ['networkPerimeterId']
|
@@ -14410,7 +14410,7 @@ class IdentityDomainsClient(object):
|
|
14410
14410
|
:rtype: :class:`~oci.response.Response`
|
14411
14411
|
|
14412
14412
|
:example:
|
14413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_notification_setting.py.html>`__ to see an example of how to use get_notification_setting API.
|
14414
14414
|
"""
|
14415
14415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14416
14416
|
required_arguments = ['notificationSettingId']
|
@@ -14543,7 +14543,7 @@ class IdentityDomainsClient(object):
|
|
14543
14543
|
:rtype: :class:`~oci.response.Response`
|
14544
14544
|
|
14545
14545
|
:example:
|
14546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
14547
14547
|
"""
|
14548
14548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14549
14549
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -14668,7 +14668,7 @@ class IdentityDomainsClient(object):
|
|
14668
14668
|
:rtype: :class:`~oci.response.Response`
|
14669
14669
|
|
14670
14670
|
:example:
|
14671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_o_auth_client_certificate.py.html>`__ to see an example of how to use get_o_auth_client_certificate API.
|
14672
14672
|
"""
|
14673
14673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14674
14674
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -14775,7 +14775,7 @@ class IdentityDomainsClient(object):
|
|
14775
14775
|
:rtype: :class:`~oci.response.Response`
|
14776
14776
|
|
14777
14777
|
:example:
|
14778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_o_auth_partner_certificate.py.html>`__ to see an example of how to use get_o_auth_partner_certificate API.
|
14779
14779
|
"""
|
14780
14780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14781
14781
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -14890,7 +14890,7 @@ class IdentityDomainsClient(object):
|
|
14890
14890
|
:rtype: :class:`~oci.response.Response`
|
14891
14891
|
|
14892
14892
|
:example:
|
14893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
14894
14894
|
"""
|
14895
14895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14896
14896
|
required_arguments = ['passwordPolicyId']
|
@@ -15023,7 +15023,7 @@ class IdentityDomainsClient(object):
|
|
15023
15023
|
:rtype: :class:`~oci.response.Response`
|
15024
15024
|
|
15025
15025
|
:example:
|
15026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_policy.py.html>`__ to see an example of how to use get_policy API.
|
15027
15027
|
"""
|
15028
15028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15029
15029
|
required_arguments = ['policyId']
|
@@ -15156,7 +15156,7 @@ class IdentityDomainsClient(object):
|
|
15156
15156
|
:rtype: :class:`~oci.response.Response`
|
15157
15157
|
|
15158
15158
|
:example:
|
15159
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15159
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_rule.py.html>`__ to see an example of how to use get_rule API.
|
15160
15160
|
"""
|
15161
15161
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15162
15162
|
required_arguments = ['ruleId']
|
@@ -15281,7 +15281,7 @@ class IdentityDomainsClient(object):
|
|
15281
15281
|
:rtype: :class:`~oci.response.Response`
|
15282
15282
|
|
15283
15283
|
:example:
|
15284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_schema.py.html>`__ to see an example of how to use get_schema API.
|
15285
15285
|
"""
|
15286
15286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15287
15287
|
required_arguments = ['schemaId']
|
@@ -15396,7 +15396,7 @@ class IdentityDomainsClient(object):
|
|
15396
15396
|
:rtype: :class:`~oci.response.Response`
|
15397
15397
|
|
15398
15398
|
:example:
|
15399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
|
15400
15400
|
"""
|
15401
15401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15402
15402
|
required_arguments = ['securityQuestionId']
|
@@ -15529,7 +15529,7 @@ class IdentityDomainsClient(object):
|
|
15529
15529
|
:rtype: :class:`~oci.response.Response`
|
15530
15530
|
|
15531
15531
|
:example:
|
15532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
|
15533
15533
|
"""
|
15534
15534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15535
15535
|
required_arguments = ['securityQuestionSettingId']
|
@@ -15662,7 +15662,7 @@ class IdentityDomainsClient(object):
|
|
15662
15662
|
:rtype: :class:`~oci.response.Response`
|
15663
15663
|
|
15664
15664
|
:example:
|
15665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_self_registration_profile.py.html>`__ to see an example of how to use get_self_registration_profile API.
|
15666
15666
|
"""
|
15667
15667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15668
15668
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -15795,7 +15795,7 @@ class IdentityDomainsClient(object):
|
|
15795
15795
|
:rtype: :class:`~oci.response.Response`
|
15796
15796
|
|
15797
15797
|
:example:
|
15798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_setting.py.html>`__ to see an example of how to use get_setting API.
|
15799
15799
|
"""
|
15800
15800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15801
15801
|
required_arguments = ['settingId']
|
@@ -15928,7 +15928,7 @@ class IdentityDomainsClient(object):
|
|
15928
15928
|
:rtype: :class:`~oci.response.Response`
|
15929
15929
|
|
15930
15930
|
:example:
|
15931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
15932
15932
|
"""
|
15933
15933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15934
15934
|
required_arguments = ['smtpCredentialId']
|
@@ -16061,7 +16061,7 @@ class IdentityDomainsClient(object):
|
|
16061
16061
|
:rtype: :class:`~oci.response.Response`
|
16062
16062
|
|
16063
16063
|
:example:
|
16064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
16065
16065
|
"""
|
16066
16066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16067
16067
|
required_arguments = ['userId']
|
@@ -16194,7 +16194,7 @@ class IdentityDomainsClient(object):
|
|
16194
16194
|
:rtype: :class:`~oci.response.Response`
|
16195
16195
|
|
16196
16196
|
:example:
|
16197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
|
16198
16198
|
"""
|
16199
16199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16200
16200
|
required_arguments = ['userAttributesSettingId']
|
@@ -16327,7 +16327,7 @@ class IdentityDomainsClient(object):
|
|
16327
16327
|
:rtype: :class:`~oci.response.Response`
|
16328
16328
|
|
16329
16329
|
:example:
|
16330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
16331
16331
|
"""
|
16332
16332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16333
16333
|
required_arguments = ['userDbCredentialId']
|
@@ -16482,7 +16482,7 @@ class IdentityDomainsClient(object):
|
|
16482
16482
|
:rtype: :class:`~oci.response.Response`
|
16483
16483
|
|
16484
16484
|
:example:
|
16485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
|
16486
16486
|
"""
|
16487
16487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16488
16488
|
required_arguments = []
|
@@ -16627,7 +16627,7 @@ class IdentityDomainsClient(object):
|
|
16627
16627
|
:rtype: :class:`~oci.response.Response`
|
16628
16628
|
|
16629
16629
|
:example:
|
16630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
|
16631
16631
|
"""
|
16632
16632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16633
16633
|
required_arguments = []
|
@@ -16774,7 +16774,7 @@ class IdentityDomainsClient(object):
|
|
16774
16774
|
:rtype: :class:`~oci.response.Response`
|
16775
16775
|
|
16776
16776
|
:example:
|
16777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
16778
16778
|
"""
|
16779
16779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16780
16780
|
required_arguments = []
|
@@ -16938,7 +16938,7 @@ class IdentityDomainsClient(object):
|
|
16938
16938
|
:rtype: :class:`~oci.response.Response`
|
16939
16939
|
|
16940
16940
|
:example:
|
16941
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
|
16942
16942
|
"""
|
16943
16943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16944
16944
|
required_arguments = []
|
@@ -17102,7 +17102,7 @@ class IdentityDomainsClient(object):
|
|
17102
17102
|
:rtype: :class:`~oci.response.Response`
|
17103
17103
|
|
17104
17104
|
:example:
|
17105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_approval_workflow_assignments.py.html>`__ to see an example of how to use list_approval_workflow_assignments API.
|
17106
17106
|
"""
|
17107
17107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17108
17108
|
required_arguments = []
|
@@ -17266,7 +17266,7 @@ class IdentityDomainsClient(object):
|
|
17266
17266
|
:rtype: :class:`~oci.response.Response`
|
17267
17267
|
|
17268
17268
|
:example:
|
17269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_approval_workflow_steps.py.html>`__ to see an example of how to use list_approval_workflow_steps API.
|
17270
17270
|
"""
|
17271
17271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17272
17272
|
required_arguments = []
|
@@ -17430,7 +17430,7 @@ class IdentityDomainsClient(object):
|
|
17430
17430
|
:rtype: :class:`~oci.response.Response`
|
17431
17431
|
|
17432
17432
|
:example:
|
17433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_approval_workflows.py.html>`__ to see an example of how to use list_approval_workflows API.
|
17434
17434
|
"""
|
17435
17435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17436
17436
|
required_arguments = []
|
@@ -17594,7 +17594,7 @@ class IdentityDomainsClient(object):
|
|
17594
17594
|
:rtype: :class:`~oci.response.Response`
|
17595
17595
|
|
17596
17596
|
:example:
|
17597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
|
17598
17598
|
"""
|
17599
17599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17600
17600
|
required_arguments = []
|
@@ -17758,7 +17758,7 @@ class IdentityDomainsClient(object):
|
|
17758
17758
|
:rtype: :class:`~oci.response.Response`
|
17759
17759
|
|
17760
17760
|
:example:
|
17761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
17762
17762
|
"""
|
17763
17763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17764
17764
|
required_arguments = []
|
@@ -17903,7 +17903,7 @@ class IdentityDomainsClient(object):
|
|
17903
17903
|
:rtype: :class:`~oci.response.Response`
|
17904
17904
|
|
17905
17905
|
:example:
|
17906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
17907
17907
|
"""
|
17908
17908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17909
17909
|
required_arguments = []
|
@@ -18031,7 +18031,7 @@ class IdentityDomainsClient(object):
|
|
18031
18031
|
:rtype: :class:`~oci.response.Response`
|
18032
18032
|
|
18033
18033
|
:example:
|
18034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_branding_settings.py.html>`__ to see an example of how to use list_branding_settings API.
|
18035
18035
|
"""
|
18036
18036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18037
18037
|
required_arguments = []
|
@@ -18178,7 +18178,7 @@ class IdentityDomainsClient(object):
|
|
18178
18178
|
:rtype: :class:`~oci.response.Response`
|
18179
18179
|
|
18180
18180
|
:example:
|
18181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_cloud_gate_mappings.py.html>`__ to see an example of how to use list_cloud_gate_mappings API.
|
18182
18182
|
"""
|
18183
18183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18184
18184
|
required_arguments = []
|
@@ -18342,7 +18342,7 @@ class IdentityDomainsClient(object):
|
|
18342
18342
|
:rtype: :class:`~oci.response.Response`
|
18343
18343
|
|
18344
18344
|
:example:
|
18345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_cloud_gate_servers.py.html>`__ to see an example of how to use list_cloud_gate_servers API.
|
18346
18346
|
"""
|
18347
18347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18348
18348
|
required_arguments = []
|
@@ -18506,7 +18506,7 @@ class IdentityDomainsClient(object):
|
|
18506
18506
|
:rtype: :class:`~oci.response.Response`
|
18507
18507
|
|
18508
18508
|
:example:
|
18509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_cloud_gates.py.html>`__ to see an example of how to use list_cloud_gates API.
|
18510
18510
|
"""
|
18511
18511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18512
18512
|
required_arguments = []
|
@@ -18670,7 +18670,7 @@ class IdentityDomainsClient(object):
|
|
18670
18670
|
:rtype: :class:`~oci.response.Response`
|
18671
18671
|
|
18672
18672
|
:example:
|
18673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_conditions.py.html>`__ to see an example of how to use list_conditions API.
|
18674
18674
|
"""
|
18675
18675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18676
18676
|
required_arguments = []
|
@@ -18834,7 +18834,7 @@ class IdentityDomainsClient(object):
|
|
18834
18834
|
:rtype: :class:`~oci.response.Response`
|
18835
18835
|
|
18836
18836
|
:example:
|
18837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
18838
18838
|
"""
|
18839
18839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18840
18840
|
required_arguments = []
|
@@ -18998,7 +18998,7 @@ class IdentityDomainsClient(object):
|
|
18998
18998
|
:rtype: :class:`~oci.response.Response`
|
18999
18999
|
|
19000
19000
|
:example:
|
19001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
19002
19002
|
"""
|
19003
19003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19004
19004
|
required_arguments = []
|
@@ -19162,7 +19162,7 @@ class IdentityDomainsClient(object):
|
|
19162
19162
|
:rtype: :class:`~oci.response.Response`
|
19163
19163
|
|
19164
19164
|
:example:
|
19165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
19166
19166
|
"""
|
19167
19167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19168
19168
|
required_arguments = []
|
@@ -19326,7 +19326,7 @@ class IdentityDomainsClient(object):
|
|
19326
19326
|
:rtype: :class:`~oci.response.Response`
|
19327
19327
|
|
19328
19328
|
:example:
|
19329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
19330
19330
|
"""
|
19331
19331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19332
19332
|
required_arguments = []
|
@@ -19490,7 +19490,7 @@ class IdentityDomainsClient(object):
|
|
19490
19490
|
:rtype: :class:`~oci.response.Response`
|
19491
19491
|
|
19492
19492
|
:example:
|
19493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
19494
19494
|
"""
|
19495
19495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19496
19496
|
required_arguments = []
|
@@ -19635,7 +19635,7 @@ class IdentityDomainsClient(object):
|
|
19635
19635
|
:rtype: :class:`~oci.response.Response`
|
19636
19636
|
|
19637
19637
|
:example:
|
19638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
|
19639
19639
|
"""
|
19640
19640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19641
19641
|
required_arguments = []
|
@@ -19763,7 +19763,7 @@ class IdentityDomainsClient(object):
|
|
19763
19763
|
:rtype: :class:`~oci.response.Response`
|
19764
19764
|
|
19765
19765
|
:example:
|
19766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
19767
19767
|
"""
|
19768
19768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19769
19769
|
required_arguments = []
|
@@ -19902,7 +19902,7 @@ class IdentityDomainsClient(object):
|
|
19902
19902
|
:rtype: :class:`~oci.response.Response`
|
19903
19903
|
|
19904
19904
|
:example:
|
19905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
19906
19906
|
"""
|
19907
19907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19908
19908
|
required_arguments = []
|
@@ -20046,7 +20046,7 @@ class IdentityDomainsClient(object):
|
|
20046
20046
|
:rtype: :class:`~oci.response.Response`
|
20047
20047
|
|
20048
20048
|
:example:
|
20049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
|
20050
20050
|
"""
|
20051
20051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20052
20052
|
required_arguments = []
|
@@ -20190,7 +20190,7 @@ class IdentityDomainsClient(object):
|
|
20190
20190
|
:rtype: :class:`~oci.response.Response`
|
20191
20191
|
|
20192
20192
|
:example:
|
20193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
20194
20194
|
"""
|
20195
20195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20196
20196
|
required_arguments = []
|
@@ -20334,7 +20334,7 @@ class IdentityDomainsClient(object):
|
|
20334
20334
|
:rtype: :class:`~oci.response.Response`
|
20335
20335
|
|
20336
20336
|
:example:
|
20337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_completed_approvals.py.html>`__ to see an example of how to use list_my_completed_approvals API.
|
20338
20338
|
"""
|
20339
20339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20340
20340
|
required_arguments = []
|
@@ -20478,7 +20478,7 @@ class IdentityDomainsClient(object):
|
|
20478
20478
|
:rtype: :class:`~oci.response.Response`
|
20479
20479
|
|
20480
20480
|
:example:
|
20481
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20481
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
20482
20482
|
"""
|
20483
20483
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20484
20484
|
required_arguments = []
|
@@ -20630,7 +20630,7 @@ class IdentityDomainsClient(object):
|
|
20630
20630
|
:rtype: :class:`~oci.response.Response`
|
20631
20631
|
|
20632
20632
|
:example:
|
20633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
20634
20634
|
"""
|
20635
20635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20636
20636
|
required_arguments = []
|
@@ -20794,7 +20794,7 @@ class IdentityDomainsClient(object):
|
|
20794
20794
|
:rtype: :class:`~oci.response.Response`
|
20795
20795
|
|
20796
20796
|
:example:
|
20797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
20798
20798
|
"""
|
20799
20799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20800
20800
|
required_arguments = []
|
@@ -20950,7 +20950,7 @@ class IdentityDomainsClient(object):
|
|
20950
20950
|
:rtype: :class:`~oci.response.Response`
|
20951
20951
|
|
20952
20952
|
:example:
|
20953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
|
20954
20954
|
"""
|
20955
20955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20956
20956
|
required_arguments = []
|
@@ -21094,7 +21094,7 @@ class IdentityDomainsClient(object):
|
|
21094
21094
|
:rtype: :class:`~oci.response.Response`
|
21095
21095
|
|
21096
21096
|
:example:
|
21097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_pending_approvals.py.html>`__ to see an example of how to use list_my_pending_approvals API.
|
21098
21098
|
"""
|
21099
21099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21100
21100
|
required_arguments = []
|
@@ -21238,7 +21238,7 @@ class IdentityDomainsClient(object):
|
|
21238
21238
|
:rtype: :class:`~oci.response.Response`
|
21239
21239
|
|
21240
21240
|
:example:
|
21241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
|
21242
21242
|
"""
|
21243
21243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21244
21244
|
required_arguments = []
|
@@ -21390,7 +21390,7 @@ class IdentityDomainsClient(object):
|
|
21390
21390
|
:rtype: :class:`~oci.response.Response`
|
21391
21391
|
|
21392
21392
|
:example:
|
21393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
|
21394
21394
|
"""
|
21395
21395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21396
21396
|
required_arguments = []
|
@@ -21546,7 +21546,7 @@ class IdentityDomainsClient(object):
|
|
21546
21546
|
:rtype: :class:`~oci.response.Response`
|
21547
21547
|
|
21548
21548
|
:example:
|
21549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
21550
21550
|
"""
|
21551
21551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21552
21552
|
required_arguments = []
|
@@ -21690,7 +21690,7 @@ class IdentityDomainsClient(object):
|
|
21690
21690
|
:rtype: :class:`~oci.response.Response`
|
21691
21691
|
|
21692
21692
|
:example:
|
21693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
21694
21694
|
"""
|
21695
21695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21696
21696
|
required_arguments = []
|
@@ -21842,7 +21842,7 @@ class IdentityDomainsClient(object):
|
|
21842
21842
|
:rtype: :class:`~oci.response.Response`
|
21843
21843
|
|
21844
21844
|
:example:
|
21845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
21846
21846
|
"""
|
21847
21847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21848
21848
|
required_arguments = []
|
@@ -21998,7 +21998,7 @@ class IdentityDomainsClient(object):
|
|
21998
21998
|
:rtype: :class:`~oci.response.Response`
|
21999
21999
|
|
22000
22000
|
:example:
|
22001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
22002
22002
|
"""
|
22003
22003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22004
22004
|
required_arguments = []
|
@@ -22150,7 +22150,7 @@ class IdentityDomainsClient(object):
|
|
22150
22150
|
:rtype: :class:`~oci.response.Response`
|
22151
22151
|
|
22152
22152
|
:example:
|
22153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_network_perimeters.py.html>`__ to see an example of how to use list_network_perimeters API.
|
22154
22154
|
"""
|
22155
22155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22156
22156
|
required_arguments = []
|
@@ -22295,7 +22295,7 @@ class IdentityDomainsClient(object):
|
|
22295
22295
|
:rtype: :class:`~oci.response.Response`
|
22296
22296
|
|
22297
22297
|
:example:
|
22298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_notification_settings.py.html>`__ to see an example of how to use list_notification_settings API.
|
22299
22299
|
"""
|
22300
22300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22301
22301
|
required_arguments = []
|
@@ -22442,7 +22442,7 @@ class IdentityDomainsClient(object):
|
|
22442
22442
|
:rtype: :class:`~oci.response.Response`
|
22443
22443
|
|
22444
22444
|
:example:
|
22445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22445
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
22446
22446
|
"""
|
22447
22447
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22448
22448
|
required_arguments = []
|
@@ -22598,7 +22598,7 @@ class IdentityDomainsClient(object):
|
|
22598
22598
|
:rtype: :class:`~oci.response.Response`
|
22599
22599
|
|
22600
22600
|
:example:
|
22601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_o_auth_client_certificates.py.html>`__ to see an example of how to use list_o_auth_client_certificates API.
|
22602
22602
|
"""
|
22603
22603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22604
22604
|
required_arguments = []
|
@@ -22742,7 +22742,7 @@ class IdentityDomainsClient(object):
|
|
22742
22742
|
:rtype: :class:`~oci.response.Response`
|
22743
22743
|
|
22744
22744
|
:example:
|
22745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_o_auth_partner_certificates.py.html>`__ to see an example of how to use list_o_auth_partner_certificates API.
|
22746
22746
|
"""
|
22747
22747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22748
22748
|
required_arguments = []
|
@@ -22894,7 +22894,7 @@ class IdentityDomainsClient(object):
|
|
22894
22894
|
:rtype: :class:`~oci.response.Response`
|
22895
22895
|
|
22896
22896
|
:example:
|
22897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
22898
22898
|
"""
|
22899
22899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22900
22900
|
required_arguments = []
|
@@ -23058,7 +23058,7 @@ class IdentityDomainsClient(object):
|
|
23058
23058
|
:rtype: :class:`~oci.response.Response`
|
23059
23059
|
|
23060
23060
|
:example:
|
23061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
23062
23062
|
"""
|
23063
23063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23064
23064
|
required_arguments = []
|
@@ -23222,7 +23222,7 @@ class IdentityDomainsClient(object):
|
|
23222
23222
|
:rtype: :class:`~oci.response.Response`
|
23223
23223
|
|
23224
23224
|
:example:
|
23225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
|
23226
23226
|
"""
|
23227
23227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23228
23228
|
required_arguments = []
|
@@ -23386,7 +23386,7 @@ class IdentityDomainsClient(object):
|
|
23386
23386
|
:rtype: :class:`~oci.response.Response`
|
23387
23387
|
|
23388
23388
|
:example:
|
23389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
23390
23390
|
"""
|
23391
23391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23392
23392
|
required_arguments = []
|
@@ -23539,7 +23539,7 @@ class IdentityDomainsClient(object):
|
|
23539
23539
|
:rtype: :class:`~oci.response.Response`
|
23540
23540
|
|
23541
23541
|
:example:
|
23542
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
23543
23543
|
"""
|
23544
23544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23545
23545
|
required_arguments = []
|
@@ -23670,7 +23670,7 @@ class IdentityDomainsClient(object):
|
|
23670
23670
|
:rtype: :class:`~oci.response.Response`
|
23671
23671
|
|
23672
23672
|
:example:
|
23673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
|
23674
23674
|
"""
|
23675
23675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23676
23676
|
required_arguments = []
|
@@ -23817,7 +23817,7 @@ class IdentityDomainsClient(object):
|
|
23817
23817
|
:rtype: :class:`~oci.response.Response`
|
23818
23818
|
|
23819
23819
|
:example:
|
23820
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23820
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
|
23821
23821
|
"""
|
23822
23822
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23823
23823
|
required_arguments = []
|
@@ -23981,7 +23981,7 @@ class IdentityDomainsClient(object):
|
|
23981
23981
|
:rtype: :class:`~oci.response.Response`
|
23982
23982
|
|
23983
23983
|
:example:
|
23984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_self_registration_profiles.py.html>`__ to see an example of how to use list_self_registration_profiles API.
|
23985
23985
|
"""
|
23986
23986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23987
23987
|
required_arguments = []
|
@@ -24126,7 +24126,7 @@ class IdentityDomainsClient(object):
|
|
24126
24126
|
:rtype: :class:`~oci.response.Response`
|
24127
24127
|
|
24128
24128
|
:example:
|
24129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_settings.py.html>`__ to see an example of how to use list_settings API.
|
24130
24130
|
"""
|
24131
24131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24132
24132
|
required_arguments = []
|
@@ -24273,7 +24273,7 @@ class IdentityDomainsClient(object):
|
|
24273
24273
|
:rtype: :class:`~oci.response.Response`
|
24274
24274
|
|
24275
24275
|
:example:
|
24276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
24277
24277
|
"""
|
24278
24278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24279
24279
|
required_arguments = []
|
@@ -24418,7 +24418,7 @@ class IdentityDomainsClient(object):
|
|
24418
24418
|
:rtype: :class:`~oci.response.Response`
|
24419
24419
|
|
24420
24420
|
:example:
|
24421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
|
24422
24422
|
"""
|
24423
24423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24424
24424
|
required_arguments = []
|
@@ -24565,7 +24565,7 @@ class IdentityDomainsClient(object):
|
|
24565
24565
|
:rtype: :class:`~oci.response.Response`
|
24566
24566
|
|
24567
24567
|
:example:
|
24568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
24569
24569
|
"""
|
24570
24570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24571
24571
|
required_arguments = []
|
@@ -24729,7 +24729,7 @@ class IdentityDomainsClient(object):
|
|
24729
24729
|
:rtype: :class:`~oci.response.Response`
|
24730
24730
|
|
24731
24731
|
:example:
|
24732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
24733
24733
|
"""
|
24734
24734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24735
24735
|
required_arguments = []
|
@@ -24889,7 +24889,7 @@ class IdentityDomainsClient(object):
|
|
24889
24889
|
:rtype: :class:`~oci.response.Response`
|
24890
24890
|
|
24891
24891
|
:example:
|
24892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
|
24893
24893
|
"""
|
24894
24894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24895
24895
|
required_arguments = ['accountRecoverySettingId']
|
@@ -25045,7 +25045,7 @@ class IdentityDomainsClient(object):
|
|
25045
25045
|
:rtype: :class:`~oci.response.Response`
|
25046
25046
|
|
25047
25047
|
:example:
|
25048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
25049
25049
|
"""
|
25050
25050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25051
25051
|
required_arguments = ['apiKeyId']
|
@@ -25201,7 +25201,7 @@ class IdentityDomainsClient(object):
|
|
25201
25201
|
:rtype: :class:`~oci.response.Response`
|
25202
25202
|
|
25203
25203
|
:example:
|
25204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
|
25205
25205
|
"""
|
25206
25206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25207
25207
|
required_arguments = ['appId']
|
@@ -25357,7 +25357,7 @@ class IdentityDomainsClient(object):
|
|
25357
25357
|
:rtype: :class:`~oci.response.Response`
|
25358
25358
|
|
25359
25359
|
:example:
|
25360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
|
25361
25361
|
"""
|
25362
25362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25363
25363
|
required_arguments = ['appRoleId']
|
@@ -25513,7 +25513,7 @@ class IdentityDomainsClient(object):
|
|
25513
25513
|
:rtype: :class:`~oci.response.Response`
|
25514
25514
|
|
25515
25515
|
:example:
|
25516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_approval_workflow.py.html>`__ to see an example of how to use patch_approval_workflow API.
|
25517
25517
|
"""
|
25518
25518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25519
25519
|
required_arguments = ['approvalWorkflowId']
|
@@ -25669,7 +25669,7 @@ class IdentityDomainsClient(object):
|
|
25669
25669
|
:rtype: :class:`~oci.response.Response`
|
25670
25670
|
|
25671
25671
|
:example:
|
25672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_approval_workflow_step.py.html>`__ to see an example of how to use patch_approval_workflow_step API.
|
25673
25673
|
"""
|
25674
25674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25675
25675
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -25825,7 +25825,7 @@ class IdentityDomainsClient(object):
|
|
25825
25825
|
:rtype: :class:`~oci.response.Response`
|
25826
25826
|
|
25827
25827
|
:example:
|
25828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
25829
25829
|
"""
|
25830
25830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25831
25831
|
required_arguments = ['authTokenId']
|
@@ -25981,7 +25981,7 @@ class IdentityDomainsClient(object):
|
|
25981
25981
|
:rtype: :class:`~oci.response.Response`
|
25982
25982
|
|
25983
25983
|
:example:
|
25984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_cloud_gate.py.html>`__ to see an example of how to use patch_cloud_gate API.
|
25985
25985
|
"""
|
25986
25986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25987
25987
|
required_arguments = ['cloudGateId']
|
@@ -26137,7 +26137,7 @@ class IdentityDomainsClient(object):
|
|
26137
26137
|
:rtype: :class:`~oci.response.Response`
|
26138
26138
|
|
26139
26139
|
:example:
|
26140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_cloud_gate_mapping.py.html>`__ to see an example of how to use patch_cloud_gate_mapping API.
|
26141
26141
|
"""
|
26142
26142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26143
26143
|
required_arguments = ['cloudGateMappingId']
|
@@ -26293,7 +26293,7 @@ class IdentityDomainsClient(object):
|
|
26293
26293
|
:rtype: :class:`~oci.response.Response`
|
26294
26294
|
|
26295
26295
|
:example:
|
26296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_cloud_gate_server.py.html>`__ to see an example of how to use patch_cloud_gate_server API.
|
26297
26297
|
"""
|
26298
26298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26299
26299
|
required_arguments = ['cloudGateServerId']
|
@@ -26449,7 +26449,7 @@ class IdentityDomainsClient(object):
|
|
26449
26449
|
:rtype: :class:`~oci.response.Response`
|
26450
26450
|
|
26451
26451
|
:example:
|
26452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_condition.py.html>`__ to see an example of how to use patch_condition API.
|
26453
26453
|
"""
|
26454
26454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26455
26455
|
required_arguments = ['conditionId']
|
@@ -26605,7 +26605,7 @@ class IdentityDomainsClient(object):
|
|
26605
26605
|
:rtype: :class:`~oci.response.Response`
|
26606
26606
|
|
26607
26607
|
:example:
|
26608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
26609
26609
|
"""
|
26610
26610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26611
26611
|
required_arguments = ['customerSecretKeyId']
|
@@ -26761,7 +26761,7 @@ class IdentityDomainsClient(object):
|
|
26761
26761
|
:rtype: :class:`~oci.response.Response`
|
26762
26762
|
|
26763
26763
|
:example:
|
26764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
26765
26765
|
"""
|
26766
26766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26767
26767
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -26917,7 +26917,7 @@ class IdentityDomainsClient(object):
|
|
26917
26917
|
:rtype: :class:`~oci.response.Response`
|
26918
26918
|
|
26919
26919
|
:example:
|
26920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
|
26921
26921
|
"""
|
26922
26922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26923
26923
|
required_arguments = ['grantId']
|
@@ -27073,7 +27073,7 @@ class IdentityDomainsClient(object):
|
|
27073
27073
|
:rtype: :class:`~oci.response.Response`
|
27074
27074
|
|
27075
27075
|
:example:
|
27076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
27077
27077
|
"""
|
27078
27078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27079
27079
|
required_arguments = ['groupId']
|
@@ -27229,7 +27229,7 @@ class IdentityDomainsClient(object):
|
|
27229
27229
|
:rtype: :class:`~oci.response.Response`
|
27230
27230
|
|
27231
27231
|
:example:
|
27232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
27233
27233
|
"""
|
27234
27234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27235
27235
|
required_arguments = ['identityProviderId']
|
@@ -27385,7 +27385,7 @@ class IdentityDomainsClient(object):
|
|
27385
27385
|
:rtype: :class:`~oci.response.Response`
|
27386
27386
|
|
27387
27387
|
:example:
|
27388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
|
27389
27389
|
"""
|
27390
27390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27391
27391
|
required_arguments = ['identitySettingId']
|
@@ -27541,7 +27541,7 @@ class IdentityDomainsClient(object):
|
|
27541
27541
|
:rtype: :class:`~oci.response.Response`
|
27542
27542
|
|
27543
27543
|
:example:
|
27544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
27545
27545
|
"""
|
27546
27546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27547
27547
|
required_arguments = ['kmsiSettingId']
|
@@ -27694,7 +27694,7 @@ class IdentityDomainsClient(object):
|
|
27694
27694
|
:rtype: :class:`~oci.response.Response`
|
27695
27695
|
|
27696
27696
|
:example:
|
27697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
27698
27698
|
"""
|
27699
27699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27700
27700
|
required_arguments = []
|
@@ -27830,7 +27830,7 @@ class IdentityDomainsClient(object):
|
|
27830
27830
|
:rtype: :class:`~oci.response.Response`
|
27831
27831
|
|
27832
27832
|
:example:
|
27833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
27834
27834
|
"""
|
27835
27835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27836
27836
|
required_arguments = ['myApiKeyId']
|
@@ -27960,7 +27960,7 @@ class IdentityDomainsClient(object):
|
|
27960
27960
|
:rtype: :class:`~oci.response.Response`
|
27961
27961
|
|
27962
27962
|
:example:
|
27963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
27964
27964
|
"""
|
27965
27965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27966
27966
|
required_arguments = ['myAuthTokenId']
|
@@ -28090,7 +28090,7 @@ class IdentityDomainsClient(object):
|
|
28090
28090
|
:rtype: :class:`~oci.response.Response`
|
28091
28091
|
|
28092
28092
|
:example:
|
28093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
28094
28094
|
"""
|
28095
28095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28096
28096
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -28228,7 +28228,7 @@ class IdentityDomainsClient(object):
|
|
28228
28228
|
:rtype: :class:`~oci.response.Response`
|
28229
28229
|
|
28230
28230
|
:example:
|
28231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
28232
28232
|
"""
|
28233
28233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28234
28234
|
required_arguments = ['myDeviceId']
|
@@ -28376,7 +28376,7 @@ class IdentityDomainsClient(object):
|
|
28376
28376
|
:rtype: :class:`~oci.response.Response`
|
28377
28377
|
|
28378
28378
|
:example:
|
28379
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28379
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
|
28380
28380
|
"""
|
28381
28381
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28382
28382
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -28506,7 +28506,7 @@ class IdentityDomainsClient(object):
|
|
28506
28506
|
:rtype: :class:`~oci.response.Response`
|
28507
28507
|
|
28508
28508
|
:example:
|
28509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_pending_approval.py.html>`__ to see an example of how to use patch_my_pending_approval API.
|
28510
28510
|
"""
|
28511
28511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28512
28512
|
required_arguments = ['myPendingApprovalId']
|
@@ -28644,7 +28644,7 @@ class IdentityDomainsClient(object):
|
|
28644
28644
|
:rtype: :class:`~oci.response.Response`
|
28645
28645
|
|
28646
28646
|
:example:
|
28647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_request.py.html>`__ to see an example of how to use patch_my_request API.
|
28648
28648
|
"""
|
28649
28649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28650
28650
|
required_arguments = ['myRequestId']
|
@@ -28792,7 +28792,7 @@ class IdentityDomainsClient(object):
|
|
28792
28792
|
:rtype: :class:`~oci.response.Response`
|
28793
28793
|
|
28794
28794
|
:example:
|
28795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
28796
28796
|
"""
|
28797
28797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28798
28798
|
required_arguments = ['mySmtpCredentialId']
|
@@ -28930,7 +28930,7 @@ class IdentityDomainsClient(object):
|
|
28930
28930
|
:rtype: :class:`~oci.response.Response`
|
28931
28931
|
|
28932
28932
|
:example:
|
28933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_network_perimeter.py.html>`__ to see an example of how to use patch_network_perimeter API.
|
28934
28934
|
"""
|
28935
28935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28936
28936
|
required_arguments = ['networkPerimeterId']
|
@@ -29086,7 +29086,7 @@ class IdentityDomainsClient(object):
|
|
29086
29086
|
:rtype: :class:`~oci.response.Response`
|
29087
29087
|
|
29088
29088
|
:example:
|
29089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
29090
29090
|
"""
|
29091
29091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29092
29092
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -29242,7 +29242,7 @@ class IdentityDomainsClient(object):
|
|
29242
29242
|
:rtype: :class:`~oci.response.Response`
|
29243
29243
|
|
29244
29244
|
:example:
|
29245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
29246
29246
|
"""
|
29247
29247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29248
29248
|
required_arguments = ['passwordPolicyId']
|
@@ -29398,7 +29398,7 @@ class IdentityDomainsClient(object):
|
|
29398
29398
|
:rtype: :class:`~oci.response.Response`
|
29399
29399
|
|
29400
29400
|
:example:
|
29401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_policy.py.html>`__ to see an example of how to use patch_policy API.
|
29402
29402
|
"""
|
29403
29403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29404
29404
|
required_arguments = ['policyId']
|
@@ -29554,7 +29554,7 @@ class IdentityDomainsClient(object):
|
|
29554
29554
|
:rtype: :class:`~oci.response.Response`
|
29555
29555
|
|
29556
29556
|
:example:
|
29557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_rule.py.html>`__ to see an example of how to use patch_rule API.
|
29558
29558
|
"""
|
29559
29559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29560
29560
|
required_arguments = ['ruleId']
|
@@ -29702,7 +29702,7 @@ class IdentityDomainsClient(object):
|
|
29702
29702
|
:rtype: :class:`~oci.response.Response`
|
29703
29703
|
|
29704
29704
|
:example:
|
29705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_schema.py.html>`__ to see an example of how to use patch_schema API.
|
29706
29706
|
"""
|
29707
29707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29708
29708
|
required_arguments = ['schemaId']
|
@@ -29840,7 +29840,7 @@ class IdentityDomainsClient(object):
|
|
29840
29840
|
:rtype: :class:`~oci.response.Response`
|
29841
29841
|
|
29842
29842
|
:example:
|
29843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
|
29844
29844
|
"""
|
29845
29845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29846
29846
|
required_arguments = ['securityQuestionId']
|
@@ -29996,7 +29996,7 @@ class IdentityDomainsClient(object):
|
|
29996
29996
|
:rtype: :class:`~oci.response.Response`
|
29997
29997
|
|
29998
29998
|
:example:
|
29999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
|
30000
30000
|
"""
|
30001
30001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30002
30002
|
required_arguments = ['securityQuestionSettingId']
|
@@ -30152,7 +30152,7 @@ class IdentityDomainsClient(object):
|
|
30152
30152
|
:rtype: :class:`~oci.response.Response`
|
30153
30153
|
|
30154
30154
|
:example:
|
30155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_self_registration_profile.py.html>`__ to see an example of how to use patch_self_registration_profile API.
|
30156
30156
|
"""
|
30157
30157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30158
30158
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -30308,7 +30308,7 @@ class IdentityDomainsClient(object):
|
|
30308
30308
|
:rtype: :class:`~oci.response.Response`
|
30309
30309
|
|
30310
30310
|
:example:
|
30311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_setting.py.html>`__ to see an example of how to use patch_setting API.
|
30312
30312
|
"""
|
30313
30313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30314
30314
|
required_arguments = ['settingId']
|
@@ -30464,7 +30464,7 @@ class IdentityDomainsClient(object):
|
|
30464
30464
|
:rtype: :class:`~oci.response.Response`
|
30465
30465
|
|
30466
30466
|
:example:
|
30467
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
30468
30468
|
"""
|
30469
30469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30470
30470
|
required_arguments = ['smtpCredentialId']
|
@@ -30620,7 +30620,7 @@ class IdentityDomainsClient(object):
|
|
30620
30620
|
:rtype: :class:`~oci.response.Response`
|
30621
30621
|
|
30622
30622
|
:example:
|
30623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
30624
30624
|
"""
|
30625
30625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30626
30626
|
required_arguments = ['userId']
|
@@ -30776,7 +30776,7 @@ class IdentityDomainsClient(object):
|
|
30776
30776
|
:rtype: :class:`~oci.response.Response`
|
30777
30777
|
|
30778
30778
|
:example:
|
30779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
|
30780
30780
|
"""
|
30781
30781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30782
30782
|
required_arguments = ['userAttributesSettingId']
|
@@ -30932,7 +30932,7 @@ class IdentityDomainsClient(object):
|
|
30932
30932
|
:rtype: :class:`~oci.response.Response`
|
30933
30933
|
|
30934
30934
|
:example:
|
30935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
|
30936
30936
|
"""
|
30937
30937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30938
30938
|
required_arguments = ['accountRecoverySettingId']
|
@@ -31088,7 +31088,7 @@ class IdentityDomainsClient(object):
|
|
31088
31088
|
:rtype: :class:`~oci.response.Response`
|
31089
31089
|
|
31090
31090
|
:example:
|
31091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
|
31092
31092
|
"""
|
31093
31093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31094
31094
|
required_arguments = ['appId']
|
@@ -31244,7 +31244,7 @@ class IdentityDomainsClient(object):
|
|
31244
31244
|
:rtype: :class:`~oci.response.Response`
|
31245
31245
|
|
31246
31246
|
:example:
|
31247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
|
31248
31248
|
"""
|
31249
31249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31250
31250
|
required_arguments = ['appStatusChangerId']
|
@@ -31400,7 +31400,7 @@ class IdentityDomainsClient(object):
|
|
31400
31400
|
:rtype: :class:`~oci.response.Response`
|
31401
31401
|
|
31402
31402
|
:example:
|
31403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_approval_workflow.py.html>`__ to see an example of how to use put_approval_workflow API.
|
31404
31404
|
"""
|
31405
31405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31406
31406
|
required_arguments = ['approvalWorkflowId']
|
@@ -31556,7 +31556,7 @@ class IdentityDomainsClient(object):
|
|
31556
31556
|
:rtype: :class:`~oci.response.Response`
|
31557
31557
|
|
31558
31558
|
:example:
|
31559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
31560
31560
|
"""
|
31561
31561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31562
31562
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -31712,7 +31712,7 @@ class IdentityDomainsClient(object):
|
|
31712
31712
|
:rtype: :class:`~oci.response.Response`
|
31713
31713
|
|
31714
31714
|
:example:
|
31715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_cloud_gate.py.html>`__ to see an example of how to use put_cloud_gate API.
|
31716
31716
|
"""
|
31717
31717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31718
31718
|
required_arguments = ['cloudGateId']
|
@@ -31868,7 +31868,7 @@ class IdentityDomainsClient(object):
|
|
31868
31868
|
:rtype: :class:`~oci.response.Response`
|
31869
31869
|
|
31870
31870
|
:example:
|
31871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_cloud_gate_mapping.py.html>`__ to see an example of how to use put_cloud_gate_mapping API.
|
31872
31872
|
"""
|
31873
31873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31874
31874
|
required_arguments = ['cloudGateMappingId']
|
@@ -32024,7 +32024,7 @@ class IdentityDomainsClient(object):
|
|
32024
32024
|
:rtype: :class:`~oci.response.Response`
|
32025
32025
|
|
32026
32026
|
:example:
|
32027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_cloud_gate_server.py.html>`__ to see an example of how to use put_cloud_gate_server API.
|
32028
32028
|
"""
|
32029
32029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32030
32030
|
required_arguments = ['cloudGateServerId']
|
@@ -32180,7 +32180,7 @@ class IdentityDomainsClient(object):
|
|
32180
32180
|
:rtype: :class:`~oci.response.Response`
|
32181
32181
|
|
32182
32182
|
:example:
|
32183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_condition.py.html>`__ to see an example of how to use put_condition API.
|
32184
32184
|
"""
|
32185
32185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32186
32186
|
required_arguments = ['conditionId']
|
@@ -32336,7 +32336,7 @@ class IdentityDomainsClient(object):
|
|
32336
32336
|
:rtype: :class:`~oci.response.Response`
|
32337
32337
|
|
32338
32338
|
:example:
|
32339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
32340
32340
|
"""
|
32341
32341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32342
32342
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -32492,7 +32492,7 @@ class IdentityDomainsClient(object):
|
|
32492
32492
|
:rtype: :class:`~oci.response.Response`
|
32493
32493
|
|
32494
32494
|
:example:
|
32495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
32496
32496
|
"""
|
32497
32497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32498
32498
|
required_arguments = ['groupId']
|
@@ -32648,7 +32648,7 @@ class IdentityDomainsClient(object):
|
|
32648
32648
|
:rtype: :class:`~oci.response.Response`
|
32649
32649
|
|
32650
32650
|
:example:
|
32651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
32652
32652
|
"""
|
32653
32653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32654
32654
|
required_arguments = ['identityProviderId']
|
@@ -32804,7 +32804,7 @@ class IdentityDomainsClient(object):
|
|
32804
32804
|
:rtype: :class:`~oci.response.Response`
|
32805
32805
|
|
32806
32806
|
:example:
|
32807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
|
32808
32808
|
"""
|
32809
32809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32810
32810
|
required_arguments = ['identitySettingId']
|
@@ -32960,7 +32960,7 @@ class IdentityDomainsClient(object):
|
|
32960
32960
|
:rtype: :class:`~oci.response.Response`
|
32961
32961
|
|
32962
32962
|
:example:
|
32963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
32964
32964
|
"""
|
32965
32965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32966
32966
|
required_arguments = ['kmsiSettingId']
|
@@ -33113,7 +33113,7 @@ class IdentityDomainsClient(object):
|
|
33113
33113
|
:rtype: :class:`~oci.response.Response`
|
33114
33114
|
|
33115
33115
|
:example:
|
33116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
33117
33117
|
"""
|
33118
33118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33119
33119
|
required_arguments = []
|
@@ -33246,7 +33246,7 @@ class IdentityDomainsClient(object):
|
|
33246
33246
|
:rtype: :class:`~oci.response.Response`
|
33247
33247
|
|
33248
33248
|
:example:
|
33249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
33250
33250
|
"""
|
33251
33251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33252
33252
|
required_arguments = []
|
@@ -33372,7 +33372,7 @@ class IdentityDomainsClient(object):
|
|
33372
33372
|
:rtype: :class:`~oci.response.Response`
|
33373
33373
|
|
33374
33374
|
:example:
|
33375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_network_perimeter.py.html>`__ to see an example of how to use put_network_perimeter API.
|
33376
33376
|
"""
|
33377
33377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33378
33378
|
required_arguments = ['networkPerimeterId']
|
@@ -33528,7 +33528,7 @@ class IdentityDomainsClient(object):
|
|
33528
33528
|
:rtype: :class:`~oci.response.Response`
|
33529
33529
|
|
33530
33530
|
:example:
|
33531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_notification_setting.py.html>`__ to see an example of how to use put_notification_setting API.
|
33532
33532
|
"""
|
33533
33533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33534
33534
|
required_arguments = ['notificationSettingId']
|
@@ -33684,7 +33684,7 @@ class IdentityDomainsClient(object):
|
|
33684
33684
|
:rtype: :class:`~oci.response.Response`
|
33685
33685
|
|
33686
33686
|
:example:
|
33687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
33688
33688
|
"""
|
33689
33689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33690
33690
|
required_arguments = ['passwordPolicyId']
|
@@ -33840,7 +33840,7 @@ class IdentityDomainsClient(object):
|
|
33840
33840
|
:rtype: :class:`~oci.response.Response`
|
33841
33841
|
|
33842
33842
|
:example:
|
33843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_policy.py.html>`__ to see an example of how to use put_policy API.
|
33844
33844
|
"""
|
33845
33845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33846
33846
|
required_arguments = ['policyId']
|
@@ -33996,7 +33996,7 @@ class IdentityDomainsClient(object):
|
|
33996
33996
|
:rtype: :class:`~oci.response.Response`
|
33997
33997
|
|
33998
33998
|
:example:
|
33999
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_rule.py.html>`__ to see an example of how to use put_rule API.
|
34000
34000
|
"""
|
34001
34001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34002
34002
|
required_arguments = ['ruleId']
|
@@ -34144,7 +34144,7 @@ class IdentityDomainsClient(object):
|
|
34144
34144
|
:rtype: :class:`~oci.response.Response`
|
34145
34145
|
|
34146
34146
|
:example:
|
34147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_schema.py.html>`__ to see an example of how to use put_schema API.
|
34148
34148
|
"""
|
34149
34149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34150
34150
|
required_arguments = ['schemaId']
|
@@ -34282,7 +34282,7 @@ class IdentityDomainsClient(object):
|
|
34282
34282
|
:rtype: :class:`~oci.response.Response`
|
34283
34283
|
|
34284
34284
|
:example:
|
34285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
|
34286
34286
|
"""
|
34287
34287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34288
34288
|
required_arguments = ['securityQuestionSettingId']
|
@@ -34438,7 +34438,7 @@ class IdentityDomainsClient(object):
|
|
34438
34438
|
:rtype: :class:`~oci.response.Response`
|
34439
34439
|
|
34440
34440
|
:example:
|
34441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_self_registration_profile.py.html>`__ to see an example of how to use put_self_registration_profile API.
|
34442
34442
|
"""
|
34443
34443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34444
34444
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -34594,7 +34594,7 @@ class IdentityDomainsClient(object):
|
|
34594
34594
|
:rtype: :class:`~oci.response.Response`
|
34595
34595
|
|
34596
34596
|
:example:
|
34597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_setting.py.html>`__ to see an example of how to use put_setting API.
|
34598
34598
|
"""
|
34599
34599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34600
34600
|
required_arguments = ['settingId']
|
@@ -34750,7 +34750,7 @@ class IdentityDomainsClient(object):
|
|
34750
34750
|
:rtype: :class:`~oci.response.Response`
|
34751
34751
|
|
34752
34752
|
:example:
|
34753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
34754
34754
|
"""
|
34755
34755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34756
34756
|
required_arguments = ['userId']
|
@@ -34898,7 +34898,7 @@ class IdentityDomainsClient(object):
|
|
34898
34898
|
:rtype: :class:`~oci.response.Response`
|
34899
34899
|
|
34900
34900
|
:example:
|
34901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
34902
34902
|
"""
|
34903
34903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34904
34904
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -35028,7 +35028,7 @@ class IdentityDomainsClient(object):
|
|
35028
35028
|
:rtype: :class:`~oci.response.Response`
|
35029
35029
|
|
35030
35030
|
:example:
|
35031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
35032
35032
|
"""
|
35033
35033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35034
35034
|
required_arguments = ['userPasswordChangerId']
|
@@ -35158,7 +35158,7 @@ class IdentityDomainsClient(object):
|
|
35158
35158
|
:rtype: :class:`~oci.response.Response`
|
35159
35159
|
|
35160
35160
|
:example:
|
35161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
35162
35162
|
"""
|
35163
35163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35164
35164
|
required_arguments = ['userPasswordResetterId']
|
@@ -35296,7 +35296,7 @@ class IdentityDomainsClient(object):
|
|
35296
35296
|
:rtype: :class:`~oci.response.Response`
|
35297
35297
|
|
35298
35298
|
:example:
|
35299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
35300
35300
|
"""
|
35301
35301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35302
35302
|
required_arguments = ['userStatusChangerId']
|
@@ -35432,7 +35432,7 @@ class IdentityDomainsClient(object):
|
|
35432
35432
|
:rtype: :class:`~oci.response.Response`
|
35433
35433
|
|
35434
35434
|
:example:
|
35435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
|
35436
35436
|
"""
|
35437
35437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35438
35438
|
required_arguments = []
|
@@ -35546,7 +35546,7 @@ class IdentityDomainsClient(object):
|
|
35546
35546
|
:rtype: :class:`~oci.response.Response`
|
35547
35547
|
|
35548
35548
|
:example:
|
35549
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
35550
35550
|
"""
|
35551
35551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35552
35552
|
required_arguments = []
|
@@ -35660,7 +35660,7 @@ class IdentityDomainsClient(object):
|
|
35660
35660
|
:rtype: :class:`~oci.response.Response`
|
35661
35661
|
|
35662
35662
|
:example:
|
35663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
|
35664
35664
|
"""
|
35665
35665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35666
35666
|
required_arguments = []
|
@@ -35774,7 +35774,7 @@ class IdentityDomainsClient(object):
|
|
35774
35774
|
:rtype: :class:`~oci.response.Response`
|
35775
35775
|
|
35776
35776
|
:example:
|
35777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
|
35778
35778
|
"""
|
35779
35779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35780
35780
|
required_arguments = []
|
@@ -35888,7 +35888,7 @@ class IdentityDomainsClient(object):
|
|
35888
35888
|
:rtype: :class:`~oci.response.Response`
|
35889
35889
|
|
35890
35890
|
:example:
|
35891
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35891
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
35892
35892
|
"""
|
35893
35893
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35894
35894
|
required_arguments = []
|
@@ -36002,7 +36002,7 @@ class IdentityDomainsClient(object):
|
|
36002
36002
|
:rtype: :class:`~oci.response.Response`
|
36003
36003
|
|
36004
36004
|
:example:
|
36005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
36006
36006
|
"""
|
36007
36007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36008
36008
|
required_arguments = []
|
@@ -36116,7 +36116,7 @@ class IdentityDomainsClient(object):
|
|
36116
36116
|
:rtype: :class:`~oci.response.Response`
|
36117
36117
|
|
36118
36118
|
:example:
|
36119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_cloud_gate_mappings.py.html>`__ to see an example of how to use search_cloud_gate_mappings API.
|
36120
36120
|
"""
|
36121
36121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36122
36122
|
required_arguments = []
|
@@ -36230,7 +36230,7 @@ class IdentityDomainsClient(object):
|
|
36230
36230
|
:rtype: :class:`~oci.response.Response`
|
36231
36231
|
|
36232
36232
|
:example:
|
36233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_cloud_gate_servers.py.html>`__ to see an example of how to use search_cloud_gate_servers API.
|
36234
36234
|
"""
|
36235
36235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36236
36236
|
required_arguments = []
|
@@ -36344,7 +36344,7 @@ class IdentityDomainsClient(object):
|
|
36344
36344
|
:rtype: :class:`~oci.response.Response`
|
36345
36345
|
|
36346
36346
|
:example:
|
36347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_cloud_gates.py.html>`__ to see an example of how to use search_cloud_gates API.
|
36348
36348
|
"""
|
36349
36349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36350
36350
|
required_arguments = []
|
@@ -36458,7 +36458,7 @@ class IdentityDomainsClient(object):
|
|
36458
36458
|
:rtype: :class:`~oci.response.Response`
|
36459
36459
|
|
36460
36460
|
:example:
|
36461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_conditions.py.html>`__ to see an example of how to use search_conditions API.
|
36462
36462
|
"""
|
36463
36463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36464
36464
|
required_arguments = []
|
@@ -36572,7 +36572,7 @@ class IdentityDomainsClient(object):
|
|
36572
36572
|
:rtype: :class:`~oci.response.Response`
|
36573
36573
|
|
36574
36574
|
:example:
|
36575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
36576
36576
|
"""
|
36577
36577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36578
36578
|
required_arguments = []
|
@@ -36686,7 +36686,7 @@ class IdentityDomainsClient(object):
|
|
36686
36686
|
:rtype: :class:`~oci.response.Response`
|
36687
36687
|
|
36688
36688
|
:example:
|
36689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
36690
36690
|
"""
|
36691
36691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36692
36692
|
required_arguments = []
|
@@ -36800,7 +36800,7 @@ class IdentityDomainsClient(object):
|
|
36800
36800
|
:rtype: :class:`~oci.response.Response`
|
36801
36801
|
|
36802
36802
|
:example:
|
36803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
|
36804
36804
|
"""
|
36805
36805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36806
36806
|
required_arguments = []
|
@@ -36914,7 +36914,7 @@ class IdentityDomainsClient(object):
|
|
36914
36914
|
:rtype: :class:`~oci.response.Response`
|
36915
36915
|
|
36916
36916
|
:example:
|
36917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
36918
36918
|
"""
|
36919
36919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36920
36920
|
required_arguments = []
|
@@ -37028,7 +37028,7 @@ class IdentityDomainsClient(object):
|
|
37028
37028
|
:rtype: :class:`~oci.response.Response`
|
37029
37029
|
|
37030
37030
|
:example:
|
37031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
37032
37032
|
"""
|
37033
37033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37034
37034
|
required_arguments = []
|
@@ -37142,7 +37142,7 @@ class IdentityDomainsClient(object):
|
|
37142
37142
|
:rtype: :class:`~oci.response.Response`
|
37143
37143
|
|
37144
37144
|
:example:
|
37145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
|
37146
37146
|
"""
|
37147
37147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37148
37148
|
required_arguments = []
|
@@ -37256,7 +37256,7 @@ class IdentityDomainsClient(object):
|
|
37256
37256
|
:rtype: :class:`~oci.response.Response`
|
37257
37257
|
|
37258
37258
|
:example:
|
37259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
37260
37260
|
"""
|
37261
37261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37262
37262
|
required_arguments = []
|
@@ -37370,7 +37370,7 @@ class IdentityDomainsClient(object):
|
|
37370
37370
|
:rtype: :class:`~oci.response.Response`
|
37371
37371
|
|
37372
37372
|
:example:
|
37373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
|
37374
37374
|
"""
|
37375
37375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37376
37376
|
required_arguments = []
|
@@ -37484,7 +37484,7 @@ class IdentityDomainsClient(object):
|
|
37484
37484
|
:rtype: :class:`~oci.response.Response`
|
37485
37485
|
|
37486
37486
|
:example:
|
37487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
37488
37488
|
"""
|
37489
37489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37490
37490
|
required_arguments = []
|
@@ -37598,7 +37598,7 @@ class IdentityDomainsClient(object):
|
|
37598
37598
|
:rtype: :class:`~oci.response.Response`
|
37599
37599
|
|
37600
37600
|
:example:
|
37601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
|
37602
37602
|
"""
|
37603
37603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37604
37604
|
required_arguments = []
|
@@ -37712,7 +37712,7 @@ class IdentityDomainsClient(object):
|
|
37712
37712
|
:rtype: :class:`~oci.response.Response`
|
37713
37713
|
|
37714
37714
|
:example:
|
37715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
|
37716
37716
|
"""
|
37717
37717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37718
37718
|
required_arguments = []
|
@@ -37826,7 +37826,7 @@ class IdentityDomainsClient(object):
|
|
37826
37826
|
:rtype: :class:`~oci.response.Response`
|
37827
37827
|
|
37828
37828
|
:example:
|
37829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_network_perimeters.py.html>`__ to see an example of how to use search_network_perimeters API.
|
37830
37830
|
"""
|
37831
37831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37832
37832
|
required_arguments = []
|
@@ -37940,7 +37940,7 @@ class IdentityDomainsClient(object):
|
|
37940
37940
|
:rtype: :class:`~oci.response.Response`
|
37941
37941
|
|
37942
37942
|
:example:
|
37943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_notification_settings.py.html>`__ to see an example of how to use search_notification_settings API.
|
37944
37944
|
"""
|
37945
37945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37946
37946
|
required_arguments = []
|
@@ -38054,7 +38054,7 @@ class IdentityDomainsClient(object):
|
|
38054
38054
|
:rtype: :class:`~oci.response.Response`
|
38055
38055
|
|
38056
38056
|
:example:
|
38057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
38058
38058
|
"""
|
38059
38059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38060
38060
|
required_arguments = []
|
@@ -38168,7 +38168,7 @@ class IdentityDomainsClient(object):
|
|
38168
38168
|
:rtype: :class:`~oci.response.Response`
|
38169
38169
|
|
38170
38170
|
:example:
|
38171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_o_auth_client_certificates.py.html>`__ to see an example of how to use search_o_auth_client_certificates API.
|
38172
38172
|
"""
|
38173
38173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38174
38174
|
required_arguments = []
|
@@ -38282,7 +38282,7 @@ class IdentityDomainsClient(object):
|
|
38282
38282
|
:rtype: :class:`~oci.response.Response`
|
38283
38283
|
|
38284
38284
|
:example:
|
38285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_o_auth_partner_certificates.py.html>`__ to see an example of how to use search_o_auth_partner_certificates API.
|
38286
38286
|
"""
|
38287
38287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38288
38288
|
required_arguments = []
|
@@ -38396,7 +38396,7 @@ class IdentityDomainsClient(object):
|
|
38396
38396
|
:rtype: :class:`~oci.response.Response`
|
38397
38397
|
|
38398
38398
|
:example:
|
38399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
38400
38400
|
"""
|
38401
38401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38402
38402
|
required_arguments = []
|
@@ -38510,7 +38510,7 @@ class IdentityDomainsClient(object):
|
|
38510
38510
|
:rtype: :class:`~oci.response.Response`
|
38511
38511
|
|
38512
38512
|
:example:
|
38513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_policies.py.html>`__ to see an example of how to use search_policies API.
|
38514
38514
|
"""
|
38515
38515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38516
38516
|
required_arguments = []
|
@@ -38624,7 +38624,7 @@ class IdentityDomainsClient(object):
|
|
38624
38624
|
:rtype: :class:`~oci.response.Response`
|
38625
38625
|
|
38626
38626
|
:example:
|
38627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
|
38628
38628
|
"""
|
38629
38629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38630
38630
|
required_arguments = []
|
@@ -38738,7 +38738,7 @@ class IdentityDomainsClient(object):
|
|
38738
38738
|
:rtype: :class:`~oci.response.Response`
|
38739
38739
|
|
38740
38740
|
:example:
|
38741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_rules.py.html>`__ to see an example of how to use search_rules API.
|
38742
38742
|
"""
|
38743
38743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38744
38744
|
required_arguments = []
|
@@ -38852,7 +38852,7 @@ class IdentityDomainsClient(object):
|
|
38852
38852
|
:rtype: :class:`~oci.response.Response`
|
38853
38853
|
|
38854
38854
|
:example:
|
38855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_schemas.py.html>`__ to see an example of how to use search_schemas API.
|
38856
38856
|
"""
|
38857
38857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38858
38858
|
required_arguments = []
|
@@ -38966,7 +38966,7 @@ class IdentityDomainsClient(object):
|
|
38966
38966
|
:rtype: :class:`~oci.response.Response`
|
38967
38967
|
|
38968
38968
|
:example:
|
38969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
|
38970
38970
|
"""
|
38971
38971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38972
38972
|
required_arguments = []
|
@@ -39080,7 +39080,7 @@ class IdentityDomainsClient(object):
|
|
39080
39080
|
:rtype: :class:`~oci.response.Response`
|
39081
39081
|
|
39082
39082
|
:example:
|
39083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
|
39084
39084
|
"""
|
39085
39085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39086
39086
|
required_arguments = []
|
@@ -39194,7 +39194,7 @@ class IdentityDomainsClient(object):
|
|
39194
39194
|
:rtype: :class:`~oci.response.Response`
|
39195
39195
|
|
39196
39196
|
:example:
|
39197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_self_registration_profiles.py.html>`__ to see an example of how to use search_self_registration_profiles API.
|
39198
39198
|
"""
|
39199
39199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39200
39200
|
required_arguments = []
|
@@ -39308,7 +39308,7 @@ class IdentityDomainsClient(object):
|
|
39308
39308
|
:rtype: :class:`~oci.response.Response`
|
39309
39309
|
|
39310
39310
|
:example:
|
39311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_settings.py.html>`__ to see an example of how to use search_settings API.
|
39312
39312
|
"""
|
39313
39313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39314
39314
|
required_arguments = []
|
@@ -39422,7 +39422,7 @@ class IdentityDomainsClient(object):
|
|
39422
39422
|
:rtype: :class:`~oci.response.Response`
|
39423
39423
|
|
39424
39424
|
:example:
|
39425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
39426
39426
|
"""
|
39427
39427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39428
39428
|
required_arguments = []
|
@@ -39536,7 +39536,7 @@ class IdentityDomainsClient(object):
|
|
39536
39536
|
:rtype: :class:`~oci.response.Response`
|
39537
39537
|
|
39538
39538
|
:example:
|
39539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
|
39540
39540
|
"""
|
39541
39541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39542
39542
|
required_arguments = []
|
@@ -39650,7 +39650,7 @@ class IdentityDomainsClient(object):
|
|
39650
39650
|
:rtype: :class:`~oci.response.Response`
|
39651
39651
|
|
39652
39652
|
:example:
|
39653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
39654
39654
|
"""
|
39655
39655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39656
39656
|
required_arguments = []
|
@@ -39764,7 +39764,7 @@ class IdentityDomainsClient(object):
|
|
39764
39764
|
:rtype: :class:`~oci.response.Response`
|
39765
39765
|
|
39766
39766
|
:example:
|
39767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
39768
39768
|
"""
|
39769
39769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39770
39770
|
required_arguments = []
|