oci 2.102.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/RECORD +336 -332
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.102.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -161,7 +161,7 @@ class IdentityDomainsClient(object):
|
|
161
161
|
:rtype: :class:`~oci.response.Response`
|
162
162
|
|
163
163
|
:example:
|
164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_api_key.py.html>`__ to see an example of how to use create_api_key API.
|
165
165
|
"""
|
166
166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
167
167
|
required_arguments = []
|
@@ -297,7 +297,7 @@ class IdentityDomainsClient(object):
|
|
297
297
|
:rtype: :class:`~oci.response.Response`
|
298
298
|
|
299
299
|
:example:
|
300
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
|
301
301
|
"""
|
302
302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
303
303
|
required_arguments = []
|
@@ -425,7 +425,7 @@ class IdentityDomainsClient(object):
|
|
425
425
|
:rtype: :class:`~oci.response.Response`
|
426
426
|
|
427
427
|
:example:
|
428
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
428
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
|
429
429
|
"""
|
430
430
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
431
431
|
required_arguments = []
|
@@ -543,7 +543,7 @@ class IdentityDomainsClient(object):
|
|
543
543
|
:rtype: :class:`~oci.response.Response`
|
544
544
|
|
545
545
|
:example:
|
546
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
546
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
547
547
|
"""
|
548
548
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
549
549
|
required_arguments = []
|
@@ -679,7 +679,7 @@ class IdentityDomainsClient(object):
|
|
679
679
|
:rtype: :class:`~oci.response.Response`
|
680
680
|
|
681
681
|
:example:
|
682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
|
683
683
|
"""
|
684
684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
685
685
|
required_arguments = []
|
@@ -815,7 +815,7 @@ class IdentityDomainsClient(object):
|
|
815
815
|
:rtype: :class:`~oci.response.Response`
|
816
816
|
|
817
817
|
:example:
|
818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
|
819
819
|
"""
|
820
820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
821
821
|
required_arguments = []
|
@@ -951,7 +951,7 @@ class IdentityDomainsClient(object):
|
|
951
951
|
:rtype: :class:`~oci.response.Response`
|
952
952
|
|
953
953
|
:example:
|
954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
955
955
|
"""
|
956
956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
957
957
|
required_arguments = []
|
@@ -1087,7 +1087,7 @@ class IdentityDomainsClient(object):
|
|
1087
1087
|
:rtype: :class:`~oci.response.Response`
|
1088
1088
|
|
1089
1089
|
:example:
|
1090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
1091
1091
|
"""
|
1092
1092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1093
1093
|
required_arguments = []
|
@@ -1215,7 +1215,7 @@ class IdentityDomainsClient(object):
|
|
1215
1215
|
:rtype: :class:`~oci.response.Response`
|
1216
1216
|
|
1217
1217
|
:example:
|
1218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
1219
1219
|
"""
|
1220
1220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1221
1221
|
required_arguments = []
|
@@ -1325,7 +1325,7 @@ class IdentityDomainsClient(object):
|
|
1325
1325
|
:rtype: :class:`~oci.response.Response`
|
1326
1326
|
|
1327
1327
|
:example:
|
1328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
1329
1329
|
"""
|
1330
1330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1331
1331
|
required_arguments = []
|
@@ -1435,7 +1435,7 @@ class IdentityDomainsClient(object):
|
|
1435
1435
|
:rtype: :class:`~oci.response.Response`
|
1436
1436
|
|
1437
1437
|
:example:
|
1438
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1438
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
1439
1439
|
"""
|
1440
1440
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1441
1441
|
required_arguments = []
|
@@ -1545,7 +1545,7 @@ class IdentityDomainsClient(object):
|
|
1545
1545
|
:rtype: :class:`~oci.response.Response`
|
1546
1546
|
|
1547
1547
|
:example:
|
1548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
1549
1549
|
"""
|
1550
1550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1551
1551
|
required_arguments = []
|
@@ -1655,7 +1655,7 @@ class IdentityDomainsClient(object):
|
|
1655
1655
|
:rtype: :class:`~oci.response.Response`
|
1656
1656
|
|
1657
1657
|
:example:
|
1658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1658
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
1659
1659
|
"""
|
1660
1660
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1661
1661
|
required_arguments = []
|
@@ -1765,7 +1765,7 @@ class IdentityDomainsClient(object):
|
|
1765
1765
|
:rtype: :class:`~oci.response.Response`
|
1766
1766
|
|
1767
1767
|
:example:
|
1768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
1769
1769
|
"""
|
1770
1770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1771
1771
|
required_arguments = []
|
@@ -1875,7 +1875,7 @@ class IdentityDomainsClient(object):
|
|
1875
1875
|
:rtype: :class:`~oci.response.Response`
|
1876
1876
|
|
1877
1877
|
:example:
|
1878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
|
1879
1879
|
"""
|
1880
1880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1881
1881
|
required_arguments = []
|
@@ -1985,7 +1985,7 @@ class IdentityDomainsClient(object):
|
|
1985
1985
|
:rtype: :class:`~oci.response.Response`
|
1986
1986
|
|
1987
1987
|
:example:
|
1988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
1989
1989
|
"""
|
1990
1990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1991
1991
|
required_arguments = []
|
@@ -2095,7 +2095,7 @@ class IdentityDomainsClient(object):
|
|
2095
2095
|
:rtype: :class:`~oci.response.Response`
|
2096
2096
|
|
2097
2097
|
:example:
|
2098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
2099
2099
|
"""
|
2100
2100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2101
2101
|
required_arguments = []
|
@@ -2205,7 +2205,7 @@ class IdentityDomainsClient(object):
|
|
2205
2205
|
:rtype: :class:`~oci.response.Response`
|
2206
2206
|
|
2207
2207
|
:example:
|
2208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
2209
2209
|
"""
|
2210
2210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2211
2211
|
required_arguments = []
|
@@ -2323,7 +2323,7 @@ class IdentityDomainsClient(object):
|
|
2323
2323
|
:rtype: :class:`~oci.response.Response`
|
2324
2324
|
|
2325
2325
|
:example:
|
2326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
2327
2327
|
"""
|
2328
2328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2329
2329
|
required_arguments = []
|
@@ -2459,7 +2459,7 @@ class IdentityDomainsClient(object):
|
|
2459
2459
|
:rtype: :class:`~oci.response.Response`
|
2460
2460
|
|
2461
2461
|
:example:
|
2462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
2463
2463
|
"""
|
2464
2464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2465
2465
|
required_arguments = []
|
@@ -2595,7 +2595,7 @@ class IdentityDomainsClient(object):
|
|
2595
2595
|
:rtype: :class:`~oci.response.Response`
|
2596
2596
|
|
2597
2597
|
:example:
|
2598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
2599
2599
|
"""
|
2600
2600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2601
2601
|
required_arguments = []
|
@@ -2731,7 +2731,7 @@ class IdentityDomainsClient(object):
|
|
2731
2731
|
:rtype: :class:`~oci.response.Response`
|
2732
2732
|
|
2733
2733
|
:example:
|
2734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
2735
2735
|
"""
|
2736
2736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2737
2737
|
required_arguments = []
|
@@ -2867,7 +2867,7 @@ class IdentityDomainsClient(object):
|
|
2867
2867
|
:rtype: :class:`~oci.response.Response`
|
2868
2868
|
|
2869
2869
|
:example:
|
2870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2870
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
2871
2871
|
"""
|
2872
2872
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2873
2873
|
required_arguments = []
|
@@ -2989,7 +2989,7 @@ class IdentityDomainsClient(object):
|
|
2989
2989
|
:rtype: :class:`~oci.response.Response`
|
2990
2990
|
|
2991
2991
|
:example:
|
2992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
2993
2993
|
"""
|
2994
2994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2995
2995
|
required_arguments = ['apiKeyId']
|
@@ -3110,7 +3110,7 @@ class IdentityDomainsClient(object):
|
|
3110
3110
|
:rtype: :class:`~oci.response.Response`
|
3111
3111
|
|
3112
3112
|
:example:
|
3113
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
3114
3114
|
"""
|
3115
3115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3116
3116
|
required_arguments = ['authTokenId']
|
@@ -3231,7 +3231,7 @@ class IdentityDomainsClient(object):
|
|
3231
3231
|
:rtype: :class:`~oci.response.Response`
|
3232
3232
|
|
3233
3233
|
:example:
|
3234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
3235
3235
|
"""
|
3236
3236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3237
3237
|
required_arguments = ['customerSecretKeyId']
|
@@ -3352,7 +3352,7 @@ class IdentityDomainsClient(object):
|
|
3352
3352
|
:rtype: :class:`~oci.response.Response`
|
3353
3353
|
|
3354
3354
|
:example:
|
3355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
3356
3356
|
"""
|
3357
3357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3358
3358
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -3473,7 +3473,7 @@ class IdentityDomainsClient(object):
|
|
3473
3473
|
:rtype: :class:`~oci.response.Response`
|
3474
3474
|
|
3475
3475
|
:example:
|
3476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
3477
3477
|
"""
|
3478
3478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3479
3479
|
required_arguments = ['groupId']
|
@@ -3594,7 +3594,7 @@ class IdentityDomainsClient(object):
|
|
3594
3594
|
:rtype: :class:`~oci.response.Response`
|
3595
3595
|
|
3596
3596
|
:example:
|
3597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
3598
3598
|
"""
|
3599
3599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3600
3600
|
required_arguments = ['identityProviderId']
|
@@ -3715,7 +3715,7 @@ class IdentityDomainsClient(object):
|
|
3715
3715
|
:rtype: :class:`~oci.response.Response`
|
3716
3716
|
|
3717
3717
|
:example:
|
3718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
3719
3719
|
"""
|
3720
3720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3721
3721
|
required_arguments = ['myApiKeyId']
|
@@ -3836,7 +3836,7 @@ class IdentityDomainsClient(object):
|
|
3836
3836
|
:rtype: :class:`~oci.response.Response`
|
3837
3837
|
|
3838
3838
|
:example:
|
3839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
3840
3840
|
"""
|
3841
3841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3842
3842
|
required_arguments = ['myAuthTokenId']
|
@@ -3957,7 +3957,7 @@ class IdentityDomainsClient(object):
|
|
3957
3957
|
:rtype: :class:`~oci.response.Response`
|
3958
3958
|
|
3959
3959
|
:example:
|
3960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
3961
3961
|
"""
|
3962
3962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3963
3963
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -4078,7 +4078,7 @@ class IdentityDomainsClient(object):
|
|
4078
4078
|
:rtype: :class:`~oci.response.Response`
|
4079
4079
|
|
4080
4080
|
:example:
|
4081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
4082
4082
|
"""
|
4083
4083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4084
4084
|
required_arguments = ['myDeviceId']
|
@@ -4199,7 +4199,7 @@ class IdentityDomainsClient(object):
|
|
4199
4199
|
:rtype: :class:`~oci.response.Response`
|
4200
4200
|
|
4201
4201
|
:example:
|
4202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
|
4203
4203
|
"""
|
4204
4204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4205
4205
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -4320,7 +4320,7 @@ class IdentityDomainsClient(object):
|
|
4320
4320
|
:rtype: :class:`~oci.response.Response`
|
4321
4321
|
|
4322
4322
|
:example:
|
4323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
4324
4324
|
"""
|
4325
4325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4326
4326
|
required_arguments = ['mySmtpCredentialId']
|
@@ -4441,7 +4441,7 @@ class IdentityDomainsClient(object):
|
|
4441
4441
|
:rtype: :class:`~oci.response.Response`
|
4442
4442
|
|
4443
4443
|
:example:
|
4444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
4445
4445
|
"""
|
4446
4446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4447
4447
|
required_arguments = ['mySupportAccountId']
|
@@ -4562,7 +4562,7 @@ class IdentityDomainsClient(object):
|
|
4562
4562
|
:rtype: :class:`~oci.response.Response`
|
4563
4563
|
|
4564
4564
|
:example:
|
4565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
4566
4566
|
"""
|
4567
4567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4568
4568
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -4683,7 +4683,7 @@ class IdentityDomainsClient(object):
|
|
4683
4683
|
:rtype: :class:`~oci.response.Response`
|
4684
4684
|
|
4685
4685
|
:example:
|
4686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
4687
4687
|
"""
|
4688
4688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4689
4689
|
required_arguments = ['myUserDbCredentialId']
|
@@ -4804,7 +4804,7 @@ class IdentityDomainsClient(object):
|
|
4804
4804
|
:rtype: :class:`~oci.response.Response`
|
4805
4805
|
|
4806
4806
|
:example:
|
4807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
4808
4808
|
"""
|
4809
4809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4810
4810
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -4925,7 +4925,7 @@ class IdentityDomainsClient(object):
|
|
4925
4925
|
:rtype: :class:`~oci.response.Response`
|
4926
4926
|
|
4927
4927
|
:example:
|
4928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
4929
4929
|
"""
|
4930
4930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4931
4931
|
required_arguments = ['passwordPolicyId']
|
@@ -5046,7 +5046,7 @@ class IdentityDomainsClient(object):
|
|
5046
5046
|
:rtype: :class:`~oci.response.Response`
|
5047
5047
|
|
5048
5048
|
:example:
|
5049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
5050
5050
|
"""
|
5051
5051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5052
5052
|
required_arguments = ['smtpCredentialId']
|
@@ -5167,7 +5167,7 @@ class IdentityDomainsClient(object):
|
|
5167
5167
|
:rtype: :class:`~oci.response.Response`
|
5168
5168
|
|
5169
5169
|
:example:
|
5170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
5171
5171
|
"""
|
5172
5172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5173
5173
|
required_arguments = ['userId']
|
@@ -5288,7 +5288,7 @@ class IdentityDomainsClient(object):
|
|
5288
5288
|
:rtype: :class:`~oci.response.Response`
|
5289
5289
|
|
5290
5290
|
:example:
|
5291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
5292
5292
|
"""
|
5293
5293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5294
5294
|
required_arguments = ['userDbCredentialId']
|
@@ -5411,7 +5411,7 @@ class IdentityDomainsClient(object):
|
|
5411
5411
|
:rtype: :class:`~oci.response.Response`
|
5412
5412
|
|
5413
5413
|
:example:
|
5414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
5415
5415
|
"""
|
5416
5416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5417
5417
|
required_arguments = ['apiKeyId']
|
@@ -5544,7 +5544,7 @@ class IdentityDomainsClient(object):
|
|
5544
5544
|
:rtype: :class:`~oci.response.Response`
|
5545
5545
|
|
5546
5546
|
:example:
|
5547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
5548
5548
|
"""
|
5549
5549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5550
5550
|
required_arguments = ['authTokenId']
|
@@ -5677,7 +5677,7 @@ class IdentityDomainsClient(object):
|
|
5677
5677
|
:rtype: :class:`~oci.response.Response`
|
5678
5678
|
|
5679
5679
|
:example:
|
5680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
5681
5681
|
"""
|
5682
5682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5683
5683
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -5810,7 +5810,7 @@ class IdentityDomainsClient(object):
|
|
5810
5810
|
:rtype: :class:`~oci.response.Response`
|
5811
5811
|
|
5812
5812
|
:example:
|
5813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
5814
5814
|
"""
|
5815
5815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5816
5816
|
required_arguments = ['customerSecretKeyId']
|
@@ -5943,7 +5943,7 @@ class IdentityDomainsClient(object):
|
|
5943
5943
|
:rtype: :class:`~oci.response.Response`
|
5944
5944
|
|
5945
5945
|
:example:
|
5946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
5947
5947
|
"""
|
5948
5948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5949
5949
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -6076,7 +6076,7 @@ class IdentityDomainsClient(object):
|
|
6076
6076
|
:rtype: :class:`~oci.response.Response`
|
6077
6077
|
|
6078
6078
|
:example:
|
6079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
6080
6080
|
"""
|
6081
6081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6082
6082
|
required_arguments = ['groupId']
|
@@ -6209,7 +6209,7 @@ class IdentityDomainsClient(object):
|
|
6209
6209
|
:rtype: :class:`~oci.response.Response`
|
6210
6210
|
|
6211
6211
|
:example:
|
6212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
6213
6213
|
"""
|
6214
6214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6215
6215
|
required_arguments = ['identityProviderId']
|
@@ -6342,7 +6342,7 @@ class IdentityDomainsClient(object):
|
|
6342
6342
|
:rtype: :class:`~oci.response.Response`
|
6343
6343
|
|
6344
6344
|
:example:
|
6345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
6346
6346
|
"""
|
6347
6347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6348
6348
|
required_arguments = ['kmsiSettingId']
|
@@ -6472,7 +6472,7 @@ class IdentityDomainsClient(object):
|
|
6472
6472
|
:rtype: :class:`~oci.response.Response`
|
6473
6473
|
|
6474
6474
|
:example:
|
6475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
6476
6476
|
"""
|
6477
6477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6478
6478
|
required_arguments = []
|
@@ -6585,7 +6585,7 @@ class IdentityDomainsClient(object):
|
|
6585
6585
|
:rtype: :class:`~oci.response.Response`
|
6586
6586
|
|
6587
6587
|
:example:
|
6588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
6589
6589
|
"""
|
6590
6590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6591
6591
|
required_arguments = ['myApiKeyId']
|
@@ -6692,7 +6692,7 @@ class IdentityDomainsClient(object):
|
|
6692
6692
|
:rtype: :class:`~oci.response.Response`
|
6693
6693
|
|
6694
6694
|
:example:
|
6695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
6696
6696
|
"""
|
6697
6697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6698
6698
|
required_arguments = ['myAuthTokenId']
|
@@ -6799,7 +6799,7 @@ class IdentityDomainsClient(object):
|
|
6799
6799
|
:rtype: :class:`~oci.response.Response`
|
6800
6800
|
|
6801
6801
|
:example:
|
6802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
6803
6803
|
"""
|
6804
6804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6805
6805
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -6914,7 +6914,7 @@ class IdentityDomainsClient(object):
|
|
6914
6914
|
:rtype: :class:`~oci.response.Response`
|
6915
6915
|
|
6916
6916
|
:example:
|
6917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
6918
6918
|
"""
|
6919
6919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6920
6920
|
required_arguments = ['myDeviceId']
|
@@ -7039,7 +7039,7 @@ class IdentityDomainsClient(object):
|
|
7039
7039
|
:rtype: :class:`~oci.response.Response`
|
7040
7040
|
|
7041
7041
|
:example:
|
7042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
|
7043
7043
|
"""
|
7044
7044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7045
7045
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -7146,7 +7146,7 @@ class IdentityDomainsClient(object):
|
|
7146
7146
|
:rtype: :class:`~oci.response.Response`
|
7147
7147
|
|
7148
7148
|
:example:
|
7149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
7150
7150
|
"""
|
7151
7151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7152
7152
|
required_arguments = ['mySmtpCredentialId']
|
@@ -7253,7 +7253,7 @@ class IdentityDomainsClient(object):
|
|
7253
7253
|
:rtype: :class:`~oci.response.Response`
|
7254
7254
|
|
7255
7255
|
:example:
|
7256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
7257
7257
|
"""
|
7258
7258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7259
7259
|
required_arguments = ['mySupportAccountId']
|
@@ -7368,7 +7368,7 @@ class IdentityDomainsClient(object):
|
|
7368
7368
|
:rtype: :class:`~oci.response.Response`
|
7369
7369
|
|
7370
7370
|
:example:
|
7371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
7372
7372
|
"""
|
7373
7373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7374
7374
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -7493,7 +7493,7 @@ class IdentityDomainsClient(object):
|
|
7493
7493
|
:rtype: :class:`~oci.response.Response`
|
7494
7494
|
|
7495
7495
|
:example:
|
7496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
7497
7497
|
"""
|
7498
7498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7499
7499
|
required_arguments = ['myUserDbCredentialId']
|
@@ -7608,7 +7608,7 @@ class IdentityDomainsClient(object):
|
|
7608
7608
|
:rtype: :class:`~oci.response.Response`
|
7609
7609
|
|
7610
7610
|
:example:
|
7611
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
7612
7612
|
"""
|
7613
7613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7614
7614
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -7741,7 +7741,7 @@ class IdentityDomainsClient(object):
|
|
7741
7741
|
:rtype: :class:`~oci.response.Response`
|
7742
7742
|
|
7743
7743
|
:example:
|
7744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
7745
7745
|
"""
|
7746
7746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7747
7747
|
required_arguments = ['passwordPolicyId']
|
@@ -7874,7 +7874,7 @@ class IdentityDomainsClient(object):
|
|
7874
7874
|
:rtype: :class:`~oci.response.Response`
|
7875
7875
|
|
7876
7876
|
:example:
|
7877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
7878
7878
|
"""
|
7879
7879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7880
7880
|
required_arguments = ['smtpCredentialId']
|
@@ -8007,7 +8007,7 @@ class IdentityDomainsClient(object):
|
|
8007
8007
|
:rtype: :class:`~oci.response.Response`
|
8008
8008
|
|
8009
8009
|
:example:
|
8010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
8011
8011
|
"""
|
8012
8012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8013
8013
|
required_arguments = ['userId']
|
@@ -8140,7 +8140,7 @@ class IdentityDomainsClient(object):
|
|
8140
8140
|
:rtype: :class:`~oci.response.Response`
|
8141
8141
|
|
8142
8142
|
:example:
|
8143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
8144
8144
|
"""
|
8145
8145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8146
8146
|
required_arguments = ['userDbCredentialId']
|
@@ -8295,7 +8295,7 @@ class IdentityDomainsClient(object):
|
|
8295
8295
|
:rtype: :class:`~oci.response.Response`
|
8296
8296
|
|
8297
8297
|
:example:
|
8298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
8299
8299
|
"""
|
8300
8300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8301
8301
|
required_arguments = []
|
@@ -8459,7 +8459,7 @@ class IdentityDomainsClient(object):
|
|
8459
8459
|
:rtype: :class:`~oci.response.Response`
|
8460
8460
|
|
8461
8461
|
:example:
|
8462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
8463
8463
|
"""
|
8464
8464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8465
8465
|
required_arguments = []
|
@@ -8604,7 +8604,7 @@ class IdentityDomainsClient(object):
|
|
8604
8604
|
:rtype: :class:`~oci.response.Response`
|
8605
8605
|
|
8606
8606
|
:example:
|
8607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
8608
8608
|
"""
|
8609
8609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8610
8610
|
required_arguments = []
|
@@ -8751,7 +8751,7 @@ class IdentityDomainsClient(object):
|
|
8751
8751
|
:rtype: :class:`~oci.response.Response`
|
8752
8752
|
|
8753
8753
|
:example:
|
8754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
8755
8755
|
"""
|
8756
8756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8757
8757
|
required_arguments = []
|
@@ -8915,7 +8915,7 @@ class IdentityDomainsClient(object):
|
|
8915
8915
|
:rtype: :class:`~oci.response.Response`
|
8916
8916
|
|
8917
8917
|
:example:
|
8918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
8919
8919
|
"""
|
8920
8920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8921
8921
|
required_arguments = []
|
@@ -9079,7 +9079,7 @@ class IdentityDomainsClient(object):
|
|
9079
9079
|
:rtype: :class:`~oci.response.Response`
|
9080
9080
|
|
9081
9081
|
:example:
|
9082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
9083
9083
|
"""
|
9084
9084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9085
9085
|
required_arguments = []
|
@@ -9243,7 +9243,7 @@ class IdentityDomainsClient(object):
|
|
9243
9243
|
:rtype: :class:`~oci.response.Response`
|
9244
9244
|
|
9245
9245
|
:example:
|
9246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
9247
9247
|
"""
|
9248
9248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9249
9249
|
required_arguments = []
|
@@ -9388,7 +9388,7 @@ class IdentityDomainsClient(object):
|
|
9388
9388
|
:rtype: :class:`~oci.response.Response`
|
9389
9389
|
|
9390
9390
|
:example:
|
9391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
9392
9392
|
"""
|
9393
9393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9394
9394
|
required_arguments = []
|
@@ -9527,7 +9527,7 @@ class IdentityDomainsClient(object):
|
|
9527
9527
|
:rtype: :class:`~oci.response.Response`
|
9528
9528
|
|
9529
9529
|
:example:
|
9530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
9531
9531
|
"""
|
9532
9532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9533
9533
|
required_arguments = []
|
@@ -9671,7 +9671,7 @@ class IdentityDomainsClient(object):
|
|
9671
9671
|
:rtype: :class:`~oci.response.Response`
|
9672
9672
|
|
9673
9673
|
:example:
|
9674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
9675
9675
|
"""
|
9676
9676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9677
9677
|
required_arguments = []
|
@@ -9815,7 +9815,7 @@ class IdentityDomainsClient(object):
|
|
9815
9815
|
:rtype: :class:`~oci.response.Response`
|
9816
9816
|
|
9817
9817
|
:example:
|
9818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
9819
9819
|
"""
|
9820
9820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9821
9821
|
required_arguments = []
|
@@ -9967,7 +9967,7 @@ class IdentityDomainsClient(object):
|
|
9967
9967
|
:rtype: :class:`~oci.response.Response`
|
9968
9968
|
|
9969
9969
|
:example:
|
9970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
9971
9971
|
"""
|
9972
9972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9973
9973
|
required_arguments = []
|
@@ -10131,7 +10131,7 @@ class IdentityDomainsClient(object):
|
|
10131
10131
|
:rtype: :class:`~oci.response.Response`
|
10132
10132
|
|
10133
10133
|
:example:
|
10134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
10135
10135
|
"""
|
10136
10136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10137
10137
|
required_arguments = []
|
@@ -10287,7 +10287,7 @@ class IdentityDomainsClient(object):
|
|
10287
10287
|
:rtype: :class:`~oci.response.Response`
|
10288
10288
|
|
10289
10289
|
:example:
|
10290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
|
10291
10291
|
"""
|
10292
10292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10293
10293
|
required_arguments = []
|
@@ -10431,7 +10431,7 @@ class IdentityDomainsClient(object):
|
|
10431
10431
|
:rtype: :class:`~oci.response.Response`
|
10432
10432
|
|
10433
10433
|
:example:
|
10434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
10435
10435
|
"""
|
10436
10436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10437
10437
|
required_arguments = []
|
@@ -10575,7 +10575,7 @@ class IdentityDomainsClient(object):
|
|
10575
10575
|
:rtype: :class:`~oci.response.Response`
|
10576
10576
|
|
10577
10577
|
:example:
|
10578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
10579
10579
|
"""
|
10580
10580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10581
10581
|
required_arguments = []
|
@@ -10727,7 +10727,7 @@ class IdentityDomainsClient(object):
|
|
10727
10727
|
:rtype: :class:`~oci.response.Response`
|
10728
10728
|
|
10729
10729
|
:example:
|
10730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
10731
10731
|
"""
|
10732
10732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10733
10733
|
required_arguments = []
|
@@ -10883,7 +10883,7 @@ class IdentityDomainsClient(object):
|
|
10883
10883
|
:rtype: :class:`~oci.response.Response`
|
10884
10884
|
|
10885
10885
|
:example:
|
10886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
10887
10887
|
"""
|
10888
10888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10889
10889
|
required_arguments = []
|
@@ -11035,7 +11035,7 @@ class IdentityDomainsClient(object):
|
|
11035
11035
|
:rtype: :class:`~oci.response.Response`
|
11036
11036
|
|
11037
11037
|
:example:
|
11038
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11038
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
11039
11039
|
"""
|
11040
11040
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11041
11041
|
required_arguments = []
|
@@ -11199,7 +11199,7 @@ class IdentityDomainsClient(object):
|
|
11199
11199
|
:rtype: :class:`~oci.response.Response`
|
11200
11200
|
|
11201
11201
|
:example:
|
11202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
11203
11203
|
"""
|
11204
11204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11205
11205
|
required_arguments = []
|
@@ -11363,7 +11363,7 @@ class IdentityDomainsClient(object):
|
|
11363
11363
|
:rtype: :class:`~oci.response.Response`
|
11364
11364
|
|
11365
11365
|
:example:
|
11366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
11367
11367
|
"""
|
11368
11368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11369
11369
|
required_arguments = []
|
@@ -11527,7 +11527,7 @@ class IdentityDomainsClient(object):
|
|
11527
11527
|
:rtype: :class:`~oci.response.Response`
|
11528
11528
|
|
11529
11529
|
:example:
|
11530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
11531
11531
|
"""
|
11532
11532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11533
11533
|
required_arguments = []
|
@@ -11691,7 +11691,7 @@ class IdentityDomainsClient(object):
|
|
11691
11691
|
:rtype: :class:`~oci.response.Response`
|
11692
11692
|
|
11693
11693
|
:example:
|
11694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
11695
11695
|
"""
|
11696
11696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11697
11697
|
required_arguments = []
|
@@ -11851,7 +11851,7 @@ class IdentityDomainsClient(object):
|
|
11851
11851
|
:rtype: :class:`~oci.response.Response`
|
11852
11852
|
|
11853
11853
|
:example:
|
11854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
11855
11855
|
"""
|
11856
11856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11857
11857
|
required_arguments = ['apiKeyId']
|
@@ -12007,7 +12007,7 @@ class IdentityDomainsClient(object):
|
|
12007
12007
|
:rtype: :class:`~oci.response.Response`
|
12008
12008
|
|
12009
12009
|
:example:
|
12010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
12011
12011
|
"""
|
12012
12012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12013
12013
|
required_arguments = ['authTokenId']
|
@@ -12163,7 +12163,7 @@ class IdentityDomainsClient(object):
|
|
12163
12163
|
:rtype: :class:`~oci.response.Response`
|
12164
12164
|
|
12165
12165
|
:example:
|
12166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
12167
12167
|
"""
|
12168
12168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12169
12169
|
required_arguments = ['customerSecretKeyId']
|
@@ -12319,7 +12319,7 @@ class IdentityDomainsClient(object):
|
|
12319
12319
|
:rtype: :class:`~oci.response.Response`
|
12320
12320
|
|
12321
12321
|
:example:
|
12322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
12323
12323
|
"""
|
12324
12324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12325
12325
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -12475,7 +12475,7 @@ class IdentityDomainsClient(object):
|
|
12475
12475
|
:rtype: :class:`~oci.response.Response`
|
12476
12476
|
|
12477
12477
|
:example:
|
12478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
12479
12479
|
"""
|
12480
12480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12481
12481
|
required_arguments = ['groupId']
|
@@ -12631,7 +12631,7 @@ class IdentityDomainsClient(object):
|
|
12631
12631
|
:rtype: :class:`~oci.response.Response`
|
12632
12632
|
|
12633
12633
|
:example:
|
12634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
12635
12635
|
"""
|
12636
12636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12637
12637
|
required_arguments = ['identityProviderId']
|
@@ -12787,7 +12787,7 @@ class IdentityDomainsClient(object):
|
|
12787
12787
|
:rtype: :class:`~oci.response.Response`
|
12788
12788
|
|
12789
12789
|
:example:
|
12790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
12791
12791
|
"""
|
12792
12792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12793
12793
|
required_arguments = ['kmsiSettingId']
|
@@ -12940,7 +12940,7 @@ class IdentityDomainsClient(object):
|
|
12940
12940
|
:rtype: :class:`~oci.response.Response`
|
12941
12941
|
|
12942
12942
|
:example:
|
12943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
12944
12944
|
"""
|
12945
12945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12946
12946
|
required_arguments = []
|
@@ -13076,7 +13076,7 @@ class IdentityDomainsClient(object):
|
|
13076
13076
|
:rtype: :class:`~oci.response.Response`
|
13077
13077
|
|
13078
13078
|
:example:
|
13079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
13080
13080
|
"""
|
13081
13081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13082
13082
|
required_arguments = ['myApiKeyId']
|
@@ -13206,7 +13206,7 @@ class IdentityDomainsClient(object):
|
|
13206
13206
|
:rtype: :class:`~oci.response.Response`
|
13207
13207
|
|
13208
13208
|
:example:
|
13209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
13210
13210
|
"""
|
13211
13211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13212
13212
|
required_arguments = ['myAuthTokenId']
|
@@ -13336,7 +13336,7 @@ class IdentityDomainsClient(object):
|
|
13336
13336
|
:rtype: :class:`~oci.response.Response`
|
13337
13337
|
|
13338
13338
|
:example:
|
13339
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13339
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
13340
13340
|
"""
|
13341
13341
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13342
13342
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -13474,7 +13474,7 @@ class IdentityDomainsClient(object):
|
|
13474
13474
|
:rtype: :class:`~oci.response.Response`
|
13475
13475
|
|
13476
13476
|
:example:
|
13477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
13478
13478
|
"""
|
13479
13479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13480
13480
|
required_arguments = ['myDeviceId']
|
@@ -13622,7 +13622,7 @@ class IdentityDomainsClient(object):
|
|
13622
13622
|
:rtype: :class:`~oci.response.Response`
|
13623
13623
|
|
13624
13624
|
:example:
|
13625
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13625
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
|
13626
13626
|
"""
|
13627
13627
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13628
13628
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -13752,7 +13752,7 @@ class IdentityDomainsClient(object):
|
|
13752
13752
|
:rtype: :class:`~oci.response.Response`
|
13753
13753
|
|
13754
13754
|
:example:
|
13755
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
13756
13756
|
"""
|
13757
13757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13758
13758
|
required_arguments = ['mySmtpCredentialId']
|
@@ -13890,7 +13890,7 @@ class IdentityDomainsClient(object):
|
|
13890
13890
|
:rtype: :class:`~oci.response.Response`
|
13891
13891
|
|
13892
13892
|
:example:
|
13893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
13894
13894
|
"""
|
13895
13895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13896
13896
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -14046,7 +14046,7 @@ class IdentityDomainsClient(object):
|
|
14046
14046
|
:rtype: :class:`~oci.response.Response`
|
14047
14047
|
|
14048
14048
|
:example:
|
14049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
14050
14050
|
"""
|
14051
14051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14052
14052
|
required_arguments = ['passwordPolicyId']
|
@@ -14202,7 +14202,7 @@ class IdentityDomainsClient(object):
|
|
14202
14202
|
:rtype: :class:`~oci.response.Response`
|
14203
14203
|
|
14204
14204
|
:example:
|
14205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
14206
14206
|
"""
|
14207
14207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14208
14208
|
required_arguments = ['smtpCredentialId']
|
@@ -14358,7 +14358,7 @@ class IdentityDomainsClient(object):
|
|
14358
14358
|
:rtype: :class:`~oci.response.Response`
|
14359
14359
|
|
14360
14360
|
:example:
|
14361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
14362
14362
|
"""
|
14363
14363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14364
14364
|
required_arguments = ['userId']
|
@@ -14514,7 +14514,7 @@ class IdentityDomainsClient(object):
|
|
14514
14514
|
:rtype: :class:`~oci.response.Response`
|
14515
14515
|
|
14516
14516
|
:example:
|
14517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
14518
14518
|
"""
|
14519
14519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14520
14520
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -14670,7 +14670,7 @@ class IdentityDomainsClient(object):
|
|
14670
14670
|
:rtype: :class:`~oci.response.Response`
|
14671
14671
|
|
14672
14672
|
:example:
|
14673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14673
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
14674
14674
|
"""
|
14675
14675
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14676
14676
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -14826,7 +14826,7 @@ class IdentityDomainsClient(object):
|
|
14826
14826
|
:rtype: :class:`~oci.response.Response`
|
14827
14827
|
|
14828
14828
|
:example:
|
14829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
14830
14830
|
"""
|
14831
14831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14832
14832
|
required_arguments = ['groupId']
|
@@ -14982,7 +14982,7 @@ class IdentityDomainsClient(object):
|
|
14982
14982
|
:rtype: :class:`~oci.response.Response`
|
14983
14983
|
|
14984
14984
|
:example:
|
14985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
14986
14986
|
"""
|
14987
14987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14988
14988
|
required_arguments = ['identityProviderId']
|
@@ -15138,7 +15138,7 @@ class IdentityDomainsClient(object):
|
|
15138
15138
|
:rtype: :class:`~oci.response.Response`
|
15139
15139
|
|
15140
15140
|
:example:
|
15141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
15142
15142
|
"""
|
15143
15143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15144
15144
|
required_arguments = ['kmsiSettingId']
|
@@ -15291,7 +15291,7 @@ class IdentityDomainsClient(object):
|
|
15291
15291
|
:rtype: :class:`~oci.response.Response`
|
15292
15292
|
|
15293
15293
|
:example:
|
15294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
15295
15295
|
"""
|
15296
15296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15297
15297
|
required_arguments = []
|
@@ -15424,7 +15424,7 @@ class IdentityDomainsClient(object):
|
|
15424
15424
|
:rtype: :class:`~oci.response.Response`
|
15425
15425
|
|
15426
15426
|
:example:
|
15427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15427
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
15428
15428
|
"""
|
15429
15429
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15430
15430
|
required_arguments = []
|
@@ -15550,7 +15550,7 @@ class IdentityDomainsClient(object):
|
|
15550
15550
|
:rtype: :class:`~oci.response.Response`
|
15551
15551
|
|
15552
15552
|
:example:
|
15553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
15554
15554
|
"""
|
15555
15555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15556
15556
|
required_arguments = ['passwordPolicyId']
|
@@ -15706,7 +15706,7 @@ class IdentityDomainsClient(object):
|
|
15706
15706
|
:rtype: :class:`~oci.response.Response`
|
15707
15707
|
|
15708
15708
|
:example:
|
15709
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
15710
15710
|
"""
|
15711
15711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15712
15712
|
required_arguments = ['userId']
|
@@ -15854,7 +15854,7 @@ class IdentityDomainsClient(object):
|
|
15854
15854
|
:rtype: :class:`~oci.response.Response`
|
15855
15855
|
|
15856
15856
|
:example:
|
15857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
15858
15858
|
"""
|
15859
15859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15860
15860
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -15984,7 +15984,7 @@ class IdentityDomainsClient(object):
|
|
15984
15984
|
:rtype: :class:`~oci.response.Response`
|
15985
15985
|
|
15986
15986
|
:example:
|
15987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
15988
15988
|
"""
|
15989
15989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15990
15990
|
required_arguments = ['userPasswordChangerId']
|
@@ -16114,7 +16114,7 @@ class IdentityDomainsClient(object):
|
|
16114
16114
|
:rtype: :class:`~oci.response.Response`
|
16115
16115
|
|
16116
16116
|
:example:
|
16117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
16118
16118
|
"""
|
16119
16119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16120
16120
|
required_arguments = ['userPasswordResetterId']
|
@@ -16252,7 +16252,7 @@ class IdentityDomainsClient(object):
|
|
16252
16252
|
:rtype: :class:`~oci.response.Response`
|
16253
16253
|
|
16254
16254
|
:example:
|
16255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
16256
16256
|
"""
|
16257
16257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16258
16258
|
required_arguments = ['userStatusChangerId']
|
@@ -16388,7 +16388,7 @@ class IdentityDomainsClient(object):
|
|
16388
16388
|
:rtype: :class:`~oci.response.Response`
|
16389
16389
|
|
16390
16390
|
:example:
|
16391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
16392
16392
|
"""
|
16393
16393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16394
16394
|
required_arguments = []
|
@@ -16502,7 +16502,7 @@ class IdentityDomainsClient(object):
|
|
16502
16502
|
:rtype: :class:`~oci.response.Response`
|
16503
16503
|
|
16504
16504
|
:example:
|
16505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
16506
16506
|
"""
|
16507
16507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16508
16508
|
required_arguments = []
|
@@ -16616,7 +16616,7 @@ class IdentityDomainsClient(object):
|
|
16616
16616
|
:rtype: :class:`~oci.response.Response`
|
16617
16617
|
|
16618
16618
|
:example:
|
16619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
16620
16620
|
"""
|
16621
16621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16622
16622
|
required_arguments = []
|
@@ -16730,7 +16730,7 @@ class IdentityDomainsClient(object):
|
|
16730
16730
|
:rtype: :class:`~oci.response.Response`
|
16731
16731
|
|
16732
16732
|
:example:
|
16733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
16734
16734
|
"""
|
16735
16735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16736
16736
|
required_arguments = []
|
@@ -16844,7 +16844,7 @@ class IdentityDomainsClient(object):
|
|
16844
16844
|
:rtype: :class:`~oci.response.Response`
|
16845
16845
|
|
16846
16846
|
:example:
|
16847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
16848
16848
|
"""
|
16849
16849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16850
16850
|
required_arguments = []
|
@@ -16958,7 +16958,7 @@ class IdentityDomainsClient(object):
|
|
16958
16958
|
:rtype: :class:`~oci.response.Response`
|
16959
16959
|
|
16960
16960
|
:example:
|
16961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
16962
16962
|
"""
|
16963
16963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16964
16964
|
required_arguments = []
|
@@ -17072,7 +17072,7 @@ class IdentityDomainsClient(object):
|
|
17072
17072
|
:rtype: :class:`~oci.response.Response`
|
17073
17073
|
|
17074
17074
|
:example:
|
17075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
17076
17076
|
"""
|
17077
17077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17078
17078
|
required_arguments = []
|
@@ -17186,7 +17186,7 @@ class IdentityDomainsClient(object):
|
|
17186
17186
|
:rtype: :class:`~oci.response.Response`
|
17187
17187
|
|
17188
17188
|
:example:
|
17189
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17189
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
17190
17190
|
"""
|
17191
17191
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17192
17192
|
required_arguments = []
|
@@ -17300,7 +17300,7 @@ class IdentityDomainsClient(object):
|
|
17300
17300
|
:rtype: :class:`~oci.response.Response`
|
17301
17301
|
|
17302
17302
|
:example:
|
17303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
17304
17304
|
"""
|
17305
17305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17306
17306
|
required_arguments = []
|
@@ -17414,7 +17414,7 @@ class IdentityDomainsClient(object):
|
|
17414
17414
|
:rtype: :class:`~oci.response.Response`
|
17415
17415
|
|
17416
17416
|
:example:
|
17417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
17418
17418
|
"""
|
17419
17419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17420
17420
|
required_arguments = []
|
@@ -17528,7 +17528,7 @@ class IdentityDomainsClient(object):
|
|
17528
17528
|
:rtype: :class:`~oci.response.Response`
|
17529
17529
|
|
17530
17530
|
:example:
|
17531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
17532
17532
|
"""
|
17533
17533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17534
17534
|
required_arguments = []
|
@@ -17642,7 +17642,7 @@ class IdentityDomainsClient(object):
|
|
17642
17642
|
:rtype: :class:`~oci.response.Response`
|
17643
17643
|
|
17644
17644
|
:example:
|
17645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
17646
17646
|
"""
|
17647
17647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17648
17648
|
required_arguments = []
|
@@ -17756,7 +17756,7 @@ class IdentityDomainsClient(object):
|
|
17756
17756
|
:rtype: :class:`~oci.response.Response`
|
17757
17757
|
|
17758
17758
|
:example:
|
17759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
17760
17760
|
"""
|
17761
17761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17762
17762
|
required_arguments = []
|
@@ -17870,7 +17870,7 @@ class IdentityDomainsClient(object):
|
|
17870
17870
|
:rtype: :class:`~oci.response.Response`
|
17871
17871
|
|
17872
17872
|
:example:
|
17873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
17874
17874
|
"""
|
17875
17875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17876
17876
|
required_arguments = []
|