oci 2.137.1__py3-none-any.whl → 2.138.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/auth/auth_utils.py +9 -6
- oci/auth/federation_client.py +59 -5
- oci/auth/rpt_path_providers.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +5 -12
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +69 -245
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/activity_item.py +37 -6
- oci/cims/models/create_account_item_details.py +3 -0
- oci/cims/models/create_incident.py +22 -2
- oci/cims/models/create_limit_item_details.py +10 -3
- oci/cims/models/create_tech_support_item_details.py +3 -0
- oci/cims/models/create_user_details.py +22 -2
- oci/cims/models/incident.py +22 -2
- oci/cims/models/incident_resource_type.py +46 -15
- oci/cims/models/incident_summary.py +22 -2
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +40 -5
- oci/cims/models/service_categories.py +34 -34
- oci/cims/models/service_category.py +31 -0
- oci/cims/models/sub_categories.py +165 -0
- oci/cims/models/sub_components.py +103 -0
- oci/cims/models/subscription_info.py +103 -0
- oci/cims/models/ticket.py +4 -4
- oci/cims/models/update_incident.py +22 -2
- oci/cims/models/user.py +22 -2
- oci/circuit_breaker/__init__.py +24 -2
- oci/circuit_breaker/circuit_breaker.py +11 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +270 -44
- oci/data_flow/data_flow_client_composite_operations.py +78 -0
- oci/data_flow/models/sql_endpoint.py +7 -3
- oci/data_flow/models/sql_endpoint_summary.py +7 -3
- oci/data_flow/models/update_sql_endpoint_details.py +344 -3
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +92 -92
- oci/database/database_client.py +396 -396
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +69 -69
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +874 -333
- oci/identity_domains/models/__init__.py +20 -0
- oci/identity_domains/models/condition.py +31 -2
- oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
- oci/identity_domains/models/policy.py +31 -2
- oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/policy_policy_type.py +2 -2
- oci/identity_domains/models/restore_oci_console_policy.py +722 -0
- oci/identity_domains/models/rule.py +31 -2
- oci/identity_domains/models/rule_condition_group.py +2 -2
- oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +180 -180
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +15 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/retry/__init__.py +20 -0
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/METADATA +1 -1
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/RECORD +306 -293
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/WHEEL +0 -0
- {oci-2.137.1.dist-info → oci-2.138.0.dist-info}/top_level.txt +0 -0
@@ -169,7 +169,7 @@ class IdentityDomainsClient(object):
|
|
169
169
|
:rtype: :class:`~oci.response.Response`
|
170
170
|
|
171
171
|
:example:
|
172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_api_key.py.html>`__ to see an example of how to use create_api_key API.
|
173
173
|
"""
|
174
174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
175
175
|
required_arguments = []
|
@@ -305,7 +305,7 @@ class IdentityDomainsClient(object):
|
|
305
305
|
:rtype: :class:`~oci.response.Response`
|
306
306
|
|
307
307
|
:example:
|
308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_app.py.html>`__ to see an example of how to use create_app API.
|
309
309
|
"""
|
310
310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
311
311
|
required_arguments = []
|
@@ -441,7 +441,7 @@ class IdentityDomainsClient(object):
|
|
441
441
|
:rtype: :class:`~oci.response.Response`
|
442
442
|
|
443
443
|
:example:
|
444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_app_role.py.html>`__ to see an example of how to use create_app_role API.
|
445
445
|
"""
|
446
446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
447
447
|
required_arguments = []
|
@@ -577,7 +577,7 @@ class IdentityDomainsClient(object):
|
|
577
577
|
:rtype: :class:`~oci.response.Response`
|
578
578
|
|
579
579
|
:example:
|
580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_approval_workflow.py.html>`__ to see an example of how to use create_approval_workflow API.
|
581
581
|
"""
|
582
582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
583
583
|
required_arguments = []
|
@@ -713,7 +713,7 @@ class IdentityDomainsClient(object):
|
|
713
713
|
:rtype: :class:`~oci.response.Response`
|
714
714
|
|
715
715
|
:example:
|
716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_approval_workflow_assignment.py.html>`__ to see an example of how to use create_approval_workflow_assignment API.
|
717
717
|
"""
|
718
718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
719
719
|
required_arguments = []
|
@@ -849,7 +849,7 @@ class IdentityDomainsClient(object):
|
|
849
849
|
:rtype: :class:`~oci.response.Response`
|
850
850
|
|
851
851
|
:example:
|
852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_approval_workflow_step.py.html>`__ to see an example of how to use create_approval_workflow_step API.
|
853
853
|
"""
|
854
854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
855
855
|
required_arguments = []
|
@@ -985,7 +985,7 @@ class IdentityDomainsClient(object):
|
|
985
985
|
:rtype: :class:`~oci.response.Response`
|
986
986
|
|
987
987
|
:example:
|
988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
|
989
989
|
"""
|
990
990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
991
991
|
required_arguments = []
|
@@ -1113,7 +1113,7 @@ class IdentityDomainsClient(object):
|
|
1113
1113
|
:rtype: :class:`~oci.response.Response`
|
1114
1114
|
|
1115
1115
|
:example:
|
1116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
|
1117
1117
|
"""
|
1118
1118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1119
1119
|
required_arguments = []
|
@@ -1231,7 +1231,7 @@ class IdentityDomainsClient(object):
|
|
1231
1231
|
:rtype: :class:`~oci.response.Response`
|
1232
1232
|
|
1233
1233
|
:example:
|
1234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_cloud_gate.py.html>`__ to see an example of how to use create_cloud_gate API.
|
1235
1235
|
"""
|
1236
1236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1237
1237
|
required_arguments = []
|
@@ -1367,7 +1367,7 @@ class IdentityDomainsClient(object):
|
|
1367
1367
|
:rtype: :class:`~oci.response.Response`
|
1368
1368
|
|
1369
1369
|
:example:
|
1370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_cloud_gate_mapping.py.html>`__ to see an example of how to use create_cloud_gate_mapping API.
|
1371
1371
|
"""
|
1372
1372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1373
1373
|
required_arguments = []
|
@@ -1503,7 +1503,7 @@ class IdentityDomainsClient(object):
|
|
1503
1503
|
:rtype: :class:`~oci.response.Response`
|
1504
1504
|
|
1505
1505
|
:example:
|
1506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_cloud_gate_server.py.html>`__ to see an example of how to use create_cloud_gate_server API.
|
1507
1507
|
"""
|
1508
1508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1509
1509
|
required_arguments = []
|
@@ -1588,7 +1588,7 @@ class IdentityDomainsClient(object):
|
|
1588
1588
|
|
1589
1589
|
def create_condition(self, **kwargs):
|
1590
1590
|
"""
|
1591
|
-
Create a
|
1591
|
+
Create a condition
|
1592
1592
|
|
1593
1593
|
|
1594
1594
|
:param str authorization: (optional)
|
@@ -1609,12 +1609,14 @@ class IdentityDomainsClient(object):
|
|
1609
1609
|
Condition schema.
|
1610
1610
|
|
1611
1611
|
Before you specify an attribute-value in a request to create a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
1612
|
+
|
1612
1613
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
1613
1614
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
1614
1615
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
1615
1616
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
1616
1617
|
|
1617
1618
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
1619
|
+
|
1618
1620
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
1619
1621
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
1620
1622
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -1639,7 +1641,7 @@ class IdentityDomainsClient(object):
|
|
1639
1641
|
:rtype: :class:`~oci.response.Response`
|
1640
1642
|
|
1641
1643
|
:example:
|
1642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_condition.py.html>`__ to see an example of how to use create_condition API.
|
1643
1645
|
"""
|
1644
1646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1645
1647
|
required_arguments = []
|
@@ -1775,7 +1777,7 @@ class IdentityDomainsClient(object):
|
|
1775
1777
|
:rtype: :class:`~oci.response.Response`
|
1776
1778
|
|
1777
1779
|
:example:
|
1778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
1779
1781
|
"""
|
1780
1782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1781
1783
|
required_arguments = []
|
@@ -1911,7 +1913,7 @@ class IdentityDomainsClient(object):
|
|
1911
1913
|
:rtype: :class:`~oci.response.Response`
|
1912
1914
|
|
1913
1915
|
:example:
|
1914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
|
1915
1917
|
"""
|
1916
1918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1917
1919
|
required_arguments = []
|
@@ -2047,7 +2049,7 @@ class IdentityDomainsClient(object):
|
|
2047
2049
|
:rtype: :class:`~oci.response.Response`
|
2048
2050
|
|
2049
2051
|
:example:
|
2050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
|
2051
2053
|
"""
|
2052
2054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2053
2055
|
required_arguments = []
|
@@ -2183,7 +2185,7 @@ class IdentityDomainsClient(object):
|
|
2183
2185
|
:rtype: :class:`~oci.response.Response`
|
2184
2186
|
|
2185
2187
|
:example:
|
2186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
|
2187
2189
|
"""
|
2188
2190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2189
2191
|
required_arguments = []
|
@@ -2321,7 +2323,7 @@ class IdentityDomainsClient(object):
|
|
2321
2323
|
:rtype: :class:`~oci.response.Response`
|
2322
2324
|
|
2323
2325
|
:example:
|
2324
|
-
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.138.0/identitydomains/create_identity_propagation_trust.py.html>`__ to see an example of how to use create_identity_propagation_trust API.
|
2325
2327
|
"""
|
2326
2328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2327
2329
|
required_arguments = []
|
@@ -2457,7 +2459,7 @@ class IdentityDomainsClient(object):
|
|
2457
2459
|
:rtype: :class:`~oci.response.Response`
|
2458
2460
|
|
2459
2461
|
:example:
|
2460
|
-
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.138.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
2461
2463
|
"""
|
2462
2464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2463
2465
|
required_arguments = []
|
@@ -2593,7 +2595,7 @@ class IdentityDomainsClient(object):
|
|
2593
2595
|
:rtype: :class:`~oci.response.Response`
|
2594
2596
|
|
2595
2597
|
:example:
|
2596
|
-
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.138.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
2597
2599
|
"""
|
2598
2600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2599
2601
|
required_arguments = []
|
@@ -2721,7 +2723,7 @@ class IdentityDomainsClient(object):
|
|
2721
2723
|
:rtype: :class:`~oci.response.Response`
|
2722
2724
|
|
2723
2725
|
:example:
|
2724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
2725
2727
|
"""
|
2726
2728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2727
2729
|
required_arguments = []
|
@@ -2831,7 +2833,7 @@ class IdentityDomainsClient(object):
|
|
2831
2833
|
:rtype: :class:`~oci.response.Response`
|
2832
2834
|
|
2833
2835
|
:example:
|
2834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
2835
2837
|
"""
|
2836
2838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2837
2839
|
required_arguments = []
|
@@ -2941,7 +2943,7 @@ class IdentityDomainsClient(object):
|
|
2941
2943
|
:rtype: :class:`~oci.response.Response`
|
2942
2944
|
|
2943
2945
|
:example:
|
2944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
2945
2947
|
"""
|
2946
2948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2947
2949
|
required_arguments = []
|
@@ -3051,7 +3053,7 @@ class IdentityDomainsClient(object):
|
|
3051
3053
|
:rtype: :class:`~oci.response.Response`
|
3052
3054
|
|
3053
3055
|
:example:
|
3054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
3055
3057
|
"""
|
3056
3058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3057
3059
|
required_arguments = []
|
@@ -3161,7 +3163,7 @@ class IdentityDomainsClient(object):
|
|
3161
3163
|
:rtype: :class:`~oci.response.Response`
|
3162
3164
|
|
3163
3165
|
:example:
|
3164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
3165
3167
|
"""
|
3166
3168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3167
3169
|
required_arguments = []
|
@@ -3271,7 +3273,7 @@ class IdentityDomainsClient(object):
|
|
3271
3273
|
:rtype: :class:`~oci.response.Response`
|
3272
3274
|
|
3273
3275
|
:example:
|
3274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
3275
3277
|
"""
|
3276
3278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3277
3279
|
required_arguments = []
|
@@ -3381,7 +3383,7 @@ class IdentityDomainsClient(object):
|
|
3381
3383
|
:rtype: :class:`~oci.response.Response`
|
3382
3384
|
|
3383
3385
|
:example:
|
3384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.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.
|
3385
3387
|
"""
|
3386
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3387
3389
|
required_arguments = []
|
@@ -3499,7 +3501,7 @@ class IdentityDomainsClient(object):
|
|
3499
3501
|
:rtype: :class:`~oci.response.Response`
|
3500
3502
|
|
3501
3503
|
:example:
|
3502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
|
3503
3505
|
"""
|
3504
3506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3505
3507
|
required_arguments = []
|
@@ -3627,7 +3629,7 @@ class IdentityDomainsClient(object):
|
|
3627
3629
|
:rtype: :class:`~oci.response.Response`
|
3628
3630
|
|
3629
3631
|
:example:
|
3630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
3631
3633
|
"""
|
3632
3634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3633
3635
|
required_arguments = []
|
@@ -3737,7 +3739,7 @@ class IdentityDomainsClient(object):
|
|
3737
3739
|
:rtype: :class:`~oci.response.Response`
|
3738
3740
|
|
3739
3741
|
:example:
|
3740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
3741
3743
|
"""
|
3742
3744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3743
3745
|
required_arguments = []
|
@@ -3847,7 +3849,7 @@ class IdentityDomainsClient(object):
|
|
3847
3849
|
:rtype: :class:`~oci.response.Response`
|
3848
3850
|
|
3849
3851
|
:example:
|
3850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
3851
3853
|
"""
|
3852
3854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3853
3855
|
required_arguments = []
|
@@ -3965,7 +3967,7 @@ class IdentityDomainsClient(object):
|
|
3965
3967
|
:rtype: :class:`~oci.response.Response`
|
3966
3968
|
|
3967
3969
|
:example:
|
3968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_network_perimeter.py.html>`__ to see an example of how to use create_network_perimeter API.
|
3969
3971
|
"""
|
3970
3972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3971
3973
|
required_arguments = []
|
@@ -4101,7 +4103,7 @@ class IdentityDomainsClient(object):
|
|
4101
4103
|
:rtype: :class:`~oci.response.Response`
|
4102
4104
|
|
4103
4105
|
:example:
|
4104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4106
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
4105
4107
|
"""
|
4106
4108
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4107
4109
|
required_arguments = []
|
@@ -4229,7 +4231,7 @@ class IdentityDomainsClient(object):
|
|
4229
4231
|
:rtype: :class:`~oci.response.Response`
|
4230
4232
|
|
4231
4233
|
:example:
|
4232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_o_auth_client_certificate.py.html>`__ to see an example of how to use create_o_auth_client_certificate API.
|
4233
4235
|
"""
|
4234
4236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4235
4237
|
required_arguments = []
|
@@ -4339,7 +4341,7 @@ class IdentityDomainsClient(object):
|
|
4339
4341
|
:rtype: :class:`~oci.response.Response`
|
4340
4342
|
|
4341
4343
|
:example:
|
4342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_o_auth_partner_certificate.py.html>`__ to see an example of how to use create_o_auth_partner_certificate API.
|
4343
4345
|
"""
|
4344
4346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4345
4347
|
required_arguments = []
|
@@ -4457,7 +4459,7 @@ class IdentityDomainsClient(object):
|
|
4457
4459
|
:rtype: :class:`~oci.response.Response`
|
4458
4460
|
|
4459
4461
|
:example:
|
4460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
4461
4463
|
"""
|
4462
4464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4463
4465
|
required_arguments = []
|
@@ -4542,7 +4544,7 @@ class IdentityDomainsClient(object):
|
|
4542
4544
|
|
4543
4545
|
def create_policy(self, **kwargs):
|
4544
4546
|
"""
|
4545
|
-
Create a Policy
|
4547
|
+
Create a Policy.
|
4546
4548
|
|
4547
4549
|
|
4548
4550
|
:param str authorization: (optional)
|
@@ -4563,12 +4565,14 @@ class IdentityDomainsClient(object):
|
|
4563
4565
|
Policy schema.
|
4564
4566
|
|
4565
4567
|
Before you specify an attribute-value in a request to create a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
4568
|
+
|
4566
4569
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
4567
4570
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
4568
4571
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
4569
4572
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
4570
4573
|
|
4571
4574
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
4575
|
+
|
4572
4576
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
4573
4577
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
4574
4578
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -4593,7 +4597,7 @@ class IdentityDomainsClient(object):
|
|
4593
4597
|
:rtype: :class:`~oci.response.Response`
|
4594
4598
|
|
4595
4599
|
:example:
|
4596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_policy.py.html>`__ to see an example of how to use create_policy API.
|
4597
4601
|
"""
|
4598
4602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4599
4603
|
required_arguments = []
|
@@ -4676,9 +4680,121 @@ class IdentityDomainsClient(object):
|
|
4676
4680
|
api_reference_link=api_reference_link,
|
4677
4681
|
required_arguments=required_arguments)
|
4678
4682
|
|
4683
|
+
def create_restore_oci_console_policy(self, **kwargs):
|
4684
|
+
"""
|
4685
|
+
Create a RestoreOciConsolePolicy entry to restore Policy to factory default.
|
4686
|
+
|
4687
|
+
|
4688
|
+
:param str authorization: (optional)
|
4689
|
+
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
4690
|
+
|
4691
|
+
:param str resource_type_schema_version: (optional)
|
4692
|
+
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
4693
|
+
|
4694
|
+
:param oci.identity_domains.models.RestoreOciConsolePolicy restore_oci_console_policy: (optional)
|
4695
|
+
RestoreOciConsolePolicy schema.
|
4696
|
+
|
4697
|
+
Before you specify an attribute-value in a request to create a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
4698
|
+
|
4699
|
+
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
4700
|
+
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
4701
|
+
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
4702
|
+
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
4703
|
+
|
4704
|
+
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
4705
|
+
|
4706
|
+
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
4707
|
+
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
4708
|
+
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
4709
|
+
- The SCIM APIs to read a resource (or to search a resource-type) will ignore silently any request to return an attribute that is defined as *returned:never*.
|
4710
|
+
|
4711
|
+
:param str opc_retry_token: (optional)
|
4712
|
+
A token you supply to uniquely identify the request and provide idempotency if the request is retried. Idempotency tokens expire after 24 hours.
|
4713
|
+
|
4714
|
+
:param obj retry_strategy: (optional)
|
4715
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
4716
|
+
|
4717
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
4718
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
4719
|
+
|
4720
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
4721
|
+
|
4722
|
+
:param bool allow_control_chars: (optional)
|
4723
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
4724
|
+
By default, the response will not allow control characters in strings
|
4725
|
+
|
4726
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.identity_domains.models.RestoreOciConsolePolicy`
|
4727
|
+
:rtype: :class:`~oci.response.Response`
|
4728
|
+
|
4729
|
+
:example:
|
4730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_restore_oci_console_policy.py.html>`__ to see an example of how to use create_restore_oci_console_policy API.
|
4731
|
+
"""
|
4732
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4733
|
+
required_arguments = []
|
4734
|
+
resource_path = "/admin/v1/RestoreOciConsolePolicy"
|
4735
|
+
method = "POST"
|
4736
|
+
operation_name = "create_restore_oci_console_policy"
|
4737
|
+
api_reference_link = ""
|
4738
|
+
|
4739
|
+
# Don't accept unknown kwargs
|
4740
|
+
expected_kwargs = [
|
4741
|
+
"allow_control_chars",
|
4742
|
+
"retry_strategy",
|
4743
|
+
"authorization",
|
4744
|
+
"resource_type_schema_version",
|
4745
|
+
"restore_oci_console_policy",
|
4746
|
+
"opc_retry_token"
|
4747
|
+
]
|
4748
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
4749
|
+
if extra_kwargs:
|
4750
|
+
raise ValueError(
|
4751
|
+
f"create_restore_oci_console_policy got unknown kwargs: {extra_kwargs!r}")
|
4752
|
+
|
4753
|
+
header_params = {
|
4754
|
+
"accept": "application/json, application/scim+json",
|
4755
|
+
"content-type": "application/json",
|
4756
|
+
"authorization": kwargs.get("authorization", missing),
|
4757
|
+
"resource_type_schema_version": kwargs.get("resource_type_schema_version", missing),
|
4758
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
4759
|
+
}
|
4760
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
4761
|
+
|
4762
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
4763
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
4764
|
+
client_retry_strategy=self.retry_strategy
|
4765
|
+
)
|
4766
|
+
|
4767
|
+
if retry_strategy:
|
4768
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
4769
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
4770
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
4771
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
4772
|
+
return retry_strategy.make_retrying_call(
|
4773
|
+
self.base_client.call_api,
|
4774
|
+
resource_path=resource_path,
|
4775
|
+
method=method,
|
4776
|
+
header_params=header_params,
|
4777
|
+
body=kwargs.get('restore_oci_console_policy'),
|
4778
|
+
response_type="RestoreOciConsolePolicy",
|
4779
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
4780
|
+
operation_name=operation_name,
|
4781
|
+
api_reference_link=api_reference_link,
|
4782
|
+
required_arguments=required_arguments)
|
4783
|
+
else:
|
4784
|
+
return self.base_client.call_api(
|
4785
|
+
resource_path=resource_path,
|
4786
|
+
method=method,
|
4787
|
+
header_params=header_params,
|
4788
|
+
body=kwargs.get('restore_oci_console_policy'),
|
4789
|
+
response_type="RestoreOciConsolePolicy",
|
4790
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
4791
|
+
operation_name=operation_name,
|
4792
|
+
api_reference_link=api_reference_link,
|
4793
|
+
required_arguments=required_arguments)
|
4794
|
+
|
4679
4795
|
def create_rule(self, **kwargs):
|
4680
4796
|
"""
|
4681
|
-
Create a Rule
|
4797
|
+
Create a Rule.
|
4682
4798
|
|
4683
4799
|
|
4684
4800
|
:param str authorization: (optional)
|
@@ -4699,12 +4815,14 @@ class IdentityDomainsClient(object):
|
|
4699
4815
|
Rule schema.
|
4700
4816
|
|
4701
4817
|
Before you specify an attribute-value in a request to create a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
4818
|
+
|
4702
4819
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
4703
4820
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
4704
4821
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
4705
4822
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
4706
4823
|
|
4707
4824
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
4825
|
+
|
4708
4826
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
4709
4827
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
4710
4828
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -4729,7 +4847,7 @@ class IdentityDomainsClient(object):
|
|
4729
4847
|
:rtype: :class:`~oci.response.Response`
|
4730
4848
|
|
4731
4849
|
:example:
|
4732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_rule.py.html>`__ to see an example of how to use create_rule API.
|
4733
4851
|
"""
|
4734
4852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4735
4853
|
required_arguments = []
|
@@ -4865,7 +4983,7 @@ class IdentityDomainsClient(object):
|
|
4865
4983
|
:rtype: :class:`~oci.response.Response`
|
4866
4984
|
|
4867
4985
|
:example:
|
4868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
|
4869
4987
|
"""
|
4870
4988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4871
4989
|
required_arguments = []
|
@@ -5001,7 +5119,7 @@ class IdentityDomainsClient(object):
|
|
5001
5119
|
:rtype: :class:`~oci.response.Response`
|
5002
5120
|
|
5003
5121
|
:example:
|
5004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_self_registration_profile.py.html>`__ to see an example of how to use create_self_registration_profile API.
|
5005
5123
|
"""
|
5006
5124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5007
5125
|
required_arguments = []
|
@@ -5137,7 +5255,7 @@ class IdentityDomainsClient(object):
|
|
5137
5255
|
:rtype: :class:`~oci.response.Response`
|
5138
5256
|
|
5139
5257
|
:example:
|
5140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
5141
5259
|
"""
|
5142
5260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5143
5261
|
required_arguments = []
|
@@ -5267,7 +5385,7 @@ class IdentityDomainsClient(object):
|
|
5267
5385
|
:rtype: :class:`~oci.response.Response`
|
5268
5386
|
|
5269
5387
|
:example:
|
5270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_social_identity_provider.py.html>`__ to see an example of how to use create_social_identity_provider API.
|
5271
5389
|
"""
|
5272
5390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5273
5391
|
required_arguments = []
|
@@ -5385,7 +5503,7 @@ class IdentityDomainsClient(object):
|
|
5385
5503
|
:rtype: :class:`~oci.response.Response`
|
5386
5504
|
|
5387
5505
|
:example:
|
5388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
5389
5507
|
"""
|
5390
5508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5391
5509
|
required_arguments = []
|
@@ -5521,7 +5639,7 @@ class IdentityDomainsClient(object):
|
|
5521
5639
|
:rtype: :class:`~oci.response.Response`
|
5522
5640
|
|
5523
5641
|
:example:
|
5524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
5525
5643
|
"""
|
5526
5644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5527
5645
|
required_arguments = []
|
@@ -5643,7 +5761,7 @@ class IdentityDomainsClient(object):
|
|
5643
5761
|
:rtype: :class:`~oci.response.Response`
|
5644
5762
|
|
5645
5763
|
:example:
|
5646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
5647
5765
|
"""
|
5648
5766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5649
5767
|
required_arguments = ['apiKeyId']
|
@@ -5764,7 +5882,7 @@ class IdentityDomainsClient(object):
|
|
5764
5882
|
:rtype: :class:`~oci.response.Response`
|
5765
5883
|
|
5766
5884
|
:example:
|
5767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
|
5768
5886
|
"""
|
5769
5887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5770
5888
|
required_arguments = ['appId']
|
@@ -5885,7 +6003,7 @@ class IdentityDomainsClient(object):
|
|
5885
6003
|
:rtype: :class:`~oci.response.Response`
|
5886
6004
|
|
5887
6005
|
:example:
|
5888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
|
5889
6007
|
"""
|
5890
6008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5891
6009
|
required_arguments = ['appRoleId']
|
@@ -6006,7 +6124,7 @@ class IdentityDomainsClient(object):
|
|
6006
6124
|
:rtype: :class:`~oci.response.Response`
|
6007
6125
|
|
6008
6126
|
:example:
|
6009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_approval_workflow.py.html>`__ to see an example of how to use delete_approval_workflow API.
|
6010
6128
|
"""
|
6011
6129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6012
6130
|
required_arguments = ['approvalWorkflowId']
|
@@ -6127,7 +6245,7 @@ class IdentityDomainsClient(object):
|
|
6127
6245
|
:rtype: :class:`~oci.response.Response`
|
6128
6246
|
|
6129
6247
|
:example:
|
6130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_approval_workflow_assignment.py.html>`__ to see an example of how to use delete_approval_workflow_assignment API.
|
6131
6249
|
"""
|
6132
6250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6133
6251
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -6248,7 +6366,7 @@ class IdentityDomainsClient(object):
|
|
6248
6366
|
:rtype: :class:`~oci.response.Response`
|
6249
6367
|
|
6250
6368
|
:example:
|
6251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_approval_workflow_step.py.html>`__ to see an example of how to use delete_approval_workflow_step API.
|
6252
6370
|
"""
|
6253
6371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6254
6372
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -6369,7 +6487,7 @@ class IdentityDomainsClient(object):
|
|
6369
6487
|
:rtype: :class:`~oci.response.Response`
|
6370
6488
|
|
6371
6489
|
:example:
|
6372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6490
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
6373
6491
|
"""
|
6374
6492
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6375
6493
|
required_arguments = ['authTokenId']
|
@@ -6490,7 +6608,7 @@ class IdentityDomainsClient(object):
|
|
6490
6608
|
:rtype: :class:`~oci.response.Response`
|
6491
6609
|
|
6492
6610
|
:example:
|
6493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6611
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_cloud_gate.py.html>`__ to see an example of how to use delete_cloud_gate API.
|
6494
6612
|
"""
|
6495
6613
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6496
6614
|
required_arguments = ['cloudGateId']
|
@@ -6611,7 +6729,7 @@ class IdentityDomainsClient(object):
|
|
6611
6729
|
:rtype: :class:`~oci.response.Response`
|
6612
6730
|
|
6613
6731
|
:example:
|
6614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_cloud_gate_mapping.py.html>`__ to see an example of how to use delete_cloud_gate_mapping API.
|
6615
6733
|
"""
|
6616
6734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6617
6735
|
required_arguments = ['cloudGateMappingId']
|
@@ -6732,7 +6850,7 @@ class IdentityDomainsClient(object):
|
|
6732
6850
|
:rtype: :class:`~oci.response.Response`
|
6733
6851
|
|
6734
6852
|
:example:
|
6735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_cloud_gate_server.py.html>`__ to see an example of how to use delete_cloud_gate_server API.
|
6736
6854
|
"""
|
6737
6855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6738
6856
|
required_arguments = ['cloudGateServerId']
|
@@ -6816,7 +6934,7 @@ class IdentityDomainsClient(object):
|
|
6816
6934
|
|
6817
6935
|
def delete_condition(self, condition_id, **kwargs):
|
6818
6936
|
"""
|
6819
|
-
Delete a
|
6937
|
+
Delete a condition.
|
6820
6938
|
|
6821
6939
|
|
6822
6940
|
:param str condition_id: (required)
|
@@ -6853,7 +6971,7 @@ class IdentityDomainsClient(object):
|
|
6853
6971
|
:rtype: :class:`~oci.response.Response`
|
6854
6972
|
|
6855
6973
|
:example:
|
6856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_condition.py.html>`__ to see an example of how to use delete_condition API.
|
6857
6975
|
"""
|
6858
6976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6859
6977
|
required_arguments = ['conditionId']
|
@@ -6974,7 +7092,7 @@ class IdentityDomainsClient(object):
|
|
6974
7092
|
:rtype: :class:`~oci.response.Response`
|
6975
7093
|
|
6976
7094
|
:example:
|
6977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
6978
7096
|
"""
|
6979
7097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6980
7098
|
required_arguments = ['customerSecretKeyId']
|
@@ -7095,7 +7213,7 @@ class IdentityDomainsClient(object):
|
|
7095
7213
|
:rtype: :class:`~oci.response.Response`
|
7096
7214
|
|
7097
7215
|
:example:
|
7098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
7099
7217
|
"""
|
7100
7218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7101
7219
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -7216,7 +7334,7 @@ class IdentityDomainsClient(object):
|
|
7216
7334
|
:rtype: :class:`~oci.response.Response`
|
7217
7335
|
|
7218
7336
|
:example:
|
7219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
|
7220
7338
|
"""
|
7221
7339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7222
7340
|
required_arguments = ['grantId']
|
@@ -7337,7 +7455,7 @@ class IdentityDomainsClient(object):
|
|
7337
7455
|
:rtype: :class:`~oci.response.Response`
|
7338
7456
|
|
7339
7457
|
:example:
|
7340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
7341
7459
|
"""
|
7342
7460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7343
7461
|
required_arguments = ['groupId']
|
@@ -7458,7 +7576,7 @@ class IdentityDomainsClient(object):
|
|
7458
7576
|
:rtype: :class:`~oci.response.Response`
|
7459
7577
|
|
7460
7578
|
:example:
|
7461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_identity_propagation_trust.py.html>`__ to see an example of how to use delete_identity_propagation_trust API.
|
7462
7580
|
"""
|
7463
7581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7464
7582
|
required_arguments = ['identityPropagationTrustId']
|
@@ -7579,7 +7697,7 @@ class IdentityDomainsClient(object):
|
|
7579
7697
|
:rtype: :class:`~oci.response.Response`
|
7580
7698
|
|
7581
7699
|
:example:
|
7582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
7583
7701
|
"""
|
7584
7702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7585
7703
|
required_arguments = ['identityProviderId']
|
@@ -7700,7 +7818,7 @@ class IdentityDomainsClient(object):
|
|
7700
7818
|
:rtype: :class:`~oci.response.Response`
|
7701
7819
|
|
7702
7820
|
:example:
|
7703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
7704
7822
|
"""
|
7705
7823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7706
7824
|
required_arguments = ['myApiKeyId']
|
@@ -7821,7 +7939,7 @@ class IdentityDomainsClient(object):
|
|
7821
7939
|
:rtype: :class:`~oci.response.Response`
|
7822
7940
|
|
7823
7941
|
:example:
|
7824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
7825
7943
|
"""
|
7826
7944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7827
7945
|
required_arguments = ['myAuthTokenId']
|
@@ -7942,7 +8060,7 @@ class IdentityDomainsClient(object):
|
|
7942
8060
|
:rtype: :class:`~oci.response.Response`
|
7943
8061
|
|
7944
8062
|
:example:
|
7945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
7946
8064
|
"""
|
7947
8065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7948
8066
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -8063,7 +8181,7 @@ class IdentityDomainsClient(object):
|
|
8063
8181
|
:rtype: :class:`~oci.response.Response`
|
8064
8182
|
|
8065
8183
|
:example:
|
8066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
8067
8185
|
"""
|
8068
8186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8069
8187
|
required_arguments = ['myDeviceId']
|
@@ -8184,7 +8302,7 @@ class IdentityDomainsClient(object):
|
|
8184
8302
|
:rtype: :class:`~oci.response.Response`
|
8185
8303
|
|
8186
8304
|
:example:
|
8187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.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.
|
8188
8306
|
"""
|
8189
8307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8190
8308
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -8305,7 +8423,7 @@ class IdentityDomainsClient(object):
|
|
8305
8423
|
:rtype: :class:`~oci.response.Response`
|
8306
8424
|
|
8307
8425
|
:example:
|
8308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
8309
8427
|
"""
|
8310
8428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8311
8429
|
required_arguments = ['mySmtpCredentialId']
|
@@ -8426,7 +8544,7 @@ class IdentityDomainsClient(object):
|
|
8426
8544
|
:rtype: :class:`~oci.response.Response`
|
8427
8545
|
|
8428
8546
|
:example:
|
8429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
8430
8548
|
"""
|
8431
8549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8432
8550
|
required_arguments = ['mySupportAccountId']
|
@@ -8547,7 +8665,7 @@ class IdentityDomainsClient(object):
|
|
8547
8665
|
:rtype: :class:`~oci.response.Response`
|
8548
8666
|
|
8549
8667
|
:example:
|
8550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
8551
8669
|
"""
|
8552
8670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8553
8671
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -8668,7 +8786,7 @@ class IdentityDomainsClient(object):
|
|
8668
8786
|
:rtype: :class:`~oci.response.Response`
|
8669
8787
|
|
8670
8788
|
:example:
|
8671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
8672
8790
|
"""
|
8673
8791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8674
8792
|
required_arguments = ['myUserDbCredentialId']
|
@@ -8789,7 +8907,7 @@ class IdentityDomainsClient(object):
|
|
8789
8907
|
:rtype: :class:`~oci.response.Response`
|
8790
8908
|
|
8791
8909
|
:example:
|
8792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_network_perimeter.py.html>`__ to see an example of how to use delete_network_perimeter API.
|
8793
8911
|
"""
|
8794
8912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8795
8913
|
required_arguments = ['networkPerimeterId']
|
@@ -8910,7 +9028,7 @@ class IdentityDomainsClient(object):
|
|
8910
9028
|
:rtype: :class:`~oci.response.Response`
|
8911
9029
|
|
8912
9030
|
:example:
|
8913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
8914
9032
|
"""
|
8915
9033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8916
9034
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -9031,7 +9149,7 @@ class IdentityDomainsClient(object):
|
|
9031
9149
|
:rtype: :class:`~oci.response.Response`
|
9032
9150
|
|
9033
9151
|
:example:
|
9034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9152
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_o_auth_client_certificate.py.html>`__ to see an example of how to use delete_o_auth_client_certificate API.
|
9035
9153
|
"""
|
9036
9154
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9037
9155
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -9152,7 +9270,7 @@ class IdentityDomainsClient(object):
|
|
9152
9270
|
:rtype: :class:`~oci.response.Response`
|
9153
9271
|
|
9154
9272
|
:example:
|
9155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9273
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_o_auth_partner_certificate.py.html>`__ to see an example of how to use delete_o_auth_partner_certificate API.
|
9156
9274
|
"""
|
9157
9275
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9158
9276
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -9273,7 +9391,7 @@ class IdentityDomainsClient(object):
|
|
9273
9391
|
:rtype: :class:`~oci.response.Response`
|
9274
9392
|
|
9275
9393
|
:example:
|
9276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
9277
9395
|
"""
|
9278
9396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9279
9397
|
required_arguments = ['passwordPolicyId']
|
@@ -9357,7 +9475,7 @@ class IdentityDomainsClient(object):
|
|
9357
9475
|
|
9358
9476
|
def delete_policy(self, policy_id, **kwargs):
|
9359
9477
|
"""
|
9360
|
-
Delete a Policy
|
9478
|
+
Delete a Policy.
|
9361
9479
|
|
9362
9480
|
|
9363
9481
|
:param str policy_id: (required)
|
@@ -9394,7 +9512,7 @@ class IdentityDomainsClient(object):
|
|
9394
9512
|
:rtype: :class:`~oci.response.Response`
|
9395
9513
|
|
9396
9514
|
:example:
|
9397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_policy.py.html>`__ to see an example of how to use delete_policy API.
|
9398
9516
|
"""
|
9399
9517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9400
9518
|
required_arguments = ['policyId']
|
@@ -9478,7 +9596,7 @@ class IdentityDomainsClient(object):
|
|
9478
9596
|
|
9479
9597
|
def delete_rule(self, rule_id, **kwargs):
|
9480
9598
|
"""
|
9481
|
-
Delete a Rule
|
9599
|
+
Delete a Rule.
|
9482
9600
|
|
9483
9601
|
|
9484
9602
|
:param str rule_id: (required)
|
@@ -9515,7 +9633,7 @@ class IdentityDomainsClient(object):
|
|
9515
9633
|
:rtype: :class:`~oci.response.Response`
|
9516
9634
|
|
9517
9635
|
:example:
|
9518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_rule.py.html>`__ to see an example of how to use delete_rule API.
|
9519
9637
|
"""
|
9520
9638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9521
9639
|
required_arguments = ['ruleId']
|
@@ -9636,7 +9754,7 @@ class IdentityDomainsClient(object):
|
|
9636
9754
|
:rtype: :class:`~oci.response.Response`
|
9637
9755
|
|
9638
9756
|
:example:
|
9639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
|
9640
9758
|
"""
|
9641
9759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9642
9760
|
required_arguments = ['securityQuestionId']
|
@@ -9757,7 +9875,7 @@ class IdentityDomainsClient(object):
|
|
9757
9875
|
:rtype: :class:`~oci.response.Response`
|
9758
9876
|
|
9759
9877
|
:example:
|
9760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_self_registration_profile.py.html>`__ to see an example of how to use delete_self_registration_profile API.
|
9761
9879
|
"""
|
9762
9880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9763
9881
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -9878,7 +9996,7 @@ class IdentityDomainsClient(object):
|
|
9878
9996
|
:rtype: :class:`~oci.response.Response`
|
9879
9997
|
|
9880
9998
|
:example:
|
9881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
9882
10000
|
"""
|
9883
10001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9884
10002
|
required_arguments = ['smtpCredentialId']
|
@@ -9999,7 +10117,7 @@ class IdentityDomainsClient(object):
|
|
9999
10117
|
:rtype: :class:`~oci.response.Response`
|
10000
10118
|
|
10001
10119
|
:example:
|
10002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_social_identity_provider.py.html>`__ to see an example of how to use delete_social_identity_provider API.
|
10003
10121
|
"""
|
10004
10122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10005
10123
|
required_arguments = ['socialIdentityProviderId']
|
@@ -10120,7 +10238,7 @@ class IdentityDomainsClient(object):
|
|
10120
10238
|
:rtype: :class:`~oci.response.Response`
|
10121
10239
|
|
10122
10240
|
:example:
|
10123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
10124
10242
|
"""
|
10125
10243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10126
10244
|
required_arguments = ['userId']
|
@@ -10241,7 +10359,7 @@ class IdentityDomainsClient(object):
|
|
10241
10359
|
:rtype: :class:`~oci.response.Response`
|
10242
10360
|
|
10243
10361
|
:example:
|
10244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
10245
10363
|
"""
|
10246
10364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10247
10365
|
required_arguments = ['userDbCredentialId']
|
@@ -10364,7 +10482,7 @@ class IdentityDomainsClient(object):
|
|
10364
10482
|
:rtype: :class:`~oci.response.Response`
|
10365
10483
|
|
10366
10484
|
:example:
|
10367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
|
10368
10486
|
"""
|
10369
10487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10370
10488
|
required_arguments = ['accountMgmtInfoId']
|
@@ -10497,7 +10615,7 @@ class IdentityDomainsClient(object):
|
|
10497
10615
|
:rtype: :class:`~oci.response.Response`
|
10498
10616
|
|
10499
10617
|
:example:
|
10500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
|
10501
10619
|
"""
|
10502
10620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10503
10621
|
required_arguments = ['accountRecoverySettingId']
|
@@ -10630,7 +10748,7 @@ class IdentityDomainsClient(object):
|
|
10630
10748
|
:rtype: :class:`~oci.response.Response`
|
10631
10749
|
|
10632
10750
|
:example:
|
10633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10751
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
10634
10752
|
"""
|
10635
10753
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10636
10754
|
required_arguments = ['apiKeyId']
|
@@ -10763,7 +10881,7 @@ class IdentityDomainsClient(object):
|
|
10763
10881
|
:rtype: :class:`~oci.response.Response`
|
10764
10882
|
|
10765
10883
|
:example:
|
10766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
|
10767
10885
|
"""
|
10768
10886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10769
10887
|
required_arguments = ['appId']
|
@@ -10896,7 +11014,7 @@ class IdentityDomainsClient(object):
|
|
10896
11014
|
:rtype: :class:`~oci.response.Response`
|
10897
11015
|
|
10898
11016
|
:example:
|
10899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
|
10900
11018
|
"""
|
10901
11019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10902
11020
|
required_arguments = ['appRoleId']
|
@@ -11029,7 +11147,7 @@ class IdentityDomainsClient(object):
|
|
11029
11147
|
:rtype: :class:`~oci.response.Response`
|
11030
11148
|
|
11031
11149
|
:example:
|
11032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_approval_workflow.py.html>`__ to see an example of how to use get_approval_workflow API.
|
11033
11151
|
"""
|
11034
11152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11035
11153
|
required_arguments = ['approvalWorkflowId']
|
@@ -11162,7 +11280,7 @@ class IdentityDomainsClient(object):
|
|
11162
11280
|
:rtype: :class:`~oci.response.Response`
|
11163
11281
|
|
11164
11282
|
:example:
|
11165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_approval_workflow_assignment.py.html>`__ to see an example of how to use get_approval_workflow_assignment API.
|
11166
11284
|
"""
|
11167
11285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11168
11286
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -11295,7 +11413,7 @@ class IdentityDomainsClient(object):
|
|
11295
11413
|
:rtype: :class:`~oci.response.Response`
|
11296
11414
|
|
11297
11415
|
:example:
|
11298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_approval_workflow_step.py.html>`__ to see an example of how to use get_approval_workflow_step API.
|
11299
11417
|
"""
|
11300
11418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11301
11419
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -11428,7 +11546,7 @@ class IdentityDomainsClient(object):
|
|
11428
11546
|
:rtype: :class:`~oci.response.Response`
|
11429
11547
|
|
11430
11548
|
:example:
|
11431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
11432
11550
|
"""
|
11433
11551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11434
11552
|
required_arguments = ['authTokenId']
|
@@ -11561,7 +11679,7 @@ class IdentityDomainsClient(object):
|
|
11561
11679
|
:rtype: :class:`~oci.response.Response`
|
11562
11680
|
|
11563
11681
|
:example:
|
11564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
11565
11683
|
"""
|
11566
11684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11567
11685
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -11694,7 +11812,7 @@ class IdentityDomainsClient(object):
|
|
11694
11812
|
:rtype: :class:`~oci.response.Response`
|
11695
11813
|
|
11696
11814
|
:example:
|
11697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_branding_setting.py.html>`__ to see an example of how to use get_branding_setting API.
|
11698
11816
|
"""
|
11699
11817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11700
11818
|
required_arguments = ['brandingSettingId']
|
@@ -11827,7 +11945,7 @@ class IdentityDomainsClient(object):
|
|
11827
11945
|
:rtype: :class:`~oci.response.Response`
|
11828
11946
|
|
11829
11947
|
:example:
|
11830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_cloud_gate.py.html>`__ to see an example of how to use get_cloud_gate API.
|
11831
11949
|
"""
|
11832
11950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11833
11951
|
required_arguments = ['cloudGateId']
|
@@ -11960,7 +12078,7 @@ class IdentityDomainsClient(object):
|
|
11960
12078
|
:rtype: :class:`~oci.response.Response`
|
11961
12079
|
|
11962
12080
|
:example:
|
11963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_cloud_gate_mapping.py.html>`__ to see an example of how to use get_cloud_gate_mapping API.
|
11964
12082
|
"""
|
11965
12083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11966
12084
|
required_arguments = ['cloudGateMappingId']
|
@@ -12093,7 +12211,7 @@ class IdentityDomainsClient(object):
|
|
12093
12211
|
:rtype: :class:`~oci.response.Response`
|
12094
12212
|
|
12095
12213
|
:example:
|
12096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_cloud_gate_server.py.html>`__ to see an example of how to use get_cloud_gate_server API.
|
12097
12215
|
"""
|
12098
12216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12099
12217
|
required_arguments = ['cloudGateServerId']
|
@@ -12187,7 +12305,7 @@ class IdentityDomainsClient(object):
|
|
12187
12305
|
|
12188
12306
|
def get_condition(self, condition_id, **kwargs):
|
12189
12307
|
"""
|
12190
|
-
Get a
|
12308
|
+
Get a condition.
|
12191
12309
|
|
12192
12310
|
|
12193
12311
|
:param str condition_id: (required)
|
@@ -12226,7 +12344,7 @@ class IdentityDomainsClient(object):
|
|
12226
12344
|
:rtype: :class:`~oci.response.Response`
|
12227
12345
|
|
12228
12346
|
:example:
|
12229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_condition.py.html>`__ to see an example of how to use get_condition API.
|
12230
12348
|
"""
|
12231
12349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12232
12350
|
required_arguments = ['conditionId']
|
@@ -12359,7 +12477,7 @@ class IdentityDomainsClient(object):
|
|
12359
12477
|
:rtype: :class:`~oci.response.Response`
|
12360
12478
|
|
12361
12479
|
:example:
|
12362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
12363
12481
|
"""
|
12364
12482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12365
12483
|
required_arguments = ['customerSecretKeyId']
|
@@ -12492,7 +12610,7 @@ class IdentityDomainsClient(object):
|
|
12492
12610
|
:rtype: :class:`~oci.response.Response`
|
12493
12611
|
|
12494
12612
|
:example:
|
12495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
12496
12614
|
"""
|
12497
12615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12498
12616
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -12625,7 +12743,7 @@ class IdentityDomainsClient(object):
|
|
12625
12743
|
:rtype: :class:`~oci.response.Response`
|
12626
12744
|
|
12627
12745
|
:example:
|
12628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
|
12629
12747
|
"""
|
12630
12748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12631
12749
|
required_arguments = ['grantId']
|
@@ -12758,7 +12876,7 @@ class IdentityDomainsClient(object):
|
|
12758
12876
|
:rtype: :class:`~oci.response.Response`
|
12759
12877
|
|
12760
12878
|
:example:
|
12761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
12762
12880
|
"""
|
12763
12881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12764
12882
|
required_arguments = ['groupId']
|
@@ -12891,7 +13009,7 @@ class IdentityDomainsClient(object):
|
|
12891
13009
|
:rtype: :class:`~oci.response.Response`
|
12892
13010
|
|
12893
13011
|
:example:
|
12894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_identity_propagation_trust.py.html>`__ to see an example of how to use get_identity_propagation_trust API.
|
12895
13013
|
"""
|
12896
13014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12897
13015
|
required_arguments = ['identityPropagationTrustId']
|
@@ -13024,7 +13142,7 @@ class IdentityDomainsClient(object):
|
|
13024
13142
|
:rtype: :class:`~oci.response.Response`
|
13025
13143
|
|
13026
13144
|
:example:
|
13027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13145
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
13028
13146
|
"""
|
13029
13147
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13030
13148
|
required_arguments = ['identityProviderId']
|
@@ -13157,7 +13275,7 @@ class IdentityDomainsClient(object):
|
|
13157
13275
|
:rtype: :class:`~oci.response.Response`
|
13158
13276
|
|
13159
13277
|
:example:
|
13160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
|
13161
13279
|
"""
|
13162
13280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13163
13281
|
required_arguments = ['identitySettingId']
|
@@ -13290,7 +13408,7 @@ class IdentityDomainsClient(object):
|
|
13290
13408
|
:rtype: :class:`~oci.response.Response`
|
13291
13409
|
|
13292
13410
|
:example:
|
13293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
13294
13412
|
"""
|
13295
13413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13296
13414
|
required_arguments = ['kmsiSettingId']
|
@@ -13420,7 +13538,7 @@ class IdentityDomainsClient(object):
|
|
13420
13538
|
:rtype: :class:`~oci.response.Response`
|
13421
13539
|
|
13422
13540
|
:example:
|
13423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
13424
13542
|
"""
|
13425
13543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13426
13544
|
required_arguments = []
|
@@ -13533,7 +13651,7 @@ class IdentityDomainsClient(object):
|
|
13533
13651
|
:rtype: :class:`~oci.response.Response`
|
13534
13652
|
|
13535
13653
|
:example:
|
13536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
13537
13655
|
"""
|
13538
13656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13539
13657
|
required_arguments = ['myApiKeyId']
|
@@ -13640,7 +13758,7 @@ class IdentityDomainsClient(object):
|
|
13640
13758
|
:rtype: :class:`~oci.response.Response`
|
13641
13759
|
|
13642
13760
|
:example:
|
13643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
13644
13762
|
"""
|
13645
13763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13646
13764
|
required_arguments = ['myAuthTokenId']
|
@@ -13747,7 +13865,7 @@ class IdentityDomainsClient(object):
|
|
13747
13865
|
:rtype: :class:`~oci.response.Response`
|
13748
13866
|
|
13749
13867
|
:example:
|
13750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_completed_approval.py.html>`__ to see an example of how to use get_my_completed_approval API.
|
13751
13869
|
"""
|
13752
13870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13753
13871
|
required_arguments = ['myCompletedApprovalId']
|
@@ -13854,7 +13972,7 @@ class IdentityDomainsClient(object):
|
|
13854
13972
|
:rtype: :class:`~oci.response.Response`
|
13855
13973
|
|
13856
13974
|
:example:
|
13857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
13858
13976
|
"""
|
13859
13977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13860
13978
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -13969,7 +14087,7 @@ class IdentityDomainsClient(object):
|
|
13969
14087
|
:rtype: :class:`~oci.response.Response`
|
13970
14088
|
|
13971
14089
|
:example:
|
13972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
13973
14091
|
"""
|
13974
14092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13975
14093
|
required_arguments = ['myDeviceId']
|
@@ -14094,7 +14212,7 @@ class IdentityDomainsClient(object):
|
|
14094
14212
|
:rtype: :class:`~oci.response.Response`
|
14095
14213
|
|
14096
14214
|
:example:
|
14097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.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.
|
14098
14216
|
"""
|
14099
14217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14100
14218
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -14201,7 +14319,7 @@ class IdentityDomainsClient(object):
|
|
14201
14319
|
:rtype: :class:`~oci.response.Response`
|
14202
14320
|
|
14203
14321
|
:example:
|
14204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_pending_approval.py.html>`__ to see an example of how to use get_my_pending_approval API.
|
14205
14323
|
"""
|
14206
14324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14207
14325
|
required_arguments = ['myPendingApprovalId']
|
@@ -14316,7 +14434,7 @@ class IdentityDomainsClient(object):
|
|
14316
14434
|
:rtype: :class:`~oci.response.Response`
|
14317
14435
|
|
14318
14436
|
:example:
|
14319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_request.py.html>`__ to see an example of how to use get_my_request API.
|
14320
14438
|
"""
|
14321
14439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14322
14440
|
required_arguments = ['myRequestId']
|
@@ -14441,7 +14559,7 @@ class IdentityDomainsClient(object):
|
|
14441
14559
|
:rtype: :class:`~oci.response.Response`
|
14442
14560
|
|
14443
14561
|
:example:
|
14444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
14445
14563
|
"""
|
14446
14564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14447
14565
|
required_arguments = ['mySmtpCredentialId']
|
@@ -14548,7 +14666,7 @@ class IdentityDomainsClient(object):
|
|
14548
14666
|
:rtype: :class:`~oci.response.Response`
|
14549
14667
|
|
14550
14668
|
:example:
|
14551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
14552
14670
|
"""
|
14553
14671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14554
14672
|
required_arguments = ['mySupportAccountId']
|
@@ -14663,7 +14781,7 @@ class IdentityDomainsClient(object):
|
|
14663
14781
|
:rtype: :class:`~oci.response.Response`
|
14664
14782
|
|
14665
14783
|
:example:
|
14666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
14667
14785
|
"""
|
14668
14786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14669
14787
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -14788,7 +14906,7 @@ class IdentityDomainsClient(object):
|
|
14788
14906
|
:rtype: :class:`~oci.response.Response`
|
14789
14907
|
|
14790
14908
|
:example:
|
14791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
14792
14910
|
"""
|
14793
14911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14794
14912
|
required_arguments = ['myUserDbCredentialId']
|
@@ -14903,7 +15021,7 @@ class IdentityDomainsClient(object):
|
|
14903
15021
|
:rtype: :class:`~oci.response.Response`
|
14904
15022
|
|
14905
15023
|
:example:
|
14906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_network_perimeter.py.html>`__ to see an example of how to use get_network_perimeter API.
|
14907
15025
|
"""
|
14908
15026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14909
15027
|
required_arguments = ['networkPerimeterId']
|
@@ -15036,7 +15154,7 @@ class IdentityDomainsClient(object):
|
|
15036
15154
|
:rtype: :class:`~oci.response.Response`
|
15037
15155
|
|
15038
15156
|
:example:
|
15039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_notification_setting.py.html>`__ to see an example of how to use get_notification_setting API.
|
15040
15158
|
"""
|
15041
15159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15042
15160
|
required_arguments = ['notificationSettingId']
|
@@ -15169,7 +15287,7 @@ class IdentityDomainsClient(object):
|
|
15169
15287
|
:rtype: :class:`~oci.response.Response`
|
15170
15288
|
|
15171
15289
|
:example:
|
15172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
15173
15291
|
"""
|
15174
15292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15175
15293
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -15294,7 +15412,7 @@ class IdentityDomainsClient(object):
|
|
15294
15412
|
:rtype: :class:`~oci.response.Response`
|
15295
15413
|
|
15296
15414
|
:example:
|
15297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_o_auth_client_certificate.py.html>`__ to see an example of how to use get_o_auth_client_certificate API.
|
15298
15416
|
"""
|
15299
15417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15300
15418
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -15401,7 +15519,7 @@ class IdentityDomainsClient(object):
|
|
15401
15519
|
:rtype: :class:`~oci.response.Response`
|
15402
15520
|
|
15403
15521
|
:example:
|
15404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_o_auth_partner_certificate.py.html>`__ to see an example of how to use get_o_auth_partner_certificate API.
|
15405
15523
|
"""
|
15406
15524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15407
15525
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -15475,6 +15593,139 @@ class IdentityDomainsClient(object):
|
|
15475
15593
|
api_reference_link=api_reference_link,
|
15476
15594
|
required_arguments=required_arguments)
|
15477
15595
|
|
15596
|
+
def get_oci_console_sign_on_policy_consent(self, oci_console_sign_on_policy_consent_id, **kwargs):
|
15597
|
+
"""
|
15598
|
+
Get a OciConsoleSignOnPolicyConsent Entry.
|
15599
|
+
|
15600
|
+
|
15601
|
+
:param str oci_console_sign_on_policy_consent_id: (required)
|
15602
|
+
ID of the resource
|
15603
|
+
|
15604
|
+
:param str authorization: (optional)
|
15605
|
+
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
15606
|
+
|
15607
|
+
:param str resource_type_schema_version: (optional)
|
15608
|
+
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
15609
|
+
|
15610
|
+
:param str attributes: (optional)
|
15611
|
+
A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
15612
|
+
|
15613
|
+
:param list[str] attribute_sets: (optional)
|
15614
|
+
A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
15615
|
+
|
15616
|
+
Allowed values are: "all", "always", "never", "request", "default"
|
15617
|
+
|
15618
|
+
:param str opc_retry_token: (optional)
|
15619
|
+
A token you supply to uniquely identify the request and provide idempotency if the request is retried. Idempotency tokens expire after 24 hours.
|
15620
|
+
|
15621
|
+
:param obj retry_strategy: (optional)
|
15622
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
15623
|
+
|
15624
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
15625
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
15626
|
+
|
15627
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
15628
|
+
|
15629
|
+
:param bool allow_control_chars: (optional)
|
15630
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
15631
|
+
By default, the response will not allow control characters in strings
|
15632
|
+
|
15633
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.identity_domains.models.OciConsoleSignOnPolicyConsent`
|
15634
|
+
:rtype: :class:`~oci.response.Response`
|
15635
|
+
|
15636
|
+
:example:
|
15637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_oci_console_sign_on_policy_consent.py.html>`__ to see an example of how to use get_oci_console_sign_on_policy_consent API.
|
15638
|
+
"""
|
15639
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15640
|
+
required_arguments = ['ociConsoleSignOnPolicyConsentId']
|
15641
|
+
resource_path = "/admin/v1/OciConsoleSignOnPolicyConsents/{ociConsoleSignOnPolicyConsentId}"
|
15642
|
+
method = "GET"
|
15643
|
+
operation_name = "get_oci_console_sign_on_policy_consent"
|
15644
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/OciConsoleSignOnPolicyConsent/GetOciConsoleSignOnPolicyConsent"
|
15645
|
+
|
15646
|
+
# Don't accept unknown kwargs
|
15647
|
+
expected_kwargs = [
|
15648
|
+
"allow_control_chars",
|
15649
|
+
"retry_strategy",
|
15650
|
+
"authorization",
|
15651
|
+
"resource_type_schema_version",
|
15652
|
+
"attributes",
|
15653
|
+
"attribute_sets",
|
15654
|
+
"opc_retry_token"
|
15655
|
+
]
|
15656
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
15657
|
+
if extra_kwargs:
|
15658
|
+
raise ValueError(
|
15659
|
+
f"get_oci_console_sign_on_policy_consent got unknown kwargs: {extra_kwargs!r}")
|
15660
|
+
|
15661
|
+
path_params = {
|
15662
|
+
"ociConsoleSignOnPolicyConsentId": oci_console_sign_on_policy_consent_id
|
15663
|
+
}
|
15664
|
+
|
15665
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
15666
|
+
|
15667
|
+
for (k, v) in six.iteritems(path_params):
|
15668
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
15669
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
15670
|
+
|
15671
|
+
if 'attribute_sets' in kwargs:
|
15672
|
+
attribute_sets_allowed_values = ["all", "always", "never", "request", "default"]
|
15673
|
+
for attribute_sets_item in kwargs['attribute_sets']:
|
15674
|
+
if attribute_sets_item not in attribute_sets_allowed_values:
|
15675
|
+
raise ValueError(
|
15676
|
+
f"Invalid value for `attribute_sets`, must be one of { attribute_sets_allowed_values }"
|
15677
|
+
)
|
15678
|
+
|
15679
|
+
query_params = {
|
15680
|
+
"attributes": kwargs.get("attributes", missing),
|
15681
|
+
"attributeSets": self.base_client.generate_collection_format_param(kwargs.get("attribute_sets", missing), 'multi')
|
15682
|
+
}
|
15683
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
15684
|
+
|
15685
|
+
header_params = {
|
15686
|
+
"accept": "application/json, application/scim+json",
|
15687
|
+
"content-type": "application/json",
|
15688
|
+
"authorization": kwargs.get("authorization", missing),
|
15689
|
+
"resource_type_schema_version": kwargs.get("resource_type_schema_version", missing),
|
15690
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
15691
|
+
}
|
15692
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
15693
|
+
|
15694
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
15695
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
15696
|
+
client_retry_strategy=self.retry_strategy
|
15697
|
+
)
|
15698
|
+
|
15699
|
+
if retry_strategy:
|
15700
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
15701
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
15702
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
15703
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
15704
|
+
return retry_strategy.make_retrying_call(
|
15705
|
+
self.base_client.call_api,
|
15706
|
+
resource_path=resource_path,
|
15707
|
+
method=method,
|
15708
|
+
path_params=path_params,
|
15709
|
+
query_params=query_params,
|
15710
|
+
header_params=header_params,
|
15711
|
+
response_type="OciConsoleSignOnPolicyConsent",
|
15712
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
15713
|
+
operation_name=operation_name,
|
15714
|
+
api_reference_link=api_reference_link,
|
15715
|
+
required_arguments=required_arguments)
|
15716
|
+
else:
|
15717
|
+
return self.base_client.call_api(
|
15718
|
+
resource_path=resource_path,
|
15719
|
+
method=method,
|
15720
|
+
path_params=path_params,
|
15721
|
+
query_params=query_params,
|
15722
|
+
header_params=header_params,
|
15723
|
+
response_type="OciConsoleSignOnPolicyConsent",
|
15724
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
15725
|
+
operation_name=operation_name,
|
15726
|
+
api_reference_link=api_reference_link,
|
15727
|
+
required_arguments=required_arguments)
|
15728
|
+
|
15478
15729
|
def get_password_policy(self, password_policy_id, **kwargs):
|
15479
15730
|
"""
|
15480
15731
|
Get a password policy.
|
@@ -15516,7 +15767,7 @@ class IdentityDomainsClient(object):
|
|
15516
15767
|
:rtype: :class:`~oci.response.Response`
|
15517
15768
|
|
15518
15769
|
:example:
|
15519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
15520
15771
|
"""
|
15521
15772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15522
15773
|
required_arguments = ['passwordPolicyId']
|
@@ -15610,7 +15861,7 @@ class IdentityDomainsClient(object):
|
|
15610
15861
|
|
15611
15862
|
def get_policy(self, policy_id, **kwargs):
|
15612
15863
|
"""
|
15613
|
-
Get a Policy
|
15864
|
+
Get a Policy.
|
15614
15865
|
|
15615
15866
|
|
15616
15867
|
:param str policy_id: (required)
|
@@ -15649,7 +15900,7 @@ class IdentityDomainsClient(object):
|
|
15649
15900
|
:rtype: :class:`~oci.response.Response`
|
15650
15901
|
|
15651
15902
|
:example:
|
15652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_policy.py.html>`__ to see an example of how to use get_policy API.
|
15653
15904
|
"""
|
15654
15905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15655
15906
|
required_arguments = ['policyId']
|
@@ -15743,7 +15994,7 @@ class IdentityDomainsClient(object):
|
|
15743
15994
|
|
15744
15995
|
def get_rule(self, rule_id, **kwargs):
|
15745
15996
|
"""
|
15746
|
-
Get a Rule
|
15997
|
+
Get a Rule.
|
15747
15998
|
|
15748
15999
|
|
15749
16000
|
:param str rule_id: (required)
|
@@ -15782,7 +16033,7 @@ class IdentityDomainsClient(object):
|
|
15782
16033
|
:rtype: :class:`~oci.response.Response`
|
15783
16034
|
|
15784
16035
|
:example:
|
15785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_rule.py.html>`__ to see an example of how to use get_rule API.
|
15786
16037
|
"""
|
15787
16038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15788
16039
|
required_arguments = ['ruleId']
|
@@ -15907,7 +16158,7 @@ class IdentityDomainsClient(object):
|
|
15907
16158
|
:rtype: :class:`~oci.response.Response`
|
15908
16159
|
|
15909
16160
|
:example:
|
15910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_schema.py.html>`__ to see an example of how to use get_schema API.
|
15911
16162
|
"""
|
15912
16163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15913
16164
|
required_arguments = ['schemaId']
|
@@ -16022,7 +16273,7 @@ class IdentityDomainsClient(object):
|
|
16022
16273
|
:rtype: :class:`~oci.response.Response`
|
16023
16274
|
|
16024
16275
|
:example:
|
16025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
|
16026
16277
|
"""
|
16027
16278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16028
16279
|
required_arguments = ['securityQuestionId']
|
@@ -16155,7 +16406,7 @@ class IdentityDomainsClient(object):
|
|
16155
16406
|
:rtype: :class:`~oci.response.Response`
|
16156
16407
|
|
16157
16408
|
:example:
|
16158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16409
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
|
16159
16410
|
"""
|
16160
16411
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16161
16412
|
required_arguments = ['securityQuestionSettingId']
|
@@ -16288,7 +16539,7 @@ class IdentityDomainsClient(object):
|
|
16288
16539
|
:rtype: :class:`~oci.response.Response`
|
16289
16540
|
|
16290
16541
|
:example:
|
16291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_self_registration_profile.py.html>`__ to see an example of how to use get_self_registration_profile API.
|
16292
16543
|
"""
|
16293
16544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16294
16545
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -16421,7 +16672,7 @@ class IdentityDomainsClient(object):
|
|
16421
16672
|
:rtype: :class:`~oci.response.Response`
|
16422
16673
|
|
16423
16674
|
:example:
|
16424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_setting.py.html>`__ to see an example of how to use get_setting API.
|
16425
16676
|
"""
|
16426
16677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16427
16678
|
required_arguments = ['settingId']
|
@@ -16554,7 +16805,7 @@ class IdentityDomainsClient(object):
|
|
16554
16805
|
:rtype: :class:`~oci.response.Response`
|
16555
16806
|
|
16556
16807
|
:example:
|
16557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
16558
16809
|
"""
|
16559
16810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16560
16811
|
required_arguments = ['smtpCredentialId']
|
@@ -16679,7 +16930,7 @@ class IdentityDomainsClient(object):
|
|
16679
16930
|
:rtype: :class:`~oci.response.Response`
|
16680
16931
|
|
16681
16932
|
:example:
|
16682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_social_identity_provider.py.html>`__ to see an example of how to use get_social_identity_provider API.
|
16683
16934
|
"""
|
16684
16935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16685
16936
|
required_arguments = ['socialIdentityProviderId']
|
@@ -16794,7 +17045,7 @@ class IdentityDomainsClient(object):
|
|
16794
17045
|
:rtype: :class:`~oci.response.Response`
|
16795
17046
|
|
16796
17047
|
:example:
|
16797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
16798
17049
|
"""
|
16799
17050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16800
17051
|
required_arguments = ['userId']
|
@@ -16927,7 +17178,7 @@ class IdentityDomainsClient(object):
|
|
16927
17178
|
:rtype: :class:`~oci.response.Response`
|
16928
17179
|
|
16929
17180
|
:example:
|
16930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
|
16931
17182
|
"""
|
16932
17183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16933
17184
|
required_arguments = ['userAttributesSettingId']
|
@@ -17060,7 +17311,7 @@ class IdentityDomainsClient(object):
|
|
17060
17311
|
:rtype: :class:`~oci.response.Response`
|
17061
17312
|
|
17062
17313
|
:example:
|
17063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
17064
17315
|
"""
|
17065
17316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17066
17317
|
required_arguments = ['userDbCredentialId']
|
@@ -17215,7 +17466,7 @@ class IdentityDomainsClient(object):
|
|
17215
17466
|
:rtype: :class:`~oci.response.Response`
|
17216
17467
|
|
17217
17468
|
:example:
|
17218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
|
17219
17470
|
"""
|
17220
17471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17221
17472
|
required_arguments = []
|
@@ -17360,7 +17611,7 @@ class IdentityDomainsClient(object):
|
|
17360
17611
|
:rtype: :class:`~oci.response.Response`
|
17361
17612
|
|
17362
17613
|
:example:
|
17363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
|
17364
17615
|
"""
|
17365
17616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17366
17617
|
required_arguments = []
|
@@ -17507,7 +17758,7 @@ class IdentityDomainsClient(object):
|
|
17507
17758
|
:rtype: :class:`~oci.response.Response`
|
17508
17759
|
|
17509
17760
|
:example:
|
17510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
17511
17762
|
"""
|
17512
17763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17513
17764
|
required_arguments = []
|
@@ -17671,7 +17922,7 @@ class IdentityDomainsClient(object):
|
|
17671
17922
|
:rtype: :class:`~oci.response.Response`
|
17672
17923
|
|
17673
17924
|
:example:
|
17674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
|
17675
17926
|
"""
|
17676
17927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17677
17928
|
required_arguments = []
|
@@ -17835,7 +18086,7 @@ class IdentityDomainsClient(object):
|
|
17835
18086
|
:rtype: :class:`~oci.response.Response`
|
17836
18087
|
|
17837
18088
|
:example:
|
17838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_approval_workflow_assignments.py.html>`__ to see an example of how to use list_approval_workflow_assignments API.
|
17839
18090
|
"""
|
17840
18091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17841
18092
|
required_arguments = []
|
@@ -17999,7 +18250,7 @@ class IdentityDomainsClient(object):
|
|
17999
18250
|
:rtype: :class:`~oci.response.Response`
|
18000
18251
|
|
18001
18252
|
:example:
|
18002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_approval_workflow_steps.py.html>`__ to see an example of how to use list_approval_workflow_steps API.
|
18003
18254
|
"""
|
18004
18255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18005
18256
|
required_arguments = []
|
@@ -18163,7 +18414,7 @@ class IdentityDomainsClient(object):
|
|
18163
18414
|
:rtype: :class:`~oci.response.Response`
|
18164
18415
|
|
18165
18416
|
:example:
|
18166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_approval_workflows.py.html>`__ to see an example of how to use list_approval_workflows API.
|
18167
18418
|
"""
|
18168
18419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18169
18420
|
required_arguments = []
|
@@ -18327,7 +18578,7 @@ class IdentityDomainsClient(object):
|
|
18327
18578
|
:rtype: :class:`~oci.response.Response`
|
18328
18579
|
|
18329
18580
|
:example:
|
18330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
|
18331
18582
|
"""
|
18332
18583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18333
18584
|
required_arguments = []
|
@@ -18491,7 +18742,7 @@ class IdentityDomainsClient(object):
|
|
18491
18742
|
:rtype: :class:`~oci.response.Response`
|
18492
18743
|
|
18493
18744
|
:example:
|
18494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
18495
18746
|
"""
|
18496
18747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18497
18748
|
required_arguments = []
|
@@ -18636,7 +18887,7 @@ class IdentityDomainsClient(object):
|
|
18636
18887
|
:rtype: :class:`~oci.response.Response`
|
18637
18888
|
|
18638
18889
|
:example:
|
18639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
18640
18891
|
"""
|
18641
18892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18642
18893
|
required_arguments = []
|
@@ -18764,7 +19015,7 @@ class IdentityDomainsClient(object):
|
|
18764
19015
|
:rtype: :class:`~oci.response.Response`
|
18765
19016
|
|
18766
19017
|
:example:
|
18767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_branding_settings.py.html>`__ to see an example of how to use list_branding_settings API.
|
18768
19019
|
"""
|
18769
19020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18770
19021
|
required_arguments = []
|
@@ -18911,7 +19162,7 @@ class IdentityDomainsClient(object):
|
|
18911
19162
|
:rtype: :class:`~oci.response.Response`
|
18912
19163
|
|
18913
19164
|
:example:
|
18914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_cloud_gate_mappings.py.html>`__ to see an example of how to use list_cloud_gate_mappings API.
|
18915
19166
|
"""
|
18916
19167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18917
19168
|
required_arguments = []
|
@@ -19075,7 +19326,7 @@ class IdentityDomainsClient(object):
|
|
19075
19326
|
:rtype: :class:`~oci.response.Response`
|
19076
19327
|
|
19077
19328
|
:example:
|
19078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_cloud_gate_servers.py.html>`__ to see an example of how to use list_cloud_gate_servers API.
|
19079
19330
|
"""
|
19080
19331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19081
19332
|
required_arguments = []
|
@@ -19239,7 +19490,7 @@ class IdentityDomainsClient(object):
|
|
19239
19490
|
:rtype: :class:`~oci.response.Response`
|
19240
19491
|
|
19241
19492
|
:example:
|
19242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_cloud_gates.py.html>`__ to see an example of how to use list_cloud_gates API.
|
19243
19494
|
"""
|
19244
19495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19245
19496
|
required_arguments = []
|
@@ -19342,7 +19593,7 @@ class IdentityDomainsClient(object):
|
|
19342
19593
|
|
19343
19594
|
def list_conditions(self, **kwargs):
|
19344
19595
|
"""
|
19345
|
-
Search
|
19596
|
+
Search conditions.
|
19346
19597
|
|
19347
19598
|
|
19348
19599
|
:param str filter: (optional)
|
@@ -19403,14 +19654,14 @@ class IdentityDomainsClient(object):
|
|
19403
19654
|
:rtype: :class:`~oci.response.Response`
|
19404
19655
|
|
19405
19656
|
:example:
|
19406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19657
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_conditions.py.html>`__ to see an example of how to use list_conditions API.
|
19407
19658
|
"""
|
19408
19659
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19409
19660
|
required_arguments = []
|
19410
19661
|
resource_path = "/admin/v1/Conditions"
|
19411
19662
|
method = "GET"
|
19412
19663
|
operation_name = "list_conditions"
|
19413
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
19664
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Condition/ListConditions"
|
19414
19665
|
|
19415
19666
|
# Don't accept unknown kwargs
|
19416
19667
|
expected_kwargs = [
|
@@ -19567,7 +19818,7 @@ class IdentityDomainsClient(object):
|
|
19567
19818
|
:rtype: :class:`~oci.response.Response`
|
19568
19819
|
|
19569
19820
|
:example:
|
19570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
19571
19822
|
"""
|
19572
19823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19573
19824
|
required_arguments = []
|
@@ -19731,7 +19982,7 @@ class IdentityDomainsClient(object):
|
|
19731
19982
|
:rtype: :class:`~oci.response.Response`
|
19732
19983
|
|
19733
19984
|
:example:
|
19734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
19735
19986
|
"""
|
19736
19987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19737
19988
|
required_arguments = []
|
@@ -19895,7 +20146,7 @@ class IdentityDomainsClient(object):
|
|
19895
20146
|
:rtype: :class:`~oci.response.Response`
|
19896
20147
|
|
19897
20148
|
:example:
|
19898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
19899
20150
|
"""
|
19900
20151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19901
20152
|
required_arguments = []
|
@@ -20059,7 +20310,7 @@ class IdentityDomainsClient(object):
|
|
20059
20310
|
:rtype: :class:`~oci.response.Response`
|
20060
20311
|
|
20061
20312
|
:example:
|
20062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
20063
20314
|
"""
|
20064
20315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20065
20316
|
required_arguments = []
|
@@ -20223,7 +20474,7 @@ class IdentityDomainsClient(object):
|
|
20223
20474
|
:rtype: :class:`~oci.response.Response`
|
20224
20475
|
|
20225
20476
|
:example:
|
20226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_identity_propagation_trusts.py.html>`__ to see an example of how to use list_identity_propagation_trusts API.
|
20227
20478
|
"""
|
20228
20479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20229
20480
|
required_arguments = []
|
@@ -20387,7 +20638,7 @@ class IdentityDomainsClient(object):
|
|
20387
20638
|
:rtype: :class:`~oci.response.Response`
|
20388
20639
|
|
20389
20640
|
:example:
|
20390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
20391
20642
|
"""
|
20392
20643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20393
20644
|
required_arguments = []
|
@@ -20532,7 +20783,7 @@ class IdentityDomainsClient(object):
|
|
20532
20783
|
:rtype: :class:`~oci.response.Response`
|
20533
20784
|
|
20534
20785
|
:example:
|
20535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
|
20536
20787
|
"""
|
20537
20788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20538
20789
|
required_arguments = []
|
@@ -20660,7 +20911,7 @@ class IdentityDomainsClient(object):
|
|
20660
20911
|
:rtype: :class:`~oci.response.Response`
|
20661
20912
|
|
20662
20913
|
:example:
|
20663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
20664
20915
|
"""
|
20665
20916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20666
20917
|
required_arguments = []
|
@@ -20799,7 +21050,7 @@ class IdentityDomainsClient(object):
|
|
20799
21050
|
:rtype: :class:`~oci.response.Response`
|
20800
21051
|
|
20801
21052
|
:example:
|
20802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
20803
21054
|
"""
|
20804
21055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20805
21056
|
required_arguments = []
|
@@ -20943,7 +21194,7 @@ class IdentityDomainsClient(object):
|
|
20943
21194
|
:rtype: :class:`~oci.response.Response`
|
20944
21195
|
|
20945
21196
|
:example:
|
20946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21197
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
|
20947
21198
|
"""
|
20948
21199
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20949
21200
|
required_arguments = []
|
@@ -21087,7 +21338,7 @@ class IdentityDomainsClient(object):
|
|
21087
21338
|
:rtype: :class:`~oci.response.Response`
|
21088
21339
|
|
21089
21340
|
:example:
|
21090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21341
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
21091
21342
|
"""
|
21092
21343
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21093
21344
|
required_arguments = []
|
@@ -21231,7 +21482,7 @@ class IdentityDomainsClient(object):
|
|
21231
21482
|
:rtype: :class:`~oci.response.Response`
|
21232
21483
|
|
21233
21484
|
:example:
|
21234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_completed_approvals.py.html>`__ to see an example of how to use list_my_completed_approvals API.
|
21235
21486
|
"""
|
21236
21487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21237
21488
|
required_arguments = []
|
@@ -21375,7 +21626,7 @@ class IdentityDomainsClient(object):
|
|
21375
21626
|
:rtype: :class:`~oci.response.Response`
|
21376
21627
|
|
21377
21628
|
:example:
|
21378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
21379
21630
|
"""
|
21380
21631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21381
21632
|
required_arguments = []
|
@@ -21527,7 +21778,7 @@ class IdentityDomainsClient(object):
|
|
21527
21778
|
:rtype: :class:`~oci.response.Response`
|
21528
21779
|
|
21529
21780
|
:example:
|
21530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
21531
21782
|
"""
|
21532
21783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21533
21784
|
required_arguments = []
|
@@ -21691,7 +21942,7 @@ class IdentityDomainsClient(object):
|
|
21691
21942
|
:rtype: :class:`~oci.response.Response`
|
21692
21943
|
|
21693
21944
|
:example:
|
21694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
21695
21946
|
"""
|
21696
21947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21697
21948
|
required_arguments = []
|
@@ -21847,7 +22098,7 @@ class IdentityDomainsClient(object):
|
|
21847
22098
|
:rtype: :class:`~oci.response.Response`
|
21848
22099
|
|
21849
22100
|
:example:
|
21850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.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.
|
21851
22102
|
"""
|
21852
22103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21853
22104
|
required_arguments = []
|
@@ -21991,7 +22242,7 @@ class IdentityDomainsClient(object):
|
|
21991
22242
|
:rtype: :class:`~oci.response.Response`
|
21992
22243
|
|
21993
22244
|
:example:
|
21994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_pending_approvals.py.html>`__ to see an example of how to use list_my_pending_approvals API.
|
21995
22246
|
"""
|
21996
22247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21997
22248
|
required_arguments = []
|
@@ -22135,7 +22386,7 @@ class IdentityDomainsClient(object):
|
|
22135
22386
|
:rtype: :class:`~oci.response.Response`
|
22136
22387
|
|
22137
22388
|
:example:
|
22138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
|
22139
22390
|
"""
|
22140
22391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22141
22392
|
required_arguments = []
|
@@ -22287,7 +22538,7 @@ class IdentityDomainsClient(object):
|
|
22287
22538
|
:rtype: :class:`~oci.response.Response`
|
22288
22539
|
|
22289
22540
|
:example:
|
22290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
|
22291
22542
|
"""
|
22292
22543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22293
22544
|
required_arguments = []
|
@@ -22443,7 +22694,7 @@ class IdentityDomainsClient(object):
|
|
22443
22694
|
:rtype: :class:`~oci.response.Response`
|
22444
22695
|
|
22445
22696
|
:example:
|
22446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
22447
22698
|
"""
|
22448
22699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22449
22700
|
required_arguments = []
|
@@ -22587,7 +22838,7 @@ class IdentityDomainsClient(object):
|
|
22587
22838
|
:rtype: :class:`~oci.response.Response`
|
22588
22839
|
|
22589
22840
|
:example:
|
22590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
22591
22842
|
"""
|
22592
22843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22593
22844
|
required_arguments = []
|
@@ -22739,7 +22990,7 @@ class IdentityDomainsClient(object):
|
|
22739
22990
|
:rtype: :class:`~oci.response.Response`
|
22740
22991
|
|
22741
22992
|
:example:
|
22742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
22743
22994
|
"""
|
22744
22995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22745
22996
|
required_arguments = []
|
@@ -22895,7 +23146,7 @@ class IdentityDomainsClient(object):
|
|
22895
23146
|
:rtype: :class:`~oci.response.Response`
|
22896
23147
|
|
22897
23148
|
:example:
|
22898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
22899
23150
|
"""
|
22900
23151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22901
23152
|
required_arguments = []
|
@@ -23047,7 +23298,7 @@ class IdentityDomainsClient(object):
|
|
23047
23298
|
:rtype: :class:`~oci.response.Response`
|
23048
23299
|
|
23049
23300
|
:example:
|
23050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_network_perimeters.py.html>`__ to see an example of how to use list_network_perimeters API.
|
23051
23302
|
"""
|
23052
23303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23053
23304
|
required_arguments = []
|
@@ -23192,7 +23443,7 @@ class IdentityDomainsClient(object):
|
|
23192
23443
|
:rtype: :class:`~oci.response.Response`
|
23193
23444
|
|
23194
23445
|
:example:
|
23195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_notification_settings.py.html>`__ to see an example of how to use list_notification_settings API.
|
23196
23447
|
"""
|
23197
23448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23198
23449
|
required_arguments = []
|
@@ -23339,7 +23590,7 @@ class IdentityDomainsClient(object):
|
|
23339
23590
|
:rtype: :class:`~oci.response.Response`
|
23340
23591
|
|
23341
23592
|
:example:
|
23342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
23343
23594
|
"""
|
23344
23595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23345
23596
|
required_arguments = []
|
@@ -23495,7 +23746,7 @@ class IdentityDomainsClient(object):
|
|
23495
23746
|
:rtype: :class:`~oci.response.Response`
|
23496
23747
|
|
23497
23748
|
:example:
|
23498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_o_auth_client_certificates.py.html>`__ to see an example of how to use list_o_auth_client_certificates API.
|
23499
23750
|
"""
|
23500
23751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23501
23752
|
required_arguments = []
|
@@ -23639,7 +23890,7 @@ class IdentityDomainsClient(object):
|
|
23639
23890
|
:rtype: :class:`~oci.response.Response`
|
23640
23891
|
|
23641
23892
|
:example:
|
23642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_o_auth_partner_certificates.py.html>`__ to see an example of how to use list_o_auth_partner_certificates API.
|
23643
23894
|
"""
|
23644
23895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23645
23896
|
required_arguments = []
|
@@ -23728,6 +23979,170 @@ class IdentityDomainsClient(object):
|
|
23728
23979
|
api_reference_link=api_reference_link,
|
23729
23980
|
required_arguments=required_arguments)
|
23730
23981
|
|
23982
|
+
def list_oci_console_sign_on_policy_consents(self, **kwargs):
|
23983
|
+
"""
|
23984
|
+
Search OciConsoleSignOnPolicyConsent entries
|
23985
|
+
|
23986
|
+
|
23987
|
+
:param str filter: (optional)
|
23988
|
+
OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
|
23989
|
+
|
23990
|
+
:param str sort_by: (optional)
|
23991
|
+
OPTIONAL. A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation form. See the Attribute Notation section of the SCIM specification for more information (Section 3.10). Also, see the Sorting section of the SCIM specification for more information (Section 3.4.2.3).
|
23992
|
+
|
23993
|
+
:param str sort_order: (optional)
|
23994
|
+
A string that indicates the order in which the sortBy parameter is applied. Allowed values are 'ascending' and 'descending'. See (`Sorting Section`__). OPTIONAL.
|
23995
|
+
|
23996
|
+
__ https://tools.ietf.org/html/draft-ietf-scim-api-19#section-3.4.2.3
|
23997
|
+
|
23998
|
+
Allowed values are: "ASCENDING", "DESCENDING"
|
23999
|
+
|
24000
|
+
:param int start_index: (optional)
|
24001
|
+
OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
|
24002
|
+
|
24003
|
+
:param int count: (optional)
|
24004
|
+
OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
|
24005
|
+
|
24006
|
+
:param str attributes: (optional)
|
24007
|
+
A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
24008
|
+
|
24009
|
+
:param list[str] attribute_sets: (optional)
|
24010
|
+
A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
24011
|
+
|
24012
|
+
Allowed values are: "all", "always", "never", "request", "default"
|
24013
|
+
|
24014
|
+
:param str authorization: (optional)
|
24015
|
+
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
24016
|
+
|
24017
|
+
:param str resource_type_schema_version: (optional)
|
24018
|
+
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
24019
|
+
|
24020
|
+
:param str opc_retry_token: (optional)
|
24021
|
+
A token you supply to uniquely identify the request and provide idempotency if the request is retried. Idempotency tokens expire after 24 hours.
|
24022
|
+
|
24023
|
+
:param str page: (optional)
|
24024
|
+
The value of the `opc-next-page` response header from the previous 'List' call.
|
24025
|
+
|
24026
|
+
:param int limit: (optional)
|
24027
|
+
The maximum number of items to return in a paginated 'List' call.
|
24028
|
+
|
24029
|
+
:param obj retry_strategy: (optional)
|
24030
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
24031
|
+
|
24032
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
24033
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
24034
|
+
|
24035
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
24036
|
+
|
24037
|
+
:param bool allow_control_chars: (optional)
|
24038
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
24039
|
+
By default, the response will not allow control characters in strings
|
24040
|
+
|
24041
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.identity_domains.models.OciConsoleSignOnPolicyConsents`
|
24042
|
+
:rtype: :class:`~oci.response.Response`
|
24043
|
+
|
24044
|
+
:example:
|
24045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_oci_console_sign_on_policy_consents.py.html>`__ to see an example of how to use list_oci_console_sign_on_policy_consents API.
|
24046
|
+
"""
|
24047
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24048
|
+
required_arguments = []
|
24049
|
+
resource_path = "/admin/v1/OciConsoleSignOnPolicyConsents"
|
24050
|
+
method = "GET"
|
24051
|
+
operation_name = "list_oci_console_sign_on_policy_consents"
|
24052
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/OciConsoleSignOnPolicyConsent/ListOciConsoleSignOnPolicyConsents"
|
24053
|
+
|
24054
|
+
# Don't accept unknown kwargs
|
24055
|
+
expected_kwargs = [
|
24056
|
+
"allow_control_chars",
|
24057
|
+
"retry_strategy",
|
24058
|
+
"filter",
|
24059
|
+
"sort_by",
|
24060
|
+
"sort_order",
|
24061
|
+
"start_index",
|
24062
|
+
"count",
|
24063
|
+
"attributes",
|
24064
|
+
"attribute_sets",
|
24065
|
+
"authorization",
|
24066
|
+
"resource_type_schema_version",
|
24067
|
+
"opc_retry_token",
|
24068
|
+
"page",
|
24069
|
+
"limit"
|
24070
|
+
]
|
24071
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
24072
|
+
if extra_kwargs:
|
24073
|
+
raise ValueError(
|
24074
|
+
f"list_oci_console_sign_on_policy_consents got unknown kwargs: {extra_kwargs!r}")
|
24075
|
+
|
24076
|
+
if 'sort_order' in kwargs:
|
24077
|
+
sort_order_allowed_values = ["ASCENDING", "DESCENDING"]
|
24078
|
+
if kwargs['sort_order'] not in sort_order_allowed_values:
|
24079
|
+
raise ValueError(
|
24080
|
+
f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
|
24081
|
+
)
|
24082
|
+
|
24083
|
+
if 'attribute_sets' in kwargs:
|
24084
|
+
attribute_sets_allowed_values = ["all", "always", "never", "request", "default"]
|
24085
|
+
for attribute_sets_item in kwargs['attribute_sets']:
|
24086
|
+
if attribute_sets_item not in attribute_sets_allowed_values:
|
24087
|
+
raise ValueError(
|
24088
|
+
f"Invalid value for `attribute_sets`, must be one of { attribute_sets_allowed_values }"
|
24089
|
+
)
|
24090
|
+
|
24091
|
+
query_params = {
|
24092
|
+
"filter": kwargs.get("filter", missing),
|
24093
|
+
"sortBy": kwargs.get("sort_by", missing),
|
24094
|
+
"sortOrder": kwargs.get("sort_order", missing),
|
24095
|
+
"startIndex": kwargs.get("start_index", missing),
|
24096
|
+
"count": kwargs.get("count", missing),
|
24097
|
+
"attributes": kwargs.get("attributes", missing),
|
24098
|
+
"attributeSets": self.base_client.generate_collection_format_param(kwargs.get("attribute_sets", missing), 'multi'),
|
24099
|
+
"page": kwargs.get("page", missing),
|
24100
|
+
"limit": kwargs.get("limit", missing)
|
24101
|
+
}
|
24102
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
24103
|
+
|
24104
|
+
header_params = {
|
24105
|
+
"accept": "application/json, application/scim+json",
|
24106
|
+
"content-type": "application/json",
|
24107
|
+
"authorization": kwargs.get("authorization", missing),
|
24108
|
+
"resource_type_schema_version": kwargs.get("resource_type_schema_version", missing),
|
24109
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
24110
|
+
}
|
24111
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
24112
|
+
|
24113
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
24114
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
24115
|
+
client_retry_strategy=self.retry_strategy
|
24116
|
+
)
|
24117
|
+
|
24118
|
+
if retry_strategy:
|
24119
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
24120
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
24121
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
24122
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
24123
|
+
return retry_strategy.make_retrying_call(
|
24124
|
+
self.base_client.call_api,
|
24125
|
+
resource_path=resource_path,
|
24126
|
+
method=method,
|
24127
|
+
query_params=query_params,
|
24128
|
+
header_params=header_params,
|
24129
|
+
response_type="OciConsoleSignOnPolicyConsents",
|
24130
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
24131
|
+
operation_name=operation_name,
|
24132
|
+
api_reference_link=api_reference_link,
|
24133
|
+
required_arguments=required_arguments)
|
24134
|
+
else:
|
24135
|
+
return self.base_client.call_api(
|
24136
|
+
resource_path=resource_path,
|
24137
|
+
method=method,
|
24138
|
+
query_params=query_params,
|
24139
|
+
header_params=header_params,
|
24140
|
+
response_type="OciConsoleSignOnPolicyConsents",
|
24141
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
24142
|
+
operation_name=operation_name,
|
24143
|
+
api_reference_link=api_reference_link,
|
24144
|
+
required_arguments=required_arguments)
|
24145
|
+
|
23731
24146
|
def list_password_policies(self, **kwargs):
|
23732
24147
|
"""
|
23733
24148
|
Search for password policies.
|
@@ -23791,7 +24206,7 @@ class IdentityDomainsClient(object):
|
|
23791
24206
|
:rtype: :class:`~oci.response.Response`
|
23792
24207
|
|
23793
24208
|
:example:
|
23794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
23795
24210
|
"""
|
23796
24211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23797
24212
|
required_arguments = []
|
@@ -23894,7 +24309,7 @@ class IdentityDomainsClient(object):
|
|
23894
24309
|
|
23895
24310
|
def list_policies(self, **kwargs):
|
23896
24311
|
"""
|
23897
|
-
Search Policies
|
24312
|
+
Search Policies.
|
23898
24313
|
|
23899
24314
|
|
23900
24315
|
:param str filter: (optional)
|
@@ -23955,14 +24370,14 @@ class IdentityDomainsClient(object):
|
|
23955
24370
|
:rtype: :class:`~oci.response.Response`
|
23956
24371
|
|
23957
24372
|
:example:
|
23958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
23959
24374
|
"""
|
23960
24375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23961
24376
|
required_arguments = []
|
23962
24377
|
resource_path = "/admin/v1/Policies"
|
23963
24378
|
method = "GET"
|
23964
24379
|
operation_name = "list_policies"
|
23965
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
24380
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Policy/ListPolicies"
|
23966
24381
|
|
23967
24382
|
# Don't accept unknown kwargs
|
23968
24383
|
expected_kwargs = [
|
@@ -24119,7 +24534,7 @@ class IdentityDomainsClient(object):
|
|
24119
24534
|
:rtype: :class:`~oci.response.Response`
|
24120
24535
|
|
24121
24536
|
:example:
|
24122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
|
24123
24538
|
"""
|
24124
24539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24125
24540
|
required_arguments = []
|
@@ -24222,7 +24637,7 @@ class IdentityDomainsClient(object):
|
|
24222
24637
|
|
24223
24638
|
def list_rules(self, **kwargs):
|
24224
24639
|
"""
|
24225
|
-
Search Rules
|
24640
|
+
Search Rules.
|
24226
24641
|
|
24227
24642
|
|
24228
24643
|
:param str filter: (optional)
|
@@ -24283,14 +24698,14 @@ class IdentityDomainsClient(object):
|
|
24283
24698
|
:rtype: :class:`~oci.response.Response`
|
24284
24699
|
|
24285
24700
|
:example:
|
24286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
24287
24702
|
"""
|
24288
24703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24289
24704
|
required_arguments = []
|
24290
24705
|
resource_path = "/admin/v1/Rules"
|
24291
24706
|
method = "GET"
|
24292
24707
|
operation_name = "list_rules"
|
24293
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
24708
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Rule/ListRules"
|
24294
24709
|
|
24295
24710
|
# Don't accept unknown kwargs
|
24296
24711
|
expected_kwargs = [
|
@@ -24436,7 +24851,7 @@ class IdentityDomainsClient(object):
|
|
24436
24851
|
:rtype: :class:`~oci.response.Response`
|
24437
24852
|
|
24438
24853
|
:example:
|
24439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24440
24855
|
"""
|
24441
24856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24442
24857
|
required_arguments = []
|
@@ -24567,7 +24982,7 @@ class IdentityDomainsClient(object):
|
|
24567
24982
|
:rtype: :class:`~oci.response.Response`
|
24568
24983
|
|
24569
24984
|
:example:
|
24570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
|
24571
24986
|
"""
|
24572
24987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24573
24988
|
required_arguments = []
|
@@ -24714,7 +25129,7 @@ class IdentityDomainsClient(object):
|
|
24714
25129
|
:rtype: :class:`~oci.response.Response`
|
24715
25130
|
|
24716
25131
|
:example:
|
24717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
|
24718
25133
|
"""
|
24719
25134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24720
25135
|
required_arguments = []
|
@@ -24878,7 +25293,7 @@ class IdentityDomainsClient(object):
|
|
24878
25293
|
:rtype: :class:`~oci.response.Response`
|
24879
25294
|
|
24880
25295
|
:example:
|
24881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_self_registration_profiles.py.html>`__ to see an example of how to use list_self_registration_profiles API.
|
24882
25297
|
"""
|
24883
25298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24884
25299
|
required_arguments = []
|
@@ -25023,7 +25438,7 @@ class IdentityDomainsClient(object):
|
|
25023
25438
|
:rtype: :class:`~oci.response.Response`
|
25024
25439
|
|
25025
25440
|
:example:
|
25026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_settings.py.html>`__ to see an example of how to use list_settings API.
|
25027
25442
|
"""
|
25028
25443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25029
25444
|
required_arguments = []
|
@@ -25170,7 +25585,7 @@ class IdentityDomainsClient(object):
|
|
25170
25585
|
:rtype: :class:`~oci.response.Response`
|
25171
25586
|
|
25172
25587
|
:example:
|
25173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
25174
25589
|
"""
|
25175
25590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25176
25591
|
required_arguments = []
|
@@ -25326,7 +25741,7 @@ class IdentityDomainsClient(object):
|
|
25326
25741
|
:rtype: :class:`~oci.response.Response`
|
25327
25742
|
|
25328
25743
|
:example:
|
25329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_social_identity_providers.py.html>`__ to see an example of how to use list_social_identity_providers API.
|
25330
25745
|
"""
|
25331
25746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25332
25747
|
required_arguments = []
|
@@ -25459,7 +25874,7 @@ class IdentityDomainsClient(object):
|
|
25459
25874
|
:rtype: :class:`~oci.response.Response`
|
25460
25875
|
|
25461
25876
|
:example:
|
25462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
|
25463
25878
|
"""
|
25464
25879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25465
25880
|
required_arguments = []
|
@@ -25606,7 +26021,7 @@ class IdentityDomainsClient(object):
|
|
25606
26021
|
:rtype: :class:`~oci.response.Response`
|
25607
26022
|
|
25608
26023
|
:example:
|
25609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
25610
26025
|
"""
|
25611
26026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25612
26027
|
required_arguments = []
|
@@ -25770,7 +26185,7 @@ class IdentityDomainsClient(object):
|
|
25770
26185
|
:rtype: :class:`~oci.response.Response`
|
25771
26186
|
|
25772
26187
|
:example:
|
25773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26188
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
25774
26189
|
"""
|
25775
26190
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25776
26191
|
required_arguments = []
|
@@ -25930,7 +26345,7 @@ class IdentityDomainsClient(object):
|
|
25930
26345
|
:rtype: :class:`~oci.response.Response`
|
25931
26346
|
|
25932
26347
|
:example:
|
25933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26348
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
|
25934
26349
|
"""
|
25935
26350
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25936
26351
|
required_arguments = ['accountRecoverySettingId']
|
@@ -26086,7 +26501,7 @@ class IdentityDomainsClient(object):
|
|
26086
26501
|
:rtype: :class:`~oci.response.Response`
|
26087
26502
|
|
26088
26503
|
:example:
|
26089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
26090
26505
|
"""
|
26091
26506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26092
26507
|
required_arguments = ['apiKeyId']
|
@@ -26242,7 +26657,7 @@ class IdentityDomainsClient(object):
|
|
26242
26657
|
:rtype: :class:`~oci.response.Response`
|
26243
26658
|
|
26244
26659
|
:example:
|
26245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
|
26246
26661
|
"""
|
26247
26662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26248
26663
|
required_arguments = ['appId']
|
@@ -26398,7 +26813,7 @@ class IdentityDomainsClient(object):
|
|
26398
26813
|
:rtype: :class:`~oci.response.Response`
|
26399
26814
|
|
26400
26815
|
:example:
|
26401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
|
26402
26817
|
"""
|
26403
26818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26404
26819
|
required_arguments = ['appRoleId']
|
@@ -26554,7 +26969,7 @@ class IdentityDomainsClient(object):
|
|
26554
26969
|
:rtype: :class:`~oci.response.Response`
|
26555
26970
|
|
26556
26971
|
:example:
|
26557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_approval_workflow.py.html>`__ to see an example of how to use patch_approval_workflow API.
|
26558
26973
|
"""
|
26559
26974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26560
26975
|
required_arguments = ['approvalWorkflowId']
|
@@ -26710,7 +27125,7 @@ class IdentityDomainsClient(object):
|
|
26710
27125
|
:rtype: :class:`~oci.response.Response`
|
26711
27126
|
|
26712
27127
|
:example:
|
26713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27128
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_approval_workflow_step.py.html>`__ to see an example of how to use patch_approval_workflow_step API.
|
26714
27129
|
"""
|
26715
27130
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26716
27131
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -26866,7 +27281,7 @@ class IdentityDomainsClient(object):
|
|
26866
27281
|
:rtype: :class:`~oci.response.Response`
|
26867
27282
|
|
26868
27283
|
:example:
|
26869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
26870
27285
|
"""
|
26871
27286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26872
27287
|
required_arguments = ['authTokenId']
|
@@ -27022,7 +27437,7 @@ class IdentityDomainsClient(object):
|
|
27022
27437
|
:rtype: :class:`~oci.response.Response`
|
27023
27438
|
|
27024
27439
|
:example:
|
27025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_cloud_gate.py.html>`__ to see an example of how to use patch_cloud_gate API.
|
27026
27441
|
"""
|
27027
27442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27028
27443
|
required_arguments = ['cloudGateId']
|
@@ -27178,7 +27593,7 @@ class IdentityDomainsClient(object):
|
|
27178
27593
|
:rtype: :class:`~oci.response.Response`
|
27179
27594
|
|
27180
27595
|
:example:
|
27181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_cloud_gate_mapping.py.html>`__ to see an example of how to use patch_cloud_gate_mapping API.
|
27182
27597
|
"""
|
27183
27598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27184
27599
|
required_arguments = ['cloudGateMappingId']
|
@@ -27334,7 +27749,7 @@ class IdentityDomainsClient(object):
|
|
27334
27749
|
:rtype: :class:`~oci.response.Response`
|
27335
27750
|
|
27336
27751
|
:example:
|
27337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_cloud_gate_server.py.html>`__ to see an example of how to use patch_cloud_gate_server API.
|
27338
27753
|
"""
|
27339
27754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27340
27755
|
required_arguments = ['cloudGateServerId']
|
@@ -27433,7 +27848,7 @@ class IdentityDomainsClient(object):
|
|
27433
27848
|
|
27434
27849
|
def patch_condition(self, condition_id, **kwargs):
|
27435
27850
|
"""
|
27436
|
-
Update a
|
27851
|
+
Update a condition.
|
27437
27852
|
|
27438
27853
|
|
27439
27854
|
:param str condition_id: (required)
|
@@ -27457,12 +27872,14 @@ class IdentityDomainsClient(object):
|
|
27457
27872
|
Update the Condition with SCIM Patch schema.
|
27458
27873
|
|
27459
27874
|
Before you specify an attribute-value in a request to update a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
27875
|
+
|
27460
27876
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
27461
27877
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
27462
27878
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
27463
27879
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
27464
27880
|
|
27465
27881
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
27882
|
+
|
27466
27883
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
27467
27884
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
27468
27885
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -27490,7 +27907,7 @@ class IdentityDomainsClient(object):
|
|
27490
27907
|
:rtype: :class:`~oci.response.Response`
|
27491
27908
|
|
27492
27909
|
:example:
|
27493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_condition.py.html>`__ to see an example of how to use patch_condition API.
|
27494
27911
|
"""
|
27495
27912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27496
27913
|
required_arguments = ['conditionId']
|
@@ -27646,7 +28063,7 @@ class IdentityDomainsClient(object):
|
|
27646
28063
|
:rtype: :class:`~oci.response.Response`
|
27647
28064
|
|
27648
28065
|
:example:
|
27649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
27650
28067
|
"""
|
27651
28068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27652
28069
|
required_arguments = ['customerSecretKeyId']
|
@@ -27802,7 +28219,7 @@ class IdentityDomainsClient(object):
|
|
27802
28219
|
:rtype: :class:`~oci.response.Response`
|
27803
28220
|
|
27804
28221
|
:example:
|
27805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
27806
28223
|
"""
|
27807
28224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27808
28225
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -27958,7 +28375,7 @@ class IdentityDomainsClient(object):
|
|
27958
28375
|
:rtype: :class:`~oci.response.Response`
|
27959
28376
|
|
27960
28377
|
:example:
|
27961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
|
27962
28379
|
"""
|
27963
28380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27964
28381
|
required_arguments = ['grantId']
|
@@ -28114,7 +28531,7 @@ class IdentityDomainsClient(object):
|
|
28114
28531
|
:rtype: :class:`~oci.response.Response`
|
28115
28532
|
|
28116
28533
|
:example:
|
28117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
28118
28535
|
"""
|
28119
28536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28120
28537
|
required_arguments = ['groupId']
|
@@ -28272,7 +28689,7 @@ class IdentityDomainsClient(object):
|
|
28272
28689
|
:rtype: :class:`~oci.response.Response`
|
28273
28690
|
|
28274
28691
|
:example:
|
28275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_identity_propagation_trust.py.html>`__ to see an example of how to use patch_identity_propagation_trust API.
|
28276
28693
|
"""
|
28277
28694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28278
28695
|
required_arguments = ['identityPropagationTrustId']
|
@@ -28428,7 +28845,7 @@ class IdentityDomainsClient(object):
|
|
28428
28845
|
:rtype: :class:`~oci.response.Response`
|
28429
28846
|
|
28430
28847
|
:example:
|
28431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
28432
28849
|
"""
|
28433
28850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28434
28851
|
required_arguments = ['identityProviderId']
|
@@ -28584,7 +29001,7 @@ class IdentityDomainsClient(object):
|
|
28584
29001
|
:rtype: :class:`~oci.response.Response`
|
28585
29002
|
|
28586
29003
|
:example:
|
28587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
|
28588
29005
|
"""
|
28589
29006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28590
29007
|
required_arguments = ['identitySettingId']
|
@@ -28740,7 +29157,7 @@ class IdentityDomainsClient(object):
|
|
28740
29157
|
:rtype: :class:`~oci.response.Response`
|
28741
29158
|
|
28742
29159
|
:example:
|
28743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
28744
29161
|
"""
|
28745
29162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28746
29163
|
required_arguments = ['kmsiSettingId']
|
@@ -28893,7 +29310,7 @@ class IdentityDomainsClient(object):
|
|
28893
29310
|
:rtype: :class:`~oci.response.Response`
|
28894
29311
|
|
28895
29312
|
:example:
|
28896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
28897
29314
|
"""
|
28898
29315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28899
29316
|
required_arguments = []
|
@@ -29029,7 +29446,7 @@ class IdentityDomainsClient(object):
|
|
29029
29446
|
:rtype: :class:`~oci.response.Response`
|
29030
29447
|
|
29031
29448
|
:example:
|
29032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29449
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
29033
29450
|
"""
|
29034
29451
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29035
29452
|
required_arguments = ['myApiKeyId']
|
@@ -29159,7 +29576,7 @@ class IdentityDomainsClient(object):
|
|
29159
29576
|
:rtype: :class:`~oci.response.Response`
|
29160
29577
|
|
29161
29578
|
:example:
|
29162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
29163
29580
|
"""
|
29164
29581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29165
29582
|
required_arguments = ['myAuthTokenId']
|
@@ -29289,7 +29706,7 @@ class IdentityDomainsClient(object):
|
|
29289
29706
|
:rtype: :class:`~oci.response.Response`
|
29290
29707
|
|
29291
29708
|
:example:
|
29292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
29293
29710
|
"""
|
29294
29711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29295
29712
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -29427,7 +29844,7 @@ class IdentityDomainsClient(object):
|
|
29427
29844
|
:rtype: :class:`~oci.response.Response`
|
29428
29845
|
|
29429
29846
|
:example:
|
29430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
29431
29848
|
"""
|
29432
29849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29433
29850
|
required_arguments = ['myDeviceId']
|
@@ -29575,7 +29992,7 @@ class IdentityDomainsClient(object):
|
|
29575
29992
|
:rtype: :class:`~oci.response.Response`
|
29576
29993
|
|
29577
29994
|
:example:
|
29578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.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.
|
29579
29996
|
"""
|
29580
29997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29581
29998
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -29705,7 +30122,7 @@ class IdentityDomainsClient(object):
|
|
29705
30122
|
:rtype: :class:`~oci.response.Response`
|
29706
30123
|
|
29707
30124
|
:example:
|
29708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30125
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_pending_approval.py.html>`__ to see an example of how to use patch_my_pending_approval API.
|
29709
30126
|
"""
|
29710
30127
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29711
30128
|
required_arguments = ['myPendingApprovalId']
|
@@ -29843,7 +30260,7 @@ class IdentityDomainsClient(object):
|
|
29843
30260
|
:rtype: :class:`~oci.response.Response`
|
29844
30261
|
|
29845
30262
|
:example:
|
29846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_request.py.html>`__ to see an example of how to use patch_my_request API.
|
29847
30264
|
"""
|
29848
30265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29849
30266
|
required_arguments = ['myRequestId']
|
@@ -29991,7 +30408,7 @@ class IdentityDomainsClient(object):
|
|
29991
30408
|
:rtype: :class:`~oci.response.Response`
|
29992
30409
|
|
29993
30410
|
:example:
|
29994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
29995
30412
|
"""
|
29996
30413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29997
30414
|
required_arguments = ['mySmtpCredentialId']
|
@@ -30129,7 +30546,7 @@ class IdentityDomainsClient(object):
|
|
30129
30546
|
:rtype: :class:`~oci.response.Response`
|
30130
30547
|
|
30131
30548
|
:example:
|
30132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_network_perimeter.py.html>`__ to see an example of how to use patch_network_perimeter API.
|
30133
30550
|
"""
|
30134
30551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30135
30552
|
required_arguments = ['networkPerimeterId']
|
@@ -30285,7 +30702,7 @@ class IdentityDomainsClient(object):
|
|
30285
30702
|
:rtype: :class:`~oci.response.Response`
|
30286
30703
|
|
30287
30704
|
:example:
|
30288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
30289
30706
|
"""
|
30290
30707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30291
30708
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -30441,7 +30858,7 @@ class IdentityDomainsClient(object):
|
|
30441
30858
|
:rtype: :class:`~oci.response.Response`
|
30442
30859
|
|
30443
30860
|
:example:
|
30444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
30445
30862
|
"""
|
30446
30863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30447
30864
|
required_arguments = ['passwordPolicyId']
|
@@ -30540,7 +30957,7 @@ class IdentityDomainsClient(object):
|
|
30540
30957
|
|
30541
30958
|
def patch_policy(self, policy_id, **kwargs):
|
30542
30959
|
"""
|
30543
|
-
Update a Policy
|
30960
|
+
Update a Policy.
|
30544
30961
|
|
30545
30962
|
|
30546
30963
|
:param str policy_id: (required)
|
@@ -30564,12 +30981,14 @@ class IdentityDomainsClient(object):
|
|
30564
30981
|
Update the Policy with SCIM Patch schema.
|
30565
30982
|
|
30566
30983
|
Before you specify an attribute-value in a request to update a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
30984
|
+
|
30567
30985
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
30568
30986
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
30569
30987
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
30570
30988
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
30571
30989
|
|
30572
30990
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
30991
|
+
|
30573
30992
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
30574
30993
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
30575
30994
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -30597,7 +31016,7 @@ class IdentityDomainsClient(object):
|
|
30597
31016
|
:rtype: :class:`~oci.response.Response`
|
30598
31017
|
|
30599
31018
|
:example:
|
30600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_policy.py.html>`__ to see an example of how to use patch_policy API.
|
30601
31020
|
"""
|
30602
31021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30603
31022
|
required_arguments = ['policyId']
|
@@ -30696,7 +31115,7 @@ class IdentityDomainsClient(object):
|
|
30696
31115
|
|
30697
31116
|
def patch_rule(self, rule_id, **kwargs):
|
30698
31117
|
"""
|
30699
|
-
Update a Rule
|
31118
|
+
Update a Rule.
|
30700
31119
|
|
30701
31120
|
|
30702
31121
|
:param str rule_id: (required)
|
@@ -30720,12 +31139,14 @@ class IdentityDomainsClient(object):
|
|
30720
31139
|
Update the Rule with SCIM Patch schema.
|
30721
31140
|
|
30722
31141
|
Before you specify an attribute-value in a request to update a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
31142
|
+
|
30723
31143
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
30724
31144
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
30725
31145
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
30726
31146
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
30727
31147
|
|
30728
31148
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
31149
|
+
|
30729
31150
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
30730
31151
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
30731
31152
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -30753,7 +31174,7 @@ class IdentityDomainsClient(object):
|
|
30753
31174
|
:rtype: :class:`~oci.response.Response`
|
30754
31175
|
|
30755
31176
|
:example:
|
30756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_rule.py.html>`__ to see an example of how to use patch_rule API.
|
30757
31178
|
"""
|
30758
31179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30759
31180
|
required_arguments = ['ruleId']
|
@@ -30901,7 +31322,7 @@ class IdentityDomainsClient(object):
|
|
30901
31322
|
:rtype: :class:`~oci.response.Response`
|
30902
31323
|
|
30903
31324
|
:example:
|
30904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_schema.py.html>`__ to see an example of how to use patch_schema API.
|
30905
31326
|
"""
|
30906
31327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30907
31328
|
required_arguments = ['schemaId']
|
@@ -31039,7 +31460,7 @@ class IdentityDomainsClient(object):
|
|
31039
31460
|
:rtype: :class:`~oci.response.Response`
|
31040
31461
|
|
31041
31462
|
:example:
|
31042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31463
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
|
31043
31464
|
"""
|
31044
31465
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31045
31466
|
required_arguments = ['securityQuestionId']
|
@@ -31195,7 +31616,7 @@ class IdentityDomainsClient(object):
|
|
31195
31616
|
:rtype: :class:`~oci.response.Response`
|
31196
31617
|
|
31197
31618
|
:example:
|
31198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
|
31199
31620
|
"""
|
31200
31621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31201
31622
|
required_arguments = ['securityQuestionSettingId']
|
@@ -31351,7 +31772,7 @@ class IdentityDomainsClient(object):
|
|
31351
31772
|
:rtype: :class:`~oci.response.Response`
|
31352
31773
|
|
31353
31774
|
:example:
|
31354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_self_registration_profile.py.html>`__ to see an example of how to use patch_self_registration_profile API.
|
31355
31776
|
"""
|
31356
31777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31357
31778
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -31507,7 +31928,7 @@ class IdentityDomainsClient(object):
|
|
31507
31928
|
:rtype: :class:`~oci.response.Response`
|
31508
31929
|
|
31509
31930
|
:example:
|
31510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_setting.py.html>`__ to see an example of how to use patch_setting API.
|
31511
31932
|
"""
|
31512
31933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31513
31934
|
required_arguments = ['settingId']
|
@@ -31663,7 +32084,7 @@ class IdentityDomainsClient(object):
|
|
31663
32084
|
:rtype: :class:`~oci.response.Response`
|
31664
32085
|
|
31665
32086
|
:example:
|
31666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
31667
32088
|
"""
|
31668
32089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31669
32090
|
required_arguments = ['smtpCredentialId']
|
@@ -31813,7 +32234,7 @@ class IdentityDomainsClient(object):
|
|
31813
32234
|
:rtype: :class:`~oci.response.Response`
|
31814
32235
|
|
31815
32236
|
:example:
|
31816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_social_identity_provider.py.html>`__ to see an example of how to use patch_social_identity_provider API.
|
31817
32238
|
"""
|
31818
32239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31819
32240
|
required_arguments = ['socialIdentityProviderId']
|
@@ -31951,7 +32372,7 @@ class IdentityDomainsClient(object):
|
|
31951
32372
|
:rtype: :class:`~oci.response.Response`
|
31952
32373
|
|
31953
32374
|
:example:
|
31954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
31955
32376
|
"""
|
31956
32377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31957
32378
|
required_arguments = ['userId']
|
@@ -32107,7 +32528,7 @@ class IdentityDomainsClient(object):
|
|
32107
32528
|
:rtype: :class:`~oci.response.Response`
|
32108
32529
|
|
32109
32530
|
:example:
|
32110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
|
32111
32532
|
"""
|
32112
32533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32113
32534
|
required_arguments = ['userAttributesSettingId']
|
@@ -32263,7 +32684,7 @@ class IdentityDomainsClient(object):
|
|
32263
32684
|
:rtype: :class:`~oci.response.Response`
|
32264
32685
|
|
32265
32686
|
:example:
|
32266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
|
32267
32688
|
"""
|
32268
32689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32269
32690
|
required_arguments = ['accountRecoverySettingId']
|
@@ -32419,7 +32840,7 @@ class IdentityDomainsClient(object):
|
|
32419
32840
|
:rtype: :class:`~oci.response.Response`
|
32420
32841
|
|
32421
32842
|
:example:
|
32422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
|
32423
32844
|
"""
|
32424
32845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32425
32846
|
required_arguments = ['appId']
|
@@ -32575,7 +32996,7 @@ class IdentityDomainsClient(object):
|
|
32575
32996
|
:rtype: :class:`~oci.response.Response`
|
32576
32997
|
|
32577
32998
|
:example:
|
32578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32999
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
|
32579
33000
|
"""
|
32580
33001
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32581
33002
|
required_arguments = ['appStatusChangerId']
|
@@ -32731,7 +33152,7 @@ class IdentityDomainsClient(object):
|
|
32731
33152
|
:rtype: :class:`~oci.response.Response`
|
32732
33153
|
|
32733
33154
|
:example:
|
32734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_approval_workflow.py.html>`__ to see an example of how to use put_approval_workflow API.
|
32735
33156
|
"""
|
32736
33157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32737
33158
|
required_arguments = ['approvalWorkflowId']
|
@@ -32887,7 +33308,7 @@ class IdentityDomainsClient(object):
|
|
32887
33308
|
:rtype: :class:`~oci.response.Response`
|
32888
33309
|
|
32889
33310
|
:example:
|
32890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
32891
33312
|
"""
|
32892
33313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32893
33314
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -33043,7 +33464,7 @@ class IdentityDomainsClient(object):
|
|
33043
33464
|
:rtype: :class:`~oci.response.Response`
|
33044
33465
|
|
33045
33466
|
:example:
|
33046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33467
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_cloud_gate.py.html>`__ to see an example of how to use put_cloud_gate API.
|
33047
33468
|
"""
|
33048
33469
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33049
33470
|
required_arguments = ['cloudGateId']
|
@@ -33199,7 +33620,7 @@ class IdentityDomainsClient(object):
|
|
33199
33620
|
:rtype: :class:`~oci.response.Response`
|
33200
33621
|
|
33201
33622
|
:example:
|
33202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_cloud_gate_mapping.py.html>`__ to see an example of how to use put_cloud_gate_mapping API.
|
33203
33624
|
"""
|
33204
33625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33205
33626
|
required_arguments = ['cloudGateMappingId']
|
@@ -33355,7 +33776,7 @@ class IdentityDomainsClient(object):
|
|
33355
33776
|
:rtype: :class:`~oci.response.Response`
|
33356
33777
|
|
33357
33778
|
:example:
|
33358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_cloud_gate_server.py.html>`__ to see an example of how to use put_cloud_gate_server API.
|
33359
33780
|
"""
|
33360
33781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33361
33782
|
required_arguments = ['cloudGateServerId']
|
@@ -33454,7 +33875,7 @@ class IdentityDomainsClient(object):
|
|
33454
33875
|
|
33455
33876
|
def put_condition(self, condition_id, **kwargs):
|
33456
33877
|
"""
|
33457
|
-
Replace a
|
33878
|
+
Replace a condition.
|
33458
33879
|
|
33459
33880
|
|
33460
33881
|
:param str condition_id: (required)
|
@@ -33478,12 +33899,14 @@ class IdentityDomainsClient(object):
|
|
33478
33899
|
Replace the current instance of Condition with provided payload.
|
33479
33900
|
|
33480
33901
|
Before you specify an attribute-value in a request to replace a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
33902
|
+
|
33481
33903
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
33482
33904
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
33483
33905
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
33484
33906
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
33485
33907
|
|
33486
33908
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
33909
|
+
|
33487
33910
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
33488
33911
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
33489
33912
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -33511,7 +33934,7 @@ class IdentityDomainsClient(object):
|
|
33511
33934
|
:rtype: :class:`~oci.response.Response`
|
33512
33935
|
|
33513
33936
|
:example:
|
33514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_condition.py.html>`__ to see an example of how to use put_condition API.
|
33515
33938
|
"""
|
33516
33939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33517
33940
|
required_arguments = ['conditionId']
|
@@ -33667,7 +34090,7 @@ class IdentityDomainsClient(object):
|
|
33667
34090
|
:rtype: :class:`~oci.response.Response`
|
33668
34091
|
|
33669
34092
|
:example:
|
33670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
33671
34094
|
"""
|
33672
34095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33673
34096
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -33823,7 +34246,7 @@ class IdentityDomainsClient(object):
|
|
33823
34246
|
:rtype: :class:`~oci.response.Response`
|
33824
34247
|
|
33825
34248
|
:example:
|
33826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
33827
34250
|
"""
|
33828
34251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33829
34252
|
required_arguments = ['groupId']
|
@@ -33981,7 +34404,7 @@ class IdentityDomainsClient(object):
|
|
33981
34404
|
:rtype: :class:`~oci.response.Response`
|
33982
34405
|
|
33983
34406
|
:example:
|
33984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_identity_propagation_trust.py.html>`__ to see an example of how to use put_identity_propagation_trust API.
|
33985
34408
|
"""
|
33986
34409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33987
34410
|
required_arguments = ['identityPropagationTrustId']
|
@@ -34137,7 +34560,7 @@ class IdentityDomainsClient(object):
|
|
34137
34560
|
:rtype: :class:`~oci.response.Response`
|
34138
34561
|
|
34139
34562
|
:example:
|
34140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
34141
34564
|
"""
|
34142
34565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34143
34566
|
required_arguments = ['identityProviderId']
|
@@ -34293,7 +34716,7 @@ class IdentityDomainsClient(object):
|
|
34293
34716
|
:rtype: :class:`~oci.response.Response`
|
34294
34717
|
|
34295
34718
|
:example:
|
34296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34719
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
|
34297
34720
|
"""
|
34298
34721
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34299
34722
|
required_arguments = ['identitySettingId']
|
@@ -34449,7 +34872,7 @@ class IdentityDomainsClient(object):
|
|
34449
34872
|
:rtype: :class:`~oci.response.Response`
|
34450
34873
|
|
34451
34874
|
:example:
|
34452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
34453
34876
|
"""
|
34454
34877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34455
34878
|
required_arguments = ['kmsiSettingId']
|
@@ -34602,7 +35025,7 @@ class IdentityDomainsClient(object):
|
|
34602
35025
|
:rtype: :class:`~oci.response.Response`
|
34603
35026
|
|
34604
35027
|
:example:
|
34605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
34606
35029
|
"""
|
34607
35030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34608
35031
|
required_arguments = []
|
@@ -34735,7 +35158,7 @@ class IdentityDomainsClient(object):
|
|
34735
35158
|
:rtype: :class:`~oci.response.Response`
|
34736
35159
|
|
34737
35160
|
:example:
|
34738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
34739
35162
|
"""
|
34740
35163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34741
35164
|
required_arguments = []
|
@@ -34861,7 +35284,7 @@ class IdentityDomainsClient(object):
|
|
34861
35284
|
:rtype: :class:`~oci.response.Response`
|
34862
35285
|
|
34863
35286
|
:example:
|
34864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_network_perimeter.py.html>`__ to see an example of how to use put_network_perimeter API.
|
34865
35288
|
"""
|
34866
35289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34867
35290
|
required_arguments = ['networkPerimeterId']
|
@@ -35017,7 +35440,7 @@ class IdentityDomainsClient(object):
|
|
35017
35440
|
:rtype: :class:`~oci.response.Response`
|
35018
35441
|
|
35019
35442
|
:example:
|
35020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_notification_setting.py.html>`__ to see an example of how to use put_notification_setting API.
|
35021
35444
|
"""
|
35022
35445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35023
35446
|
required_arguments = ['notificationSettingId']
|
@@ -35173,7 +35596,7 @@ class IdentityDomainsClient(object):
|
|
35173
35596
|
:rtype: :class:`~oci.response.Response`
|
35174
35597
|
|
35175
35598
|
:example:
|
35176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
35177
35600
|
"""
|
35178
35601
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35179
35602
|
required_arguments = ['passwordPolicyId']
|
@@ -35272,7 +35695,7 @@ class IdentityDomainsClient(object):
|
|
35272
35695
|
|
35273
35696
|
def put_policy(self, policy_id, **kwargs):
|
35274
35697
|
"""
|
35275
|
-
Replace a Policy
|
35698
|
+
Replace a Policy.
|
35276
35699
|
|
35277
35700
|
|
35278
35701
|
:param str policy_id: (required)
|
@@ -35296,12 +35719,14 @@ class IdentityDomainsClient(object):
|
|
35296
35719
|
Replace the current instance of Policy with provided payload.
|
35297
35720
|
|
35298
35721
|
Before you specify an attribute-value in a request to replace a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
35722
|
+
|
35299
35723
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
35300
35724
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
35301
35725
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
35302
35726
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
35303
35727
|
|
35304
35728
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
35729
|
+
|
35305
35730
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
35306
35731
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
35307
35732
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -35329,7 +35754,7 @@ class IdentityDomainsClient(object):
|
|
35329
35754
|
:rtype: :class:`~oci.response.Response`
|
35330
35755
|
|
35331
35756
|
:example:
|
35332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_policy.py.html>`__ to see an example of how to use put_policy API.
|
35333
35758
|
"""
|
35334
35759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35335
35760
|
required_arguments = ['policyId']
|
@@ -35428,7 +35853,7 @@ class IdentityDomainsClient(object):
|
|
35428
35853
|
|
35429
35854
|
def put_rule(self, rule_id, **kwargs):
|
35430
35855
|
"""
|
35431
|
-
Replace a Rule
|
35856
|
+
Replace a Rule.
|
35432
35857
|
|
35433
35858
|
|
35434
35859
|
:param str rule_id: (required)
|
@@ -35452,12 +35877,14 @@ class IdentityDomainsClient(object):
|
|
35452
35877
|
Replace the current instance of Rule with provided payload.
|
35453
35878
|
|
35454
35879
|
Before you specify an attribute-value in a request to replace a resource, please check the **'mutability'** property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the **SCIM++ Properties** of that attribute.
|
35880
|
+
|
35455
35881
|
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as *mutability:readWrite* or *mutability:writeOnly* or *mutability:immutable*:
|
35456
35882
|
- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as *mutability:readOnly*.
|
35457
35883
|
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as *mutability:readOnly*.
|
35458
35884
|
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as *mutability:immutable* and that already has a value in the specified resource.
|
35459
35885
|
|
35460
35886
|
Also, before you use the query-parameter attributes to request specific attributes, please check the **'returned'** property of that attribute in the resource-type schema below:
|
35887
|
+
|
35461
35888
|
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as *returned:default* or *returned:request* or *returned:always*:
|
35462
35889
|
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as *returned:always*.
|
35463
35890
|
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as *returned:default*, as well as any attribute that is defined as *returned:always*.
|
@@ -35485,7 +35912,7 @@ class IdentityDomainsClient(object):
|
|
35485
35912
|
:rtype: :class:`~oci.response.Response`
|
35486
35913
|
|
35487
35914
|
:example:
|
35488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_rule.py.html>`__ to see an example of how to use put_rule API.
|
35489
35916
|
"""
|
35490
35917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35491
35918
|
required_arguments = ['ruleId']
|
@@ -35633,7 +36060,7 @@ class IdentityDomainsClient(object):
|
|
35633
36060
|
:rtype: :class:`~oci.response.Response`
|
35634
36061
|
|
35635
36062
|
:example:
|
35636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_schema.py.html>`__ to see an example of how to use put_schema API.
|
35637
36064
|
"""
|
35638
36065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35639
36066
|
required_arguments = ['schemaId']
|
@@ -35771,7 +36198,7 @@ class IdentityDomainsClient(object):
|
|
35771
36198
|
:rtype: :class:`~oci.response.Response`
|
35772
36199
|
|
35773
36200
|
:example:
|
35774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
|
35775
36202
|
"""
|
35776
36203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35777
36204
|
required_arguments = ['securityQuestionSettingId']
|
@@ -35927,7 +36354,7 @@ class IdentityDomainsClient(object):
|
|
35927
36354
|
:rtype: :class:`~oci.response.Response`
|
35928
36355
|
|
35929
36356
|
:example:
|
35930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36357
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_self_registration_profile.py.html>`__ to see an example of how to use put_self_registration_profile API.
|
35931
36358
|
"""
|
35932
36359
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35933
36360
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -36083,7 +36510,7 @@ class IdentityDomainsClient(object):
|
|
36083
36510
|
:rtype: :class:`~oci.response.Response`
|
36084
36511
|
|
36085
36512
|
:example:
|
36086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_setting.py.html>`__ to see an example of how to use put_setting API.
|
36087
36514
|
"""
|
36088
36515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36089
36516
|
required_arguments = ['settingId']
|
@@ -36233,7 +36660,7 @@ class IdentityDomainsClient(object):
|
|
36233
36660
|
:rtype: :class:`~oci.response.Response`
|
36234
36661
|
|
36235
36662
|
:example:
|
36236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_social_identity_provider.py.html>`__ to see an example of how to use put_social_identity_provider API.
|
36237
36664
|
"""
|
36238
36665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36239
36666
|
required_arguments = ['socialIdentityProviderId']
|
@@ -36371,7 +36798,7 @@ class IdentityDomainsClient(object):
|
|
36371
36798
|
:rtype: :class:`~oci.response.Response`
|
36372
36799
|
|
36373
36800
|
:example:
|
36374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36801
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
36375
36802
|
"""
|
36376
36803
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36377
36804
|
required_arguments = ['userId']
|
@@ -36519,7 +36946,7 @@ class IdentityDomainsClient(object):
|
|
36519
36946
|
:rtype: :class:`~oci.response.Response`
|
36520
36947
|
|
36521
36948
|
:example:
|
36522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
36523
36950
|
"""
|
36524
36951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36525
36952
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -36649,7 +37076,7 @@ class IdentityDomainsClient(object):
|
|
36649
37076
|
:rtype: :class:`~oci.response.Response`
|
36650
37077
|
|
36651
37078
|
:example:
|
36652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
36653
37080
|
"""
|
36654
37081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36655
37082
|
required_arguments = ['userPasswordChangerId']
|
@@ -36779,7 +37206,7 @@ class IdentityDomainsClient(object):
|
|
36779
37206
|
:rtype: :class:`~oci.response.Response`
|
36780
37207
|
|
36781
37208
|
:example:
|
36782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
36783
37210
|
"""
|
36784
37211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36785
37212
|
required_arguments = ['userPasswordResetterId']
|
@@ -36917,7 +37344,7 @@ class IdentityDomainsClient(object):
|
|
36917
37344
|
:rtype: :class:`~oci.response.Response`
|
36918
37345
|
|
36919
37346
|
:example:
|
36920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
36921
37348
|
"""
|
36922
37349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36923
37350
|
required_arguments = ['userStatusChangerId']
|
@@ -37053,7 +37480,7 @@ class IdentityDomainsClient(object):
|
|
37053
37480
|
:rtype: :class:`~oci.response.Response`
|
37054
37481
|
|
37055
37482
|
:example:
|
37056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
|
37057
37484
|
"""
|
37058
37485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37059
37486
|
required_arguments = []
|
@@ -37167,7 +37594,7 @@ class IdentityDomainsClient(object):
|
|
37167
37594
|
:rtype: :class:`~oci.response.Response`
|
37168
37595
|
|
37169
37596
|
:example:
|
37170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
37171
37598
|
"""
|
37172
37599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37173
37600
|
required_arguments = []
|
@@ -37281,7 +37708,7 @@ class IdentityDomainsClient(object):
|
|
37281
37708
|
:rtype: :class:`~oci.response.Response`
|
37282
37709
|
|
37283
37710
|
:example:
|
37284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
|
37285
37712
|
"""
|
37286
37713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37287
37714
|
required_arguments = []
|
@@ -37395,7 +37822,7 @@ class IdentityDomainsClient(object):
|
|
37395
37822
|
:rtype: :class:`~oci.response.Response`
|
37396
37823
|
|
37397
37824
|
:example:
|
37398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
|
37399
37826
|
"""
|
37400
37827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37401
37828
|
required_arguments = []
|
@@ -37509,7 +37936,7 @@ class IdentityDomainsClient(object):
|
|
37509
37936
|
:rtype: :class:`~oci.response.Response`
|
37510
37937
|
|
37511
37938
|
:example:
|
37512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
37513
37940
|
"""
|
37514
37941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37515
37942
|
required_arguments = []
|
@@ -37623,7 +38050,7 @@ class IdentityDomainsClient(object):
|
|
37623
38050
|
:rtype: :class:`~oci.response.Response`
|
37624
38051
|
|
37625
38052
|
:example:
|
37626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
37627
38054
|
"""
|
37628
38055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37629
38056
|
required_arguments = []
|
@@ -37737,7 +38164,7 @@ class IdentityDomainsClient(object):
|
|
37737
38164
|
:rtype: :class:`~oci.response.Response`
|
37738
38165
|
|
37739
38166
|
:example:
|
37740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_cloud_gate_mappings.py.html>`__ to see an example of how to use search_cloud_gate_mappings API.
|
37741
38168
|
"""
|
37742
38169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37743
38170
|
required_arguments = []
|
@@ -37851,7 +38278,7 @@ class IdentityDomainsClient(object):
|
|
37851
38278
|
:rtype: :class:`~oci.response.Response`
|
37852
38279
|
|
37853
38280
|
:example:
|
37854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_cloud_gate_servers.py.html>`__ to see an example of how to use search_cloud_gate_servers API.
|
37855
38282
|
"""
|
37856
38283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37857
38284
|
required_arguments = []
|
@@ -37965,7 +38392,7 @@ class IdentityDomainsClient(object):
|
|
37965
38392
|
:rtype: :class:`~oci.response.Response`
|
37966
38393
|
|
37967
38394
|
:example:
|
37968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_cloud_gates.py.html>`__ to see an example of how to use search_cloud_gates API.
|
37969
38396
|
"""
|
37970
38397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37971
38398
|
required_arguments = []
|
@@ -38042,7 +38469,7 @@ class IdentityDomainsClient(object):
|
|
38042
38469
|
|
38043
38470
|
def search_conditions(self, **kwargs):
|
38044
38471
|
"""
|
38045
|
-
Search Conditions Using POST
|
38472
|
+
Search Conditions Using POST.
|
38046
38473
|
|
38047
38474
|
|
38048
38475
|
:param str authorization: (optional)
|
@@ -38079,14 +38506,14 @@ class IdentityDomainsClient(object):
|
|
38079
38506
|
:rtype: :class:`~oci.response.Response`
|
38080
38507
|
|
38081
38508
|
:example:
|
38082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_conditions.py.html>`__ to see an example of how to use search_conditions API.
|
38083
38510
|
"""
|
38084
38511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38085
38512
|
required_arguments = []
|
38086
38513
|
resource_path = "/admin/v1/Conditions/.search"
|
38087
38514
|
method = "POST"
|
38088
38515
|
operation_name = "search_conditions"
|
38089
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
38516
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Condition/SearchConditions"
|
38090
38517
|
|
38091
38518
|
# Don't accept unknown kwargs
|
38092
38519
|
expected_kwargs = [
|
@@ -38193,7 +38620,7 @@ class IdentityDomainsClient(object):
|
|
38193
38620
|
:rtype: :class:`~oci.response.Response`
|
38194
38621
|
|
38195
38622
|
:example:
|
38196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
38197
38624
|
"""
|
38198
38625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38199
38626
|
required_arguments = []
|
@@ -38307,7 +38734,7 @@ class IdentityDomainsClient(object):
|
|
38307
38734
|
:rtype: :class:`~oci.response.Response`
|
38308
38735
|
|
38309
38736
|
:example:
|
38310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
38311
38738
|
"""
|
38312
38739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38313
38740
|
required_arguments = []
|
@@ -38421,7 +38848,7 @@ class IdentityDomainsClient(object):
|
|
38421
38848
|
:rtype: :class:`~oci.response.Response`
|
38422
38849
|
|
38423
38850
|
:example:
|
38424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
|
38425
38852
|
"""
|
38426
38853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38427
38854
|
required_arguments = []
|
@@ -38535,7 +38962,7 @@ class IdentityDomainsClient(object):
|
|
38535
38962
|
:rtype: :class:`~oci.response.Response`
|
38536
38963
|
|
38537
38964
|
:example:
|
38538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
38539
38966
|
"""
|
38540
38967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38541
38968
|
required_arguments = []
|
@@ -38649,7 +39076,7 @@ class IdentityDomainsClient(object):
|
|
38649
39076
|
:rtype: :class:`~oci.response.Response`
|
38650
39077
|
|
38651
39078
|
:example:
|
38652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
38653
39080
|
"""
|
38654
39081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38655
39082
|
required_arguments = []
|
@@ -38763,7 +39190,7 @@ class IdentityDomainsClient(object):
|
|
38763
39190
|
:rtype: :class:`~oci.response.Response`
|
38764
39191
|
|
38765
39192
|
:example:
|
38766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
|
38767
39194
|
"""
|
38768
39195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38769
39196
|
required_arguments = []
|
@@ -38877,7 +39304,7 @@ class IdentityDomainsClient(object):
|
|
38877
39304
|
:rtype: :class:`~oci.response.Response`
|
38878
39305
|
|
38879
39306
|
:example:
|
38880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
38881
39308
|
"""
|
38882
39309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38883
39310
|
required_arguments = []
|
@@ -38991,7 +39418,7 @@ class IdentityDomainsClient(object):
|
|
38991
39418
|
:rtype: :class:`~oci.response.Response`
|
38992
39419
|
|
38993
39420
|
:example:
|
38994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
|
38995
39422
|
"""
|
38996
39423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38997
39424
|
required_arguments = []
|
@@ -39105,7 +39532,7 @@ class IdentityDomainsClient(object):
|
|
39105
39532
|
:rtype: :class:`~oci.response.Response`
|
39106
39533
|
|
39107
39534
|
:example:
|
39108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
39109
39536
|
"""
|
39110
39537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39111
39538
|
required_arguments = []
|
@@ -39219,7 +39646,7 @@ class IdentityDomainsClient(object):
|
|
39219
39646
|
:rtype: :class:`~oci.response.Response`
|
39220
39647
|
|
39221
39648
|
:example:
|
39222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
|
39223
39650
|
"""
|
39224
39651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39225
39652
|
required_arguments = []
|
@@ -39333,7 +39760,7 @@ class IdentityDomainsClient(object):
|
|
39333
39760
|
:rtype: :class:`~oci.response.Response`
|
39334
39761
|
|
39335
39762
|
:example:
|
39336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39763
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
|
39337
39764
|
"""
|
39338
39765
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39339
39766
|
required_arguments = []
|
@@ -39447,7 +39874,7 @@ class IdentityDomainsClient(object):
|
|
39447
39874
|
:rtype: :class:`~oci.response.Response`
|
39448
39875
|
|
39449
39876
|
:example:
|
39450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_network_perimeters.py.html>`__ to see an example of how to use search_network_perimeters API.
|
39451
39878
|
"""
|
39452
39879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39453
39880
|
required_arguments = []
|
@@ -39561,7 +39988,7 @@ class IdentityDomainsClient(object):
|
|
39561
39988
|
:rtype: :class:`~oci.response.Response`
|
39562
39989
|
|
39563
39990
|
:example:
|
39564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_notification_settings.py.html>`__ to see an example of how to use search_notification_settings API.
|
39565
39992
|
"""
|
39566
39993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39567
39994
|
required_arguments = []
|
@@ -39675,7 +40102,7 @@ class IdentityDomainsClient(object):
|
|
39675
40102
|
:rtype: :class:`~oci.response.Response`
|
39676
40103
|
|
39677
40104
|
:example:
|
39678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
39679
40106
|
"""
|
39680
40107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39681
40108
|
required_arguments = []
|
@@ -39789,7 +40216,7 @@ class IdentityDomainsClient(object):
|
|
39789
40216
|
:rtype: :class:`~oci.response.Response`
|
39790
40217
|
|
39791
40218
|
:example:
|
39792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_o_auth_client_certificates.py.html>`__ to see an example of how to use search_o_auth_client_certificates API.
|
39793
40220
|
"""
|
39794
40221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39795
40222
|
required_arguments = []
|
@@ -39903,7 +40330,7 @@ class IdentityDomainsClient(object):
|
|
39903
40330
|
:rtype: :class:`~oci.response.Response`
|
39904
40331
|
|
39905
40332
|
:example:
|
39906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_o_auth_partner_certificates.py.html>`__ to see an example of how to use search_o_auth_partner_certificates API.
|
39907
40334
|
"""
|
39908
40335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39909
40336
|
required_arguments = []
|
@@ -39978,6 +40405,120 @@ class IdentityDomainsClient(object):
|
|
39978
40405
|
api_reference_link=api_reference_link,
|
39979
40406
|
required_arguments=required_arguments)
|
39980
40407
|
|
40408
|
+
def search_oci_console_sign_on_policy_consents(self, **kwargs):
|
40409
|
+
"""
|
40410
|
+
Search OciConsoleSignOnPolicyConsents Using POST
|
40411
|
+
|
40412
|
+
|
40413
|
+
:param str authorization: (optional)
|
40414
|
+
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
40415
|
+
|
40416
|
+
:param str resource_type_schema_version: (optional)
|
40417
|
+
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
40418
|
+
|
40419
|
+
:param oci.identity_domains.models.OciConsoleSignOnPolicyConsentSearchRequest oci_console_sign_on_policy_consent_search_request: (optional)
|
40420
|
+
Parameters for searching OciConsoleSignOnPolicyConsents
|
40421
|
+
|
40422
|
+
:param str opc_retry_token: (optional)
|
40423
|
+
A token you supply to uniquely identify the request and provide idempotency if the request is retried. Idempotency tokens expire after 24 hours.
|
40424
|
+
|
40425
|
+
:param str page: (optional)
|
40426
|
+
The value of the `opc-next-page` response header from the previous 'List' call.
|
40427
|
+
|
40428
|
+
:param int limit: (optional)
|
40429
|
+
The maximum number of items to return in a paginated 'List' call.
|
40430
|
+
|
40431
|
+
:param obj retry_strategy: (optional)
|
40432
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
40433
|
+
|
40434
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
|
40435
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
40436
|
+
|
40437
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
40438
|
+
|
40439
|
+
:param bool allow_control_chars: (optional)
|
40440
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
40441
|
+
By default, the response will not allow control characters in strings
|
40442
|
+
|
40443
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.identity_domains.models.OciConsoleSignOnPolicyConsents`
|
40444
|
+
:rtype: :class:`~oci.response.Response`
|
40445
|
+
|
40446
|
+
:example:
|
40447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_oci_console_sign_on_policy_consents.py.html>`__ to see an example of how to use search_oci_console_sign_on_policy_consents API.
|
40448
|
+
"""
|
40449
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40450
|
+
required_arguments = []
|
40451
|
+
resource_path = "/admin/v1/OciConsoleSignOnPolicyConsents/.search"
|
40452
|
+
method = "POST"
|
40453
|
+
operation_name = "search_oci_console_sign_on_policy_consents"
|
40454
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/OciConsoleSignOnPolicyConsent/SearchOciConsoleSignOnPolicyConsents"
|
40455
|
+
|
40456
|
+
# Don't accept unknown kwargs
|
40457
|
+
expected_kwargs = [
|
40458
|
+
"allow_control_chars",
|
40459
|
+
"retry_strategy",
|
40460
|
+
"authorization",
|
40461
|
+
"resource_type_schema_version",
|
40462
|
+
"oci_console_sign_on_policy_consent_search_request",
|
40463
|
+
"opc_retry_token",
|
40464
|
+
"page",
|
40465
|
+
"limit"
|
40466
|
+
]
|
40467
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
40468
|
+
if extra_kwargs:
|
40469
|
+
raise ValueError(
|
40470
|
+
f"search_oci_console_sign_on_policy_consents got unknown kwargs: {extra_kwargs!r}")
|
40471
|
+
|
40472
|
+
query_params = {
|
40473
|
+
"page": kwargs.get("page", missing),
|
40474
|
+
"limit": kwargs.get("limit", missing)
|
40475
|
+
}
|
40476
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
40477
|
+
|
40478
|
+
header_params = {
|
40479
|
+
"accept": "application/json, application/scim+json",
|
40480
|
+
"content-type": "application/json",
|
40481
|
+
"authorization": kwargs.get("authorization", missing),
|
40482
|
+
"resource_type_schema_version": kwargs.get("resource_type_schema_version", missing),
|
40483
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
40484
|
+
}
|
40485
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
40486
|
+
|
40487
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
40488
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
40489
|
+
client_retry_strategy=self.retry_strategy
|
40490
|
+
)
|
40491
|
+
|
40492
|
+
if retry_strategy:
|
40493
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
40494
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
40495
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
40496
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
40497
|
+
return retry_strategy.make_retrying_call(
|
40498
|
+
self.base_client.call_api,
|
40499
|
+
resource_path=resource_path,
|
40500
|
+
method=method,
|
40501
|
+
query_params=query_params,
|
40502
|
+
header_params=header_params,
|
40503
|
+
body=kwargs.get('oci_console_sign_on_policy_consent_search_request'),
|
40504
|
+
response_type="OciConsoleSignOnPolicyConsents",
|
40505
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
40506
|
+
operation_name=operation_name,
|
40507
|
+
api_reference_link=api_reference_link,
|
40508
|
+
required_arguments=required_arguments)
|
40509
|
+
else:
|
40510
|
+
return self.base_client.call_api(
|
40511
|
+
resource_path=resource_path,
|
40512
|
+
method=method,
|
40513
|
+
query_params=query_params,
|
40514
|
+
header_params=header_params,
|
40515
|
+
body=kwargs.get('oci_console_sign_on_policy_consent_search_request'),
|
40516
|
+
response_type="OciConsoleSignOnPolicyConsents",
|
40517
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
40518
|
+
operation_name=operation_name,
|
40519
|
+
api_reference_link=api_reference_link,
|
40520
|
+
required_arguments=required_arguments)
|
40521
|
+
|
39981
40522
|
def search_password_policies(self, **kwargs):
|
39982
40523
|
"""
|
39983
40524
|
Search for password policies using POST.
|
@@ -40017,7 +40558,7 @@ class IdentityDomainsClient(object):
|
|
40017
40558
|
:rtype: :class:`~oci.response.Response`
|
40018
40559
|
|
40019
40560
|
:example:
|
40020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
40021
40562
|
"""
|
40022
40563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40023
40564
|
required_arguments = []
|
@@ -40131,14 +40672,14 @@ class IdentityDomainsClient(object):
|
|
40131
40672
|
:rtype: :class:`~oci.response.Response`
|
40132
40673
|
|
40133
40674
|
:example:
|
40134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_policies.py.html>`__ to see an example of how to use search_policies API.
|
40135
40676
|
"""
|
40136
40677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40137
40678
|
required_arguments = []
|
40138
40679
|
resource_path = "/admin/v1/Policies/.search"
|
40139
40680
|
method = "POST"
|
40140
40681
|
operation_name = "search_policies"
|
40141
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
40682
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Policy/SearchPolicies"
|
40142
40683
|
|
40143
40684
|
# Don't accept unknown kwargs
|
40144
40685
|
expected_kwargs = [
|
@@ -40245,7 +40786,7 @@ class IdentityDomainsClient(object):
|
|
40245
40786
|
:rtype: :class:`~oci.response.Response`
|
40246
40787
|
|
40247
40788
|
:example:
|
40248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
|
40249
40790
|
"""
|
40250
40791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40251
40792
|
required_arguments = []
|
@@ -40322,7 +40863,7 @@ class IdentityDomainsClient(object):
|
|
40322
40863
|
|
40323
40864
|
def search_rules(self, **kwargs):
|
40324
40865
|
"""
|
40325
|
-
Search Rules Using POST
|
40866
|
+
Search Rules Using POST.
|
40326
40867
|
|
40327
40868
|
|
40328
40869
|
:param str authorization: (optional)
|
@@ -40359,14 +40900,14 @@ class IdentityDomainsClient(object):
|
|
40359
40900
|
:rtype: :class:`~oci.response.Response`
|
40360
40901
|
|
40361
40902
|
:example:
|
40362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_rules.py.html>`__ to see an example of how to use search_rules API.
|
40363
40904
|
"""
|
40364
40905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40365
40906
|
required_arguments = []
|
40366
40907
|
resource_path = "/admin/v1/Rules/.search"
|
40367
40908
|
method = "POST"
|
40368
40909
|
operation_name = "search_rules"
|
40369
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/
|
40910
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/identity-domains/v1/Rule/SearchRules"
|
40370
40911
|
|
40371
40912
|
# Don't accept unknown kwargs
|
40372
40913
|
expected_kwargs = [
|
@@ -40473,7 +41014,7 @@ class IdentityDomainsClient(object):
|
|
40473
41014
|
:rtype: :class:`~oci.response.Response`
|
40474
41015
|
|
40475
41016
|
:example:
|
40476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_schemas.py.html>`__ to see an example of how to use search_schemas API.
|
40477
41018
|
"""
|
40478
41019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40479
41020
|
required_arguments = []
|
@@ -40587,7 +41128,7 @@ class IdentityDomainsClient(object):
|
|
40587
41128
|
:rtype: :class:`~oci.response.Response`
|
40588
41129
|
|
40589
41130
|
:example:
|
40590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
|
40591
41132
|
"""
|
40592
41133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40593
41134
|
required_arguments = []
|
@@ -40701,7 +41242,7 @@ class IdentityDomainsClient(object):
|
|
40701
41242
|
:rtype: :class:`~oci.response.Response`
|
40702
41243
|
|
40703
41244
|
:example:
|
40704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
|
40705
41246
|
"""
|
40706
41247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40707
41248
|
required_arguments = []
|
@@ -40815,7 +41356,7 @@ class IdentityDomainsClient(object):
|
|
40815
41356
|
:rtype: :class:`~oci.response.Response`
|
40816
41357
|
|
40817
41358
|
:example:
|
40818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_self_registration_profiles.py.html>`__ to see an example of how to use search_self_registration_profiles API.
|
40819
41360
|
"""
|
40820
41361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40821
41362
|
required_arguments = []
|
@@ -40929,7 +41470,7 @@ class IdentityDomainsClient(object):
|
|
40929
41470
|
:rtype: :class:`~oci.response.Response`
|
40930
41471
|
|
40931
41472
|
:example:
|
40932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_settings.py.html>`__ to see an example of how to use search_settings API.
|
40933
41474
|
"""
|
40934
41475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40935
41476
|
required_arguments = []
|
@@ -41043,7 +41584,7 @@ class IdentityDomainsClient(object):
|
|
41043
41584
|
:rtype: :class:`~oci.response.Response`
|
41044
41585
|
|
41045
41586
|
:example:
|
41046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
41047
41588
|
"""
|
41048
41589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41049
41590
|
required_arguments = []
|
@@ -41157,7 +41698,7 @@ class IdentityDomainsClient(object):
|
|
41157
41698
|
:rtype: :class:`~oci.response.Response`
|
41158
41699
|
|
41159
41700
|
:example:
|
41160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_social_identity_providers.py.html>`__ to see an example of how to use search_social_identity_providers API.
|
41161
41702
|
"""
|
41162
41703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41163
41704
|
required_arguments = []
|
@@ -41271,7 +41812,7 @@ class IdentityDomainsClient(object):
|
|
41271
41812
|
:rtype: :class:`~oci.response.Response`
|
41272
41813
|
|
41273
41814
|
:example:
|
41274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
|
41275
41816
|
"""
|
41276
41817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41277
41818
|
required_arguments = []
|
@@ -41385,7 +41926,7 @@ class IdentityDomainsClient(object):
|
|
41385
41926
|
:rtype: :class:`~oci.response.Response`
|
41386
41927
|
|
41387
41928
|
:example:
|
41388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
41389
41930
|
"""
|
41390
41931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41391
41932
|
required_arguments = []
|
@@ -41499,7 +42040,7 @@ class IdentityDomainsClient(object):
|
|
41499
42040
|
:rtype: :class:`~oci.response.Response`
|
41500
42041
|
|
41501
42042
|
:example:
|
41502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
42043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
41503
42044
|
"""
|
41504
42045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41505
42046
|
required_arguments = []
|