pulumi-oci 2.16.0__py3-none-any.whl → 2.16.0a1730386905__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 -19
- pulumi_oci/database/autonomous_database.py +0 -47
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +0 -105
- pulumi_oci/database/cloud_vm_cluster.py +0 -49
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/db_system.py +0 -47
- pulumi_oci/database/exadb_vm_cluster.py +7 -68
- pulumi_oci/database/get_autonomous_database.py +1 -15
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -43
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -15
- pulumi_oci/database/get_data_guard_association.py +1 -12
- pulumi_oci/database/get_exadb_vm_cluster.py +2 -16
- pulumi_oci/database/outputs.py +2 -97
- pulumi_oci/dataflow/get_sql_endpoint.py +15 -1
- pulumi_oci/dataflow/outputs.py +11 -0
- pulumi_oci/dataflow/sql_endpoint.py +85 -88
- pulumi_oci/identity/__init__.py +0 -2
- pulumi_oci/identity/_inputs.py +6 -55
- pulumi_oci/identity/domains_condition.py +2 -9
- pulumi_oci/identity/domains_policy.py +2 -9
- pulumi_oci/identity/domains_rule.py +2 -9
- pulumi_oci/identity/get_domains_condition.py +2 -2
- pulumi_oci/identity/get_domains_conditions.py +2 -2
- pulumi_oci/identity/get_domains_policies.py +2 -2
- pulumi_oci/identity/get_domains_policy.py +2 -2
- pulumi_oci/identity/get_domains_rule.py +2 -2
- pulumi_oci/identity/get_domains_rules.py +2 -2
- pulumi_oci/identity/outputs.py +4 -917
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/METADATA +1 -1
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/RECORD +33 -44
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -348
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -746
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2114
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -822
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -2157
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +0 -503
- pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +0 -338
- {pulumi_oci-2.16.0.dist-info → pulumi_oci-2.16.0a1730386905.dist-info}/top_level.txt +0 -0
@@ -145,7 +145,6 @@ class DomainsConditionArgs:
|
|
145
145
|
|
146
146
|
**SCIM++ Properties:**
|
147
147
|
* idcsCompositeKey: [key, value]
|
148
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
149
148
|
* idcsSearchable: true
|
150
149
|
* multiValued: true
|
151
150
|
* mutability: readWrite
|
@@ -445,7 +444,6 @@ class DomainsConditionArgs:
|
|
445
444
|
|
446
445
|
**SCIM++ Properties:**
|
447
446
|
* idcsCompositeKey: [key, value]
|
448
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
449
447
|
* idcsSearchable: true
|
450
448
|
* multiValued: true
|
451
449
|
* mutability: readWrite
|
@@ -680,7 +678,6 @@ class _DomainsConditionState:
|
|
680
678
|
|
681
679
|
**SCIM++ Properties:**
|
682
680
|
* idcsCompositeKey: [key, value]
|
683
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
684
681
|
* idcsSearchable: true
|
685
682
|
* multiValued: true
|
686
683
|
* mutability: readWrite
|
@@ -1189,7 +1186,6 @@ class _DomainsConditionState:
|
|
1189
1186
|
|
1190
1187
|
**SCIM++ Properties:**
|
1191
1188
|
* idcsCompositeKey: [key, value]
|
1192
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1193
1189
|
* idcsSearchable: true
|
1194
1190
|
* multiValued: true
|
1195
1191
|
* mutability: readWrite
|
@@ -1255,7 +1251,7 @@ class DomainsCondition(pulumi.CustomResource):
|
|
1255
1251
|
"""
|
1256
1252
|
This resource provides the Condition resource in Oracle Cloud Infrastructure Identity Domains service.
|
1257
1253
|
|
1258
|
-
Create a
|
1254
|
+
Create a Condition
|
1259
1255
|
|
1260
1256
|
## Example Usage
|
1261
1257
|
|
@@ -1401,7 +1397,6 @@ class DomainsCondition(pulumi.CustomResource):
|
|
1401
1397
|
|
1402
1398
|
**SCIM++ Properties:**
|
1403
1399
|
* idcsCompositeKey: [key, value]
|
1404
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1405
1400
|
* idcsSearchable: true
|
1406
1401
|
* multiValued: true
|
1407
1402
|
* mutability: readWrite
|
@@ -1419,7 +1414,7 @@ class DomainsCondition(pulumi.CustomResource):
|
|
1419
1414
|
"""
|
1420
1415
|
This resource provides the Condition resource in Oracle Cloud Infrastructure Identity Domains service.
|
1421
1416
|
|
1422
|
-
Create a
|
1417
|
+
Create a Condition
|
1423
1418
|
|
1424
1419
|
## Example Usage
|
1425
1420
|
|
@@ -1760,7 +1755,6 @@ class DomainsCondition(pulumi.CustomResource):
|
|
1760
1755
|
|
1761
1756
|
**SCIM++ Properties:**
|
1762
1757
|
* idcsCompositeKey: [key, value]
|
1763
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1764
1758
|
* idcsSearchable: true
|
1765
1759
|
* multiValued: true
|
1766
1760
|
* mutability: readWrite
|
@@ -2162,7 +2156,6 @@ class DomainsCondition(pulumi.CustomResource):
|
|
2162
2156
|
|
2163
2157
|
**SCIM++ Properties:**
|
2164
2158
|
* idcsCompositeKey: [key, value]
|
2165
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
2166
2159
|
* idcsSearchable: true
|
2167
2160
|
* multiValued: true
|
2168
2161
|
* mutability: readWrite
|
@@ -143,7 +143,6 @@ class DomainsPolicyArgs:
|
|
143
143
|
|
144
144
|
**SCIM++ Properties:**
|
145
145
|
* idcsCompositeKey: [key, value]
|
146
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
147
146
|
* idcsSearchable: true
|
148
147
|
* multiValued: true
|
149
148
|
* mutability: readWrite
|
@@ -443,7 +442,6 @@ class DomainsPolicyArgs:
|
|
443
442
|
|
444
443
|
**SCIM++ Properties:**
|
445
444
|
* idcsCompositeKey: [key, value]
|
446
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
447
445
|
* idcsSearchable: true
|
448
446
|
* multiValued: true
|
449
447
|
* mutability: readWrite
|
@@ -676,7 +674,6 @@ class _DomainsPolicyState:
|
|
676
674
|
|
677
675
|
**SCIM++ Properties:**
|
678
676
|
* idcsCompositeKey: [key, value]
|
679
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
680
677
|
* idcsSearchable: true
|
681
678
|
* multiValued: true
|
682
679
|
* mutability: readWrite
|
@@ -1183,7 +1180,6 @@ class _DomainsPolicyState:
|
|
1183
1180
|
|
1184
1181
|
**SCIM++ Properties:**
|
1185
1182
|
* idcsCompositeKey: [key, value]
|
1186
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1187
1183
|
* idcsSearchable: true
|
1188
1184
|
* multiValued: true
|
1189
1185
|
* mutability: readWrite
|
@@ -1249,7 +1245,7 @@ class DomainsPolicy(pulumi.CustomResource):
|
|
1249
1245
|
"""
|
1250
1246
|
This resource provides the Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
1251
1247
|
|
1252
|
-
Create a Policy
|
1248
|
+
Create a Policy
|
1253
1249
|
|
1254
1250
|
## Example Usage
|
1255
1251
|
|
@@ -1398,7 +1394,6 @@ class DomainsPolicy(pulumi.CustomResource):
|
|
1398
1394
|
|
1399
1395
|
**SCIM++ Properties:**
|
1400
1396
|
* idcsCompositeKey: [key, value]
|
1401
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1402
1397
|
* idcsSearchable: true
|
1403
1398
|
* multiValued: true
|
1404
1399
|
* mutability: readWrite
|
@@ -1416,7 +1411,7 @@ class DomainsPolicy(pulumi.CustomResource):
|
|
1416
1411
|
"""
|
1417
1412
|
This resource provides the Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
1418
1413
|
|
1419
|
-
Create a Policy
|
1414
|
+
Create a Policy
|
1420
1415
|
|
1421
1416
|
## Example Usage
|
1422
1417
|
|
@@ -1756,7 +1751,6 @@ class DomainsPolicy(pulumi.CustomResource):
|
|
1756
1751
|
|
1757
1752
|
**SCIM++ Properties:**
|
1758
1753
|
* idcsCompositeKey: [key, value]
|
1759
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1760
1754
|
* idcsSearchable: true
|
1761
1755
|
* multiValued: true
|
1762
1756
|
* mutability: readWrite
|
@@ -2156,7 +2150,6 @@ class DomainsPolicy(pulumi.CustomResource):
|
|
2156
2150
|
|
2157
2151
|
**SCIM++ Properties:**
|
2158
2152
|
* idcsCompositeKey: [key, value]
|
2159
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
2160
2153
|
* idcsSearchable: true
|
2161
2154
|
* multiValued: true
|
2162
2155
|
* mutability: readWrite
|
@@ -179,7 +179,6 @@ class DomainsRuleArgs:
|
|
179
179
|
|
180
180
|
**SCIM++ Properties:**
|
181
181
|
* idcsCompositeKey: [key, value]
|
182
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
183
182
|
* idcsSearchable: true
|
184
183
|
* multiValued: true
|
185
184
|
* mutability: readWrite
|
@@ -549,7 +548,6 @@ class DomainsRuleArgs:
|
|
549
548
|
|
550
549
|
**SCIM++ Properties:**
|
551
550
|
* idcsCompositeKey: [key, value]
|
552
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
553
551
|
* idcsSearchable: true
|
554
552
|
* multiValued: true
|
555
553
|
* mutability: readWrite
|
@@ -818,7 +816,6 @@ class _DomainsRuleState:
|
|
818
816
|
|
819
817
|
**SCIM++ Properties:**
|
820
818
|
* idcsCompositeKey: [key, value]
|
821
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
822
819
|
* idcsSearchable: true
|
823
820
|
* multiValued: true
|
824
821
|
* mutability: readWrite
|
@@ -1397,7 +1394,6 @@ class _DomainsRuleState:
|
|
1397
1394
|
|
1398
1395
|
**SCIM++ Properties:**
|
1399
1396
|
* idcsCompositeKey: [key, value]
|
1400
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1401
1397
|
* idcsSearchable: true
|
1402
1398
|
* multiValued: true
|
1403
1399
|
* mutability: readWrite
|
@@ -1466,7 +1462,7 @@ class DomainsRule(pulumi.CustomResource):
|
|
1466
1462
|
"""
|
1467
1463
|
This resource provides the Rule resource in Oracle Cloud Infrastructure Identity Domains service.
|
1468
1464
|
|
1469
|
-
Create a Rule
|
1465
|
+
Create a Rule
|
1470
1466
|
|
1471
1467
|
## Example Usage
|
1472
1468
|
|
@@ -1655,7 +1651,6 @@ class DomainsRule(pulumi.CustomResource):
|
|
1655
1651
|
|
1656
1652
|
**SCIM++ Properties:**
|
1657
1653
|
* idcsCompositeKey: [key, value]
|
1658
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
1659
1654
|
* idcsSearchable: true
|
1660
1655
|
* multiValued: true
|
1661
1656
|
* mutability: readWrite
|
@@ -1673,7 +1668,7 @@ class DomainsRule(pulumi.CustomResource):
|
|
1673
1668
|
"""
|
1674
1669
|
This resource provides the Rule resource in Oracle Cloud Infrastructure Identity Domains service.
|
1675
1670
|
|
1676
|
-
Create a Rule
|
1671
|
+
Create a Rule
|
1677
1672
|
|
1678
1673
|
## Example Usage
|
1679
1674
|
|
@@ -2066,7 +2061,6 @@ class DomainsRule(pulumi.CustomResource):
|
|
2066
2061
|
|
2067
2062
|
**SCIM++ Properties:**
|
2068
2063
|
* idcsCompositeKey: [key, value]
|
2069
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
2070
2064
|
* idcsSearchable: true
|
2071
2065
|
* multiValued: true
|
2072
2066
|
* mutability: readWrite
|
@@ -2523,7 +2517,6 @@ class DomainsRule(pulumi.CustomResource):
|
|
2523
2517
|
|
2524
2518
|
**SCIM++ Properties:**
|
2525
2519
|
* idcsCompositeKey: [key, value]
|
2526
|
-
* idcsCsvAttributeNameMappings: [[columnHeaderName:Tag Key, mapsTo:tags.key], [columnHeaderName:Tag Value, mapsTo:tags.value]]
|
2527
2520
|
* idcsSearchable: true
|
2528
2521
|
* multiValued: true
|
2529
2522
|
* mutability: readWrite
|
@@ -350,7 +350,7 @@ def get_domains_condition(attribute_sets: Optional[Sequence[str]] = None,
|
|
350
350
|
"""
|
351
351
|
This data source provides details about a specific Condition resource in Oracle Cloud Infrastructure Identity Domains service.
|
352
352
|
|
353
|
-
Get a
|
353
|
+
Get a Condition
|
354
354
|
|
355
355
|
## Example Usage
|
356
356
|
|
@@ -421,7 +421,7 @@ def get_domains_condition_output(attribute_sets: Optional[pulumi.Input[Optional[
|
|
421
421
|
"""
|
422
422
|
This data source provides details about a specific Condition resource in Oracle Cloud Infrastructure Identity Domains service.
|
423
423
|
|
424
|
-
Get a
|
424
|
+
Get a Condition
|
425
425
|
|
426
426
|
## Example Usage
|
427
427
|
|
@@ -206,7 +206,7 @@ def get_domains_conditions(attribute_sets: Optional[Sequence[str]] = None,
|
|
206
206
|
"""
|
207
207
|
This data source provides the list of Conditions in Oracle Cloud Infrastructure Identity Domains service.
|
208
208
|
|
209
|
-
Search
|
209
|
+
Search Conditions
|
210
210
|
|
211
211
|
## Example Usage
|
212
212
|
|
@@ -281,7 +281,7 @@ def get_domains_conditions_output(attribute_sets: Optional[pulumi.Input[Optional
|
|
281
281
|
"""
|
282
282
|
This data source provides the list of Conditions in Oracle Cloud Infrastructure Identity Domains service.
|
283
283
|
|
284
|
-
Search
|
284
|
+
Search Conditions
|
285
285
|
|
286
286
|
## Example Usage
|
287
287
|
|
@@ -206,7 +206,7 @@ def get_domains_policies(attribute_sets: Optional[Sequence[str]] = None,
|
|
206
206
|
"""
|
207
207
|
This data source provides the list of Policies in Oracle Cloud Infrastructure Identity Domains service.
|
208
208
|
|
209
|
-
Search Policies
|
209
|
+
Search Policies
|
210
210
|
|
211
211
|
## Example Usage
|
212
212
|
|
@@ -281,7 +281,7 @@ def get_domains_policies_output(attribute_sets: Optional[pulumi.Input[Optional[S
|
|
281
281
|
"""
|
282
282
|
This data source provides the list of Policies in Oracle Cloud Infrastructure Identity Domains service.
|
283
283
|
|
284
|
-
Search Policies
|
284
|
+
Search Policies
|
285
285
|
|
286
286
|
## Example Usage
|
287
287
|
|
@@ -342,7 +342,7 @@ def get_domains_policy(attribute_sets: Optional[Sequence[str]] = None,
|
|
342
342
|
"""
|
343
343
|
This data source provides details about a specific Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
344
344
|
|
345
|
-
Get a Policy
|
345
|
+
Get a Policy
|
346
346
|
|
347
347
|
## Example Usage
|
348
348
|
|
@@ -413,7 +413,7 @@ def get_domains_policy_output(attribute_sets: Optional[pulumi.Input[Optional[Seq
|
|
413
413
|
"""
|
414
414
|
This data source provides details about a specific Policy resource in Oracle Cloud Infrastructure Identity Domains service.
|
415
415
|
|
416
|
-
Get a Policy
|
416
|
+
Get a Policy
|
417
417
|
|
418
418
|
## Example Usage
|
419
419
|
|
@@ -378,7 +378,7 @@ def get_domains_rule(attribute_sets: Optional[Sequence[str]] = None,
|
|
378
378
|
"""
|
379
379
|
This data source provides details about a specific Rule resource in Oracle Cloud Infrastructure Identity Domains service.
|
380
380
|
|
381
|
-
Get a Rule
|
381
|
+
Get a Rule
|
382
382
|
|
383
383
|
## Example Usage
|
384
384
|
|
@@ -452,7 +452,7 @@ def get_domains_rule_output(attribute_sets: Optional[pulumi.Input[Optional[Seque
|
|
452
452
|
"""
|
453
453
|
This data source provides details about a specific Rule resource in Oracle Cloud Infrastructure Identity Domains service.
|
454
454
|
|
455
|
-
Get a Rule
|
455
|
+
Get a Rule
|
456
456
|
|
457
457
|
## Example Usage
|
458
458
|
|
@@ -206,7 +206,7 @@ def get_domains_rules(attribute_sets: Optional[Sequence[str]] = None,
|
|
206
206
|
"""
|
207
207
|
This data source provides the list of Rules in Oracle Cloud Infrastructure Identity Domains service.
|
208
208
|
|
209
|
-
Search Rules
|
209
|
+
Search Rules
|
210
210
|
|
211
211
|
## Example Usage
|
212
212
|
|
@@ -281,7 +281,7 @@ def get_domains_rules_output(attribute_sets: Optional[pulumi.Input[Optional[Sequ
|
|
281
281
|
"""
|
282
282
|
This data source provides the list of Rules in Oracle Cloud Infrastructure Identity Domains service.
|
283
283
|
|
284
|
-
Search Rules
|
284
|
+
Search Rules
|
285
285
|
|
286
286
|
## Example Usage
|
287
287
|
|