oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcement_subscription_client_composite_operations.py +9 -1
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_job_client_composite_operations.py +9 -1
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_catalog/service_catalog_client_composite_operations.py +9 -1
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
oci/identity/identity_client.py
CHANGED
@@ -155,7 +155,7 @@ class IdentityClient(object):
|
|
155
155
|
:rtype: :class:`~oci.response.Response`
|
156
156
|
|
157
157
|
:example:
|
158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/activate_domain.py.html>`__ to see an example of how to use activate_domain API.
|
159
159
|
"""
|
160
160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
161
161
|
required_arguments = ['domainId']
|
@@ -271,7 +271,7 @@ class IdentityClient(object):
|
|
271
271
|
:rtype: :class:`~oci.response.Response`
|
272
272
|
|
273
273
|
:example:
|
274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/activate_mfa_totp_device.py.html>`__ to see an example of how to use activate_mfa_totp_device API.
|
275
275
|
"""
|
276
276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
277
277
|
required_arguments = ['userId', 'mfaTotpDeviceId']
|
@@ -391,7 +391,7 @@ class IdentityClient(object):
|
|
391
391
|
:rtype: :class:`~oci.response.Response`
|
392
392
|
|
393
393
|
:example:
|
394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/add_tag_default_lock.py.html>`__ to see an example of how to use add_tag_default_lock API.
|
395
395
|
"""
|
396
396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
397
397
|
required_arguments = ['tagDefaultId']
|
@@ -512,7 +512,7 @@ class IdentityClient(object):
|
|
512
512
|
:rtype: :class:`~oci.response.Response`
|
513
513
|
|
514
514
|
:example:
|
515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/add_tag_namespace_lock.py.html>`__ to see an example of how to use add_tag_namespace_lock API.
|
516
516
|
"""
|
517
517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
518
518
|
required_arguments = ['tagNamespaceId']
|
@@ -624,7 +624,7 @@ class IdentityClient(object):
|
|
624
624
|
:rtype: :class:`~oci.response.Response`
|
625
625
|
|
626
626
|
:example:
|
627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/add_user_to_group.py.html>`__ to see an example of how to use add_user_to_group API.
|
628
628
|
"""
|
629
629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
630
630
|
required_arguments = []
|
@@ -718,7 +718,7 @@ class IdentityClient(object):
|
|
718
718
|
:rtype: :class:`~oci.response.Response`
|
719
719
|
|
720
720
|
:example:
|
721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/assemble_effective_tag_set.py.html>`__ to see an example of how to use assemble_effective_tag_set API.
|
722
722
|
"""
|
723
723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
724
724
|
required_arguments = ['compartmentId']
|
@@ -834,7 +834,7 @@ class IdentityClient(object):
|
|
834
834
|
:rtype: :class:`~oci.response.Response`
|
835
835
|
|
836
836
|
:example:
|
837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/bulk_delete_resources.py.html>`__ to see an example of how to use bulk_delete_resources API.
|
838
838
|
"""
|
839
839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
840
840
|
required_arguments = ['compartmentId']
|
@@ -966,7 +966,7 @@ class IdentityClient(object):
|
|
966
966
|
:rtype: :class:`~oci.response.Response`
|
967
967
|
|
968
968
|
:example:
|
969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/bulk_delete_tags.py.html>`__ to see an example of how to use bulk_delete_tags API.
|
970
970
|
"""
|
971
971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
972
972
|
required_arguments = []
|
@@ -1084,7 +1084,7 @@ class IdentityClient(object):
|
|
1084
1084
|
:rtype: :class:`~oci.response.Response`
|
1085
1085
|
|
1086
1086
|
:example:
|
1087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/bulk_edit_tags.py.html>`__ to see an example of how to use bulk_edit_tags API.
|
1088
1088
|
"""
|
1089
1089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1090
1090
|
required_arguments = []
|
@@ -1191,7 +1191,7 @@ class IdentityClient(object):
|
|
1191
1191
|
:rtype: :class:`~oci.response.Response`
|
1192
1192
|
|
1193
1193
|
:example:
|
1194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/bulk_move_resources.py.html>`__ to see an example of how to use bulk_move_resources API.
|
1195
1195
|
"""
|
1196
1196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1197
1197
|
required_arguments = ['compartmentId']
|
@@ -1326,7 +1326,7 @@ class IdentityClient(object):
|
|
1326
1326
|
:rtype: :class:`~oci.response.Response`
|
1327
1327
|
|
1328
1328
|
:example:
|
1329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/cascade_delete_tag_namespace.py.html>`__ to see an example of how to use cascade_delete_tag_namespace API.
|
1330
1330
|
"""
|
1331
1331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1332
1332
|
required_arguments = ['tagNamespaceId']
|
@@ -1454,7 +1454,7 @@ class IdentityClient(object):
|
|
1454
1454
|
:rtype: :class:`~oci.response.Response`
|
1455
1455
|
|
1456
1456
|
:example:
|
1457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/change_domain_compartment.py.html>`__ to see an example of how to use change_domain_compartment API.
|
1458
1458
|
"""
|
1459
1459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1460
1460
|
required_arguments = ['domainId']
|
@@ -1581,7 +1581,7 @@ class IdentityClient(object):
|
|
1581
1581
|
:rtype: :class:`~oci.response.Response`
|
1582
1582
|
|
1583
1583
|
:example:
|
1584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/change_domain_license_type.py.html>`__ to see an example of how to use change_domain_license_type API.
|
1585
1585
|
"""
|
1586
1586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1587
1587
|
required_arguments = ['domainId']
|
@@ -1701,7 +1701,7 @@ class IdentityClient(object):
|
|
1701
1701
|
:rtype: :class:`~oci.response.Response`
|
1702
1702
|
|
1703
1703
|
:example:
|
1704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/change_tag_namespace_compartment.py.html>`__ to see an example of how to use change_tag_namespace_compartment API.
|
1705
1705
|
"""
|
1706
1706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1707
1707
|
required_arguments = ['tagNamespaceId']
|
@@ -1826,7 +1826,7 @@ class IdentityClient(object):
|
|
1826
1826
|
:rtype: :class:`~oci.response.Response`
|
1827
1827
|
|
1828
1828
|
:example:
|
1829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
|
1830
1830
|
"""
|
1831
1831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1832
1832
|
required_arguments = ['userId']
|
@@ -1950,7 +1950,7 @@ class IdentityClient(object):
|
|
1950
1950
|
:rtype: :class:`~oci.response.Response`
|
1951
1951
|
|
1952
1952
|
:example:
|
1953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_compartment.py.html>`__ to see an example of how to use create_compartment API.
|
1954
1954
|
"""
|
1955
1955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1956
1956
|
required_arguments = []
|
@@ -2058,7 +2058,7 @@ class IdentityClient(object):
|
|
2058
2058
|
:rtype: :class:`~oci.response.Response`
|
2059
2059
|
|
2060
2060
|
:example:
|
2061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
|
2062
2062
|
"""
|
2063
2063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2064
2064
|
required_arguments = ['userId']
|
@@ -2170,7 +2170,7 @@ class IdentityClient(object):
|
|
2170
2170
|
:rtype: :class:`~oci.response.Response`
|
2171
2171
|
|
2172
2172
|
:example:
|
2173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_db_credential.py.html>`__ to see an example of how to use create_db_credential API.
|
2174
2174
|
"""
|
2175
2175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2176
2176
|
required_arguments = ['userId']
|
@@ -2288,7 +2288,7 @@ class IdentityClient(object):
|
|
2288
2288
|
:rtype: :class:`~oci.response.Response`
|
2289
2289
|
|
2290
2290
|
:example:
|
2291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_domain.py.html>`__ to see an example of how to use create_domain API.
|
2292
2292
|
"""
|
2293
2293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2294
2294
|
required_arguments = []
|
@@ -2401,7 +2401,7 @@ class IdentityClient(object):
|
|
2401
2401
|
:rtype: :class:`~oci.response.Response`
|
2402
2402
|
|
2403
2403
|
:example:
|
2404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_dynamic_group.py.html>`__ to see an example of how to use create_dynamic_group API.
|
2405
2405
|
"""
|
2406
2406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2407
2407
|
required_arguments = []
|
@@ -2517,7 +2517,7 @@ class IdentityClient(object):
|
|
2517
2517
|
:rtype: :class:`~oci.response.Response`
|
2518
2518
|
|
2519
2519
|
:example:
|
2520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_group.py.html>`__ to see an example of how to use create_group API.
|
2521
2521
|
"""
|
2522
2522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2523
2523
|
required_arguments = []
|
@@ -2633,7 +2633,7 @@ class IdentityClient(object):
|
|
2633
2633
|
:rtype: :class:`~oci.response.Response`
|
2634
2634
|
|
2635
2635
|
:example:
|
2636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
|
2637
2637
|
"""
|
2638
2638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2639
2639
|
required_arguments = []
|
@@ -2734,7 +2734,7 @@ class IdentityClient(object):
|
|
2734
2734
|
:rtype: :class:`~oci.response.Response`
|
2735
2735
|
|
2736
2736
|
:example:
|
2737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_idp_group_mapping.py.html>`__ to see an example of how to use create_idp_group_mapping API.
|
2738
2738
|
"""
|
2739
2739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2740
2740
|
required_arguments = ['identityProviderId']
|
@@ -2839,7 +2839,7 @@ class IdentityClient(object):
|
|
2839
2839
|
:rtype: :class:`~oci.response.Response`
|
2840
2840
|
|
2841
2841
|
:example:
|
2842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_mfa_totp_device.py.html>`__ to see an example of how to use create_mfa_totp_device API.
|
2843
2843
|
"""
|
2844
2844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2845
2845
|
required_arguments = ['userId']
|
@@ -2966,7 +2966,7 @@ class IdentityClient(object):
|
|
2966
2966
|
:rtype: :class:`~oci.response.Response`
|
2967
2967
|
|
2968
2968
|
:example:
|
2969
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2969
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_network_source.py.html>`__ to see an example of how to use create_network_source API.
|
2970
2970
|
"""
|
2971
2971
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2972
2972
|
required_arguments = []
|
@@ -3062,7 +3062,7 @@ class IdentityClient(object):
|
|
3062
3062
|
:rtype: :class:`~oci.response.Response`
|
3063
3063
|
|
3064
3064
|
:example:
|
3065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_o_auth_client_credential.py.html>`__ to see an example of how to use create_o_auth_client_credential API.
|
3066
3066
|
"""
|
3067
3067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3068
3068
|
required_arguments = ['userId']
|
@@ -3183,7 +3183,7 @@ class IdentityClient(object):
|
|
3183
3183
|
:rtype: :class:`~oci.response.Response`
|
3184
3184
|
|
3185
3185
|
:example:
|
3186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_or_reset_ui_password.py.html>`__ to see an example of how to use create_or_reset_ui_password API.
|
3187
3187
|
"""
|
3188
3188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3189
3189
|
required_arguments = ['userId']
|
@@ -3306,7 +3306,7 @@ class IdentityClient(object):
|
|
3306
3306
|
:rtype: :class:`~oci.response.Response`
|
3307
3307
|
|
3308
3308
|
:example:
|
3309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_policy.py.html>`__ to see an example of how to use create_policy API.
|
3310
3310
|
"""
|
3311
3311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3312
3312
|
required_arguments = []
|
@@ -3402,7 +3402,7 @@ class IdentityClient(object):
|
|
3402
3402
|
:rtype: :class:`~oci.response.Response`
|
3403
3403
|
|
3404
3404
|
:example:
|
3405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_region_subscription.py.html>`__ to see an example of how to use create_region_subscription API.
|
3406
3406
|
"""
|
3407
3407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3408
3408
|
required_arguments = ['tenancyId']
|
@@ -3513,7 +3513,7 @@ class IdentityClient(object):
|
|
3513
3513
|
:rtype: :class:`~oci.response.Response`
|
3514
3514
|
|
3515
3515
|
:example:
|
3516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
|
3517
3517
|
"""
|
3518
3518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3519
3519
|
required_arguments = ['userId']
|
@@ -3634,7 +3634,7 @@ class IdentityClient(object):
|
|
3634
3634
|
:rtype: :class:`~oci.response.Response`
|
3635
3635
|
|
3636
3636
|
:example:
|
3637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_swift_password.py.html>`__ to see an example of how to use create_swift_password API.
|
3638
3638
|
"""
|
3639
3639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3640
3640
|
required_arguments = ['userId']
|
@@ -3766,7 +3766,7 @@ class IdentityClient(object):
|
|
3766
3766
|
:rtype: :class:`~oci.response.Response`
|
3767
3767
|
|
3768
3768
|
:example:
|
3769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_tag.py.html>`__ to see an example of how to use create_tag API.
|
3770
3770
|
"""
|
3771
3771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3772
3772
|
required_arguments = ['tagNamespaceId']
|
@@ -3890,7 +3890,7 @@ class IdentityClient(object):
|
|
3890
3890
|
:rtype: :class:`~oci.response.Response`
|
3891
3891
|
|
3892
3892
|
:example:
|
3893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_tag_default.py.html>`__ to see an example of how to use create_tag_default API.
|
3894
3894
|
"""
|
3895
3895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3896
3896
|
required_arguments = []
|
@@ -3998,7 +3998,7 @@ class IdentityClient(object):
|
|
3998
3998
|
:rtype: :class:`~oci.response.Response`
|
3999
3999
|
|
4000
4000
|
:example:
|
4001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_tag_namespace.py.html>`__ to see an example of how to use create_tag_namespace API.
|
4002
4002
|
"""
|
4003
4003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4004
4004
|
required_arguments = []
|
@@ -4129,7 +4129,7 @@ class IdentityClient(object):
|
|
4129
4129
|
:rtype: :class:`~oci.response.Response`
|
4130
4130
|
|
4131
4131
|
:example:
|
4132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/create_user.py.html>`__ to see an example of how to use create_user API.
|
4133
4133
|
"""
|
4134
4134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4135
4135
|
required_arguments = []
|
@@ -4239,7 +4239,7 @@ class IdentityClient(object):
|
|
4239
4239
|
:rtype: :class:`~oci.response.Response`
|
4240
4240
|
|
4241
4241
|
:example:
|
4242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/deactivate_domain.py.html>`__ to see an example of how to use deactivate_domain API.
|
4243
4243
|
"""
|
4244
4244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4245
4245
|
required_arguments = ['domainId']
|
@@ -4350,7 +4350,7 @@ class IdentityClient(object):
|
|
4350
4350
|
:rtype: :class:`~oci.response.Response`
|
4351
4351
|
|
4352
4352
|
:example:
|
4353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
|
4354
4354
|
"""
|
4355
4355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4356
4356
|
required_arguments = ['userId', 'fingerprint']
|
@@ -4452,7 +4452,7 @@ class IdentityClient(object):
|
|
4452
4452
|
:rtype: :class:`~oci.response.Response`
|
4453
4453
|
|
4454
4454
|
:example:
|
4455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
|
4456
4456
|
"""
|
4457
4457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4458
4458
|
required_arguments = ['userId', 'authTokenId']
|
@@ -4551,7 +4551,7 @@ class IdentityClient(object):
|
|
4551
4551
|
:rtype: :class:`~oci.response.Response`
|
4552
4552
|
|
4553
4553
|
:example:
|
4554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_compartment.py.html>`__ to see an example of how to use delete_compartment API.
|
4555
4555
|
"""
|
4556
4556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4557
4557
|
required_arguments = ['compartmentId']
|
@@ -4652,7 +4652,7 @@ class IdentityClient(object):
|
|
4652
4652
|
:rtype: :class:`~oci.response.Response`
|
4653
4653
|
|
4654
4654
|
:example:
|
4655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
|
4656
4656
|
"""
|
4657
4657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4658
4658
|
required_arguments = ['userId', 'customerSecretKeyId']
|
@@ -4758,7 +4758,7 @@ class IdentityClient(object):
|
|
4758
4758
|
:rtype: :class:`~oci.response.Response`
|
4759
4759
|
|
4760
4760
|
:example:
|
4761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_db_credential.py.html>`__ to see an example of how to use delete_db_credential API.
|
4762
4762
|
"""
|
4763
4763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4764
4764
|
required_arguments = ['userId', 'dbCredentialId']
|
@@ -4869,7 +4869,7 @@ class IdentityClient(object):
|
|
4869
4869
|
:rtype: :class:`~oci.response.Response`
|
4870
4870
|
|
4871
4871
|
:example:
|
4872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_domain.py.html>`__ to see an example of how to use delete_domain API.
|
4873
4873
|
"""
|
4874
4874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4875
4875
|
required_arguments = ['domainId']
|
@@ -4969,7 +4969,7 @@ class IdentityClient(object):
|
|
4969
4969
|
:rtype: :class:`~oci.response.Response`
|
4970
4970
|
|
4971
4971
|
:example:
|
4972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_dynamic_group.py.html>`__ to see an example of how to use delete_dynamic_group API.
|
4973
4973
|
"""
|
4974
4974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4975
4975
|
required_arguments = ['dynamicGroupId']
|
@@ -5067,7 +5067,7 @@ class IdentityClient(object):
|
|
5067
5067
|
:rtype: :class:`~oci.response.Response`
|
5068
5068
|
|
5069
5069
|
:example:
|
5070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_group.py.html>`__ to see an example of how to use delete_group API.
|
5071
5071
|
"""
|
5072
5072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5073
5073
|
required_arguments = ['groupId']
|
@@ -5170,7 +5170,7 @@ class IdentityClient(object):
|
|
5170
5170
|
:rtype: :class:`~oci.response.Response`
|
5171
5171
|
|
5172
5172
|
:example:
|
5173
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5173
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
|
5174
5174
|
"""
|
5175
5175
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5176
5176
|
required_arguments = ['identityProviderId']
|
@@ -5275,7 +5275,7 @@ class IdentityClient(object):
|
|
5275
5275
|
:rtype: :class:`~oci.response.Response`
|
5276
5276
|
|
5277
5277
|
:example:
|
5278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_idp_group_mapping.py.html>`__ to see an example of how to use delete_idp_group_mapping API.
|
5279
5279
|
"""
|
5280
5280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5281
5281
|
required_arguments = ['identityProviderId', 'mappingId']
|
@@ -5377,7 +5377,7 @@ class IdentityClient(object):
|
|
5377
5377
|
:rtype: :class:`~oci.response.Response`
|
5378
5378
|
|
5379
5379
|
:example:
|
5380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_mfa_totp_device.py.html>`__ to see an example of how to use delete_mfa_totp_device API.
|
5381
5381
|
"""
|
5382
5382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5383
5383
|
required_arguments = ['userId', 'mfaTotpDeviceId']
|
@@ -5476,7 +5476,7 @@ class IdentityClient(object):
|
|
5476
5476
|
:rtype: :class:`~oci.response.Response`
|
5477
5477
|
|
5478
5478
|
:example:
|
5479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_network_source.py.html>`__ to see an example of how to use delete_network_source API.
|
5480
5480
|
"""
|
5481
5481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5482
5482
|
required_arguments = ['networkSourceId']
|
@@ -5577,7 +5577,7 @@ class IdentityClient(object):
|
|
5577
5577
|
:rtype: :class:`~oci.response.Response`
|
5578
5578
|
|
5579
5579
|
:example:
|
5580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_o_auth_client_credential.py.html>`__ to see an example of how to use delete_o_auth_client_credential API.
|
5581
5581
|
"""
|
5582
5582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5583
5583
|
required_arguments = ['userId', 'oauth2ClientCredentialId']
|
@@ -5676,7 +5676,7 @@ class IdentityClient(object):
|
|
5676
5676
|
:rtype: :class:`~oci.response.Response`
|
5677
5677
|
|
5678
5678
|
:example:
|
5679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_policy.py.html>`__ to see an example of how to use delete_policy API.
|
5680
5680
|
"""
|
5681
5681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5682
5682
|
required_arguments = ['policyId']
|
@@ -5777,7 +5777,7 @@ class IdentityClient(object):
|
|
5777
5777
|
:rtype: :class:`~oci.response.Response`
|
5778
5778
|
|
5779
5779
|
:example:
|
5780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
|
5781
5781
|
"""
|
5782
5782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5783
5783
|
required_arguments = ['userId', 'smtpCredentialId']
|
@@ -5881,7 +5881,7 @@ class IdentityClient(object):
|
|
5881
5881
|
:rtype: :class:`~oci.response.Response`
|
5882
5882
|
|
5883
5883
|
:example:
|
5884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_swift_password.py.html>`__ to see an example of how to use delete_swift_password API.
|
5885
5885
|
"""
|
5886
5886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5887
5887
|
required_arguments = ['userId', 'swiftPasswordId']
|
@@ -6005,7 +6005,7 @@ class IdentityClient(object):
|
|
6005
6005
|
:rtype: :class:`~oci.response.Response`
|
6006
6006
|
|
6007
6007
|
:example:
|
6008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_tag.py.html>`__ to see an example of how to use delete_tag API.
|
6009
6009
|
"""
|
6010
6010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6011
6011
|
required_arguments = ['tagNamespaceId', 'tagName']
|
@@ -6119,7 +6119,7 @@ class IdentityClient(object):
|
|
6119
6119
|
:rtype: :class:`~oci.response.Response`
|
6120
6120
|
|
6121
6121
|
:example:
|
6122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_tag_default.py.html>`__ to see an example of how to use delete_tag_default API.
|
6123
6123
|
"""
|
6124
6124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6125
6125
|
required_arguments = ['tagDefaultId']
|
@@ -6240,7 +6240,7 @@ class IdentityClient(object):
|
|
6240
6240
|
:rtype: :class:`~oci.response.Response`
|
6241
6241
|
|
6242
6242
|
:example:
|
6243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_tag_namespace.py.html>`__ to see an example of how to use delete_tag_namespace API.
|
6244
6244
|
"""
|
6245
6245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6246
6246
|
required_arguments = ['tagNamespaceId']
|
@@ -6348,7 +6348,7 @@ class IdentityClient(object):
|
|
6348
6348
|
:rtype: :class:`~oci.response.Response`
|
6349
6349
|
|
6350
6350
|
:example:
|
6351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/delete_user.py.html>`__ to see an example of how to use delete_user API.
|
6352
6352
|
"""
|
6353
6353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6354
6354
|
required_arguments = ['userId']
|
@@ -6469,7 +6469,7 @@ class IdentityClient(object):
|
|
6469
6469
|
:rtype: :class:`~oci.response.Response`
|
6470
6470
|
|
6471
6471
|
:example:
|
6472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/enable_replication_to_region.py.html>`__ to see an example of how to use enable_replication_to_region API.
|
6473
6473
|
"""
|
6474
6474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6475
6475
|
required_arguments = ['domainId']
|
@@ -6577,7 +6577,7 @@ class IdentityClient(object):
|
|
6577
6577
|
:rtype: :class:`~oci.response.Response`
|
6578
6578
|
|
6579
6579
|
:example:
|
6580
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6580
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/generate_totp_seed.py.html>`__ to see an example of how to use generate_totp_seed API.
|
6581
6581
|
"""
|
6582
6582
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6583
6583
|
required_arguments = ['userId', 'mfaTotpDeviceId']
|
@@ -6674,7 +6674,7 @@ class IdentityClient(object):
|
|
6674
6674
|
:rtype: :class:`~oci.response.Response`
|
6675
6675
|
|
6676
6676
|
:example:
|
6677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_authentication_policy.py.html>`__ to see an example of how to use get_authentication_policy API.
|
6678
6678
|
"""
|
6679
6679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6680
6680
|
required_arguments = ['compartmentId']
|
@@ -6769,7 +6769,7 @@ class IdentityClient(object):
|
|
6769
6769
|
:rtype: :class:`~oci.response.Response`
|
6770
6770
|
|
6771
6771
|
:example:
|
6772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_compartment.py.html>`__ to see an example of how to use get_compartment API.
|
6773
6773
|
"""
|
6774
6774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6775
6775
|
required_arguments = ['compartmentId']
|
@@ -6861,7 +6861,7 @@ class IdentityClient(object):
|
|
6861
6861
|
:rtype: :class:`~oci.response.Response`
|
6862
6862
|
|
6863
6863
|
:example:
|
6864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_domain.py.html>`__ to see an example of how to use get_domain API.
|
6865
6865
|
"""
|
6866
6866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6867
6867
|
required_arguments = ['domainId']
|
@@ -6956,7 +6956,7 @@ class IdentityClient(object):
|
|
6956
6956
|
:rtype: :class:`~oci.response.Response`
|
6957
6957
|
|
6958
6958
|
:example:
|
6959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_dynamic_group.py.html>`__ to see an example of how to use get_dynamic_group API.
|
6960
6960
|
"""
|
6961
6961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6962
6962
|
required_arguments = ['dynamicGroupId']
|
@@ -7048,7 +7048,7 @@ class IdentityClient(object):
|
|
7048
7048
|
:rtype: :class:`~oci.response.Response`
|
7049
7049
|
|
7050
7050
|
:example:
|
7051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_group.py.html>`__ to see an example of how to use get_group API.
|
7052
7052
|
"""
|
7053
7053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7054
7054
|
required_arguments = ['groupId']
|
@@ -7140,7 +7140,7 @@ class IdentityClient(object):
|
|
7140
7140
|
:rtype: :class:`~oci.response.Response`
|
7141
7141
|
|
7142
7142
|
:example:
|
7143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_iam_work_request.py.html>`__ to see an example of how to use get_iam_work_request API.
|
7144
7144
|
"""
|
7145
7145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7146
7146
|
required_arguments = ['iamWorkRequestId']
|
@@ -7239,7 +7239,7 @@ class IdentityClient(object):
|
|
7239
7239
|
:rtype: :class:`~oci.response.Response`
|
7240
7240
|
|
7241
7241
|
:example:
|
7242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
|
7243
7243
|
"""
|
7244
7244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7245
7245
|
required_arguments = ['identityProviderId']
|
@@ -7334,7 +7334,7 @@ class IdentityClient(object):
|
|
7334
7334
|
:rtype: :class:`~oci.response.Response`
|
7335
7335
|
|
7336
7336
|
:example:
|
7337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7337
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_idp_group_mapping.py.html>`__ to see an example of how to use get_idp_group_mapping API.
|
7338
7338
|
"""
|
7339
7339
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7340
7340
|
required_arguments = ['identityProviderId', 'mappingId']
|
@@ -7426,7 +7426,7 @@ class IdentityClient(object):
|
|
7426
7426
|
:rtype: :class:`~oci.response.Response`
|
7427
7427
|
|
7428
7428
|
:example:
|
7429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_mfa_totp_device.py.html>`__ to see an example of how to use get_mfa_totp_device API.
|
7430
7430
|
"""
|
7431
7431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7432
7432
|
required_arguments = ['userId', 'mfaTotpDeviceId']
|
@@ -7515,7 +7515,7 @@ class IdentityClient(object):
|
|
7515
7515
|
:rtype: :class:`~oci.response.Response`
|
7516
7516
|
|
7517
7517
|
:example:
|
7518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_network_source.py.html>`__ to see an example of how to use get_network_source API.
|
7519
7519
|
"""
|
7520
7520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7521
7521
|
required_arguments = ['networkSourceId']
|
@@ -7603,7 +7603,7 @@ class IdentityClient(object):
|
|
7603
7603
|
:rtype: :class:`~oci.response.Response`
|
7604
7604
|
|
7605
7605
|
:example:
|
7606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_policy.py.html>`__ to see an example of how to use get_policy API.
|
7607
7607
|
"""
|
7608
7608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7609
7609
|
required_arguments = ['policyId']
|
@@ -7694,7 +7694,7 @@ class IdentityClient(object):
|
|
7694
7694
|
:rtype: :class:`~oci.response.Response`
|
7695
7695
|
|
7696
7696
|
:example:
|
7697
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_standard_tag_template.py.html>`__ to see an example of how to use get_standard_tag_template API.
|
7698
7698
|
"""
|
7699
7699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7700
7700
|
required_arguments = ['standardTagNamespaceName', 'compartmentId']
|
@@ -7792,7 +7792,7 @@ class IdentityClient(object):
|
|
7792
7792
|
:rtype: :class:`~oci.response.Response`
|
7793
7793
|
|
7794
7794
|
:example:
|
7795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_tag.py.html>`__ to see an example of how to use get_tag API.
|
7796
7796
|
"""
|
7797
7797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7798
7798
|
required_arguments = ['tagNamespaceId', 'tagName']
|
@@ -7881,7 +7881,7 @@ class IdentityClient(object):
|
|
7881
7881
|
:rtype: :class:`~oci.response.Response`
|
7882
7882
|
|
7883
7883
|
:example:
|
7884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_tag_default.py.html>`__ to see an example of how to use get_tag_default API.
|
7885
7885
|
"""
|
7886
7886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7887
7887
|
required_arguments = ['tagDefaultId']
|
@@ -7969,7 +7969,7 @@ class IdentityClient(object):
|
|
7969
7969
|
:rtype: :class:`~oci.response.Response`
|
7970
7970
|
|
7971
7971
|
:example:
|
7972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_tag_namespace.py.html>`__ to see an example of how to use get_tag_namespace API.
|
7973
7973
|
"""
|
7974
7974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7975
7975
|
required_arguments = ['tagNamespaceId']
|
@@ -8058,7 +8058,7 @@ class IdentityClient(object):
|
|
8058
8058
|
:rtype: :class:`~oci.response.Response`
|
8059
8059
|
|
8060
8060
|
:example:
|
8061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_tagging_work_request.py.html>`__ to see an example of how to use get_tagging_work_request API.
|
8062
8062
|
"""
|
8063
8063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8064
8064
|
required_arguments = ['workRequestId']
|
@@ -8146,7 +8146,7 @@ class IdentityClient(object):
|
|
8146
8146
|
:rtype: :class:`~oci.response.Response`
|
8147
8147
|
|
8148
8148
|
:example:
|
8149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_tenancy.py.html>`__ to see an example of how to use get_tenancy API.
|
8150
8150
|
"""
|
8151
8151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8152
8152
|
required_arguments = ['tenancyId']
|
@@ -8234,7 +8234,7 @@ class IdentityClient(object):
|
|
8234
8234
|
:rtype: :class:`~oci.response.Response`
|
8235
8235
|
|
8236
8236
|
:example:
|
8237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_user.py.html>`__ to see an example of how to use get_user API.
|
8238
8238
|
"""
|
8239
8239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8240
8240
|
required_arguments = ['userId']
|
@@ -8322,7 +8322,7 @@ class IdentityClient(object):
|
|
8322
8322
|
:rtype: :class:`~oci.response.Response`
|
8323
8323
|
|
8324
8324
|
:example:
|
8325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_user_group_membership.py.html>`__ to see an example of how to use get_user_group_membership API.
|
8326
8326
|
"""
|
8327
8327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8328
8328
|
required_arguments = ['userGroupMembershipId']
|
@@ -8411,7 +8411,7 @@ class IdentityClient(object):
|
|
8411
8411
|
:rtype: :class:`~oci.response.Response`
|
8412
8412
|
|
8413
8413
|
:example:
|
8414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_user_ui_password_information.py.html>`__ to see an example of how to use get_user_ui_password_information API.
|
8415
8415
|
"""
|
8416
8416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8417
8417
|
required_arguments = ['userId']
|
@@ -8500,7 +8500,7 @@ class IdentityClient(object):
|
|
8500
8500
|
:rtype: :class:`~oci.response.Response`
|
8501
8501
|
|
8502
8502
|
:example:
|
8503
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8503
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
8504
8504
|
"""
|
8505
8505
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8506
8506
|
required_arguments = ['workRequestId']
|
@@ -8600,7 +8600,7 @@ class IdentityClient(object):
|
|
8600
8600
|
:rtype: :class:`~oci.response.Response`
|
8601
8601
|
|
8602
8602
|
:example:
|
8603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/import_standard_tags.py.html>`__ to see an example of how to use import_standard_tags API.
|
8604
8604
|
"""
|
8605
8605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8606
8606
|
required_arguments = []
|
@@ -8695,7 +8695,7 @@ class IdentityClient(object):
|
|
8695
8695
|
:rtype: :class:`~oci.response.Response`
|
8696
8696
|
|
8697
8697
|
:example:
|
8698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_allowed_domain_license_types.py.html>`__ to see an example of how to use list_allowed_domain_license_types API.
|
8699
8699
|
"""
|
8700
8700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8701
8701
|
required_arguments = []
|
@@ -8789,7 +8789,7 @@ class IdentityClient(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.103.0/identity/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
|
8793
8793
|
"""
|
8794
8794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8795
8795
|
required_arguments = ['userId']
|
@@ -8878,7 +8878,7 @@ class IdentityClient(object):
|
|
8878
8878
|
:rtype: :class:`~oci.response.Response`
|
8879
8879
|
|
8880
8880
|
:example:
|
8881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
|
8882
8882
|
"""
|
8883
8883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8884
8884
|
required_arguments = ['userId']
|
@@ -8972,7 +8972,7 @@ class IdentityClient(object):
|
|
8972
8972
|
:rtype: :class:`~oci.response.Response`
|
8973
8973
|
|
8974
8974
|
:example:
|
8975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_availability_domains.py.html>`__ to see an example of how to use list_availability_domains API.
|
8976
8976
|
"""
|
8977
8977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8978
8978
|
required_arguments = ['compartmentId']
|
@@ -9071,7 +9071,7 @@ class IdentityClient(object):
|
|
9071
9071
|
:rtype: :class:`~oci.response.Response`
|
9072
9072
|
|
9073
9073
|
:example:
|
9074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_bulk_action_resource_types.py.html>`__ to see an example of how to use list_bulk_action_resource_types API.
|
9075
9075
|
"""
|
9076
9076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9077
9077
|
required_arguments = ['bulkActionType']
|
@@ -9171,7 +9171,7 @@ class IdentityClient(object):
|
|
9171
9171
|
:rtype: :class:`~oci.response.Response`
|
9172
9172
|
|
9173
9173
|
:example:
|
9174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_bulk_edit_tags_resource_types.py.html>`__ to see an example of how to use list_bulk_edit_tags_resource_types API.
|
9175
9175
|
"""
|
9176
9176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9177
9177
|
required_arguments = []
|
@@ -9330,7 +9330,7 @@ class IdentityClient(object):
|
|
9330
9330
|
:rtype: :class:`~oci.response.Response`
|
9331
9331
|
|
9332
9332
|
:example:
|
9333
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9333
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_compartments.py.html>`__ to see an example of how to use list_compartments API.
|
9334
9334
|
"""
|
9335
9335
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9336
9336
|
required_arguments = ['compartmentId']
|
@@ -9470,7 +9470,7 @@ class IdentityClient(object):
|
|
9470
9470
|
:rtype: :class:`~oci.response.Response`
|
9471
9471
|
|
9472
9472
|
:example:
|
9473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_cost_tracking_tags.py.html>`__ to see an example of how to use list_cost_tracking_tags API.
|
9474
9474
|
"""
|
9475
9475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9476
9476
|
required_arguments = ['compartmentId']
|
@@ -9562,7 +9562,7 @@ class IdentityClient(object):
|
|
9562
9562
|
:rtype: :class:`~oci.response.Response`
|
9563
9563
|
|
9564
9564
|
:example:
|
9565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
|
9566
9566
|
"""
|
9567
9567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9568
9568
|
required_arguments = ['userId']
|
@@ -9686,7 +9686,7 @@ class IdentityClient(object):
|
|
9686
9686
|
:rtype: :class:`~oci.response.Response`
|
9687
9687
|
|
9688
9688
|
:example:
|
9689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_db_credentials.py.html>`__ to see an example of how to use list_db_credentials API.
|
9690
9690
|
"""
|
9691
9691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9692
9692
|
required_arguments = ['userId']
|
@@ -9874,7 +9874,7 @@ class IdentityClient(object):
|
|
9874
9874
|
:rtype: :class:`~oci.response.Response`
|
9875
9875
|
|
9876
9876
|
:example:
|
9877
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9877
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_domains.py.html>`__ to see an example of how to use list_domains API.
|
9878
9878
|
"""
|
9879
9879
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9880
9880
|
required_arguments = ['compartmentId']
|
@@ -10045,7 +10045,7 @@ class IdentityClient(object):
|
|
10045
10045
|
:rtype: :class:`~oci.response.Response`
|
10046
10046
|
|
10047
10047
|
:example:
|
10048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_dynamic_groups.py.html>`__ to see an example of how to use list_dynamic_groups API.
|
10049
10049
|
"""
|
10050
10050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10051
10051
|
required_arguments = ['compartmentId']
|
@@ -10172,7 +10172,7 @@ class IdentityClient(object):
|
|
10172
10172
|
:rtype: :class:`~oci.response.Response`
|
10173
10173
|
|
10174
10174
|
:example:
|
10175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_fault_domains.py.html>`__ to see an example of how to use list_fault_domains API.
|
10176
10176
|
"""
|
10177
10177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10178
10178
|
required_arguments = ['compartmentId', 'availabilityDomain']
|
@@ -10292,7 +10292,7 @@ class IdentityClient(object):
|
|
10292
10292
|
:rtype: :class:`~oci.response.Response`
|
10293
10293
|
|
10294
10294
|
:example:
|
10295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_groups.py.html>`__ to see an example of how to use list_groups API.
|
10296
10296
|
"""
|
10297
10297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10298
10298
|
required_arguments = ['compartmentId']
|
@@ -10428,7 +10428,7 @@ class IdentityClient(object):
|
|
10428
10428
|
:rtype: :class:`~oci.response.Response`
|
10429
10429
|
|
10430
10430
|
:example:
|
10431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_iam_work_request_errors.py.html>`__ to see an example of how to use list_iam_work_request_errors API.
|
10432
10432
|
"""
|
10433
10433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10434
10434
|
required_arguments = ['iamWorkRequestId']
|
@@ -10558,7 +10558,7 @@ class IdentityClient(object):
|
|
10558
10558
|
:rtype: :class:`~oci.response.Response`
|
10559
10559
|
|
10560
10560
|
:example:
|
10561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_iam_work_request_logs.py.html>`__ to see an example of how to use list_iam_work_request_logs API.
|
10562
10562
|
"""
|
10563
10563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10564
10564
|
required_arguments = ['iamWorkRequestId']
|
@@ -10685,7 +10685,7 @@ class IdentityClient(object):
|
|
10685
10685
|
:rtype: :class:`~oci.response.Response`
|
10686
10686
|
|
10687
10687
|
:example:
|
10688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_iam_work_requests.py.html>`__ to see an example of how to use list_iam_work_requests API.
|
10689
10689
|
"""
|
10690
10690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10691
10691
|
required_arguments = ['compartmentId']
|
@@ -10799,7 +10799,7 @@ class IdentityClient(object):
|
|
10799
10799
|
:rtype: :class:`~oci.response.Response`
|
10800
10800
|
|
10801
10801
|
:example:
|
10802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_identity_provider_groups.py.html>`__ to see an example of how to use list_identity_provider_groups API.
|
10803
10803
|
"""
|
10804
10804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10805
10805
|
required_arguments = ['identityProviderId']
|
@@ -10957,7 +10957,7 @@ class IdentityClient(object):
|
|
10957
10957
|
:rtype: :class:`~oci.response.Response`
|
10958
10958
|
|
10959
10959
|
:example:
|
10960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
|
10961
10961
|
"""
|
10962
10962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10963
10963
|
required_arguments = ['protocol', 'compartmentId']
|
@@ -11088,7 +11088,7 @@ class IdentityClient(object):
|
|
11088
11088
|
:rtype: :class:`~oci.response.Response`
|
11089
11089
|
|
11090
11090
|
:example:
|
11091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_idp_group_mappings.py.html>`__ to see an example of how to use list_idp_group_mappings API.
|
11092
11092
|
"""
|
11093
11093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11094
11094
|
required_arguments = ['identityProviderId']
|
@@ -11215,7 +11215,7 @@ class IdentityClient(object):
|
|
11215
11215
|
:rtype: :class:`~oci.response.Response`
|
11216
11216
|
|
11217
11217
|
:example:
|
11218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_mfa_totp_devices.py.html>`__ to see an example of how to use list_mfa_totp_devices API.
|
11219
11219
|
"""
|
11220
11220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11221
11221
|
required_arguments = ['userId']
|
@@ -11371,7 +11371,7 @@ class IdentityClient(object):
|
|
11371
11371
|
:rtype: :class:`~oci.response.Response`
|
11372
11372
|
|
11373
11373
|
:example:
|
11374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_network_sources.py.html>`__ to see an example of how to use list_network_sources API.
|
11375
11375
|
"""
|
11376
11376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11377
11377
|
required_arguments = ['compartmentId']
|
@@ -11502,7 +11502,7 @@ class IdentityClient(object):
|
|
11502
11502
|
:rtype: :class:`~oci.response.Response`
|
11503
11503
|
|
11504
11504
|
:example:
|
11505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_o_auth_client_credentials.py.html>`__ to see an example of how to use list_o_auth_client_credentials API.
|
11506
11506
|
"""
|
11507
11507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11508
11508
|
required_arguments = ['userId']
|
@@ -11651,7 +11651,7 @@ class IdentityClient(object):
|
|
11651
11651
|
:rtype: :class:`~oci.response.Response`
|
11652
11652
|
|
11653
11653
|
:example:
|
11654
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11654
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
11655
11655
|
"""
|
11656
11656
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11657
11657
|
required_arguments = ['compartmentId']
|
@@ -11771,7 +11771,7 @@ class IdentityClient(object):
|
|
11771
11771
|
:rtype: :class:`~oci.response.Response`
|
11772
11772
|
|
11773
11773
|
:example:
|
11774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_region_subscriptions.py.html>`__ to see an example of how to use list_region_subscriptions API.
|
11775
11775
|
"""
|
11776
11776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11777
11777
|
required_arguments = ['tenancyId']
|
@@ -11856,7 +11856,7 @@ class IdentityClient(object):
|
|
11856
11856
|
:rtype: :class:`~oci.response.Response`
|
11857
11857
|
|
11858
11858
|
:example:
|
11859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_regions.py.html>`__ to see an example of how to use list_regions API.
|
11860
11860
|
"""
|
11861
11861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11862
11862
|
required_arguments = []
|
@@ -11933,7 +11933,7 @@ class IdentityClient(object):
|
|
11933
11933
|
:rtype: :class:`~oci.response.Response`
|
11934
11934
|
|
11935
11935
|
:example:
|
11936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
|
11937
11937
|
"""
|
11938
11938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11939
11939
|
required_arguments = ['userId']
|
@@ -12027,7 +12027,7 @@ class IdentityClient(object):
|
|
12027
12027
|
:rtype: :class:`~oci.response.Response`
|
12028
12028
|
|
12029
12029
|
:example:
|
12030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_standard_tag_namespaces.py.html>`__ to see an example of how to use list_standard_tag_namespaces API.
|
12031
12031
|
"""
|
12032
12032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12033
12033
|
required_arguments = ['compartmentId']
|
@@ -12121,7 +12121,7 @@ class IdentityClient(object):
|
|
12121
12121
|
:rtype: :class:`~oci.response.Response`
|
12122
12122
|
|
12123
12123
|
:example:
|
12124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_swift_passwords.py.html>`__ to see an example of how to use list_swift_passwords API.
|
12125
12125
|
"""
|
12126
12126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12127
12127
|
required_arguments = ['userId']
|
@@ -12226,7 +12226,7 @@ class IdentityClient(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.103.0/identity/list_tag_defaults.py.html>`__ to see an example of how to use list_tag_defaults API.
|
12230
12230
|
"""
|
12231
12231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12232
12232
|
required_arguments = []
|
@@ -12346,7 +12346,7 @@ class IdentityClient(object):
|
|
12346
12346
|
:rtype: :class:`~oci.response.Response`
|
12347
12347
|
|
12348
12348
|
:example:
|
12349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_tag_namespaces.py.html>`__ to see an example of how to use list_tag_namespaces API.
|
12350
12350
|
"""
|
12351
12351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12352
12352
|
required_arguments = ['compartmentId']
|
@@ -12454,7 +12454,7 @@ class IdentityClient(object):
|
|
12454
12454
|
:rtype: :class:`~oci.response.Response`
|
12455
12455
|
|
12456
12456
|
:example:
|
12457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_tagging_work_request_errors.py.html>`__ to see an example of how to use list_tagging_work_request_errors API.
|
12458
12458
|
"""
|
12459
12459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12460
12460
|
required_arguments = ['workRequestId']
|
@@ -12562,7 +12562,7 @@ class IdentityClient(object):
|
|
12562
12562
|
:rtype: :class:`~oci.response.Response`
|
12563
12563
|
|
12564
12564
|
:example:
|
12565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_tagging_work_request_logs.py.html>`__ to see an example of how to use list_tagging_work_request_logs API.
|
12566
12566
|
"""
|
12567
12567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12568
12568
|
required_arguments = ['workRequestId']
|
@@ -12673,7 +12673,7 @@ class IdentityClient(object):
|
|
12673
12673
|
:rtype: :class:`~oci.response.Response`
|
12674
12674
|
|
12675
12675
|
:example:
|
12676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_tagging_work_requests.py.html>`__ to see an example of how to use list_tagging_work_requests API.
|
12677
12677
|
"""
|
12678
12678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12679
12679
|
required_arguments = ['compartmentId']
|
@@ -12777,7 +12777,7 @@ class IdentityClient(object):
|
|
12777
12777
|
:rtype: :class:`~oci.response.Response`
|
12778
12778
|
|
12779
12779
|
:example:
|
12780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_tags.py.html>`__ to see an example of how to use list_tags API.
|
12781
12781
|
"""
|
12782
12782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12783
12783
|
required_arguments = ['tagNamespaceId']
|
@@ -12911,7 +12911,7 @@ class IdentityClient(object):
|
|
12911
12911
|
:rtype: :class:`~oci.response.Response`
|
12912
12912
|
|
12913
12913
|
:example:
|
12914
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12914
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_user_group_memberships.py.html>`__ to see an example of how to use list_user_group_memberships API.
|
12915
12915
|
"""
|
12916
12916
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12917
12917
|
required_arguments = ['compartmentId']
|
@@ -13048,7 +13048,7 @@ class IdentityClient(object):
|
|
13048
13048
|
:rtype: :class:`~oci.response.Response`
|
13049
13049
|
|
13050
13050
|
:example:
|
13051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_users.py.html>`__ to see an example of how to use list_users API.
|
13052
13052
|
"""
|
13053
13053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13054
13054
|
required_arguments = ['compartmentId']
|
@@ -13181,7 +13181,7 @@ class IdentityClient(object):
|
|
13181
13181
|
:rtype: :class:`~oci.response.Response`
|
13182
13182
|
|
13183
13183
|
:example:
|
13184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
13185
13185
|
"""
|
13186
13186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13187
13187
|
required_arguments = ['compartmentId']
|
@@ -13302,7 +13302,7 @@ class IdentityClient(object):
|
|
13302
13302
|
:rtype: :class:`~oci.response.Response`
|
13303
13303
|
|
13304
13304
|
:example:
|
13305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/move_compartment.py.html>`__ to see an example of how to use move_compartment API.
|
13306
13306
|
"""
|
13307
13307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13308
13308
|
required_arguments = ['compartmentId']
|
@@ -13411,7 +13411,7 @@ class IdentityClient(object):
|
|
13411
13411
|
:rtype: :class:`~oci.response.Response`
|
13412
13412
|
|
13413
13413
|
:example:
|
13414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/recover_compartment.py.html>`__ to see an example of how to use recover_compartment API.
|
13415
13415
|
"""
|
13416
13416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13417
13417
|
required_arguments = ['compartmentId']
|
@@ -13527,7 +13527,7 @@ class IdentityClient(object):
|
|
13527
13527
|
:rtype: :class:`~oci.response.Response`
|
13528
13528
|
|
13529
13529
|
:example:
|
13530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/remove_tag_default_lock.py.html>`__ to see an example of how to use remove_tag_default_lock API.
|
13531
13531
|
"""
|
13532
13532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13533
13533
|
required_arguments = ['tagDefaultId']
|
@@ -13648,7 +13648,7 @@ class IdentityClient(object):
|
|
13648
13648
|
:rtype: :class:`~oci.response.Response`
|
13649
13649
|
|
13650
13650
|
:example:
|
13651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/remove_tag_namespace_lock.py.html>`__ to see an example of how to use remove_tag_namespace_lock API.
|
13652
13652
|
"""
|
13653
13653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13654
13654
|
required_arguments = ['tagNamespaceId']
|
@@ -13755,7 +13755,7 @@ class IdentityClient(object):
|
|
13755
13755
|
:rtype: :class:`~oci.response.Response`
|
13756
13756
|
|
13757
13757
|
:example:
|
13758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/remove_user_from_group.py.html>`__ to see an example of how to use remove_user_from_group API.
|
13759
13759
|
"""
|
13760
13760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13761
13761
|
required_arguments = ['userGroupMembershipId']
|
@@ -13848,7 +13848,7 @@ class IdentityClient(object):
|
|
13848
13848
|
:rtype: :class:`~oci.response.Response`
|
13849
13849
|
|
13850
13850
|
:example:
|
13851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/reset_idp_scim_client.py.html>`__ to see an example of how to use reset_idp_scim_client API.
|
13852
13852
|
"""
|
13853
13853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13854
13854
|
required_arguments = ['identityProviderId']
|
@@ -13947,7 +13947,7 @@ class IdentityClient(object):
|
|
13947
13947
|
:rtype: :class:`~oci.response.Response`
|
13948
13948
|
|
13949
13949
|
:example:
|
13950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_auth_token.py.html>`__ to see an example of how to use update_auth_token API.
|
13951
13951
|
"""
|
13952
13952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13953
13953
|
required_arguments = ['userId', 'authTokenId']
|
@@ -14053,7 +14053,7 @@ class IdentityClient(object):
|
|
14053
14053
|
:rtype: :class:`~oci.response.Response`
|
14054
14054
|
|
14055
14055
|
:example:
|
14056
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14056
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_authentication_policy.py.html>`__ to see an example of how to use update_authentication_policy API.
|
14057
14057
|
"""
|
14058
14058
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14059
14059
|
required_arguments = ['compartmentId']
|
@@ -14158,7 +14158,7 @@ class IdentityClient(object):
|
|
14158
14158
|
:rtype: :class:`~oci.response.Response`
|
14159
14159
|
|
14160
14160
|
:example:
|
14161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_compartment.py.html>`__ to see an example of how to use update_compartment API.
|
14162
14162
|
"""
|
14163
14163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14164
14164
|
required_arguments = ['compartmentId']
|
@@ -14266,7 +14266,7 @@ class IdentityClient(object):
|
|
14266
14266
|
:rtype: :class:`~oci.response.Response`
|
14267
14267
|
|
14268
14268
|
:example:
|
14269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_customer_secret_key.py.html>`__ to see an example of how to use update_customer_secret_key API.
|
14270
14270
|
"""
|
14271
14271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14272
14272
|
required_arguments = ['userId', 'customerSecretKeyId']
|
@@ -14379,7 +14379,7 @@ class IdentityClient(object):
|
|
14379
14379
|
:rtype: :class:`~oci.response.Response`
|
14380
14380
|
|
14381
14381
|
:example:
|
14382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_domain.py.html>`__ to see an example of how to use update_domain API.
|
14383
14383
|
"""
|
14384
14384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14385
14385
|
required_arguments = ['domainId']
|
@@ -14484,7 +14484,7 @@ class IdentityClient(object):
|
|
14484
14484
|
:rtype: :class:`~oci.response.Response`
|
14485
14485
|
|
14486
14486
|
:example:
|
14487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_dynamic_group.py.html>`__ to see an example of how to use update_dynamic_group API.
|
14488
14488
|
"""
|
14489
14489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14490
14490
|
required_arguments = ['dynamicGroupId']
|
@@ -14589,7 +14589,7 @@ class IdentityClient(object):
|
|
14589
14589
|
:rtype: :class:`~oci.response.Response`
|
14590
14590
|
|
14591
14591
|
:example:
|
14592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_group.py.html>`__ to see an example of how to use update_group API.
|
14593
14593
|
"""
|
14594
14594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14595
14595
|
required_arguments = ['groupId']
|
@@ -14698,7 +14698,7 @@ class IdentityClient(object):
|
|
14698
14698
|
:rtype: :class:`~oci.response.Response`
|
14699
14699
|
|
14700
14700
|
:example:
|
14701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_identity_provider.py.html>`__ to see an example of how to use update_identity_provider API.
|
14702
14702
|
"""
|
14703
14703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14704
14704
|
required_arguments = ['identityProviderId']
|
@@ -14810,7 +14810,7 @@ class IdentityClient(object):
|
|
14810
14810
|
:rtype: :class:`~oci.response.Response`
|
14811
14811
|
|
14812
14812
|
:example:
|
14813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_idp_group_mapping.py.html>`__ to see an example of how to use update_idp_group_mapping API.
|
14814
14814
|
"""
|
14815
14815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14816
14816
|
required_arguments = ['identityProviderId', 'mappingId']
|
@@ -14916,7 +14916,7 @@ class IdentityClient(object):
|
|
14916
14916
|
:rtype: :class:`~oci.response.Response`
|
14917
14917
|
|
14918
14918
|
:example:
|
14919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_network_source.py.html>`__ to see an example of how to use update_network_source API.
|
14920
14920
|
"""
|
14921
14921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14922
14922
|
required_arguments = ['networkSourceId']
|
@@ -15024,7 +15024,7 @@ class IdentityClient(object):
|
|
15024
15024
|
:rtype: :class:`~oci.response.Response`
|
15025
15025
|
|
15026
15026
|
:example:
|
15027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_o_auth_client_credential.py.html>`__ to see an example of how to use update_o_auth_client_credential API.
|
15028
15028
|
"""
|
15029
15029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15030
15030
|
required_arguments = ['userId', 'oauth2ClientCredentialId']
|
@@ -15132,7 +15132,7 @@ class IdentityClient(object):
|
|
15132
15132
|
:rtype: :class:`~oci.response.Response`
|
15133
15133
|
|
15134
15134
|
:example:
|
15135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_policy.py.html>`__ to see an example of how to use update_policy API.
|
15136
15136
|
"""
|
15137
15137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15138
15138
|
required_arguments = ['policyId']
|
@@ -15240,7 +15240,7 @@ class IdentityClient(object):
|
|
15240
15240
|
:rtype: :class:`~oci.response.Response`
|
15241
15241
|
|
15242
15242
|
:example:
|
15243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_smtp_credential.py.html>`__ to see an example of how to use update_smtp_credential API.
|
15244
15244
|
"""
|
15245
15245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15246
15246
|
required_arguments = ['userId', 'smtpCredentialId']
|
@@ -15351,7 +15351,7 @@ class IdentityClient(object):
|
|
15351
15351
|
:rtype: :class:`~oci.response.Response`
|
15352
15352
|
|
15353
15353
|
:example:
|
15354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_swift_password.py.html>`__ to see an example of how to use update_swift_password API.
|
15355
15355
|
"""
|
15356
15356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15357
15357
|
required_arguments = ['userId', 'swiftPasswordId']
|
@@ -15472,7 +15472,7 @@ class IdentityClient(object):
|
|
15472
15472
|
:rtype: :class:`~oci.response.Response`
|
15473
15473
|
|
15474
15474
|
:example:
|
15475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_tag.py.html>`__ to see an example of how to use update_tag API.
|
15476
15476
|
"""
|
15477
15477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15478
15478
|
required_arguments = ['tagNamespaceId', 'tagName']
|
@@ -15598,7 +15598,7 @@ class IdentityClient(object):
|
|
15598
15598
|
:rtype: :class:`~oci.response.Response`
|
15599
15599
|
|
15600
15600
|
:example:
|
15601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_tag_default.py.html>`__ to see an example of how to use update_tag_default API.
|
15602
15602
|
"""
|
15603
15603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15604
15604
|
required_arguments = ['tagDefaultId']
|
@@ -15721,7 +15721,7 @@ class IdentityClient(object):
|
|
15721
15721
|
:rtype: :class:`~oci.response.Response`
|
15722
15722
|
|
15723
15723
|
:example:
|
15724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_tag_namespace.py.html>`__ to see an example of how to use update_tag_namespace API.
|
15725
15725
|
"""
|
15726
15726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15727
15727
|
required_arguments = ['tagNamespaceId']
|
@@ -15831,7 +15831,7 @@ class IdentityClient(object):
|
|
15831
15831
|
:rtype: :class:`~oci.response.Response`
|
15832
15832
|
|
15833
15833
|
:example:
|
15834
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15834
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_user.py.html>`__ to see an example of how to use update_user API.
|
15835
15835
|
"""
|
15836
15836
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15837
15837
|
required_arguments = ['userId']
|
@@ -15936,7 +15936,7 @@ class IdentityClient(object):
|
|
15936
15936
|
:rtype: :class:`~oci.response.Response`
|
15937
15937
|
|
15938
15938
|
:example:
|
15939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_user_capabilities.py.html>`__ to see an example of how to use update_user_capabilities API.
|
15940
15940
|
"""
|
15941
15941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15942
15942
|
required_arguments = ['userId']
|
@@ -16041,7 +16041,7 @@ class IdentityClient(object):
|
|
16041
16041
|
:rtype: :class:`~oci.response.Response`
|
16042
16042
|
|
16043
16043
|
:example:
|
16044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/update_user_state.py.html>`__ to see an example of how to use update_user_state API.
|
16045
16045
|
"""
|
16046
16046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16047
16047
|
required_arguments = ['userId']
|
@@ -16162,7 +16162,7 @@ class IdentityClient(object):
|
|
16162
16162
|
:rtype: :class:`~oci.response.Response`
|
16163
16163
|
|
16164
16164
|
:example:
|
16165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/identity/upload_api_key.py.html>`__ to see an example of how to use upload_api_key API.
|
16166
16166
|
"""
|
16167
16167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16168
16168
|
required_arguments = ['userId']
|