oci 2.135.2__py3-none-any.whl → 2.137.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/_vendor/jwt/__init__.py +65 -26
- oci/_vendor/jwt/algorithms.py +404 -130
- oci/_vendor/jwt/api_jwk.py +108 -0
- oci/_vendor/jwt/api_jws.py +153 -106
- oci/_vendor/jwt/api_jwt.py +146 -137
- oci/_vendor/jwt/exceptions.py +13 -6
- oci/_vendor/jwt/help.py +16 -15
- oci/_vendor/jwt/jwks_client.py +64 -0
- oci/_vendor/jwt/utils.py +101 -54
- 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/security_token_container.py +1 -1
- oci/autoscaling/auto_scaling_client.py +11 -11
- 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 +8 -8
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +160 -14
- oci/cloud_bridge/inventory_client.py +20 -20
- oci/cloud_bridge/models/__init__.py +48 -2
- oci/cloud_bridge/models/asset.py +19 -3
- oci/cloud_bridge/models/asset_source.py +11 -3
- oci/cloud_bridge/models/asset_source_credentials.py +17 -7
- oci/cloud_bridge/models/asset_source_summary.py +11 -3
- oci/cloud_bridge/models/asset_summary.py +11 -3
- oci/cloud_bridge/models/aws_asset_source.py +359 -0
- oci/cloud_bridge/models/aws_asset_source_summary.py +205 -0
- oci/cloud_bridge/models/aws_ebs_asset.py +170 -0
- oci/cloud_bridge/models/aws_ebs_properties.py +382 -0
- oci/cloud_bridge/models/aws_ec2_asset.py +278 -0
- oci/cloud_bridge/models/aws_ec2_properties.py +1056 -0
- oci/cloud_bridge/models/create_asset_details.py +19 -3
- oci/cloud_bridge/models/create_asset_source_details.py +11 -3
- oci/cloud_bridge/models/create_aws_asset_source_details.py +323 -0
- oci/cloud_bridge/models/create_aws_ebs_asset_details.py +134 -0
- oci/cloud_bridge/models/create_aws_ec2_asset_details.py +242 -0
- oci/cloud_bridge/models/create_vm_ware_asset_source_details.py +2 -2
- oci/cloud_bridge/models/create_vmware_vm_asset_details.py +5 -5
- oci/cloud_bridge/models/group_identifier.py +103 -0
- oci/cloud_bridge/models/import_inventory_via_assets_details.py +13 -5
- oci/cloud_bridge/models/instance_network_interface.py +498 -0
- oci/cloud_bridge/models/instance_network_interface_association.py +196 -0
- oci/cloud_bridge/models/instance_network_interface_attachment.py +227 -0
- oci/cloud_bridge/models/instance_private_ip_address.py +161 -0
- oci/cloud_bridge/models/instance_state.py +103 -0
- oci/cloud_bridge/models/monthly_cost_summary.py +103 -0
- oci/cloud_bridge/models/placement.py +289 -0
- oci/{ocvp/models/supported_sku_summary_collection.py → cloud_bridge/models/supported_cloud_region_collection.py} +15 -15
- oci/cloud_bridge/models/supported_cloud_region_summary.py +244 -0
- oci/cloud_bridge/models/tag.py +103 -0
- oci/cloud_bridge/models/update_asset_details.py +19 -3
- oci/cloud_bridge/models/update_asset_source_details.py +47 -4
- oci/cloud_bridge/models/update_aws_asset_source_details.py +240 -0
- oci/cloud_bridge/models/update_aws_ebs_asset_details.py +106 -0
- oci/cloud_bridge/models/update_aws_ec2_asset_details.py +214 -0
- oci/cloud_bridge/models/update_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/update_vm_ware_asset_source_details.py +11 -39
- oci/cloud_bridge/models/update_vmware_vm_asset_details.py +1 -1
- oci/cloud_bridge/models/vm_asset.py +3 -3
- oci/cloud_bridge/models/vm_ware_asset_source.py +2 -2
- oci/cloud_bridge/models/vm_ware_asset_source_summary.py +2 -2
- oci/cloud_bridge/models/vmware_vm_asset.py +5 -5
- oci/cloud_bridge/models/volume_attachment.py +196 -0
- oci/cloud_bridge/models/work_request.py +15 -3
- oci/cloud_bridge/models/work_request_summary.py +15 -3
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -138
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +0 -48
- 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 +88 -88
- oci/container_engine/models/__init__.py +4 -0
- oci/container_engine/models/cluster.py +33 -2
- oci/container_engine/models/cluster_create_options.py +56 -2
- oci/container_engine/models/open_id_connect_discovery.py +72 -0
- oci/container_engine/models/open_id_connect_token_authentication_config.py +370 -0
- oci/container_engine/models/update_cluster_options_details.py +56 -2
- 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/models/__init__.py +6 -0
- oci/core/models/block_volume_replica.py +43 -2
- oci/core/models/block_volume_replica_details.py +45 -2
- oci/core/models/block_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_replica.py +43 -2
- oci/core/models/boot_volume_replica_details.py +45 -2
- oci/core/models/boot_volume_replica_info.py +43 -2
- oci/core/models/boot_volume_source_details.py +4 -0
- oci/core/models/boot_volume_source_from_boot_volume_backup_delta_details.py +143 -0
- oci/core/models/create_boot_volume_details.py +45 -2
- oci/core/models/create_volume_backup_policy_assignment_details.py +45 -2
- oci/core/models/create_volume_details.py +45 -2
- oci/core/models/create_volume_group_details.py +45 -2
- oci/core/models/instance_configuration_create_volume_details.py +45 -2
- oci/core/models/virtual_circuit.py +29 -2
- oci/core/models/virtual_circuit_redundancy_metadata.py +202 -0
- oci/core/models/volume_backup_policy_assignment.py +45 -2
- oci/core/models/volume_group_replica_details.py +45 -2
- oci/core/models/volume_group_replica_info.py +43 -2
- oci/core/models/volume_source_details.py +4 -0
- oci/core/models/volume_source_from_volume_backup_delta_details.py +143 -0
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +217 -93
- oci/data_science/data_science_client_composite_operations.py +41 -0
- oci/data_science/models/__init__.py +8 -0
- oci/data_science/models/backup_operation_details.py +154 -0
- oci/data_science/models/backup_setting.py +158 -0
- oci/data_science/models/create_model_details.py +56 -2
- oci/data_science/models/model.py +141 -2
- oci/data_science/models/model_summary.py +31 -0
- oci/data_science/models/retention_operation_details.py +267 -0
- oci/data_science/models/retention_setting.py +158 -0
- oci/data_science/models/update_model_details.py +56 -2
- oci/data_science/models/work_request.py +7 -3
- oci/data_science/models/work_request_summary.py +7 -3
- oci/database/database_client.py +396 -396
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_database.py +58 -0
- oci/database/models/autonomous_database_encryption_key_details.py +133 -0
- oci/database/models/autonomous_database_encryption_key_history_entry.py +99 -0
- oci/database/models/autonomous_database_summary.py +58 -0
- oci/database/models/aws_key_details.py +175 -0
- oci/database/models/azure_key_details.py +113 -0
- oci/database/models/create_autonomous_database_base.py +27 -0
- oci/database/models/create_autonomous_database_clone_details.py +7 -0
- oci/database/models/create_autonomous_database_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
- oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +7 -0
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
- oci/database/models/oci_key_details.py +119 -0
- oci/database/models/okv_key_details.py +206 -0
- oci/{log_analytics/models/agent_upload.py → database/models/oracle_managed_key_details.py} +14 -33
- oci/database/models/undelete_autonomous_database_details.py +7 -0
- oci/database/models/update_autonomous_database_details.py +29 -2
- 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 +389 -54
- oci/dns/dns_client_composite_operations.py +886 -193
- oci/dns/models/__init__.py +13 -1
- oci/dns/models/create_zone_details.py +101 -2
- oci/dns/models/dnssec_config.py +105 -0
- oci/dns/models/dnssec_key_version_ds_data.py +121 -0
- oci/dns/models/ksk_dnssec_key_version.py +550 -0
- oci/dns/models/promote_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/stage_zone_dnssec_key_version_details.py +72 -0
- oci/dns/models/update_zone_details.py +99 -0
- oci/dns/models/zone.py +126 -0
- oci/dns/models/zone_summary.py +128 -2
- oci/dns/models/zsk_dnssec_key_version.py +517 -0
- 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 +3599 -1776
- oci/file_storage/file_storage_client_composite_operations.py +881 -223
- oci/file_storage/models/__init__.py +2 -0
- oci/file_storage/models/create_export_details.py +31 -0
- oci/file_storage/models/create_file_system_details.py +31 -0
- oci/file_storage/models/create_filesystem_snapshot_policy_details.py +33 -2
- oci/file_storage/models/create_ldap_bind_account_details.py +7 -0
- oci/file_storage/models/create_mount_target_details.py +31 -0
- oci/file_storage/models/create_outbound_connector_details.py +33 -2
- oci/file_storage/models/create_replication_details.py +33 -2
- oci/file_storage/models/create_snapshot_details.py +33 -2
- oci/file_storage/models/export.py +33 -2
- oci/file_storage/models/export_summary.py +33 -2
- oci/file_storage/models/file_system.py +31 -0
- oci/file_storage/models/file_system_summary.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +31 -0
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +31 -0
- oci/file_storage/models/ldap_bind_account.py +7 -0
- oci/file_storage/models/ldap_bind_account_summary.py +7 -0
- oci/file_storage/models/mount_target.py +31 -0
- oci/file_storage/models/mount_target_summary.py +31 -0
- oci/file_storage/models/outbound_connector.py +31 -0
- oci/file_storage/models/outbound_connector_summary.py +31 -0
- oci/file_storage/models/replication.py +31 -0
- oci/file_storage/models/replication_summary.py +31 -0
- oci/file_storage/models/resource_lock.py +185 -0
- oci/file_storage/models/snapshot.py +31 -0
- oci/file_storage/models/snapshot_summary.py +31 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +2261 -294
- oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +349 -1
- oci/fleet_apps_management/fleet_apps_management_client.py +141 -127
- oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +19 -15
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +1 -1
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +2058 -363
- oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +173 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +1097 -260
- oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +298 -0
- oci/fleet_apps_management/models/__init__.py +168 -0
- oci/fleet_apps_management/models/action_group.py +2 -2
- oci/fleet_apps_management/models/action_group_based_user_action_details.py +90 -0
- oci/fleet_apps_management/models/action_group_details.py +20 -16
- oci/fleet_apps_management/models/activity_resource_target.py +44 -7
- oci/fleet_apps_management/models/announcement_collection.py +1 -1
- oci/fleet_apps_management/models/announcement_summary.py +13 -13
- oci/fleet_apps_management/models/api_based_execution_details.py +1 -1
- oci/fleet_apps_management/models/artifact_details.py +109 -0
- oci/fleet_apps_management/models/associated_fleet_credential_details.py +1 -1
- oci/fleet_apps_management/models/associated_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/associated_fleet_resource_details.py +6 -6
- oci/fleet_apps_management/models/associated_local_task_details.py +64 -1
- oci/fleet_apps_management/models/associated_scheduler_definition.py +3 -3
- oci/fleet_apps_management/models/associated_shared_task_details.py +2 -1
- oci/fleet_apps_management/models/associations.py +32 -5
- oci/fleet_apps_management/models/check_resource_tagging_details.py +5 -5
- oci/fleet_apps_management/models/compliance_detail_policy.py +223 -0
- oci/fleet_apps_management/models/compliance_detail_product.py +134 -0
- oci/fleet_apps_management/models/compliance_detail_resource.py +196 -0
- oci/fleet_apps_management/models/compliance_detail_target.py +134 -0
- oci/fleet_apps_management/models/compliance_patch_detail.py +278 -0
- oci/{database_migration/models/agent.py → fleet_apps_management/models/compliance_policy.py} +120 -167
- oci/fleet_apps_management/models/compliance_policy_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_policy_rule.py +618 -0
- oci/{media_services/models/media_workflow_job_fact_collection.py → fleet_apps_management/models/compliance_policy_rule_collection.py} +15 -15
- oci/fleet_apps_management/models/compliance_policy_rule_summary.py +585 -0
- oci/{database_migration/models/agent_summary.py → fleet_apps_management/models/compliance_policy_summary.py} +110 -159
- oci/fleet_apps_management/models/compliance_record.py +457 -0
- oci/fleet_apps_management/models/compliance_record_aggregation.py +99 -0
- oci/fleet_apps_management/models/compliance_record_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_collection.py +72 -0
- oci/fleet_apps_management/models/compliance_record_dimension.py +143 -0
- oci/fleet_apps_management/models/compliance_record_summary.py +437 -0
- oci/fleet_apps_management/models/compliance_report.py +5 -5
- oci/fleet_apps_management/models/compliance_report_patch_detail.py +9 -9
- oci/fleet_apps_management/models/compliance_report_product.py +3 -3
- oci/fleet_apps_management/models/compliance_report_resource.py +8 -6
- oci/fleet_apps_management/models/compliance_report_target.py +7 -7
- oci/fleet_apps_management/models/component_properties.py +69 -9
- oci/fleet_apps_management/models/condition.py +12 -6
- oci/{os_management/models/managed_instance_update_details.py → fleet_apps_management/models/config_association_details.py} +43 -35
- oci/fleet_apps_management/models/config_category_details.py +133 -0
- oci/fleet_apps_management/models/confirm_targets_details.py +1 -1
- oci/fleet_apps_management/models/content_details.py +3 -3
- oci/fleet_apps_management/models/create_compliance_policy_rule_details.py +382 -0
- oci/fleet_apps_management/models/create_fleet_details.py +63 -16
- oci/fleet_apps_management/models/create_fleet_property_details.py +5 -5
- oci/fleet_apps_management/models/create_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/create_maintenance_window_details.py +19 -11
- oci/fleet_apps_management/models/create_onboarding_details.py +8 -4
- oci/fleet_apps_management/models/create_patch_details.py +402 -0
- oci/fleet_apps_management/models/create_platform_configuration_details.py +169 -0
- oci/fleet_apps_management/models/create_property_details.py +6 -6
- oci/fleet_apps_management/models/create_runbook_details.py +441 -0
- oci/{database_migration/models/create_agent_details.py → fleet_apps_management/models/create_task_record_details.py} +81 -106
- oci/fleet_apps_management/models/credential_config_category_details.py +52 -0
- oci/fleet_apps_management/models/credential_details.py +3 -3
- oci/fleet_apps_management/models/credential_entity_specific_details.py +22 -6
- oci/{log_analytics/models/log_analytics_collection_warning.py → fleet_apps_management/models/dependent_patch_details.py} +12 -10
- oci/fleet_apps_management/models/details.py +67 -3
- oci/fleet_apps_management/models/discovered_target.py +6 -6
- oci/fleet_apps_management/models/enable_latest_policy_details.py +72 -0
- oci/fleet_apps_management/models/entity_execution_details.py +22 -16
- oci/fleet_apps_management/models/environment_config_category_details.py +53 -0
- oci/fleet_apps_management/models/execution.py +122 -21
- oci/fleet_apps_management/models/execution_collection.py +1 -1
- oci/fleet_apps_management/models/execution_details.py +1 -1
- oci/fleet_apps_management/models/execution_summary.py +123 -22
- oci/fleet_apps_management/models/execution_workflow_details.py +1 -1
- oci/fleet_apps_management/models/export_compliance_report_details.py +251 -0
- oci/fleet_apps_management/models/fleet.py +37 -19
- oci/fleet_apps_management/models/fleet_credential.py +1 -1
- oci/fleet_apps_management/models/fleet_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/fleet_product_summary.py +3 -3
- oci/fleet_apps_management/models/fleet_property.py +11 -11
- oci/fleet_apps_management/models/fleet_property_collection.py +3 -3
- oci/fleet_apps_management/models/fleet_property_summary.py +6 -6
- oci/fleet_apps_management/models/fleet_resource.py +21 -15
- oci/fleet_apps_management/models/fleet_resource_collection.py +1 -1
- oci/fleet_apps_management/models/fleet_resource_summary.py +20 -14
- oci/fleet_apps_management/models/fleet_summary.py +15 -5
- oci/fleet_apps_management/models/fleet_target.py +98 -5
- oci/fleet_apps_management/models/fleet_target_summary.py +98 -5
- oci/fleet_apps_management/models/generate_compliance_report_details.py +5 -3
- oci/fleet_apps_management/models/generic_artifact.py +68 -0
- oci/fleet_apps_management/models/generic_artifact_details.py +78 -0
- oci/fleet_apps_management/models/group.py +11 -5
- oci/fleet_apps_management/models/input_argument.py +2 -2
- oci/fleet_apps_management/models/inventory_resource_summary.py +6 -6
- oci/fleet_apps_management/models/job_activity.py +57 -18
- oci/fleet_apps_management/models/key_encryption_credential_details.py +5 -5
- oci/fleet_apps_management/models/maintenance_window.py +19 -11
- oci/fleet_apps_management/models/maintenance_window_collection.py +1 -1
- oci/fleet_apps_management/models/maintenance_window_summary.py +18 -10
- oci/fleet_apps_management/models/manage_job_execution_details.py +68 -0
- oci/{database_migration/models/change_agent_compartment_details.py → fleet_apps_management/models/manage_settings_details.py} +21 -21
- oci/fleet_apps_management/models/managed_entity_aggregation.py +99 -0
- oci/fleet_apps_management/models/managed_entity_aggregation_collection.py +72 -0
- oci/fleet_apps_management/models/managed_entity_dimension.py +88 -0
- oci/fleet_apps_management/models/model_property.py +9 -9
- oci/fleet_apps_management/models/notification_preferences.py +7 -5
- oci/fleet_apps_management/models/object_storage_bucket_content_details.py +3 -3
- oci/fleet_apps_management/models/onboarding.py +70 -7
- oci/fleet_apps_management/models/onboarding_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_collection.py +3 -3
- oci/fleet_apps_management/models/onboarding_policy_summary.py +1 -1
- oci/fleet_apps_management/models/onboarding_summary.py +69 -7
- oci/fleet_apps_management/models/outcome.py +7 -7
- oci/fleet_apps_management/models/output_variable_details.py +2 -2
- oci/fleet_apps_management/models/output_variable_input_argument.py +1 -1
- oci/fleet_apps_management/models/output_variable_mapping.py +4 -3
- oci/fleet_apps_management/models/patch.py +704 -0
- oci/{logging/models/log_included_search_summary_collection.py → fleet_apps_management/models/patch_collection.py} +16 -14
- oci/fleet_apps_management/models/patch_level_selection_details.py +106 -0
- oci/fleet_apps_management/models/patch_name_selection_details.py +83 -0
- oci/{database_migration/models/agent_image_summary.py → fleet_apps_management/models/patch_product.py} +36 -36
- oci/fleet_apps_management/models/patch_release_date_selection_details.py +83 -0
- oci/fleet_apps_management/models/patch_selection_details.py +117 -0
- oci/fleet_apps_management/models/patch_summary.py +625 -0
- oci/fleet_apps_management/models/patch_type.py +72 -0
- oci/fleet_apps_management/models/patch_type_config_category_details.py +52 -0
- oci/fleet_apps_management/models/pause_details.py +109 -0
- oci/fleet_apps_management/models/plain_text_credential_details.py +2 -2
- oci/fleet_apps_management/models/platform_configuration.py +529 -0
- oci/fleet_apps_management/models/platform_configuration_collection.py +72 -0
- oci/fleet_apps_management/models/platform_configuration_summary.py +485 -0
- oci/fleet_apps_management/models/platform_specific_artifact.py +162 -0
- oci/fleet_apps_management/models/platform_specific_artifact_details.py +82 -0
- oci/fleet_apps_management/models/preferences.py +3 -3
- oci/fleet_apps_management/models/product_config_category_details.py +215 -0
- oci/fleet_apps_management/models/product_stack_as_product_sub_category_details.py +182 -0
- oci/fleet_apps_management/models/product_stack_config_category_details.py +112 -0
- oci/{database_migration/models/par_link.py → fleet_apps_management/models/product_stack_generic_sub_category_details.py} +14 -33
- oci/fleet_apps_management/models/product_stack_sub_category_details.py +109 -0
- oci/fleet_apps_management/models/product_version_details.py +105 -0
- oci/fleet_apps_management/models/property_collection.py +3 -3
- oci/fleet_apps_management/models/property_summary.py +8 -8
- oci/{cloud_bridge/models/update_plugin_details.py → fleet_apps_management/models/publish_runbook_details.py} +21 -21
- oci/fleet_apps_management/models/request_resource_validation_details.py +5 -5
- oci/fleet_apps_management/models/request_target_discovery_details.py +5 -5
- oci/{database_migration/models/agent_image_collection.py → fleet_apps_management/models/resource_collection.py} +15 -15
- oci/fleet_apps_management/models/resource_credential_entity_specific_details.py +82 -0
- oci/fleet_apps_management/models/resource_summary.py +347 -0
- oci/fleet_apps_management/models/resource_tag_check_details.py +3 -3
- oci/fleet_apps_management/models/resource_tag_enablement_info.py +3 -3
- oci/fleet_apps_management/models/rollback_workflow_details.py +119 -0
- oci/fleet_apps_management/models/rule.py +15 -7
- oci/fleet_apps_management/models/runbook.py +28 -9
- oci/fleet_apps_management/models/runbook_collection.py +1 -1
- oci/fleet_apps_management/models/runbook_summary.py +6 -4
- oci/fleet_apps_management/models/scheduler_definition.py +16 -16
- oci/fleet_apps_management/models/scheduler_job.py +24 -20
- oci/fleet_apps_management/models/scheduler_job_aggregation.py +99 -0
- oci/{usage_api/models/schedule_report_collection.py → fleet_apps_management/models/scheduler_job_aggregation_collection.py} +16 -14
- oci/fleet_apps_management/models/scheduler_job_collection.py +1 -1
- oci/fleet_apps_management/models/scheduler_job_dimension.py +72 -0
- oci/fleet_apps_management/models/scheduler_job_summary.py +20 -16
- oci/fleet_apps_management/models/script_based_execution_details.py +38 -5
- oci/fleet_apps_management/models/selection_criteria.py +6 -3
- oci/{log_analytics/models/query_work_request_resource.py → fleet_apps_management/models/set_default_runbook_details.py} +22 -20
- oci/fleet_apps_management/models/step_based_user_action_details.py +183 -0
- oci/{database_migration/models/agent_collection.py → fleet_apps_management/models/step_collection.py} +15 -15
- oci/fleet_apps_management/models/step_summary.py +378 -0
- oci/fleet_apps_management/models/target_credential_entity_specific_details.py +6 -6
- oci/fleet_apps_management/models/target_resource.py +1 -1
- oci/fleet_apps_management/models/task_notification_preferences.py +134 -0
- oci/fleet_apps_management/models/task_record.py +1 -1
- oci/fleet_apps_management/models/task_variable.py +2 -1
- oci/fleet_apps_management/models/time_based_pause_details.py +82 -0
- oci/fleet_apps_management/models/update_compliance_policy_rule_details.py +283 -0
- oci/fleet_apps_management/models/update_fleet_details.py +4 -2
- oci/fleet_apps_management/models/update_fleet_property_details.py +3 -3
- oci/fleet_apps_management/models/update_fleet_resource_details.py +1 -1
- oci/fleet_apps_management/models/update_maintenance_window_details.py +18 -10
- oci/fleet_apps_management/models/update_onboarding_details.py +103 -0
- oci/fleet_apps_management/models/update_patch_details.py +369 -0
- oci/fleet_apps_management/models/update_platform_configuration_details.py +138 -0
- oci/fleet_apps_management/models/update_property_details.py +6 -6
- oci/fleet_apps_management/models/update_runbook_details.py +410 -0
- oci/fleet_apps_management/models/update_scheduler_job_details.py +3 -3
- oci/{database_migration/models/update_agent_details.py → fleet_apps_management/models/update_task_record_details.py} +63 -90
- oci/{log_analytics/models/string_list_details.py → fleet_apps_management/models/user_action_based_pause_details.py} +14 -33
- oci/fleet_apps_management/models/user_action_details.py +157 -0
- oci/{os_management/models/errata_id.py → fleet_apps_management/models/variable.py} +29 -27
- oci/fleet_apps_management/models/work_request.py +67 -3
- oci/fleet_apps_management/models/work_request_summary.py +67 -3
- oci/fleet_apps_management/models/workflow_group.py +2 -2
- oci/fleet_apps_management/models/workflow_group_component.py +4 -4
- 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 +211 -70
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/create_database_registration_details.py +4 -4
- oci/golden_gate/models/create_deployment_details.py +47 -0
- oci/golden_gate/models/create_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/create_oracle_connection_details.py +4 -4
- oci/golden_gate/models/deployment.py +102 -0
- oci/golden_gate/models/deployment_environment_collection.py +72 -0
- oci/golden_gate/models/deployment_environment_summary.py +389 -0
- oci/golden_gate/models/deployment_summary.py +103 -1
- oci/golden_gate/models/deployment_type_summary.py +3 -0
- oci/golden_gate/models/group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/ogg_deployment.py +29 -2
- oci/golden_gate/models/test_connection_assignment_result.py +34 -2
- oci/golden_gate/models/update_database_registration_details.py +4 -4
- oci/golden_gate/models/update_deployment_details.py +47 -0
- oci/golden_gate/models/update_group_to_roles_mapping_details.py +197 -0
- oci/golden_gate/models/update_ogg_deployment_details.py +29 -2
- oci/golden_gate/models/update_oracle_connection_details.py +4 -4
- 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 +307 -307
- oci/identity_domains/models/auth_token.py +51 -0
- oci/identity_domains/models/customer_secret_key.py +45 -0
- oci/identity_domains/models/o_auth2_client_credential.py +49 -0
- oci/identity_domains/models/smtp_credential.py +47 -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/models/__init__.py +8 -0
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_containers.py +65 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_statistics.py +1 -1
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +1 -1
- oci/opsi/models/host_gpu_processes.py +1 -1
- oci/opsi/models/host_gpu_usage.py +1 -1
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_io_statistics.py +160 -0
- oci/opsi/models/host_io_usage.py +1 -1
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_statistics.py +1 -1
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_statistics.py +1 -1
- oci/opsi/models/host_performance_metric_group.py +3 -11
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_resource_statistics.py +11 -3
- oci/opsi/models/host_storage_statistics.py +1 -1
- oci/opsi/models/host_top_processes.py +1 -1
- oci/opsi/models/io_usage_trend.py +227 -0
- oci/opsi/models/io_usage_trend_aggregation.py +103 -0
- oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_io_usage_trend_aggregation_collection.py +165 -0
- oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +7 -3
- oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +7 -3
- oci/opsi/operations_insights_client.py +362 -179
- 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/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +36 -36
- 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/util.py +2 -1
- 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 +30 -30
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/METADATA +1 -1
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/RECORD +668 -686
- oci/_vendor/jwt/__main__.py +0 -173
- oci/_vendor/jwt/compat.py +0 -73
- oci/_vendor/jwt/contrib/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/__init__.py +0 -0
- oci/_vendor/jwt/contrib/algorithms/py_ecdsa.py +0 -60
- oci/_vendor/jwt/contrib/algorithms/pycrypto.py +0 -46
- oci/ai_language/models/entity_document.py +0 -136
- oci/ai_language/models/key_phrase_document.py +0 -136
- oci/ai_language/models/pre_trained_phi_model_details.py +0 -91
- oci/ai_language/models/sentiments_document.py +0 -136
- oci/ai_language/models/text_classification_document.py +0 -136
- oci/capacity_management/models/occ_capacity_request_compute_details.py +0 -148
- oci/cims/user_client.py +0 -207
- oci/cims/user_client_composite_operations.py +0 -26
- oci/compute_instance_agent/models/instance_agent_command_content_info.py +0 -252
- oci/data_integration/models/connection_from_lakehouse.py +0 -140
- oci/data_integration/models/connection_from_lakehouse_details.py +0 -133
- oci/data_integration/models/connection_summary_from_lakehouse.py +0 -140
- oci/data_integration/models/create_connection_from_lakehouse.py +0 -112
- oci/data_integration/models/create_data_asset_from_lakehouse.py +0 -232
- oci/data_integration/models/data_asset_from_lakehouse_details.py +0 -260
- oci/data_integration/models/data_asset_summary_from_lakehouse.py +0 -253
- oci/data_integration/models/update_connection_from_lakehouse.py +0 -119
- oci/data_integration/models/update_data_asset_from_lakehouse.py +0 -239
- oci/database_migration/models/advisor_settings.py +0 -103
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +0 -211
- oci/database_migration/models/aws_s3_details.py +0 -108
- oci/database_migration/models/connect_descriptor.py +0 -165
- oci/database_migration/models/create_advisor_settings.py +0 -103
- oci/database_migration/models/create_aws_s3_details.py +0 -174
- oci/database_migration/models/create_connect_descriptor.py +0 -174
- oci/database_migration/models/create_data_pump_settings.py +0 -251
- oci/database_migration/models/create_data_transfer_medium_details.py +0 -124
- oci/database_migration/models/create_database_link_details.py +0 -99
- oci/database_migration/models/create_dump_transfer_details.py +0 -126
- oci/database_migration/models/create_golden_gate_details.py +0 -95
- oci/database_migration/models/create_golden_gate_hub.py +0 -275
- oci/database_migration/models/create_golden_gate_service_details.py +0 -149
- oci/database_migration/models/create_golden_gate_settings.py +0 -126
- oci/database_migration/models/create_private_endpoint.py +0 -151
- oci/database_migration/models/create_ssh_details.py +0 -166
- oci/database_migration/models/create_vault_details.py +0 -134
- oci/database_migration/models/data_pump_settings.py +0 -251
- oci/database_migration/models/data_transfer_medium_details.py +0 -122
- oci/database_migration/models/data_transfer_medium_details_v2.py +0 -125
- oci/database_migration/models/database_credentials.py +0 -103
- oci/database_migration/models/database_link_details.py +0 -99
- oci/database_migration/models/database_object.py +0 -167
- oci/database_migration/models/db_link_data_transfer_medium_details.py +0 -109
- oci/database_migration/models/dump_transfer_details.py +0 -126
- oci/database_migration/models/generate_token.py +0 -70
- oci/database_migration/models/golden_gate_details.py +0 -95
- oci/database_migration/models/golden_gate_hub.py +0 -275
- oci/database_migration/models/golden_gate_service_details.py +0 -95
- oci/database_migration/models/golden_gate_settings.py +0 -126
- oci/database_migration/models/migration_object_summary.py +0 -214
- oci/database_migration/models/nfs_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/object_storage_data_transfer_medium_details.py +0 -78
- oci/database_migration/models/private_endpoint_details.py +0 -185
- oci/database_migration/models/ssh_details.py +0 -134
- oci/database_migration/models/update_advisor_settings.py +0 -103
- oci/database_migration/models/update_aws_s3_details.py +0 -174
- oci/database_migration/models/update_connect_descriptor.py +0 -173
- oci/database_migration/models/update_data_pump_settings.py +0 -253
- oci/database_migration/models/update_data_transfer_medium_details.py +0 -125
- oci/database_migration/models/update_database_link_details.py +0 -99
- oci/database_migration/models/update_dump_transfer_details.py +0 -126
- oci/database_migration/models/update_golden_gate_details.py +0 -95
- oci/database_migration/models/update_golden_gate_hub.py +0 -275
- oci/database_migration/models/update_golden_gate_service_details.py +0 -149
- oci/database_migration/models/update_golden_gate_settings.py +0 -127
- oci/database_migration/models/update_private_endpoint.py +0 -151
- oci/database_migration/models/update_ssh_details.py +0 -165
- oci/database_migration/models/update_vault_details.py +0 -134
- oci/database_migration/models/vault_details.py +0 -134
- oci/database_tools/models/database_tools_allowed_network_sources.py +0 -107
- oci/database_tools/models/database_tools_virtual_source.py +0 -107
- oci/devops/models/run_pipeline_deploy_stage_execution_progress.py +0 -98
- oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.py +0 -98
- oci/em_warehouse/em_data_lake_client.py +0 -1610
- oci/em_warehouse/em_data_lake_client_composite_operations.py +0 -190
- oci/fusion_apps/data_masking_activity_client.py +0 -456
- oci/fusion_apps/data_masking_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/fusion_environment_client.py +0 -1772
- oci/fusion_apps/fusion_environment_client_composite_operations.py +0 -324
- oci/fusion_apps/fusion_environment_family_client.py +0 -943
- oci/fusion_apps/fusion_environment_family_client_composite_operations.py +0 -190
- oci/fusion_apps/models/attach_existing_instance_details.py +0 -194
- oci/fusion_apps/models/create_new_instance_details.py +0 -142
- oci/fusion_apps/models/create_oax_service_instance_details.py +0 -152
- oci/fusion_apps/models/create_oic_service_instance_details.py +0 -142
- oci/fusion_apps/models/create_service_instance_details.py +0 -170
- oci/fusion_apps/models/faw_admin_info_details.py +0 -132
- oci/fusion_apps/refresh_activity_client.py +0 -607
- oci/fusion_apps/refresh_activity_client_composite_operations.py +0 -65
- oci/fusion_apps/scheduled_activity_client.py +0 -380
- oci/fusion_apps/scheduled_activity_client_composite_operations.py +0 -24
- oci/fusion_apps/service_attachment_client.py +0 -370
- oci/fusion_apps/service_attachment_client_composite_operations.py +0 -24
- oci/jms/models/request_summarized_application_usage_details.py +0 -504
- oci/jms/models/request_summarized_installation_usage_details.py +0 -448
- oci/jms/models/request_summarized_jre_usage_details.py +0 -421
- oci/jms/models/request_summarized_managed_instance_usage_details.py +0 -480
- oci/log_analytics/models/attribute.py +0 -602
- oci/log_analytics/models/create_namespace_details.py +0 -70
- oci/log_analytics/models/field_map.py +0 -101
- oci/log_analytics/models/generate_agent_object_name_details.py +0 -163
- oci/log_analytics/models/log_analytics.py +0 -370
- oci/log_analytics/models/log_analytics_summary.py +0 -304
- oci/log_analytics/models/out_of_box_entity_type_details.py +0 -211
- oci/log_analytics/models/query.py +0 -70
- oci/log_analytics/models/register_entity_types_details.py +0 -70
- oci/log_analytics/models/service_tenancy.py +0 -70
- oci/logging/models/log_included_search.py +0 -307
- oci/logging/models/log_included_search_summary.py +0 -165
- oci/media_services/models/media_workflow_job_fact.py +0 -198
- oci/media_services/models/media_workflow_job_fact_summary.py +0 -165
- oci/mysql/models/add_analytics_cluster_details.py +0 -108
- oci/mysql/models/analytics_cluster.py +0 -338
- oci/mysql/models/analytics_cluster_memory_estimate.py +0 -241
- oci/mysql/models/analytics_cluster_node.py +0 -210
- oci/mysql/models/analytics_cluster_schema_memory_estimate.py +0 -107
- oci/mysql/models/analytics_cluster_summary.py +0 -209
- oci/mysql/models/analytics_cluster_table_memory_estimate.py +0 -239
- oci/mysql/models/update_analytics_cluster_details.py +0 -120
- oci/network_firewall/models/tcp_application.py +0 -112
- oci/network_firewall/models/udp_application.py +0 -112
- oci/oce/models/delete_oce_instance_details.py +0 -70
- oci/ocvp/models/datastore_summary.py +0 -154
- oci/ocvp/models/supported_sku_summary.py +0 -96
- oci/os_management/models/updatable_package_summary.py +0 -287
- oci/osp_gateway/models/billing_address.py +0 -382
- oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.py +0 -76
- oci/service_mesh/models/create_mutual_transport_layer_security_details.py +0 -111
- oci/usage_api/models/create_schedule_report_details.py +0 -128
- oci/usage_api/models/saved_schedule_report.py +0 -145
- oci/usage_api/models/schedule_report.py +0 -159
- oci/usage_api/models/schedule_report_summary.py +0 -97
- oci/usage_api/models/update_schedule_report_details.py +0 -66
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.135.2.dist-info → oci-2.137.0.dist-info}/WHEEL +0 -0
- {oci-2.135.2.dist-info → oci-2.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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.137.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 = []
|
@@ -1639,7 +1639,7 @@ class IdentityDomainsClient(object):
|
|
1639
1639
|
:rtype: :class:`~oci.response.Response`
|
1640
1640
|
|
1641
1641
|
:example:
|
1642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_condition.py.html>`__ to see an example of how to use create_condition API.
|
1643
1643
|
"""
|
1644
1644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1645
1645
|
required_arguments = []
|
@@ -1775,7 +1775,7 @@ class IdentityDomainsClient(object):
|
|
1775
1775
|
:rtype: :class:`~oci.response.Response`
|
1776
1776
|
|
1777
1777
|
:example:
|
1778
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
1779
1779
|
"""
|
1780
1780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1781
1781
|
required_arguments = []
|
@@ -1911,7 +1911,7 @@ class IdentityDomainsClient(object):
|
|
1911
1911
|
:rtype: :class:`~oci.response.Response`
|
1912
1912
|
|
1913
1913
|
:example:
|
1914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
|
1915
1915
|
"""
|
1916
1916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1917
1917
|
required_arguments = []
|
@@ -2047,7 +2047,7 @@ class IdentityDomainsClient(object):
|
|
2047
2047
|
:rtype: :class:`~oci.response.Response`
|
2048
2048
|
|
2049
2049
|
:example:
|
2050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
|
2051
2051
|
"""
|
2052
2052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2053
2053
|
required_arguments = []
|
@@ -2183,7 +2183,7 @@ class IdentityDomainsClient(object):
|
|
2183
2183
|
:rtype: :class:`~oci.response.Response`
|
2184
2184
|
|
2185
2185
|
:example:
|
2186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
|
2187
2187
|
"""
|
2188
2188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2189
2189
|
required_arguments = []
|
@@ -2321,7 +2321,7 @@ class IdentityDomainsClient(object):
|
|
2321
2321
|
:rtype: :class:`~oci.response.Response`
|
2322
2322
|
|
2323
2323
|
:example:
|
2324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_identity_propagation_trust.py.html>`__ to see an example of how to use create_identity_propagation_trust API.
|
2325
2325
|
"""
|
2326
2326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2327
2327
|
required_arguments = []
|
@@ -2457,7 +2457,7 @@ class IdentityDomainsClient(object):
|
|
2457
2457
|
:rtype: :class:`~oci.response.Response`
|
2458
2458
|
|
2459
2459
|
:example:
|
2460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
2461
2461
|
"""
|
2462
2462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2463
2463
|
required_arguments = []
|
@@ -2593,7 +2593,7 @@ class IdentityDomainsClient(object):
|
|
2593
2593
|
:rtype: :class:`~oci.response.Response`
|
2594
2594
|
|
2595
2595
|
:example:
|
2596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
|
2597
2597
|
"""
|
2598
2598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2599
2599
|
required_arguments = []
|
@@ -2721,7 +2721,7 @@ class IdentityDomainsClient(object):
|
|
2721
2721
|
:rtype: :class:`~oci.response.Response`
|
2722
2722
|
|
2723
2723
|
:example:
|
2724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
|
2725
2725
|
"""
|
2726
2726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2727
2727
|
required_arguments = []
|
@@ -2831,7 +2831,7 @@ class IdentityDomainsClient(object):
|
|
2831
2831
|
:rtype: :class:`~oci.response.Response`
|
2832
2832
|
|
2833
2833
|
:example:
|
2834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
|
2835
2835
|
"""
|
2836
2836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2837
2837
|
required_arguments = []
|
@@ -2941,7 +2941,7 @@ class IdentityDomainsClient(object):
|
|
2941
2941
|
:rtype: :class:`~oci.response.Response`
|
2942
2942
|
|
2943
2943
|
:example:
|
2944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
|
2945
2945
|
"""
|
2946
2946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2947
2947
|
required_arguments = []
|
@@ -3051,7 +3051,7 @@ class IdentityDomainsClient(object):
|
|
3051
3051
|
:rtype: :class:`~oci.response.Response`
|
3052
3052
|
|
3053
3053
|
:example:
|
3054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
|
3055
3055
|
"""
|
3056
3056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3057
3057
|
required_arguments = []
|
@@ -3161,7 +3161,7 @@ class IdentityDomainsClient(object):
|
|
3161
3161
|
:rtype: :class:`~oci.response.Response`
|
3162
3162
|
|
3163
3163
|
:example:
|
3164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
|
3165
3165
|
"""
|
3166
3166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3167
3167
|
required_arguments = []
|
@@ -3271,7 +3271,7 @@ class IdentityDomainsClient(object):
|
|
3271
3271
|
:rtype: :class:`~oci.response.Response`
|
3272
3272
|
|
3273
3273
|
:example:
|
3274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
|
3275
3275
|
"""
|
3276
3276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3277
3277
|
required_arguments = []
|
@@ -3381,7 +3381,7 @@ class IdentityDomainsClient(object):
|
|
3381
3381
|
:rtype: :class:`~oci.response.Response`
|
3382
3382
|
|
3383
3383
|
:example:
|
3384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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
3385
|
"""
|
3386
3386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3387
3387
|
required_arguments = []
|
@@ -3499,7 +3499,7 @@ class IdentityDomainsClient(object):
|
|
3499
3499
|
:rtype: :class:`~oci.response.Response`
|
3500
3500
|
|
3501
3501
|
:example:
|
3502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
|
3503
3503
|
"""
|
3504
3504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3505
3505
|
required_arguments = []
|
@@ -3627,7 +3627,7 @@ class IdentityDomainsClient(object):
|
|
3627
3627
|
:rtype: :class:`~oci.response.Response`
|
3628
3628
|
|
3629
3629
|
:example:
|
3630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
|
3631
3631
|
"""
|
3632
3632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3633
3633
|
required_arguments = []
|
@@ -3737,7 +3737,7 @@ class IdentityDomainsClient(object):
|
|
3737
3737
|
:rtype: :class:`~oci.response.Response`
|
3738
3738
|
|
3739
3739
|
:example:
|
3740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
|
3741
3741
|
"""
|
3742
3742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3743
3743
|
required_arguments = []
|
@@ -3847,7 +3847,7 @@ class IdentityDomainsClient(object):
|
|
3847
3847
|
:rtype: :class:`~oci.response.Response`
|
3848
3848
|
|
3849
3849
|
:example:
|
3850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
|
3851
3851
|
"""
|
3852
3852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3853
3853
|
required_arguments = []
|
@@ -3965,7 +3965,7 @@ class IdentityDomainsClient(object):
|
|
3965
3965
|
:rtype: :class:`~oci.response.Response`
|
3966
3966
|
|
3967
3967
|
:example:
|
3968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_network_perimeter.py.html>`__ to see an example of how to use create_network_perimeter API.
|
3969
3969
|
"""
|
3970
3970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3971
3971
|
required_arguments = []
|
@@ -4101,7 +4101,7 @@ class IdentityDomainsClient(object):
|
|
4101
4101
|
:rtype: :class:`~oci.response.Response`
|
4102
4102
|
|
4103
4103
|
:example:
|
4104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
|
4105
4105
|
"""
|
4106
4106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4107
4107
|
required_arguments = []
|
@@ -4229,7 +4229,7 @@ class IdentityDomainsClient(object):
|
|
4229
4229
|
:rtype: :class:`~oci.response.Response`
|
4230
4230
|
|
4231
4231
|
:example:
|
4232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_o_auth_client_certificate.py.html>`__ to see an example of how to use create_o_auth_client_certificate API.
|
4233
4233
|
"""
|
4234
4234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4235
4235
|
required_arguments = []
|
@@ -4339,7 +4339,7 @@ class IdentityDomainsClient(object):
|
|
4339
4339
|
:rtype: :class:`~oci.response.Response`
|
4340
4340
|
|
4341
4341
|
:example:
|
4342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_o_auth_partner_certificate.py.html>`__ to see an example of how to use create_o_auth_partner_certificate API.
|
4343
4343
|
"""
|
4344
4344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4345
4345
|
required_arguments = []
|
@@ -4457,7 +4457,7 @@ class IdentityDomainsClient(object):
|
|
4457
4457
|
:rtype: :class:`~oci.response.Response`
|
4458
4458
|
|
4459
4459
|
:example:
|
4460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
|
4461
4461
|
"""
|
4462
4462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4463
4463
|
required_arguments = []
|
@@ -4593,7 +4593,7 @@ class IdentityDomainsClient(object):
|
|
4593
4593
|
:rtype: :class:`~oci.response.Response`
|
4594
4594
|
|
4595
4595
|
:example:
|
4596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_policy.py.html>`__ to see an example of how to use create_policy API.
|
4597
4597
|
"""
|
4598
4598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4599
4599
|
required_arguments = []
|
@@ -4729,7 +4729,7 @@ class IdentityDomainsClient(object):
|
|
4729
4729
|
:rtype: :class:`~oci.response.Response`
|
4730
4730
|
|
4731
4731
|
:example:
|
4732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_rule.py.html>`__ to see an example of how to use create_rule API.
|
4733
4733
|
"""
|
4734
4734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4735
4735
|
required_arguments = []
|
@@ -4865,7 +4865,7 @@ class IdentityDomainsClient(object):
|
|
4865
4865
|
:rtype: :class:`~oci.response.Response`
|
4866
4866
|
|
4867
4867
|
:example:
|
4868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
|
4869
4869
|
"""
|
4870
4870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4871
4871
|
required_arguments = []
|
@@ -5001,7 +5001,7 @@ class IdentityDomainsClient(object):
|
|
5001
5001
|
:rtype: :class:`~oci.response.Response`
|
5002
5002
|
|
5003
5003
|
:example:
|
5004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_self_registration_profile.py.html>`__ to see an example of how to use create_self_registration_profile API.
|
5005
5005
|
"""
|
5006
5006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5007
5007
|
required_arguments = []
|
@@ -5137,7 +5137,7 @@ class IdentityDomainsClient(object):
|
|
5137
5137
|
:rtype: :class:`~oci.response.Response`
|
5138
5138
|
|
5139
5139
|
:example:
|
5140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
5141
5141
|
"""
|
5142
5142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5143
5143
|
required_arguments = []
|
@@ -5267,7 +5267,7 @@ class IdentityDomainsClient(object):
|
|
5267
5267
|
:rtype: :class:`~oci.response.Response`
|
5268
5268
|
|
5269
5269
|
:example:
|
5270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_social_identity_provider.py.html>`__ to see an example of how to use create_social_identity_provider API.
|
5271
5271
|
"""
|
5272
5272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5273
5273
|
required_arguments = []
|
@@ -5385,7 +5385,7 @@ class IdentityDomainsClient(object):
|
|
5385
5385
|
:rtype: :class:`~oci.response.Response`
|
5386
5386
|
|
5387
5387
|
:example:
|
5388
|
-
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.137.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
|
5389
5389
|
"""
|
5390
5390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5391
5391
|
required_arguments = []
|
@@ -5521,7 +5521,7 @@ class IdentityDomainsClient(object):
|
|
5521
5521
|
:rtype: :class:`~oci.response.Response`
|
5522
5522
|
|
5523
5523
|
:example:
|
5524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
|
5525
5525
|
"""
|
5526
5526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5527
5527
|
required_arguments = []
|
@@ -5643,7 +5643,7 @@ class IdentityDomainsClient(object):
|
|
5643
5643
|
:rtype: :class:`~oci.response.Response`
|
5644
5644
|
|
5645
5645
|
:example:
|
5646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
5647
5647
|
"""
|
5648
5648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5649
5649
|
required_arguments = ['apiKeyId']
|
@@ -5764,7 +5764,7 @@ class IdentityDomainsClient(object):
|
|
5764
5764
|
:rtype: :class:`~oci.response.Response`
|
5765
5765
|
|
5766
5766
|
:example:
|
5767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
|
5768
5768
|
"""
|
5769
5769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5770
5770
|
required_arguments = ['appId']
|
@@ -5885,7 +5885,7 @@ class IdentityDomainsClient(object):
|
|
5885
5885
|
:rtype: :class:`~oci.response.Response`
|
5886
5886
|
|
5887
5887
|
:example:
|
5888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
|
5889
5889
|
"""
|
5890
5890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5891
5891
|
required_arguments = ['appRoleId']
|
@@ -6006,7 +6006,7 @@ class IdentityDomainsClient(object):
|
|
6006
6006
|
:rtype: :class:`~oci.response.Response`
|
6007
6007
|
|
6008
6008
|
:example:
|
6009
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6009
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_approval_workflow.py.html>`__ to see an example of how to use delete_approval_workflow API.
|
6010
6010
|
"""
|
6011
6011
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6012
6012
|
required_arguments = ['approvalWorkflowId']
|
@@ -6127,7 +6127,7 @@ class IdentityDomainsClient(object):
|
|
6127
6127
|
:rtype: :class:`~oci.response.Response`
|
6128
6128
|
|
6129
6129
|
:example:
|
6130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_approval_workflow_assignment.py.html>`__ to see an example of how to use delete_approval_workflow_assignment API.
|
6131
6131
|
"""
|
6132
6132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6133
6133
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -6248,7 +6248,7 @@ class IdentityDomainsClient(object):
|
|
6248
6248
|
:rtype: :class:`~oci.response.Response`
|
6249
6249
|
|
6250
6250
|
:example:
|
6251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_approval_workflow_step.py.html>`__ to see an example of how to use delete_approval_workflow_step API.
|
6252
6252
|
"""
|
6253
6253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6254
6254
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -6369,7 +6369,7 @@ class IdentityDomainsClient(object):
|
|
6369
6369
|
:rtype: :class:`~oci.response.Response`
|
6370
6370
|
|
6371
6371
|
:example:
|
6372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
6373
6373
|
"""
|
6374
6374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6375
6375
|
required_arguments = ['authTokenId']
|
@@ -6490,7 +6490,7 @@ class IdentityDomainsClient(object):
|
|
6490
6490
|
:rtype: :class:`~oci.response.Response`
|
6491
6491
|
|
6492
6492
|
:example:
|
6493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_cloud_gate.py.html>`__ to see an example of how to use delete_cloud_gate API.
|
6494
6494
|
"""
|
6495
6495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6496
6496
|
required_arguments = ['cloudGateId']
|
@@ -6611,7 +6611,7 @@ class IdentityDomainsClient(object):
|
|
6611
6611
|
:rtype: :class:`~oci.response.Response`
|
6612
6612
|
|
6613
6613
|
:example:
|
6614
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6614
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_cloud_gate_mapping.py.html>`__ to see an example of how to use delete_cloud_gate_mapping API.
|
6615
6615
|
"""
|
6616
6616
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6617
6617
|
required_arguments = ['cloudGateMappingId']
|
@@ -6732,7 +6732,7 @@ class IdentityDomainsClient(object):
|
|
6732
6732
|
:rtype: :class:`~oci.response.Response`
|
6733
6733
|
|
6734
6734
|
:example:
|
6735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_cloud_gate_server.py.html>`__ to see an example of how to use delete_cloud_gate_server API.
|
6736
6736
|
"""
|
6737
6737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6738
6738
|
required_arguments = ['cloudGateServerId']
|
@@ -6853,7 +6853,7 @@ class IdentityDomainsClient(object):
|
|
6853
6853
|
:rtype: :class:`~oci.response.Response`
|
6854
6854
|
|
6855
6855
|
:example:
|
6856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6856
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_condition.py.html>`__ to see an example of how to use delete_condition API.
|
6857
6857
|
"""
|
6858
6858
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6859
6859
|
required_arguments = ['conditionId']
|
@@ -6974,7 +6974,7 @@ class IdentityDomainsClient(object):
|
|
6974
6974
|
:rtype: :class:`~oci.response.Response`
|
6975
6975
|
|
6976
6976
|
:example:
|
6977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
6978
6978
|
"""
|
6979
6979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6980
6980
|
required_arguments = ['customerSecretKeyId']
|
@@ -7095,7 +7095,7 @@ class IdentityDomainsClient(object):
|
|
7095
7095
|
:rtype: :class:`~oci.response.Response`
|
7096
7096
|
|
7097
7097
|
:example:
|
7098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
|
7099
7099
|
"""
|
7100
7100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7101
7101
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -7216,7 +7216,7 @@ class IdentityDomainsClient(object):
|
|
7216
7216
|
:rtype: :class:`~oci.response.Response`
|
7217
7217
|
|
7218
7218
|
:example:
|
7219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
|
7220
7220
|
"""
|
7221
7221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7222
7222
|
required_arguments = ['grantId']
|
@@ -7337,7 +7337,7 @@ class IdentityDomainsClient(object):
|
|
7337
7337
|
:rtype: :class:`~oci.response.Response`
|
7338
7338
|
|
7339
7339
|
:example:
|
7340
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
7341
7341
|
"""
|
7342
7342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7343
7343
|
required_arguments = ['groupId']
|
@@ -7458,7 +7458,7 @@ class IdentityDomainsClient(object):
|
|
7458
7458
|
:rtype: :class:`~oci.response.Response`
|
7459
7459
|
|
7460
7460
|
:example:
|
7461
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7461
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_identity_propagation_trust.py.html>`__ to see an example of how to use delete_identity_propagation_trust API.
|
7462
7462
|
"""
|
7463
7463
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7464
7464
|
required_arguments = ['identityPropagationTrustId']
|
@@ -7579,7 +7579,7 @@ class IdentityDomainsClient(object):
|
|
7579
7579
|
:rtype: :class:`~oci.response.Response`
|
7580
7580
|
|
7581
7581
|
:example:
|
7582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
7583
7583
|
"""
|
7584
7584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7585
7585
|
required_arguments = ['identityProviderId']
|
@@ -7700,7 +7700,7 @@ class IdentityDomainsClient(object):
|
|
7700
7700
|
:rtype: :class:`~oci.response.Response`
|
7701
7701
|
|
7702
7702
|
:example:
|
7703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
|
7704
7704
|
"""
|
7705
7705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7706
7706
|
required_arguments = ['myApiKeyId']
|
@@ -7821,7 +7821,7 @@ class IdentityDomainsClient(object):
|
|
7821
7821
|
:rtype: :class:`~oci.response.Response`
|
7822
7822
|
|
7823
7823
|
:example:
|
7824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7824
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
|
7825
7825
|
"""
|
7826
7826
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7827
7827
|
required_arguments = ['myAuthTokenId']
|
@@ -7942,7 +7942,7 @@ class IdentityDomainsClient(object):
|
|
7942
7942
|
:rtype: :class:`~oci.response.Response`
|
7943
7943
|
|
7944
7944
|
:example:
|
7945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
|
7946
7946
|
"""
|
7947
7947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7948
7948
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -8063,7 +8063,7 @@ class IdentityDomainsClient(object):
|
|
8063
8063
|
:rtype: :class:`~oci.response.Response`
|
8064
8064
|
|
8065
8065
|
:example:
|
8066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
|
8067
8067
|
"""
|
8068
8068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8069
8069
|
required_arguments = ['myDeviceId']
|
@@ -8184,7 +8184,7 @@ class IdentityDomainsClient(object):
|
|
8184
8184
|
:rtype: :class:`~oci.response.Response`
|
8185
8185
|
|
8186
8186
|
:example:
|
8187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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
8188
|
"""
|
8189
8189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8190
8190
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -8305,7 +8305,7 @@ class IdentityDomainsClient(object):
|
|
8305
8305
|
:rtype: :class:`~oci.response.Response`
|
8306
8306
|
|
8307
8307
|
:example:
|
8308
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8308
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
|
8309
8309
|
"""
|
8310
8310
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8311
8311
|
required_arguments = ['mySmtpCredentialId']
|
@@ -8426,7 +8426,7 @@ class IdentityDomainsClient(object):
|
|
8426
8426
|
:rtype: :class:`~oci.response.Response`
|
8427
8427
|
|
8428
8428
|
:example:
|
8429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
|
8430
8430
|
"""
|
8431
8431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8432
8432
|
required_arguments = ['mySupportAccountId']
|
@@ -8547,7 +8547,7 @@ class IdentityDomainsClient(object):
|
|
8547
8547
|
:rtype: :class:`~oci.response.Response`
|
8548
8548
|
|
8549
8549
|
:example:
|
8550
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8550
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
|
8551
8551
|
"""
|
8552
8552
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8553
8553
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -8668,7 +8668,7 @@ class IdentityDomainsClient(object):
|
|
8668
8668
|
:rtype: :class:`~oci.response.Response`
|
8669
8669
|
|
8670
8670
|
:example:
|
8671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
|
8672
8672
|
"""
|
8673
8673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8674
8674
|
required_arguments = ['myUserDbCredentialId']
|
@@ -8789,7 +8789,7 @@ class IdentityDomainsClient(object):
|
|
8789
8789
|
:rtype: :class:`~oci.response.Response`
|
8790
8790
|
|
8791
8791
|
:example:
|
8792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_network_perimeter.py.html>`__ to see an example of how to use delete_network_perimeter API.
|
8793
8793
|
"""
|
8794
8794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8795
8795
|
required_arguments = ['networkPerimeterId']
|
@@ -8910,7 +8910,7 @@ class IdentityDomainsClient(object):
|
|
8910
8910
|
:rtype: :class:`~oci.response.Response`
|
8911
8911
|
|
8912
8912
|
:example:
|
8913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
|
8914
8914
|
"""
|
8915
8915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8916
8916
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -9031,7 +9031,7 @@ class IdentityDomainsClient(object):
|
|
9031
9031
|
:rtype: :class:`~oci.response.Response`
|
9032
9032
|
|
9033
9033
|
:example:
|
9034
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_o_auth_client_certificate.py.html>`__ to see an example of how to use delete_o_auth_client_certificate API.
|
9035
9035
|
"""
|
9036
9036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9037
9037
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -9152,7 +9152,7 @@ class IdentityDomainsClient(object):
|
|
9152
9152
|
:rtype: :class:`~oci.response.Response`
|
9153
9153
|
|
9154
9154
|
:example:
|
9155
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9155
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_o_auth_partner_certificate.py.html>`__ to see an example of how to use delete_o_auth_partner_certificate API.
|
9156
9156
|
"""
|
9157
9157
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9158
9158
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -9273,7 +9273,7 @@ class IdentityDomainsClient(object):
|
|
9273
9273
|
:rtype: :class:`~oci.response.Response`
|
9274
9274
|
|
9275
9275
|
:example:
|
9276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
|
9277
9277
|
"""
|
9278
9278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9279
9279
|
required_arguments = ['passwordPolicyId']
|
@@ -9394,7 +9394,7 @@ class IdentityDomainsClient(object):
|
|
9394
9394
|
:rtype: :class:`~oci.response.Response`
|
9395
9395
|
|
9396
9396
|
:example:
|
9397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_policy.py.html>`__ to see an example of how to use delete_policy API.
|
9398
9398
|
"""
|
9399
9399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9400
9400
|
required_arguments = ['policyId']
|
@@ -9515,7 +9515,7 @@ class IdentityDomainsClient(object):
|
|
9515
9515
|
:rtype: :class:`~oci.response.Response`
|
9516
9516
|
|
9517
9517
|
:example:
|
9518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_rule.py.html>`__ to see an example of how to use delete_rule API.
|
9519
9519
|
"""
|
9520
9520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9521
9521
|
required_arguments = ['ruleId']
|
@@ -9636,7 +9636,7 @@ class IdentityDomainsClient(object):
|
|
9636
9636
|
:rtype: :class:`~oci.response.Response`
|
9637
9637
|
|
9638
9638
|
:example:
|
9639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
|
9640
9640
|
"""
|
9641
9641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9642
9642
|
required_arguments = ['securityQuestionId']
|
@@ -9757,7 +9757,7 @@ class IdentityDomainsClient(object):
|
|
9757
9757
|
:rtype: :class:`~oci.response.Response`
|
9758
9758
|
|
9759
9759
|
:example:
|
9760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_self_registration_profile.py.html>`__ to see an example of how to use delete_self_registration_profile API.
|
9761
9761
|
"""
|
9762
9762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9763
9763
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -9878,7 +9878,7 @@ class IdentityDomainsClient(object):
|
|
9878
9878
|
:rtype: :class:`~oci.response.Response`
|
9879
9879
|
|
9880
9880
|
:example:
|
9881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
9882
9882
|
"""
|
9883
9883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9884
9884
|
required_arguments = ['smtpCredentialId']
|
@@ -9999,7 +9999,7 @@ class IdentityDomainsClient(object):
|
|
9999
9999
|
:rtype: :class:`~oci.response.Response`
|
10000
10000
|
|
10001
10001
|
:example:
|
10002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_social_identity_provider.py.html>`__ to see an example of how to use delete_social_identity_provider API.
|
10003
10003
|
"""
|
10004
10004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10005
10005
|
required_arguments = ['socialIdentityProviderId']
|
@@ -10120,7 +10120,7 @@ class IdentityDomainsClient(object):
|
|
10120
10120
|
:rtype: :class:`~oci.response.Response`
|
10121
10121
|
|
10122
10122
|
:example:
|
10123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
10124
10124
|
"""
|
10125
10125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10126
10126
|
required_arguments = ['userId']
|
@@ -10241,7 +10241,7 @@ class IdentityDomainsClient(object):
|
|
10241
10241
|
:rtype: :class:`~oci.response.Response`
|
10242
10242
|
|
10243
10243
|
:example:
|
10244
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
|
10245
10245
|
"""
|
10246
10246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10247
10247
|
required_arguments = ['userDbCredentialId']
|
@@ -10364,7 +10364,7 @@ class IdentityDomainsClient(object):
|
|
10364
10364
|
:rtype: :class:`~oci.response.Response`
|
10365
10365
|
|
10366
10366
|
:example:
|
10367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
|
10368
10368
|
"""
|
10369
10369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10370
10370
|
required_arguments = ['accountMgmtInfoId']
|
@@ -10497,7 +10497,7 @@ class IdentityDomainsClient(object):
|
|
10497
10497
|
:rtype: :class:`~oci.response.Response`
|
10498
10498
|
|
10499
10499
|
:example:
|
10500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
|
10501
10501
|
"""
|
10502
10502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10503
10503
|
required_arguments = ['accountRecoverySettingId']
|
@@ -10630,7 +10630,7 @@ class IdentityDomainsClient(object):
|
|
10630
10630
|
:rtype: :class:`~oci.response.Response`
|
10631
10631
|
|
10632
10632
|
:example:
|
10633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
|
10634
10634
|
"""
|
10635
10635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10636
10636
|
required_arguments = ['apiKeyId']
|
@@ -10763,7 +10763,7 @@ class IdentityDomainsClient(object):
|
|
10763
10763
|
:rtype: :class:`~oci.response.Response`
|
10764
10764
|
|
10765
10765
|
:example:
|
10766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
|
10767
10767
|
"""
|
10768
10768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10769
10769
|
required_arguments = ['appId']
|
@@ -10896,7 +10896,7 @@ class IdentityDomainsClient(object):
|
|
10896
10896
|
:rtype: :class:`~oci.response.Response`
|
10897
10897
|
|
10898
10898
|
:example:
|
10899
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10899
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
|
10900
10900
|
"""
|
10901
10901
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10902
10902
|
required_arguments = ['appRoleId']
|
@@ -11029,7 +11029,7 @@ class IdentityDomainsClient(object):
|
|
11029
11029
|
:rtype: :class:`~oci.response.Response`
|
11030
11030
|
|
11031
11031
|
:example:
|
11032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_approval_workflow.py.html>`__ to see an example of how to use get_approval_workflow API.
|
11033
11033
|
"""
|
11034
11034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11035
11035
|
required_arguments = ['approvalWorkflowId']
|
@@ -11162,7 +11162,7 @@ class IdentityDomainsClient(object):
|
|
11162
11162
|
:rtype: :class:`~oci.response.Response`
|
11163
11163
|
|
11164
11164
|
:example:
|
11165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_approval_workflow_assignment.py.html>`__ to see an example of how to use get_approval_workflow_assignment API.
|
11166
11166
|
"""
|
11167
11167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11168
11168
|
required_arguments = ['approvalWorkflowAssignmentId']
|
@@ -11295,7 +11295,7 @@ class IdentityDomainsClient(object):
|
|
11295
11295
|
:rtype: :class:`~oci.response.Response`
|
11296
11296
|
|
11297
11297
|
:example:
|
11298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_approval_workflow_step.py.html>`__ to see an example of how to use get_approval_workflow_step API.
|
11299
11299
|
"""
|
11300
11300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11301
11301
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -11428,7 +11428,7 @@ class IdentityDomainsClient(object):
|
|
11428
11428
|
:rtype: :class:`~oci.response.Response`
|
11429
11429
|
|
11430
11430
|
:example:
|
11431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
|
11432
11432
|
"""
|
11433
11433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11434
11434
|
required_arguments = ['authTokenId']
|
@@ -11561,7 +11561,7 @@ class IdentityDomainsClient(object):
|
|
11561
11561
|
:rtype: :class:`~oci.response.Response`
|
11562
11562
|
|
11563
11563
|
:example:
|
11564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
|
11565
11565
|
"""
|
11566
11566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11567
11567
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -11694,7 +11694,7 @@ class IdentityDomainsClient(object):
|
|
11694
11694
|
:rtype: :class:`~oci.response.Response`
|
11695
11695
|
|
11696
11696
|
:example:
|
11697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_branding_setting.py.html>`__ to see an example of how to use get_branding_setting API.
|
11698
11698
|
"""
|
11699
11699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11700
11700
|
required_arguments = ['brandingSettingId']
|
@@ -11827,7 +11827,7 @@ class IdentityDomainsClient(object):
|
|
11827
11827
|
:rtype: :class:`~oci.response.Response`
|
11828
11828
|
|
11829
11829
|
:example:
|
11830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_cloud_gate.py.html>`__ to see an example of how to use get_cloud_gate API.
|
11831
11831
|
"""
|
11832
11832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11833
11833
|
required_arguments = ['cloudGateId']
|
@@ -11960,7 +11960,7 @@ class IdentityDomainsClient(object):
|
|
11960
11960
|
:rtype: :class:`~oci.response.Response`
|
11961
11961
|
|
11962
11962
|
:example:
|
11963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_cloud_gate_mapping.py.html>`__ to see an example of how to use get_cloud_gate_mapping API.
|
11964
11964
|
"""
|
11965
11965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11966
11966
|
required_arguments = ['cloudGateMappingId']
|
@@ -12093,7 +12093,7 @@ class IdentityDomainsClient(object):
|
|
12093
12093
|
:rtype: :class:`~oci.response.Response`
|
12094
12094
|
|
12095
12095
|
:example:
|
12096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_cloud_gate_server.py.html>`__ to see an example of how to use get_cloud_gate_server API.
|
12097
12097
|
"""
|
12098
12098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12099
12099
|
required_arguments = ['cloudGateServerId']
|
@@ -12226,7 +12226,7 @@ class IdentityDomainsClient(object):
|
|
12226
12226
|
:rtype: :class:`~oci.response.Response`
|
12227
12227
|
|
12228
12228
|
:example:
|
12229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_condition.py.html>`__ to see an example of how to use get_condition API.
|
12230
12230
|
"""
|
12231
12231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12232
12232
|
required_arguments = ['conditionId']
|
@@ -12359,7 +12359,7 @@ class IdentityDomainsClient(object):
|
|
12359
12359
|
:rtype: :class:`~oci.response.Response`
|
12360
12360
|
|
12361
12361
|
:example:
|
12362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
|
12363
12363
|
"""
|
12364
12364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12365
12365
|
required_arguments = ['customerSecretKeyId']
|
@@ -12492,7 +12492,7 @@ class IdentityDomainsClient(object):
|
|
12492
12492
|
:rtype: :class:`~oci.response.Response`
|
12493
12493
|
|
12494
12494
|
:example:
|
12495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
|
12496
12496
|
"""
|
12497
12497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12498
12498
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -12625,7 +12625,7 @@ class IdentityDomainsClient(object):
|
|
12625
12625
|
:rtype: :class:`~oci.response.Response`
|
12626
12626
|
|
12627
12627
|
:example:
|
12628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
|
12629
12629
|
"""
|
12630
12630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12631
12631
|
required_arguments = ['grantId']
|
@@ -12758,7 +12758,7 @@ class IdentityDomainsClient(object):
|
|
12758
12758
|
:rtype: :class:`~oci.response.Response`
|
12759
12759
|
|
12760
12760
|
:example:
|
12761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
|
12762
12762
|
"""
|
12763
12763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12764
12764
|
required_arguments = ['groupId']
|
@@ -12891,7 +12891,7 @@ class IdentityDomainsClient(object):
|
|
12891
12891
|
:rtype: :class:`~oci.response.Response`
|
12892
12892
|
|
12893
12893
|
:example:
|
12894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_identity_propagation_trust.py.html>`__ to see an example of how to use get_identity_propagation_trust API.
|
12895
12895
|
"""
|
12896
12896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12897
12897
|
required_arguments = ['identityPropagationTrustId']
|
@@ -13024,7 +13024,7 @@ class IdentityDomainsClient(object):
|
|
13024
13024
|
:rtype: :class:`~oci.response.Response`
|
13025
13025
|
|
13026
13026
|
:example:
|
13027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
13028
13028
|
"""
|
13029
13029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13030
13030
|
required_arguments = ['identityProviderId']
|
@@ -13157,7 +13157,7 @@ class IdentityDomainsClient(object):
|
|
13157
13157
|
:rtype: :class:`~oci.response.Response`
|
13158
13158
|
|
13159
13159
|
:example:
|
13160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
|
13161
13161
|
"""
|
13162
13162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13163
13163
|
required_arguments = ['identitySettingId']
|
@@ -13290,7 +13290,7 @@ class IdentityDomainsClient(object):
|
|
13290
13290
|
:rtype: :class:`~oci.response.Response`
|
13291
13291
|
|
13292
13292
|
:example:
|
13293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
|
13294
13294
|
"""
|
13295
13295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13296
13296
|
required_arguments = ['kmsiSettingId']
|
@@ -13420,7 +13420,7 @@ class IdentityDomainsClient(object):
|
|
13420
13420
|
:rtype: :class:`~oci.response.Response`
|
13421
13421
|
|
13422
13422
|
:example:
|
13423
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13423
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
|
13424
13424
|
"""
|
13425
13425
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13426
13426
|
required_arguments = []
|
@@ -13533,7 +13533,7 @@ class IdentityDomainsClient(object):
|
|
13533
13533
|
:rtype: :class:`~oci.response.Response`
|
13534
13534
|
|
13535
13535
|
:example:
|
13536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
|
13537
13537
|
"""
|
13538
13538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13539
13539
|
required_arguments = ['myApiKeyId']
|
@@ -13640,7 +13640,7 @@ class IdentityDomainsClient(object):
|
|
13640
13640
|
:rtype: :class:`~oci.response.Response`
|
13641
13641
|
|
13642
13642
|
:example:
|
13643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
|
13644
13644
|
"""
|
13645
13645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13646
13646
|
required_arguments = ['myAuthTokenId']
|
@@ -13747,7 +13747,7 @@ class IdentityDomainsClient(object):
|
|
13747
13747
|
:rtype: :class:`~oci.response.Response`
|
13748
13748
|
|
13749
13749
|
:example:
|
13750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_completed_approval.py.html>`__ to see an example of how to use get_my_completed_approval API.
|
13751
13751
|
"""
|
13752
13752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13753
13753
|
required_arguments = ['myCompletedApprovalId']
|
@@ -13854,7 +13854,7 @@ class IdentityDomainsClient(object):
|
|
13854
13854
|
:rtype: :class:`~oci.response.Response`
|
13855
13855
|
|
13856
13856
|
:example:
|
13857
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
|
13858
13858
|
"""
|
13859
13859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13860
13860
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -13969,7 +13969,7 @@ class IdentityDomainsClient(object):
|
|
13969
13969
|
:rtype: :class:`~oci.response.Response`
|
13970
13970
|
|
13971
13971
|
:example:
|
13972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
|
13973
13973
|
"""
|
13974
13974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13975
13975
|
required_arguments = ['myDeviceId']
|
@@ -14094,7 +14094,7 @@ class IdentityDomainsClient(object):
|
|
14094
14094
|
:rtype: :class:`~oci.response.Response`
|
14095
14095
|
|
14096
14096
|
:example:
|
14097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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
14098
|
"""
|
14099
14099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14100
14100
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -14201,7 +14201,7 @@ class IdentityDomainsClient(object):
|
|
14201
14201
|
:rtype: :class:`~oci.response.Response`
|
14202
14202
|
|
14203
14203
|
:example:
|
14204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_pending_approval.py.html>`__ to see an example of how to use get_my_pending_approval API.
|
14205
14205
|
"""
|
14206
14206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14207
14207
|
required_arguments = ['myPendingApprovalId']
|
@@ -14316,7 +14316,7 @@ class IdentityDomainsClient(object):
|
|
14316
14316
|
:rtype: :class:`~oci.response.Response`
|
14317
14317
|
|
14318
14318
|
:example:
|
14319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_request.py.html>`__ to see an example of how to use get_my_request API.
|
14320
14320
|
"""
|
14321
14321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14322
14322
|
required_arguments = ['myRequestId']
|
@@ -14441,7 +14441,7 @@ class IdentityDomainsClient(object):
|
|
14441
14441
|
:rtype: :class:`~oci.response.Response`
|
14442
14442
|
|
14443
14443
|
:example:
|
14444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
|
14445
14445
|
"""
|
14446
14446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14447
14447
|
required_arguments = ['mySmtpCredentialId']
|
@@ -14548,7 +14548,7 @@ class IdentityDomainsClient(object):
|
|
14548
14548
|
:rtype: :class:`~oci.response.Response`
|
14549
14549
|
|
14550
14550
|
:example:
|
14551
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
|
14552
14552
|
"""
|
14553
14553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14554
14554
|
required_arguments = ['mySupportAccountId']
|
@@ -14663,7 +14663,7 @@ class IdentityDomainsClient(object):
|
|
14663
14663
|
:rtype: :class:`~oci.response.Response`
|
14664
14664
|
|
14665
14665
|
:example:
|
14666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
|
14667
14667
|
"""
|
14668
14668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14669
14669
|
required_arguments = ['myTrustedUserAgentId']
|
@@ -14788,7 +14788,7 @@ class IdentityDomainsClient(object):
|
|
14788
14788
|
:rtype: :class:`~oci.response.Response`
|
14789
14789
|
|
14790
14790
|
:example:
|
14791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
|
14792
14792
|
"""
|
14793
14793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14794
14794
|
required_arguments = ['myUserDbCredentialId']
|
@@ -14903,7 +14903,7 @@ class IdentityDomainsClient(object):
|
|
14903
14903
|
:rtype: :class:`~oci.response.Response`
|
14904
14904
|
|
14905
14905
|
:example:
|
14906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_network_perimeter.py.html>`__ to see an example of how to use get_network_perimeter API.
|
14907
14907
|
"""
|
14908
14908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14909
14909
|
required_arguments = ['networkPerimeterId']
|
@@ -15036,7 +15036,7 @@ class IdentityDomainsClient(object):
|
|
15036
15036
|
:rtype: :class:`~oci.response.Response`
|
15037
15037
|
|
15038
15038
|
:example:
|
15039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_notification_setting.py.html>`__ to see an example of how to use get_notification_setting API.
|
15040
15040
|
"""
|
15041
15041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15042
15042
|
required_arguments = ['notificationSettingId']
|
@@ -15169,7 +15169,7 @@ class IdentityDomainsClient(object):
|
|
15169
15169
|
:rtype: :class:`~oci.response.Response`
|
15170
15170
|
|
15171
15171
|
:example:
|
15172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
|
15173
15173
|
"""
|
15174
15174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15175
15175
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -15294,7 +15294,7 @@ class IdentityDomainsClient(object):
|
|
15294
15294
|
:rtype: :class:`~oci.response.Response`
|
15295
15295
|
|
15296
15296
|
:example:
|
15297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_o_auth_client_certificate.py.html>`__ to see an example of how to use get_o_auth_client_certificate API.
|
15298
15298
|
"""
|
15299
15299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15300
15300
|
required_arguments = ['oAuthClientCertificateId']
|
@@ -15401,7 +15401,7 @@ class IdentityDomainsClient(object):
|
|
15401
15401
|
:rtype: :class:`~oci.response.Response`
|
15402
15402
|
|
15403
15403
|
:example:
|
15404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_o_auth_partner_certificate.py.html>`__ to see an example of how to use get_o_auth_partner_certificate API.
|
15405
15405
|
"""
|
15406
15406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15407
15407
|
required_arguments = ['oAuthPartnerCertificateId']
|
@@ -15516,7 +15516,7 @@ class IdentityDomainsClient(object):
|
|
15516
15516
|
:rtype: :class:`~oci.response.Response`
|
15517
15517
|
|
15518
15518
|
:example:
|
15519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
|
15520
15520
|
"""
|
15521
15521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15522
15522
|
required_arguments = ['passwordPolicyId']
|
@@ -15649,7 +15649,7 @@ class IdentityDomainsClient(object):
|
|
15649
15649
|
:rtype: :class:`~oci.response.Response`
|
15650
15650
|
|
15651
15651
|
:example:
|
15652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_policy.py.html>`__ to see an example of how to use get_policy API.
|
15653
15653
|
"""
|
15654
15654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15655
15655
|
required_arguments = ['policyId']
|
@@ -15782,7 +15782,7 @@ class IdentityDomainsClient(object):
|
|
15782
15782
|
:rtype: :class:`~oci.response.Response`
|
15783
15783
|
|
15784
15784
|
:example:
|
15785
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_rule.py.html>`__ to see an example of how to use get_rule API.
|
15786
15786
|
"""
|
15787
15787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15788
15788
|
required_arguments = ['ruleId']
|
@@ -15907,7 +15907,7 @@ class IdentityDomainsClient(object):
|
|
15907
15907
|
:rtype: :class:`~oci.response.Response`
|
15908
15908
|
|
15909
15909
|
:example:
|
15910
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_schema.py.html>`__ to see an example of how to use get_schema API.
|
15911
15911
|
"""
|
15912
15912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15913
15913
|
required_arguments = ['schemaId']
|
@@ -16022,7 +16022,7 @@ class IdentityDomainsClient(object):
|
|
16022
16022
|
:rtype: :class:`~oci.response.Response`
|
16023
16023
|
|
16024
16024
|
:example:
|
16025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
|
16026
16026
|
"""
|
16027
16027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16028
16028
|
required_arguments = ['securityQuestionId']
|
@@ -16155,7 +16155,7 @@ class IdentityDomainsClient(object):
|
|
16155
16155
|
:rtype: :class:`~oci.response.Response`
|
16156
16156
|
|
16157
16157
|
:example:
|
16158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
|
16159
16159
|
"""
|
16160
16160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16161
16161
|
required_arguments = ['securityQuestionSettingId']
|
@@ -16288,7 +16288,7 @@ class IdentityDomainsClient(object):
|
|
16288
16288
|
:rtype: :class:`~oci.response.Response`
|
16289
16289
|
|
16290
16290
|
:example:
|
16291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_self_registration_profile.py.html>`__ to see an example of how to use get_self_registration_profile API.
|
16292
16292
|
"""
|
16293
16293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16294
16294
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -16421,7 +16421,7 @@ class IdentityDomainsClient(object):
|
|
16421
16421
|
:rtype: :class:`~oci.response.Response`
|
16422
16422
|
|
16423
16423
|
:example:
|
16424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_setting.py.html>`__ to see an example of how to use get_setting API.
|
16425
16425
|
"""
|
16426
16426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16427
16427
|
required_arguments = ['settingId']
|
@@ -16554,7 +16554,7 @@ class IdentityDomainsClient(object):
|
|
16554
16554
|
:rtype: :class:`~oci.response.Response`
|
16555
16555
|
|
16556
16556
|
:example:
|
16557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
|
16558
16558
|
"""
|
16559
16559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16560
16560
|
required_arguments = ['smtpCredentialId']
|
@@ -16679,7 +16679,7 @@ class IdentityDomainsClient(object):
|
|
16679
16679
|
:rtype: :class:`~oci.response.Response`
|
16680
16680
|
|
16681
16681
|
:example:
|
16682
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16682
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_social_identity_provider.py.html>`__ to see an example of how to use get_social_identity_provider API.
|
16683
16683
|
"""
|
16684
16684
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16685
16685
|
required_arguments = ['socialIdentityProviderId']
|
@@ -16794,7 +16794,7 @@ class IdentityDomainsClient(object):
|
|
16794
16794
|
:rtype: :class:`~oci.response.Response`
|
16795
16795
|
|
16796
16796
|
:example:
|
16797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
|
16798
16798
|
"""
|
16799
16799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16800
16800
|
required_arguments = ['userId']
|
@@ -16927,7 +16927,7 @@ class IdentityDomainsClient(object):
|
|
16927
16927
|
:rtype: :class:`~oci.response.Response`
|
16928
16928
|
|
16929
16929
|
:example:
|
16930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
|
16931
16931
|
"""
|
16932
16932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16933
16933
|
required_arguments = ['userAttributesSettingId']
|
@@ -17060,7 +17060,7 @@ class IdentityDomainsClient(object):
|
|
17060
17060
|
:rtype: :class:`~oci.response.Response`
|
17061
17061
|
|
17062
17062
|
:example:
|
17063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
|
17064
17064
|
"""
|
17065
17065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17066
17066
|
required_arguments = ['userDbCredentialId']
|
@@ -17215,7 +17215,7 @@ class IdentityDomainsClient(object):
|
|
17215
17215
|
:rtype: :class:`~oci.response.Response`
|
17216
17216
|
|
17217
17217
|
:example:
|
17218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
|
17219
17219
|
"""
|
17220
17220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17221
17221
|
required_arguments = []
|
@@ -17360,7 +17360,7 @@ class IdentityDomainsClient(object):
|
|
17360
17360
|
:rtype: :class:`~oci.response.Response`
|
17361
17361
|
|
17362
17362
|
:example:
|
17363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
|
17364
17364
|
"""
|
17365
17365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17366
17366
|
required_arguments = []
|
@@ -17507,7 +17507,7 @@ class IdentityDomainsClient(object):
|
|
17507
17507
|
:rtype: :class:`~oci.response.Response`
|
17508
17508
|
|
17509
17509
|
:example:
|
17510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
17511
17511
|
"""
|
17512
17512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17513
17513
|
required_arguments = []
|
@@ -17671,7 +17671,7 @@ class IdentityDomainsClient(object):
|
|
17671
17671
|
:rtype: :class:`~oci.response.Response`
|
17672
17672
|
|
17673
17673
|
:example:
|
17674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
|
17675
17675
|
"""
|
17676
17676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17677
17677
|
required_arguments = []
|
@@ -17835,7 +17835,7 @@ class IdentityDomainsClient(object):
|
|
17835
17835
|
:rtype: :class:`~oci.response.Response`
|
17836
17836
|
|
17837
17837
|
:example:
|
17838
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17838
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_approval_workflow_assignments.py.html>`__ to see an example of how to use list_approval_workflow_assignments API.
|
17839
17839
|
"""
|
17840
17840
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17841
17841
|
required_arguments = []
|
@@ -17999,7 +17999,7 @@ class IdentityDomainsClient(object):
|
|
17999
17999
|
:rtype: :class:`~oci.response.Response`
|
18000
18000
|
|
18001
18001
|
:example:
|
18002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_approval_workflow_steps.py.html>`__ to see an example of how to use list_approval_workflow_steps API.
|
18003
18003
|
"""
|
18004
18004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18005
18005
|
required_arguments = []
|
@@ -18163,7 +18163,7 @@ class IdentityDomainsClient(object):
|
|
18163
18163
|
:rtype: :class:`~oci.response.Response`
|
18164
18164
|
|
18165
18165
|
:example:
|
18166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_approval_workflows.py.html>`__ to see an example of how to use list_approval_workflows API.
|
18167
18167
|
"""
|
18168
18168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18169
18169
|
required_arguments = []
|
@@ -18327,7 +18327,7 @@ class IdentityDomainsClient(object):
|
|
18327
18327
|
:rtype: :class:`~oci.response.Response`
|
18328
18328
|
|
18329
18329
|
:example:
|
18330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
|
18331
18331
|
"""
|
18332
18332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18333
18333
|
required_arguments = []
|
@@ -18491,7 +18491,7 @@ class IdentityDomainsClient(object):
|
|
18491
18491
|
:rtype: :class:`~oci.response.Response`
|
18492
18492
|
|
18493
18493
|
:example:
|
18494
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18494
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
18495
18495
|
"""
|
18496
18496
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18497
18497
|
required_arguments = []
|
@@ -18636,7 +18636,7 @@ class IdentityDomainsClient(object):
|
|
18636
18636
|
:rtype: :class:`~oci.response.Response`
|
18637
18637
|
|
18638
18638
|
:example:
|
18639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
|
18640
18640
|
"""
|
18641
18641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18642
18642
|
required_arguments = []
|
@@ -18764,7 +18764,7 @@ class IdentityDomainsClient(object):
|
|
18764
18764
|
:rtype: :class:`~oci.response.Response`
|
18765
18765
|
|
18766
18766
|
:example:
|
18767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_branding_settings.py.html>`__ to see an example of how to use list_branding_settings API.
|
18768
18768
|
"""
|
18769
18769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18770
18770
|
required_arguments = []
|
@@ -18911,7 +18911,7 @@ class IdentityDomainsClient(object):
|
|
18911
18911
|
:rtype: :class:`~oci.response.Response`
|
18912
18912
|
|
18913
18913
|
:example:
|
18914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_cloud_gate_mappings.py.html>`__ to see an example of how to use list_cloud_gate_mappings API.
|
18915
18915
|
"""
|
18916
18916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18917
18917
|
required_arguments = []
|
@@ -19075,7 +19075,7 @@ class IdentityDomainsClient(object):
|
|
19075
19075
|
:rtype: :class:`~oci.response.Response`
|
19076
19076
|
|
19077
19077
|
:example:
|
19078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_cloud_gate_servers.py.html>`__ to see an example of how to use list_cloud_gate_servers API.
|
19079
19079
|
"""
|
19080
19080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19081
19081
|
required_arguments = []
|
@@ -19239,7 +19239,7 @@ class IdentityDomainsClient(object):
|
|
19239
19239
|
:rtype: :class:`~oci.response.Response`
|
19240
19240
|
|
19241
19241
|
:example:
|
19242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_cloud_gates.py.html>`__ to see an example of how to use list_cloud_gates API.
|
19243
19243
|
"""
|
19244
19244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19245
19245
|
required_arguments = []
|
@@ -19403,7 +19403,7 @@ class IdentityDomainsClient(object):
|
|
19403
19403
|
:rtype: :class:`~oci.response.Response`
|
19404
19404
|
|
19405
19405
|
:example:
|
19406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_conditions.py.html>`__ to see an example of how to use list_conditions API.
|
19407
19407
|
"""
|
19408
19408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19409
19409
|
required_arguments = []
|
@@ -19567,7 +19567,7 @@ class IdentityDomainsClient(object):
|
|
19567
19567
|
:rtype: :class:`~oci.response.Response`
|
19568
19568
|
|
19569
19569
|
:example:
|
19570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
19571
19571
|
"""
|
19572
19572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19573
19573
|
required_arguments = []
|
@@ -19731,7 +19731,7 @@ class IdentityDomainsClient(object):
|
|
19731
19731
|
:rtype: :class:`~oci.response.Response`
|
19732
19732
|
|
19733
19733
|
:example:
|
19734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
|
19735
19735
|
"""
|
19736
19736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19737
19737
|
required_arguments = []
|
@@ -19895,7 +19895,7 @@ class IdentityDomainsClient(object):
|
|
19895
19895
|
:rtype: :class:`~oci.response.Response`
|
19896
19896
|
|
19897
19897
|
:example:
|
19898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
19899
19899
|
"""
|
19900
19900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19901
19901
|
required_arguments = []
|
@@ -20059,7 +20059,7 @@ class IdentityDomainsClient(object):
|
|
20059
20059
|
:rtype: :class:`~oci.response.Response`
|
20060
20060
|
|
20061
20061
|
:example:
|
20062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
20063
20063
|
"""
|
20064
20064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20065
20065
|
required_arguments = []
|
@@ -20223,7 +20223,7 @@ class IdentityDomainsClient(object):
|
|
20223
20223
|
:rtype: :class:`~oci.response.Response`
|
20224
20224
|
|
20225
20225
|
:example:
|
20226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_identity_propagation_trusts.py.html>`__ to see an example of how to use list_identity_propagation_trusts API.
|
20227
20227
|
"""
|
20228
20228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20229
20229
|
required_arguments = []
|
@@ -20387,7 +20387,7 @@ class IdentityDomainsClient(object):
|
|
20387
20387
|
:rtype: :class:`~oci.response.Response`
|
20388
20388
|
|
20389
20389
|
:example:
|
20390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
20391
20391
|
"""
|
20392
20392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20393
20393
|
required_arguments = []
|
@@ -20532,7 +20532,7 @@ class IdentityDomainsClient(object):
|
|
20532
20532
|
:rtype: :class:`~oci.response.Response`
|
20533
20533
|
|
20534
20534
|
:example:
|
20535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
|
20536
20536
|
"""
|
20537
20537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20538
20538
|
required_arguments = []
|
@@ -20660,7 +20660,7 @@ class IdentityDomainsClient(object):
|
|
20660
20660
|
:rtype: :class:`~oci.response.Response`
|
20661
20661
|
|
20662
20662
|
:example:
|
20663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
|
20664
20664
|
"""
|
20665
20665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20666
20666
|
required_arguments = []
|
@@ -20799,7 +20799,7 @@ class IdentityDomainsClient(object):
|
|
20799
20799
|
:rtype: :class:`~oci.response.Response`
|
20800
20800
|
|
20801
20801
|
:example:
|
20802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
|
20803
20803
|
"""
|
20804
20804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20805
20805
|
required_arguments = []
|
@@ -20943,7 +20943,7 @@ class IdentityDomainsClient(object):
|
|
20943
20943
|
:rtype: :class:`~oci.response.Response`
|
20944
20944
|
|
20945
20945
|
:example:
|
20946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
|
20947
20947
|
"""
|
20948
20948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20949
20949
|
required_arguments = []
|
@@ -21087,7 +21087,7 @@ class IdentityDomainsClient(object):
|
|
21087
21087
|
:rtype: :class:`~oci.response.Response`
|
21088
21088
|
|
21089
21089
|
:example:
|
21090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
|
21091
21091
|
"""
|
21092
21092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21093
21093
|
required_arguments = []
|
@@ -21231,7 +21231,7 @@ class IdentityDomainsClient(object):
|
|
21231
21231
|
:rtype: :class:`~oci.response.Response`
|
21232
21232
|
|
21233
21233
|
:example:
|
21234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_completed_approvals.py.html>`__ to see an example of how to use list_my_completed_approvals API.
|
21235
21235
|
"""
|
21236
21236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21237
21237
|
required_arguments = []
|
@@ -21375,7 +21375,7 @@ class IdentityDomainsClient(object):
|
|
21375
21375
|
:rtype: :class:`~oci.response.Response`
|
21376
21376
|
|
21377
21377
|
:example:
|
21378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
|
21379
21379
|
"""
|
21380
21380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21381
21381
|
required_arguments = []
|
@@ -21527,7 +21527,7 @@ class IdentityDomainsClient(object):
|
|
21527
21527
|
:rtype: :class:`~oci.response.Response`
|
21528
21528
|
|
21529
21529
|
:example:
|
21530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
|
21531
21531
|
"""
|
21532
21532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21533
21533
|
required_arguments = []
|
@@ -21691,7 +21691,7 @@ class IdentityDomainsClient(object):
|
|
21691
21691
|
:rtype: :class:`~oci.response.Response`
|
21692
21692
|
|
21693
21693
|
:example:
|
21694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
|
21695
21695
|
"""
|
21696
21696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21697
21697
|
required_arguments = []
|
@@ -21847,7 +21847,7 @@ class IdentityDomainsClient(object):
|
|
21847
21847
|
:rtype: :class:`~oci.response.Response`
|
21848
21848
|
|
21849
21849
|
:example:
|
21850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21850
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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
21851
|
"""
|
21852
21852
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21853
21853
|
required_arguments = []
|
@@ -21991,7 +21991,7 @@ class IdentityDomainsClient(object):
|
|
21991
21991
|
:rtype: :class:`~oci.response.Response`
|
21992
21992
|
|
21993
21993
|
:example:
|
21994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_pending_approvals.py.html>`__ to see an example of how to use list_my_pending_approvals API.
|
21995
21995
|
"""
|
21996
21996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21997
21997
|
required_arguments = []
|
@@ -22135,7 +22135,7 @@ class IdentityDomainsClient(object):
|
|
22135
22135
|
:rtype: :class:`~oci.response.Response`
|
22136
22136
|
|
22137
22137
|
:example:
|
22138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
|
22139
22139
|
"""
|
22140
22140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22141
22141
|
required_arguments = []
|
@@ -22287,7 +22287,7 @@ class IdentityDomainsClient(object):
|
|
22287
22287
|
:rtype: :class:`~oci.response.Response`
|
22288
22288
|
|
22289
22289
|
:example:
|
22290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
|
22291
22291
|
"""
|
22292
22292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22293
22293
|
required_arguments = []
|
@@ -22443,7 +22443,7 @@ class IdentityDomainsClient(object):
|
|
22443
22443
|
:rtype: :class:`~oci.response.Response`
|
22444
22444
|
|
22445
22445
|
:example:
|
22446
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22446
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
|
22447
22447
|
"""
|
22448
22448
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22449
22449
|
required_arguments = []
|
@@ -22587,7 +22587,7 @@ class IdentityDomainsClient(object):
|
|
22587
22587
|
:rtype: :class:`~oci.response.Response`
|
22588
22588
|
|
22589
22589
|
:example:
|
22590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
|
22591
22591
|
"""
|
22592
22592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22593
22593
|
required_arguments = []
|
@@ -22739,7 +22739,7 @@ class IdentityDomainsClient(object):
|
|
22739
22739
|
:rtype: :class:`~oci.response.Response`
|
22740
22740
|
|
22741
22741
|
:example:
|
22742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
|
22743
22743
|
"""
|
22744
22744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22745
22745
|
required_arguments = []
|
@@ -22895,7 +22895,7 @@ class IdentityDomainsClient(object):
|
|
22895
22895
|
:rtype: :class:`~oci.response.Response`
|
22896
22896
|
|
22897
22897
|
:example:
|
22898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
|
22899
22899
|
"""
|
22900
22900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22901
22901
|
required_arguments = []
|
@@ -23047,7 +23047,7 @@ class IdentityDomainsClient(object):
|
|
23047
23047
|
:rtype: :class:`~oci.response.Response`
|
23048
23048
|
|
23049
23049
|
:example:
|
23050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_network_perimeters.py.html>`__ to see an example of how to use list_network_perimeters API.
|
23051
23051
|
"""
|
23052
23052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23053
23053
|
required_arguments = []
|
@@ -23192,7 +23192,7 @@ class IdentityDomainsClient(object):
|
|
23192
23192
|
:rtype: :class:`~oci.response.Response`
|
23193
23193
|
|
23194
23194
|
:example:
|
23195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_notification_settings.py.html>`__ to see an example of how to use list_notification_settings API.
|
23196
23196
|
"""
|
23197
23197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23198
23198
|
required_arguments = []
|
@@ -23339,7 +23339,7 @@ class IdentityDomainsClient(object):
|
|
23339
23339
|
:rtype: :class:`~oci.response.Response`
|
23340
23340
|
|
23341
23341
|
:example:
|
23342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23342
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
|
23343
23343
|
"""
|
23344
23344
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23345
23345
|
required_arguments = []
|
@@ -23495,7 +23495,7 @@ class IdentityDomainsClient(object):
|
|
23495
23495
|
:rtype: :class:`~oci.response.Response`
|
23496
23496
|
|
23497
23497
|
:example:
|
23498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_o_auth_client_certificates.py.html>`__ to see an example of how to use list_o_auth_client_certificates API.
|
23499
23499
|
"""
|
23500
23500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23501
23501
|
required_arguments = []
|
@@ -23639,7 +23639,7 @@ class IdentityDomainsClient(object):
|
|
23639
23639
|
:rtype: :class:`~oci.response.Response`
|
23640
23640
|
|
23641
23641
|
:example:
|
23642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_o_auth_partner_certificates.py.html>`__ to see an example of how to use list_o_auth_partner_certificates API.
|
23643
23643
|
"""
|
23644
23644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23645
23645
|
required_arguments = []
|
@@ -23791,7 +23791,7 @@ class IdentityDomainsClient(object):
|
|
23791
23791
|
:rtype: :class:`~oci.response.Response`
|
23792
23792
|
|
23793
23793
|
:example:
|
23794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
|
23795
23795
|
"""
|
23796
23796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23797
23797
|
required_arguments = []
|
@@ -23955,7 +23955,7 @@ class IdentityDomainsClient(object):
|
|
23955
23955
|
:rtype: :class:`~oci.response.Response`
|
23956
23956
|
|
23957
23957
|
:example:
|
23958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
23959
23959
|
"""
|
23960
23960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23961
23961
|
required_arguments = []
|
@@ -24119,7 +24119,7 @@ class IdentityDomainsClient(object):
|
|
24119
24119
|
:rtype: :class:`~oci.response.Response`
|
24120
24120
|
|
24121
24121
|
:example:
|
24122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
|
24123
24123
|
"""
|
24124
24124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24125
24125
|
required_arguments = []
|
@@ -24283,7 +24283,7 @@ class IdentityDomainsClient(object):
|
|
24283
24283
|
:rtype: :class:`~oci.response.Response`
|
24284
24284
|
|
24285
24285
|
:example:
|
24286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_rules.py.html>`__ to see an example of how to use list_rules API.
|
24287
24287
|
"""
|
24288
24288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24289
24289
|
required_arguments = []
|
@@ -24436,7 +24436,7 @@ class IdentityDomainsClient(object):
|
|
24436
24436
|
:rtype: :class:`~oci.response.Response`
|
24437
24437
|
|
24438
24438
|
:example:
|
24439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24440
24440
|
"""
|
24441
24441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24442
24442
|
required_arguments = []
|
@@ -24567,7 +24567,7 @@ class IdentityDomainsClient(object):
|
|
24567
24567
|
:rtype: :class:`~oci.response.Response`
|
24568
24568
|
|
24569
24569
|
:example:
|
24570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
|
24571
24571
|
"""
|
24572
24572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24573
24573
|
required_arguments = []
|
@@ -24714,7 +24714,7 @@ class IdentityDomainsClient(object):
|
|
24714
24714
|
:rtype: :class:`~oci.response.Response`
|
24715
24715
|
|
24716
24716
|
:example:
|
24717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
|
24718
24718
|
"""
|
24719
24719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24720
24720
|
required_arguments = []
|
@@ -24878,7 +24878,7 @@ class IdentityDomainsClient(object):
|
|
24878
24878
|
:rtype: :class:`~oci.response.Response`
|
24879
24879
|
|
24880
24880
|
:example:
|
24881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_self_registration_profiles.py.html>`__ to see an example of how to use list_self_registration_profiles API.
|
24882
24882
|
"""
|
24883
24883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24884
24884
|
required_arguments = []
|
@@ -25023,7 +25023,7 @@ class IdentityDomainsClient(object):
|
|
25023
25023
|
:rtype: :class:`~oci.response.Response`
|
25024
25024
|
|
25025
25025
|
:example:
|
25026
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_settings.py.html>`__ to see an example of how to use list_settings API.
|
25027
25027
|
"""
|
25028
25028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25029
25029
|
required_arguments = []
|
@@ -25170,7 +25170,7 @@ class IdentityDomainsClient(object):
|
|
25170
25170
|
:rtype: :class:`~oci.response.Response`
|
25171
25171
|
|
25172
25172
|
:example:
|
25173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
25174
25174
|
"""
|
25175
25175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25176
25176
|
required_arguments = []
|
@@ -25326,7 +25326,7 @@ class IdentityDomainsClient(object):
|
|
25326
25326
|
:rtype: :class:`~oci.response.Response`
|
25327
25327
|
|
25328
25328
|
:example:
|
25329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_social_identity_providers.py.html>`__ to see an example of how to use list_social_identity_providers API.
|
25330
25330
|
"""
|
25331
25331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25332
25332
|
required_arguments = []
|
@@ -25459,7 +25459,7 @@ class IdentityDomainsClient(object):
|
|
25459
25459
|
:rtype: :class:`~oci.response.Response`
|
25460
25460
|
|
25461
25461
|
:example:
|
25462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
|
25463
25463
|
"""
|
25464
25464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25465
25465
|
required_arguments = []
|
@@ -25606,7 +25606,7 @@ class IdentityDomainsClient(object):
|
|
25606
25606
|
:rtype: :class:`~oci.response.Response`
|
25607
25607
|
|
25608
25608
|
:example:
|
25609
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25609
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
|
25610
25610
|
"""
|
25611
25611
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25612
25612
|
required_arguments = []
|
@@ -25770,7 +25770,7 @@ class IdentityDomainsClient(object):
|
|
25770
25770
|
:rtype: :class:`~oci.response.Response`
|
25771
25771
|
|
25772
25772
|
:example:
|
25773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
|
25774
25774
|
"""
|
25775
25775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25776
25776
|
required_arguments = []
|
@@ -25930,7 +25930,7 @@ class IdentityDomainsClient(object):
|
|
25930
25930
|
:rtype: :class:`~oci.response.Response`
|
25931
25931
|
|
25932
25932
|
:example:
|
25933
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25933
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
|
25934
25934
|
"""
|
25935
25935
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25936
25936
|
required_arguments = ['accountRecoverySettingId']
|
@@ -26086,7 +26086,7 @@ class IdentityDomainsClient(object):
|
|
26086
26086
|
:rtype: :class:`~oci.response.Response`
|
26087
26087
|
|
26088
26088
|
:example:
|
26089
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26089
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
|
26090
26090
|
"""
|
26091
26091
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26092
26092
|
required_arguments = ['apiKeyId']
|
@@ -26242,7 +26242,7 @@ class IdentityDomainsClient(object):
|
|
26242
26242
|
:rtype: :class:`~oci.response.Response`
|
26243
26243
|
|
26244
26244
|
:example:
|
26245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
|
26246
26246
|
"""
|
26247
26247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26248
26248
|
required_arguments = ['appId']
|
@@ -26398,7 +26398,7 @@ class IdentityDomainsClient(object):
|
|
26398
26398
|
:rtype: :class:`~oci.response.Response`
|
26399
26399
|
|
26400
26400
|
:example:
|
26401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
|
26402
26402
|
"""
|
26403
26403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26404
26404
|
required_arguments = ['appRoleId']
|
@@ -26554,7 +26554,7 @@ class IdentityDomainsClient(object):
|
|
26554
26554
|
:rtype: :class:`~oci.response.Response`
|
26555
26555
|
|
26556
26556
|
:example:
|
26557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_approval_workflow.py.html>`__ to see an example of how to use patch_approval_workflow API.
|
26558
26558
|
"""
|
26559
26559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26560
26560
|
required_arguments = ['approvalWorkflowId']
|
@@ -26710,7 +26710,7 @@ class IdentityDomainsClient(object):
|
|
26710
26710
|
:rtype: :class:`~oci.response.Response`
|
26711
26711
|
|
26712
26712
|
:example:
|
26713
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26713
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_approval_workflow_step.py.html>`__ to see an example of how to use patch_approval_workflow_step API.
|
26714
26714
|
"""
|
26715
26715
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26716
26716
|
required_arguments = ['approvalWorkflowStepId']
|
@@ -26866,7 +26866,7 @@ class IdentityDomainsClient(object):
|
|
26866
26866
|
:rtype: :class:`~oci.response.Response`
|
26867
26867
|
|
26868
26868
|
:example:
|
26869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
|
26870
26870
|
"""
|
26871
26871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26872
26872
|
required_arguments = ['authTokenId']
|
@@ -27022,7 +27022,7 @@ class IdentityDomainsClient(object):
|
|
27022
27022
|
:rtype: :class:`~oci.response.Response`
|
27023
27023
|
|
27024
27024
|
:example:
|
27025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_cloud_gate.py.html>`__ to see an example of how to use patch_cloud_gate API.
|
27026
27026
|
"""
|
27027
27027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27028
27028
|
required_arguments = ['cloudGateId']
|
@@ -27178,7 +27178,7 @@ class IdentityDomainsClient(object):
|
|
27178
27178
|
:rtype: :class:`~oci.response.Response`
|
27179
27179
|
|
27180
27180
|
:example:
|
27181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_cloud_gate_mapping.py.html>`__ to see an example of how to use patch_cloud_gate_mapping API.
|
27182
27182
|
"""
|
27183
27183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27184
27184
|
required_arguments = ['cloudGateMappingId']
|
@@ -27334,7 +27334,7 @@ class IdentityDomainsClient(object):
|
|
27334
27334
|
:rtype: :class:`~oci.response.Response`
|
27335
27335
|
|
27336
27336
|
:example:
|
27337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_cloud_gate_server.py.html>`__ to see an example of how to use patch_cloud_gate_server API.
|
27338
27338
|
"""
|
27339
27339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27340
27340
|
required_arguments = ['cloudGateServerId']
|
@@ -27490,7 +27490,7 @@ class IdentityDomainsClient(object):
|
|
27490
27490
|
:rtype: :class:`~oci.response.Response`
|
27491
27491
|
|
27492
27492
|
:example:
|
27493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_condition.py.html>`__ to see an example of how to use patch_condition API.
|
27494
27494
|
"""
|
27495
27495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27496
27496
|
required_arguments = ['conditionId']
|
@@ -27646,7 +27646,7 @@ class IdentityDomainsClient(object):
|
|
27646
27646
|
:rtype: :class:`~oci.response.Response`
|
27647
27647
|
|
27648
27648
|
:example:
|
27649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
|
27650
27650
|
"""
|
27651
27651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27652
27652
|
required_arguments = ['customerSecretKeyId']
|
@@ -27802,7 +27802,7 @@ class IdentityDomainsClient(object):
|
|
27802
27802
|
:rtype: :class:`~oci.response.Response`
|
27803
27803
|
|
27804
27804
|
:example:
|
27805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27805
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
|
27806
27806
|
"""
|
27807
27807
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27808
27808
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -27958,7 +27958,7 @@ class IdentityDomainsClient(object):
|
|
27958
27958
|
:rtype: :class:`~oci.response.Response`
|
27959
27959
|
|
27960
27960
|
:example:
|
27961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27961
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
|
27962
27962
|
"""
|
27963
27963
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27964
27964
|
required_arguments = ['grantId']
|
@@ -28114,7 +28114,7 @@ class IdentityDomainsClient(object):
|
|
28114
28114
|
:rtype: :class:`~oci.response.Response`
|
28115
28115
|
|
28116
28116
|
:example:
|
28117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
|
28118
28118
|
"""
|
28119
28119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28120
28120
|
required_arguments = ['groupId']
|
@@ -28272,7 +28272,7 @@ class IdentityDomainsClient(object):
|
|
28272
28272
|
:rtype: :class:`~oci.response.Response`
|
28273
28273
|
|
28274
28274
|
:example:
|
28275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_identity_propagation_trust.py.html>`__ to see an example of how to use patch_identity_propagation_trust API.
|
28276
28276
|
"""
|
28277
28277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28278
28278
|
required_arguments = ['identityPropagationTrustId']
|
@@ -28428,7 +28428,7 @@ class IdentityDomainsClient(object):
|
|
28428
28428
|
:rtype: :class:`~oci.response.Response`
|
28429
28429
|
|
28430
28430
|
:example:
|
28431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
|
28432
28432
|
"""
|
28433
28433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28434
28434
|
required_arguments = ['identityProviderId']
|
@@ -28584,7 +28584,7 @@ class IdentityDomainsClient(object):
|
|
28584
28584
|
:rtype: :class:`~oci.response.Response`
|
28585
28585
|
|
28586
28586
|
:example:
|
28587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
|
28588
28588
|
"""
|
28589
28589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28590
28590
|
required_arguments = ['identitySettingId']
|
@@ -28740,7 +28740,7 @@ class IdentityDomainsClient(object):
|
|
28740
28740
|
:rtype: :class:`~oci.response.Response`
|
28741
28741
|
|
28742
28742
|
:example:
|
28743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
|
28744
28744
|
"""
|
28745
28745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28746
28746
|
required_arguments = ['kmsiSettingId']
|
@@ -28893,7 +28893,7 @@ class IdentityDomainsClient(object):
|
|
28893
28893
|
:rtype: :class:`~oci.response.Response`
|
28894
28894
|
|
28895
28895
|
:example:
|
28896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
|
28897
28897
|
"""
|
28898
28898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28899
28899
|
required_arguments = []
|
@@ -29029,7 +29029,7 @@ class IdentityDomainsClient(object):
|
|
29029
29029
|
:rtype: :class:`~oci.response.Response`
|
29030
29030
|
|
29031
29031
|
:example:
|
29032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
|
29033
29033
|
"""
|
29034
29034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29035
29035
|
required_arguments = ['myApiKeyId']
|
@@ -29159,7 +29159,7 @@ class IdentityDomainsClient(object):
|
|
29159
29159
|
:rtype: :class:`~oci.response.Response`
|
29160
29160
|
|
29161
29161
|
:example:
|
29162
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29162
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
|
29163
29163
|
"""
|
29164
29164
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29165
29165
|
required_arguments = ['myAuthTokenId']
|
@@ -29289,7 +29289,7 @@ class IdentityDomainsClient(object):
|
|
29289
29289
|
:rtype: :class:`~oci.response.Response`
|
29290
29290
|
|
29291
29291
|
:example:
|
29292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
|
29293
29293
|
"""
|
29294
29294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29295
29295
|
required_arguments = ['myCustomerSecretKeyId']
|
@@ -29427,7 +29427,7 @@ class IdentityDomainsClient(object):
|
|
29427
29427
|
:rtype: :class:`~oci.response.Response`
|
29428
29428
|
|
29429
29429
|
:example:
|
29430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
|
29431
29431
|
"""
|
29432
29432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29433
29433
|
required_arguments = ['myDeviceId']
|
@@ -29575,7 +29575,7 @@ class IdentityDomainsClient(object):
|
|
29575
29575
|
:rtype: :class:`~oci.response.Response`
|
29576
29576
|
|
29577
29577
|
:example:
|
29578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.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
29579
|
"""
|
29580
29580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29581
29581
|
required_arguments = ['myOAuth2ClientCredentialId']
|
@@ -29705,7 +29705,7 @@ class IdentityDomainsClient(object):
|
|
29705
29705
|
:rtype: :class:`~oci.response.Response`
|
29706
29706
|
|
29707
29707
|
:example:
|
29708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_pending_approval.py.html>`__ to see an example of how to use patch_my_pending_approval API.
|
29709
29709
|
"""
|
29710
29710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29711
29711
|
required_arguments = ['myPendingApprovalId']
|
@@ -29843,7 +29843,7 @@ class IdentityDomainsClient(object):
|
|
29843
29843
|
:rtype: :class:`~oci.response.Response`
|
29844
29844
|
|
29845
29845
|
:example:
|
29846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_request.py.html>`__ to see an example of how to use patch_my_request API.
|
29847
29847
|
"""
|
29848
29848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29849
29849
|
required_arguments = ['myRequestId']
|
@@ -29991,7 +29991,7 @@ class IdentityDomainsClient(object):
|
|
29991
29991
|
:rtype: :class:`~oci.response.Response`
|
29992
29992
|
|
29993
29993
|
:example:
|
29994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
|
29995
29995
|
"""
|
29996
29996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29997
29997
|
required_arguments = ['mySmtpCredentialId']
|
@@ -30129,7 +30129,7 @@ class IdentityDomainsClient(object):
|
|
30129
30129
|
:rtype: :class:`~oci.response.Response`
|
30130
30130
|
|
30131
30131
|
:example:
|
30132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_network_perimeter.py.html>`__ to see an example of how to use patch_network_perimeter API.
|
30133
30133
|
"""
|
30134
30134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30135
30135
|
required_arguments = ['networkPerimeterId']
|
@@ -30285,7 +30285,7 @@ class IdentityDomainsClient(object):
|
|
30285
30285
|
:rtype: :class:`~oci.response.Response`
|
30286
30286
|
|
30287
30287
|
:example:
|
30288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
|
30289
30289
|
"""
|
30290
30290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30291
30291
|
required_arguments = ['oAuth2ClientCredentialId']
|
@@ -30441,7 +30441,7 @@ class IdentityDomainsClient(object):
|
|
30441
30441
|
:rtype: :class:`~oci.response.Response`
|
30442
30442
|
|
30443
30443
|
:example:
|
30444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
|
30445
30445
|
"""
|
30446
30446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30447
30447
|
required_arguments = ['passwordPolicyId']
|
@@ -30597,7 +30597,7 @@ class IdentityDomainsClient(object):
|
|
30597
30597
|
:rtype: :class:`~oci.response.Response`
|
30598
30598
|
|
30599
30599
|
:example:
|
30600
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30600
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_policy.py.html>`__ to see an example of how to use patch_policy API.
|
30601
30601
|
"""
|
30602
30602
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30603
30603
|
required_arguments = ['policyId']
|
@@ -30753,7 +30753,7 @@ class IdentityDomainsClient(object):
|
|
30753
30753
|
:rtype: :class:`~oci.response.Response`
|
30754
30754
|
|
30755
30755
|
:example:
|
30756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_rule.py.html>`__ to see an example of how to use patch_rule API.
|
30757
30757
|
"""
|
30758
30758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30759
30759
|
required_arguments = ['ruleId']
|
@@ -30901,7 +30901,7 @@ class IdentityDomainsClient(object):
|
|
30901
30901
|
:rtype: :class:`~oci.response.Response`
|
30902
30902
|
|
30903
30903
|
:example:
|
30904
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30904
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_schema.py.html>`__ to see an example of how to use patch_schema API.
|
30905
30905
|
"""
|
30906
30906
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30907
30907
|
required_arguments = ['schemaId']
|
@@ -31039,7 +31039,7 @@ class IdentityDomainsClient(object):
|
|
31039
31039
|
:rtype: :class:`~oci.response.Response`
|
31040
31040
|
|
31041
31041
|
:example:
|
31042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
|
31043
31043
|
"""
|
31044
31044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31045
31045
|
required_arguments = ['securityQuestionId']
|
@@ -31195,7 +31195,7 @@ class IdentityDomainsClient(object):
|
|
31195
31195
|
:rtype: :class:`~oci.response.Response`
|
31196
31196
|
|
31197
31197
|
:example:
|
31198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
|
31199
31199
|
"""
|
31200
31200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31201
31201
|
required_arguments = ['securityQuestionSettingId']
|
@@ -31351,7 +31351,7 @@ class IdentityDomainsClient(object):
|
|
31351
31351
|
:rtype: :class:`~oci.response.Response`
|
31352
31352
|
|
31353
31353
|
:example:
|
31354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_self_registration_profile.py.html>`__ to see an example of how to use patch_self_registration_profile API.
|
31355
31355
|
"""
|
31356
31356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31357
31357
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -31507,7 +31507,7 @@ class IdentityDomainsClient(object):
|
|
31507
31507
|
:rtype: :class:`~oci.response.Response`
|
31508
31508
|
|
31509
31509
|
:example:
|
31510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_setting.py.html>`__ to see an example of how to use patch_setting API.
|
31511
31511
|
"""
|
31512
31512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31513
31513
|
required_arguments = ['settingId']
|
@@ -31663,7 +31663,7 @@ class IdentityDomainsClient(object):
|
|
31663
31663
|
:rtype: :class:`~oci.response.Response`
|
31664
31664
|
|
31665
31665
|
:example:
|
31666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
|
31667
31667
|
"""
|
31668
31668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31669
31669
|
required_arguments = ['smtpCredentialId']
|
@@ -31813,7 +31813,7 @@ class IdentityDomainsClient(object):
|
|
31813
31813
|
:rtype: :class:`~oci.response.Response`
|
31814
31814
|
|
31815
31815
|
:example:
|
31816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_social_identity_provider.py.html>`__ to see an example of how to use patch_social_identity_provider API.
|
31817
31817
|
"""
|
31818
31818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31819
31819
|
required_arguments = ['socialIdentityProviderId']
|
@@ -31951,7 +31951,7 @@ class IdentityDomainsClient(object):
|
|
31951
31951
|
:rtype: :class:`~oci.response.Response`
|
31952
31952
|
|
31953
31953
|
:example:
|
31954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
|
31955
31955
|
"""
|
31956
31956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31957
31957
|
required_arguments = ['userId']
|
@@ -32107,7 +32107,7 @@ class IdentityDomainsClient(object):
|
|
32107
32107
|
:rtype: :class:`~oci.response.Response`
|
32108
32108
|
|
32109
32109
|
:example:
|
32110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
|
32111
32111
|
"""
|
32112
32112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32113
32113
|
required_arguments = ['userAttributesSettingId']
|
@@ -32263,7 +32263,7 @@ class IdentityDomainsClient(object):
|
|
32263
32263
|
:rtype: :class:`~oci.response.Response`
|
32264
32264
|
|
32265
32265
|
:example:
|
32266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
|
32267
32267
|
"""
|
32268
32268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32269
32269
|
required_arguments = ['accountRecoverySettingId']
|
@@ -32419,7 +32419,7 @@ class IdentityDomainsClient(object):
|
|
32419
32419
|
:rtype: :class:`~oci.response.Response`
|
32420
32420
|
|
32421
32421
|
:example:
|
32422
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32422
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
|
32423
32423
|
"""
|
32424
32424
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32425
32425
|
required_arguments = ['appId']
|
@@ -32575,7 +32575,7 @@ class IdentityDomainsClient(object):
|
|
32575
32575
|
:rtype: :class:`~oci.response.Response`
|
32576
32576
|
|
32577
32577
|
:example:
|
32578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
|
32579
32579
|
"""
|
32580
32580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32581
32581
|
required_arguments = ['appStatusChangerId']
|
@@ -32731,7 +32731,7 @@ class IdentityDomainsClient(object):
|
|
32731
32731
|
:rtype: :class:`~oci.response.Response`
|
32732
32732
|
|
32733
32733
|
:example:
|
32734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_approval_workflow.py.html>`__ to see an example of how to use put_approval_workflow API.
|
32735
32735
|
"""
|
32736
32736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32737
32737
|
required_arguments = ['approvalWorkflowId']
|
@@ -32887,7 +32887,7 @@ class IdentityDomainsClient(object):
|
|
32887
32887
|
:rtype: :class:`~oci.response.Response`
|
32888
32888
|
|
32889
32889
|
:example:
|
32890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
|
32891
32891
|
"""
|
32892
32892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32893
32893
|
required_arguments = ['authenticationFactorSettingId']
|
@@ -33043,7 +33043,7 @@ class IdentityDomainsClient(object):
|
|
33043
33043
|
:rtype: :class:`~oci.response.Response`
|
33044
33044
|
|
33045
33045
|
:example:
|
33046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_cloud_gate.py.html>`__ to see an example of how to use put_cloud_gate API.
|
33047
33047
|
"""
|
33048
33048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33049
33049
|
required_arguments = ['cloudGateId']
|
@@ -33199,7 +33199,7 @@ class IdentityDomainsClient(object):
|
|
33199
33199
|
:rtype: :class:`~oci.response.Response`
|
33200
33200
|
|
33201
33201
|
:example:
|
33202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_cloud_gate_mapping.py.html>`__ to see an example of how to use put_cloud_gate_mapping API.
|
33203
33203
|
"""
|
33204
33204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33205
33205
|
required_arguments = ['cloudGateMappingId']
|
@@ -33355,7 +33355,7 @@ class IdentityDomainsClient(object):
|
|
33355
33355
|
:rtype: :class:`~oci.response.Response`
|
33356
33356
|
|
33357
33357
|
:example:
|
33358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_cloud_gate_server.py.html>`__ to see an example of how to use put_cloud_gate_server API.
|
33359
33359
|
"""
|
33360
33360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33361
33361
|
required_arguments = ['cloudGateServerId']
|
@@ -33511,7 +33511,7 @@ class IdentityDomainsClient(object):
|
|
33511
33511
|
:rtype: :class:`~oci.response.Response`
|
33512
33512
|
|
33513
33513
|
:example:
|
33514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_condition.py.html>`__ to see an example of how to use put_condition API.
|
33515
33515
|
"""
|
33516
33516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33517
33517
|
required_arguments = ['conditionId']
|
@@ -33667,7 +33667,7 @@ class IdentityDomainsClient(object):
|
|
33667
33667
|
:rtype: :class:`~oci.response.Response`
|
33668
33668
|
|
33669
33669
|
:example:
|
33670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
|
33671
33671
|
"""
|
33672
33672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33673
33673
|
required_arguments = ['dynamicResourceGroupId']
|
@@ -33823,7 +33823,7 @@ class IdentityDomainsClient(object):
|
|
33823
33823
|
:rtype: :class:`~oci.response.Response`
|
33824
33824
|
|
33825
33825
|
:example:
|
33826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
|
33827
33827
|
"""
|
33828
33828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33829
33829
|
required_arguments = ['groupId']
|
@@ -33981,7 +33981,7 @@ class IdentityDomainsClient(object):
|
|
33981
33981
|
:rtype: :class:`~oci.response.Response`
|
33982
33982
|
|
33983
33983
|
:example:
|
33984
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33984
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_identity_propagation_trust.py.html>`__ to see an example of how to use put_identity_propagation_trust API.
|
33985
33985
|
"""
|
33986
33986
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33987
33987
|
required_arguments = ['identityPropagationTrustId']
|
@@ -34137,7 +34137,7 @@ class IdentityDomainsClient(object):
|
|
34137
34137
|
:rtype: :class:`~oci.response.Response`
|
34138
34138
|
|
34139
34139
|
:example:
|
34140
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
|
34141
34141
|
"""
|
34142
34142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34143
34143
|
required_arguments = ['identityProviderId']
|
@@ -34293,7 +34293,7 @@ class IdentityDomainsClient(object):
|
|
34293
34293
|
:rtype: :class:`~oci.response.Response`
|
34294
34294
|
|
34295
34295
|
:example:
|
34296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
|
34297
34297
|
"""
|
34298
34298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34299
34299
|
required_arguments = ['identitySettingId']
|
@@ -34449,7 +34449,7 @@ class IdentityDomainsClient(object):
|
|
34449
34449
|
:rtype: :class:`~oci.response.Response`
|
34450
34450
|
|
34451
34451
|
:example:
|
34452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
|
34453
34453
|
"""
|
34454
34454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34455
34455
|
required_arguments = ['kmsiSettingId']
|
@@ -34602,7 +34602,7 @@ class IdentityDomainsClient(object):
|
|
34602
34602
|
:rtype: :class:`~oci.response.Response`
|
34603
34603
|
|
34604
34604
|
:example:
|
34605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
|
34606
34606
|
"""
|
34607
34607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34608
34608
|
required_arguments = []
|
@@ -34735,7 +34735,7 @@ class IdentityDomainsClient(object):
|
|
34735
34735
|
:rtype: :class:`~oci.response.Response`
|
34736
34736
|
|
34737
34737
|
:example:
|
34738
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34738
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
|
34739
34739
|
"""
|
34740
34740
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34741
34741
|
required_arguments = []
|
@@ -34861,7 +34861,7 @@ class IdentityDomainsClient(object):
|
|
34861
34861
|
:rtype: :class:`~oci.response.Response`
|
34862
34862
|
|
34863
34863
|
:example:
|
34864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_network_perimeter.py.html>`__ to see an example of how to use put_network_perimeter API.
|
34865
34865
|
"""
|
34866
34866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34867
34867
|
required_arguments = ['networkPerimeterId']
|
@@ -35017,7 +35017,7 @@ class IdentityDomainsClient(object):
|
|
35017
35017
|
:rtype: :class:`~oci.response.Response`
|
35018
35018
|
|
35019
35019
|
:example:
|
35020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_notification_setting.py.html>`__ to see an example of how to use put_notification_setting API.
|
35021
35021
|
"""
|
35022
35022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35023
35023
|
required_arguments = ['notificationSettingId']
|
@@ -35173,7 +35173,7 @@ class IdentityDomainsClient(object):
|
|
35173
35173
|
:rtype: :class:`~oci.response.Response`
|
35174
35174
|
|
35175
35175
|
:example:
|
35176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
|
35177
35177
|
"""
|
35178
35178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35179
35179
|
required_arguments = ['passwordPolicyId']
|
@@ -35329,7 +35329,7 @@ class IdentityDomainsClient(object):
|
|
35329
35329
|
:rtype: :class:`~oci.response.Response`
|
35330
35330
|
|
35331
35331
|
:example:
|
35332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_policy.py.html>`__ to see an example of how to use put_policy API.
|
35333
35333
|
"""
|
35334
35334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35335
35335
|
required_arguments = ['policyId']
|
@@ -35485,7 +35485,7 @@ class IdentityDomainsClient(object):
|
|
35485
35485
|
:rtype: :class:`~oci.response.Response`
|
35486
35486
|
|
35487
35487
|
:example:
|
35488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_rule.py.html>`__ to see an example of how to use put_rule API.
|
35489
35489
|
"""
|
35490
35490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35491
35491
|
required_arguments = ['ruleId']
|
@@ -35633,7 +35633,7 @@ class IdentityDomainsClient(object):
|
|
35633
35633
|
:rtype: :class:`~oci.response.Response`
|
35634
35634
|
|
35635
35635
|
:example:
|
35636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_schema.py.html>`__ to see an example of how to use put_schema API.
|
35637
35637
|
"""
|
35638
35638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35639
35639
|
required_arguments = ['schemaId']
|
@@ -35771,7 +35771,7 @@ class IdentityDomainsClient(object):
|
|
35771
35771
|
:rtype: :class:`~oci.response.Response`
|
35772
35772
|
|
35773
35773
|
:example:
|
35774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
|
35775
35775
|
"""
|
35776
35776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35777
35777
|
required_arguments = ['securityQuestionSettingId']
|
@@ -35927,7 +35927,7 @@ class IdentityDomainsClient(object):
|
|
35927
35927
|
:rtype: :class:`~oci.response.Response`
|
35928
35928
|
|
35929
35929
|
:example:
|
35930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_self_registration_profile.py.html>`__ to see an example of how to use put_self_registration_profile API.
|
35931
35931
|
"""
|
35932
35932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35933
35933
|
required_arguments = ['selfRegistrationProfileId']
|
@@ -36083,7 +36083,7 @@ class IdentityDomainsClient(object):
|
|
36083
36083
|
:rtype: :class:`~oci.response.Response`
|
36084
36084
|
|
36085
36085
|
:example:
|
36086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_setting.py.html>`__ to see an example of how to use put_setting API.
|
36087
36087
|
"""
|
36088
36088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36089
36089
|
required_arguments = ['settingId']
|
@@ -36233,7 +36233,7 @@ class IdentityDomainsClient(object):
|
|
36233
36233
|
:rtype: :class:`~oci.response.Response`
|
36234
36234
|
|
36235
36235
|
:example:
|
36236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_social_identity_provider.py.html>`__ to see an example of how to use put_social_identity_provider API.
|
36237
36237
|
"""
|
36238
36238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36239
36239
|
required_arguments = ['socialIdentityProviderId']
|
@@ -36371,7 +36371,7 @@ class IdentityDomainsClient(object):
|
|
36371
36371
|
:rtype: :class:`~oci.response.Response`
|
36372
36372
|
|
36373
36373
|
:example:
|
36374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
|
36375
36375
|
"""
|
36376
36376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36377
36377
|
required_arguments = ['userId']
|
@@ -36519,7 +36519,7 @@ class IdentityDomainsClient(object):
|
|
36519
36519
|
:rtype: :class:`~oci.response.Response`
|
36520
36520
|
|
36521
36521
|
:example:
|
36522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
|
36523
36523
|
"""
|
36524
36524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36525
36525
|
required_arguments = ['userCapabilitiesChangerId']
|
@@ -36649,7 +36649,7 @@ class IdentityDomainsClient(object):
|
|
36649
36649
|
:rtype: :class:`~oci.response.Response`
|
36650
36650
|
|
36651
36651
|
:example:
|
36652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
|
36653
36653
|
"""
|
36654
36654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36655
36655
|
required_arguments = ['userPasswordChangerId']
|
@@ -36779,7 +36779,7 @@ class IdentityDomainsClient(object):
|
|
36779
36779
|
:rtype: :class:`~oci.response.Response`
|
36780
36780
|
|
36781
36781
|
:example:
|
36782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
|
36783
36783
|
"""
|
36784
36784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36785
36785
|
required_arguments = ['userPasswordResetterId']
|
@@ -36917,7 +36917,7 @@ class IdentityDomainsClient(object):
|
|
36917
36917
|
:rtype: :class:`~oci.response.Response`
|
36918
36918
|
|
36919
36919
|
:example:
|
36920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
|
36921
36921
|
"""
|
36922
36922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36923
36923
|
required_arguments = ['userStatusChangerId']
|
@@ -37053,7 +37053,7 @@ class IdentityDomainsClient(object):
|
|
37053
37053
|
:rtype: :class:`~oci.response.Response`
|
37054
37054
|
|
37055
37055
|
:example:
|
37056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
|
37057
37057
|
"""
|
37058
37058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37059
37059
|
required_arguments = []
|
@@ -37167,7 +37167,7 @@ class IdentityDomainsClient(object):
|
|
37167
37167
|
:rtype: :class:`~oci.response.Response`
|
37168
37168
|
|
37169
37169
|
:example:
|
37170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
|
37171
37171
|
"""
|
37172
37172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37173
37173
|
required_arguments = []
|
@@ -37281,7 +37281,7 @@ class IdentityDomainsClient(object):
|
|
37281
37281
|
:rtype: :class:`~oci.response.Response`
|
37282
37282
|
|
37283
37283
|
:example:
|
37284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
|
37285
37285
|
"""
|
37286
37286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37287
37287
|
required_arguments = []
|
@@ -37395,7 +37395,7 @@ class IdentityDomainsClient(object):
|
|
37395
37395
|
:rtype: :class:`~oci.response.Response`
|
37396
37396
|
|
37397
37397
|
:example:
|
37398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
|
37399
37399
|
"""
|
37400
37400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37401
37401
|
required_arguments = []
|
@@ -37509,7 +37509,7 @@ class IdentityDomainsClient(object):
|
|
37509
37509
|
:rtype: :class:`~oci.response.Response`
|
37510
37510
|
|
37511
37511
|
:example:
|
37512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
|
37513
37513
|
"""
|
37514
37514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37515
37515
|
required_arguments = []
|
@@ -37623,7 +37623,7 @@ class IdentityDomainsClient(object):
|
|
37623
37623
|
:rtype: :class:`~oci.response.Response`
|
37624
37624
|
|
37625
37625
|
:example:
|
37626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
|
37627
37627
|
"""
|
37628
37628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37629
37629
|
required_arguments = []
|
@@ -37737,7 +37737,7 @@ class IdentityDomainsClient(object):
|
|
37737
37737
|
:rtype: :class:`~oci.response.Response`
|
37738
37738
|
|
37739
37739
|
:example:
|
37740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_cloud_gate_mappings.py.html>`__ to see an example of how to use search_cloud_gate_mappings API.
|
37741
37741
|
"""
|
37742
37742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37743
37743
|
required_arguments = []
|
@@ -37851,7 +37851,7 @@ class IdentityDomainsClient(object):
|
|
37851
37851
|
:rtype: :class:`~oci.response.Response`
|
37852
37852
|
|
37853
37853
|
:example:
|
37854
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37854
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_cloud_gate_servers.py.html>`__ to see an example of how to use search_cloud_gate_servers API.
|
37855
37855
|
"""
|
37856
37856
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37857
37857
|
required_arguments = []
|
@@ -37965,7 +37965,7 @@ class IdentityDomainsClient(object):
|
|
37965
37965
|
:rtype: :class:`~oci.response.Response`
|
37966
37966
|
|
37967
37967
|
:example:
|
37968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_cloud_gates.py.html>`__ to see an example of how to use search_cloud_gates API.
|
37969
37969
|
"""
|
37970
37970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37971
37971
|
required_arguments = []
|
@@ -38079,7 +38079,7 @@ class IdentityDomainsClient(object):
|
|
38079
38079
|
:rtype: :class:`~oci.response.Response`
|
38080
38080
|
|
38081
38081
|
:example:
|
38082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_conditions.py.html>`__ to see an example of how to use search_conditions API.
|
38083
38083
|
"""
|
38084
38084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38085
38085
|
required_arguments = []
|
@@ -38193,7 +38193,7 @@ class IdentityDomainsClient(object):
|
|
38193
38193
|
:rtype: :class:`~oci.response.Response`
|
38194
38194
|
|
38195
38195
|
:example:
|
38196
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
|
38197
38197
|
"""
|
38198
38198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38199
38199
|
required_arguments = []
|
@@ -38307,7 +38307,7 @@ class IdentityDomainsClient(object):
|
|
38307
38307
|
:rtype: :class:`~oci.response.Response`
|
38308
38308
|
|
38309
38309
|
:example:
|
38310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
|
38311
38311
|
"""
|
38312
38312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38313
38313
|
required_arguments = []
|
@@ -38421,7 +38421,7 @@ class IdentityDomainsClient(object):
|
|
38421
38421
|
:rtype: :class:`~oci.response.Response`
|
38422
38422
|
|
38423
38423
|
:example:
|
38424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
|
38425
38425
|
"""
|
38426
38426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38427
38427
|
required_arguments = []
|
@@ -38535,7 +38535,7 @@ class IdentityDomainsClient(object):
|
|
38535
38535
|
:rtype: :class:`~oci.response.Response`
|
38536
38536
|
|
38537
38537
|
:example:
|
38538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38538
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
|
38539
38539
|
"""
|
38540
38540
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38541
38541
|
required_arguments = []
|
@@ -38649,7 +38649,7 @@ class IdentityDomainsClient(object):
|
|
38649
38649
|
:rtype: :class:`~oci.response.Response`
|
38650
38650
|
|
38651
38651
|
:example:
|
38652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
|
38653
38653
|
"""
|
38654
38654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38655
38655
|
required_arguments = []
|
@@ -38763,7 +38763,7 @@ class IdentityDomainsClient(object):
|
|
38763
38763
|
:rtype: :class:`~oci.response.Response`
|
38764
38764
|
|
38765
38765
|
:example:
|
38766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
|
38767
38767
|
"""
|
38768
38768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38769
38769
|
required_arguments = []
|
@@ -38877,7 +38877,7 @@ class IdentityDomainsClient(object):
|
|
38877
38877
|
:rtype: :class:`~oci.response.Response`
|
38878
38878
|
|
38879
38879
|
:example:
|
38880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38880
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
|
38881
38881
|
"""
|
38882
38882
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38883
38883
|
required_arguments = []
|
@@ -38991,7 +38991,7 @@ class IdentityDomainsClient(object):
|
|
38991
38991
|
:rtype: :class:`~oci.response.Response`
|
38992
38992
|
|
38993
38993
|
:example:
|
38994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
|
38995
38995
|
"""
|
38996
38996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38997
38997
|
required_arguments = []
|
@@ -39105,7 +39105,7 @@ class IdentityDomainsClient(object):
|
|
39105
39105
|
:rtype: :class:`~oci.response.Response`
|
39106
39106
|
|
39107
39107
|
:example:
|
39108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
|
39109
39109
|
"""
|
39110
39110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39111
39111
|
required_arguments = []
|
@@ -39219,7 +39219,7 @@ class IdentityDomainsClient(object):
|
|
39219
39219
|
:rtype: :class:`~oci.response.Response`
|
39220
39220
|
|
39221
39221
|
:example:
|
39222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
|
39223
39223
|
"""
|
39224
39224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39225
39225
|
required_arguments = []
|
@@ -39333,7 +39333,7 @@ class IdentityDomainsClient(object):
|
|
39333
39333
|
:rtype: :class:`~oci.response.Response`
|
39334
39334
|
|
39335
39335
|
:example:
|
39336
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39336
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
|
39337
39337
|
"""
|
39338
39338
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39339
39339
|
required_arguments = []
|
@@ -39447,7 +39447,7 @@ class IdentityDomainsClient(object):
|
|
39447
39447
|
:rtype: :class:`~oci.response.Response`
|
39448
39448
|
|
39449
39449
|
:example:
|
39450
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39450
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_network_perimeters.py.html>`__ to see an example of how to use search_network_perimeters API.
|
39451
39451
|
"""
|
39452
39452
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39453
39453
|
required_arguments = []
|
@@ -39561,7 +39561,7 @@ class IdentityDomainsClient(object):
|
|
39561
39561
|
:rtype: :class:`~oci.response.Response`
|
39562
39562
|
|
39563
39563
|
:example:
|
39564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_notification_settings.py.html>`__ to see an example of how to use search_notification_settings API.
|
39565
39565
|
"""
|
39566
39566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39567
39567
|
required_arguments = []
|
@@ -39675,7 +39675,7 @@ class IdentityDomainsClient(object):
|
|
39675
39675
|
:rtype: :class:`~oci.response.Response`
|
39676
39676
|
|
39677
39677
|
:example:
|
39678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
|
39679
39679
|
"""
|
39680
39680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39681
39681
|
required_arguments = []
|
@@ -39789,7 +39789,7 @@ class IdentityDomainsClient(object):
|
|
39789
39789
|
:rtype: :class:`~oci.response.Response`
|
39790
39790
|
|
39791
39791
|
:example:
|
39792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_o_auth_client_certificates.py.html>`__ to see an example of how to use search_o_auth_client_certificates API.
|
39793
39793
|
"""
|
39794
39794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39795
39795
|
required_arguments = []
|
@@ -39903,7 +39903,7 @@ class IdentityDomainsClient(object):
|
|
39903
39903
|
:rtype: :class:`~oci.response.Response`
|
39904
39904
|
|
39905
39905
|
:example:
|
39906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_o_auth_partner_certificates.py.html>`__ to see an example of how to use search_o_auth_partner_certificates API.
|
39907
39907
|
"""
|
39908
39908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39909
39909
|
required_arguments = []
|
@@ -40017,7 +40017,7 @@ class IdentityDomainsClient(object):
|
|
40017
40017
|
:rtype: :class:`~oci.response.Response`
|
40018
40018
|
|
40019
40019
|
:example:
|
40020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
|
40021
40021
|
"""
|
40022
40022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40023
40023
|
required_arguments = []
|
@@ -40131,7 +40131,7 @@ class IdentityDomainsClient(object):
|
|
40131
40131
|
:rtype: :class:`~oci.response.Response`
|
40132
40132
|
|
40133
40133
|
:example:
|
40134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_policies.py.html>`__ to see an example of how to use search_policies API.
|
40135
40135
|
"""
|
40136
40136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40137
40137
|
required_arguments = []
|
@@ -40245,7 +40245,7 @@ class IdentityDomainsClient(object):
|
|
40245
40245
|
:rtype: :class:`~oci.response.Response`
|
40246
40246
|
|
40247
40247
|
:example:
|
40248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
|
40249
40249
|
"""
|
40250
40250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40251
40251
|
required_arguments = []
|
@@ -40359,7 +40359,7 @@ class IdentityDomainsClient(object):
|
|
40359
40359
|
:rtype: :class:`~oci.response.Response`
|
40360
40360
|
|
40361
40361
|
:example:
|
40362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_rules.py.html>`__ to see an example of how to use search_rules API.
|
40363
40363
|
"""
|
40364
40364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40365
40365
|
required_arguments = []
|
@@ -40473,7 +40473,7 @@ class IdentityDomainsClient(object):
|
|
40473
40473
|
:rtype: :class:`~oci.response.Response`
|
40474
40474
|
|
40475
40475
|
:example:
|
40476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_schemas.py.html>`__ to see an example of how to use search_schemas API.
|
40477
40477
|
"""
|
40478
40478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40479
40479
|
required_arguments = []
|
@@ -40587,7 +40587,7 @@ class IdentityDomainsClient(object):
|
|
40587
40587
|
:rtype: :class:`~oci.response.Response`
|
40588
40588
|
|
40589
40589
|
:example:
|
40590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
|
40591
40591
|
"""
|
40592
40592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40593
40593
|
required_arguments = []
|
@@ -40701,7 +40701,7 @@ class IdentityDomainsClient(object):
|
|
40701
40701
|
:rtype: :class:`~oci.response.Response`
|
40702
40702
|
|
40703
40703
|
:example:
|
40704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
|
40705
40705
|
"""
|
40706
40706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40707
40707
|
required_arguments = []
|
@@ -40815,7 +40815,7 @@ class IdentityDomainsClient(object):
|
|
40815
40815
|
:rtype: :class:`~oci.response.Response`
|
40816
40816
|
|
40817
40817
|
:example:
|
40818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_self_registration_profiles.py.html>`__ to see an example of how to use search_self_registration_profiles API.
|
40819
40819
|
"""
|
40820
40820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40821
40821
|
required_arguments = []
|
@@ -40929,7 +40929,7 @@ class IdentityDomainsClient(object):
|
|
40929
40929
|
:rtype: :class:`~oci.response.Response`
|
40930
40930
|
|
40931
40931
|
:example:
|
40932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_settings.py.html>`__ to see an example of how to use search_settings API.
|
40933
40933
|
"""
|
40934
40934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40935
40935
|
required_arguments = []
|
@@ -41043,7 +41043,7 @@ class IdentityDomainsClient(object):
|
|
41043
41043
|
:rtype: :class:`~oci.response.Response`
|
41044
41044
|
|
41045
41045
|
:example:
|
41046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
|
41047
41047
|
"""
|
41048
41048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41049
41049
|
required_arguments = []
|
@@ -41157,7 +41157,7 @@ class IdentityDomainsClient(object):
|
|
41157
41157
|
:rtype: :class:`~oci.response.Response`
|
41158
41158
|
|
41159
41159
|
:example:
|
41160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_social_identity_providers.py.html>`__ to see an example of how to use search_social_identity_providers API.
|
41161
41161
|
"""
|
41162
41162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41163
41163
|
required_arguments = []
|
@@ -41271,7 +41271,7 @@ class IdentityDomainsClient(object):
|
|
41271
41271
|
:rtype: :class:`~oci.response.Response`
|
41272
41272
|
|
41273
41273
|
:example:
|
41274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
|
41275
41275
|
"""
|
41276
41276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41277
41277
|
required_arguments = []
|
@@ -41385,7 +41385,7 @@ class IdentityDomainsClient(object):
|
|
41385
41385
|
:rtype: :class:`~oci.response.Response`
|
41386
41386
|
|
41387
41387
|
:example:
|
41388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
|
41389
41389
|
"""
|
41390
41390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41391
41391
|
required_arguments = []
|
@@ -41499,7 +41499,7 @@ class IdentityDomainsClient(object):
|
|
41499
41499
|
:rtype: :class:`~oci.response.Response`
|
41500
41500
|
|
41501
41501
|
:example:
|
41502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
41502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
|
41503
41503
|
"""
|
41504
41504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41505
41505
|
required_arguments = []
|