pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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.
- pulumi_oci/__init__.py +0 -40
- pulumi_oci/adm/_inputs.py +6 -6
- pulumi_oci/adm/outputs.py +6 -6
- pulumi_oci/aianomalydetection/_inputs.py +8 -10
- pulumi_oci/aianomalydetection/outputs.py +8 -22
- pulumi_oci/aidocument/_inputs.py +18 -22
- pulumi_oci/aidocument/outputs.py +18 -36
- pulumi_oci/ailanguage/_inputs.py +20 -4
- pulumi_oci/ailanguage/model.py +4 -4
- pulumi_oci/ailanguage/outputs.py +20 -4
- pulumi_oci/aivision/_inputs.py +16 -0
- pulumi_oci/aivision/outputs.py +16 -0
- pulumi_oci/analytics/_inputs.py +2 -2
- pulumi_oci/analytics/outputs.py +2 -2
- pulumi_oci/apigateway/_inputs.py +414 -206
- pulumi_oci/apigateway/outputs.py +414 -206
- pulumi_oci/apmconfig/_inputs.py +4 -4
- pulumi_oci/apmconfig/config.py +7 -7
- pulumi_oci/apmconfig/outputs.py +4 -4
- pulumi_oci/apmsynthetics/_inputs.py +26 -18
- pulumi_oci/apmsynthetics/config.py +7 -7
- pulumi_oci/apmsynthetics/outputs.py +26 -18
- pulumi_oci/autoscaling/_inputs.py +16 -14
- pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
- pulumi_oci/autoscaling/outputs.py +16 -14
- pulumi_oci/bigdataservice/_inputs.py +44 -32
- pulumi_oci/bigdataservice/bds_instance.py +4 -4
- pulumi_oci/bigdataservice/outputs.py +44 -32
- pulumi_oci/certificatesmanagement/_inputs.py +16 -16
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
- pulumi_oci/certificatesmanagement/outputs.py +16 -16
- pulumi_oci/cloudbridge/_inputs.py +18 -18
- pulumi_oci/cloudbridge/outputs.py +18 -18
- pulumi_oci/cloudguard/__init__.py +0 -9
- pulumi_oci/cloudguard/_inputs.py +488 -1066
- pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
- pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
- pulumi_oci/cloudguard/data_mask_rule.py +62 -62
- pulumi_oci/cloudguard/detector_recipe.py +53 -95
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
- pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
- pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
- pulumi_oci/cloudguard/get_data_source.py +10 -10
- pulumi_oci/cloudguard/get_data_source_events.py +7 -11
- pulumi_oci/cloudguard/get_data_sources.py +20 -24
- pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
- pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
- pulumi_oci/cloudguard/get_guard_target.py +14 -14
- pulumi_oci/cloudguard/get_guard_targets.py +17 -19
- pulumi_oci/cloudguard/get_managed_list.py +14 -14
- pulumi_oci/cloudguard/get_managed_lists.py +16 -16
- pulumi_oci/cloudguard/get_problem_entities.py +3 -5
- pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
- pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
- pulumi_oci/cloudguard/get_security_policies.py +12 -14
- pulumi_oci/cloudguard/get_security_policy.py +8 -12
- pulumi_oci/cloudguard/get_security_recipe.py +9 -9
- pulumi_oci/cloudguard/get_security_recipes.py +12 -14
- pulumi_oci/cloudguard/get_security_zone.py +8 -8
- pulumi_oci/cloudguard/get_security_zones.py +15 -17
- pulumi_oci/cloudguard/managed_list.py +57 -57
- pulumi_oci/cloudguard/outputs.py +1808 -3493
- pulumi_oci/cloudguard/responder_recipe.py +39 -41
- pulumi_oci/cloudguard/security_recipe.py +27 -43
- pulumi_oci/cloudguard/security_zone.py +20 -22
- pulumi_oci/cloudguard/target.py +54 -54
- pulumi_oci/cloudmigrations/_inputs.py +496 -222
- pulumi_oci/cloudmigrations/outputs.py +498 -224
- pulumi_oci/cloudmigrations/target_asset.py +15 -15
- pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
- pulumi_oci/clusterplacementgroups/outputs.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
- pulumi_oci/containerengine/_inputs.py +22 -22
- pulumi_oci/containerengine/container_instance.py +21 -21
- pulumi_oci/containerengine/outputs.py +22 -22
- pulumi_oci/containerengine/virtual_node_pool.py +35 -7
- pulumi_oci/core/_inputs.py +668 -402
- pulumi_oci/core/boot_volume.py +7 -7
- pulumi_oci/core/cluster_network.py +22 -22
- pulumi_oci/core/cross_connect_group.py +20 -4
- pulumi_oci/core/drg_route_table_route_rule.py +0 -7
- pulumi_oci/core/get_image.py +0 -4
- pulumi_oci/core/get_instance.py +0 -4
- pulumi_oci/core/get_public_ip.py +0 -4
- pulumi_oci/core/get_public_ips.py +0 -8
- pulumi_oci/core/get_vtap.py +0 -2
- pulumi_oci/core/get_vtaps.py +0 -2
- pulumi_oci/core/image.py +0 -56
- pulumi_oci/core/instance.py +48 -48
- pulumi_oci/core/instance_configuration.py +28 -70
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
- pulumi_oci/core/network_security_group_security_rule.py +105 -28
- pulumi_oci/core/outputs.py +668 -748
- pulumi_oci/core/public_ip.py +0 -8
- pulumi_oci/core/vnic_attachment.py +24 -8
- pulumi_oci/core/volume.py +7 -7
- pulumi_oci/core/volume_group.py +7 -7
- pulumi_oci/core/vtap.py +0 -14
- pulumi_oci/database/_inputs.py +220 -188
- pulumi_oci/database/autonomous_database.py +7 -21
- pulumi_oci/database/autonomous_database_wallet.py +0 -28
- pulumi_oci/database/backup_destination.py +11 -11
- pulumi_oci/database/cloud_database_management.py +0 -14
- pulumi_oci/database/database.py +44 -28
- pulumi_oci/database/database_upgrade.py +4 -4
- pulumi_oci/database/db_home.py +13 -0
- pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
- pulumi_oci/database/outputs.py +220 -188
- pulumi_oci/database/vm_cluster_network.py +4 -4
- pulumi_oci/databasemanagement/_inputs.py +8 -8
- pulumi_oci/databasemanagement/outputs.py +8 -8
- pulumi_oci/databasemigration/_inputs.py +34 -34
- pulumi_oci/databasemigration/connection.py +7 -7
- pulumi_oci/databasemigration/migration.py +7 -7
- pulumi_oci/databasemigration/outputs.py +34 -34
- pulumi_oci/databasetools/_inputs.py +36 -12
- pulumi_oci/databasetools/database_tools_connection.py +4 -4
- pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
- pulumi_oci/databasetools/outputs.py +36 -12
- pulumi_oci/dataintegration/_inputs.py +330 -318
- pulumi_oci/dataintegration/outputs.py +330 -318
- pulumi_oci/dataintegration/workspace_application.py +7 -7
- pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
- pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
- pulumi_oci/dataintegration/workspace_folder.py +7 -7
- pulumi_oci/dataintegration/workspace_project.py +7 -7
- pulumi_oci/dataintegration/workspace_task.py +47 -47
- pulumi_oci/datalabellingservice/_inputs.py +10 -10
- pulumi_oci/datalabellingservice/outputs.py +10 -10
- pulumi_oci/datasafe/__init__.py +0 -2
- pulumi_oci/datasafe/_inputs.py +80 -72
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/outputs.py +80 -72
- pulumi_oci/datasafe/report_definition.py +24 -8
- pulumi_oci/datasafe/target_database.py +21 -21
- pulumi_oci/datascience/_inputs.py +65 -337
- pulumi_oci/datascience/get_job_run.py +1 -11
- pulumi_oci/datascience/get_model_deployment.py +1 -11
- pulumi_oci/datascience/get_pipeline.py +0 -3
- pulumi_oci/datascience/get_pipeline_run.py +1 -14
- pulumi_oci/datascience/job_run.py +3 -52
- pulumi_oci/datascience/model_deployment.py +2 -51
- pulumi_oci/datascience/outputs.py +94 -757
- pulumi_oci/datascience/pipeline.py +14 -34
- pulumi_oci/datascience/pipeline_run.py +0 -65
- pulumi_oci/devops/_inputs.py +462 -80
- pulumi_oci/devops/deploy_stage.py +4 -4
- pulumi_oci/devops/deployment.py +7 -7
- pulumi_oci/devops/outputs.py +1143 -210
- pulumi_oci/disasterrecovery/_inputs.py +6 -6
- pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
- pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
- pulumi_oci/disasterrecovery/outputs.py +6 -6
- pulumi_oci/dns/_inputs.py +8 -20
- pulumi_oci/dns/outputs.py +8 -42
- pulumi_oci/dns/rrset.py +7 -7
- pulumi_oci/dns/steering_policy.py +0 -42
- pulumi_oci/events/_inputs.py +12 -4
- pulumi_oci/events/outputs.py +12 -4
- pulumi_oci/events/rule.py +7 -7
- pulumi_oci/functions/_inputs.py +2 -2
- pulumi_oci/functions/outputs.py +2 -2
- pulumi_oci/goldengate/_inputs.py +4 -2
- pulumi_oci/goldengate/outputs.py +4 -2
- pulumi_oci/identity/_inputs.py +5954 -4860
- pulumi_oci/identity/domains_api_key.py +70 -70
- pulumi_oci/identity/domains_app.py +140 -119
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_cloud_gate.py +49 -49
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_api_key.py +70 -70
- pulumi_oci/identity/domains_my_auth_token.py +21 -21
- pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_my_support_account.py +21 -21
- pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
- pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
- pulumi_oci/identity/domains_policy.py +49 -35
- pulumi_oci/identity/domains_rule.py +21 -28
- pulumi_oci/identity/domains_setting.py +21 -35
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_user.py +175 -189
- pulumi_oci/identity/domains_user_db_credential.py +41 -37
- pulumi_oci/identity/outputs.py +6007 -4913
- pulumi_oci/integration/_inputs.py +0 -4
- pulumi_oci/integration/outputs.py +4 -16
- pulumi_oci/jms/_inputs.py +8 -0
- pulumi_oci/jms/outputs.py +8 -0
- pulumi_oci/kms/_inputs.py +6 -6
- pulumi_oci/kms/outputs.py +6 -6
- pulumi_oci/loadbalancer/_inputs.py +30 -14
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
- pulumi_oci/loadbalancer/outputs.py +30 -14
- pulumi_oci/loganalytics/_inputs.py +34 -26
- pulumi_oci/loganalytics/outputs.py +34 -26
- pulumi_oci/logging/_inputs.py +60 -60
- pulumi_oci/logging/outputs.py +60 -60
- pulumi_oci/managementagent/_inputs.py +46 -2
- pulumi_oci/managementagent/outputs.py +46 -2
- pulumi_oci/marketplace/_inputs.py +6 -6
- pulumi_oci/marketplace/outputs.py +6 -6
- pulumi_oci/marketplace/publication.py +11 -11
- pulumi_oci/mediaservices/_inputs.py +32 -8
- pulumi_oci/mediaservices/media_asset.py +18 -18
- pulumi_oci/mediaservices/media_workflow.py +38 -22
- pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
- pulumi_oci/mediaservices/media_workflow_job.py +11 -11
- pulumi_oci/mediaservices/outputs.py +32 -8
- pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
- pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
- pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
- pulumi_oci/meteringcomputation/_inputs.py +2 -2
- pulumi_oci/meteringcomputation/outputs.py +2 -2
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
- pulumi_oci/monitoring/_inputs.py +4 -4
- pulumi_oci/monitoring/alarm.py +0 -21
- pulumi_oci/monitoring/get_alarm.py +0 -3
- pulumi_oci/monitoring/outputs.py +4 -10
- pulumi_oci/mysql/_inputs.py +22 -30
- pulumi_oci/mysql/outputs.py +22 -30
- pulumi_oci/mysql/replica.py +28 -12
- pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
- pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
- pulumi_oci/networkfirewall/outputs.py +0 -4
- pulumi_oci/networkloadbalancer/_inputs.py +26 -10
- pulumi_oci/networkloadbalancer/outputs.py +26 -10
- pulumi_oci/nosql/_inputs.py +12 -4
- pulumi_oci/nosql/outputs.py +12 -4
- pulumi_oci/objectstorage/_inputs.py +4 -4
- pulumi_oci/objectstorage/outputs.py +4 -4
- pulumi_oci/ocvp/_inputs.py +42 -86
- pulumi_oci/ocvp/get_retrieve_password.py +0 -1
- pulumi_oci/ocvp/outputs.py +42 -86
- pulumi_oci/ocvp/sddc.py +77 -49
- pulumi_oci/ons/subscription.py +0 -63
- pulumi_oci/opa/_inputs.py +2 -6
- pulumi_oci/opa/outputs.py +6 -18
- pulumi_oci/opsi/_inputs.py +6 -6
- pulumi_oci/opsi/exadata_insight.py +28 -28
- pulumi_oci/opsi/outputs.py +6 -6
- pulumi_oci/optimizer/_inputs.py +4 -4
- pulumi_oci/optimizer/outputs.py +4 -4
- pulumi_oci/osmanagement/_inputs.py +10 -2
- pulumi_oci/osmanagement/outputs.py +10 -2
- pulumi_oci/osmanagementhub/_inputs.py +8 -24
- pulumi_oci/osmanagementhub/event.py +0 -32
- pulumi_oci/osmanagementhub/get_event.py +0 -8
- pulumi_oci/osmanagementhub/get_events.py +0 -8
- pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
- pulumi_oci/osmanagementhub/outputs.py +8 -40
- pulumi_oci/osmanagementhub/software_source.py +7 -7
- pulumi_oci/ospgateway/_inputs.py +96 -96
- pulumi_oci/ospgateway/outputs.py +96 -96
- pulumi_oci/ospgateway/subscription.py +80 -80
- pulumi_oci/psql/_inputs.py +18 -10
- pulumi_oci/psql/db_system.py +14 -14
- pulumi_oci/psql/outputs.py +18 -10
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queue.py +9 -9
- pulumi_oci/queue/outputs.py +5 -5
- pulumi_oci/queue/queue.py +26 -77
- pulumi_oci/sch/_inputs.py +26 -26
- pulumi_oci/sch/connector.py +7 -7
- pulumi_oci/sch/outputs.py +26 -26
- pulumi_oci/servicecatalog/private_application.py +4 -4
- pulumi_oci/servicemesh/_inputs.py +24 -8
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
- pulumi_oci/servicemesh/outputs.py +24 -8
- pulumi_oci/stackmonitoring/_inputs.py +56 -40
- pulumi_oci/stackmonitoring/metric_extension.py +18 -18
- pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
- pulumi_oci/stackmonitoring/outputs.py +56 -40
- pulumi_oci/visualbuilder/_inputs.py +2 -6
- pulumi_oci/visualbuilder/outputs.py +6 -18
- pulumi_oci/vnmonitoring/_inputs.py +42 -10
- pulumi_oci/vnmonitoring/outputs.py +42 -10
- pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
- pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
- pulumi_oci/waas/_inputs.py +205 -133
- pulumi_oci/waas/outputs.py +205 -133
- pulumi_oci/waas/policy.py +7 -7
- pulumi_oci/waas/protection_rule.py +7 -7
- pulumi_oci/waf/_inputs.py +30 -36
- pulumi_oci/waf/network_address_list.py +7 -7
- pulumi_oci/waf/outputs.py +30 -36
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
- pulumi_oci/cloudguard/adhoc_query.py +0 -596
- pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
- pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
- pulumi_oci/cloudguard/get_saved_queries.py +0 -190
- pulumi_oci/cloudguard/get_saved_query.py +0 -235
- pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
- pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
- pulumi_oci/cloudguard/saved_query.py +0 -595
- pulumi_oci/cloudguard/wlp_agent.py +0 -654
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -122,17 +122,17 @@ class DomainsAppArgs:
|
|
122
122
|
* required: true
|
123
123
|
* returned: default
|
124
124
|
* type: complex
|
125
|
-
:param pulumi.Input[str] display_name: (Updatable) Display name of the
|
125
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
126
126
|
|
127
127
|
**SCIM++ Properties:**
|
128
128
|
* caseExact: false
|
129
|
-
* idcsSearchable:
|
129
|
+
* idcsSearchable: false
|
130
130
|
* multiValued: false
|
131
131
|
* mutability: readWrite
|
132
|
-
* required:
|
133
|
-
* returned:
|
132
|
+
* required: false
|
133
|
+
* returned: default
|
134
134
|
* type: string
|
135
|
-
* uniqueness:
|
135
|
+
* uniqueness: none
|
136
136
|
:param pulumi.Input[str] idcs_endpoint: The basic endpoint for the identity domain
|
137
137
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] schemas: (Updatable) 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.
|
138
138
|
|
@@ -145,15 +145,16 @@ class DomainsAppArgs:
|
|
145
145
|
* returned: default
|
146
146
|
* type: string
|
147
147
|
* uniqueness: none
|
148
|
-
:param pulumi.Input[int] access_token_expiry: (Updatable)
|
148
|
+
:param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
|
149
149
|
|
150
150
|
**SCIM++ Properties:**
|
151
|
-
*
|
151
|
+
* caseExact: true
|
152
|
+
* idcsSearchable: true
|
152
153
|
* multiValued: false
|
153
154
|
* mutability: readWrite
|
154
155
|
* required: false
|
155
156
|
* returned: default
|
156
|
-
* type:
|
157
|
+
* type: dateTime
|
157
158
|
* uniqueness: none
|
158
159
|
:param pulumi.Input[bool] active: (Updatable) If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
|
159
160
|
|
@@ -404,13 +405,12 @@ class DomainsAppArgs:
|
|
404
405
|
* returned: default
|
405
406
|
* type: string
|
406
407
|
* uniqueness: none
|
407
|
-
:param pulumi.Input[str] description: (Updatable)
|
408
|
+
:param pulumi.Input[str] description: (Updatable) The description of the AppRole.
|
408
409
|
|
409
410
|
**SCIM++ Properties:**
|
410
|
-
*
|
411
|
-
* idcsSearchable: true
|
411
|
+
* idcsSearchable: false
|
412
412
|
* multiValued: false
|
413
|
-
* mutability:
|
413
|
+
* mutability: readOnly
|
414
414
|
* required: false
|
415
415
|
* returned: default
|
416
416
|
* type: string
|
@@ -710,17 +710,20 @@ class DomainsAppArgs:
|
|
710
710
|
* returned: default
|
711
711
|
* type: string
|
712
712
|
* uniqueness: none
|
713
|
-
:param pulumi.Input[str] name:
|
713
|
+
:param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
714
|
+
|
715
|
+
**Deprecated Since: 18.2.2**
|
714
716
|
|
715
717
|
**SCIM++ Properties:**
|
716
718
|
* caseExact: false
|
717
|
-
* idcsSearchable:
|
719
|
+
* idcsSearchable: false
|
720
|
+
* idcsValuePersistedInOtherAttribute: true
|
718
721
|
* multiValued: false
|
719
|
-
* mutability:
|
720
|
-
* required:
|
722
|
+
* mutability: readWrite
|
723
|
+
* required: true
|
721
724
|
* returned: default
|
722
725
|
* type: string
|
723
|
-
* uniqueness:
|
726
|
+
* uniqueness: none
|
724
727
|
:param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
725
728
|
|
726
729
|
**SCIM++ Properties:**
|
@@ -1199,17 +1202,17 @@ class DomainsAppArgs:
|
|
1199
1202
|
@pulumi.getter(name="displayName")
|
1200
1203
|
def display_name(self) -> pulumi.Input[str]:
|
1201
1204
|
"""
|
1202
|
-
(Updatable) Display name of the
|
1205
|
+
(Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
1203
1206
|
|
1204
1207
|
**SCIM++ Properties:**
|
1205
1208
|
* caseExact: false
|
1206
|
-
* idcsSearchable:
|
1209
|
+
* idcsSearchable: false
|
1207
1210
|
* multiValued: false
|
1208
1211
|
* mutability: readWrite
|
1209
|
-
* required:
|
1210
|
-
* returned:
|
1212
|
+
* required: false
|
1213
|
+
* returned: default
|
1211
1214
|
* type: string
|
1212
|
-
* uniqueness:
|
1215
|
+
* uniqueness: none
|
1213
1216
|
"""
|
1214
1217
|
return pulumi.get(self, "display_name")
|
1215
1218
|
|
@@ -1255,15 +1258,16 @@ class DomainsAppArgs:
|
|
1255
1258
|
@pulumi.getter(name="accessTokenExpiry")
|
1256
1259
|
def access_token_expiry(self) -> Optional[pulumi.Input[int]]:
|
1257
1260
|
"""
|
1258
|
-
(Updatable)
|
1261
|
+
(Updatable) Access token expiry
|
1259
1262
|
|
1260
1263
|
**SCIM++ Properties:**
|
1261
|
-
*
|
1264
|
+
* caseExact: true
|
1265
|
+
* idcsSearchable: true
|
1262
1266
|
* multiValued: false
|
1263
1267
|
* mutability: readWrite
|
1264
1268
|
* required: false
|
1265
1269
|
* returned: default
|
1266
|
-
* type:
|
1270
|
+
* type: dateTime
|
1267
1271
|
* uniqueness: none
|
1268
1272
|
"""
|
1269
1273
|
return pulumi.get(self, "access_token_expiry")
|
@@ -1800,13 +1804,12 @@ class DomainsAppArgs:
|
|
1800
1804
|
@pulumi.getter
|
1801
1805
|
def description(self) -> Optional[pulumi.Input[str]]:
|
1802
1806
|
"""
|
1803
|
-
(Updatable)
|
1807
|
+
(Updatable) The description of the AppRole.
|
1804
1808
|
|
1805
1809
|
**SCIM++ Properties:**
|
1806
|
-
*
|
1807
|
-
* idcsSearchable: true
|
1810
|
+
* idcsSearchable: false
|
1808
1811
|
* multiValued: false
|
1809
|
-
* mutability:
|
1812
|
+
* mutability: readOnly
|
1810
1813
|
* required: false
|
1811
1814
|
* returned: default
|
1812
1815
|
* type: string
|
@@ -2414,17 +2417,20 @@ class DomainsAppArgs:
|
|
2414
2417
|
@pulumi.getter
|
2415
2418
|
def name(self) -> Optional[pulumi.Input[str]]:
|
2416
2419
|
"""
|
2417
|
-
|
2420
|
+
(Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
2421
|
+
|
2422
|
+
**Deprecated Since: 18.2.2**
|
2418
2423
|
|
2419
2424
|
**SCIM++ Properties:**
|
2420
2425
|
* caseExact: false
|
2421
|
-
* idcsSearchable:
|
2426
|
+
* idcsSearchable: false
|
2427
|
+
* idcsValuePersistedInOtherAttribute: true
|
2422
2428
|
* multiValued: false
|
2423
|
-
* mutability:
|
2424
|
-
* required:
|
2429
|
+
* mutability: readWrite
|
2430
|
+
* required: true
|
2425
2431
|
* returned: default
|
2426
2432
|
* type: string
|
2427
|
-
* uniqueness:
|
2433
|
+
* uniqueness: none
|
2428
2434
|
"""
|
2429
2435
|
return pulumi.get(self, "name")
|
2430
2436
|
|
@@ -3221,15 +3227,16 @@ class _DomainsAppState:
|
|
3221
3227
|
user_roles: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsAppUserRoleArgs']]]] = None):
|
3222
3228
|
"""
|
3223
3229
|
Input properties used for looking up and filtering DomainsApp resources.
|
3224
|
-
:param pulumi.Input[int] access_token_expiry: (Updatable)
|
3230
|
+
:param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
|
3225
3231
|
|
3226
3232
|
**SCIM++ Properties:**
|
3227
|
-
*
|
3233
|
+
* caseExact: true
|
3234
|
+
* idcsSearchable: true
|
3228
3235
|
* multiValued: false
|
3229
3236
|
* mutability: readWrite
|
3230
3237
|
* required: false
|
3231
3238
|
* returned: default
|
3232
|
-
* type:
|
3239
|
+
* type: dateTime
|
3233
3240
|
* uniqueness: none
|
3234
3241
|
:param pulumi.Input[Sequence[pulumi.Input['DomainsAppAccountArgs']]] accounts: (Updatable) Accounts of App
|
3235
3242
|
|
@@ -3568,13 +3575,12 @@ class _DomainsAppState:
|
|
3568
3575
|
* returned: default
|
3569
3576
|
* type: boolean
|
3570
3577
|
* uniqueness: none
|
3571
|
-
:param pulumi.Input[str] description: (Updatable)
|
3578
|
+
:param pulumi.Input[str] description: (Updatable) The description of the AppRole.
|
3572
3579
|
|
3573
3580
|
**SCIM++ Properties:**
|
3574
|
-
*
|
3575
|
-
* idcsSearchable: true
|
3581
|
+
* idcsSearchable: false
|
3576
3582
|
* multiValued: false
|
3577
|
-
* mutability:
|
3583
|
+
* mutability: readOnly
|
3578
3584
|
* required: false
|
3579
3585
|
* returned: default
|
3580
3586
|
* type: string
|
@@ -3591,17 +3597,17 @@ class _DomainsAppState:
|
|
3591
3597
|
* returned: always
|
3592
3598
|
* type: boolean
|
3593
3599
|
* uniqueness: none
|
3594
|
-
:param pulumi.Input[str] display_name: (Updatable) Display name of the
|
3600
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
3595
3601
|
|
3596
3602
|
**SCIM++ Properties:**
|
3597
3603
|
* caseExact: false
|
3598
|
-
* idcsSearchable:
|
3604
|
+
* idcsSearchable: false
|
3599
3605
|
* multiValued: false
|
3600
3606
|
* mutability: readWrite
|
3601
|
-
* required:
|
3602
|
-
* returned:
|
3607
|
+
* required: false
|
3608
|
+
* returned: default
|
3603
3609
|
* type: string
|
3604
|
-
* uniqueness:
|
3610
|
+
* uniqueness: none
|
3605
3611
|
:param pulumi.Input[str] domain_ocid: (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
3606
3612
|
|
3607
3613
|
**SCIM++ Properties:**
|
@@ -4059,17 +4065,20 @@ class _DomainsAppState:
|
|
4059
4065
|
* returned: default
|
4060
4066
|
* type: boolean
|
4061
4067
|
* uniqueness: none
|
4062
|
-
:param pulumi.Input[str] name:
|
4068
|
+
:param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
4069
|
+
|
4070
|
+
**Deprecated Since: 18.2.2**
|
4063
4071
|
|
4064
4072
|
**SCIM++ Properties:**
|
4065
4073
|
* caseExact: false
|
4066
|
-
* idcsSearchable:
|
4074
|
+
* idcsSearchable: false
|
4075
|
+
* idcsValuePersistedInOtherAttribute: true
|
4067
4076
|
* multiValued: false
|
4068
|
-
* mutability:
|
4069
|
-
* required:
|
4077
|
+
* mutability: readWrite
|
4078
|
+
* required: true
|
4070
4079
|
* returned: default
|
4071
4080
|
* type: string
|
4072
|
-
* uniqueness:
|
4081
|
+
* uniqueness: none
|
4073
4082
|
:param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
4074
4083
|
|
4075
4084
|
**SCIM++ Properties:**
|
@@ -4626,15 +4635,16 @@ class _DomainsAppState:
|
|
4626
4635
|
@pulumi.getter(name="accessTokenExpiry")
|
4627
4636
|
def access_token_expiry(self) -> Optional[pulumi.Input[int]]:
|
4628
4637
|
"""
|
4629
|
-
(Updatable)
|
4638
|
+
(Updatable) Access token expiry
|
4630
4639
|
|
4631
4640
|
**SCIM++ Properties:**
|
4632
|
-
*
|
4641
|
+
* caseExact: true
|
4642
|
+
* idcsSearchable: true
|
4633
4643
|
* multiValued: false
|
4634
4644
|
* mutability: readWrite
|
4635
4645
|
* required: false
|
4636
4646
|
* returned: default
|
4637
|
-
* type:
|
4647
|
+
* type: dateTime
|
4638
4648
|
* uniqueness: none
|
4639
4649
|
"""
|
4640
4650
|
return pulumi.get(self, "access_token_expiry")
|
@@ -5347,13 +5357,12 @@ class _DomainsAppState:
|
|
5347
5357
|
@pulumi.getter
|
5348
5358
|
def description(self) -> Optional[pulumi.Input[str]]:
|
5349
5359
|
"""
|
5350
|
-
(Updatable)
|
5360
|
+
(Updatable) The description of the AppRole.
|
5351
5361
|
|
5352
5362
|
**SCIM++ Properties:**
|
5353
|
-
*
|
5354
|
-
* idcsSearchable: true
|
5363
|
+
* idcsSearchable: false
|
5355
5364
|
* multiValued: false
|
5356
|
-
* mutability:
|
5365
|
+
* mutability: readOnly
|
5357
5366
|
* required: false
|
5358
5367
|
* returned: default
|
5359
5368
|
* type: string
|
@@ -5392,17 +5401,17 @@ class _DomainsAppState:
|
|
5392
5401
|
@pulumi.getter(name="displayName")
|
5393
5402
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
5394
5403
|
"""
|
5395
|
-
(Updatable) Display name of the
|
5404
|
+
(Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
5396
5405
|
|
5397
5406
|
**SCIM++ Properties:**
|
5398
5407
|
* caseExact: false
|
5399
|
-
* idcsSearchable:
|
5408
|
+
* idcsSearchable: false
|
5400
5409
|
* multiValued: false
|
5401
5410
|
* mutability: readWrite
|
5402
|
-
* required:
|
5403
|
-
* returned:
|
5411
|
+
* required: false
|
5412
|
+
* returned: default
|
5404
5413
|
* type: string
|
5405
|
-
* uniqueness:
|
5414
|
+
* uniqueness: none
|
5406
5415
|
"""
|
5407
5416
|
return pulumi.get(self, "display_name")
|
5408
5417
|
|
@@ -6344,17 +6353,20 @@ class _DomainsAppState:
|
|
6344
6353
|
@pulumi.getter
|
6345
6354
|
def name(self) -> Optional[pulumi.Input[str]]:
|
6346
6355
|
"""
|
6347
|
-
|
6356
|
+
(Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
6357
|
+
|
6358
|
+
**Deprecated Since: 18.2.2**
|
6348
6359
|
|
6349
6360
|
**SCIM++ Properties:**
|
6350
6361
|
* caseExact: false
|
6351
|
-
* idcsSearchable:
|
6362
|
+
* idcsSearchable: false
|
6363
|
+
* idcsValuePersistedInOtherAttribute: true
|
6352
6364
|
* multiValued: false
|
6353
|
-
* mutability:
|
6354
|
-
* required:
|
6365
|
+
* mutability: readWrite
|
6366
|
+
* required: true
|
6355
6367
|
* returned: default
|
6356
6368
|
* type: string
|
6357
|
-
* uniqueness:
|
6369
|
+
* uniqueness: none
|
6358
6370
|
"""
|
6359
6371
|
return pulumi.get(self, "name")
|
6360
6372
|
|
@@ -7227,15 +7239,16 @@ class DomainsApp(pulumi.CustomResource):
|
|
7227
7239
|
|
7228
7240
|
:param str resource_name: The name of the resource.
|
7229
7241
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
7230
|
-
:param pulumi.Input[int] access_token_expiry: (Updatable)
|
7242
|
+
:param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
|
7231
7243
|
|
7232
7244
|
**SCIM++ Properties:**
|
7233
|
-
*
|
7245
|
+
* caseExact: true
|
7246
|
+
* idcsSearchable: true
|
7234
7247
|
* multiValued: false
|
7235
7248
|
* mutability: readWrite
|
7236
7249
|
* required: false
|
7237
7250
|
* returned: default
|
7238
|
-
* type:
|
7251
|
+
* type: dateTime
|
7239
7252
|
* uniqueness: none
|
7240
7253
|
:param pulumi.Input[bool] active: (Updatable) If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
|
7241
7254
|
|
@@ -7495,13 +7508,12 @@ class DomainsApp(pulumi.CustomResource):
|
|
7495
7508
|
* returned: default
|
7496
7509
|
* type: string
|
7497
7510
|
* uniqueness: none
|
7498
|
-
:param pulumi.Input[str] description: (Updatable)
|
7511
|
+
:param pulumi.Input[str] description: (Updatable) The description of the AppRole.
|
7499
7512
|
|
7500
7513
|
**SCIM++ Properties:**
|
7501
|
-
*
|
7502
|
-
* idcsSearchable: true
|
7514
|
+
* idcsSearchable: false
|
7503
7515
|
* multiValued: false
|
7504
|
-
* mutability:
|
7516
|
+
* mutability: readOnly
|
7505
7517
|
* required: false
|
7506
7518
|
* returned: default
|
7507
7519
|
* type: string
|
@@ -7518,17 +7530,17 @@ class DomainsApp(pulumi.CustomResource):
|
|
7518
7530
|
* returned: always
|
7519
7531
|
* type: boolean
|
7520
7532
|
* uniqueness: none
|
7521
|
-
:param pulumi.Input[str] display_name: (Updatable) Display name of the
|
7533
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
7522
7534
|
|
7523
7535
|
**SCIM++ Properties:**
|
7524
7536
|
* caseExact: false
|
7525
|
-
* idcsSearchable:
|
7537
|
+
* idcsSearchable: false
|
7526
7538
|
* multiValued: false
|
7527
7539
|
* mutability: readWrite
|
7528
|
-
* required:
|
7529
|
-
* returned:
|
7540
|
+
* required: false
|
7541
|
+
* returned: default
|
7530
7542
|
* type: string
|
7531
|
-
* uniqueness:
|
7543
|
+
* uniqueness: none
|
7532
7544
|
:param pulumi.Input[str] error_page_url: (Updatable) This attribute specifies the URL of the page to which an application will redirect an end-user in case of error.
|
7533
7545
|
|
7534
7546
|
**SCIM++ Properties:**
|
@@ -7813,17 +7825,20 @@ class DomainsApp(pulumi.CustomResource):
|
|
7813
7825
|
* returned: default
|
7814
7826
|
* type: string
|
7815
7827
|
* uniqueness: none
|
7816
|
-
:param pulumi.Input[str] name:
|
7828
|
+
:param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
7829
|
+
|
7830
|
+
**Deprecated Since: 18.2.2**
|
7817
7831
|
|
7818
7832
|
**SCIM++ Properties:**
|
7819
7833
|
* caseExact: false
|
7820
|
-
* idcsSearchable:
|
7834
|
+
* idcsSearchable: false
|
7835
|
+
* idcsValuePersistedInOtherAttribute: true
|
7821
7836
|
* multiValued: false
|
7822
|
-
* mutability:
|
7823
|
-
* required:
|
7837
|
+
* mutability: readWrite
|
7838
|
+
* required: true
|
7824
7839
|
* returned: default
|
7825
7840
|
* type: string
|
7826
|
-
* uniqueness:
|
7841
|
+
* uniqueness: none
|
7827
7842
|
:param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
7828
7843
|
|
7829
7844
|
**SCIM++ Properties:**
|
@@ -8507,15 +8522,16 @@ class DomainsApp(pulumi.CustomResource):
|
|
8507
8522
|
:param str resource_name: The unique name of the resulting resource.
|
8508
8523
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
8509
8524
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
8510
|
-
:param pulumi.Input[int] access_token_expiry: (Updatable)
|
8525
|
+
:param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
|
8511
8526
|
|
8512
8527
|
**SCIM++ Properties:**
|
8513
|
-
*
|
8528
|
+
* caseExact: true
|
8529
|
+
* idcsSearchable: true
|
8514
8530
|
* multiValued: false
|
8515
8531
|
* mutability: readWrite
|
8516
8532
|
* required: false
|
8517
8533
|
* returned: default
|
8518
|
-
* type:
|
8534
|
+
* type: dateTime
|
8519
8535
|
* uniqueness: none
|
8520
8536
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppAccountArgs']]]] accounts: (Updatable) Accounts of App
|
8521
8537
|
|
@@ -8854,13 +8870,12 @@ class DomainsApp(pulumi.CustomResource):
|
|
8854
8870
|
* returned: default
|
8855
8871
|
* type: boolean
|
8856
8872
|
* uniqueness: none
|
8857
|
-
:param pulumi.Input[str] description: (Updatable)
|
8873
|
+
:param pulumi.Input[str] description: (Updatable) The description of the AppRole.
|
8858
8874
|
|
8859
8875
|
**SCIM++ Properties:**
|
8860
|
-
*
|
8861
|
-
* idcsSearchable: true
|
8876
|
+
* idcsSearchable: false
|
8862
8877
|
* multiValued: false
|
8863
|
-
* mutability:
|
8878
|
+
* mutability: readOnly
|
8864
8879
|
* required: false
|
8865
8880
|
* returned: default
|
8866
8881
|
* type: string
|
@@ -8877,17 +8892,17 @@ class DomainsApp(pulumi.CustomResource):
|
|
8877
8892
|
* returned: always
|
8878
8893
|
* type: boolean
|
8879
8894
|
* uniqueness: none
|
8880
|
-
:param pulumi.Input[str] display_name: (Updatable) Display name of the
|
8895
|
+
:param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
8881
8896
|
|
8882
8897
|
**SCIM++ Properties:**
|
8883
8898
|
* caseExact: false
|
8884
|
-
* idcsSearchable:
|
8899
|
+
* idcsSearchable: false
|
8885
8900
|
* multiValued: false
|
8886
8901
|
* mutability: readWrite
|
8887
|
-
* required:
|
8888
|
-
* returned:
|
8902
|
+
* required: false
|
8903
|
+
* returned: default
|
8889
8904
|
* type: string
|
8890
|
-
* uniqueness:
|
8905
|
+
* uniqueness: none
|
8891
8906
|
:param pulumi.Input[str] domain_ocid: (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
8892
8907
|
|
8893
8908
|
**SCIM++ Properties:**
|
@@ -9345,17 +9360,20 @@ class DomainsApp(pulumi.CustomResource):
|
|
9345
9360
|
* returned: default
|
9346
9361
|
* type: boolean
|
9347
9362
|
* uniqueness: none
|
9348
|
-
:param pulumi.Input[str] name:
|
9363
|
+
:param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
9364
|
+
|
9365
|
+
**Deprecated Since: 18.2.2**
|
9349
9366
|
|
9350
9367
|
**SCIM++ Properties:**
|
9351
9368
|
* caseExact: false
|
9352
|
-
* idcsSearchable:
|
9369
|
+
* idcsSearchable: false
|
9370
|
+
* idcsValuePersistedInOtherAttribute: true
|
9353
9371
|
* multiValued: false
|
9354
|
-
* mutability:
|
9355
|
-
* required:
|
9372
|
+
* mutability: readWrite
|
9373
|
+
* required: true
|
9356
9374
|
* returned: default
|
9357
9375
|
* type: string
|
9358
|
-
* uniqueness:
|
9376
|
+
* uniqueness: none
|
9359
9377
|
:param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
9360
9378
|
|
9361
9379
|
**SCIM++ Properties:**
|
@@ -9796,15 +9814,16 @@ class DomainsApp(pulumi.CustomResource):
|
|
9796
9814
|
@pulumi.getter(name="accessTokenExpiry")
|
9797
9815
|
def access_token_expiry(self) -> pulumi.Output[int]:
|
9798
9816
|
"""
|
9799
|
-
(Updatable)
|
9817
|
+
(Updatable) Access token expiry
|
9800
9818
|
|
9801
9819
|
**SCIM++ Properties:**
|
9802
|
-
*
|
9820
|
+
* caseExact: true
|
9821
|
+
* idcsSearchable: true
|
9803
9822
|
* multiValued: false
|
9804
9823
|
* mutability: readWrite
|
9805
9824
|
* required: false
|
9806
9825
|
* returned: default
|
9807
|
-
* type:
|
9826
|
+
* type: dateTime
|
9808
9827
|
* uniqueness: none
|
9809
9828
|
"""
|
9810
9829
|
return pulumi.get(self, "access_token_expiry")
|
@@ -10381,13 +10400,12 @@ class DomainsApp(pulumi.CustomResource):
|
|
10381
10400
|
@pulumi.getter
|
10382
10401
|
def description(self) -> pulumi.Output[str]:
|
10383
10402
|
"""
|
10384
|
-
(Updatable)
|
10403
|
+
(Updatable) The description of the AppRole.
|
10385
10404
|
|
10386
10405
|
**SCIM++ Properties:**
|
10387
|
-
*
|
10388
|
-
* idcsSearchable: true
|
10406
|
+
* idcsSearchable: false
|
10389
10407
|
* multiValued: false
|
10390
|
-
* mutability:
|
10408
|
+
* mutability: readOnly
|
10391
10409
|
* required: false
|
10392
10410
|
* returned: default
|
10393
10411
|
* type: string
|
@@ -10418,17 +10436,17 @@ class DomainsApp(pulumi.CustomResource):
|
|
10418
10436
|
@pulumi.getter(name="displayName")
|
10419
10437
|
def display_name(self) -> pulumi.Output[str]:
|
10420
10438
|
"""
|
10421
|
-
(Updatable) Display name of the
|
10439
|
+
(Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
|
10422
10440
|
|
10423
10441
|
**SCIM++ Properties:**
|
10424
10442
|
* caseExact: false
|
10425
|
-
* idcsSearchable:
|
10443
|
+
* idcsSearchable: false
|
10426
10444
|
* multiValued: false
|
10427
10445
|
* mutability: readWrite
|
10428
|
-
* required:
|
10429
|
-
* returned:
|
10446
|
+
* required: false
|
10447
|
+
* returned: default
|
10430
10448
|
* type: string
|
10431
|
-
* uniqueness:
|
10449
|
+
* uniqueness: none
|
10432
10450
|
"""
|
10433
10451
|
return pulumi.get(self, "display_name")
|
10434
10452
|
|
@@ -11194,17 +11212,20 @@ class DomainsApp(pulumi.CustomResource):
|
|
11194
11212
|
@pulumi.getter
|
11195
11213
|
def name(self) -> pulumi.Output[str]:
|
11196
11214
|
"""
|
11197
|
-
|
11215
|
+
(Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
|
11216
|
+
|
11217
|
+
**Deprecated Since: 18.2.2**
|
11198
11218
|
|
11199
11219
|
**SCIM++ Properties:**
|
11200
11220
|
* caseExact: false
|
11201
|
-
* idcsSearchable:
|
11221
|
+
* idcsSearchable: false
|
11222
|
+
* idcsValuePersistedInOtherAttribute: true
|
11202
11223
|
* multiValued: false
|
11203
|
-
* mutability:
|
11204
|
-
* required:
|
11224
|
+
* mutability: readWrite
|
11225
|
+
* required: true
|
11205
11226
|
* returned: default
|
11206
11227
|
* type: string
|
11207
|
-
* uniqueness:
|
11228
|
+
* uniqueness: none
|
11208
11229
|
"""
|
11209
11230
|
return pulumi.get(self, "name")
|
11210
11231
|
|