oci 2.128.0__py3-none-any.whl → 2.128.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_document/models/analyze_document_details.py +7 -3
- oci/ai_document/models/general_processor_config.py +7 -3
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- 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 +108 -8
- oci/apm_config/models/__init__.py +10 -0
- oci/apm_config/models/filter_text_or_id.py +112 -0
- oci/apm_config/models/test_details.py +101 -0
- oci/apm_config/models/test_output.py +101 -0
- oci/apm_config/models/test_span_enrichment_details.py +148 -0
- oci/apm_config/models/test_span_enrichment_output.py +113 -0
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- 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 +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- 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 +155 -155
- oci/cloud_guard/models/resource_profile.py +66 -4
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/resource_profile_summary.py +66 -4
- oci/cloud_guard/models/security_policy_collection.py +115 -2
- oci/cloud_guard/models/sighting.py +66 -4
- oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/sighting_summary.py +66 -4
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- 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 +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +334 -334
- oci/database/models/autonomous_database.py +62 -0
- oci/database/models/autonomous_database_summary.py +62 -0
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- 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/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- 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 +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- 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 +233 -39
- oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +4 -0
- oci/fusion_apps/models/extract_details_collection.py +72 -0
- oci/fusion_apps/models/extract_details_summary.py +134 -0
- oci/fusion_apps/models/fusion_environment.py +33 -2
- oci/fusion_apps/models/subscription.py +214 -0
- oci/fusion_apps/models/work_request.py +27 -3
- 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/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
- oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
- oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
- oci/globally_distributed_database/models/private_endpoint.py +31 -0
- oci/globally_distributed_database/models/work_request.py +51 -3
- oci/globally_distributed_database/models/work_request_summary.py +51 -3
- oci/globally_distributed_database/sharded_database_service_client.py +174 -30
- oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
- oci/golden_gate/golden_gate_client.py +68 -68
- 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 +300 -300
- 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_hsm_cluster_client.py +12 -12
- 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 +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- 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_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/models/alarm.py +167 -8
- oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
- oci/monitoring/models/alarm_history_entry.py +47 -0
- oci/monitoring/models/alarm_override.py +34 -4
- oci/monitoring/models/alarm_status_summary.py +49 -4
- oci/monitoring/models/alarm_summary.py +172 -6
- oci/monitoring/models/create_alarm_details.py +169 -10
- oci/monitoring/models/update_alarm_details.py +169 -10
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- 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 +13 -13
- 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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- 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/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- 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 +33 -33
- oci/queue/models/get_message.py +35 -0
- oci/queue/models/queue.py +7 -3
- oci/queue/models/queue_stats.py +2 -2
- oci/queue/queue_admin_client.py +13 -13
- oci/queue/queue_client.py +10 -10
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +22 -22
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- 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/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- 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 +33 -33
- oci/vault/vaults_client.py +13 -13
- 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.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.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.128.
|
171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
1913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
2049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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.128.
|
2185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/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 = []
|
@@ -2320,7 +2320,7 @@ class IdentityDomainsClient(object):
|
|
2320
2320
|
:rtype: :class:`~oci.response.Response`
|
2321
2321
|
|
2322
2322
|
:example:
|
2323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_identity_propagation_trust.py.html>`__ to see an example of how to use create_identity_propagation_trust API.
|
2324
2324
|
"""
|
2325
2325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2326
2326
|
required_arguments = []
|
@@ -2456,7 +2456,7 @@ class IdentityDomainsClient(object):
|
|
2456
2456
|
:rtype: :class:`~oci.response.Response`
|
2457
2457
|
|
2458
2458
|
:example:
|
2459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
2460
2460
|
"""
|
2461
2461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2462
2462
|
required_arguments = []
|
@@ -2592,7 +2592,7 @@ class IdentityDomainsClient(object):
|
|
2592
2592
|
:rtype: :class:`~oci.response.Response`
|
2593
2593
|
|
2594
2594
|
:example:
|
2595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
2596
2596
|
"""
|
2597
2597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2598
2598
|
required_arguments = []
|
@@ -2720,7 +2720,7 @@ class IdentityDomainsClient(object):
|
|
2720
2720
|
:rtype: :class:`~oci.response.Response`
|
2721
2721
|
|
2722
2722
|
:example:
|
2723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
2724
2724
|
"""
|
2725
2725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2726
2726
|
required_arguments = []
|
@@ -2830,7 +2830,7 @@ class IdentityDomainsClient(object):
|
|
2830
2830
|
:rtype: :class:`~oci.response.Response`
|
2831
2831
|
|
2832
2832
|
:example:
|
2833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
2834
2834
|
"""
|
2835
2835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2836
2836
|
required_arguments = []
|
@@ -2940,7 +2940,7 @@ class IdentityDomainsClient(object):
|
|
2940
2940
|
:rtype: :class:`~oci.response.Response`
|
2941
2941
|
|
2942
2942
|
:example:
|
2943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
2944
2944
|
"""
|
2945
2945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2946
2946
|
required_arguments = []
|
@@ -3050,7 +3050,7 @@ class IdentityDomainsClient(object):
|
|
3050
3050
|
:rtype: :class:`~oci.response.Response`
|
3051
3051
|
|
3052
3052
|
:example:
|
3053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
3054
3054
|
"""
|
3055
3055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3056
3056
|
required_arguments = []
|
@@ -3160,7 +3160,7 @@ class IdentityDomainsClient(object):
|
|
3160
3160
|
:rtype: :class:`~oci.response.Response`
|
3161
3161
|
|
3162
3162
|
:example:
|
3163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
3164
3164
|
"""
|
3165
3165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3166
3166
|
required_arguments = []
|
@@ -3270,7 +3270,7 @@ class IdentityDomainsClient(object):
|
|
3270
3270
|
:rtype: :class:`~oci.response.Response`
|
3271
3271
|
|
3272
3272
|
:example:
|
3273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
3274
3274
|
"""
|
3275
3275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3276
3276
|
required_arguments = []
|
@@ -3380,7 +3380,7 @@ class IdentityDomainsClient(object):
|
|
3380
3380
|
:rtype: :class:`~oci.response.Response`
|
3381
3381
|
|
3382
3382
|
:example:
|
3383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
|
3384
3384
|
"""
|
3385
3385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3386
3386
|
required_arguments = []
|
@@ -3498,7 +3498,7 @@ class IdentityDomainsClient(object):
|
|
3498
3498
|
:rtype: :class:`~oci.response.Response`
|
3499
3499
|
|
3500
3500
|
:example:
|
3501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
|
3502
3502
|
"""
|
3503
3503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3504
3504
|
required_arguments = []
|
@@ -3626,7 +3626,7 @@ class IdentityDomainsClient(object):
|
|
3626
3626
|
:rtype: :class:`~oci.response.Response`
|
3627
3627
|
|
3628
3628
|
:example:
|
3629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
3630
3630
|
"""
|
3631
3631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3632
3632
|
required_arguments = []
|
@@ -3736,7 +3736,7 @@ class IdentityDomainsClient(object):
|
|
3736
3736
|
:rtype: :class:`~oci.response.Response`
|
3737
3737
|
|
3738
3738
|
:example:
|
3739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
3740
3740
|
"""
|
3741
3741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3742
3742
|
required_arguments = []
|
@@ -3846,7 +3846,7 @@ class IdentityDomainsClient(object):
|
|
3846
3846
|
:rtype: :class:`~oci.response.Response`
|
3847
3847
|
|
3848
3848
|
:example:
|
3849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
3850
3850
|
"""
|
3851
3851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3852
3852
|
required_arguments = []
|
@@ -3964,7 +3964,7 @@ class IdentityDomainsClient(object):
|
|
3964
3964
|
:rtype: :class:`~oci.response.Response`
|
3965
3965
|
|
3966
3966
|
:example:
|
3967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_network_perimeter.py.html>`__ to see an example of how to use create_network_perimeter API.
|
3968
3968
|
"""
|
3969
3969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3970
3970
|
required_arguments = []
|
@@ -4100,7 +4100,7 @@ class IdentityDomainsClient(object):
|
|
4100
4100
|
:rtype: :class:`~oci.response.Response`
|
4101
4101
|
|
4102
4102
|
:example:
|
4103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
4104
4104
|
"""
|
4105
4105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4106
4106
|
required_arguments = []
|
@@ -4228,7 +4228,7 @@ class IdentityDomainsClient(object):
|
|
4228
4228
|
:rtype: :class:`~oci.response.Response`
|
4229
4229
|
|
4230
4230
|
:example:
|
4231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_o_auth_client_certificate.py.html>`__ to see an example of how to use create_o_auth_client_certificate API.
|
4232
4232
|
"""
|
4233
4233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4234
4234
|
required_arguments = []
|
@@ -4338,7 +4338,7 @@ class IdentityDomainsClient(object):
|
|
4338
4338
|
:rtype: :class:`~oci.response.Response`
|
4339
4339
|
|
4340
4340
|
:example:
|
4341
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_o_auth_partner_certificate.py.html>`__ to see an example of how to use create_o_auth_partner_certificate API.
|
4342
4342
|
"""
|
4343
4343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4344
4344
|
required_arguments = []
|
@@ -4456,7 +4456,7 @@ class IdentityDomainsClient(object):
|
|
4456
4456
|
:rtype: :class:`~oci.response.Response`
|
4457
4457
|
|
4458
4458
|
:example:
|
4459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
4460
4460
|
"""
|
4461
4461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4462
4462
|
required_arguments = []
|
@@ -4592,7 +4592,7 @@ class IdentityDomainsClient(object):
|
|
4592
4592
|
:rtype: :class:`~oci.response.Response`
|
4593
4593
|
|
4594
4594
|
:example:
|
4595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_policy.py.html>`__ to see an example of how to use create_policy API.
|
4596
4596
|
"""
|
4597
4597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4598
4598
|
required_arguments = []
|
@@ -4728,7 +4728,7 @@ class IdentityDomainsClient(object):
|
|
4728
4728
|
:rtype: :class:`~oci.response.Response`
|
4729
4729
|
|
4730
4730
|
:example:
|
4731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4731
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_rule.py.html>`__ to see an example of how to use create_rule API.
|
4732
4732
|
"""
|
4733
4733
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4734
4734
|
required_arguments = []
|
@@ -4864,7 +4864,7 @@ class IdentityDomainsClient(object):
|
|
4864
4864
|
:rtype: :class:`~oci.response.Response`
|
4865
4865
|
|
4866
4866
|
:example:
|
4867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
|
4868
4868
|
"""
|
4869
4869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4870
4870
|
required_arguments = []
|
@@ -5000,7 +5000,7 @@ class IdentityDomainsClient(object):
|
|
5000
5000
|
:rtype: :class:`~oci.response.Response`
|
5001
5001
|
|
5002
5002
|
:example:
|
5003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5003
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_self_registration_profile.py.html>`__ to see an example of how to use create_self_registration_profile API.
|
5004
5004
|
"""
|
5005
5005
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5006
5006
|
required_arguments = []
|
@@ -5136,7 +5136,7 @@ class IdentityDomainsClient(object):
|
|
5136
5136
|
:rtype: :class:`~oci.response.Response`
|
5137
5137
|
|
5138
5138
|
:example:
|
5139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
5140
5140
|
"""
|
5141
5141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5142
5142
|
required_arguments = []
|
@@ -5272,7 +5272,7 @@ class IdentityDomainsClient(object):
|
|
5272
5272
|
:rtype: :class:`~oci.response.Response`
|
5273
5273
|
|
5274
5274
|
:example:
|
5275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
5276
5276
|
"""
|
5277
5277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5278
5278
|
required_arguments = []
|
@@ -5408,7 +5408,7 @@ class IdentityDomainsClient(object):
|
|
5408
5408
|
:rtype: :class:`~oci.response.Response`
|
5409
5409
|
|
5410
5410
|
:example:
|
5411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
5412
5412
|
"""
|
5413
5413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5414
5414
|
required_arguments = []
|
@@ -5530,7 +5530,7 @@ class IdentityDomainsClient(object):
|
|
5530
5530
|
:rtype: :class:`~oci.response.Response`
|
5531
5531
|
|
5532
5532
|
:example:
|
5533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
5534
5534
|
"""
|
5535
5535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5536
5536
|
required_arguments = ['apiKeyId']
|
@@ -5651,7 +5651,7 @@ class IdentityDomainsClient(object):
|
|
5651
5651
|
:rtype: :class:`~oci.response.Response`
|
5652
5652
|
|
5653
5653
|
:example:
|
5654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
|
5655
5655
|
"""
|
5656
5656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5657
5657
|
required_arguments = ['appId']
|
@@ -5772,7 +5772,7 @@ class IdentityDomainsClient(object):
|
|
5772
5772
|
:rtype: :class:`~oci.response.Response`
|
5773
5773
|
|
5774
5774
|
:example:
|
5775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
|
5776
5776
|
"""
|
5777
5777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5778
5778
|
required_arguments = ['appRoleId']
|
@@ -5893,7 +5893,7 @@ class IdentityDomainsClient(object):
|
|
5893
5893
|
:rtype: :class:`~oci.response.Response`
|
5894
5894
|
|
5895
5895
|
:example:
|
5896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_approval_workflow.py.html>`__ to see an example of how to use delete_approval_workflow API.
|
5897
5897
|
"""
|
5898
5898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5899
5899
|
required_arguments = ['approvalWorkflowId']
|
@@ -6014,7 +6014,7 @@ class IdentityDomainsClient(object):
|
|
6014
6014
|
:rtype: :class:`~oci.response.Response`
|
6015
6015
|
|
6016
6016
|
:example:
|
6017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_approval_workflow_assignment.py.html>`__ to see an example of how to use delete_approval_workflow_assignment API.
|
6018
6018
|
"""
|
6019
6019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6020
6020
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -6135,7 +6135,7 @@ class IdentityDomainsClient(object):
|
|
6135
6135
|
:rtype: :class:`~oci.response.Response`
|
6136
6136
|
|
6137
6137
|
:example:
|
6138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_approval_workflow_step.py.html>`__ to see an example of how to use delete_approval_workflow_step API.
|
6139
6139
|
"""
|
6140
6140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6141
6141
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -6256,7 +6256,7 @@ class IdentityDomainsClient(object):
|
|
6256
6256
|
:rtype: :class:`~oci.response.Response`
|
6257
6257
|
|
6258
6258
|
:example:
|
6259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
6260
6260
|
"""
|
6261
6261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6262
6262
|
required_arguments = ['authTokenId']
|
@@ -6377,7 +6377,7 @@ class IdentityDomainsClient(object):
|
|
6377
6377
|
:rtype: :class:`~oci.response.Response`
|
6378
6378
|
|
6379
6379
|
:example:
|
6380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_cloud_gate.py.html>`__ to see an example of how to use delete_cloud_gate API.
|
6381
6381
|
"""
|
6382
6382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6383
6383
|
required_arguments = ['cloudGateId']
|
@@ -6498,7 +6498,7 @@ class IdentityDomainsClient(object):
|
|
6498
6498
|
:rtype: :class:`~oci.response.Response`
|
6499
6499
|
|
6500
6500
|
:example:
|
6501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_cloud_gate_mapping.py.html>`__ to see an example of how to use delete_cloud_gate_mapping API.
|
6502
6502
|
"""
|
6503
6503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6504
6504
|
required_arguments = ['cloudGateMappingId']
|
@@ -6619,7 +6619,7 @@ class IdentityDomainsClient(object):
|
|
6619
6619
|
:rtype: :class:`~oci.response.Response`
|
6620
6620
|
|
6621
6621
|
:example:
|
6622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_cloud_gate_server.py.html>`__ to see an example of how to use delete_cloud_gate_server API.
|
6623
6623
|
"""
|
6624
6624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6625
6625
|
required_arguments = ['cloudGateServerId']
|
@@ -6740,7 +6740,7 @@ class IdentityDomainsClient(object):
|
|
6740
6740
|
:rtype: :class:`~oci.response.Response`
|
6741
6741
|
|
6742
6742
|
:example:
|
6743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_condition.py.html>`__ to see an example of how to use delete_condition API.
|
6744
6744
|
"""
|
6745
6745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6746
6746
|
required_arguments = ['conditionId']
|
@@ -6861,7 +6861,7 @@ class IdentityDomainsClient(object):
|
|
6861
6861
|
:rtype: :class:`~oci.response.Response`
|
6862
6862
|
|
6863
6863
|
:example:
|
6864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
6865
6865
|
"""
|
6866
6866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6867
6867
|
required_arguments = ['customerSecretKeyId']
|
@@ -6982,7 +6982,7 @@ class IdentityDomainsClient(object):
|
|
6982
6982
|
:rtype: :class:`~oci.response.Response`
|
6983
6983
|
|
6984
6984
|
:example:
|
6985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
6986
6986
|
"""
|
6987
6987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6988
6988
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -7103,7 +7103,7 @@ class IdentityDomainsClient(object):
|
|
7103
7103
|
:rtype: :class:`~oci.response.Response`
|
7104
7104
|
|
7105
7105
|
:example:
|
7106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
|
7107
7107
|
"""
|
7108
7108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7109
7109
|
required_arguments = ['grantId']
|
@@ -7224,7 +7224,7 @@ class IdentityDomainsClient(object):
|
|
7224
7224
|
:rtype: :class:`~oci.response.Response`
|
7225
7225
|
|
7226
7226
|
:example:
|
7227
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7227
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
7228
7228
|
"""
|
7229
7229
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7230
7230
|
required_arguments = ['groupId']
|
@@ -7345,7 +7345,7 @@ class IdentityDomainsClient(object):
|
|
7345
7345
|
:rtype: :class:`~oci.response.Response`
|
7346
7346
|
|
7347
7347
|
:example:
|
7348
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_identity_propagation_trust.py.html>`__ to see an example of how to use delete_identity_propagation_trust API.
|
7349
7349
|
"""
|
7350
7350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7351
7351
|
required_arguments = ['identityPropagationTrustId']
|
@@ -7466,7 +7466,7 @@ class IdentityDomainsClient(object):
|
|
7466
7466
|
:rtype: :class:`~oci.response.Response`
|
7467
7467
|
|
7468
7468
|
:example:
|
7469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
7470
7470
|
"""
|
7471
7471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7472
7472
|
required_arguments = ['identityProviderId']
|
@@ -7587,7 +7587,7 @@ class IdentityDomainsClient(object):
|
|
7587
7587
|
:rtype: :class:`~oci.response.Response`
|
7588
7588
|
|
7589
7589
|
:example:
|
7590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
7591
7591
|
"""
|
7592
7592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7593
7593
|
required_arguments = ['myApiKeyId']
|
@@ -7708,7 +7708,7 @@ class IdentityDomainsClient(object):
|
|
7708
7708
|
:rtype: :class:`~oci.response.Response`
|
7709
7709
|
|
7710
7710
|
:example:
|
7711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
7712
7712
|
"""
|
7713
7713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7714
7714
|
required_arguments = ['myAuthTokenId']
|
@@ -7829,7 +7829,7 @@ class IdentityDomainsClient(object):
|
|
7829
7829
|
:rtype: :class:`~oci.response.Response`
|
7830
7830
|
|
7831
7831
|
:example:
|
7832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
7833
7833
|
"""
|
7834
7834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7835
7835
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -7950,7 +7950,7 @@ class IdentityDomainsClient(object):
|
|
7950
7950
|
:rtype: :class:`~oci.response.Response`
|
7951
7951
|
|
7952
7952
|
:example:
|
7953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
7954
7954
|
"""
|
7955
7955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7956
7956
|
required_arguments = ['myDeviceId']
|
@@ -8071,7 +8071,7 @@ class IdentityDomainsClient(object):
|
|
8071
8071
|
:rtype: :class:`~oci.response.Response`
|
8072
8072
|
|
8073
8073
|
:example:
|
8074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
|
8075
8075
|
"""
|
8076
8076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8077
8077
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -8192,7 +8192,7 @@ class IdentityDomainsClient(object):
|
|
8192
8192
|
:rtype: :class:`~oci.response.Response`
|
8193
8193
|
|
8194
8194
|
:example:
|
8195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
8196
8196
|
"""
|
8197
8197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8198
8198
|
required_arguments = ['mySmtpCredentialId']
|
@@ -8313,7 +8313,7 @@ class IdentityDomainsClient(object):
|
|
8313
8313
|
:rtype: :class:`~oci.response.Response`
|
8314
8314
|
|
8315
8315
|
:example:
|
8316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
8317
8317
|
"""
|
8318
8318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8319
8319
|
required_arguments = ['mySupportAccountId']
|
@@ -8434,7 +8434,7 @@ class IdentityDomainsClient(object):
|
|
8434
8434
|
:rtype: :class:`~oci.response.Response`
|
8435
8435
|
|
8436
8436
|
:example:
|
8437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
8438
8438
|
"""
|
8439
8439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8440
8440
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -8555,7 +8555,7 @@ class IdentityDomainsClient(object):
|
|
8555
8555
|
:rtype: :class:`~oci.response.Response`
|
8556
8556
|
|
8557
8557
|
:example:
|
8558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
8559
8559
|
"""
|
8560
8560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8561
8561
|
required_arguments = ['myUserDbCredentialId']
|
@@ -8676,7 +8676,7 @@ class IdentityDomainsClient(object):
|
|
8676
8676
|
:rtype: :class:`~oci.response.Response`
|
8677
8677
|
|
8678
8678
|
:example:
|
8679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_network_perimeter.py.html>`__ to see an example of how to use delete_network_perimeter API.
|
8680
8680
|
"""
|
8681
8681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8682
8682
|
required_arguments = ['networkPerimeterId']
|
@@ -8797,7 +8797,7 @@ class IdentityDomainsClient(object):
|
|
8797
8797
|
:rtype: :class:`~oci.response.Response`
|
8798
8798
|
|
8799
8799
|
:example:
|
8800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
8801
8801
|
"""
|
8802
8802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8803
8803
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -8918,7 +8918,7 @@ class IdentityDomainsClient(object):
|
|
8918
8918
|
:rtype: :class:`~oci.response.Response`
|
8919
8919
|
|
8920
8920
|
:example:
|
8921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_o_auth_client_certificate.py.html>`__ to see an example of how to use delete_o_auth_client_certificate API.
|
8922
8922
|
"""
|
8923
8923
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8924
8924
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -9039,7 +9039,7 @@ class IdentityDomainsClient(object):
|
|
9039
9039
|
:rtype: :class:`~oci.response.Response`
|
9040
9040
|
|
9041
9041
|
:example:
|
9042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_o_auth_partner_certificate.py.html>`__ to see an example of how to use delete_o_auth_partner_certificate API.
|
9043
9043
|
"""
|
9044
9044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9045
9045
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -9160,7 +9160,7 @@ class IdentityDomainsClient(object):
|
|
9160
9160
|
:rtype: :class:`~oci.response.Response`
|
9161
9161
|
|
9162
9162
|
:example:
|
9163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
9164
9164
|
"""
|
9165
9165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9166
9166
|
required_arguments = ['passwordPolicyId']
|
@@ -9281,7 +9281,7 @@ class IdentityDomainsClient(object):
|
|
9281
9281
|
:rtype: :class:`~oci.response.Response`
|
9282
9282
|
|
9283
9283
|
:example:
|
9284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_policy.py.html>`__ to see an example of how to use delete_policy API.
|
9285
9285
|
"""
|
9286
9286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9287
9287
|
required_arguments = ['policyId']
|
@@ -9402,7 +9402,7 @@ class IdentityDomainsClient(object):
|
|
9402
9402
|
:rtype: :class:`~oci.response.Response`
|
9403
9403
|
|
9404
9404
|
:example:
|
9405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_rule.py.html>`__ to see an example of how to use delete_rule API.
|
9406
9406
|
"""
|
9407
9407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9408
9408
|
required_arguments = ['ruleId']
|
@@ -9523,7 +9523,7 @@ class IdentityDomainsClient(object):
|
|
9523
9523
|
:rtype: :class:`~oci.response.Response`
|
9524
9524
|
|
9525
9525
|
:example:
|
9526
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9526
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
|
9527
9527
|
"""
|
9528
9528
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9529
9529
|
required_arguments = ['securityQuestionId']
|
@@ -9644,7 +9644,7 @@ class IdentityDomainsClient(object):
|
|
9644
9644
|
:rtype: :class:`~oci.response.Response`
|
9645
9645
|
|
9646
9646
|
:example:
|
9647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_self_registration_profile.py.html>`__ to see an example of how to use delete_self_registration_profile API.
|
9648
9648
|
"""
|
9649
9649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9650
9650
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -9765,7 +9765,7 @@ class IdentityDomainsClient(object):
|
|
9765
9765
|
:rtype: :class:`~oci.response.Response`
|
9766
9766
|
|
9767
9767
|
:example:
|
9768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
9769
9769
|
"""
|
9770
9770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9771
9771
|
required_arguments = ['smtpCredentialId']
|
@@ -9886,7 +9886,7 @@ class IdentityDomainsClient(object):
|
|
9886
9886
|
:rtype: :class:`~oci.response.Response`
|
9887
9887
|
|
9888
9888
|
:example:
|
9889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
9890
9890
|
"""
|
9891
9891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9892
9892
|
required_arguments = ['userId']
|
@@ -10007,7 +10007,7 @@ class IdentityDomainsClient(object):
|
|
10007
10007
|
:rtype: :class:`~oci.response.Response`
|
10008
10008
|
|
10009
10009
|
:example:
|
10010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
10011
10011
|
"""
|
10012
10012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10013
10013
|
required_arguments = ['userDbCredentialId']
|
@@ -10130,7 +10130,7 @@ class IdentityDomainsClient(object):
|
|
10130
10130
|
:rtype: :class:`~oci.response.Response`
|
10131
10131
|
|
10132
10132
|
:example:
|
10133
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10133
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
|
10134
10134
|
"""
|
10135
10135
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10136
10136
|
required_arguments = ['accountMgmtInfoId']
|
@@ -10263,7 +10263,7 @@ class IdentityDomainsClient(object):
|
|
10263
10263
|
:rtype: :class:`~oci.response.Response`
|
10264
10264
|
|
10265
10265
|
:example:
|
10266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
|
10267
10267
|
"""
|
10268
10268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10269
10269
|
required_arguments = ['accountRecoverySettingId']
|
@@ -10396,7 +10396,7 @@ class IdentityDomainsClient(object):
|
|
10396
10396
|
:rtype: :class:`~oci.response.Response`
|
10397
10397
|
|
10398
10398
|
:example:
|
10399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
10400
10400
|
"""
|
10401
10401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10402
10402
|
required_arguments = ['apiKeyId']
|
@@ -10529,7 +10529,7 @@ class IdentityDomainsClient(object):
|
|
10529
10529
|
:rtype: :class:`~oci.response.Response`
|
10530
10530
|
|
10531
10531
|
:example:
|
10532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
|
10533
10533
|
"""
|
10534
10534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10535
10535
|
required_arguments = ['appId']
|
@@ -10662,7 +10662,7 @@ class IdentityDomainsClient(object):
|
|
10662
10662
|
:rtype: :class:`~oci.response.Response`
|
10663
10663
|
|
10664
10664
|
:example:
|
10665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
|
10666
10666
|
"""
|
10667
10667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10668
10668
|
required_arguments = ['appRoleId']
|
@@ -10795,7 +10795,7 @@ class IdentityDomainsClient(object):
|
|
10795
10795
|
:rtype: :class:`~oci.response.Response`
|
10796
10796
|
|
10797
10797
|
:example:
|
10798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_approval_workflow.py.html>`__ to see an example of how to use get_approval_workflow API.
|
10799
10799
|
"""
|
10800
10800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10801
10801
|
required_arguments = ['approvalWorkflowId']
|
@@ -10928,7 +10928,7 @@ class IdentityDomainsClient(object):
|
|
10928
10928
|
:rtype: :class:`~oci.response.Response`
|
10929
10929
|
|
10930
10930
|
:example:
|
10931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_approval_workflow_assignment.py.html>`__ to see an example of how to use get_approval_workflow_assignment API.
|
10932
10932
|
"""
|
10933
10933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10934
10934
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -11061,7 +11061,7 @@ class IdentityDomainsClient(object):
|
|
11061
11061
|
:rtype: :class:`~oci.response.Response`
|
11062
11062
|
|
11063
11063
|
:example:
|
11064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_approval_workflow_step.py.html>`__ to see an example of how to use get_approval_workflow_step API.
|
11065
11065
|
"""
|
11066
11066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11067
11067
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -11194,7 +11194,7 @@ class IdentityDomainsClient(object):
|
|
11194
11194
|
:rtype: :class:`~oci.response.Response`
|
11195
11195
|
|
11196
11196
|
:example:
|
11197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
11198
11198
|
"""
|
11199
11199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11200
11200
|
required_arguments = ['authTokenId']
|
@@ -11327,7 +11327,7 @@ class IdentityDomainsClient(object):
|
|
11327
11327
|
:rtype: :class:`~oci.response.Response`
|
11328
11328
|
|
11329
11329
|
:example:
|
11330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
11331
11331
|
"""
|
11332
11332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11333
11333
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -11460,7 +11460,7 @@ class IdentityDomainsClient(object):
|
|
11460
11460
|
:rtype: :class:`~oci.response.Response`
|
11461
11461
|
|
11462
11462
|
:example:
|
11463
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_branding_setting.py.html>`__ to see an example of how to use get_branding_setting API.
|
11464
11464
|
"""
|
11465
11465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11466
11466
|
required_arguments = ['brandingSettingId']
|
@@ -11593,7 +11593,7 @@ class IdentityDomainsClient(object):
|
|
11593
11593
|
:rtype: :class:`~oci.response.Response`
|
11594
11594
|
|
11595
11595
|
:example:
|
11596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_cloud_gate.py.html>`__ to see an example of how to use get_cloud_gate API.
|
11597
11597
|
"""
|
11598
11598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11599
11599
|
required_arguments = ['cloudGateId']
|
@@ -11726,7 +11726,7 @@ class IdentityDomainsClient(object):
|
|
11726
11726
|
:rtype: :class:`~oci.response.Response`
|
11727
11727
|
|
11728
11728
|
:example:
|
11729
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11729
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_cloud_gate_mapping.py.html>`__ to see an example of how to use get_cloud_gate_mapping API.
|
11730
11730
|
"""
|
11731
11731
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11732
11732
|
required_arguments = ['cloudGateMappingId']
|
@@ -11859,7 +11859,7 @@ class IdentityDomainsClient(object):
|
|
11859
11859
|
:rtype: :class:`~oci.response.Response`
|
11860
11860
|
|
11861
11861
|
:example:
|
11862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_cloud_gate_server.py.html>`__ to see an example of how to use get_cloud_gate_server API.
|
11863
11863
|
"""
|
11864
11864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11865
11865
|
required_arguments = ['cloudGateServerId']
|
@@ -11992,7 +11992,7 @@ class IdentityDomainsClient(object):
|
|
11992
11992
|
:rtype: :class:`~oci.response.Response`
|
11993
11993
|
|
11994
11994
|
:example:
|
11995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_condition.py.html>`__ to see an example of how to use get_condition API.
|
11996
11996
|
"""
|
11997
11997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11998
11998
|
required_arguments = ['conditionId']
|
@@ -12125,7 +12125,7 @@ class IdentityDomainsClient(object):
|
|
12125
12125
|
:rtype: :class:`~oci.response.Response`
|
12126
12126
|
|
12127
12127
|
:example:
|
12128
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
12129
12129
|
"""
|
12130
12130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12131
12131
|
required_arguments = ['customerSecretKeyId']
|
@@ -12258,7 +12258,7 @@ class IdentityDomainsClient(object):
|
|
12258
12258
|
:rtype: :class:`~oci.response.Response`
|
12259
12259
|
|
12260
12260
|
:example:
|
12261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
12262
12262
|
"""
|
12263
12263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12264
12264
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -12391,7 +12391,7 @@ class IdentityDomainsClient(object):
|
|
12391
12391
|
:rtype: :class:`~oci.response.Response`
|
12392
12392
|
|
12393
12393
|
:example:
|
12394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
|
12395
12395
|
"""
|
12396
12396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12397
12397
|
required_arguments = ['grantId']
|
@@ -12524,7 +12524,7 @@ class IdentityDomainsClient(object):
|
|
12524
12524
|
:rtype: :class:`~oci.response.Response`
|
12525
12525
|
|
12526
12526
|
:example:
|
12527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
12528
12528
|
"""
|
12529
12529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12530
12530
|
required_arguments = ['groupId']
|
@@ -12657,7 +12657,7 @@ class IdentityDomainsClient(object):
|
|
12657
12657
|
:rtype: :class:`~oci.response.Response`
|
12658
12658
|
|
12659
12659
|
:example:
|
12660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_identity_propagation_trust.py.html>`__ to see an example of how to use get_identity_propagation_trust API.
|
12661
12661
|
"""
|
12662
12662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12663
12663
|
required_arguments = ['identityPropagationTrustId']
|
@@ -12790,7 +12790,7 @@ class IdentityDomainsClient(object):
|
|
12790
12790
|
:rtype: :class:`~oci.response.Response`
|
12791
12791
|
|
12792
12792
|
:example:
|
12793
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12793
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
12794
12794
|
"""
|
12795
12795
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12796
12796
|
required_arguments = ['identityProviderId']
|
@@ -12923,7 +12923,7 @@ class IdentityDomainsClient(object):
|
|
12923
12923
|
:rtype: :class:`~oci.response.Response`
|
12924
12924
|
|
12925
12925
|
:example:
|
12926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
|
12927
12927
|
"""
|
12928
12928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12929
12929
|
required_arguments = ['identitySettingId']
|
@@ -13056,7 +13056,7 @@ class IdentityDomainsClient(object):
|
|
13056
13056
|
:rtype: :class:`~oci.response.Response`
|
13057
13057
|
|
13058
13058
|
:example:
|
13059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
13060
13060
|
"""
|
13061
13061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13062
13062
|
required_arguments = ['kmsiSettingId']
|
@@ -13186,7 +13186,7 @@ class IdentityDomainsClient(object):
|
|
13186
13186
|
:rtype: :class:`~oci.response.Response`
|
13187
13187
|
|
13188
13188
|
:example:
|
13189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
13190
13190
|
"""
|
13191
13191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13192
13192
|
required_arguments = []
|
@@ -13299,7 +13299,7 @@ class IdentityDomainsClient(object):
|
|
13299
13299
|
:rtype: :class:`~oci.response.Response`
|
13300
13300
|
|
13301
13301
|
:example:
|
13302
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13302
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
13303
13303
|
"""
|
13304
13304
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13305
13305
|
required_arguments = ['myApiKeyId']
|
@@ -13406,7 +13406,7 @@ class IdentityDomainsClient(object):
|
|
13406
13406
|
:rtype: :class:`~oci.response.Response`
|
13407
13407
|
|
13408
13408
|
:example:
|
13409
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
13410
13410
|
"""
|
13411
13411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13412
13412
|
required_arguments = ['myAuthTokenId']
|
@@ -13513,7 +13513,7 @@ class IdentityDomainsClient(object):
|
|
13513
13513
|
:rtype: :class:`~oci.response.Response`
|
13514
13514
|
|
13515
13515
|
:example:
|
13516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_completed_approval.py.html>`__ to see an example of how to use get_my_completed_approval API.
|
13517
13517
|
"""
|
13518
13518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13519
13519
|
required_arguments = ['myCompletedApprovalId']
|
@@ -13620,7 +13620,7 @@ class IdentityDomainsClient(object):
|
|
13620
13620
|
:rtype: :class:`~oci.response.Response`
|
13621
13621
|
|
13622
13622
|
:example:
|
13623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
13624
13624
|
"""
|
13625
13625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13626
13626
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -13735,7 +13735,7 @@ class IdentityDomainsClient(object):
|
|
13735
13735
|
:rtype: :class:`~oci.response.Response`
|
13736
13736
|
|
13737
13737
|
:example:
|
13738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
13739
13739
|
"""
|
13740
13740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13741
13741
|
required_arguments = ['myDeviceId']
|
@@ -13860,7 +13860,7 @@ class IdentityDomainsClient(object):
|
|
13860
13860
|
:rtype: :class:`~oci.response.Response`
|
13861
13861
|
|
13862
13862
|
:example:
|
13863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
|
13864
13864
|
"""
|
13865
13865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13866
13866
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -13967,7 +13967,7 @@ class IdentityDomainsClient(object):
|
|
13967
13967
|
:rtype: :class:`~oci.response.Response`
|
13968
13968
|
|
13969
13969
|
:example:
|
13970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_pending_approval.py.html>`__ to see an example of how to use get_my_pending_approval API.
|
13971
13971
|
"""
|
13972
13972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13973
13973
|
required_arguments = ['myPendingApprovalId']
|
@@ -14082,7 +14082,7 @@ class IdentityDomainsClient(object):
|
|
14082
14082
|
:rtype: :class:`~oci.response.Response`
|
14083
14083
|
|
14084
14084
|
:example:
|
14085
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14085
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_request.py.html>`__ to see an example of how to use get_my_request API.
|
14086
14086
|
"""
|
14087
14087
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14088
14088
|
required_arguments = ['myRequestId']
|
@@ -14207,7 +14207,7 @@ class IdentityDomainsClient(object):
|
|
14207
14207
|
:rtype: :class:`~oci.response.Response`
|
14208
14208
|
|
14209
14209
|
:example:
|
14210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
14211
14211
|
"""
|
14212
14212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14213
14213
|
required_arguments = ['mySmtpCredentialId']
|
@@ -14314,7 +14314,7 @@ class IdentityDomainsClient(object):
|
|
14314
14314
|
:rtype: :class:`~oci.response.Response`
|
14315
14315
|
|
14316
14316
|
:example:
|
14317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
14318
14318
|
"""
|
14319
14319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14320
14320
|
required_arguments = ['mySupportAccountId']
|
@@ -14429,7 +14429,7 @@ class IdentityDomainsClient(object):
|
|
14429
14429
|
:rtype: :class:`~oci.response.Response`
|
14430
14430
|
|
14431
14431
|
:example:
|
14432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
14433
14433
|
"""
|
14434
14434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14435
14435
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -14554,7 +14554,7 @@ class IdentityDomainsClient(object):
|
|
14554
14554
|
:rtype: :class:`~oci.response.Response`
|
14555
14555
|
|
14556
14556
|
:example:
|
14557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
14558
14558
|
"""
|
14559
14559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14560
14560
|
required_arguments = ['myUserDbCredentialId']
|
@@ -14669,7 +14669,7 @@ class IdentityDomainsClient(object):
|
|
14669
14669
|
:rtype: :class:`~oci.response.Response`
|
14670
14670
|
|
14671
14671
|
:example:
|
14672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_network_perimeter.py.html>`__ to see an example of how to use get_network_perimeter API.
|
14673
14673
|
"""
|
14674
14674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14675
14675
|
required_arguments = ['networkPerimeterId']
|
@@ -14802,7 +14802,7 @@ class IdentityDomainsClient(object):
|
|
14802
14802
|
:rtype: :class:`~oci.response.Response`
|
14803
14803
|
|
14804
14804
|
:example:
|
14805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_notification_setting.py.html>`__ to see an example of how to use get_notification_setting API.
|
14806
14806
|
"""
|
14807
14807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14808
14808
|
required_arguments = ['notificationSettingId']
|
@@ -14935,7 +14935,7 @@ class IdentityDomainsClient(object):
|
|
14935
14935
|
:rtype: :class:`~oci.response.Response`
|
14936
14936
|
|
14937
14937
|
:example:
|
14938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
14939
14939
|
"""
|
14940
14940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14941
14941
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -15060,7 +15060,7 @@ class IdentityDomainsClient(object):
|
|
15060
15060
|
:rtype: :class:`~oci.response.Response`
|
15061
15061
|
|
15062
15062
|
:example:
|
15063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_o_auth_client_certificate.py.html>`__ to see an example of how to use get_o_auth_client_certificate API.
|
15064
15064
|
"""
|
15065
15065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15066
15066
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -15167,7 +15167,7 @@ class IdentityDomainsClient(object):
|
|
15167
15167
|
:rtype: :class:`~oci.response.Response`
|
15168
15168
|
|
15169
15169
|
:example:
|
15170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_o_auth_partner_certificate.py.html>`__ to see an example of how to use get_o_auth_partner_certificate API.
|
15171
15171
|
"""
|
15172
15172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15173
15173
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -15282,7 +15282,7 @@ class IdentityDomainsClient(object):
|
|
15282
15282
|
:rtype: :class:`~oci.response.Response`
|
15283
15283
|
|
15284
15284
|
:example:
|
15285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
15286
15286
|
"""
|
15287
15287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15288
15288
|
required_arguments = ['passwordPolicyId']
|
@@ -15415,7 +15415,7 @@ class IdentityDomainsClient(object):
|
|
15415
15415
|
:rtype: :class:`~oci.response.Response`
|
15416
15416
|
|
15417
15417
|
:example:
|
15418
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15418
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_policy.py.html>`__ to see an example of how to use get_policy API.
|
15419
15419
|
"""
|
15420
15420
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15421
15421
|
required_arguments = ['policyId']
|
@@ -15548,7 +15548,7 @@ class IdentityDomainsClient(object):
|
|
15548
15548
|
:rtype: :class:`~oci.response.Response`
|
15549
15549
|
|
15550
15550
|
:example:
|
15551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_rule.py.html>`__ to see an example of how to use get_rule API.
|
15552
15552
|
"""
|
15553
15553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15554
15554
|
required_arguments = ['ruleId']
|
@@ -15673,7 +15673,7 @@ class IdentityDomainsClient(object):
|
|
15673
15673
|
:rtype: :class:`~oci.response.Response`
|
15674
15674
|
|
15675
15675
|
:example:
|
15676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_schema.py.html>`__ to see an example of how to use get_schema API.
|
15677
15677
|
"""
|
15678
15678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15679
15679
|
required_arguments = ['schemaId']
|
@@ -15788,7 +15788,7 @@ class IdentityDomainsClient(object):
|
|
15788
15788
|
:rtype: :class:`~oci.response.Response`
|
15789
15789
|
|
15790
15790
|
:example:
|
15791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
|
15792
15792
|
"""
|
15793
15793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15794
15794
|
required_arguments = ['securityQuestionId']
|
@@ -15921,7 +15921,7 @@ class IdentityDomainsClient(object):
|
|
15921
15921
|
:rtype: :class:`~oci.response.Response`
|
15922
15922
|
|
15923
15923
|
:example:
|
15924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
|
15925
15925
|
"""
|
15926
15926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15927
15927
|
required_arguments = ['securityQuestionSettingId']
|
@@ -16054,7 +16054,7 @@ class IdentityDomainsClient(object):
|
|
16054
16054
|
:rtype: :class:`~oci.response.Response`
|
16055
16055
|
|
16056
16056
|
:example:
|
16057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_self_registration_profile.py.html>`__ to see an example of how to use get_self_registration_profile API.
|
16058
16058
|
"""
|
16059
16059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16060
16060
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -16187,7 +16187,7 @@ class IdentityDomainsClient(object):
|
|
16187
16187
|
:rtype: :class:`~oci.response.Response`
|
16188
16188
|
|
16189
16189
|
:example:
|
16190
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16190
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_setting.py.html>`__ to see an example of how to use get_setting API.
|
16191
16191
|
"""
|
16192
16192
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16193
16193
|
required_arguments = ['settingId']
|
@@ -16320,7 +16320,7 @@ class IdentityDomainsClient(object):
|
|
16320
16320
|
:rtype: :class:`~oci.response.Response`
|
16321
16321
|
|
16322
16322
|
:example:
|
16323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
16324
16324
|
"""
|
16325
16325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16326
16326
|
required_arguments = ['smtpCredentialId']
|
@@ -16453,7 +16453,7 @@ class IdentityDomainsClient(object):
|
|
16453
16453
|
:rtype: :class:`~oci.response.Response`
|
16454
16454
|
|
16455
16455
|
:example:
|
16456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
16457
16457
|
"""
|
16458
16458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16459
16459
|
required_arguments = ['userId']
|
@@ -16586,7 +16586,7 @@ class IdentityDomainsClient(object):
|
|
16586
16586
|
:rtype: :class:`~oci.response.Response`
|
16587
16587
|
|
16588
16588
|
:example:
|
16589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
|
16590
16590
|
"""
|
16591
16591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16592
16592
|
required_arguments = ['userAttributesSettingId']
|
@@ -16719,7 +16719,7 @@ class IdentityDomainsClient(object):
|
|
16719
16719
|
:rtype: :class:`~oci.response.Response`
|
16720
16720
|
|
16721
16721
|
:example:
|
16722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
16723
16723
|
"""
|
16724
16724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16725
16725
|
required_arguments = ['userDbCredentialId']
|
@@ -16874,7 +16874,7 @@ class IdentityDomainsClient(object):
|
|
16874
16874
|
:rtype: :class:`~oci.response.Response`
|
16875
16875
|
|
16876
16876
|
:example:
|
16877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
|
16878
16878
|
"""
|
16879
16879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16880
16880
|
required_arguments = []
|
@@ -17019,7 +17019,7 @@ class IdentityDomainsClient(object):
|
|
17019
17019
|
:rtype: :class:`~oci.response.Response`
|
17020
17020
|
|
17021
17021
|
:example:
|
17022
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17022
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
|
17023
17023
|
"""
|
17024
17024
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17025
17025
|
required_arguments = []
|
@@ -17166,7 +17166,7 @@ class IdentityDomainsClient(object):
|
|
17166
17166
|
:rtype: :class:`~oci.response.Response`
|
17167
17167
|
|
17168
17168
|
:example:
|
17169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
17170
17170
|
"""
|
17171
17171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17172
17172
|
required_arguments = []
|
@@ -17330,7 +17330,7 @@ class IdentityDomainsClient(object):
|
|
17330
17330
|
:rtype: :class:`~oci.response.Response`
|
17331
17331
|
|
17332
17332
|
:example:
|
17333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
|
17334
17334
|
"""
|
17335
17335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17336
17336
|
required_arguments = []
|
@@ -17494,7 +17494,7 @@ class IdentityDomainsClient(object):
|
|
17494
17494
|
:rtype: :class:`~oci.response.Response`
|
17495
17495
|
|
17496
17496
|
:example:
|
17497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_approval_workflow_assignments.py.html>`__ to see an example of how to use list_approval_workflow_assignments API.
|
17498
17498
|
"""
|
17499
17499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17500
17500
|
required_arguments = []
|
@@ -17658,7 +17658,7 @@ class IdentityDomainsClient(object):
|
|
17658
17658
|
:rtype: :class:`~oci.response.Response`
|
17659
17659
|
|
17660
17660
|
:example:
|
17661
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_approval_workflow_steps.py.html>`__ to see an example of how to use list_approval_workflow_steps API.
|
17662
17662
|
"""
|
17663
17663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17664
17664
|
required_arguments = []
|
@@ -17822,7 +17822,7 @@ class IdentityDomainsClient(object):
|
|
17822
17822
|
:rtype: :class:`~oci.response.Response`
|
17823
17823
|
|
17824
17824
|
:example:
|
17825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_approval_workflows.py.html>`__ to see an example of how to use list_approval_workflows API.
|
17826
17826
|
"""
|
17827
17827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17828
17828
|
required_arguments = []
|
@@ -17986,7 +17986,7 @@ class IdentityDomainsClient(object):
|
|
17986
17986
|
:rtype: :class:`~oci.response.Response`
|
17987
17987
|
|
17988
17988
|
:example:
|
17989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
|
17990
17990
|
"""
|
17991
17991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17992
17992
|
required_arguments = []
|
@@ -18150,7 +18150,7 @@ class IdentityDomainsClient(object):
|
|
18150
18150
|
:rtype: :class:`~oci.response.Response`
|
18151
18151
|
|
18152
18152
|
:example:
|
18153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
18154
18154
|
"""
|
18155
18155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18156
18156
|
required_arguments = []
|
@@ -18295,7 +18295,7 @@ class IdentityDomainsClient(object):
|
|
18295
18295
|
:rtype: :class:`~oci.response.Response`
|
18296
18296
|
|
18297
18297
|
:example:
|
18298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
18299
18299
|
"""
|
18300
18300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18301
18301
|
required_arguments = []
|
@@ -18423,7 +18423,7 @@ class IdentityDomainsClient(object):
|
|
18423
18423
|
:rtype: :class:`~oci.response.Response`
|
18424
18424
|
|
18425
18425
|
:example:
|
18426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_branding_settings.py.html>`__ to see an example of how to use list_branding_settings API.
|
18427
18427
|
"""
|
18428
18428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18429
18429
|
required_arguments = []
|
@@ -18570,7 +18570,7 @@ class IdentityDomainsClient(object):
|
|
18570
18570
|
:rtype: :class:`~oci.response.Response`
|
18571
18571
|
|
18572
18572
|
:example:
|
18573
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_cloud_gate_mappings.py.html>`__ to see an example of how to use list_cloud_gate_mappings API.
|
18574
18574
|
"""
|
18575
18575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18576
18576
|
required_arguments = []
|
@@ -18734,7 +18734,7 @@ class IdentityDomainsClient(object):
|
|
18734
18734
|
:rtype: :class:`~oci.response.Response`
|
18735
18735
|
|
18736
18736
|
:example:
|
18737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_cloud_gate_servers.py.html>`__ to see an example of how to use list_cloud_gate_servers API.
|
18738
18738
|
"""
|
18739
18739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18740
18740
|
required_arguments = []
|
@@ -18898,7 +18898,7 @@ class IdentityDomainsClient(object):
|
|
18898
18898
|
:rtype: :class:`~oci.response.Response`
|
18899
18899
|
|
18900
18900
|
:example:
|
18901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_cloud_gates.py.html>`__ to see an example of how to use list_cloud_gates API.
|
18902
18902
|
"""
|
18903
18903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18904
18904
|
required_arguments = []
|
@@ -19062,7 +19062,7 @@ class IdentityDomainsClient(object):
|
|
19062
19062
|
:rtype: :class:`~oci.response.Response`
|
19063
19063
|
|
19064
19064
|
:example:
|
19065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_conditions.py.html>`__ to see an example of how to use list_conditions API.
|
19066
19066
|
"""
|
19067
19067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19068
19068
|
required_arguments = []
|
@@ -19226,7 +19226,7 @@ class IdentityDomainsClient(object):
|
|
19226
19226
|
:rtype: :class:`~oci.response.Response`
|
19227
19227
|
|
19228
19228
|
:example:
|
19229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
19230
19230
|
"""
|
19231
19231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19232
19232
|
required_arguments = []
|
@@ -19390,7 +19390,7 @@ class IdentityDomainsClient(object):
|
|
19390
19390
|
:rtype: :class:`~oci.response.Response`
|
19391
19391
|
|
19392
19392
|
:example:
|
19393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
19394
19394
|
"""
|
19395
19395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19396
19396
|
required_arguments = []
|
@@ -19554,7 +19554,7 @@ class IdentityDomainsClient(object):
|
|
19554
19554
|
:rtype: :class:`~oci.response.Response`
|
19555
19555
|
|
19556
19556
|
:example:
|
19557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
19558
19558
|
"""
|
19559
19559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19560
19560
|
required_arguments = []
|
@@ -19718,7 +19718,7 @@ class IdentityDomainsClient(object):
|
|
19718
19718
|
:rtype: :class:`~oci.response.Response`
|
19719
19719
|
|
19720
19720
|
:example:
|
19721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
19722
19722
|
"""
|
19723
19723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19724
19724
|
required_arguments = []
|
@@ -19882,7 +19882,7 @@ class IdentityDomainsClient(object):
|
|
19882
19882
|
:rtype: :class:`~oci.response.Response`
|
19883
19883
|
|
19884
19884
|
:example:
|
19885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_identity_propagation_trusts.py.html>`__ to see an example of how to use list_identity_propagation_trusts API.
|
19886
19886
|
"""
|
19887
19887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19888
19888
|
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.128.
|
20049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
20050
20050
|
"""
|
20051
20051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20052
20052
|
required_arguments = []
|
@@ -20191,7 +20191,7 @@ class IdentityDomainsClient(object):
|
|
20191
20191
|
:rtype: :class:`~oci.response.Response`
|
20192
20192
|
|
20193
20193
|
:example:
|
20194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
|
20195
20195
|
"""
|
20196
20196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20197
20197
|
required_arguments = []
|
@@ -20319,7 +20319,7 @@ class IdentityDomainsClient(object):
|
|
20319
20319
|
:rtype: :class:`~oci.response.Response`
|
20320
20320
|
|
20321
20321
|
:example:
|
20322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
20323
20323
|
"""
|
20324
20324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20325
20325
|
required_arguments = []
|
@@ -20458,7 +20458,7 @@ class IdentityDomainsClient(object):
|
|
20458
20458
|
:rtype: :class:`~oci.response.Response`
|
20459
20459
|
|
20460
20460
|
:example:
|
20461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
20462
20462
|
"""
|
20463
20463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20464
20464
|
required_arguments = []
|
@@ -20602,7 +20602,7 @@ class IdentityDomainsClient(object):
|
|
20602
20602
|
:rtype: :class:`~oci.response.Response`
|
20603
20603
|
|
20604
20604
|
:example:
|
20605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
|
20606
20606
|
"""
|
20607
20607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20608
20608
|
required_arguments = []
|
@@ -20746,7 +20746,7 @@ class IdentityDomainsClient(object):
|
|
20746
20746
|
:rtype: :class:`~oci.response.Response`
|
20747
20747
|
|
20748
20748
|
:example:
|
20749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
20750
20750
|
"""
|
20751
20751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20752
20752
|
required_arguments = []
|
@@ -20890,7 +20890,7 @@ class IdentityDomainsClient(object):
|
|
20890
20890
|
:rtype: :class:`~oci.response.Response`
|
20891
20891
|
|
20892
20892
|
:example:
|
20893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_completed_approvals.py.html>`__ to see an example of how to use list_my_completed_approvals API.
|
20894
20894
|
"""
|
20895
20895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20896
20896
|
required_arguments = []
|
@@ -21034,7 +21034,7 @@ class IdentityDomainsClient(object):
|
|
21034
21034
|
:rtype: :class:`~oci.response.Response`
|
21035
21035
|
|
21036
21036
|
:example:
|
21037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21037
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
21038
21038
|
"""
|
21039
21039
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21040
21040
|
required_arguments = []
|
@@ -21186,7 +21186,7 @@ class IdentityDomainsClient(object):
|
|
21186
21186
|
:rtype: :class:`~oci.response.Response`
|
21187
21187
|
|
21188
21188
|
:example:
|
21189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
21190
21190
|
"""
|
21191
21191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21192
21192
|
required_arguments = []
|
@@ -21350,7 +21350,7 @@ class IdentityDomainsClient(object):
|
|
21350
21350
|
:rtype: :class:`~oci.response.Response`
|
21351
21351
|
|
21352
21352
|
:example:
|
21353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
21354
21354
|
"""
|
21355
21355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21356
21356
|
required_arguments = []
|
@@ -21506,7 +21506,7 @@ class IdentityDomainsClient(object):
|
|
21506
21506
|
:rtype: :class:`~oci.response.Response`
|
21507
21507
|
|
21508
21508
|
:example:
|
21509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
|
21510
21510
|
"""
|
21511
21511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21512
21512
|
required_arguments = []
|
@@ -21650,7 +21650,7 @@ class IdentityDomainsClient(object):
|
|
21650
21650
|
:rtype: :class:`~oci.response.Response`
|
21651
21651
|
|
21652
21652
|
:example:
|
21653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_pending_approvals.py.html>`__ to see an example of how to use list_my_pending_approvals API.
|
21654
21654
|
"""
|
21655
21655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21656
21656
|
required_arguments = []
|
@@ -21794,7 +21794,7 @@ class IdentityDomainsClient(object):
|
|
21794
21794
|
:rtype: :class:`~oci.response.Response`
|
21795
21795
|
|
21796
21796
|
:example:
|
21797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
|
21798
21798
|
"""
|
21799
21799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21800
21800
|
required_arguments = []
|
@@ -21946,7 +21946,7 @@ class IdentityDomainsClient(object):
|
|
21946
21946
|
:rtype: :class:`~oci.response.Response`
|
21947
21947
|
|
21948
21948
|
:example:
|
21949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
|
21950
21950
|
"""
|
21951
21951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21952
21952
|
required_arguments = []
|
@@ -22102,7 +22102,7 @@ class IdentityDomainsClient(object):
|
|
22102
22102
|
:rtype: :class:`~oci.response.Response`
|
22103
22103
|
|
22104
22104
|
:example:
|
22105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
22106
22106
|
"""
|
22107
22107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22108
22108
|
required_arguments = []
|
@@ -22246,7 +22246,7 @@ class IdentityDomainsClient(object):
|
|
22246
22246
|
:rtype: :class:`~oci.response.Response`
|
22247
22247
|
|
22248
22248
|
:example:
|
22249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
22250
22250
|
"""
|
22251
22251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22252
22252
|
required_arguments = []
|
@@ -22398,7 +22398,7 @@ class IdentityDomainsClient(object):
|
|
22398
22398
|
:rtype: :class:`~oci.response.Response`
|
22399
22399
|
|
22400
22400
|
:example:
|
22401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
22402
22402
|
"""
|
22403
22403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22404
22404
|
required_arguments = []
|
@@ -22554,7 +22554,7 @@ class IdentityDomainsClient(object):
|
|
22554
22554
|
:rtype: :class:`~oci.response.Response`
|
22555
22555
|
|
22556
22556
|
:example:
|
22557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
22558
22558
|
"""
|
22559
22559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22560
22560
|
required_arguments = []
|
@@ -22706,7 +22706,7 @@ class IdentityDomainsClient(object):
|
|
22706
22706
|
:rtype: :class:`~oci.response.Response`
|
22707
22707
|
|
22708
22708
|
:example:
|
22709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_network_perimeters.py.html>`__ to see an example of how to use list_network_perimeters API.
|
22710
22710
|
"""
|
22711
22711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22712
22712
|
required_arguments = []
|
@@ -22851,7 +22851,7 @@ class IdentityDomainsClient(object):
|
|
22851
22851
|
:rtype: :class:`~oci.response.Response`
|
22852
22852
|
|
22853
22853
|
:example:
|
22854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_notification_settings.py.html>`__ to see an example of how to use list_notification_settings API.
|
22855
22855
|
"""
|
22856
22856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22857
22857
|
required_arguments = []
|
@@ -22998,7 +22998,7 @@ class IdentityDomainsClient(object):
|
|
22998
22998
|
:rtype: :class:`~oci.response.Response`
|
22999
22999
|
|
23000
23000
|
:example:
|
23001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
23002
23002
|
"""
|
23003
23003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23004
23004
|
required_arguments = []
|
@@ -23154,7 +23154,7 @@ class IdentityDomainsClient(object):
|
|
23154
23154
|
:rtype: :class:`~oci.response.Response`
|
23155
23155
|
|
23156
23156
|
:example:
|
23157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_o_auth_client_certificates.py.html>`__ to see an example of how to use list_o_auth_client_certificates API.
|
23158
23158
|
"""
|
23159
23159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23160
23160
|
required_arguments = []
|
@@ -23298,7 +23298,7 @@ class IdentityDomainsClient(object):
|
|
23298
23298
|
:rtype: :class:`~oci.response.Response`
|
23299
23299
|
|
23300
23300
|
:example:
|
23301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_o_auth_partner_certificates.py.html>`__ to see an example of how to use list_o_auth_partner_certificates API.
|
23302
23302
|
"""
|
23303
23303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23304
23304
|
required_arguments = []
|
@@ -23450,7 +23450,7 @@ class IdentityDomainsClient(object):
|
|
23450
23450
|
:rtype: :class:`~oci.response.Response`
|
23451
23451
|
|
23452
23452
|
:example:
|
23453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
23454
23454
|
"""
|
23455
23455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23456
23456
|
required_arguments = []
|
@@ -23614,7 +23614,7 @@ class IdentityDomainsClient(object):
|
|
23614
23614
|
:rtype: :class:`~oci.response.Response`
|
23615
23615
|
|
23616
23616
|
:example:
|
23617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
23618
23618
|
"""
|
23619
23619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23620
23620
|
required_arguments = []
|
@@ -23778,7 +23778,7 @@ class IdentityDomainsClient(object):
|
|
23778
23778
|
:rtype: :class:`~oci.response.Response`
|
23779
23779
|
|
23780
23780
|
:example:
|
23781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
|
23782
23782
|
"""
|
23783
23783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23784
23784
|
required_arguments = []
|
@@ -23942,7 +23942,7 @@ class IdentityDomainsClient(object):
|
|
23942
23942
|
:rtype: :class:`~oci.response.Response`
|
23943
23943
|
|
23944
23944
|
:example:
|
23945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
23946
23946
|
"""
|
23947
23947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23948
23948
|
required_arguments = []
|
@@ -24095,7 +24095,7 @@ class IdentityDomainsClient(object):
|
|
24095
24095
|
:rtype: :class:`~oci.response.Response`
|
24096
24096
|
|
24097
24097
|
:example:
|
24098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24099
24099
|
"""
|
24100
24100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24101
24101
|
required_arguments = []
|
@@ -24226,7 +24226,7 @@ class IdentityDomainsClient(object):
|
|
24226
24226
|
:rtype: :class:`~oci.response.Response`
|
24227
24227
|
|
24228
24228
|
:example:
|
24229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
|
24230
24230
|
"""
|
24231
24231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24232
24232
|
required_arguments = []
|
@@ -24373,7 +24373,7 @@ class IdentityDomainsClient(object):
|
|
24373
24373
|
:rtype: :class:`~oci.response.Response`
|
24374
24374
|
|
24375
24375
|
:example:
|
24376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
|
24377
24377
|
"""
|
24378
24378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24379
24379
|
required_arguments = []
|
@@ -24537,7 +24537,7 @@ class IdentityDomainsClient(object):
|
|
24537
24537
|
:rtype: :class:`~oci.response.Response`
|
24538
24538
|
|
24539
24539
|
:example:
|
24540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_self_registration_profiles.py.html>`__ to see an example of how to use list_self_registration_profiles API.
|
24541
24541
|
"""
|
24542
24542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24543
24543
|
required_arguments = []
|
@@ -24682,7 +24682,7 @@ class IdentityDomainsClient(object):
|
|
24682
24682
|
:rtype: :class:`~oci.response.Response`
|
24683
24683
|
|
24684
24684
|
:example:
|
24685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_settings.py.html>`__ to see an example of how to use list_settings API.
|
24686
24686
|
"""
|
24687
24687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24688
24688
|
required_arguments = []
|
@@ -24829,7 +24829,7 @@ class IdentityDomainsClient(object):
|
|
24829
24829
|
:rtype: :class:`~oci.response.Response`
|
24830
24830
|
|
24831
24831
|
:example:
|
24832
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24832
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
24833
24833
|
"""
|
24834
24834
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24835
24835
|
required_arguments = []
|
@@ -24974,7 +24974,7 @@ class IdentityDomainsClient(object):
|
|
24974
24974
|
:rtype: :class:`~oci.response.Response`
|
24975
24975
|
|
24976
24976
|
:example:
|
24977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
|
24978
24978
|
"""
|
24979
24979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24980
24980
|
required_arguments = []
|
@@ -25121,7 +25121,7 @@ class IdentityDomainsClient(object):
|
|
25121
25121
|
:rtype: :class:`~oci.response.Response`
|
25122
25122
|
|
25123
25123
|
:example:
|
25124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
25125
25125
|
"""
|
25126
25126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25127
25127
|
required_arguments = []
|
@@ -25285,7 +25285,7 @@ class IdentityDomainsClient(object):
|
|
25285
25285
|
:rtype: :class:`~oci.response.Response`
|
25286
25286
|
|
25287
25287
|
:example:
|
25288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
25289
25289
|
"""
|
25290
25290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25291
25291
|
required_arguments = []
|
@@ -25445,7 +25445,7 @@ class IdentityDomainsClient(object):
|
|
25445
25445
|
:rtype: :class:`~oci.response.Response`
|
25446
25446
|
|
25447
25447
|
:example:
|
25448
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
|
25449
25449
|
"""
|
25450
25450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25451
25451
|
required_arguments = ['accountRecoverySettingId']
|
@@ -25601,7 +25601,7 @@ class IdentityDomainsClient(object):
|
|
25601
25601
|
:rtype: :class:`~oci.response.Response`
|
25602
25602
|
|
25603
25603
|
:example:
|
25604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
25605
25605
|
"""
|
25606
25606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25607
25607
|
required_arguments = ['apiKeyId']
|
@@ -25757,7 +25757,7 @@ class IdentityDomainsClient(object):
|
|
25757
25757
|
:rtype: :class:`~oci.response.Response`
|
25758
25758
|
|
25759
25759
|
:example:
|
25760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
|
25761
25761
|
"""
|
25762
25762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25763
25763
|
required_arguments = ['appId']
|
@@ -25913,7 +25913,7 @@ class IdentityDomainsClient(object):
|
|
25913
25913
|
:rtype: :class:`~oci.response.Response`
|
25914
25914
|
|
25915
25915
|
:example:
|
25916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
|
25917
25917
|
"""
|
25918
25918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25919
25919
|
required_arguments = ['appRoleId']
|
@@ -26069,7 +26069,7 @@ class IdentityDomainsClient(object):
|
|
26069
26069
|
:rtype: :class:`~oci.response.Response`
|
26070
26070
|
|
26071
26071
|
:example:
|
26072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_approval_workflow.py.html>`__ to see an example of how to use patch_approval_workflow API.
|
26073
26073
|
"""
|
26074
26074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26075
26075
|
required_arguments = ['approvalWorkflowId']
|
@@ -26225,7 +26225,7 @@ class IdentityDomainsClient(object):
|
|
26225
26225
|
:rtype: :class:`~oci.response.Response`
|
26226
26226
|
|
26227
26227
|
:example:
|
26228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_approval_workflow_step.py.html>`__ to see an example of how to use patch_approval_workflow_step API.
|
26229
26229
|
"""
|
26230
26230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26231
26231
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -26381,7 +26381,7 @@ class IdentityDomainsClient(object):
|
|
26381
26381
|
:rtype: :class:`~oci.response.Response`
|
26382
26382
|
|
26383
26383
|
:example:
|
26384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
26385
26385
|
"""
|
26386
26386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26387
26387
|
required_arguments = ['authTokenId']
|
@@ -26537,7 +26537,7 @@ class IdentityDomainsClient(object):
|
|
26537
26537
|
:rtype: :class:`~oci.response.Response`
|
26538
26538
|
|
26539
26539
|
:example:
|
26540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_cloud_gate.py.html>`__ to see an example of how to use patch_cloud_gate API.
|
26541
26541
|
"""
|
26542
26542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26543
26543
|
required_arguments = ['cloudGateId']
|
@@ -26693,7 +26693,7 @@ class IdentityDomainsClient(object):
|
|
26693
26693
|
:rtype: :class:`~oci.response.Response`
|
26694
26694
|
|
26695
26695
|
:example:
|
26696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_cloud_gate_mapping.py.html>`__ to see an example of how to use patch_cloud_gate_mapping API.
|
26697
26697
|
"""
|
26698
26698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26699
26699
|
required_arguments = ['cloudGateMappingId']
|
@@ -26849,7 +26849,7 @@ class IdentityDomainsClient(object):
|
|
26849
26849
|
:rtype: :class:`~oci.response.Response`
|
26850
26850
|
|
26851
26851
|
:example:
|
26852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_cloud_gate_server.py.html>`__ to see an example of how to use patch_cloud_gate_server API.
|
26853
26853
|
"""
|
26854
26854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26855
26855
|
required_arguments = ['cloudGateServerId']
|
@@ -27005,7 +27005,7 @@ class IdentityDomainsClient(object):
|
|
27005
27005
|
:rtype: :class:`~oci.response.Response`
|
27006
27006
|
|
27007
27007
|
:example:
|
27008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_condition.py.html>`__ to see an example of how to use patch_condition API.
|
27009
27009
|
"""
|
27010
27010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27011
27011
|
required_arguments = ['conditionId']
|
@@ -27161,7 +27161,7 @@ class IdentityDomainsClient(object):
|
|
27161
27161
|
:rtype: :class:`~oci.response.Response`
|
27162
27162
|
|
27163
27163
|
:example:
|
27164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
27165
27165
|
"""
|
27166
27166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27167
27167
|
required_arguments = ['customerSecretKeyId']
|
@@ -27317,7 +27317,7 @@ class IdentityDomainsClient(object):
|
|
27317
27317
|
:rtype: :class:`~oci.response.Response`
|
27318
27318
|
|
27319
27319
|
:example:
|
27320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
27321
27321
|
"""
|
27322
27322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27323
27323
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -27473,7 +27473,7 @@ class IdentityDomainsClient(object):
|
|
27473
27473
|
:rtype: :class:`~oci.response.Response`
|
27474
27474
|
|
27475
27475
|
:example:
|
27476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
|
27477
27477
|
"""
|
27478
27478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27479
27479
|
required_arguments = ['grantId']
|
@@ -27629,7 +27629,7 @@ class IdentityDomainsClient(object):
|
|
27629
27629
|
:rtype: :class:`~oci.response.Response`
|
27630
27630
|
|
27631
27631
|
:example:
|
27632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
27633
27633
|
"""
|
27634
27634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27635
27635
|
required_arguments = ['groupId']
|
@@ -27787,7 +27787,7 @@ class IdentityDomainsClient(object):
|
|
27787
27787
|
:rtype: :class:`~oci.response.Response`
|
27788
27788
|
|
27789
27789
|
:example:
|
27790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_identity_propagation_trust.py.html>`__ to see an example of how to use patch_identity_propagation_trust API.
|
27791
27791
|
"""
|
27792
27792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27793
27793
|
required_arguments = ['identityPropagationTrustId']
|
@@ -27943,7 +27943,7 @@ class IdentityDomainsClient(object):
|
|
27943
27943
|
:rtype: :class:`~oci.response.Response`
|
27944
27944
|
|
27945
27945
|
:example:
|
27946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
27947
27947
|
"""
|
27948
27948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27949
27949
|
required_arguments = ['identityProviderId']
|
@@ -28099,7 +28099,7 @@ class IdentityDomainsClient(object):
|
|
28099
28099
|
:rtype: :class:`~oci.response.Response`
|
28100
28100
|
|
28101
28101
|
:example:
|
28102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
|
28103
28103
|
"""
|
28104
28104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28105
28105
|
required_arguments = ['identitySettingId']
|
@@ -28255,7 +28255,7 @@ class IdentityDomainsClient(object):
|
|
28255
28255
|
:rtype: :class:`~oci.response.Response`
|
28256
28256
|
|
28257
28257
|
:example:
|
28258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
28259
28259
|
"""
|
28260
28260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28261
28261
|
required_arguments = ['kmsiSettingId']
|
@@ -28408,7 +28408,7 @@ class IdentityDomainsClient(object):
|
|
28408
28408
|
:rtype: :class:`~oci.response.Response`
|
28409
28409
|
|
28410
28410
|
:example:
|
28411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
28412
28412
|
"""
|
28413
28413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28414
28414
|
required_arguments = []
|
@@ -28544,7 +28544,7 @@ class IdentityDomainsClient(object):
|
|
28544
28544
|
:rtype: :class:`~oci.response.Response`
|
28545
28545
|
|
28546
28546
|
:example:
|
28547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
28548
28548
|
"""
|
28549
28549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28550
28550
|
required_arguments = ['myApiKeyId']
|
@@ -28674,7 +28674,7 @@ class IdentityDomainsClient(object):
|
|
28674
28674
|
:rtype: :class:`~oci.response.Response`
|
28675
28675
|
|
28676
28676
|
:example:
|
28677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
28678
28678
|
"""
|
28679
28679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28680
28680
|
required_arguments = ['myAuthTokenId']
|
@@ -28804,7 +28804,7 @@ class IdentityDomainsClient(object):
|
|
28804
28804
|
:rtype: :class:`~oci.response.Response`
|
28805
28805
|
|
28806
28806
|
:example:
|
28807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
28808
28808
|
"""
|
28809
28809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28810
28810
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -28942,7 +28942,7 @@ class IdentityDomainsClient(object):
|
|
28942
28942
|
:rtype: :class:`~oci.response.Response`
|
28943
28943
|
|
28944
28944
|
:example:
|
28945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
28946
28946
|
"""
|
28947
28947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28948
28948
|
required_arguments = ['myDeviceId']
|
@@ -29090,7 +29090,7 @@ class IdentityDomainsClient(object):
|
|
29090
29090
|
:rtype: :class:`~oci.response.Response`
|
29091
29091
|
|
29092
29092
|
:example:
|
29093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
|
29094
29094
|
"""
|
29095
29095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29096
29096
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -29220,7 +29220,7 @@ class IdentityDomainsClient(object):
|
|
29220
29220
|
:rtype: :class:`~oci.response.Response`
|
29221
29221
|
|
29222
29222
|
:example:
|
29223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_pending_approval.py.html>`__ to see an example of how to use patch_my_pending_approval API.
|
29224
29224
|
"""
|
29225
29225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29226
29226
|
required_arguments = ['myPendingApprovalId']
|
@@ -29358,7 +29358,7 @@ class IdentityDomainsClient(object):
|
|
29358
29358
|
:rtype: :class:`~oci.response.Response`
|
29359
29359
|
|
29360
29360
|
:example:
|
29361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_request.py.html>`__ to see an example of how to use patch_my_request API.
|
29362
29362
|
"""
|
29363
29363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29364
29364
|
required_arguments = ['myRequestId']
|
@@ -29506,7 +29506,7 @@ class IdentityDomainsClient(object):
|
|
29506
29506
|
:rtype: :class:`~oci.response.Response`
|
29507
29507
|
|
29508
29508
|
:example:
|
29509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
29510
29510
|
"""
|
29511
29511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29512
29512
|
required_arguments = ['mySmtpCredentialId']
|
@@ -29644,7 +29644,7 @@ class IdentityDomainsClient(object):
|
|
29644
29644
|
:rtype: :class:`~oci.response.Response`
|
29645
29645
|
|
29646
29646
|
:example:
|
29647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_network_perimeter.py.html>`__ to see an example of how to use patch_network_perimeter API.
|
29648
29648
|
"""
|
29649
29649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29650
29650
|
required_arguments = ['networkPerimeterId']
|
@@ -29800,7 +29800,7 @@ class IdentityDomainsClient(object):
|
|
29800
29800
|
:rtype: :class:`~oci.response.Response`
|
29801
29801
|
|
29802
29802
|
:example:
|
29803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
29804
29804
|
"""
|
29805
29805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29806
29806
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -29956,7 +29956,7 @@ class IdentityDomainsClient(object):
|
|
29956
29956
|
:rtype: :class:`~oci.response.Response`
|
29957
29957
|
|
29958
29958
|
:example:
|
29959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
29960
29960
|
"""
|
29961
29961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29962
29962
|
required_arguments = ['passwordPolicyId']
|
@@ -30112,7 +30112,7 @@ class IdentityDomainsClient(object):
|
|
30112
30112
|
:rtype: :class:`~oci.response.Response`
|
30113
30113
|
|
30114
30114
|
:example:
|
30115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_policy.py.html>`__ to see an example of how to use patch_policy API.
|
30116
30116
|
"""
|
30117
30117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30118
30118
|
required_arguments = ['policyId']
|
@@ -30268,7 +30268,7 @@ class IdentityDomainsClient(object):
|
|
30268
30268
|
:rtype: :class:`~oci.response.Response`
|
30269
30269
|
|
30270
30270
|
:example:
|
30271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_rule.py.html>`__ to see an example of how to use patch_rule API.
|
30272
30272
|
"""
|
30273
30273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30274
30274
|
required_arguments = ['ruleId']
|
@@ -30416,7 +30416,7 @@ class IdentityDomainsClient(object):
|
|
30416
30416
|
:rtype: :class:`~oci.response.Response`
|
30417
30417
|
|
30418
30418
|
:example:
|
30419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_schema.py.html>`__ to see an example of how to use patch_schema API.
|
30420
30420
|
"""
|
30421
30421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30422
30422
|
required_arguments = ['schemaId']
|
@@ -30554,7 +30554,7 @@ class IdentityDomainsClient(object):
|
|
30554
30554
|
:rtype: :class:`~oci.response.Response`
|
30555
30555
|
|
30556
30556
|
:example:
|
30557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
|
30558
30558
|
"""
|
30559
30559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30560
30560
|
required_arguments = ['securityQuestionId']
|
@@ -30710,7 +30710,7 @@ class IdentityDomainsClient(object):
|
|
30710
30710
|
:rtype: :class:`~oci.response.Response`
|
30711
30711
|
|
30712
30712
|
:example:
|
30713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
|
30714
30714
|
"""
|
30715
30715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30716
30716
|
required_arguments = ['securityQuestionSettingId']
|
@@ -30866,7 +30866,7 @@ class IdentityDomainsClient(object):
|
|
30866
30866
|
:rtype: :class:`~oci.response.Response`
|
30867
30867
|
|
30868
30868
|
:example:
|
30869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_self_registration_profile.py.html>`__ to see an example of how to use patch_self_registration_profile API.
|
30870
30870
|
"""
|
30871
30871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30872
30872
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -31022,7 +31022,7 @@ class IdentityDomainsClient(object):
|
|
31022
31022
|
:rtype: :class:`~oci.response.Response`
|
31023
31023
|
|
31024
31024
|
:example:
|
31025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_setting.py.html>`__ to see an example of how to use patch_setting API.
|
31026
31026
|
"""
|
31027
31027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31028
31028
|
required_arguments = ['settingId']
|
@@ -31178,7 +31178,7 @@ class IdentityDomainsClient(object):
|
|
31178
31178
|
:rtype: :class:`~oci.response.Response`
|
31179
31179
|
|
31180
31180
|
:example:
|
31181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
31182
31182
|
"""
|
31183
31183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31184
31184
|
required_arguments = ['smtpCredentialId']
|
@@ -31334,7 +31334,7 @@ class IdentityDomainsClient(object):
|
|
31334
31334
|
:rtype: :class:`~oci.response.Response`
|
31335
31335
|
|
31336
31336
|
:example:
|
31337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
31338
31338
|
"""
|
31339
31339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31340
31340
|
required_arguments = ['userId']
|
@@ -31490,7 +31490,7 @@ class IdentityDomainsClient(object):
|
|
31490
31490
|
:rtype: :class:`~oci.response.Response`
|
31491
31491
|
|
31492
31492
|
:example:
|
31493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
|
31494
31494
|
"""
|
31495
31495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31496
31496
|
required_arguments = ['userAttributesSettingId']
|
@@ -31646,7 +31646,7 @@ class IdentityDomainsClient(object):
|
|
31646
31646
|
:rtype: :class:`~oci.response.Response`
|
31647
31647
|
|
31648
31648
|
:example:
|
31649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
|
31650
31650
|
"""
|
31651
31651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31652
31652
|
required_arguments = ['accountRecoverySettingId']
|
@@ -31802,7 +31802,7 @@ class IdentityDomainsClient(object):
|
|
31802
31802
|
:rtype: :class:`~oci.response.Response`
|
31803
31803
|
|
31804
31804
|
:example:
|
31805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
|
31806
31806
|
"""
|
31807
31807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31808
31808
|
required_arguments = ['appId']
|
@@ -31958,7 +31958,7 @@ class IdentityDomainsClient(object):
|
|
31958
31958
|
:rtype: :class:`~oci.response.Response`
|
31959
31959
|
|
31960
31960
|
:example:
|
31961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
|
31962
31962
|
"""
|
31963
31963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31964
31964
|
required_arguments = ['appStatusChangerId']
|
@@ -32114,7 +32114,7 @@ class IdentityDomainsClient(object):
|
|
32114
32114
|
:rtype: :class:`~oci.response.Response`
|
32115
32115
|
|
32116
32116
|
:example:
|
32117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_approval_workflow.py.html>`__ to see an example of how to use put_approval_workflow API.
|
32118
32118
|
"""
|
32119
32119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32120
32120
|
required_arguments = ['approvalWorkflowId']
|
@@ -32270,7 +32270,7 @@ class IdentityDomainsClient(object):
|
|
32270
32270
|
:rtype: :class:`~oci.response.Response`
|
32271
32271
|
|
32272
32272
|
:example:
|
32273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
32274
32274
|
"""
|
32275
32275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32276
32276
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -32426,7 +32426,7 @@ class IdentityDomainsClient(object):
|
|
32426
32426
|
:rtype: :class:`~oci.response.Response`
|
32427
32427
|
|
32428
32428
|
:example:
|
32429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_cloud_gate.py.html>`__ to see an example of how to use put_cloud_gate API.
|
32430
32430
|
"""
|
32431
32431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32432
32432
|
required_arguments = ['cloudGateId']
|
@@ -32582,7 +32582,7 @@ class IdentityDomainsClient(object):
|
|
32582
32582
|
:rtype: :class:`~oci.response.Response`
|
32583
32583
|
|
32584
32584
|
:example:
|
32585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_cloud_gate_mapping.py.html>`__ to see an example of how to use put_cloud_gate_mapping API.
|
32586
32586
|
"""
|
32587
32587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32588
32588
|
required_arguments = ['cloudGateMappingId']
|
@@ -32738,7 +32738,7 @@ class IdentityDomainsClient(object):
|
|
32738
32738
|
:rtype: :class:`~oci.response.Response`
|
32739
32739
|
|
32740
32740
|
:example:
|
32741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_cloud_gate_server.py.html>`__ to see an example of how to use put_cloud_gate_server API.
|
32742
32742
|
"""
|
32743
32743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32744
32744
|
required_arguments = ['cloudGateServerId']
|
@@ -32894,7 +32894,7 @@ class IdentityDomainsClient(object):
|
|
32894
32894
|
:rtype: :class:`~oci.response.Response`
|
32895
32895
|
|
32896
32896
|
:example:
|
32897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_condition.py.html>`__ to see an example of how to use put_condition API.
|
32898
32898
|
"""
|
32899
32899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32900
32900
|
required_arguments = ['conditionId']
|
@@ -33050,7 +33050,7 @@ class IdentityDomainsClient(object):
|
|
33050
33050
|
:rtype: :class:`~oci.response.Response`
|
33051
33051
|
|
33052
33052
|
:example:
|
33053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
33054
33054
|
"""
|
33055
33055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33056
33056
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -33206,7 +33206,7 @@ class IdentityDomainsClient(object):
|
|
33206
33206
|
:rtype: :class:`~oci.response.Response`
|
33207
33207
|
|
33208
33208
|
:example:
|
33209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
33210
33210
|
"""
|
33211
33211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33212
33212
|
required_arguments = ['groupId']
|
@@ -33364,7 +33364,7 @@ class IdentityDomainsClient(object):
|
|
33364
33364
|
:rtype: :class:`~oci.response.Response`
|
33365
33365
|
|
33366
33366
|
:example:
|
33367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_identity_propagation_trust.py.html>`__ to see an example of how to use put_identity_propagation_trust API.
|
33368
33368
|
"""
|
33369
33369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33370
33370
|
required_arguments = ['identityPropagationTrustId']
|
@@ -33520,7 +33520,7 @@ class IdentityDomainsClient(object):
|
|
33520
33520
|
:rtype: :class:`~oci.response.Response`
|
33521
33521
|
|
33522
33522
|
:example:
|
33523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
33524
33524
|
"""
|
33525
33525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33526
33526
|
required_arguments = ['identityProviderId']
|
@@ -33676,7 +33676,7 @@ class IdentityDomainsClient(object):
|
|
33676
33676
|
:rtype: :class:`~oci.response.Response`
|
33677
33677
|
|
33678
33678
|
:example:
|
33679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
|
33680
33680
|
"""
|
33681
33681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33682
33682
|
required_arguments = ['identitySettingId']
|
@@ -33832,7 +33832,7 @@ class IdentityDomainsClient(object):
|
|
33832
33832
|
:rtype: :class:`~oci.response.Response`
|
33833
33833
|
|
33834
33834
|
:example:
|
33835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
33836
33836
|
"""
|
33837
33837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33838
33838
|
required_arguments = ['kmsiSettingId']
|
@@ -33985,7 +33985,7 @@ class IdentityDomainsClient(object):
|
|
33985
33985
|
:rtype: :class:`~oci.response.Response`
|
33986
33986
|
|
33987
33987
|
:example:
|
33988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
33989
33989
|
"""
|
33990
33990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33991
33991
|
required_arguments = []
|
@@ -34118,7 +34118,7 @@ class IdentityDomainsClient(object):
|
|
34118
34118
|
:rtype: :class:`~oci.response.Response`
|
34119
34119
|
|
34120
34120
|
:example:
|
34121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
34122
34122
|
"""
|
34123
34123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34124
34124
|
required_arguments = []
|
@@ -34244,7 +34244,7 @@ class IdentityDomainsClient(object):
|
|
34244
34244
|
:rtype: :class:`~oci.response.Response`
|
34245
34245
|
|
34246
34246
|
:example:
|
34247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_network_perimeter.py.html>`__ to see an example of how to use put_network_perimeter API.
|
34248
34248
|
"""
|
34249
34249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34250
34250
|
required_arguments = ['networkPerimeterId']
|
@@ -34400,7 +34400,7 @@ class IdentityDomainsClient(object):
|
|
34400
34400
|
:rtype: :class:`~oci.response.Response`
|
34401
34401
|
|
34402
34402
|
:example:
|
34403
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_notification_setting.py.html>`__ to see an example of how to use put_notification_setting API.
|
34404
34404
|
"""
|
34405
34405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34406
34406
|
required_arguments = ['notificationSettingId']
|
@@ -34556,7 +34556,7 @@ class IdentityDomainsClient(object):
|
|
34556
34556
|
:rtype: :class:`~oci.response.Response`
|
34557
34557
|
|
34558
34558
|
:example:
|
34559
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
34560
34560
|
"""
|
34561
34561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34562
34562
|
required_arguments = ['passwordPolicyId']
|
@@ -34712,7 +34712,7 @@ class IdentityDomainsClient(object):
|
|
34712
34712
|
:rtype: :class:`~oci.response.Response`
|
34713
34713
|
|
34714
34714
|
:example:
|
34715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_policy.py.html>`__ to see an example of how to use put_policy API.
|
34716
34716
|
"""
|
34717
34717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34718
34718
|
required_arguments = ['policyId']
|
@@ -34868,7 +34868,7 @@ class IdentityDomainsClient(object):
|
|
34868
34868
|
:rtype: :class:`~oci.response.Response`
|
34869
34869
|
|
34870
34870
|
:example:
|
34871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_rule.py.html>`__ to see an example of how to use put_rule API.
|
34872
34872
|
"""
|
34873
34873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34874
34874
|
required_arguments = ['ruleId']
|
@@ -35016,7 +35016,7 @@ class IdentityDomainsClient(object):
|
|
35016
35016
|
:rtype: :class:`~oci.response.Response`
|
35017
35017
|
|
35018
35018
|
:example:
|
35019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_schema.py.html>`__ to see an example of how to use put_schema API.
|
35020
35020
|
"""
|
35021
35021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35022
35022
|
required_arguments = ['schemaId']
|
@@ -35154,7 +35154,7 @@ class IdentityDomainsClient(object):
|
|
35154
35154
|
:rtype: :class:`~oci.response.Response`
|
35155
35155
|
|
35156
35156
|
:example:
|
35157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
|
35158
35158
|
"""
|
35159
35159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35160
35160
|
required_arguments = ['securityQuestionSettingId']
|
@@ -35310,7 +35310,7 @@ class IdentityDomainsClient(object):
|
|
35310
35310
|
:rtype: :class:`~oci.response.Response`
|
35311
35311
|
|
35312
35312
|
:example:
|
35313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_self_registration_profile.py.html>`__ to see an example of how to use put_self_registration_profile API.
|
35314
35314
|
"""
|
35315
35315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35316
35316
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -35466,7 +35466,7 @@ class IdentityDomainsClient(object):
|
|
35466
35466
|
:rtype: :class:`~oci.response.Response`
|
35467
35467
|
|
35468
35468
|
:example:
|
35469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_setting.py.html>`__ to see an example of how to use put_setting API.
|
35470
35470
|
"""
|
35471
35471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35472
35472
|
required_arguments = ['settingId']
|
@@ -35622,7 +35622,7 @@ class IdentityDomainsClient(object):
|
|
35622
35622
|
:rtype: :class:`~oci.response.Response`
|
35623
35623
|
|
35624
35624
|
:example:
|
35625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
35626
35626
|
"""
|
35627
35627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35628
35628
|
required_arguments = ['userId']
|
@@ -35770,7 +35770,7 @@ class IdentityDomainsClient(object):
|
|
35770
35770
|
:rtype: :class:`~oci.response.Response`
|
35771
35771
|
|
35772
35772
|
:example:
|
35773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
35774
35774
|
"""
|
35775
35775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35776
35776
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -35900,7 +35900,7 @@ class IdentityDomainsClient(object):
|
|
35900
35900
|
:rtype: :class:`~oci.response.Response`
|
35901
35901
|
|
35902
35902
|
:example:
|
35903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
35904
35904
|
"""
|
35905
35905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35906
35906
|
required_arguments = ['userPasswordChangerId']
|
@@ -36030,7 +36030,7 @@ class IdentityDomainsClient(object):
|
|
36030
36030
|
:rtype: :class:`~oci.response.Response`
|
36031
36031
|
|
36032
36032
|
:example:
|
36033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
36034
36034
|
"""
|
36035
36035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36036
36036
|
required_arguments = ['userPasswordResetterId']
|
@@ -36168,7 +36168,7 @@ class IdentityDomainsClient(object):
|
|
36168
36168
|
:rtype: :class:`~oci.response.Response`
|
36169
36169
|
|
36170
36170
|
:example:
|
36171
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
36172
36172
|
"""
|
36173
36173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36174
36174
|
required_arguments = ['userStatusChangerId']
|
@@ -36304,7 +36304,7 @@ class IdentityDomainsClient(object):
|
|
36304
36304
|
:rtype: :class:`~oci.response.Response`
|
36305
36305
|
|
36306
36306
|
:example:
|
36307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
|
36308
36308
|
"""
|
36309
36309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36310
36310
|
required_arguments = []
|
@@ -36418,7 +36418,7 @@ class IdentityDomainsClient(object):
|
|
36418
36418
|
:rtype: :class:`~oci.response.Response`
|
36419
36419
|
|
36420
36420
|
:example:
|
36421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
36422
36422
|
"""
|
36423
36423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36424
36424
|
required_arguments = []
|
@@ -36532,7 +36532,7 @@ class IdentityDomainsClient(object):
|
|
36532
36532
|
:rtype: :class:`~oci.response.Response`
|
36533
36533
|
|
36534
36534
|
:example:
|
36535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
|
36536
36536
|
"""
|
36537
36537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36538
36538
|
required_arguments = []
|
@@ -36646,7 +36646,7 @@ class IdentityDomainsClient(object):
|
|
36646
36646
|
:rtype: :class:`~oci.response.Response`
|
36647
36647
|
|
36648
36648
|
:example:
|
36649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
|
36650
36650
|
"""
|
36651
36651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36652
36652
|
required_arguments = []
|
@@ -36760,7 +36760,7 @@ class IdentityDomainsClient(object):
|
|
36760
36760
|
:rtype: :class:`~oci.response.Response`
|
36761
36761
|
|
36762
36762
|
:example:
|
36763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
36764
36764
|
"""
|
36765
36765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36766
36766
|
required_arguments = []
|
@@ -36874,7 +36874,7 @@ class IdentityDomainsClient(object):
|
|
36874
36874
|
:rtype: :class:`~oci.response.Response`
|
36875
36875
|
|
36876
36876
|
:example:
|
36877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
36878
36878
|
"""
|
36879
36879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36880
36880
|
required_arguments = []
|
@@ -36988,7 +36988,7 @@ class IdentityDomainsClient(object):
|
|
36988
36988
|
:rtype: :class:`~oci.response.Response`
|
36989
36989
|
|
36990
36990
|
:example:
|
36991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_cloud_gate_mappings.py.html>`__ to see an example of how to use search_cloud_gate_mappings API.
|
36992
36992
|
"""
|
36993
36993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36994
36994
|
required_arguments = []
|
@@ -37102,7 +37102,7 @@ class IdentityDomainsClient(object):
|
|
37102
37102
|
:rtype: :class:`~oci.response.Response`
|
37103
37103
|
|
37104
37104
|
:example:
|
37105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_cloud_gate_servers.py.html>`__ to see an example of how to use search_cloud_gate_servers API.
|
37106
37106
|
"""
|
37107
37107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37108
37108
|
required_arguments = []
|
@@ -37216,7 +37216,7 @@ class IdentityDomainsClient(object):
|
|
37216
37216
|
:rtype: :class:`~oci.response.Response`
|
37217
37217
|
|
37218
37218
|
:example:
|
37219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_cloud_gates.py.html>`__ to see an example of how to use search_cloud_gates API.
|
37220
37220
|
"""
|
37221
37221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37222
37222
|
required_arguments = []
|
@@ -37330,7 +37330,7 @@ class IdentityDomainsClient(object):
|
|
37330
37330
|
:rtype: :class:`~oci.response.Response`
|
37331
37331
|
|
37332
37332
|
:example:
|
37333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_conditions.py.html>`__ to see an example of how to use search_conditions API.
|
37334
37334
|
"""
|
37335
37335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37336
37336
|
required_arguments = []
|
@@ -37444,7 +37444,7 @@ class IdentityDomainsClient(object):
|
|
37444
37444
|
:rtype: :class:`~oci.response.Response`
|
37445
37445
|
|
37446
37446
|
:example:
|
37447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
37448
37448
|
"""
|
37449
37449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37450
37450
|
required_arguments = []
|
@@ -37558,7 +37558,7 @@ class IdentityDomainsClient(object):
|
|
37558
37558
|
:rtype: :class:`~oci.response.Response`
|
37559
37559
|
|
37560
37560
|
:example:
|
37561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
37562
37562
|
"""
|
37563
37563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37564
37564
|
required_arguments = []
|
@@ -37672,7 +37672,7 @@ class IdentityDomainsClient(object):
|
|
37672
37672
|
:rtype: :class:`~oci.response.Response`
|
37673
37673
|
|
37674
37674
|
:example:
|
37675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
|
37676
37676
|
"""
|
37677
37677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37678
37678
|
required_arguments = []
|
@@ -37786,7 +37786,7 @@ class IdentityDomainsClient(object):
|
|
37786
37786
|
:rtype: :class:`~oci.response.Response`
|
37787
37787
|
|
37788
37788
|
:example:
|
37789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
37790
37790
|
"""
|
37791
37791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37792
37792
|
required_arguments = []
|
@@ -37900,7 +37900,7 @@ class IdentityDomainsClient(object):
|
|
37900
37900
|
:rtype: :class:`~oci.response.Response`
|
37901
37901
|
|
37902
37902
|
:example:
|
37903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
37904
37904
|
"""
|
37905
37905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37906
37906
|
required_arguments = []
|
@@ -38014,7 +38014,7 @@ class IdentityDomainsClient(object):
|
|
38014
38014
|
:rtype: :class:`~oci.response.Response`
|
38015
38015
|
|
38016
38016
|
:example:
|
38017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
|
38018
38018
|
"""
|
38019
38019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38020
38020
|
required_arguments = []
|
@@ -38128,7 +38128,7 @@ class IdentityDomainsClient(object):
|
|
38128
38128
|
:rtype: :class:`~oci.response.Response`
|
38129
38129
|
|
38130
38130
|
:example:
|
38131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
38132
38132
|
"""
|
38133
38133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38134
38134
|
required_arguments = []
|
@@ -38242,7 +38242,7 @@ class IdentityDomainsClient(object):
|
|
38242
38242
|
:rtype: :class:`~oci.response.Response`
|
38243
38243
|
|
38244
38244
|
:example:
|
38245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
|
38246
38246
|
"""
|
38247
38247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38248
38248
|
required_arguments = []
|
@@ -38356,7 +38356,7 @@ class IdentityDomainsClient(object):
|
|
38356
38356
|
:rtype: :class:`~oci.response.Response`
|
38357
38357
|
|
38358
38358
|
:example:
|
38359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
38360
38360
|
"""
|
38361
38361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38362
38362
|
required_arguments = []
|
@@ -38470,7 +38470,7 @@ class IdentityDomainsClient(object):
|
|
38470
38470
|
:rtype: :class:`~oci.response.Response`
|
38471
38471
|
|
38472
38472
|
:example:
|
38473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
|
38474
38474
|
"""
|
38475
38475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38476
38476
|
required_arguments = []
|
@@ -38584,7 +38584,7 @@ class IdentityDomainsClient(object):
|
|
38584
38584
|
:rtype: :class:`~oci.response.Response`
|
38585
38585
|
|
38586
38586
|
:example:
|
38587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
|
38588
38588
|
"""
|
38589
38589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38590
38590
|
required_arguments = []
|
@@ -38698,7 +38698,7 @@ class IdentityDomainsClient(object):
|
|
38698
38698
|
:rtype: :class:`~oci.response.Response`
|
38699
38699
|
|
38700
38700
|
:example:
|
38701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_network_perimeters.py.html>`__ to see an example of how to use search_network_perimeters API.
|
38702
38702
|
"""
|
38703
38703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38704
38704
|
required_arguments = []
|
@@ -38812,7 +38812,7 @@ class IdentityDomainsClient(object):
|
|
38812
38812
|
:rtype: :class:`~oci.response.Response`
|
38813
38813
|
|
38814
38814
|
:example:
|
38815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_notification_settings.py.html>`__ to see an example of how to use search_notification_settings API.
|
38816
38816
|
"""
|
38817
38817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38818
38818
|
required_arguments = []
|
@@ -38926,7 +38926,7 @@ class IdentityDomainsClient(object):
|
|
38926
38926
|
:rtype: :class:`~oci.response.Response`
|
38927
38927
|
|
38928
38928
|
:example:
|
38929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
38929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
38930
38930
|
"""
|
38931
38931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38932
38932
|
required_arguments = []
|
@@ -39040,7 +39040,7 @@ class IdentityDomainsClient(object):
|
|
39040
39040
|
:rtype: :class:`~oci.response.Response`
|
39041
39041
|
|
39042
39042
|
:example:
|
39043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_o_auth_client_certificates.py.html>`__ to see an example of how to use search_o_auth_client_certificates API.
|
39044
39044
|
"""
|
39045
39045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39046
39046
|
required_arguments = []
|
@@ -39154,7 +39154,7 @@ class IdentityDomainsClient(object):
|
|
39154
39154
|
:rtype: :class:`~oci.response.Response`
|
39155
39155
|
|
39156
39156
|
:example:
|
39157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_o_auth_partner_certificates.py.html>`__ to see an example of how to use search_o_auth_partner_certificates API.
|
39158
39158
|
"""
|
39159
39159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39160
39160
|
required_arguments = []
|
@@ -39268,7 +39268,7 @@ class IdentityDomainsClient(object):
|
|
39268
39268
|
:rtype: :class:`~oci.response.Response`
|
39269
39269
|
|
39270
39270
|
:example:
|
39271
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39271
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
39272
39272
|
"""
|
39273
39273
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39274
39274
|
required_arguments = []
|
@@ -39382,7 +39382,7 @@ class IdentityDomainsClient(object):
|
|
39382
39382
|
:rtype: :class:`~oci.response.Response`
|
39383
39383
|
|
39384
39384
|
:example:
|
39385
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39385
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_policies.py.html>`__ to see an example of how to use search_policies API.
|
39386
39386
|
"""
|
39387
39387
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39388
39388
|
required_arguments = []
|
@@ -39496,7 +39496,7 @@ class IdentityDomainsClient(object):
|
|
39496
39496
|
:rtype: :class:`~oci.response.Response`
|
39497
39497
|
|
39498
39498
|
:example:
|
39499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
|
39500
39500
|
"""
|
39501
39501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39502
39502
|
required_arguments = []
|
@@ -39610,7 +39610,7 @@ class IdentityDomainsClient(object):
|
|
39610
39610
|
:rtype: :class:`~oci.response.Response`
|
39611
39611
|
|
39612
39612
|
:example:
|
39613
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_rules.py.html>`__ to see an example of how to use search_rules API.
|
39614
39614
|
"""
|
39615
39615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39616
39616
|
required_arguments = []
|
@@ -39724,7 +39724,7 @@ class IdentityDomainsClient(object):
|
|
39724
39724
|
:rtype: :class:`~oci.response.Response`
|
39725
39725
|
|
39726
39726
|
:example:
|
39727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_schemas.py.html>`__ to see an example of how to use search_schemas API.
|
39728
39728
|
"""
|
39729
39729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39730
39730
|
required_arguments = []
|
@@ -39838,7 +39838,7 @@ class IdentityDomainsClient(object):
|
|
39838
39838
|
:rtype: :class:`~oci.response.Response`
|
39839
39839
|
|
39840
39840
|
:example:
|
39841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
|
39842
39842
|
"""
|
39843
39843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39844
39844
|
required_arguments = []
|
@@ -39952,7 +39952,7 @@ class IdentityDomainsClient(object):
|
|
39952
39952
|
:rtype: :class:`~oci.response.Response`
|
39953
39953
|
|
39954
39954
|
:example:
|
39955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
39955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
|
39956
39956
|
"""
|
39957
39957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39958
39958
|
required_arguments = []
|
@@ -40066,7 +40066,7 @@ class IdentityDomainsClient(object):
|
|
40066
40066
|
:rtype: :class:`~oci.response.Response`
|
40067
40067
|
|
40068
40068
|
:example:
|
40069
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_self_registration_profiles.py.html>`__ to see an example of how to use search_self_registration_profiles API.
|
40070
40070
|
"""
|
40071
40071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40072
40072
|
required_arguments = []
|
@@ -40180,7 +40180,7 @@ class IdentityDomainsClient(object):
|
|
40180
40180
|
:rtype: :class:`~oci.response.Response`
|
40181
40181
|
|
40182
40182
|
:example:
|
40183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_settings.py.html>`__ to see an example of how to use search_settings API.
|
40184
40184
|
"""
|
40185
40185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40186
40186
|
required_arguments = []
|
@@ -40294,7 +40294,7 @@ class IdentityDomainsClient(object):
|
|
40294
40294
|
:rtype: :class:`~oci.response.Response`
|
40295
40295
|
|
40296
40296
|
:example:
|
40297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
40298
40298
|
"""
|
40299
40299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40300
40300
|
required_arguments = []
|
@@ -40408,7 +40408,7 @@ class IdentityDomainsClient(object):
|
|
40408
40408
|
:rtype: :class:`~oci.response.Response`
|
40409
40409
|
|
40410
40410
|
:example:
|
40411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
|
40412
40412
|
"""
|
40413
40413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40414
40414
|
required_arguments = []
|
@@ -40522,7 +40522,7 @@ class IdentityDomainsClient(object):
|
|
40522
40522
|
:rtype: :class:`~oci.response.Response`
|
40523
40523
|
|
40524
40524
|
:example:
|
40525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
40526
40526
|
"""
|
40527
40527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40528
40528
|
required_arguments = []
|
@@ -40636,7 +40636,7 @@ class IdentityDomainsClient(object):
|
|
40636
40636
|
:rtype: :class:`~oci.response.Response`
|
40637
40637
|
|
40638
40638
|
:example:
|
40639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
40639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
40640
40640
|
"""
|
40641
40641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40642
40642
|
required_arguments = []
|