pulumi-oci 2.5.0a1722062014__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.
- pulumi_oci/__init__.py +59 -32
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +314 -0
- pulumi_oci/database/autonomous_database.py +28 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +2 -4
- pulumi_oci/datasafe/_inputs.py +55 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_report.py +14 -1
- pulumi_oci/datasafe/get_report_definition.py +14 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/outputs.py +231 -27
- pulumi_oci/datasafe/report.py +28 -0
- pulumi_oci/datasafe/report_definition.py +28 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/RECORD +72 -56
- {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.5.0a1722062014.dist-info → pulumi_oci-2.5.0a1722606028.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,664 @@
|
|
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
|
+
'GetDomainsSocialIdentityProviderResult',
|
15
|
+
'AwaitableGetDomainsSocialIdentityProviderResult',
|
16
|
+
'get_domains_social_identity_provider',
|
17
|
+
'get_domains_social_identity_provider_output',
|
18
|
+
]
|
19
|
+
|
20
|
+
@pulumi.output_type
|
21
|
+
class GetDomainsSocialIdentityProviderResult:
|
22
|
+
"""
|
23
|
+
A collection of values returned by getDomainsSocialIdentityProvider.
|
24
|
+
"""
|
25
|
+
def __init__(__self__, access_token_url=None, account_linking_enabled=None, admin_scopes=None, authorization=None, authz_url=None, auto_redirect_enabled=None, client_credential_in_payload=None, clock_skew_in_seconds=None, compartment_ocid=None, consumer_key=None, consumer_secret=None, delete_in_progress=None, description=None, discovery_url=None, domain_ocid=None, enabled=None, icon_url=None, id=None, id_attribute=None, idcs_created_bies=None, idcs_endpoint=None, idcs_last_modified_bies=None, idcs_last_upgraded_in_release=None, idcs_prevented_operations=None, jit_prov_assigned_groups=None, jit_prov_group_static_list_enabled=None, metas=None, name=None, ocid=None, profile_url=None, redirect_url=None, refresh_token_url=None, registration_enabled=None, relay_idp_param_mappings=None, resource_type_schema_version=None, schemas=None, scopes=None, service_provider_name=None, show_on_login=None, social_identity_provider_id=None, social_jit_provisioning_enabled=None, status=None, tags=None, tenancy_ocid=None):
|
26
|
+
if access_token_url and not isinstance(access_token_url, str):
|
27
|
+
raise TypeError("Expected argument 'access_token_url' to be a str")
|
28
|
+
pulumi.set(__self__, "access_token_url", access_token_url)
|
29
|
+
if account_linking_enabled and not isinstance(account_linking_enabled, bool):
|
30
|
+
raise TypeError("Expected argument 'account_linking_enabled' to be a bool")
|
31
|
+
pulumi.set(__self__, "account_linking_enabled", account_linking_enabled)
|
32
|
+
if admin_scopes and not isinstance(admin_scopes, list):
|
33
|
+
raise TypeError("Expected argument 'admin_scopes' to be a list")
|
34
|
+
pulumi.set(__self__, "admin_scopes", admin_scopes)
|
35
|
+
if authorization and not isinstance(authorization, str):
|
36
|
+
raise TypeError("Expected argument 'authorization' to be a str")
|
37
|
+
pulumi.set(__self__, "authorization", authorization)
|
38
|
+
if authz_url and not isinstance(authz_url, str):
|
39
|
+
raise TypeError("Expected argument 'authz_url' to be a str")
|
40
|
+
pulumi.set(__self__, "authz_url", authz_url)
|
41
|
+
if auto_redirect_enabled and not isinstance(auto_redirect_enabled, bool):
|
42
|
+
raise TypeError("Expected argument 'auto_redirect_enabled' to be a bool")
|
43
|
+
pulumi.set(__self__, "auto_redirect_enabled", auto_redirect_enabled)
|
44
|
+
if client_credential_in_payload and not isinstance(client_credential_in_payload, bool):
|
45
|
+
raise TypeError("Expected argument 'client_credential_in_payload' to be a bool")
|
46
|
+
pulumi.set(__self__, "client_credential_in_payload", client_credential_in_payload)
|
47
|
+
if clock_skew_in_seconds and not isinstance(clock_skew_in_seconds, int):
|
48
|
+
raise TypeError("Expected argument 'clock_skew_in_seconds' to be a int")
|
49
|
+
pulumi.set(__self__, "clock_skew_in_seconds", clock_skew_in_seconds)
|
50
|
+
if compartment_ocid and not isinstance(compartment_ocid, str):
|
51
|
+
raise TypeError("Expected argument 'compartment_ocid' to be a str")
|
52
|
+
pulumi.set(__self__, "compartment_ocid", compartment_ocid)
|
53
|
+
if consumer_key and not isinstance(consumer_key, str):
|
54
|
+
raise TypeError("Expected argument 'consumer_key' to be a str")
|
55
|
+
pulumi.set(__self__, "consumer_key", consumer_key)
|
56
|
+
if consumer_secret and not isinstance(consumer_secret, str):
|
57
|
+
raise TypeError("Expected argument 'consumer_secret' to be a str")
|
58
|
+
pulumi.set(__self__, "consumer_secret", consumer_secret)
|
59
|
+
if delete_in_progress and not isinstance(delete_in_progress, bool):
|
60
|
+
raise TypeError("Expected argument 'delete_in_progress' to be a bool")
|
61
|
+
pulumi.set(__self__, "delete_in_progress", delete_in_progress)
|
62
|
+
if description and not isinstance(description, str):
|
63
|
+
raise TypeError("Expected argument 'description' to be a str")
|
64
|
+
pulumi.set(__self__, "description", description)
|
65
|
+
if discovery_url and not isinstance(discovery_url, str):
|
66
|
+
raise TypeError("Expected argument 'discovery_url' to be a str")
|
67
|
+
pulumi.set(__self__, "discovery_url", discovery_url)
|
68
|
+
if domain_ocid and not isinstance(domain_ocid, str):
|
69
|
+
raise TypeError("Expected argument 'domain_ocid' to be a str")
|
70
|
+
pulumi.set(__self__, "domain_ocid", domain_ocid)
|
71
|
+
if enabled and not isinstance(enabled, bool):
|
72
|
+
raise TypeError("Expected argument 'enabled' to be a bool")
|
73
|
+
pulumi.set(__self__, "enabled", enabled)
|
74
|
+
if icon_url and not isinstance(icon_url, str):
|
75
|
+
raise TypeError("Expected argument 'icon_url' to be a str")
|
76
|
+
pulumi.set(__self__, "icon_url", icon_url)
|
77
|
+
if id and not isinstance(id, str):
|
78
|
+
raise TypeError("Expected argument 'id' to be a str")
|
79
|
+
pulumi.set(__self__, "id", id)
|
80
|
+
if id_attribute and not isinstance(id_attribute, str):
|
81
|
+
raise TypeError("Expected argument 'id_attribute' to be a str")
|
82
|
+
pulumi.set(__self__, "id_attribute", id_attribute)
|
83
|
+
if idcs_created_bies and not isinstance(idcs_created_bies, list):
|
84
|
+
raise TypeError("Expected argument 'idcs_created_bies' to be a list")
|
85
|
+
pulumi.set(__self__, "idcs_created_bies", idcs_created_bies)
|
86
|
+
if idcs_endpoint and not isinstance(idcs_endpoint, str):
|
87
|
+
raise TypeError("Expected argument 'idcs_endpoint' to be a str")
|
88
|
+
pulumi.set(__self__, "idcs_endpoint", idcs_endpoint)
|
89
|
+
if idcs_last_modified_bies and not isinstance(idcs_last_modified_bies, list):
|
90
|
+
raise TypeError("Expected argument 'idcs_last_modified_bies' to be a list")
|
91
|
+
pulumi.set(__self__, "idcs_last_modified_bies", idcs_last_modified_bies)
|
92
|
+
if idcs_last_upgraded_in_release and not isinstance(idcs_last_upgraded_in_release, str):
|
93
|
+
raise TypeError("Expected argument 'idcs_last_upgraded_in_release' to be a str")
|
94
|
+
pulumi.set(__self__, "idcs_last_upgraded_in_release", idcs_last_upgraded_in_release)
|
95
|
+
if idcs_prevented_operations and not isinstance(idcs_prevented_operations, list):
|
96
|
+
raise TypeError("Expected argument 'idcs_prevented_operations' to be a list")
|
97
|
+
pulumi.set(__self__, "idcs_prevented_operations", idcs_prevented_operations)
|
98
|
+
if jit_prov_assigned_groups and not isinstance(jit_prov_assigned_groups, list):
|
99
|
+
raise TypeError("Expected argument 'jit_prov_assigned_groups' to be a list")
|
100
|
+
pulumi.set(__self__, "jit_prov_assigned_groups", jit_prov_assigned_groups)
|
101
|
+
if jit_prov_group_static_list_enabled and not isinstance(jit_prov_group_static_list_enabled, bool):
|
102
|
+
raise TypeError("Expected argument 'jit_prov_group_static_list_enabled' to be a bool")
|
103
|
+
pulumi.set(__self__, "jit_prov_group_static_list_enabled", jit_prov_group_static_list_enabled)
|
104
|
+
if metas and not isinstance(metas, list):
|
105
|
+
raise TypeError("Expected argument 'metas' to be a list")
|
106
|
+
pulumi.set(__self__, "metas", metas)
|
107
|
+
if name and not isinstance(name, str):
|
108
|
+
raise TypeError("Expected argument 'name' to be a str")
|
109
|
+
pulumi.set(__self__, "name", name)
|
110
|
+
if ocid and not isinstance(ocid, str):
|
111
|
+
raise TypeError("Expected argument 'ocid' to be a str")
|
112
|
+
pulumi.set(__self__, "ocid", ocid)
|
113
|
+
if profile_url and not isinstance(profile_url, str):
|
114
|
+
raise TypeError("Expected argument 'profile_url' to be a str")
|
115
|
+
pulumi.set(__self__, "profile_url", profile_url)
|
116
|
+
if redirect_url and not isinstance(redirect_url, str):
|
117
|
+
raise TypeError("Expected argument 'redirect_url' to be a str")
|
118
|
+
pulumi.set(__self__, "redirect_url", redirect_url)
|
119
|
+
if refresh_token_url and not isinstance(refresh_token_url, str):
|
120
|
+
raise TypeError("Expected argument 'refresh_token_url' to be a str")
|
121
|
+
pulumi.set(__self__, "refresh_token_url", refresh_token_url)
|
122
|
+
if registration_enabled and not isinstance(registration_enabled, bool):
|
123
|
+
raise TypeError("Expected argument 'registration_enabled' to be a bool")
|
124
|
+
pulumi.set(__self__, "registration_enabled", registration_enabled)
|
125
|
+
if relay_idp_param_mappings and not isinstance(relay_idp_param_mappings, list):
|
126
|
+
raise TypeError("Expected argument 'relay_idp_param_mappings' to be a list")
|
127
|
+
pulumi.set(__self__, "relay_idp_param_mappings", relay_idp_param_mappings)
|
128
|
+
if resource_type_schema_version and not isinstance(resource_type_schema_version, str):
|
129
|
+
raise TypeError("Expected argument 'resource_type_schema_version' to be a str")
|
130
|
+
pulumi.set(__self__, "resource_type_schema_version", resource_type_schema_version)
|
131
|
+
if schemas and not isinstance(schemas, list):
|
132
|
+
raise TypeError("Expected argument 'schemas' to be a list")
|
133
|
+
pulumi.set(__self__, "schemas", schemas)
|
134
|
+
if scopes and not isinstance(scopes, list):
|
135
|
+
raise TypeError("Expected argument 'scopes' to be a list")
|
136
|
+
pulumi.set(__self__, "scopes", scopes)
|
137
|
+
if service_provider_name and not isinstance(service_provider_name, str):
|
138
|
+
raise TypeError("Expected argument 'service_provider_name' to be a str")
|
139
|
+
pulumi.set(__self__, "service_provider_name", service_provider_name)
|
140
|
+
if show_on_login and not isinstance(show_on_login, bool):
|
141
|
+
raise TypeError("Expected argument 'show_on_login' to be a bool")
|
142
|
+
pulumi.set(__self__, "show_on_login", show_on_login)
|
143
|
+
if social_identity_provider_id and not isinstance(social_identity_provider_id, str):
|
144
|
+
raise TypeError("Expected argument 'social_identity_provider_id' to be a str")
|
145
|
+
pulumi.set(__self__, "social_identity_provider_id", social_identity_provider_id)
|
146
|
+
if social_jit_provisioning_enabled and not isinstance(social_jit_provisioning_enabled, bool):
|
147
|
+
raise TypeError("Expected argument 'social_jit_provisioning_enabled' to be a bool")
|
148
|
+
pulumi.set(__self__, "social_jit_provisioning_enabled", social_jit_provisioning_enabled)
|
149
|
+
if status and not isinstance(status, str):
|
150
|
+
raise TypeError("Expected argument 'status' to be a str")
|
151
|
+
pulumi.set(__self__, "status", status)
|
152
|
+
if tags and not isinstance(tags, list):
|
153
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
154
|
+
pulumi.set(__self__, "tags", tags)
|
155
|
+
if tenancy_ocid and not isinstance(tenancy_ocid, str):
|
156
|
+
raise TypeError("Expected argument 'tenancy_ocid' to be a str")
|
157
|
+
pulumi.set(__self__, "tenancy_ocid", tenancy_ocid)
|
158
|
+
|
159
|
+
@property
|
160
|
+
@pulumi.getter(name="accessTokenUrl")
|
161
|
+
def access_token_url(self) -> str:
|
162
|
+
"""
|
163
|
+
Social IDP Access token URL
|
164
|
+
"""
|
165
|
+
return pulumi.get(self, "access_token_url")
|
166
|
+
|
167
|
+
@property
|
168
|
+
@pulumi.getter(name="accountLinkingEnabled")
|
169
|
+
def account_linking_enabled(self) -> bool:
|
170
|
+
"""
|
171
|
+
Whether account linking is enabled
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "account_linking_enabled")
|
174
|
+
|
175
|
+
@property
|
176
|
+
@pulumi.getter(name="adminScopes")
|
177
|
+
def admin_scopes(self) -> Sequence[str]:
|
178
|
+
"""
|
179
|
+
Admin scope to request
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "admin_scopes")
|
182
|
+
|
183
|
+
@property
|
184
|
+
@pulumi.getter
|
185
|
+
def authorization(self) -> Optional[str]:
|
186
|
+
return pulumi.get(self, "authorization")
|
187
|
+
|
188
|
+
@property
|
189
|
+
@pulumi.getter(name="authzUrl")
|
190
|
+
def authz_url(self) -> str:
|
191
|
+
"""
|
192
|
+
Social IDP Authorization URL
|
193
|
+
"""
|
194
|
+
return pulumi.get(self, "authz_url")
|
195
|
+
|
196
|
+
@property
|
197
|
+
@pulumi.getter(name="autoRedirectEnabled")
|
198
|
+
def auto_redirect_enabled(self) -> bool:
|
199
|
+
"""
|
200
|
+
Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
|
201
|
+
"""
|
202
|
+
return pulumi.get(self, "auto_redirect_enabled")
|
203
|
+
|
204
|
+
@property
|
205
|
+
@pulumi.getter(name="clientCredentialInPayload")
|
206
|
+
def client_credential_in_payload(self) -> bool:
|
207
|
+
"""
|
208
|
+
Whether the client credential is contained in payload
|
209
|
+
"""
|
210
|
+
return pulumi.get(self, "client_credential_in_payload")
|
211
|
+
|
212
|
+
@property
|
213
|
+
@pulumi.getter(name="clockSkewInSeconds")
|
214
|
+
def clock_skew_in_seconds(self) -> int:
|
215
|
+
"""
|
216
|
+
Social IDP allowed clock skew time
|
217
|
+
"""
|
218
|
+
return pulumi.get(self, "clock_skew_in_seconds")
|
219
|
+
|
220
|
+
@property
|
221
|
+
@pulumi.getter(name="compartmentOcid")
|
222
|
+
def compartment_ocid(self) -> str:
|
223
|
+
"""
|
224
|
+
Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
|
225
|
+
"""
|
226
|
+
return pulumi.get(self, "compartment_ocid")
|
227
|
+
|
228
|
+
@property
|
229
|
+
@pulumi.getter(name="consumerKey")
|
230
|
+
def consumer_key(self) -> str:
|
231
|
+
"""
|
232
|
+
Social IDP Client Application Client ID
|
233
|
+
"""
|
234
|
+
return pulumi.get(self, "consumer_key")
|
235
|
+
|
236
|
+
@property
|
237
|
+
@pulumi.getter(name="consumerSecret")
|
238
|
+
def consumer_secret(self) -> str:
|
239
|
+
"""
|
240
|
+
Social IDP Client Application Client Secret
|
241
|
+
"""
|
242
|
+
return pulumi.get(self, "consumer_secret")
|
243
|
+
|
244
|
+
@property
|
245
|
+
@pulumi.getter(name="deleteInProgress")
|
246
|
+
def delete_in_progress(self) -> bool:
|
247
|
+
"""
|
248
|
+
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.
|
249
|
+
"""
|
250
|
+
return pulumi.get(self, "delete_in_progress")
|
251
|
+
|
252
|
+
@property
|
253
|
+
@pulumi.getter
|
254
|
+
def description(self) -> str:
|
255
|
+
"""
|
256
|
+
Social IDP description
|
257
|
+
"""
|
258
|
+
return pulumi.get(self, "description")
|
259
|
+
|
260
|
+
@property
|
261
|
+
@pulumi.getter(name="discoveryUrl")
|
262
|
+
def discovery_url(self) -> str:
|
263
|
+
"""
|
264
|
+
Discovery URL
|
265
|
+
"""
|
266
|
+
return pulumi.get(self, "discovery_url")
|
267
|
+
|
268
|
+
@property
|
269
|
+
@pulumi.getter(name="domainOcid")
|
270
|
+
def domain_ocid(self) -> str:
|
271
|
+
"""
|
272
|
+
Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
|
273
|
+
"""
|
274
|
+
return pulumi.get(self, "domain_ocid")
|
275
|
+
|
276
|
+
@property
|
277
|
+
@pulumi.getter
|
278
|
+
def enabled(self) -> bool:
|
279
|
+
"""
|
280
|
+
Whether the IDP is enabled or not
|
281
|
+
"""
|
282
|
+
return pulumi.get(self, "enabled")
|
283
|
+
|
284
|
+
@property
|
285
|
+
@pulumi.getter(name="iconUrl")
|
286
|
+
def icon_url(self) -> str:
|
287
|
+
"""
|
288
|
+
ICON URL for social idp
|
289
|
+
"""
|
290
|
+
return pulumi.get(self, "icon_url")
|
291
|
+
|
292
|
+
@property
|
293
|
+
@pulumi.getter
|
294
|
+
def id(self) -> str:
|
295
|
+
"""
|
296
|
+
Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
297
|
+
"""
|
298
|
+
return pulumi.get(self, "id")
|
299
|
+
|
300
|
+
@property
|
301
|
+
@pulumi.getter(name="idAttribute")
|
302
|
+
def id_attribute(self) -> str:
|
303
|
+
"""
|
304
|
+
Id attribute used for account linking
|
305
|
+
"""
|
306
|
+
return pulumi.get(self, "id_attribute")
|
307
|
+
|
308
|
+
@property
|
309
|
+
@pulumi.getter(name="idcsCreatedBies")
|
310
|
+
def idcs_created_bies(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderIdcsCreatedByResult']:
|
311
|
+
"""
|
312
|
+
The User or App who created the Resource
|
313
|
+
"""
|
314
|
+
return pulumi.get(self, "idcs_created_bies")
|
315
|
+
|
316
|
+
@property
|
317
|
+
@pulumi.getter(name="idcsEndpoint")
|
318
|
+
def idcs_endpoint(self) -> str:
|
319
|
+
return pulumi.get(self, "idcs_endpoint")
|
320
|
+
|
321
|
+
@property
|
322
|
+
@pulumi.getter(name="idcsLastModifiedBies")
|
323
|
+
def idcs_last_modified_bies(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderIdcsLastModifiedByResult']:
|
324
|
+
"""
|
325
|
+
The User or App who modified the Resource
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "idcs_last_modified_bies")
|
328
|
+
|
329
|
+
@property
|
330
|
+
@pulumi.getter(name="idcsLastUpgradedInRelease")
|
331
|
+
def idcs_last_upgraded_in_release(self) -> str:
|
332
|
+
"""
|
333
|
+
The release number when the resource was upgraded.
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "idcs_last_upgraded_in_release")
|
336
|
+
|
337
|
+
@property
|
338
|
+
@pulumi.getter(name="idcsPreventedOperations")
|
339
|
+
def idcs_prevented_operations(self) -> Sequence[str]:
|
340
|
+
"""
|
341
|
+
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
342
|
+
"""
|
343
|
+
return pulumi.get(self, "idcs_prevented_operations")
|
344
|
+
|
345
|
+
@property
|
346
|
+
@pulumi.getter(name="jitProvAssignedGroups")
|
347
|
+
def jit_prov_assigned_groups(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderJitProvAssignedGroupResult']:
|
348
|
+
"""
|
349
|
+
Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
|
350
|
+
"""
|
351
|
+
return pulumi.get(self, "jit_prov_assigned_groups")
|
352
|
+
|
353
|
+
@property
|
354
|
+
@pulumi.getter(name="jitProvGroupStaticListEnabled")
|
355
|
+
def jit_prov_group_static_list_enabled(self) -> bool:
|
356
|
+
"""
|
357
|
+
Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
|
358
|
+
"""
|
359
|
+
return pulumi.get(self, "jit_prov_group_static_list_enabled")
|
360
|
+
|
361
|
+
@property
|
362
|
+
@pulumi.getter
|
363
|
+
def metas(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderMetaResult']:
|
364
|
+
"""
|
365
|
+
A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
366
|
+
"""
|
367
|
+
return pulumi.get(self, "metas")
|
368
|
+
|
369
|
+
@property
|
370
|
+
@pulumi.getter
|
371
|
+
def name(self) -> str:
|
372
|
+
"""
|
373
|
+
Social provider name
|
374
|
+
"""
|
375
|
+
return pulumi.get(self, "name")
|
376
|
+
|
377
|
+
@property
|
378
|
+
@pulumi.getter
|
379
|
+
def ocid(self) -> str:
|
380
|
+
"""
|
381
|
+
Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
382
|
+
"""
|
383
|
+
return pulumi.get(self, "ocid")
|
384
|
+
|
385
|
+
@property
|
386
|
+
@pulumi.getter(name="profileUrl")
|
387
|
+
def profile_url(self) -> str:
|
388
|
+
"""
|
389
|
+
Social IDP User profile URL
|
390
|
+
"""
|
391
|
+
return pulumi.get(self, "profile_url")
|
392
|
+
|
393
|
+
@property
|
394
|
+
@pulumi.getter(name="redirectUrl")
|
395
|
+
def redirect_url(self) -> str:
|
396
|
+
"""
|
397
|
+
redirect URL for social idp
|
398
|
+
"""
|
399
|
+
return pulumi.get(self, "redirect_url")
|
400
|
+
|
401
|
+
@property
|
402
|
+
@pulumi.getter(name="refreshTokenUrl")
|
403
|
+
def refresh_token_url(self) -> str:
|
404
|
+
"""
|
405
|
+
Social IDP Refresh token URL
|
406
|
+
"""
|
407
|
+
return pulumi.get(self, "refresh_token_url")
|
408
|
+
|
409
|
+
@property
|
410
|
+
@pulumi.getter(name="registrationEnabled")
|
411
|
+
def registration_enabled(self) -> bool:
|
412
|
+
"""
|
413
|
+
Whether registration is enabled
|
414
|
+
"""
|
415
|
+
return pulumi.get(self, "registration_enabled")
|
416
|
+
|
417
|
+
@property
|
418
|
+
@pulumi.getter(name="relayIdpParamMappings")
|
419
|
+
def relay_idp_param_mappings(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderRelayIdpParamMappingResult']:
|
420
|
+
"""
|
421
|
+
Relay Param variable for Social IDP
|
422
|
+
"""
|
423
|
+
return pulumi.get(self, "relay_idp_param_mappings")
|
424
|
+
|
425
|
+
@property
|
426
|
+
@pulumi.getter(name="resourceTypeSchemaVersion")
|
427
|
+
def resource_type_schema_version(self) -> Optional[str]:
|
428
|
+
return pulumi.get(self, "resource_type_schema_version")
|
429
|
+
|
430
|
+
@property
|
431
|
+
@pulumi.getter
|
432
|
+
def schemas(self) -> Sequence[str]:
|
433
|
+
"""
|
434
|
+
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.
|
435
|
+
"""
|
436
|
+
return pulumi.get(self, "schemas")
|
437
|
+
|
438
|
+
@property
|
439
|
+
@pulumi.getter
|
440
|
+
def scopes(self) -> Sequence[str]:
|
441
|
+
"""
|
442
|
+
Scope to request
|
443
|
+
"""
|
444
|
+
return pulumi.get(self, "scopes")
|
445
|
+
|
446
|
+
@property
|
447
|
+
@pulumi.getter(name="serviceProviderName")
|
448
|
+
def service_provider_name(self) -> str:
|
449
|
+
"""
|
450
|
+
Service Provider Name
|
451
|
+
"""
|
452
|
+
return pulumi.get(self, "service_provider_name")
|
453
|
+
|
454
|
+
@property
|
455
|
+
@pulumi.getter(name="showOnLogin")
|
456
|
+
def show_on_login(self) -> bool:
|
457
|
+
"""
|
458
|
+
Whether show on login
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "show_on_login")
|
461
|
+
|
462
|
+
@property
|
463
|
+
@pulumi.getter(name="socialIdentityProviderId")
|
464
|
+
def social_identity_provider_id(self) -> str:
|
465
|
+
return pulumi.get(self, "social_identity_provider_id")
|
466
|
+
|
467
|
+
@property
|
468
|
+
@pulumi.getter(name="socialJitProvisioningEnabled")
|
469
|
+
def social_jit_provisioning_enabled(self) -> bool:
|
470
|
+
"""
|
471
|
+
Whether Social JIT Provisioning is enabled
|
472
|
+
"""
|
473
|
+
return pulumi.get(self, "social_jit_provisioning_enabled")
|
474
|
+
|
475
|
+
@property
|
476
|
+
@pulumi.getter
|
477
|
+
def status(self) -> str:
|
478
|
+
"""
|
479
|
+
Status
|
480
|
+
"""
|
481
|
+
return pulumi.get(self, "status")
|
482
|
+
|
483
|
+
@property
|
484
|
+
@pulumi.getter
|
485
|
+
def tags(self) -> Sequence['outputs.GetDomainsSocialIdentityProviderTagResult']:
|
486
|
+
"""
|
487
|
+
A list of tags on this resource.
|
488
|
+
"""
|
489
|
+
return pulumi.get(self, "tags")
|
490
|
+
|
491
|
+
@property
|
492
|
+
@pulumi.getter(name="tenancyOcid")
|
493
|
+
def tenancy_ocid(self) -> str:
|
494
|
+
"""
|
495
|
+
Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
|
496
|
+
"""
|
497
|
+
return pulumi.get(self, "tenancy_ocid")
|
498
|
+
|
499
|
+
|
500
|
+
class AwaitableGetDomainsSocialIdentityProviderResult(GetDomainsSocialIdentityProviderResult):
|
501
|
+
# pylint: disable=using-constant-test
|
502
|
+
def __await__(self):
|
503
|
+
if False:
|
504
|
+
yield self
|
505
|
+
return GetDomainsSocialIdentityProviderResult(
|
506
|
+
access_token_url=self.access_token_url,
|
507
|
+
account_linking_enabled=self.account_linking_enabled,
|
508
|
+
admin_scopes=self.admin_scopes,
|
509
|
+
authorization=self.authorization,
|
510
|
+
authz_url=self.authz_url,
|
511
|
+
auto_redirect_enabled=self.auto_redirect_enabled,
|
512
|
+
client_credential_in_payload=self.client_credential_in_payload,
|
513
|
+
clock_skew_in_seconds=self.clock_skew_in_seconds,
|
514
|
+
compartment_ocid=self.compartment_ocid,
|
515
|
+
consumer_key=self.consumer_key,
|
516
|
+
consumer_secret=self.consumer_secret,
|
517
|
+
delete_in_progress=self.delete_in_progress,
|
518
|
+
description=self.description,
|
519
|
+
discovery_url=self.discovery_url,
|
520
|
+
domain_ocid=self.domain_ocid,
|
521
|
+
enabled=self.enabled,
|
522
|
+
icon_url=self.icon_url,
|
523
|
+
id=self.id,
|
524
|
+
id_attribute=self.id_attribute,
|
525
|
+
idcs_created_bies=self.idcs_created_bies,
|
526
|
+
idcs_endpoint=self.idcs_endpoint,
|
527
|
+
idcs_last_modified_bies=self.idcs_last_modified_bies,
|
528
|
+
idcs_last_upgraded_in_release=self.idcs_last_upgraded_in_release,
|
529
|
+
idcs_prevented_operations=self.idcs_prevented_operations,
|
530
|
+
jit_prov_assigned_groups=self.jit_prov_assigned_groups,
|
531
|
+
jit_prov_group_static_list_enabled=self.jit_prov_group_static_list_enabled,
|
532
|
+
metas=self.metas,
|
533
|
+
name=self.name,
|
534
|
+
ocid=self.ocid,
|
535
|
+
profile_url=self.profile_url,
|
536
|
+
redirect_url=self.redirect_url,
|
537
|
+
refresh_token_url=self.refresh_token_url,
|
538
|
+
registration_enabled=self.registration_enabled,
|
539
|
+
relay_idp_param_mappings=self.relay_idp_param_mappings,
|
540
|
+
resource_type_schema_version=self.resource_type_schema_version,
|
541
|
+
schemas=self.schemas,
|
542
|
+
scopes=self.scopes,
|
543
|
+
service_provider_name=self.service_provider_name,
|
544
|
+
show_on_login=self.show_on_login,
|
545
|
+
social_identity_provider_id=self.social_identity_provider_id,
|
546
|
+
social_jit_provisioning_enabled=self.social_jit_provisioning_enabled,
|
547
|
+
status=self.status,
|
548
|
+
tags=self.tags,
|
549
|
+
tenancy_ocid=self.tenancy_ocid)
|
550
|
+
|
551
|
+
|
552
|
+
def get_domains_social_identity_provider(authorization: Optional[str] = None,
|
553
|
+
idcs_endpoint: Optional[str] = None,
|
554
|
+
resource_type_schema_version: Optional[str] = None,
|
555
|
+
social_identity_provider_id: Optional[str] = None,
|
556
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDomainsSocialIdentityProviderResult:
|
557
|
+
"""
|
558
|
+
This data source provides details about a specific Social Identity Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
559
|
+
|
560
|
+
Get a Social Identity Provider
|
561
|
+
|
562
|
+
## Example Usage
|
563
|
+
|
564
|
+
```python
|
565
|
+
import pulumi
|
566
|
+
import pulumi_oci as oci
|
567
|
+
|
568
|
+
test_social_identity_provider = oci.Identity.get_domains_social_identity_provider(idcs_endpoint=test_domain["url"],
|
569
|
+
social_identity_provider_id=test_identity_provider["id"],
|
570
|
+
authorization=social_identity_provider_authorization,
|
571
|
+
resource_type_schema_version=social_identity_provider_resource_type_schema_version)
|
572
|
+
```
|
573
|
+
|
574
|
+
|
575
|
+
: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.
|
576
|
+
:param str idcs_endpoint: The basic endpoint for the identity domain
|
577
|
+
: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.
|
578
|
+
:param str social_identity_provider_id: ID of the resource
|
579
|
+
"""
|
580
|
+
__args__ = dict()
|
581
|
+
__args__['authorization'] = authorization
|
582
|
+
__args__['idcsEndpoint'] = idcs_endpoint
|
583
|
+
__args__['resourceTypeSchemaVersion'] = resource_type_schema_version
|
584
|
+
__args__['socialIdentityProviderId'] = social_identity_provider_id
|
585
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
586
|
+
__ret__ = pulumi.runtime.invoke('oci:Identity/getDomainsSocialIdentityProvider:getDomainsSocialIdentityProvider', __args__, opts=opts, typ=GetDomainsSocialIdentityProviderResult).value
|
587
|
+
|
588
|
+
return AwaitableGetDomainsSocialIdentityProviderResult(
|
589
|
+
access_token_url=pulumi.get(__ret__, 'access_token_url'),
|
590
|
+
account_linking_enabled=pulumi.get(__ret__, 'account_linking_enabled'),
|
591
|
+
admin_scopes=pulumi.get(__ret__, 'admin_scopes'),
|
592
|
+
authorization=pulumi.get(__ret__, 'authorization'),
|
593
|
+
authz_url=pulumi.get(__ret__, 'authz_url'),
|
594
|
+
auto_redirect_enabled=pulumi.get(__ret__, 'auto_redirect_enabled'),
|
595
|
+
client_credential_in_payload=pulumi.get(__ret__, 'client_credential_in_payload'),
|
596
|
+
clock_skew_in_seconds=pulumi.get(__ret__, 'clock_skew_in_seconds'),
|
597
|
+
compartment_ocid=pulumi.get(__ret__, 'compartment_ocid'),
|
598
|
+
consumer_key=pulumi.get(__ret__, 'consumer_key'),
|
599
|
+
consumer_secret=pulumi.get(__ret__, 'consumer_secret'),
|
600
|
+
delete_in_progress=pulumi.get(__ret__, 'delete_in_progress'),
|
601
|
+
description=pulumi.get(__ret__, 'description'),
|
602
|
+
discovery_url=pulumi.get(__ret__, 'discovery_url'),
|
603
|
+
domain_ocid=pulumi.get(__ret__, 'domain_ocid'),
|
604
|
+
enabled=pulumi.get(__ret__, 'enabled'),
|
605
|
+
icon_url=pulumi.get(__ret__, 'icon_url'),
|
606
|
+
id=pulumi.get(__ret__, 'id'),
|
607
|
+
id_attribute=pulumi.get(__ret__, 'id_attribute'),
|
608
|
+
idcs_created_bies=pulumi.get(__ret__, 'idcs_created_bies'),
|
609
|
+
idcs_endpoint=pulumi.get(__ret__, 'idcs_endpoint'),
|
610
|
+
idcs_last_modified_bies=pulumi.get(__ret__, 'idcs_last_modified_bies'),
|
611
|
+
idcs_last_upgraded_in_release=pulumi.get(__ret__, 'idcs_last_upgraded_in_release'),
|
612
|
+
idcs_prevented_operations=pulumi.get(__ret__, 'idcs_prevented_operations'),
|
613
|
+
jit_prov_assigned_groups=pulumi.get(__ret__, 'jit_prov_assigned_groups'),
|
614
|
+
jit_prov_group_static_list_enabled=pulumi.get(__ret__, 'jit_prov_group_static_list_enabled'),
|
615
|
+
metas=pulumi.get(__ret__, 'metas'),
|
616
|
+
name=pulumi.get(__ret__, 'name'),
|
617
|
+
ocid=pulumi.get(__ret__, 'ocid'),
|
618
|
+
profile_url=pulumi.get(__ret__, 'profile_url'),
|
619
|
+
redirect_url=pulumi.get(__ret__, 'redirect_url'),
|
620
|
+
refresh_token_url=pulumi.get(__ret__, 'refresh_token_url'),
|
621
|
+
registration_enabled=pulumi.get(__ret__, 'registration_enabled'),
|
622
|
+
relay_idp_param_mappings=pulumi.get(__ret__, 'relay_idp_param_mappings'),
|
623
|
+
resource_type_schema_version=pulumi.get(__ret__, 'resource_type_schema_version'),
|
624
|
+
schemas=pulumi.get(__ret__, 'schemas'),
|
625
|
+
scopes=pulumi.get(__ret__, 'scopes'),
|
626
|
+
service_provider_name=pulumi.get(__ret__, 'service_provider_name'),
|
627
|
+
show_on_login=pulumi.get(__ret__, 'show_on_login'),
|
628
|
+
social_identity_provider_id=pulumi.get(__ret__, 'social_identity_provider_id'),
|
629
|
+
social_jit_provisioning_enabled=pulumi.get(__ret__, 'social_jit_provisioning_enabled'),
|
630
|
+
status=pulumi.get(__ret__, 'status'),
|
631
|
+
tags=pulumi.get(__ret__, 'tags'),
|
632
|
+
tenancy_ocid=pulumi.get(__ret__, 'tenancy_ocid'))
|
633
|
+
|
634
|
+
|
635
|
+
@_utilities.lift_output_func(get_domains_social_identity_provider)
|
636
|
+
def get_domains_social_identity_provider_output(authorization: Optional[pulumi.Input[Optional[str]]] = None,
|
637
|
+
idcs_endpoint: Optional[pulumi.Input[str]] = None,
|
638
|
+
resource_type_schema_version: Optional[pulumi.Input[Optional[str]]] = None,
|
639
|
+
social_identity_provider_id: Optional[pulumi.Input[str]] = None,
|
640
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDomainsSocialIdentityProviderResult]:
|
641
|
+
"""
|
642
|
+
This data source provides details about a specific Social Identity Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
643
|
+
|
644
|
+
Get a Social Identity Provider
|
645
|
+
|
646
|
+
## Example Usage
|
647
|
+
|
648
|
+
```python
|
649
|
+
import pulumi
|
650
|
+
import pulumi_oci as oci
|
651
|
+
|
652
|
+
test_social_identity_provider = oci.Identity.get_domains_social_identity_provider(idcs_endpoint=test_domain["url"],
|
653
|
+
social_identity_provider_id=test_identity_provider["id"],
|
654
|
+
authorization=social_identity_provider_authorization,
|
655
|
+
resource_type_schema_version=social_identity_provider_resource_type_schema_version)
|
656
|
+
```
|
657
|
+
|
658
|
+
|
659
|
+
: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.
|
660
|
+
:param str idcs_endpoint: The basic endpoint for the identity domain
|
661
|
+
: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.
|
662
|
+
:param str social_identity_provider_id: ID of the resource
|
663
|
+
"""
|
664
|
+
...
|