oci 2.137.0__py3-none-any.whl → 2.138.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/auth/auth_utils.py +9 -6
- oci/auth/federation_client.py +59 -5
- oci/auth/rpt_path_providers.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +5 -12
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +69 -245
- oci/cims/models/__init__.py +6 -0
- oci/cims/models/activity_item.py +37 -6
- oci/cims/models/create_account_item_details.py +3 -0
- oci/cims/models/create_incident.py +22 -2
- oci/cims/models/create_limit_item_details.py +10 -3
- oci/cims/models/create_tech_support_item_details.py +3 -0
- oci/cims/models/create_user_details.py +22 -2
- oci/cims/models/incident.py +22 -2
- oci/cims/models/incident_resource_type.py +46 -15
- oci/cims/models/incident_summary.py +22 -2
- oci/cims/models/item.py +1 -1
- oci/cims/models/limit_item.py +40 -5
- oci/cims/models/service_categories.py +34 -34
- oci/cims/models/service_category.py +31 -0
- oci/cims/models/sub_categories.py +165 -0
- oci/cims/models/sub_components.py +103 -0
- oci/cims/models/subscription_info.py +103 -0
- oci/cims/models/ticket.py +4 -4
- oci/cims/models/update_incident.py +22 -2
- oci/cims/models/user.py +22 -2
- oci/circuit_breaker/__init__.py +24 -2
- oci/circuit_breaker/circuit_breaker.py +11 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_engine/models/install_addon_details.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +270 -44
- oci/data_flow/data_flow_client_composite_operations.py +78 -0
- oci/data_flow/models/sql_endpoint.py +7 -3
- oci/data_flow/models/sql_endpoint_summary.py +7 -3
- oci/data_flow/models/update_sql_endpoint_details.py +344 -3
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +292 -292
- oci/data_science/data_science_client.py +92 -92
- oci/database/database_client.py +396 -396
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +69 -69
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +874 -333
- oci/identity_domains/models/__init__.py +20 -0
- oci/identity_domains/models/condition.py +31 -2
- oci/identity_domains/models/condition_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent.py +1041 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_consent_signed_by.py +260 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_modified_resource.py +223 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_policy_resource.py +148 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consent_search_request.py +364 -0
- oci/identity_domains/models/oci_console_sign_on_policy_consents.py +196 -0
- oci/identity_domains/models/policy.py +31 -2
- oci/identity_domains/models/policy_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/identity_domains/models/policy_policy_type.py +2 -2
- oci/identity_domains/models/restore_oci_console_policy.py +722 -0
- oci/identity_domains/models/rule.py +31 -2
- oci/identity_domains/models/rule_condition_group.py +2 -2
- oci/identity_domains/models/rule_extension_ociconsolesignonpolicyconsent_policy.py +194 -0
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/load_balancer/models/create_listener_details.py +4 -6
- oci/load_balancer/models/listener.py +4 -6
- oci/load_balancer/models/listener_details.py +4 -6
- oci/load_balancer/models/update_listener_details.py +4 -6
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/backend_set.py +0 -4
- oci/network_load_balancer/models/backend_set_details.py +0 -4
- oci/network_load_balancer/models/backend_set_summary.py +7 -5
- oci/network_load_balancer/models/create_listener_details.py +42 -5
- oci/network_load_balancer/models/listener.py +42 -5
- oci/network_load_balancer/models/listener_details.py +42 -5
- oci/network_load_balancer/models/listener_summary.py +42 -5
- oci/network_load_balancer/models/update_listener_details.py +42 -5
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +20 -20
- oci/operator_access_control/operator_actions_client.py +4 -4
- oci/operator_access_control/operator_control_assignment_client.py +16 -16
- oci/operator_access_control/operator_control_client.py +12 -12
- oci/opsi/operations_insights_client.py +180 -180
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/regions_definitions.py +15 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/retry/__init__.py +20 -0
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +71 -71
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/METADATA +1 -1
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/RECORD +319 -306
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/WHEEL +0 -0
- {oci-2.137.0.dist-info → oci-2.138.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1041 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class OciConsoleSignOnPolicyConsent(object):
|
14
|
+
"""
|
15
|
+
The \"Security Policy for OCI Console\" sign-on policy consent resource used to record consents. The schema to record the \"Security Policy for OCI Console\" sign-on policy consent.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
|
19
|
+
#: This constant has a value of "replace"
|
20
|
+
IDCS_PREVENTED_OPERATIONS_REPLACE = "replace"
|
21
|
+
|
22
|
+
#: A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
|
23
|
+
#: This constant has a value of "update"
|
24
|
+
IDCS_PREVENTED_OPERATIONS_UPDATE = "update"
|
25
|
+
|
26
|
+
#: A constant which can be used with the idcs_prevented_operations property of a OciConsoleSignOnPolicyConsent.
|
27
|
+
#: This constant has a value of "delete"
|
28
|
+
IDCS_PREVENTED_OPERATIONS_DELETE = "delete"
|
29
|
+
|
30
|
+
#: A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent.
|
31
|
+
#: This constant has a value of "MODIFIED"
|
32
|
+
CHANGE_TYPE_MODIFIED = "MODIFIED"
|
33
|
+
|
34
|
+
#: A constant which can be used with the change_type property of a OciConsoleSignOnPolicyConsent.
|
35
|
+
#: This constant has a value of "RESTORED_TO_FACTORY_DEFAULT"
|
36
|
+
CHANGE_TYPE_RESTORED_TO_FACTORY_DEFAULT = "RESTORED_TO_FACTORY_DEFAULT"
|
37
|
+
|
38
|
+
def __init__(self, **kwargs):
|
39
|
+
"""
|
40
|
+
Initializes a new OciConsoleSignOnPolicyConsent object with values from keyword arguments.
|
41
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
42
|
+
|
43
|
+
:param id:
|
44
|
+
The value to assign to the id property of this OciConsoleSignOnPolicyConsent.
|
45
|
+
:type id: str
|
46
|
+
|
47
|
+
:param ocid:
|
48
|
+
The value to assign to the ocid property of this OciConsoleSignOnPolicyConsent.
|
49
|
+
:type ocid: str
|
50
|
+
|
51
|
+
:param schemas:
|
52
|
+
The value to assign to the schemas property of this OciConsoleSignOnPolicyConsent.
|
53
|
+
:type schemas: list[str]
|
54
|
+
|
55
|
+
:param meta:
|
56
|
+
The value to assign to the meta property of this OciConsoleSignOnPolicyConsent.
|
57
|
+
:type meta: oci.identity_domains.models.Meta
|
58
|
+
|
59
|
+
:param idcs_created_by:
|
60
|
+
The value to assign to the idcs_created_by property of this OciConsoleSignOnPolicyConsent.
|
61
|
+
:type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy
|
62
|
+
|
63
|
+
:param idcs_last_modified_by:
|
64
|
+
The value to assign to the idcs_last_modified_by property of this OciConsoleSignOnPolicyConsent.
|
65
|
+
:type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy
|
66
|
+
|
67
|
+
:param idcs_prevented_operations:
|
68
|
+
The value to assign to the idcs_prevented_operations property of this OciConsoleSignOnPolicyConsent.
|
69
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
70
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
71
|
+
:type idcs_prevented_operations: list[str]
|
72
|
+
|
73
|
+
:param tags:
|
74
|
+
The value to assign to the tags property of this OciConsoleSignOnPolicyConsent.
|
75
|
+
:type tags: list[oci.identity_domains.models.Tags]
|
76
|
+
|
77
|
+
:param delete_in_progress:
|
78
|
+
The value to assign to the delete_in_progress property of this OciConsoleSignOnPolicyConsent.
|
79
|
+
:type delete_in_progress: bool
|
80
|
+
|
81
|
+
:param idcs_last_upgraded_in_release:
|
82
|
+
The value to assign to the idcs_last_upgraded_in_release property of this OciConsoleSignOnPolicyConsent.
|
83
|
+
:type idcs_last_upgraded_in_release: str
|
84
|
+
|
85
|
+
:param domain_ocid:
|
86
|
+
The value to assign to the domain_ocid property of this OciConsoleSignOnPolicyConsent.
|
87
|
+
:type domain_ocid: str
|
88
|
+
|
89
|
+
:param compartment_ocid:
|
90
|
+
The value to assign to the compartment_ocid property of this OciConsoleSignOnPolicyConsent.
|
91
|
+
:type compartment_ocid: str
|
92
|
+
|
93
|
+
:param tenancy_ocid:
|
94
|
+
The value to assign to the tenancy_ocid property of this OciConsoleSignOnPolicyConsent.
|
95
|
+
:type tenancy_ocid: str
|
96
|
+
|
97
|
+
:param consent_signed_by:
|
98
|
+
The value to assign to the consent_signed_by property of this OciConsoleSignOnPolicyConsent.
|
99
|
+
:type consent_signed_by: oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy
|
100
|
+
|
101
|
+
:param modified_resource:
|
102
|
+
The value to assign to the modified_resource property of this OciConsoleSignOnPolicyConsent.
|
103
|
+
:type modified_resource: oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource
|
104
|
+
|
105
|
+
:param policy_resource:
|
106
|
+
The value to assign to the policy_resource property of this OciConsoleSignOnPolicyConsent.
|
107
|
+
:type policy_resource: oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource
|
108
|
+
|
109
|
+
:param change_type:
|
110
|
+
The value to assign to the change_type property of this OciConsoleSignOnPolicyConsent.
|
111
|
+
Allowed values for this property are: "MODIFIED", "RESTORED_TO_FACTORY_DEFAULT", 'UNKNOWN_ENUM_VALUE'.
|
112
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
113
|
+
:type change_type: str
|
114
|
+
|
115
|
+
:param client_ip:
|
116
|
+
The value to assign to the client_ip property of this OciConsoleSignOnPolicyConsent.
|
117
|
+
:type client_ip: str
|
118
|
+
|
119
|
+
:param justification:
|
120
|
+
The value to assign to the justification property of this OciConsoleSignOnPolicyConsent.
|
121
|
+
:type justification: str
|
122
|
+
|
123
|
+
:param reason:
|
124
|
+
The value to assign to the reason property of this OciConsoleSignOnPolicyConsent.
|
125
|
+
:type reason: str
|
126
|
+
|
127
|
+
:param time_consent_signed:
|
128
|
+
The value to assign to the time_consent_signed property of this OciConsoleSignOnPolicyConsent.
|
129
|
+
:type time_consent_signed: str
|
130
|
+
|
131
|
+
:param notification_recipients:
|
132
|
+
The value to assign to the notification_recipients property of this OciConsoleSignOnPolicyConsent.
|
133
|
+
:type notification_recipients: list[str]
|
134
|
+
|
135
|
+
"""
|
136
|
+
self.swagger_types = {
|
137
|
+
'id': 'str',
|
138
|
+
'ocid': 'str',
|
139
|
+
'schemas': 'list[str]',
|
140
|
+
'meta': 'Meta',
|
141
|
+
'idcs_created_by': 'IdcsCreatedBy',
|
142
|
+
'idcs_last_modified_by': 'IdcsLastModifiedBy',
|
143
|
+
'idcs_prevented_operations': 'list[str]',
|
144
|
+
'tags': 'list[Tags]',
|
145
|
+
'delete_in_progress': 'bool',
|
146
|
+
'idcs_last_upgraded_in_release': 'str',
|
147
|
+
'domain_ocid': 'str',
|
148
|
+
'compartment_ocid': 'str',
|
149
|
+
'tenancy_ocid': 'str',
|
150
|
+
'consent_signed_by': 'OciConsoleSignOnPolicyConsentConsentSignedBy',
|
151
|
+
'modified_resource': 'OciConsoleSignOnPolicyConsentModifiedResource',
|
152
|
+
'policy_resource': 'OciConsoleSignOnPolicyConsentPolicyResource',
|
153
|
+
'change_type': 'str',
|
154
|
+
'client_ip': 'str',
|
155
|
+
'justification': 'str',
|
156
|
+
'reason': 'str',
|
157
|
+
'time_consent_signed': 'str',
|
158
|
+
'notification_recipients': 'list[str]'
|
159
|
+
}
|
160
|
+
|
161
|
+
self.attribute_map = {
|
162
|
+
'id': 'id',
|
163
|
+
'ocid': 'ocid',
|
164
|
+
'schemas': 'schemas',
|
165
|
+
'meta': 'meta',
|
166
|
+
'idcs_created_by': 'idcsCreatedBy',
|
167
|
+
'idcs_last_modified_by': 'idcsLastModifiedBy',
|
168
|
+
'idcs_prevented_operations': 'idcsPreventedOperations',
|
169
|
+
'tags': 'tags',
|
170
|
+
'delete_in_progress': 'deleteInProgress',
|
171
|
+
'idcs_last_upgraded_in_release': 'idcsLastUpgradedInRelease',
|
172
|
+
'domain_ocid': 'domainOcid',
|
173
|
+
'compartment_ocid': 'compartmentOcid',
|
174
|
+
'tenancy_ocid': 'tenancyOcid',
|
175
|
+
'consent_signed_by': 'consentSignedBy',
|
176
|
+
'modified_resource': 'modifiedResource',
|
177
|
+
'policy_resource': 'policyResource',
|
178
|
+
'change_type': 'changeType',
|
179
|
+
'client_ip': 'clientIp',
|
180
|
+
'justification': 'justification',
|
181
|
+
'reason': 'reason',
|
182
|
+
'time_consent_signed': 'timeConsentSigned',
|
183
|
+
'notification_recipients': 'notificationRecipients'
|
184
|
+
}
|
185
|
+
|
186
|
+
self._id = None
|
187
|
+
self._ocid = None
|
188
|
+
self._schemas = None
|
189
|
+
self._meta = None
|
190
|
+
self._idcs_created_by = None
|
191
|
+
self._idcs_last_modified_by = None
|
192
|
+
self._idcs_prevented_operations = None
|
193
|
+
self._tags = None
|
194
|
+
self._delete_in_progress = None
|
195
|
+
self._idcs_last_upgraded_in_release = None
|
196
|
+
self._domain_ocid = None
|
197
|
+
self._compartment_ocid = None
|
198
|
+
self._tenancy_ocid = None
|
199
|
+
self._consent_signed_by = None
|
200
|
+
self._modified_resource = None
|
201
|
+
self._policy_resource = None
|
202
|
+
self._change_type = None
|
203
|
+
self._client_ip = None
|
204
|
+
self._justification = None
|
205
|
+
self._reason = None
|
206
|
+
self._time_consent_signed = None
|
207
|
+
self._notification_recipients = None
|
208
|
+
|
209
|
+
@property
|
210
|
+
def id(self):
|
211
|
+
"""
|
212
|
+
Gets the id of this OciConsoleSignOnPolicyConsent.
|
213
|
+
Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
214
|
+
|
215
|
+
**SCIM++ Properties:**
|
216
|
+
- caseExact: false
|
217
|
+
- idcsSearchable: true
|
218
|
+
- multiValued: false
|
219
|
+
- mutability: readOnly
|
220
|
+
- required: false
|
221
|
+
- returned: always
|
222
|
+
- type: string
|
223
|
+
- uniqueness: global
|
224
|
+
|
225
|
+
|
226
|
+
:return: The id of this OciConsoleSignOnPolicyConsent.
|
227
|
+
:rtype: str
|
228
|
+
"""
|
229
|
+
return self._id
|
230
|
+
|
231
|
+
@id.setter
|
232
|
+
def id(self, id):
|
233
|
+
"""
|
234
|
+
Sets the id of this OciConsoleSignOnPolicyConsent.
|
235
|
+
Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
236
|
+
|
237
|
+
**SCIM++ Properties:**
|
238
|
+
- caseExact: false
|
239
|
+
- idcsSearchable: true
|
240
|
+
- multiValued: false
|
241
|
+
- mutability: readOnly
|
242
|
+
- required: false
|
243
|
+
- returned: always
|
244
|
+
- type: string
|
245
|
+
- uniqueness: global
|
246
|
+
|
247
|
+
|
248
|
+
:param id: The id of this OciConsoleSignOnPolicyConsent.
|
249
|
+
:type: str
|
250
|
+
"""
|
251
|
+
self._id = id
|
252
|
+
|
253
|
+
@property
|
254
|
+
def ocid(self):
|
255
|
+
"""
|
256
|
+
Gets the ocid of this OciConsoleSignOnPolicyConsent.
|
257
|
+
Unique OCI identifier for the SCIM Resource.
|
258
|
+
|
259
|
+
**SCIM++ Properties:**
|
260
|
+
- caseExact: true
|
261
|
+
- idcsSearchable: true
|
262
|
+
- multiValued: false
|
263
|
+
- mutability: immutable
|
264
|
+
- required: false
|
265
|
+
- returned: default
|
266
|
+
- type: string
|
267
|
+
- uniqueness: global
|
268
|
+
|
269
|
+
|
270
|
+
:return: The ocid of this OciConsoleSignOnPolicyConsent.
|
271
|
+
:rtype: str
|
272
|
+
"""
|
273
|
+
return self._ocid
|
274
|
+
|
275
|
+
@ocid.setter
|
276
|
+
def ocid(self, ocid):
|
277
|
+
"""
|
278
|
+
Sets the ocid of this OciConsoleSignOnPolicyConsent.
|
279
|
+
Unique OCI identifier for the SCIM Resource.
|
280
|
+
|
281
|
+
**SCIM++ Properties:**
|
282
|
+
- caseExact: true
|
283
|
+
- idcsSearchable: true
|
284
|
+
- multiValued: false
|
285
|
+
- mutability: immutable
|
286
|
+
- required: false
|
287
|
+
- returned: default
|
288
|
+
- type: string
|
289
|
+
- uniqueness: global
|
290
|
+
|
291
|
+
|
292
|
+
:param ocid: The ocid of this OciConsoleSignOnPolicyConsent.
|
293
|
+
:type: str
|
294
|
+
"""
|
295
|
+
self._ocid = ocid
|
296
|
+
|
297
|
+
@property
|
298
|
+
def schemas(self):
|
299
|
+
"""
|
300
|
+
**[Required]** Gets the schemas of this OciConsoleSignOnPolicyConsent.
|
301
|
+
REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
302
|
+
|
303
|
+
**SCIM++ Properties:**
|
304
|
+
- caseExact: false
|
305
|
+
- idcsSearchable: false
|
306
|
+
- multiValued: true
|
307
|
+
- mutability: readWrite
|
308
|
+
- required: true
|
309
|
+
- returned: default
|
310
|
+
- type: string
|
311
|
+
- uniqueness: none
|
312
|
+
|
313
|
+
|
314
|
+
:return: The schemas of this OciConsoleSignOnPolicyConsent.
|
315
|
+
:rtype: list[str]
|
316
|
+
"""
|
317
|
+
return self._schemas
|
318
|
+
|
319
|
+
@schemas.setter
|
320
|
+
def schemas(self, schemas):
|
321
|
+
"""
|
322
|
+
Sets the schemas of this OciConsoleSignOnPolicyConsent.
|
323
|
+
REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
324
|
+
|
325
|
+
**SCIM++ Properties:**
|
326
|
+
- caseExact: false
|
327
|
+
- idcsSearchable: false
|
328
|
+
- multiValued: true
|
329
|
+
- mutability: readWrite
|
330
|
+
- required: true
|
331
|
+
- returned: default
|
332
|
+
- type: string
|
333
|
+
- uniqueness: none
|
334
|
+
|
335
|
+
|
336
|
+
:param schemas: The schemas of this OciConsoleSignOnPolicyConsent.
|
337
|
+
:type: list[str]
|
338
|
+
"""
|
339
|
+
self._schemas = schemas
|
340
|
+
|
341
|
+
@property
|
342
|
+
def meta(self):
|
343
|
+
"""
|
344
|
+
Gets the meta of this OciConsoleSignOnPolicyConsent.
|
345
|
+
|
346
|
+
:return: The meta of this OciConsoleSignOnPolicyConsent.
|
347
|
+
:rtype: oci.identity_domains.models.Meta
|
348
|
+
"""
|
349
|
+
return self._meta
|
350
|
+
|
351
|
+
@meta.setter
|
352
|
+
def meta(self, meta):
|
353
|
+
"""
|
354
|
+
Sets the meta of this OciConsoleSignOnPolicyConsent.
|
355
|
+
|
356
|
+
:param meta: The meta of this OciConsoleSignOnPolicyConsent.
|
357
|
+
:type: oci.identity_domains.models.Meta
|
358
|
+
"""
|
359
|
+
self._meta = meta
|
360
|
+
|
361
|
+
@property
|
362
|
+
def idcs_created_by(self):
|
363
|
+
"""
|
364
|
+
Gets the idcs_created_by of this OciConsoleSignOnPolicyConsent.
|
365
|
+
|
366
|
+
:return: The idcs_created_by of this OciConsoleSignOnPolicyConsent.
|
367
|
+
:rtype: oci.identity_domains.models.IdcsCreatedBy
|
368
|
+
"""
|
369
|
+
return self._idcs_created_by
|
370
|
+
|
371
|
+
@idcs_created_by.setter
|
372
|
+
def idcs_created_by(self, idcs_created_by):
|
373
|
+
"""
|
374
|
+
Sets the idcs_created_by of this OciConsoleSignOnPolicyConsent.
|
375
|
+
|
376
|
+
:param idcs_created_by: The idcs_created_by of this OciConsoleSignOnPolicyConsent.
|
377
|
+
:type: oci.identity_domains.models.IdcsCreatedBy
|
378
|
+
"""
|
379
|
+
self._idcs_created_by = idcs_created_by
|
380
|
+
|
381
|
+
@property
|
382
|
+
def idcs_last_modified_by(self):
|
383
|
+
"""
|
384
|
+
Gets the idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
|
385
|
+
|
386
|
+
:return: The idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
|
387
|
+
:rtype: oci.identity_domains.models.IdcsLastModifiedBy
|
388
|
+
"""
|
389
|
+
return self._idcs_last_modified_by
|
390
|
+
|
391
|
+
@idcs_last_modified_by.setter
|
392
|
+
def idcs_last_modified_by(self, idcs_last_modified_by):
|
393
|
+
"""
|
394
|
+
Sets the idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
|
395
|
+
|
396
|
+
:param idcs_last_modified_by: The idcs_last_modified_by of this OciConsoleSignOnPolicyConsent.
|
397
|
+
:type: oci.identity_domains.models.IdcsLastModifiedBy
|
398
|
+
"""
|
399
|
+
self._idcs_last_modified_by = idcs_last_modified_by
|
400
|
+
|
401
|
+
@property
|
402
|
+
def idcs_prevented_operations(self):
|
403
|
+
"""
|
404
|
+
Gets the idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
|
405
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
406
|
+
|
407
|
+
**SCIM++ Properties:**
|
408
|
+
- idcsSearchable: false
|
409
|
+
- multiValued: true
|
410
|
+
- mutability: readOnly
|
411
|
+
- required: false
|
412
|
+
- returned: request
|
413
|
+
- type: string
|
414
|
+
- uniqueness: none
|
415
|
+
|
416
|
+
Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
|
417
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
418
|
+
|
419
|
+
|
420
|
+
:return: The idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
|
421
|
+
:rtype: list[str]
|
422
|
+
"""
|
423
|
+
return self._idcs_prevented_operations
|
424
|
+
|
425
|
+
@idcs_prevented_operations.setter
|
426
|
+
def idcs_prevented_operations(self, idcs_prevented_operations):
|
427
|
+
"""
|
428
|
+
Sets the idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
|
429
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
430
|
+
|
431
|
+
**SCIM++ Properties:**
|
432
|
+
- idcsSearchable: false
|
433
|
+
- multiValued: true
|
434
|
+
- mutability: readOnly
|
435
|
+
- required: false
|
436
|
+
- returned: request
|
437
|
+
- type: string
|
438
|
+
- uniqueness: none
|
439
|
+
|
440
|
+
|
441
|
+
:param idcs_prevented_operations: The idcs_prevented_operations of this OciConsoleSignOnPolicyConsent.
|
442
|
+
:type: list[str]
|
443
|
+
"""
|
444
|
+
allowed_values = ["replace", "update", "delete"]
|
445
|
+
if idcs_prevented_operations:
|
446
|
+
idcs_prevented_operations[:] = ['UNKNOWN_ENUM_VALUE' if not value_allowed_none_or_none_sentinel(x, allowed_values) else x for x in idcs_prevented_operations]
|
447
|
+
self._idcs_prevented_operations = idcs_prevented_operations
|
448
|
+
|
449
|
+
@property
|
450
|
+
def tags(self):
|
451
|
+
"""
|
452
|
+
Gets the tags of this OciConsoleSignOnPolicyConsent.
|
453
|
+
A list of tags on this resource.
|
454
|
+
|
455
|
+
**SCIM++ Properties:**
|
456
|
+
- idcsCompositeKey: [key, value]
|
457
|
+
- idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
458
|
+
- idcsSearchable: true
|
459
|
+
- multiValued: true
|
460
|
+
- mutability: readWrite
|
461
|
+
- required: false
|
462
|
+
- returned: request
|
463
|
+
- type: complex
|
464
|
+
- uniqueness: none
|
465
|
+
|
466
|
+
|
467
|
+
:return: The tags of this OciConsoleSignOnPolicyConsent.
|
468
|
+
:rtype: list[oci.identity_domains.models.Tags]
|
469
|
+
"""
|
470
|
+
return self._tags
|
471
|
+
|
472
|
+
@tags.setter
|
473
|
+
def tags(self, tags):
|
474
|
+
"""
|
475
|
+
Sets the tags of this OciConsoleSignOnPolicyConsent.
|
476
|
+
A list of tags on this resource.
|
477
|
+
|
478
|
+
**SCIM++ Properties:**
|
479
|
+
- idcsCompositeKey: [key, value]
|
480
|
+
- idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
481
|
+
- idcsSearchable: true
|
482
|
+
- multiValued: true
|
483
|
+
- mutability: readWrite
|
484
|
+
- required: false
|
485
|
+
- returned: request
|
486
|
+
- type: complex
|
487
|
+
- uniqueness: none
|
488
|
+
|
489
|
+
|
490
|
+
:param tags: The tags of this OciConsoleSignOnPolicyConsent.
|
491
|
+
:type: list[oci.identity_domains.models.Tags]
|
492
|
+
"""
|
493
|
+
self._tags = tags
|
494
|
+
|
495
|
+
@property
|
496
|
+
def delete_in_progress(self):
|
497
|
+
"""
|
498
|
+
Gets the delete_in_progress of this OciConsoleSignOnPolicyConsent.
|
499
|
+
A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
500
|
+
|
501
|
+
**SCIM++ Properties:**
|
502
|
+
- caseExact: false
|
503
|
+
- idcsSearchable: true
|
504
|
+
- multiValued: false
|
505
|
+
- mutability: readOnly
|
506
|
+
- required: false
|
507
|
+
- returned: default
|
508
|
+
- type: boolean
|
509
|
+
- uniqueness: none
|
510
|
+
|
511
|
+
|
512
|
+
:return: The delete_in_progress of this OciConsoleSignOnPolicyConsent.
|
513
|
+
:rtype: bool
|
514
|
+
"""
|
515
|
+
return self._delete_in_progress
|
516
|
+
|
517
|
+
@delete_in_progress.setter
|
518
|
+
def delete_in_progress(self, delete_in_progress):
|
519
|
+
"""
|
520
|
+
Sets the delete_in_progress of this OciConsoleSignOnPolicyConsent.
|
521
|
+
A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
522
|
+
|
523
|
+
**SCIM++ Properties:**
|
524
|
+
- caseExact: false
|
525
|
+
- idcsSearchable: true
|
526
|
+
- multiValued: false
|
527
|
+
- mutability: readOnly
|
528
|
+
- required: false
|
529
|
+
- returned: default
|
530
|
+
- type: boolean
|
531
|
+
- uniqueness: none
|
532
|
+
|
533
|
+
|
534
|
+
:param delete_in_progress: The delete_in_progress of this OciConsoleSignOnPolicyConsent.
|
535
|
+
:type: bool
|
536
|
+
"""
|
537
|
+
self._delete_in_progress = delete_in_progress
|
538
|
+
|
539
|
+
@property
|
540
|
+
def idcs_last_upgraded_in_release(self):
|
541
|
+
"""
|
542
|
+
Gets the idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
|
543
|
+
The release number when the resource was upgraded.
|
544
|
+
|
545
|
+
**SCIM++ Properties:**
|
546
|
+
- caseExact: false
|
547
|
+
- idcsSearchable: false
|
548
|
+
- multiValued: false
|
549
|
+
- mutability: readOnly
|
550
|
+
- required: false
|
551
|
+
- returned: request
|
552
|
+
- type: string
|
553
|
+
- uniqueness: none
|
554
|
+
|
555
|
+
|
556
|
+
:return: The idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
|
557
|
+
:rtype: str
|
558
|
+
"""
|
559
|
+
return self._idcs_last_upgraded_in_release
|
560
|
+
|
561
|
+
@idcs_last_upgraded_in_release.setter
|
562
|
+
def idcs_last_upgraded_in_release(self, idcs_last_upgraded_in_release):
|
563
|
+
"""
|
564
|
+
Sets the idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
|
565
|
+
The release number when the resource was upgraded.
|
566
|
+
|
567
|
+
**SCIM++ Properties:**
|
568
|
+
- caseExact: false
|
569
|
+
- idcsSearchable: false
|
570
|
+
- multiValued: false
|
571
|
+
- mutability: readOnly
|
572
|
+
- required: false
|
573
|
+
- returned: request
|
574
|
+
- type: string
|
575
|
+
- uniqueness: none
|
576
|
+
|
577
|
+
|
578
|
+
:param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this OciConsoleSignOnPolicyConsent.
|
579
|
+
:type: str
|
580
|
+
"""
|
581
|
+
self._idcs_last_upgraded_in_release = idcs_last_upgraded_in_release
|
582
|
+
|
583
|
+
@property
|
584
|
+
def domain_ocid(self):
|
585
|
+
"""
|
586
|
+
Gets the domain_ocid of this OciConsoleSignOnPolicyConsent.
|
587
|
+
OCI Domain Id (ocid) in which the resource lives.
|
588
|
+
|
589
|
+
**SCIM++ Properties:**
|
590
|
+
- caseExact: false
|
591
|
+
- idcsSearchable: false
|
592
|
+
- multiValued: false
|
593
|
+
- mutability: readOnly
|
594
|
+
- required: false
|
595
|
+
- returned: default
|
596
|
+
- type: string
|
597
|
+
- uniqueness: none
|
598
|
+
|
599
|
+
|
600
|
+
:return: The domain_ocid of this OciConsoleSignOnPolicyConsent.
|
601
|
+
:rtype: str
|
602
|
+
"""
|
603
|
+
return self._domain_ocid
|
604
|
+
|
605
|
+
@domain_ocid.setter
|
606
|
+
def domain_ocid(self, domain_ocid):
|
607
|
+
"""
|
608
|
+
Sets the domain_ocid of this OciConsoleSignOnPolicyConsent.
|
609
|
+
OCI Domain Id (ocid) in which the resource lives.
|
610
|
+
|
611
|
+
**SCIM++ Properties:**
|
612
|
+
- caseExact: false
|
613
|
+
- idcsSearchable: false
|
614
|
+
- multiValued: false
|
615
|
+
- mutability: readOnly
|
616
|
+
- required: false
|
617
|
+
- returned: default
|
618
|
+
- type: string
|
619
|
+
- uniqueness: none
|
620
|
+
|
621
|
+
|
622
|
+
:param domain_ocid: The domain_ocid of this OciConsoleSignOnPolicyConsent.
|
623
|
+
:type: str
|
624
|
+
"""
|
625
|
+
self._domain_ocid = domain_ocid
|
626
|
+
|
627
|
+
@property
|
628
|
+
def compartment_ocid(self):
|
629
|
+
"""
|
630
|
+
Gets the compartment_ocid of this OciConsoleSignOnPolicyConsent.
|
631
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
632
|
+
|
633
|
+
**SCIM++ Properties:**
|
634
|
+
- caseExact: false
|
635
|
+
- idcsSearchable: false
|
636
|
+
- multiValued: false
|
637
|
+
- mutability: readOnly
|
638
|
+
- required: false
|
639
|
+
- returned: default
|
640
|
+
- type: string
|
641
|
+
- uniqueness: none
|
642
|
+
|
643
|
+
|
644
|
+
:return: The compartment_ocid of this OciConsoleSignOnPolicyConsent.
|
645
|
+
:rtype: str
|
646
|
+
"""
|
647
|
+
return self._compartment_ocid
|
648
|
+
|
649
|
+
@compartment_ocid.setter
|
650
|
+
def compartment_ocid(self, compartment_ocid):
|
651
|
+
"""
|
652
|
+
Sets the compartment_ocid of this OciConsoleSignOnPolicyConsent.
|
653
|
+
OCI Compartment Id (ocid) in which the resource lives.
|
654
|
+
|
655
|
+
**SCIM++ Properties:**
|
656
|
+
- caseExact: false
|
657
|
+
- idcsSearchable: false
|
658
|
+
- multiValued: false
|
659
|
+
- mutability: readOnly
|
660
|
+
- required: false
|
661
|
+
- returned: default
|
662
|
+
- type: string
|
663
|
+
- uniqueness: none
|
664
|
+
|
665
|
+
|
666
|
+
:param compartment_ocid: The compartment_ocid of this OciConsoleSignOnPolicyConsent.
|
667
|
+
:type: str
|
668
|
+
"""
|
669
|
+
self._compartment_ocid = compartment_ocid
|
670
|
+
|
671
|
+
@property
|
672
|
+
def tenancy_ocid(self):
|
673
|
+
"""
|
674
|
+
Gets the tenancy_ocid of this OciConsoleSignOnPolicyConsent.
|
675
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
676
|
+
|
677
|
+
**SCIM++ Properties:**
|
678
|
+
- caseExact: false
|
679
|
+
- idcsSearchable: false
|
680
|
+
- multiValued: false
|
681
|
+
- mutability: readOnly
|
682
|
+
- required: false
|
683
|
+
- returned: default
|
684
|
+
- type: string
|
685
|
+
- uniqueness: none
|
686
|
+
|
687
|
+
|
688
|
+
:return: The tenancy_ocid of this OciConsoleSignOnPolicyConsent.
|
689
|
+
:rtype: str
|
690
|
+
"""
|
691
|
+
return self._tenancy_ocid
|
692
|
+
|
693
|
+
@tenancy_ocid.setter
|
694
|
+
def tenancy_ocid(self, tenancy_ocid):
|
695
|
+
"""
|
696
|
+
Sets the tenancy_ocid of this OciConsoleSignOnPolicyConsent.
|
697
|
+
OCI Tenant Id (ocid) in which the resource lives.
|
698
|
+
|
699
|
+
**SCIM++ Properties:**
|
700
|
+
- caseExact: false
|
701
|
+
- idcsSearchable: false
|
702
|
+
- multiValued: false
|
703
|
+
- mutability: readOnly
|
704
|
+
- required: false
|
705
|
+
- returned: default
|
706
|
+
- type: string
|
707
|
+
- uniqueness: none
|
708
|
+
|
709
|
+
|
710
|
+
:param tenancy_ocid: The tenancy_ocid of this OciConsoleSignOnPolicyConsent.
|
711
|
+
:type: str
|
712
|
+
"""
|
713
|
+
self._tenancy_ocid = tenancy_ocid
|
714
|
+
|
715
|
+
@property
|
716
|
+
def consent_signed_by(self):
|
717
|
+
"""
|
718
|
+
**[Required]** Gets the consent_signed_by of this OciConsoleSignOnPolicyConsent.
|
719
|
+
|
720
|
+
:return: The consent_signed_by of this OciConsoleSignOnPolicyConsent.
|
721
|
+
:rtype: oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy
|
722
|
+
"""
|
723
|
+
return self._consent_signed_by
|
724
|
+
|
725
|
+
@consent_signed_by.setter
|
726
|
+
def consent_signed_by(self, consent_signed_by):
|
727
|
+
"""
|
728
|
+
Sets the consent_signed_by of this OciConsoleSignOnPolicyConsent.
|
729
|
+
|
730
|
+
:param consent_signed_by: The consent_signed_by of this OciConsoleSignOnPolicyConsent.
|
731
|
+
:type: oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy
|
732
|
+
"""
|
733
|
+
self._consent_signed_by = consent_signed_by
|
734
|
+
|
735
|
+
@property
|
736
|
+
def modified_resource(self):
|
737
|
+
"""
|
738
|
+
**[Required]** Gets the modified_resource of this OciConsoleSignOnPolicyConsent.
|
739
|
+
|
740
|
+
:return: The modified_resource of this OciConsoleSignOnPolicyConsent.
|
741
|
+
:rtype: oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource
|
742
|
+
"""
|
743
|
+
return self._modified_resource
|
744
|
+
|
745
|
+
@modified_resource.setter
|
746
|
+
def modified_resource(self, modified_resource):
|
747
|
+
"""
|
748
|
+
Sets the modified_resource of this OciConsoleSignOnPolicyConsent.
|
749
|
+
|
750
|
+
:param modified_resource: The modified_resource of this OciConsoleSignOnPolicyConsent.
|
751
|
+
:type: oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource
|
752
|
+
"""
|
753
|
+
self._modified_resource = modified_resource
|
754
|
+
|
755
|
+
@property
|
756
|
+
def policy_resource(self):
|
757
|
+
"""
|
758
|
+
**[Required]** Gets the policy_resource of this OciConsoleSignOnPolicyConsent.
|
759
|
+
|
760
|
+
:return: The policy_resource of this OciConsoleSignOnPolicyConsent.
|
761
|
+
:rtype: oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource
|
762
|
+
"""
|
763
|
+
return self._policy_resource
|
764
|
+
|
765
|
+
@policy_resource.setter
|
766
|
+
def policy_resource(self, policy_resource):
|
767
|
+
"""
|
768
|
+
Sets the policy_resource of this OciConsoleSignOnPolicyConsent.
|
769
|
+
|
770
|
+
:param policy_resource: The policy_resource of this OciConsoleSignOnPolicyConsent.
|
771
|
+
:type: oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource
|
772
|
+
"""
|
773
|
+
self._policy_resource = policy_resource
|
774
|
+
|
775
|
+
@property
|
776
|
+
def change_type(self):
|
777
|
+
"""
|
778
|
+
**[Required]** Gets the change_type of this OciConsoleSignOnPolicyConsent.
|
779
|
+
Change Type - MODIFIED or RESTORED_TO_FACTORY_DEFAULT
|
780
|
+
|
781
|
+
**SCIM++ Properties:**
|
782
|
+
- idcsSearchable: true
|
783
|
+
- multiValued: false
|
784
|
+
- mutability: immutable
|
785
|
+
- required: true
|
786
|
+
- returned: default
|
787
|
+
- type: string
|
788
|
+
- uniqueness: none
|
789
|
+
|
790
|
+
Allowed values for this property are: "MODIFIED", "RESTORED_TO_FACTORY_DEFAULT", 'UNKNOWN_ENUM_VALUE'.
|
791
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
792
|
+
|
793
|
+
|
794
|
+
:return: The change_type of this OciConsoleSignOnPolicyConsent.
|
795
|
+
:rtype: str
|
796
|
+
"""
|
797
|
+
return self._change_type
|
798
|
+
|
799
|
+
@change_type.setter
|
800
|
+
def change_type(self, change_type):
|
801
|
+
"""
|
802
|
+
Sets the change_type of this OciConsoleSignOnPolicyConsent.
|
803
|
+
Change Type - MODIFIED or RESTORED_TO_FACTORY_DEFAULT
|
804
|
+
|
805
|
+
**SCIM++ Properties:**
|
806
|
+
- idcsSearchable: true
|
807
|
+
- multiValued: false
|
808
|
+
- mutability: immutable
|
809
|
+
- required: true
|
810
|
+
- returned: default
|
811
|
+
- type: string
|
812
|
+
- uniqueness: none
|
813
|
+
|
814
|
+
|
815
|
+
:param change_type: The change_type of this OciConsoleSignOnPolicyConsent.
|
816
|
+
:type: str
|
817
|
+
"""
|
818
|
+
allowed_values = ["MODIFIED", "RESTORED_TO_FACTORY_DEFAULT"]
|
819
|
+
if not value_allowed_none_or_none_sentinel(change_type, allowed_values):
|
820
|
+
change_type = 'UNKNOWN_ENUM_VALUE'
|
821
|
+
self._change_type = change_type
|
822
|
+
|
823
|
+
@property
|
824
|
+
def client_ip(self):
|
825
|
+
"""
|
826
|
+
**[Required]** Gets the client_ip of this OciConsoleSignOnPolicyConsent.
|
827
|
+
Client IP of the Consent Signer
|
828
|
+
|
829
|
+
**SCIM++ Properties:**
|
830
|
+
- idcsSearchable: false
|
831
|
+
- multiValued: false
|
832
|
+
- mutability: immutable
|
833
|
+
- required: true
|
834
|
+
- returned: default
|
835
|
+
- type: string
|
836
|
+
- uniqueness: none
|
837
|
+
|
838
|
+
|
839
|
+
:return: The client_ip of this OciConsoleSignOnPolicyConsent.
|
840
|
+
:rtype: str
|
841
|
+
"""
|
842
|
+
return self._client_ip
|
843
|
+
|
844
|
+
@client_ip.setter
|
845
|
+
def client_ip(self, client_ip):
|
846
|
+
"""
|
847
|
+
Sets the client_ip of this OciConsoleSignOnPolicyConsent.
|
848
|
+
Client IP of the Consent Signer
|
849
|
+
|
850
|
+
**SCIM++ Properties:**
|
851
|
+
- idcsSearchable: false
|
852
|
+
- multiValued: false
|
853
|
+
- mutability: immutable
|
854
|
+
- required: true
|
855
|
+
- returned: default
|
856
|
+
- type: string
|
857
|
+
- uniqueness: none
|
858
|
+
|
859
|
+
|
860
|
+
:param client_ip: The client_ip of this OciConsoleSignOnPolicyConsent.
|
861
|
+
:type: str
|
862
|
+
"""
|
863
|
+
self._client_ip = client_ip
|
864
|
+
|
865
|
+
@property
|
866
|
+
def justification(self):
|
867
|
+
"""
|
868
|
+
**[Required]** Gets the justification of this OciConsoleSignOnPolicyConsent.
|
869
|
+
The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
870
|
+
|
871
|
+
**SCIM++ Properties:**
|
872
|
+
- idcsSearchable: false
|
873
|
+
- multiValued: false
|
874
|
+
- mutability: immutable
|
875
|
+
- required: true
|
876
|
+
- returned: default
|
877
|
+
- type: string
|
878
|
+
- uniqueness: none
|
879
|
+
|
880
|
+
|
881
|
+
:return: The justification of this OciConsoleSignOnPolicyConsent.
|
882
|
+
:rtype: str
|
883
|
+
"""
|
884
|
+
return self._justification
|
885
|
+
|
886
|
+
@justification.setter
|
887
|
+
def justification(self, justification):
|
888
|
+
"""
|
889
|
+
Sets the justification of this OciConsoleSignOnPolicyConsent.
|
890
|
+
The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
891
|
+
|
892
|
+
**SCIM++ Properties:**
|
893
|
+
- idcsSearchable: false
|
894
|
+
- multiValued: false
|
895
|
+
- mutability: immutable
|
896
|
+
- required: true
|
897
|
+
- returned: default
|
898
|
+
- type: string
|
899
|
+
- uniqueness: none
|
900
|
+
|
901
|
+
|
902
|
+
:param justification: The justification of this OciConsoleSignOnPolicyConsent.
|
903
|
+
:type: str
|
904
|
+
"""
|
905
|
+
self._justification = justification
|
906
|
+
|
907
|
+
@property
|
908
|
+
def reason(self):
|
909
|
+
"""
|
910
|
+
Gets the reason of this OciConsoleSignOnPolicyConsent.
|
911
|
+
The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
912
|
+
|
913
|
+
**SCIM++ Properties:**
|
914
|
+
- idcsSearchable: false
|
915
|
+
- multiValued: false
|
916
|
+
- mutability: immutable
|
917
|
+
- required: false
|
918
|
+
- returned: default
|
919
|
+
- type: string
|
920
|
+
- uniqueness: none
|
921
|
+
|
922
|
+
|
923
|
+
:return: The reason of this OciConsoleSignOnPolicyConsent.
|
924
|
+
:rtype: str
|
925
|
+
"""
|
926
|
+
return self._reason
|
927
|
+
|
928
|
+
@reason.setter
|
929
|
+
def reason(self, reason):
|
930
|
+
"""
|
931
|
+
Sets the reason of this OciConsoleSignOnPolicyConsent.
|
932
|
+
The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the \"Security Policy for OCI Console\" sign-on policy shipped by Oracle.
|
933
|
+
|
934
|
+
**SCIM++ Properties:**
|
935
|
+
- idcsSearchable: false
|
936
|
+
- multiValued: false
|
937
|
+
- mutability: immutable
|
938
|
+
- required: false
|
939
|
+
- returned: default
|
940
|
+
- type: string
|
941
|
+
- uniqueness: none
|
942
|
+
|
943
|
+
|
944
|
+
:param reason: The reason of this OciConsoleSignOnPolicyConsent.
|
945
|
+
:type: str
|
946
|
+
"""
|
947
|
+
self._reason = reason
|
948
|
+
|
949
|
+
@property
|
950
|
+
def time_consent_signed(self):
|
951
|
+
"""
|
952
|
+
**[Required]** Gets the time_consent_signed of this OciConsoleSignOnPolicyConsent.
|
953
|
+
Time when Consent was signed.
|
954
|
+
|
955
|
+
**SCIM++ Properties:**
|
956
|
+
- idcsSearchable: false
|
957
|
+
- multiValued: false
|
958
|
+
- mutability: immutable
|
959
|
+
- required: true
|
960
|
+
- returned: default
|
961
|
+
- type: dateTime
|
962
|
+
- uniqueness: none
|
963
|
+
|
964
|
+
|
965
|
+
:return: The time_consent_signed of this OciConsoleSignOnPolicyConsent.
|
966
|
+
:rtype: str
|
967
|
+
"""
|
968
|
+
return self._time_consent_signed
|
969
|
+
|
970
|
+
@time_consent_signed.setter
|
971
|
+
def time_consent_signed(self, time_consent_signed):
|
972
|
+
"""
|
973
|
+
Sets the time_consent_signed of this OciConsoleSignOnPolicyConsent.
|
974
|
+
Time when Consent was signed.
|
975
|
+
|
976
|
+
**SCIM++ Properties:**
|
977
|
+
- idcsSearchable: false
|
978
|
+
- multiValued: false
|
979
|
+
- mutability: immutable
|
980
|
+
- required: true
|
981
|
+
- returned: default
|
982
|
+
- type: dateTime
|
983
|
+
- uniqueness: none
|
984
|
+
|
985
|
+
|
986
|
+
:param time_consent_signed: The time_consent_signed of this OciConsoleSignOnPolicyConsent.
|
987
|
+
:type: str
|
988
|
+
"""
|
989
|
+
self._time_consent_signed = time_consent_signed
|
990
|
+
|
991
|
+
@property
|
992
|
+
def notification_recipients(self):
|
993
|
+
"""
|
994
|
+
**[Required]** Gets the notification_recipients of this OciConsoleSignOnPolicyConsent.
|
995
|
+
The recipients of the email notification for the change in consent.
|
996
|
+
|
997
|
+
**SCIM++ Properties:**
|
998
|
+
- idcsSearchable: false
|
999
|
+
- multiValued: true
|
1000
|
+
- mutability: immutable
|
1001
|
+
- required: true
|
1002
|
+
- returned: default
|
1003
|
+
- type: string
|
1004
|
+
|
1005
|
+
|
1006
|
+
:return: The notification_recipients of this OciConsoleSignOnPolicyConsent.
|
1007
|
+
:rtype: list[str]
|
1008
|
+
"""
|
1009
|
+
return self._notification_recipients
|
1010
|
+
|
1011
|
+
@notification_recipients.setter
|
1012
|
+
def notification_recipients(self, notification_recipients):
|
1013
|
+
"""
|
1014
|
+
Sets the notification_recipients of this OciConsoleSignOnPolicyConsent.
|
1015
|
+
The recipients of the email notification for the change in consent.
|
1016
|
+
|
1017
|
+
**SCIM++ Properties:**
|
1018
|
+
- idcsSearchable: false
|
1019
|
+
- multiValued: true
|
1020
|
+
- mutability: immutable
|
1021
|
+
- required: true
|
1022
|
+
- returned: default
|
1023
|
+
- type: string
|
1024
|
+
|
1025
|
+
|
1026
|
+
:param notification_recipients: The notification_recipients of this OciConsoleSignOnPolicyConsent.
|
1027
|
+
:type: list[str]
|
1028
|
+
"""
|
1029
|
+
self._notification_recipients = notification_recipients
|
1030
|
+
|
1031
|
+
def __repr__(self):
|
1032
|
+
return formatted_flat_dict(self)
|
1033
|
+
|
1034
|
+
def __eq__(self, other):
|
1035
|
+
if other is None:
|
1036
|
+
return False
|
1037
|
+
|
1038
|
+
return self.__dict__ == other.__dict__
|
1039
|
+
|
1040
|
+
def __ne__(self, other):
|
1041
|
+
return not self == other
|