pulumi-oci 2.16.0a1731363948__py3-none-any.whl → 2.16.0a1731504509__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 (44) hide show
  1. pulumi_oci/__init__.py +19 -0
  2. pulumi_oci/database/autonomous_database.py +47 -0
  3. pulumi_oci/database/cloud_autonomous_vm_cluster.py +105 -0
  4. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  5. pulumi_oci/database/data_guard_association.py +49 -0
  6. pulumi_oci/database/db_system.py +47 -0
  7. pulumi_oci/database/exadb_vm_cluster.py +68 -7
  8. pulumi_oci/database/get_autonomous_database.py +15 -1
  9. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +43 -1
  10. pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
  11. pulumi_oci/database/get_data_guard_association.py +12 -1
  12. pulumi_oci/database/get_exadb_vm_cluster.py +16 -2
  13. pulumi_oci/database/outputs.py +97 -2
  14. pulumi_oci/dataflow/get_sql_endpoint.py +1 -15
  15. pulumi_oci/dataflow/outputs.py +0 -11
  16. pulumi_oci/dataflow/sql_endpoint.py +88 -85
  17. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  18. pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
  19. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +348 -0
  20. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
  21. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +746 -0
  22. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
  23. pulumi_oci/globallydistributeddatabase/outputs.py +2114 -0
  24. pulumi_oci/globallydistributeddatabase/private_endpoint.py +822 -0
  25. pulumi_oci/globallydistributeddatabase/sharded_database.py +2157 -0
  26. pulumi_oci/identity/__init__.py +2 -0
  27. pulumi_oci/identity/_inputs.py +55 -6
  28. pulumi_oci/identity/domains_condition.py +9 -2
  29. pulumi_oci/identity/domains_policy.py +9 -2
  30. pulumi_oci/identity/domains_rule.py +9 -2
  31. pulumi_oci/identity/get_domains_condition.py +2 -2
  32. pulumi_oci/identity/get_domains_conditions.py +2 -2
  33. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consent.py +503 -0
  34. pulumi_oci/identity/get_domains_oci_console_sign_on_policy_consents.py +338 -0
  35. pulumi_oci/identity/get_domains_policies.py +2 -2
  36. pulumi_oci/identity/get_domains_policy.py +2 -2
  37. pulumi_oci/identity/get_domains_rule.py +2 -2
  38. pulumi_oci/identity/get_domains_rules.py +2 -2
  39. pulumi_oci/identity/outputs.py +917 -4
  40. pulumi_oci/pulumi-plugin.json +1 -1
  41. {pulumi_oci-2.16.0a1731363948.dist-info → pulumi_oci-2.16.0a1731504509.dist-info}/METADATA +1 -1
  42. {pulumi_oci-2.16.0a1731363948.dist-info → pulumi_oci-2.16.0a1731504509.dist-info}/RECORD +44 -33
  43. {pulumi_oci-2.16.0a1731363948.dist-info → pulumi_oci-2.16.0a1731504509.dist-info}/WHEEL +1 -1
  44. {pulumi_oci-2.16.0a1731363948.dist-info → pulumi_oci-2.16.0a1731504509.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,503 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetDomainsOciConsoleSignOnPolicyConsentResult',
20
+ 'AwaitableGetDomainsOciConsoleSignOnPolicyConsentResult',
21
+ 'get_domains_oci_console_sign_on_policy_consent',
22
+ 'get_domains_oci_console_sign_on_policy_consent_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetDomainsOciConsoleSignOnPolicyConsentResult:
27
+ """
28
+ A collection of values returned by getDomainsOciConsoleSignOnPolicyConsent.
29
+ """
30
+ def __init__(__self__, attribute_sets=None, attributes=None, authorization=None, change_type=None, client_ip=None, compartment_ocid=None, consent_signed_bies=None, delete_in_progress=None, domain_ocid=None, id=None, idcs_created_bies=None, idcs_endpoint=None, idcs_last_modified_bies=None, idcs_last_upgraded_in_release=None, idcs_prevented_operations=None, justification=None, metas=None, modified_resources=None, notification_recipients=None, oci_console_sign_on_policy_consent_id=None, ocid=None, policy_resources=None, reason=None, resource_type_schema_version=None, schemas=None, tags=None, tenancy_ocid=None, time_consent_signed=None):
31
+ if attribute_sets and not isinstance(attribute_sets, list):
32
+ raise TypeError("Expected argument 'attribute_sets' to be a list")
33
+ pulumi.set(__self__, "attribute_sets", attribute_sets)
34
+ if attributes and not isinstance(attributes, str):
35
+ raise TypeError("Expected argument 'attributes' to be a str")
36
+ pulumi.set(__self__, "attributes", attributes)
37
+ if authorization and not isinstance(authorization, str):
38
+ raise TypeError("Expected argument 'authorization' to be a str")
39
+ pulumi.set(__self__, "authorization", authorization)
40
+ if change_type and not isinstance(change_type, str):
41
+ raise TypeError("Expected argument 'change_type' to be a str")
42
+ pulumi.set(__self__, "change_type", change_type)
43
+ if client_ip and not isinstance(client_ip, str):
44
+ raise TypeError("Expected argument 'client_ip' to be a str")
45
+ pulumi.set(__self__, "client_ip", client_ip)
46
+ if compartment_ocid and not isinstance(compartment_ocid, str):
47
+ raise TypeError("Expected argument 'compartment_ocid' to be a str")
48
+ pulumi.set(__self__, "compartment_ocid", compartment_ocid)
49
+ if consent_signed_bies and not isinstance(consent_signed_bies, list):
50
+ raise TypeError("Expected argument 'consent_signed_bies' to be a list")
51
+ pulumi.set(__self__, "consent_signed_bies", consent_signed_bies)
52
+ if delete_in_progress and not isinstance(delete_in_progress, bool):
53
+ raise TypeError("Expected argument 'delete_in_progress' to be a bool")
54
+ pulumi.set(__self__, "delete_in_progress", delete_in_progress)
55
+ if domain_ocid and not isinstance(domain_ocid, str):
56
+ raise TypeError("Expected argument 'domain_ocid' to be a str")
57
+ pulumi.set(__self__, "domain_ocid", domain_ocid)
58
+ if id and not isinstance(id, str):
59
+ raise TypeError("Expected argument 'id' to be a str")
60
+ pulumi.set(__self__, "id", id)
61
+ if idcs_created_bies and not isinstance(idcs_created_bies, list):
62
+ raise TypeError("Expected argument 'idcs_created_bies' to be a list")
63
+ pulumi.set(__self__, "idcs_created_bies", idcs_created_bies)
64
+ if idcs_endpoint and not isinstance(idcs_endpoint, str):
65
+ raise TypeError("Expected argument 'idcs_endpoint' to be a str")
66
+ pulumi.set(__self__, "idcs_endpoint", idcs_endpoint)
67
+ if idcs_last_modified_bies and not isinstance(idcs_last_modified_bies, list):
68
+ raise TypeError("Expected argument 'idcs_last_modified_bies' to be a list")
69
+ pulumi.set(__self__, "idcs_last_modified_bies", idcs_last_modified_bies)
70
+ if idcs_last_upgraded_in_release and not isinstance(idcs_last_upgraded_in_release, str):
71
+ raise TypeError("Expected argument 'idcs_last_upgraded_in_release' to be a str")
72
+ pulumi.set(__self__, "idcs_last_upgraded_in_release", idcs_last_upgraded_in_release)
73
+ if idcs_prevented_operations and not isinstance(idcs_prevented_operations, list):
74
+ raise TypeError("Expected argument 'idcs_prevented_operations' to be a list")
75
+ pulumi.set(__self__, "idcs_prevented_operations", idcs_prevented_operations)
76
+ if justification and not isinstance(justification, str):
77
+ raise TypeError("Expected argument 'justification' to be a str")
78
+ pulumi.set(__self__, "justification", justification)
79
+ if metas and not isinstance(metas, list):
80
+ raise TypeError("Expected argument 'metas' to be a list")
81
+ pulumi.set(__self__, "metas", metas)
82
+ if modified_resources and not isinstance(modified_resources, list):
83
+ raise TypeError("Expected argument 'modified_resources' to be a list")
84
+ pulumi.set(__self__, "modified_resources", modified_resources)
85
+ if notification_recipients and not isinstance(notification_recipients, list):
86
+ raise TypeError("Expected argument 'notification_recipients' to be a list")
87
+ pulumi.set(__self__, "notification_recipients", notification_recipients)
88
+ if oci_console_sign_on_policy_consent_id and not isinstance(oci_console_sign_on_policy_consent_id, str):
89
+ raise TypeError("Expected argument 'oci_console_sign_on_policy_consent_id' to be a str")
90
+ pulumi.set(__self__, "oci_console_sign_on_policy_consent_id", oci_console_sign_on_policy_consent_id)
91
+ if ocid and not isinstance(ocid, str):
92
+ raise TypeError("Expected argument 'ocid' to be a str")
93
+ pulumi.set(__self__, "ocid", ocid)
94
+ if policy_resources and not isinstance(policy_resources, list):
95
+ raise TypeError("Expected argument 'policy_resources' to be a list")
96
+ pulumi.set(__self__, "policy_resources", policy_resources)
97
+ if reason and not isinstance(reason, str):
98
+ raise TypeError("Expected argument 'reason' to be a str")
99
+ pulumi.set(__self__, "reason", reason)
100
+ if resource_type_schema_version and not isinstance(resource_type_schema_version, str):
101
+ raise TypeError("Expected argument 'resource_type_schema_version' to be a str")
102
+ pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
103
+ if schemas and not isinstance(schemas, list):
104
+ raise TypeError("Expected argument 'schemas' to be a list")
105
+ pulumi.set(__self__, "schemas", schemas)
106
+ if tags and not isinstance(tags, list):
107
+ raise TypeError("Expected argument 'tags' to be a list")
108
+ pulumi.set(__self__, "tags", tags)
109
+ if tenancy_ocid and not isinstance(tenancy_ocid, str):
110
+ raise TypeError("Expected argument 'tenancy_ocid' to be a str")
111
+ pulumi.set(__self__, "tenancy_ocid", tenancy_ocid)
112
+ if time_consent_signed and not isinstance(time_consent_signed, str):
113
+ raise TypeError("Expected argument 'time_consent_signed' to be a str")
114
+ pulumi.set(__self__, "time_consent_signed", time_consent_signed)
115
+
116
+ @property
117
+ @pulumi.getter(name="attributeSets")
118
+ def attribute_sets(self) -> Optional[Sequence[str]]:
119
+ return pulumi.get(self, "attribute_sets")
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def attributes(self) -> Optional[str]:
124
+ return pulumi.get(self, "attributes")
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def authorization(self) -> Optional[str]:
129
+ return pulumi.get(self, "authorization")
130
+
131
+ @property
132
+ @pulumi.getter(name="changeType")
133
+ def change_type(self) -> str:
134
+ """
135
+ Change Type - MODIFIED or RESTORED_TO_FACTORY_DEFAULT
136
+ """
137
+ return pulumi.get(self, "change_type")
138
+
139
+ @property
140
+ @pulumi.getter(name="clientIp")
141
+ def client_ip(self) -> str:
142
+ """
143
+ Client IP of the Consent Signer
144
+ """
145
+ return pulumi.get(self, "client_ip")
146
+
147
+ @property
148
+ @pulumi.getter(name="compartmentOcid")
149
+ def compartment_ocid(self) -> str:
150
+ """
151
+ Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
152
+ """
153
+ return pulumi.get(self, "compartment_ocid")
154
+
155
+ @property
156
+ @pulumi.getter(name="consentSignedBies")
157
+ def consent_signed_bies(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentConsentSignedByResult']:
158
+ """
159
+ User or App that signs the consent.
160
+ """
161
+ return pulumi.get(self, "consent_signed_bies")
162
+
163
+ @property
164
+ @pulumi.getter(name="deleteInProgress")
165
+ def delete_in_progress(self) -> bool:
166
+ """
167
+ 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.
168
+ """
169
+ return pulumi.get(self, "delete_in_progress")
170
+
171
+ @property
172
+ @pulumi.getter(name="domainOcid")
173
+ def domain_ocid(self) -> str:
174
+ """
175
+ Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
176
+ """
177
+ return pulumi.get(self, "domain_ocid")
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def id(self) -> str:
182
+ """
183
+ The provider-assigned unique ID for this managed resource.
184
+ """
185
+ return pulumi.get(self, "id")
186
+
187
+ @property
188
+ @pulumi.getter(name="idcsCreatedBies")
189
+ def idcs_created_bies(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentIdcsCreatedByResult']:
190
+ """
191
+ The User or App who created the Resource
192
+ """
193
+ return pulumi.get(self, "idcs_created_bies")
194
+
195
+ @property
196
+ @pulumi.getter(name="idcsEndpoint")
197
+ def idcs_endpoint(self) -> str:
198
+ return pulumi.get(self, "idcs_endpoint")
199
+
200
+ @property
201
+ @pulumi.getter(name="idcsLastModifiedBies")
202
+ def idcs_last_modified_bies(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentIdcsLastModifiedByResult']:
203
+ """
204
+ The User or App who modified the Resource
205
+ """
206
+ return pulumi.get(self, "idcs_last_modified_bies")
207
+
208
+ @property
209
+ @pulumi.getter(name="idcsLastUpgradedInRelease")
210
+ def idcs_last_upgraded_in_release(self) -> str:
211
+ """
212
+ The release number when the resource was upgraded.
213
+ """
214
+ return pulumi.get(self, "idcs_last_upgraded_in_release")
215
+
216
+ @property
217
+ @pulumi.getter(name="idcsPreventedOperations")
218
+ def idcs_prevented_operations(self) -> Sequence[str]:
219
+ """
220
+ Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
221
+ """
222
+ return pulumi.get(self, "idcs_prevented_operations")
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def justification(self) -> str:
227
+ """
228
+ The justification for the change when an identity domain administrator opts to modify the Oracle security defaults for the "Security Policy for Oracle Cloud Infrastructure Console" sign-on policy shipped by Oracle.
229
+ """
230
+ return pulumi.get(self, "justification")
231
+
232
+ @property
233
+ @pulumi.getter
234
+ def metas(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentMetaResult']:
235
+ """
236
+ A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
237
+ """
238
+ return pulumi.get(self, "metas")
239
+
240
+ @property
241
+ @pulumi.getter(name="modifiedResources")
242
+ def modified_resources(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentModifiedResourceResult']:
243
+ """
244
+ The modified Policy, Rule, ConditionGroup or Condition during consent signing.
245
+ """
246
+ return pulumi.get(self, "modified_resources")
247
+
248
+ @property
249
+ @pulumi.getter(name="notificationRecipients")
250
+ def notification_recipients(self) -> Sequence[str]:
251
+ """
252
+ The recipients of the email notification for the change in consent.
253
+ """
254
+ return pulumi.get(self, "notification_recipients")
255
+
256
+ @property
257
+ @pulumi.getter(name="ociConsoleSignOnPolicyConsentId")
258
+ def oci_console_sign_on_policy_consent_id(self) -> str:
259
+ return pulumi.get(self, "oci_console_sign_on_policy_consent_id")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def ocid(self) -> str:
264
+ """
265
+ Policy Resource Ocid
266
+ """
267
+ return pulumi.get(self, "ocid")
268
+
269
+ @property
270
+ @pulumi.getter(name="policyResources")
271
+ def policy_resources(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentPolicyResourceResult']:
272
+ """
273
+ Policy Resource
274
+ """
275
+ return pulumi.get(self, "policy_resources")
276
+
277
+ @property
278
+ @pulumi.getter
279
+ def reason(self) -> str:
280
+ """
281
+ The detailed reason for the change when an identity domain administrator opts to modify the Oracle security defaults for the "Security Policy for Oracle Cloud Infrastructure Console" sign-on policy shipped by Oracle.
282
+ """
283
+ return pulumi.get(self, "reason")
284
+
285
+ @property
286
+ @pulumi.getter(name="resourceTypeSchemaVersion")
287
+ def resource_type_schema_version(self) -> Optional[str]:
288
+ return pulumi.get(self, "resource_type_schema_version")
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def schemas(self) -> Sequence[str]:
293
+ """
294
+ 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.
295
+ """
296
+ return pulumi.get(self, "schemas")
297
+
298
+ @property
299
+ @pulumi.getter
300
+ def tags(self) -> Sequence['outputs.GetDomainsOciConsoleSignOnPolicyConsentTagResult']:
301
+ """
302
+ A list of tags on this resource.
303
+ """
304
+ return pulumi.get(self, "tags")
305
+
306
+ @property
307
+ @pulumi.getter(name="tenancyOcid")
308
+ def tenancy_ocid(self) -> str:
309
+ """
310
+ Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
311
+ """
312
+ return pulumi.get(self, "tenancy_ocid")
313
+
314
+ @property
315
+ @pulumi.getter(name="timeConsentSigned")
316
+ def time_consent_signed(self) -> str:
317
+ """
318
+ Time when Consent was signed.
319
+ """
320
+ return pulumi.get(self, "time_consent_signed")
321
+
322
+
323
+ class AwaitableGetDomainsOciConsoleSignOnPolicyConsentResult(GetDomainsOciConsoleSignOnPolicyConsentResult):
324
+ # pylint: disable=using-constant-test
325
+ def __await__(self):
326
+ if False:
327
+ yield self
328
+ return GetDomainsOciConsoleSignOnPolicyConsentResult(
329
+ attribute_sets=self.attribute_sets,
330
+ attributes=self.attributes,
331
+ authorization=self.authorization,
332
+ change_type=self.change_type,
333
+ client_ip=self.client_ip,
334
+ compartment_ocid=self.compartment_ocid,
335
+ consent_signed_bies=self.consent_signed_bies,
336
+ delete_in_progress=self.delete_in_progress,
337
+ domain_ocid=self.domain_ocid,
338
+ id=self.id,
339
+ idcs_created_bies=self.idcs_created_bies,
340
+ idcs_endpoint=self.idcs_endpoint,
341
+ idcs_last_modified_bies=self.idcs_last_modified_bies,
342
+ idcs_last_upgraded_in_release=self.idcs_last_upgraded_in_release,
343
+ idcs_prevented_operations=self.idcs_prevented_operations,
344
+ justification=self.justification,
345
+ metas=self.metas,
346
+ modified_resources=self.modified_resources,
347
+ notification_recipients=self.notification_recipients,
348
+ oci_console_sign_on_policy_consent_id=self.oci_console_sign_on_policy_consent_id,
349
+ ocid=self.ocid,
350
+ policy_resources=self.policy_resources,
351
+ reason=self.reason,
352
+ resource_type_schema_version=self.resource_type_schema_version,
353
+ schemas=self.schemas,
354
+ tags=self.tags,
355
+ tenancy_ocid=self.tenancy_ocid,
356
+ time_consent_signed=self.time_consent_signed)
357
+
358
+
359
+ def get_domains_oci_console_sign_on_policy_consent(attribute_sets: Optional[Sequence[str]] = None,
360
+ attributes: Optional[str] = None,
361
+ authorization: Optional[str] = None,
362
+ idcs_endpoint: Optional[str] = None,
363
+ oci_console_sign_on_policy_consent_id: Optional[str] = None,
364
+ resource_type_schema_version: Optional[str] = None,
365
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainsOciConsoleSignOnPolicyConsentResult:
366
+ """
367
+ This data source provides details about a specific Oci Console Sign On Policy Consent resource in Oracle Cloud Infrastructure Identity Domains service.
368
+
369
+ Get a OciConsoleSignOnPolicyConsent Entry.
370
+
371
+ ## Example Usage
372
+
373
+ ```python
374
+ import pulumi
375
+ import pulumi_oci as oci
376
+
377
+ test_oci_console_sign_on_policy_consent = oci.Identity.get_domains_oci_console_sign_on_policy_consent(idcs_endpoint=test_domain["url"],
378
+ oci_console_sign_on_policy_consent_id=test_oci_console_sign_on_policy_consent_oci_identity_domains_oci_console_sign_on_policy_consent["id"],
379
+ attribute_sets=oci_console_sign_on_policy_consent_attribute_sets,
380
+ attributes=oci_console_sign_on_policy_consent_attributes,
381
+ authorization=oci_console_sign_on_policy_consent_authorization,
382
+ resource_type_schema_version=oci_console_sign_on_policy_consent_resource_type_schema_version)
383
+ ```
384
+
385
+
386
+ :param Sequence[str] attribute_sets: A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
387
+ :param str attributes: A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
388
+ :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.
389
+ :param str idcs_endpoint: The basic endpoint for the identity domain
390
+ :param str oci_console_sign_on_policy_consent_id: ID of the resource
391
+ :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.
392
+ """
393
+ __args__ = dict()
394
+ __args__['attributeSets'] = attribute_sets
395
+ __args__['attributes'] = attributes
396
+ __args__['authorization'] = authorization
397
+ __args__['idcsEndpoint'] = idcs_endpoint
398
+ __args__['ociConsoleSignOnPolicyConsentId'] = oci_console_sign_on_policy_consent_id
399
+ __args__['resourceTypeSchemaVersion'] = resource_type_schema_version
400
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
401
+ __ret__ = pulumi.runtime.invoke('oci:Identity/getDomainsOciConsoleSignOnPolicyConsent:getDomainsOciConsoleSignOnPolicyConsent', __args__, opts=opts, typ=GetDomainsOciConsoleSignOnPolicyConsentResult).value
402
+
403
+ return AwaitableGetDomainsOciConsoleSignOnPolicyConsentResult(
404
+ attribute_sets=pulumi.get(__ret__, 'attribute_sets'),
405
+ attributes=pulumi.get(__ret__, 'attributes'),
406
+ authorization=pulumi.get(__ret__, 'authorization'),
407
+ change_type=pulumi.get(__ret__, 'change_type'),
408
+ client_ip=pulumi.get(__ret__, 'client_ip'),
409
+ compartment_ocid=pulumi.get(__ret__, 'compartment_ocid'),
410
+ consent_signed_bies=pulumi.get(__ret__, 'consent_signed_bies'),
411
+ delete_in_progress=pulumi.get(__ret__, 'delete_in_progress'),
412
+ domain_ocid=pulumi.get(__ret__, 'domain_ocid'),
413
+ id=pulumi.get(__ret__, 'id'),
414
+ idcs_created_bies=pulumi.get(__ret__, 'idcs_created_bies'),
415
+ idcs_endpoint=pulumi.get(__ret__, 'idcs_endpoint'),
416
+ idcs_last_modified_bies=pulumi.get(__ret__, 'idcs_last_modified_bies'),
417
+ idcs_last_upgraded_in_release=pulumi.get(__ret__, 'idcs_last_upgraded_in_release'),
418
+ idcs_prevented_operations=pulumi.get(__ret__, 'idcs_prevented_operations'),
419
+ justification=pulumi.get(__ret__, 'justification'),
420
+ metas=pulumi.get(__ret__, 'metas'),
421
+ modified_resources=pulumi.get(__ret__, 'modified_resources'),
422
+ notification_recipients=pulumi.get(__ret__, 'notification_recipients'),
423
+ oci_console_sign_on_policy_consent_id=pulumi.get(__ret__, 'oci_console_sign_on_policy_consent_id'),
424
+ ocid=pulumi.get(__ret__, 'ocid'),
425
+ policy_resources=pulumi.get(__ret__, 'policy_resources'),
426
+ reason=pulumi.get(__ret__, 'reason'),
427
+ resource_type_schema_version=pulumi.get(__ret__, 'resource_type_schema_version'),
428
+ schemas=pulumi.get(__ret__, 'schemas'),
429
+ tags=pulumi.get(__ret__, 'tags'),
430
+ tenancy_ocid=pulumi.get(__ret__, 'tenancy_ocid'),
431
+ time_consent_signed=pulumi.get(__ret__, 'time_consent_signed'))
432
+ def get_domains_oci_console_sign_on_policy_consent_output(attribute_sets: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
433
+ attributes: Optional[pulumi.Input[Optional[str]]] = None,
434
+ authorization: Optional[pulumi.Input[Optional[str]]] = None,
435
+ idcs_endpoint: Optional[pulumi.Input[str]] = None,
436
+ oci_console_sign_on_policy_consent_id: Optional[pulumi.Input[str]] = None,
437
+ resource_type_schema_version: Optional[pulumi.Input[Optional[str]]] = None,
438
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDomainsOciConsoleSignOnPolicyConsentResult]:
439
+ """
440
+ This data source provides details about a specific Oci Console Sign On Policy Consent resource in Oracle Cloud Infrastructure Identity Domains service.
441
+
442
+ Get a OciConsoleSignOnPolicyConsent Entry.
443
+
444
+ ## Example Usage
445
+
446
+ ```python
447
+ import pulumi
448
+ import pulumi_oci as oci
449
+
450
+ test_oci_console_sign_on_policy_consent = oci.Identity.get_domains_oci_console_sign_on_policy_consent(idcs_endpoint=test_domain["url"],
451
+ oci_console_sign_on_policy_consent_id=test_oci_console_sign_on_policy_consent_oci_identity_domains_oci_console_sign_on_policy_consent["id"],
452
+ attribute_sets=oci_console_sign_on_policy_consent_attribute_sets,
453
+ attributes=oci_console_sign_on_policy_consent_attributes,
454
+ authorization=oci_console_sign_on_policy_consent_authorization,
455
+ resource_type_schema_version=oci_console_sign_on_policy_consent_resource_type_schema_version)
456
+ ```
457
+
458
+
459
+ :param Sequence[str] attribute_sets: A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
460
+ :param str attributes: A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
461
+ :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.
462
+ :param str idcs_endpoint: The basic endpoint for the identity domain
463
+ :param str oci_console_sign_on_policy_consent_id: ID of the resource
464
+ :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.
465
+ """
466
+ __args__ = dict()
467
+ __args__['attributeSets'] = attribute_sets
468
+ __args__['attributes'] = attributes
469
+ __args__['authorization'] = authorization
470
+ __args__['idcsEndpoint'] = idcs_endpoint
471
+ __args__['ociConsoleSignOnPolicyConsentId'] = oci_console_sign_on_policy_consent_id
472
+ __args__['resourceTypeSchemaVersion'] = resource_type_schema_version
473
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
474
+ __ret__ = pulumi.runtime.invoke_output('oci:Identity/getDomainsOciConsoleSignOnPolicyConsent:getDomainsOciConsoleSignOnPolicyConsent', __args__, opts=opts, typ=GetDomainsOciConsoleSignOnPolicyConsentResult)
475
+ return __ret__.apply(lambda __response__: GetDomainsOciConsoleSignOnPolicyConsentResult(
476
+ attribute_sets=pulumi.get(__response__, 'attribute_sets'),
477
+ attributes=pulumi.get(__response__, 'attributes'),
478
+ authorization=pulumi.get(__response__, 'authorization'),
479
+ change_type=pulumi.get(__response__, 'change_type'),
480
+ client_ip=pulumi.get(__response__, 'client_ip'),
481
+ compartment_ocid=pulumi.get(__response__, 'compartment_ocid'),
482
+ consent_signed_bies=pulumi.get(__response__, 'consent_signed_bies'),
483
+ delete_in_progress=pulumi.get(__response__, 'delete_in_progress'),
484
+ domain_ocid=pulumi.get(__response__, 'domain_ocid'),
485
+ id=pulumi.get(__response__, 'id'),
486
+ idcs_created_bies=pulumi.get(__response__, 'idcs_created_bies'),
487
+ idcs_endpoint=pulumi.get(__response__, 'idcs_endpoint'),
488
+ idcs_last_modified_bies=pulumi.get(__response__, 'idcs_last_modified_bies'),
489
+ idcs_last_upgraded_in_release=pulumi.get(__response__, 'idcs_last_upgraded_in_release'),
490
+ idcs_prevented_operations=pulumi.get(__response__, 'idcs_prevented_operations'),
491
+ justification=pulumi.get(__response__, 'justification'),
492
+ metas=pulumi.get(__response__, 'metas'),
493
+ modified_resources=pulumi.get(__response__, 'modified_resources'),
494
+ notification_recipients=pulumi.get(__response__, 'notification_recipients'),
495
+ oci_console_sign_on_policy_consent_id=pulumi.get(__response__, 'oci_console_sign_on_policy_consent_id'),
496
+ ocid=pulumi.get(__response__, 'ocid'),
497
+ policy_resources=pulumi.get(__response__, 'policy_resources'),
498
+ reason=pulumi.get(__response__, 'reason'),
499
+ resource_type_schema_version=pulumi.get(__response__, 'resource_type_schema_version'),
500
+ schemas=pulumi.get(__response__, 'schemas'),
501
+ tags=pulumi.get(__response__, 'tags'),
502
+ tenancy_ocid=pulumi.get(__response__, 'tenancy_ocid'),
503
+ time_consent_signed=pulumi.get(__response__, 'time_consent_signed')))