pulumi-oci 1.17.0a1702406535__py3-none-any.whl → 1.18.0a1702447417__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 +48 -0
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/database/__init__.py +1 -0
- pulumi_oci/database/autonomous_database.py +20 -1
- pulumi_oci/database/autonomous_database_saas_admin_user.py +479 -0
- pulumi_oci/datacatalog/_inputs.py +216 -0
- pulumi_oci/datacatalog/catalog.py +58 -0
- pulumi_oci/datacatalog/catalog_private_endpoint.py +58 -0
- pulumi_oci/datacatalog/get_catalog.py +28 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +28 -1
- pulumi_oci/datacatalog/get_metastore.py +28 -1
- pulumi_oci/datacatalog/metastore.py +58 -0
- pulumi_oci/datacatalog/outputs.py +603 -0
- pulumi_oci/datasafe/_inputs.py +32 -0
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +38 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +2 -2
- pulumi_oci/datasafe/get_report_definition.py +4 -4
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +14 -1
- pulumi_oci/datasafe/get_sensitive_types.py +21 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +2 -2
- pulumi_oci/datasafe/masking_policies_masking_column.py +2 -0
- pulumi_oci/datasafe/outputs.py +114 -24
- pulumi_oci/datasafe/report_definition.py +16 -16
- pulumi_oci/datasafe/sensitive_type.py +28 -0
- pulumi_oci/datasafe/sql_firewall_policy.py +103 -103
- pulumi_oci/goldengate/_inputs.py +28 -2
- pulumi_oci/goldengate/connection.py +77 -21
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +110 -7
- pulumi_oci/goldengate/get_connection.py +16 -2
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +41 -2
- pulumi_oci/goldengate/outputs.py +138 -11
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +862 -6
- pulumi_oci/identity/domains_identity_propagation_trust.py +3489 -0
- pulumi_oci/identity/domains_user.py +40 -41
- pulumi_oci/identity/get_domains_identity_propagation_trust.py +581 -0
- pulumi_oci/identity/get_domains_identity_propagation_trusts.py +310 -0
- pulumi_oci/identity/outputs.py +2625 -821
- pulumi_oci/logging/_inputs.py +17 -1
- pulumi_oci/logging/log.py +2 -0
- pulumi_oci/logging/outputs.py +35 -1
- pulumi_oci/meteringcomputation/__init__.py +7 -0
- pulumi_oci/meteringcomputation/_inputs.py +787 -0
- pulumi_oci/meteringcomputation/get_average_carbon_emission.py +121 -0
- pulumi_oci/meteringcomputation/get_clean_energy_usage.py +116 -0
- pulumi_oci/meteringcomputation/get_schedule.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +119 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +136 -0
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +132 -0
- pulumi_oci/meteringcomputation/outputs.py +2410 -1149
- pulumi_oci/meteringcomputation/schedule.py +14 -14
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +597 -0
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +282 -0
- pulumi_oci/opsi/__init__.py +4 -0
- pulumi_oci/opsi/_inputs.py +46 -0
- pulumi_oci/opsi/awr_hub.py +49 -22
- pulumi_oci/opsi/awr_hub_source.py +957 -0
- pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +248 -0
- pulumi_oci/opsi/get_awr_hub.py +14 -1
- pulumi_oci/opsi/get_awr_hub_source.py +391 -0
- pulumi_oci/opsi/get_awr_hub_sources.py +250 -0
- pulumi_oci/opsi/operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/outputs.py +319 -0
- pulumi_oci/optimizer/get_histories.py +18 -1
- pulumi_oci/optimizer/get_profile.py +11 -1
- pulumi_oci/optimizer/get_resource_action.py +22 -5
- pulumi_oci/optimizer/get_resource_actions.py +18 -1
- pulumi_oci/optimizer/outputs.py +7 -0
- pulumi_oci/optimizer/profile.py +20 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/METADATA +1 -1
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/RECORD +82 -67
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.17.0a1702406535.dist-info → pulumi_oci-1.18.0a1702447417.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,6 @@ __all__ = ['DomainsUserArgs', 'DomainsUser']
|
|
17
17
|
class DomainsUserArgs:
|
18
18
|
def __init__(__self__, *,
|
19
19
|
idcs_endpoint: pulumi.Input[str],
|
20
|
-
name: pulumi.Input['DomainsUserNameArgs'],
|
21
20
|
schemas: pulumi.Input[Sequence[pulumi.Input[str]]],
|
22
21
|
user_name: pulumi.Input[str],
|
23
22
|
active: Optional[pulumi.Input[bool]] = None,
|
@@ -32,6 +31,7 @@ class DomainsUserArgs:
|
|
32
31
|
external_id: Optional[pulumi.Input[str]] = None,
|
33
32
|
ims: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsUserImArgs']]]] = None,
|
34
33
|
locale: Optional[pulumi.Input[str]] = None,
|
34
|
+
name: Optional[pulumi.Input['DomainsUserNameArgs']] = None,
|
35
35
|
nick_name: Optional[pulumi.Input[str]] = None,
|
36
36
|
ocid: Optional[pulumi.Input[str]] = None,
|
37
37
|
password: Optional[pulumi.Input[str]] = None,
|
@@ -66,19 +66,6 @@ class DomainsUserArgs:
|
|
66
66
|
"""
|
67
67
|
The set of arguments for constructing a DomainsUser resource.
|
68
68
|
:param pulumi.Input[str] idcs_endpoint: The basic endpoint for the identity domain
|
69
|
-
:param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) Name of the account assigned to the User.
|
70
|
-
|
71
|
-
**Added In:** 17.4.6
|
72
|
-
|
73
|
-
**SCIM++ Properties:**
|
74
|
-
* caseExact: true
|
75
|
-
* idcsSearchable: true
|
76
|
-
* multiValued: false
|
77
|
-
* mutability: readOnly
|
78
|
-
* required: false
|
79
|
-
* returned: default
|
80
|
-
* type: string
|
81
|
-
* uniqueness: none
|
82
69
|
: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.
|
83
70
|
|
84
71
|
**SCIM++ Properties:**
|
@@ -213,6 +200,19 @@ class DomainsUserArgs:
|
|
213
200
|
* returned: default
|
214
201
|
* type: string
|
215
202
|
* uniqueness: none
|
203
|
+
:param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) Name of the account assigned to the User.
|
204
|
+
|
205
|
+
**Added In:** 17.4.6
|
206
|
+
|
207
|
+
**SCIM++ Properties:**
|
208
|
+
* caseExact: true
|
209
|
+
* idcsSearchable: true
|
210
|
+
* multiValued: false
|
211
|
+
* mutability: readOnly
|
212
|
+
* required: false
|
213
|
+
* returned: default
|
214
|
+
* type: string
|
215
|
+
* uniqueness: none
|
216
216
|
:param pulumi.Input[str] nick_name: (Updatable) Nick name
|
217
217
|
|
218
218
|
**SCIM++ Properties:**
|
@@ -398,7 +398,6 @@ class DomainsUserArgs:
|
|
398
398
|
* uniqueness: none
|
399
399
|
"""
|
400
400
|
pulumi.set(__self__, "idcs_endpoint", idcs_endpoint)
|
401
|
-
pulumi.set(__self__, "name", name)
|
402
401
|
pulumi.set(__self__, "schemas", schemas)
|
403
402
|
pulumi.set(__self__, "user_name", user_name)
|
404
403
|
if active is not None:
|
@@ -425,6 +424,8 @@ class DomainsUserArgs:
|
|
425
424
|
pulumi.set(__self__, "ims", ims)
|
426
425
|
if locale is not None:
|
427
426
|
pulumi.set(__self__, "locale", locale)
|
427
|
+
if name is not None:
|
428
|
+
pulumi.set(__self__, "name", name)
|
428
429
|
if nick_name is not None:
|
429
430
|
pulumi.set(__self__, "nick_name", nick_name)
|
430
431
|
if ocid is not None:
|
@@ -500,30 +501,6 @@ class DomainsUserArgs:
|
|
500
501
|
def idcs_endpoint(self, value: pulumi.Input[str]):
|
501
502
|
pulumi.set(self, "idcs_endpoint", value)
|
502
503
|
|
503
|
-
@property
|
504
|
-
@pulumi.getter
|
505
|
-
def name(self) -> pulumi.Input['DomainsUserNameArgs']:
|
506
|
-
"""
|
507
|
-
(Updatable) Name of the account assigned to the User.
|
508
|
-
|
509
|
-
**Added In:** 17.4.6
|
510
|
-
|
511
|
-
**SCIM++ Properties:**
|
512
|
-
* caseExact: true
|
513
|
-
* idcsSearchable: true
|
514
|
-
* multiValued: false
|
515
|
-
* mutability: readOnly
|
516
|
-
* required: false
|
517
|
-
* returned: default
|
518
|
-
* type: string
|
519
|
-
* uniqueness: none
|
520
|
-
"""
|
521
|
-
return pulumi.get(self, "name")
|
522
|
-
|
523
|
-
@name.setter
|
524
|
-
def name(self, value: pulumi.Input['DomainsUserNameArgs']):
|
525
|
-
pulumi.set(self, "name", value)
|
526
|
-
|
527
504
|
@property
|
528
505
|
@pulumi.getter
|
529
506
|
def schemas(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
@@ -812,6 +789,30 @@ class DomainsUserArgs:
|
|
812
789
|
def locale(self, value: Optional[pulumi.Input[str]]):
|
813
790
|
pulumi.set(self, "locale", value)
|
814
791
|
|
792
|
+
@property
|
793
|
+
@pulumi.getter
|
794
|
+
def name(self) -> Optional[pulumi.Input['DomainsUserNameArgs']]:
|
795
|
+
"""
|
796
|
+
(Updatable) Name of the account assigned to the User.
|
797
|
+
|
798
|
+
**Added In:** 17.4.6
|
799
|
+
|
800
|
+
**SCIM++ Properties:**
|
801
|
+
* caseExact: true
|
802
|
+
* idcsSearchable: true
|
803
|
+
* multiValued: false
|
804
|
+
* mutability: readOnly
|
805
|
+
* required: false
|
806
|
+
* returned: default
|
807
|
+
* type: string
|
808
|
+
* uniqueness: none
|
809
|
+
"""
|
810
|
+
return pulumi.get(self, "name")
|
811
|
+
|
812
|
+
@name.setter
|
813
|
+
def name(self, value: Optional[pulumi.Input['DomainsUserNameArgs']]):
|
814
|
+
pulumi.set(self, "name", value)
|
815
|
+
|
815
816
|
@property
|
816
817
|
@pulumi.getter(name="nickName")
|
817
818
|
def nick_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -3568,8 +3569,6 @@ class DomainsUser(pulumi.CustomResource):
|
|
3568
3569
|
__props__.__dict__["idcs_endpoint"] = idcs_endpoint
|
3569
3570
|
__props__.__dict__["ims"] = ims
|
3570
3571
|
__props__.__dict__["locale"] = locale
|
3571
|
-
if name is None and not opts.urn:
|
3572
|
-
raise TypeError("Missing required property 'name'")
|
3573
3572
|
__props__.__dict__["name"] = name
|
3574
3573
|
__props__.__dict__["nick_name"] = nick_name
|
3575
3574
|
__props__.__dict__["ocid"] = ocid
|