pulumi-oci 2.5.0a1721976101__py3-none-any.whl → 2.5.0a1722606028__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.
Files changed (76) hide show
  1. pulumi_oci/__init__.py +59 -32
  2. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  3. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  4. pulumi_oci/bigdataservice/outputs.py +7 -0
  5. pulumi_oci/core/__init__.py +3 -0
  6. pulumi_oci/core/_inputs.py +40 -0
  7. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  8. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  9. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  10. pulumi_oci/core/outputs.py +314 -0
  11. pulumi_oci/database/autonomous_database.py +28 -0
  12. pulumi_oci/database/get_autonomous_database.py +14 -1
  13. pulumi_oci/database/outputs.py +22 -0
  14. pulumi_oci/databasemigration/_inputs.py +184 -0
  15. pulumi_oci/databasemigration/job.py +99 -24
  16. pulumi_oci/databasemigration/outputs.py +171 -0
  17. pulumi_oci/datasafe/__init__.py +2 -4
  18. pulumi_oci/datasafe/_inputs.py +55 -0
  19. pulumi_oci/datasafe/alert.py +56 -0
  20. pulumi_oci/datasafe/alert_policy.py +745 -0
  21. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  22. pulumi_oci/datasafe/get_alert.py +27 -1
  23. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  24. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  25. pulumi_oci/datasafe/get_report.py +14 -1
  26. pulumi_oci/datasafe/get_report_definition.py +14 -1
  27. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  28. pulumi_oci/datasafe/outputs.py +231 -27
  29. pulumi_oci/datasafe/report.py +28 -0
  30. pulumi_oci/datasafe/report_definition.py +28 -0
  31. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  32. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  33. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  34. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  35. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  36. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  38. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  39. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  40. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  41. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  42. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  43. pulumi_oci/generativeai/get_endpoint.py +6 -9
  44. pulumi_oci/generativeai/get_endpoints.py +3 -3
  45. pulumi_oci/generativeai/get_model.py +36 -6
  46. pulumi_oci/generativeai/get_models.py +6 -0
  47. pulumi_oci/generativeai/outputs.py +228 -16
  48. pulumi_oci/identity/__init__.py +3 -0
  49. pulumi_oci/identity/_inputs.py +1029 -0
  50. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  51. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  52. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  53. pulumi_oci/identity/outputs.py +19544 -17378
  54. pulumi_oci/networkfirewall/__init__.py +3 -0
  55. pulumi_oci/networkfirewall/_inputs.py +150 -0
  56. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  57. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  58. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  59. pulumi_oci/networkfirewall/outputs.py +457 -0
  60. pulumi_oci/pulumi-plugin.json +1 -1
  61. pulumi_oci/redis/get_redis_cluster.py +1 -1
  62. pulumi_oci/redis/outputs.py +2 -2
  63. pulumi_oci/redis/redis_cluster.py +7 -7
  64. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  65. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  66. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  67. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  68. pulumi_oci/stackmonitoring/outputs.py +19 -8
  69. {pulumi_oci-2.5.0a1721976101.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.5.0a1721976101.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/RECORD +72 -56
  71. {pulumi_oci-2.5.0a1721976101.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/WHEEL +1 -1
  72. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  73. pulumi_oci/datasafe/masking_report_management.py +0 -693
  74. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  75. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  76. {pulumi_oci-2.5.0a1721976101.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,276 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetDomainsSocialIdentityProvidersResult',
15
+ 'AwaitableGetDomainsSocialIdentityProvidersResult',
16
+ 'get_domains_social_identity_providers',
17
+ 'get_domains_social_identity_providers_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetDomainsSocialIdentityProvidersResult:
22
+ """
23
+ A collection of values returned by getDomainsSocialIdentityProviders.
24
+ """
25
+ def __init__(__self__, authorization=None, compartment_id=None, id=None, idcs_endpoint=None, items_per_page=None, resource_type_schema_version=None, schemas=None, social_identity_provider_count=None, social_identity_provider_filter=None, social_identity_providers=None, sort_by=None, sort_order=None, start_index=None, total_results=None):
26
+ if authorization and not isinstance(authorization, str):
27
+ raise TypeError("Expected argument 'authorization' to be a str")
28
+ pulumi.set(__self__, "authorization", authorization)
29
+ if compartment_id and not isinstance(compartment_id, str):
30
+ raise TypeError("Expected argument 'compartment_id' to be a str")
31
+ pulumi.set(__self__, "compartment_id", compartment_id)
32
+ if id and not isinstance(id, str):
33
+ raise TypeError("Expected argument 'id' to be a str")
34
+ pulumi.set(__self__, "id", id)
35
+ if idcs_endpoint and not isinstance(idcs_endpoint, str):
36
+ raise TypeError("Expected argument 'idcs_endpoint' to be a str")
37
+ pulumi.set(__self__, "idcs_endpoint", idcs_endpoint)
38
+ if items_per_page and not isinstance(items_per_page, int):
39
+ raise TypeError("Expected argument 'items_per_page' to be a int")
40
+ pulumi.set(__self__, "items_per_page", items_per_page)
41
+ if resource_type_schema_version and not isinstance(resource_type_schema_version, str):
42
+ raise TypeError("Expected argument 'resource_type_schema_version' to be a str")
43
+ pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
44
+ if schemas and not isinstance(schemas, list):
45
+ raise TypeError("Expected argument 'schemas' to be a list")
46
+ pulumi.set(__self__, "schemas", schemas)
47
+ if social_identity_provider_count and not isinstance(social_identity_provider_count, int):
48
+ raise TypeError("Expected argument 'social_identity_provider_count' to be a int")
49
+ pulumi.set(__self__, "social_identity_provider_count", social_identity_provider_count)
50
+ if social_identity_provider_filter and not isinstance(social_identity_provider_filter, str):
51
+ raise TypeError("Expected argument 'social_identity_provider_filter' to be a str")
52
+ pulumi.set(__self__, "social_identity_provider_filter", social_identity_provider_filter)
53
+ if social_identity_providers and not isinstance(social_identity_providers, list):
54
+ raise TypeError("Expected argument 'social_identity_providers' to be a list")
55
+ pulumi.set(__self__, "social_identity_providers", social_identity_providers)
56
+ if sort_by and not isinstance(sort_by, str):
57
+ raise TypeError("Expected argument 'sort_by' to be a str")
58
+ pulumi.set(__self__, "sort_by", sort_by)
59
+ if sort_order and not isinstance(sort_order, str):
60
+ raise TypeError("Expected argument 'sort_order' to be a str")
61
+ pulumi.set(__self__, "sort_order", sort_order)
62
+ if start_index and not isinstance(start_index, int):
63
+ raise TypeError("Expected argument 'start_index' to be a int")
64
+ pulumi.set(__self__, "start_index", start_index)
65
+ if total_results and not isinstance(total_results, int):
66
+ raise TypeError("Expected argument 'total_results' to be a int")
67
+ pulumi.set(__self__, "total_results", total_results)
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def authorization(self) -> Optional[str]:
72
+ return pulumi.get(self, "authorization")
73
+
74
+ @property
75
+ @pulumi.getter(name="compartmentId")
76
+ def compartment_id(self) -> Optional[str]:
77
+ return pulumi.get(self, "compartment_id")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def id(self) -> str:
82
+ """
83
+ The provider-assigned unique ID for this managed resource.
84
+ """
85
+ return pulumi.get(self, "id")
86
+
87
+ @property
88
+ @pulumi.getter(name="idcsEndpoint")
89
+ def idcs_endpoint(self) -> str:
90
+ return pulumi.get(self, "idcs_endpoint")
91
+
92
+ @property
93
+ @pulumi.getter(name="itemsPerPage")
94
+ def items_per_page(self) -> int:
95
+ return pulumi.get(self, "items_per_page")
96
+
97
+ @property
98
+ @pulumi.getter(name="resourceTypeSchemaVersion")
99
+ def resource_type_schema_version(self) -> Optional[str]:
100
+ return pulumi.get(self, "resource_type_schema_version")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def schemas(self) -> Sequence[str]:
105
+ """
106
+ 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.
107
+ """
108
+ return pulumi.get(self, "schemas")
109
+
110
+ @property
111
+ @pulumi.getter(name="socialIdentityProviderCount")
112
+ def social_identity_provider_count(self) -> Optional[int]:
113
+ return pulumi.get(self, "social_identity_provider_count")
114
+
115
+ @property
116
+ @pulumi.getter(name="socialIdentityProviderFilter")
117
+ def social_identity_provider_filter(self) -> Optional[str]:
118
+ return pulumi.get(self, "social_identity_provider_filter")
119
+
120
+ @property
121
+ @pulumi.getter(name="socialIdentityProviders")
122
+ def social_identity_providers(self) -> Sequence['outputs.GetDomainsSocialIdentityProvidersSocialIdentityProviderResult']:
123
+ """
124
+ The list of social_identity_providers.
125
+ """
126
+ return pulumi.get(self, "social_identity_providers")
127
+
128
+ @property
129
+ @pulumi.getter(name="sortBy")
130
+ def sort_by(self) -> Optional[str]:
131
+ return pulumi.get(self, "sort_by")
132
+
133
+ @property
134
+ @pulumi.getter(name="sortOrder")
135
+ def sort_order(self) -> Optional[str]:
136
+ return pulumi.get(self, "sort_order")
137
+
138
+ @property
139
+ @pulumi.getter(name="startIndex")
140
+ def start_index(self) -> Optional[int]:
141
+ return pulumi.get(self, "start_index")
142
+
143
+ @property
144
+ @pulumi.getter(name="totalResults")
145
+ def total_results(self) -> int:
146
+ return pulumi.get(self, "total_results")
147
+
148
+
149
+ class AwaitableGetDomainsSocialIdentityProvidersResult(GetDomainsSocialIdentityProvidersResult):
150
+ # pylint: disable=using-constant-test
151
+ def __await__(self):
152
+ if False:
153
+ yield self
154
+ return GetDomainsSocialIdentityProvidersResult(
155
+ authorization=self.authorization,
156
+ compartment_id=self.compartment_id,
157
+ id=self.id,
158
+ idcs_endpoint=self.idcs_endpoint,
159
+ items_per_page=self.items_per_page,
160
+ resource_type_schema_version=self.resource_type_schema_version,
161
+ schemas=self.schemas,
162
+ social_identity_provider_count=self.social_identity_provider_count,
163
+ social_identity_provider_filter=self.social_identity_provider_filter,
164
+ social_identity_providers=self.social_identity_providers,
165
+ sort_by=self.sort_by,
166
+ sort_order=self.sort_order,
167
+ start_index=self.start_index,
168
+ total_results=self.total_results)
169
+
170
+
171
+ def get_domains_social_identity_providers(authorization: Optional[str] = None,
172
+ compartment_id: Optional[str] = None,
173
+ idcs_endpoint: Optional[str] = None,
174
+ resource_type_schema_version: Optional[str] = None,
175
+ social_identity_provider_count: Optional[int] = None,
176
+ social_identity_provider_filter: Optional[str] = None,
177
+ sort_by: Optional[str] = None,
178
+ sort_order: Optional[str] = None,
179
+ start_index: Optional[int] = None,
180
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainsSocialIdentityProvidersResult:
181
+ """
182
+ This data source provides the list of Social Identity Providers in Oracle Cloud Infrastructure Identity Domains service.
183
+
184
+ Search Social Identity Providers
185
+
186
+ ## Example Usage
187
+
188
+ ```python
189
+ import pulumi
190
+ import pulumi_oci as oci
191
+
192
+ test_social_identity_providers = oci.Identity.get_domains_social_identity_providers(idcs_endpoint=test_domain["url"],
193
+ social_identity_provider_count=social_identity_provider_social_identity_provider_count,
194
+ social_identity_provider_filter=social_identity_provider_social_identity_provider_filter,
195
+ authorization=social_identity_provider_authorization,
196
+ resource_type_schema_version=social_identity_provider_resource_type_schema_version,
197
+ start_index=social_identity_provider_start_index)
198
+ ```
199
+
200
+
201
+ :param str authorization: The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
202
+ :param str idcs_endpoint: The basic endpoint for the identity domain
203
+ :param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
204
+ :param int social_identity_provider_count: OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
205
+ :param str social_identity_provider_filter: OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
206
+ :param int start_index: OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
207
+ """
208
+ __args__ = dict()
209
+ __args__['authorization'] = authorization
210
+ __args__['compartmentId'] = compartment_id
211
+ __args__['idcsEndpoint'] = idcs_endpoint
212
+ __args__['resourceTypeSchemaVersion'] = resource_type_schema_version
213
+ __args__['socialIdentityProviderCount'] = social_identity_provider_count
214
+ __args__['socialIdentityProviderFilter'] = social_identity_provider_filter
215
+ __args__['sortBy'] = sort_by
216
+ __args__['sortOrder'] = sort_order
217
+ __args__['startIndex'] = start_index
218
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
219
+ __ret__ = pulumi.runtime.invoke('oci:Identity/getDomainsSocialIdentityProviders:getDomainsSocialIdentityProviders', __args__, opts=opts, typ=GetDomainsSocialIdentityProvidersResult).value
220
+
221
+ return AwaitableGetDomainsSocialIdentityProvidersResult(
222
+ authorization=pulumi.get(__ret__, 'authorization'),
223
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
224
+ id=pulumi.get(__ret__, 'id'),
225
+ idcs_endpoint=pulumi.get(__ret__, 'idcs_endpoint'),
226
+ items_per_page=pulumi.get(__ret__, 'items_per_page'),
227
+ resource_type_schema_version=pulumi.get(__ret__, 'resource_type_schema_version'),
228
+ schemas=pulumi.get(__ret__, 'schemas'),
229
+ social_identity_provider_count=pulumi.get(__ret__, 'social_identity_provider_count'),
230
+ social_identity_provider_filter=pulumi.get(__ret__, 'social_identity_provider_filter'),
231
+ social_identity_providers=pulumi.get(__ret__, 'social_identity_providers'),
232
+ sort_by=pulumi.get(__ret__, 'sort_by'),
233
+ sort_order=pulumi.get(__ret__, 'sort_order'),
234
+ start_index=pulumi.get(__ret__, 'start_index'),
235
+ total_results=pulumi.get(__ret__, 'total_results'))
236
+
237
+
238
+ @_utilities.lift_output_func(get_domains_social_identity_providers)
239
+ def get_domains_social_identity_providers_output(authorization: Optional[pulumi.Input[Optional[str]]] = None,
240
+ compartment_id: Optional[pulumi.Input[Optional[str]]] = None,
241
+ idcs_endpoint: Optional[pulumi.Input[str]] = None,
242
+ resource_type_schema_version: Optional[pulumi.Input[Optional[str]]] = None,
243
+ social_identity_provider_count: Optional[pulumi.Input[Optional[int]]] = None,
244
+ social_identity_provider_filter: Optional[pulumi.Input[Optional[str]]] = None,
245
+ sort_by: Optional[pulumi.Input[Optional[str]]] = None,
246
+ sort_order: Optional[pulumi.Input[Optional[str]]] = None,
247
+ start_index: Optional[pulumi.Input[Optional[int]]] = None,
248
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDomainsSocialIdentityProvidersResult]:
249
+ """
250
+ This data source provides the list of Social Identity Providers in Oracle Cloud Infrastructure Identity Domains service.
251
+
252
+ Search Social Identity Providers
253
+
254
+ ## Example Usage
255
+
256
+ ```python
257
+ import pulumi
258
+ import pulumi_oci as oci
259
+
260
+ test_social_identity_providers = oci.Identity.get_domains_social_identity_providers(idcs_endpoint=test_domain["url"],
261
+ social_identity_provider_count=social_identity_provider_social_identity_provider_count,
262
+ social_identity_provider_filter=social_identity_provider_social_identity_provider_filter,
263
+ authorization=social_identity_provider_authorization,
264
+ resource_type_schema_version=social_identity_provider_resource_type_schema_version,
265
+ start_index=social_identity_provider_start_index)
266
+ ```
267
+
268
+
269
+ :param str authorization: The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
270
+ :param str idcs_endpoint: The basic endpoint for the identity domain
271
+ :param str resource_type_schema_version: An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
272
+ :param int social_identity_provider_count: OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
273
+ :param str social_identity_provider_filter: OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
274
+ :param int start_index: OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
275
+ """
276
+ ...