@pulumi/oci 0.11.0 → 0.12.0

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 (230) hide show
  1. package/core/clusterNetwork.d.ts +3 -3
  2. package/core/getClusterNetwork.d.ts +1 -1
  3. package/core/getClusterNetworks.d.ts +1 -1
  4. package/core/getInstance.d.ts +1 -1
  5. package/core/getInstancePool.d.ts +1 -1
  6. package/core/getInstancePools.d.ts +1 -1
  7. package/core/instance.d.ts +3 -3
  8. package/core/instancePool.d.ts +4 -4
  9. package/core/instancePool.js +1 -1
  10. package/database/dbSystem.d.ts +8 -0
  11. package/database/dbSystem.js +2 -0
  12. package/database/dbSystem.js.map +1 -1
  13. package/goldengate/deployment.d.ts +42 -2
  14. package/goldengate/deployment.js +9 -1
  15. package/goldengate/deployment.js.map +1 -1
  16. package/goldengate/getDeployment.d.ts +17 -1
  17. package/goldengate/getDeployment.js.map +1 -1
  18. package/goldengate/getDeploymentTypes.d.ts +28 -0
  19. package/goldengate/getDeploymentTypes.js +6 -0
  20. package/goldengate/getDeploymentTypes.js.map +1 -1
  21. package/goldengate/getDeploymentUpgrade.d.ts +34 -0
  22. package/goldengate/getDeploymentUpgrade.js.map +1 -1
  23. package/goldengate/getDeploymentVersions.d.ts +97 -0
  24. package/goldengate/getDeploymentVersions.js +58 -0
  25. package/goldengate/getDeploymentVersions.js.map +1 -0
  26. package/goldengate/index.d.ts +3 -0
  27. package/goldengate/index.js +4 -1
  28. package/goldengate/index.js.map +1 -1
  29. package/identity/domainsApiKey.d.ts +275 -0
  30. package/identity/domainsApiKey.js +113 -0
  31. package/identity/domainsApiKey.js.map +1 -0
  32. package/identity/domainsAuthToken.d.ts +279 -0
  33. package/identity/domainsAuthToken.js +110 -0
  34. package/identity/domainsAuthToken.js.map +1 -0
  35. package/identity/domainsAuthenticationFactorSetting.d.ts +527 -0
  36. package/identity/domainsAuthenticationFactorSetting.js +191 -0
  37. package/identity/domainsAuthenticationFactorSetting.js.map +1 -0
  38. package/identity/domainsCustomerSecretKey.d.ts +299 -0
  39. package/identity/domainsCustomerSecretKey.js +114 -0
  40. package/identity/domainsCustomerSecretKey.js.map +1 -0
  41. package/identity/domainsDynamicResourceGroup.d.ts +283 -0
  42. package/identity/domainsDynamicResourceGroup.js +118 -0
  43. package/identity/domainsDynamicResourceGroup.js.map +1 -0
  44. package/identity/domainsGroup.d.ts +335 -0
  45. package/identity/domainsGroup.js +123 -0
  46. package/identity/domainsGroup.js.map +1 -0
  47. package/identity/domainsIdentityProvider.d.ts +755 -0
  48. package/identity/domainsIdentityProvider.js +196 -0
  49. package/identity/domainsIdentityProvider.js.map +1 -0
  50. package/identity/domainsKmsiSetting.d.ts +327 -0
  51. package/identity/domainsKmsiSetting.js +121 -0
  52. package/identity/domainsKmsiSetting.js.map +1 -0
  53. package/identity/domainsMyApiKey.d.ts +239 -0
  54. package/identity/domainsMyApiKey.js +107 -0
  55. package/identity/domainsMyApiKey.js.map +1 -0
  56. package/identity/domainsMyAuthToken.d.ts +243 -0
  57. package/identity/domainsMyAuthToken.js +104 -0
  58. package/identity/domainsMyAuthToken.js.map +1 -0
  59. package/identity/domainsMyCustomerSecretKey.d.ts +263 -0
  60. package/identity/domainsMyCustomerSecretKey.js +108 -0
  61. package/identity/domainsMyCustomerSecretKey.js.map +1 -0
  62. package/identity/domainsMyOauth2clientCredential.d.ts +279 -0
  63. package/identity/domainsMyOauth2clientCredential.js +113 -0
  64. package/identity/domainsMyOauth2clientCredential.js.map +1 -0
  65. package/identity/domainsMySmtpCredential.d.ts +251 -0
  66. package/identity/domainsMySmtpCredential.js +106 -0
  67. package/identity/domainsMySmtpCredential.js.map +1 -0
  68. package/identity/domainsMySupportAccount.d.ts +235 -0
  69. package/identity/domainsMySupportAccount.js +107 -0
  70. package/identity/domainsMySupportAccount.js.map +1 -0
  71. package/identity/domainsMyUserDbCredential.d.ts +303 -0
  72. package/identity/domainsMyUserDbCredential.js +123 -0
  73. package/identity/domainsMyUserDbCredential.js.map +1 -0
  74. package/identity/domainsOauth2clientCredential.d.ts +315 -0
  75. package/identity/domainsOauth2clientCredential.js +119 -0
  76. package/identity/domainsOauth2clientCredential.js.map +1 -0
  77. package/identity/domainsPasswordPolicy.d.ts +647 -0
  78. package/identity/domainsPasswordPolicy.js +174 -0
  79. package/identity/domainsPasswordPolicy.js.map +1 -0
  80. package/identity/domainsSmtpCredential.d.ts +287 -0
  81. package/identity/domainsSmtpCredential.js +112 -0
  82. package/identity/domainsSmtpCredential.js.map +1 -0
  83. package/identity/domainsUser.d.ts +719 -0
  84. package/identity/domainsUser.js +191 -0
  85. package/identity/domainsUser.js.map +1 -0
  86. package/identity/domainsUserDbCredential.d.ts +339 -0
  87. package/identity/domainsUserDbCredential.js +129 -0
  88. package/identity/domainsUserDbCredential.js.map +1 -0
  89. package/identity/getDomainsApiKey.d.ts +187 -0
  90. package/identity/getDomainsApiKey.js +66 -0
  91. package/identity/getDomainsApiKey.js.map +1 -0
  92. package/identity/getDomainsApiKeys.d.ts +160 -0
  93. package/identity/getDomainsApiKeys.js +75 -0
  94. package/identity/getDomainsApiKeys.js.map +1 -0
  95. package/identity/getDomainsAuthToken.d.ts +187 -0
  96. package/identity/getDomainsAuthToken.js +66 -0
  97. package/identity/getDomainsAuthToken.js.map +1 -0
  98. package/identity/getDomainsAuthTokens.d.ts +160 -0
  99. package/identity/getDomainsAuthTokens.js +75 -0
  100. package/identity/getDomainsAuthTokens.js.map +1 -0
  101. package/identity/getDomainsAuthenticationFactorSetting.d.ts +267 -0
  102. package/identity/getDomainsAuthenticationFactorSetting.js +66 -0
  103. package/identity/getDomainsAuthenticationFactorSetting.js.map +1 -0
  104. package/identity/getDomainsAuthenticationFactorSettings.d.ts +122 -0
  105. package/identity/getDomainsAuthenticationFactorSettings.js +64 -0
  106. package/identity/getDomainsAuthenticationFactorSettings.js.map +1 -0
  107. package/identity/getDomainsCustomerSecretKey.d.ts +195 -0
  108. package/identity/getDomainsCustomerSecretKey.js +66 -0
  109. package/identity/getDomainsCustomerSecretKey.js.map +1 -0
  110. package/identity/getDomainsCustomerSecretKeys.d.ts +160 -0
  111. package/identity/getDomainsCustomerSecretKeys.js +75 -0
  112. package/identity/getDomainsCustomerSecretKeys.js.map +1 -0
  113. package/identity/getDomainsDynamicResourceGroup.d.ts +191 -0
  114. package/identity/getDomainsDynamicResourceGroup.js +66 -0
  115. package/identity/getDomainsDynamicResourceGroup.js.map +1 -0
  116. package/identity/getDomainsDynamicResourceGroups.d.ts +160 -0
  117. package/identity/getDomainsDynamicResourceGroups.js +75 -0
  118. package/identity/getDomainsDynamicResourceGroups.js.map +1 -0
  119. package/identity/getDomainsGroup.d.ts +207 -0
  120. package/identity/getDomainsGroup.js +66 -0
  121. package/identity/getDomainsGroup.js.map +1 -0
  122. package/identity/getDomainsGroups.d.ts +160 -0
  123. package/identity/getDomainsGroups.js +75 -0
  124. package/identity/getDomainsGroups.js.map +1 -0
  125. package/identity/getDomainsIdentityProvider.d.ts +347 -0
  126. package/identity/getDomainsIdentityProvider.js +66 -0
  127. package/identity/getDomainsIdentityProvider.js.map +1 -0
  128. package/identity/getDomainsIdentityProviders.d.ts +160 -0
  129. package/identity/getDomainsIdentityProviders.js +75 -0
  130. package/identity/getDomainsIdentityProviders.js.map +1 -0
  131. package/identity/getDomainsKmsiSetting.d.ts +199 -0
  132. package/identity/getDomainsKmsiSetting.js +66 -0
  133. package/identity/getDomainsKmsiSetting.js.map +1 -0
  134. package/identity/getDomainsKmsiSettings.d.ts +122 -0
  135. package/identity/getDomainsKmsiSettings.js +64 -0
  136. package/identity/getDomainsKmsiSettings.js.map +1 -0
  137. package/identity/getDomainsMyApiKey.d.ts +161 -0
  138. package/identity/getDomainsMyApiKey.js +60 -0
  139. package/identity/getDomainsMyApiKey.js.map +1 -0
  140. package/identity/getDomainsMyApiKeys.d.ts +138 -0
  141. package/identity/getDomainsMyApiKeys.js +69 -0
  142. package/identity/getDomainsMyApiKeys.js.map +1 -0
  143. package/identity/getDomainsMyAuthToken.d.ts +161 -0
  144. package/identity/getDomainsMyAuthToken.js +60 -0
  145. package/identity/getDomainsMyAuthToken.js.map +1 -0
  146. package/identity/getDomainsMyAuthTokens.d.ts +138 -0
  147. package/identity/getDomainsMyAuthTokens.js +69 -0
  148. package/identity/getDomainsMyAuthTokens.js.map +1 -0
  149. package/identity/getDomainsMyCustomerSecretKey.d.ts +169 -0
  150. package/identity/getDomainsMyCustomerSecretKey.js +60 -0
  151. package/identity/getDomainsMyCustomerSecretKey.js.map +1 -0
  152. package/identity/getDomainsMyCustomerSecretKeys.d.ts +138 -0
  153. package/identity/getDomainsMyCustomerSecretKeys.js +69 -0
  154. package/identity/getDomainsMyCustomerSecretKeys.js.map +1 -0
  155. package/identity/getDomainsMyDevice.d.ts +271 -0
  156. package/identity/getDomainsMyDevice.js +66 -0
  157. package/identity/getDomainsMyDevice.js.map +1 -0
  158. package/identity/getDomainsMyDevices.d.ts +160 -0
  159. package/identity/getDomainsMyDevices.js +75 -0
  160. package/identity/getDomainsMyDevices.js.map +1 -0
  161. package/identity/getDomainsMyGroups.d.ts +169 -0
  162. package/identity/getDomainsMyGroups.js +75 -0
  163. package/identity/getDomainsMyGroups.js.map +1 -0
  164. package/identity/getDomainsMyOauth2clientCredential.d.ts +173 -0
  165. package/identity/getDomainsMyOauth2clientCredential.js +60 -0
  166. package/identity/getDomainsMyOauth2clientCredential.js.map +1 -0
  167. package/identity/getDomainsMyOauth2clientCredentials.d.ts +138 -0
  168. package/identity/getDomainsMyOauth2clientCredentials.js +69 -0
  169. package/identity/getDomainsMyOauth2clientCredentials.js.map +1 -0
  170. package/identity/getDomainsMySmtpCredential.d.ts +165 -0
  171. package/identity/getDomainsMySmtpCredential.js +60 -0
  172. package/identity/getDomainsMySmtpCredential.js.map +1 -0
  173. package/identity/getDomainsMySmtpCredentials.d.ts +138 -0
  174. package/identity/getDomainsMySmtpCredentials.js +69 -0
  175. package/identity/getDomainsMySmtpCredentials.js.map +1 -0
  176. package/identity/getDomainsMySupportAccount.d.ts +161 -0
  177. package/identity/getDomainsMySupportAccount.js +60 -0
  178. package/identity/getDomainsMySupportAccount.js.map +1 -0
  179. package/identity/getDomainsMySupportAccounts.d.ts +138 -0
  180. package/identity/getDomainsMySupportAccounts.js +69 -0
  181. package/identity/getDomainsMySupportAccounts.js.map +1 -0
  182. package/identity/getDomainsMyTrustedUserAgent.d.ts +203 -0
  183. package/identity/getDomainsMyTrustedUserAgent.js +66 -0
  184. package/identity/getDomainsMyTrustedUserAgent.js.map +1 -0
  185. package/identity/getDomainsMyTrustedUserAgents.d.ts +160 -0
  186. package/identity/getDomainsMyTrustedUserAgents.js +75 -0
  187. package/identity/getDomainsMyTrustedUserAgents.js.map +1 -0
  188. package/identity/getDomainsMyUserDbCredential.d.ts +189 -0
  189. package/identity/getDomainsMyUserDbCredential.js +60 -0
  190. package/identity/getDomainsMyUserDbCredential.js.map +1 -0
  191. package/identity/getDomainsMyUserDbCredentials.d.ts +138 -0
  192. package/identity/getDomainsMyUserDbCredentials.js +69 -0
  193. package/identity/getDomainsMyUserDbCredentials.js.map +1 -0
  194. package/identity/getDomainsOauth2clientCredential.d.ts +199 -0
  195. package/identity/getDomainsOauth2clientCredential.js +66 -0
  196. package/identity/getDomainsOauth2clientCredential.js.map +1 -0
  197. package/identity/getDomainsOauth2clientCredentials.d.ts +160 -0
  198. package/identity/getDomainsOauth2clientCredentials.js +75 -0
  199. package/identity/getDomainsOauth2clientCredentials.js.map +1 -0
  200. package/identity/getDomainsPasswordPolicies.d.ts +160 -0
  201. package/identity/getDomainsPasswordPolicies.js +75 -0
  202. package/identity/getDomainsPasswordPolicies.js.map +1 -0
  203. package/identity/getDomainsPasswordPolicy.d.ts +311 -0
  204. package/identity/getDomainsPasswordPolicy.js +66 -0
  205. package/identity/getDomainsPasswordPolicy.js.map +1 -0
  206. package/identity/getDomainsSmtpCredential.d.ts +191 -0
  207. package/identity/getDomainsSmtpCredential.js +66 -0
  208. package/identity/getDomainsSmtpCredential.js.map +1 -0
  209. package/identity/getDomainsSmtpCredentials.d.ts +160 -0
  210. package/identity/getDomainsSmtpCredentials.js +75 -0
  211. package/identity/getDomainsSmtpCredentials.js.map +1 -0
  212. package/identity/getDomainsUser.d.ts +342 -0
  213. package/identity/getDomainsUser.js +66 -0
  214. package/identity/getDomainsUser.js.map +1 -0
  215. package/identity/getDomainsUserDbCredential.d.ts +215 -0
  216. package/identity/getDomainsUserDbCredential.js +66 -0
  217. package/identity/getDomainsUserDbCredential.js.map +1 -0
  218. package/identity/getDomainsUserDbCredentials.d.ts +160 -0
  219. package/identity/getDomainsUserDbCredentials.js +75 -0
  220. package/identity/getDomainsUserDbCredentials.js.map +1 -0
  221. package/identity/getDomainsUsers.d.ts +160 -0
  222. package/identity/getDomainsUsers.js +75 -0
  223. package/identity/getDomainsUsers.js.map +1 -0
  224. package/identity/index.d.ts +195 -0
  225. package/identity/index.js +240 -3
  226. package/identity/index.js.map +1 -1
  227. package/package.json +2 -2
  228. package/package.json.dev +2 -2
  229. package/types/input.d.ts +3962 -14
  230. package/types/output.d.ts +15798 -275
@@ -0,0 +1,755 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource provides the Identity Provider resource in Oracle Cloud Infrastructure Identity Domains service.
6
+ *
7
+ * Create an Identity Provider
8
+ *
9
+ * ## Import
10
+ *
11
+ * IdentityProviders can be imported using the `id`, e.g.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import oci:Identity/domainsIdentityProvider:DomainsIdentityProvider test_identity_provider "idcsEndpoint/{idcsEndpoint}/identityProviders/{identityProviderId}"
15
+ * ```
16
+ */
17
+ export declare class DomainsIdentityProvider extends pulumi.CustomResource {
18
+ /**
19
+ * Get an existing DomainsIdentityProvider resource's state with the given name, ID, and optional extra
20
+ * properties used to qualify the lookup.
21
+ *
22
+ * @param name The _unique_ name of the resulting resource.
23
+ * @param id The _unique_ provider ID of the resource to lookup.
24
+ * @param state Any extra arguments used during the lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DomainsIdentityProviderState, opts?: pulumi.CustomResourceOptions): DomainsIdentityProvider;
28
+ /**
29
+ * Returns true if the given object is an instance of DomainsIdentityProvider. This is designed to work even
30
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
31
+ */
32
+ static isInstance(obj: any): obj is DomainsIdentityProvider;
33
+ /**
34
+ * (Updatable) Assertion attribute name.
35
+ */
36
+ readonly assertionAttribute: pulumi.Output<string>;
37
+ /**
38
+ * (Updatable) 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.
39
+ */
40
+ readonly attributeSets: pulumi.Output<string[] | undefined>;
41
+ /**
42
+ * (Updatable) 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.
43
+ */
44
+ readonly attributes: pulumi.Output<string | undefined>;
45
+ /**
46
+ * (Updatable) HTTP binding to use for authentication requests.
47
+ */
48
+ readonly authnRequestBinding: pulumi.Output<string>;
49
+ /**
50
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
51
+ */
52
+ readonly authorization: pulumi.Output<string | undefined>;
53
+ /**
54
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
55
+ */
56
+ readonly compartmentOcid: pulumi.Output<string>;
57
+ /**
58
+ * (Updatable) Correlation policy
59
+ */
60
+ readonly correlationPolicy: pulumi.Output<outputs.Identity.DomainsIdentityProviderCorrelationPolicy>;
61
+ /**
62
+ * (Updatable) 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.
63
+ */
64
+ readonly deleteInProgress: pulumi.Output<boolean>;
65
+ /**
66
+ * (Updatable) Description
67
+ */
68
+ readonly description: pulumi.Output<string>;
69
+ /**
70
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
71
+ */
72
+ readonly domainOcid: pulumi.Output<string>;
73
+ /**
74
+ * (Updatable) Set to true to indicate Partner enabled.
75
+ */
76
+ readonly enabled: pulumi.Output<boolean>;
77
+ /**
78
+ * (Updatable) Encryption certificate
79
+ */
80
+ readonly encryptionCertificate: pulumi.Output<string>;
81
+ /**
82
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
83
+ */
84
+ readonly externalId: pulumi.Output<string>;
85
+ /**
86
+ * (Updatable) Identity Provider Icon URL.
87
+ */
88
+ readonly iconUrl: pulumi.Output<string>;
89
+ /**
90
+ * (Updatable) The User or App who created the Resource
91
+ */
92
+ readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsIdentityProviderIdcsCreatedBy[]>;
93
+ /**
94
+ * The basic endpoint for the identity domain
95
+ */
96
+ readonly idcsEndpoint: pulumi.Output<string>;
97
+ /**
98
+ * (Updatable) The User or App who modified the Resource
99
+ */
100
+ readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsIdentityProviderIdcsLastModifiedBy[]>;
101
+ /**
102
+ * (Updatable) The release number when the resource was upgraded.
103
+ */
104
+ readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
105
+ /**
106
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
107
+ */
108
+ readonly idcsPreventedOperations: pulumi.Output<string[]>;
109
+ /**
110
+ * (Updatable) Identity Provider SSO URL
111
+ */
112
+ readonly idpSsoUrl: pulumi.Output<string>;
113
+ /**
114
+ * (Updatable) Set to true to include the signing certificate in the signature.
115
+ */
116
+ readonly includeSigningCertInSignature: pulumi.Output<boolean>;
117
+ /**
118
+ * (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.
119
+ */
120
+ readonly jitUserProvAssignedGroups: pulumi.Output<outputs.Identity.DomainsIdentityProviderJitUserProvAssignedGroup[]>;
121
+ /**
122
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
123
+ */
124
+ readonly jitUserProvAttributeUpdateEnabled: pulumi.Output<boolean>;
125
+ /**
126
+ * (Updatable) Assertion To User Mapping
127
+ */
128
+ readonly jitUserProvAttributes: pulumi.Output<outputs.Identity.DomainsIdentityProviderJitUserProvAttributes>;
129
+ /**
130
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
131
+ */
132
+ readonly jitUserProvCreateUserEnabled: pulumi.Output<boolean>;
133
+ /**
134
+ * (Updatable) Set to true to indicate JIT User Provisioning is enabled
135
+ */
136
+ readonly jitUserProvEnabled: pulumi.Output<boolean>;
137
+ /**
138
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute
139
+ */
140
+ readonly jitUserProvGroupAssertionAttributeEnabled: pulumi.Output<boolean>;
141
+ /**
142
+ * (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.
143
+ */
144
+ readonly jitUserProvGroupAssignmentMethod: pulumi.Output<string>;
145
+ /**
146
+ * (Updatable) Property to indicate the mode of group mapping
147
+ */
148
+ readonly jitUserProvGroupMappingMode: pulumi.Output<string>;
149
+ /**
150
+ * (Updatable) The list of mappings between the Identity Domain Group and the IDP group.
151
+ */
152
+ readonly jitUserProvGroupMappings: pulumi.Output<outputs.Identity.DomainsIdentityProviderJitUserProvGroupMapping[]>;
153
+ /**
154
+ * (Updatable) Name of the assertion attribute containing the users groups
155
+ */
156
+ readonly jitUserProvGroupSamlAttributeName: pulumi.Output<string>;
157
+ /**
158
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list
159
+ */
160
+ readonly jitUserProvGroupStaticListEnabled: pulumi.Output<boolean>;
161
+ /**
162
+ * (Updatable) Set to true to indicate ignoring absence of group while provisioning
163
+ */
164
+ readonly jitUserProvIgnoreErrorOnAbsentGroups: pulumi.Output<boolean>;
165
+ /**
166
+ * (Updatable) HTTP binding to use for logout.
167
+ */
168
+ readonly logoutBinding: pulumi.Output<string>;
169
+ /**
170
+ * (Updatable) Set to true to enable logout.
171
+ */
172
+ readonly logoutEnabled: pulumi.Output<boolean>;
173
+ /**
174
+ * (Updatable) Logout request URL
175
+ */
176
+ readonly logoutRequestUrl: pulumi.Output<string>;
177
+ /**
178
+ * (Updatable) Logout response URL
179
+ */
180
+ readonly logoutResponseUrl: pulumi.Output<string>;
181
+ /**
182
+ * (Updatable) Metadata
183
+ */
184
+ readonly metadata: pulumi.Output<string>;
185
+ /**
186
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
187
+ */
188
+ readonly metas: pulumi.Output<outputs.Identity.DomainsIdentityProviderMeta[]>;
189
+ /**
190
+ * (Updatable) Default authentication request name ID format.
191
+ */
192
+ readonly nameIdFormat: pulumi.Output<string>;
193
+ /**
194
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
195
+ */
196
+ readonly ocid: pulumi.Output<string>;
197
+ /**
198
+ * (Updatable) Unique name of the trusted Identity Provider.
199
+ */
200
+ readonly partnerName: pulumi.Output<string>;
201
+ /**
202
+ * (Updatable) Provider ID
203
+ */
204
+ readonly partnerProviderId: pulumi.Output<string>;
205
+ /**
206
+ * (Updatable) SAML SP authentication type.
207
+ */
208
+ readonly requestedAuthenticationContexts: pulumi.Output<string[]>;
209
+ /**
210
+ * (Updatable) This SP requires requests SAML IdP to enforce re-authentication.
211
+ */
212
+ readonly requireForceAuthn: pulumi.Output<boolean>;
213
+ /**
214
+ * (Updatable) SAML SP must accept encrypted assertion only.
215
+ */
216
+ readonly requiresEncryptedAssertion: pulumi.Output<boolean>;
217
+ /**
218
+ * (Updatable) 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.
219
+ */
220
+ readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
221
+ /**
222
+ * (Updatable) SAML SP HoK Enabled.
223
+ */
224
+ readonly samlHoKrequired: pulumi.Output<boolean>;
225
+ /**
226
+ * (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
227
+ */
228
+ readonly schemas: pulumi.Output<string[]>;
229
+ /**
230
+ * (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.
231
+ */
232
+ readonly serviceInstanceIdentifier: pulumi.Output<string>;
233
+ /**
234
+ * (Updatable) Set to true to indicate whether to show IdP in login page or not.
235
+ */
236
+ readonly shownOnLoginPage: pulumi.Output<boolean>;
237
+ /**
238
+ * (Updatable) Signature hash algorithm.
239
+ */
240
+ readonly signatureHashAlgorithm: pulumi.Output<string>;
241
+ /**
242
+ * (Updatable) Signing certificate
243
+ */
244
+ readonly signingCertificate: pulumi.Output<string>;
245
+ /**
246
+ * (Updatable) Succinct ID
247
+ */
248
+ readonly succinctId: pulumi.Output<string>;
249
+ /**
250
+ * (Updatable) A list of tags on this resource.
251
+ */
252
+ readonly tags: pulumi.Output<outputs.Identity.DomainsIdentityProviderTag[]>;
253
+ /**
254
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
255
+ */
256
+ readonly tenancyOcid: pulumi.Output<string>;
257
+ /**
258
+ * (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.
259
+ */
260
+ readonly tenantProviderId: pulumi.Output<string>;
261
+ /**
262
+ * (Updatable) Identity Provider Type
263
+ */
264
+ readonly type: pulumi.Output<string>;
265
+ /**
266
+ * (Updatable) Social Identity Provider Extension Schema
267
+ */
268
+ readonly urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider: pulumi.Output<outputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider>;
269
+ /**
270
+ * (Updatable) X509 Identity Provider Extension Schema
271
+ */
272
+ readonly urnietfparamsscimschemasoracleidcsextensionx509identityProvider: pulumi.Output<outputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider>;
273
+ /**
274
+ * (Updatable) User mapping method.
275
+ */
276
+ readonly userMappingMethod: pulumi.Output<string>;
277
+ /**
278
+ * (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.<br>You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the <b>Example of a Request Body</b> section of the Examples tab for the <a href='./op-admin-v1-identityproviders-post.html'>POST</a> and <a href='./op-admin-v1-identityproviders-id-put.html'>PUT</a> methods of the /IdentityProviders endpoint.
279
+ */
280
+ readonly userMappingStoreAttribute: pulumi.Output<string>;
281
+ /**
282
+ * Create a DomainsIdentityProvider resource with the given unique name, arguments, and options.
283
+ *
284
+ * @param name The _unique_ name of the resource.
285
+ * @param args The arguments to use to populate this resource's properties.
286
+ * @param opts A bag of options that control this resource's behavior.
287
+ */
288
+ constructor(name: string, args: DomainsIdentityProviderArgs, opts?: pulumi.CustomResourceOptions);
289
+ }
290
+ /**
291
+ * Input properties used for looking up and filtering DomainsIdentityProvider resources.
292
+ */
293
+ export interface DomainsIdentityProviderState {
294
+ /**
295
+ * (Updatable) Assertion attribute name.
296
+ */
297
+ assertionAttribute?: pulumi.Input<string>;
298
+ /**
299
+ * (Updatable) 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.
300
+ */
301
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
302
+ /**
303
+ * (Updatable) 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.
304
+ */
305
+ attributes?: pulumi.Input<string>;
306
+ /**
307
+ * (Updatable) HTTP binding to use for authentication requests.
308
+ */
309
+ authnRequestBinding?: pulumi.Input<string>;
310
+ /**
311
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
312
+ */
313
+ authorization?: pulumi.Input<string>;
314
+ /**
315
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
316
+ */
317
+ compartmentOcid?: pulumi.Input<string>;
318
+ /**
319
+ * (Updatable) Correlation policy
320
+ */
321
+ correlationPolicy?: pulumi.Input<inputs.Identity.DomainsIdentityProviderCorrelationPolicy>;
322
+ /**
323
+ * (Updatable) 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.
324
+ */
325
+ deleteInProgress?: pulumi.Input<boolean>;
326
+ /**
327
+ * (Updatable) Description
328
+ */
329
+ description?: pulumi.Input<string>;
330
+ /**
331
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
332
+ */
333
+ domainOcid?: pulumi.Input<string>;
334
+ /**
335
+ * (Updatable) Set to true to indicate Partner enabled.
336
+ */
337
+ enabled?: pulumi.Input<boolean>;
338
+ /**
339
+ * (Updatable) Encryption certificate
340
+ */
341
+ encryptionCertificate?: pulumi.Input<string>;
342
+ /**
343
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
344
+ */
345
+ externalId?: pulumi.Input<string>;
346
+ /**
347
+ * (Updatable) Identity Provider Icon URL.
348
+ */
349
+ iconUrl?: pulumi.Input<string>;
350
+ /**
351
+ * (Updatable) The User or App who created the Resource
352
+ */
353
+ idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderIdcsCreatedBy>[]>;
354
+ /**
355
+ * The basic endpoint for the identity domain
356
+ */
357
+ idcsEndpoint?: pulumi.Input<string>;
358
+ /**
359
+ * (Updatable) The User or App who modified the Resource
360
+ */
361
+ idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderIdcsLastModifiedBy>[]>;
362
+ /**
363
+ * (Updatable) The release number when the resource was upgraded.
364
+ */
365
+ idcsLastUpgradedInRelease?: pulumi.Input<string>;
366
+ /**
367
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
368
+ */
369
+ idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
370
+ /**
371
+ * (Updatable) Identity Provider SSO URL
372
+ */
373
+ idpSsoUrl?: pulumi.Input<string>;
374
+ /**
375
+ * (Updatable) Set to true to include the signing certificate in the signature.
376
+ */
377
+ includeSigningCertInSignature?: pulumi.Input<boolean>;
378
+ /**
379
+ * (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.
380
+ */
381
+ jitUserProvAssignedGroups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvAssignedGroup>[]>;
382
+ /**
383
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
384
+ */
385
+ jitUserProvAttributeUpdateEnabled?: pulumi.Input<boolean>;
386
+ /**
387
+ * (Updatable) Assertion To User Mapping
388
+ */
389
+ jitUserProvAttributes?: pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvAttributes>;
390
+ /**
391
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
392
+ */
393
+ jitUserProvCreateUserEnabled?: pulumi.Input<boolean>;
394
+ /**
395
+ * (Updatable) Set to true to indicate JIT User Provisioning is enabled
396
+ */
397
+ jitUserProvEnabled?: pulumi.Input<boolean>;
398
+ /**
399
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute
400
+ */
401
+ jitUserProvGroupAssertionAttributeEnabled?: pulumi.Input<boolean>;
402
+ /**
403
+ * (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.
404
+ */
405
+ jitUserProvGroupAssignmentMethod?: pulumi.Input<string>;
406
+ /**
407
+ * (Updatable) Property to indicate the mode of group mapping
408
+ */
409
+ jitUserProvGroupMappingMode?: pulumi.Input<string>;
410
+ /**
411
+ * (Updatable) The list of mappings between the Identity Domain Group and the IDP group.
412
+ */
413
+ jitUserProvGroupMappings?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvGroupMapping>[]>;
414
+ /**
415
+ * (Updatable) Name of the assertion attribute containing the users groups
416
+ */
417
+ jitUserProvGroupSamlAttributeName?: pulumi.Input<string>;
418
+ /**
419
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list
420
+ */
421
+ jitUserProvGroupStaticListEnabled?: pulumi.Input<boolean>;
422
+ /**
423
+ * (Updatable) Set to true to indicate ignoring absence of group while provisioning
424
+ */
425
+ jitUserProvIgnoreErrorOnAbsentGroups?: pulumi.Input<boolean>;
426
+ /**
427
+ * (Updatable) HTTP binding to use for logout.
428
+ */
429
+ logoutBinding?: pulumi.Input<string>;
430
+ /**
431
+ * (Updatable) Set to true to enable logout.
432
+ */
433
+ logoutEnabled?: pulumi.Input<boolean>;
434
+ /**
435
+ * (Updatable) Logout request URL
436
+ */
437
+ logoutRequestUrl?: pulumi.Input<string>;
438
+ /**
439
+ * (Updatable) Logout response URL
440
+ */
441
+ logoutResponseUrl?: pulumi.Input<string>;
442
+ /**
443
+ * (Updatable) Metadata
444
+ */
445
+ metadata?: pulumi.Input<string>;
446
+ /**
447
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
448
+ */
449
+ metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderMeta>[]>;
450
+ /**
451
+ * (Updatable) Default authentication request name ID format.
452
+ */
453
+ nameIdFormat?: pulumi.Input<string>;
454
+ /**
455
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
456
+ */
457
+ ocid?: pulumi.Input<string>;
458
+ /**
459
+ * (Updatable) Unique name of the trusted Identity Provider.
460
+ */
461
+ partnerName?: pulumi.Input<string>;
462
+ /**
463
+ * (Updatable) Provider ID
464
+ */
465
+ partnerProviderId?: pulumi.Input<string>;
466
+ /**
467
+ * (Updatable) SAML SP authentication type.
468
+ */
469
+ requestedAuthenticationContexts?: pulumi.Input<pulumi.Input<string>[]>;
470
+ /**
471
+ * (Updatable) This SP requires requests SAML IdP to enforce re-authentication.
472
+ */
473
+ requireForceAuthn?: pulumi.Input<boolean>;
474
+ /**
475
+ * (Updatable) SAML SP must accept encrypted assertion only.
476
+ */
477
+ requiresEncryptedAssertion?: pulumi.Input<boolean>;
478
+ /**
479
+ * (Updatable) 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.
480
+ */
481
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
482
+ /**
483
+ * (Updatable) SAML SP HoK Enabled.
484
+ */
485
+ samlHoKrequired?: pulumi.Input<boolean>;
486
+ /**
487
+ * (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
488
+ */
489
+ schemas?: pulumi.Input<pulumi.Input<string>[]>;
490
+ /**
491
+ * (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.
492
+ */
493
+ serviceInstanceIdentifier?: pulumi.Input<string>;
494
+ /**
495
+ * (Updatable) Set to true to indicate whether to show IdP in login page or not.
496
+ */
497
+ shownOnLoginPage?: pulumi.Input<boolean>;
498
+ /**
499
+ * (Updatable) Signature hash algorithm.
500
+ */
501
+ signatureHashAlgorithm?: pulumi.Input<string>;
502
+ /**
503
+ * (Updatable) Signing certificate
504
+ */
505
+ signingCertificate?: pulumi.Input<string>;
506
+ /**
507
+ * (Updatable) Succinct ID
508
+ */
509
+ succinctId?: pulumi.Input<string>;
510
+ /**
511
+ * (Updatable) A list of tags on this resource.
512
+ */
513
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderTag>[]>;
514
+ /**
515
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
516
+ */
517
+ tenancyOcid?: pulumi.Input<string>;
518
+ /**
519
+ * (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.
520
+ */
521
+ tenantProviderId?: pulumi.Input<string>;
522
+ /**
523
+ * (Updatable) Identity Provider Type
524
+ */
525
+ type?: pulumi.Input<string>;
526
+ /**
527
+ * (Updatable) Social Identity Provider Extension Schema
528
+ */
529
+ urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider?: pulumi.Input<inputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider>;
530
+ /**
531
+ * (Updatable) X509 Identity Provider Extension Schema
532
+ */
533
+ urnietfparamsscimschemasoracleidcsextensionx509identityProvider?: pulumi.Input<inputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider>;
534
+ /**
535
+ * (Updatable) User mapping method.
536
+ */
537
+ userMappingMethod?: pulumi.Input<string>;
538
+ /**
539
+ * (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.<br>You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the <b>Example of a Request Body</b> section of the Examples tab for the <a href='./op-admin-v1-identityproviders-post.html'>POST</a> and <a href='./op-admin-v1-identityproviders-id-put.html'>PUT</a> methods of the /IdentityProviders endpoint.
540
+ */
541
+ userMappingStoreAttribute?: pulumi.Input<string>;
542
+ }
543
+ /**
544
+ * The set of arguments for constructing a DomainsIdentityProvider resource.
545
+ */
546
+ export interface DomainsIdentityProviderArgs {
547
+ /**
548
+ * (Updatable) Assertion attribute name.
549
+ */
550
+ assertionAttribute?: pulumi.Input<string>;
551
+ /**
552
+ * (Updatable) 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.
553
+ */
554
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
555
+ /**
556
+ * (Updatable) 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.
557
+ */
558
+ attributes?: pulumi.Input<string>;
559
+ /**
560
+ * (Updatable) HTTP binding to use for authentication requests.
561
+ */
562
+ authnRequestBinding?: pulumi.Input<string>;
563
+ /**
564
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
565
+ */
566
+ authorization?: pulumi.Input<string>;
567
+ /**
568
+ * (Updatable) Correlation policy
569
+ */
570
+ correlationPolicy?: pulumi.Input<inputs.Identity.DomainsIdentityProviderCorrelationPolicy>;
571
+ /**
572
+ * (Updatable) Description
573
+ */
574
+ description?: pulumi.Input<string>;
575
+ /**
576
+ * (Updatable) Set to true to indicate Partner enabled.
577
+ */
578
+ enabled: pulumi.Input<boolean>;
579
+ /**
580
+ * (Updatable) Encryption certificate
581
+ */
582
+ encryptionCertificate?: pulumi.Input<string>;
583
+ /**
584
+ * (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
585
+ */
586
+ externalId?: pulumi.Input<string>;
587
+ /**
588
+ * (Updatable) Identity Provider Icon URL.
589
+ */
590
+ iconUrl?: pulumi.Input<string>;
591
+ /**
592
+ * The basic endpoint for the identity domain
593
+ */
594
+ idcsEndpoint: pulumi.Input<string>;
595
+ /**
596
+ * (Updatable) Identity Provider SSO URL
597
+ */
598
+ idpSsoUrl?: pulumi.Input<string>;
599
+ /**
600
+ * (Updatable) Set to true to include the signing certificate in the signature.
601
+ */
602
+ includeSigningCertInSignature?: pulumi.Input<boolean>;
603
+ /**
604
+ * (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.
605
+ */
606
+ jitUserProvAssignedGroups?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvAssignedGroup>[]>;
607
+ /**
608
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
609
+ */
610
+ jitUserProvAttributeUpdateEnabled?: pulumi.Input<boolean>;
611
+ /**
612
+ * (Updatable) Assertion To User Mapping
613
+ */
614
+ jitUserProvAttributes?: pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvAttributes>;
615
+ /**
616
+ * (Updatable) Set to true to indicate JIT User Creation is enabled
617
+ */
618
+ jitUserProvCreateUserEnabled?: pulumi.Input<boolean>;
619
+ /**
620
+ * (Updatable) Set to true to indicate JIT User Provisioning is enabled
621
+ */
622
+ jitUserProvEnabled?: pulumi.Input<boolean>;
623
+ /**
624
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute
625
+ */
626
+ jitUserProvGroupAssertionAttributeEnabled?: pulumi.Input<boolean>;
627
+ /**
628
+ * (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.
629
+ */
630
+ jitUserProvGroupAssignmentMethod?: pulumi.Input<string>;
631
+ /**
632
+ * (Updatable) Property to indicate the mode of group mapping
633
+ */
634
+ jitUserProvGroupMappingMode?: pulumi.Input<string>;
635
+ /**
636
+ * (Updatable) The list of mappings between the Identity Domain Group and the IDP group.
637
+ */
638
+ jitUserProvGroupMappings?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderJitUserProvGroupMapping>[]>;
639
+ /**
640
+ * (Updatable) Name of the assertion attribute containing the users groups
641
+ */
642
+ jitUserProvGroupSamlAttributeName?: pulumi.Input<string>;
643
+ /**
644
+ * (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list
645
+ */
646
+ jitUserProvGroupStaticListEnabled?: pulumi.Input<boolean>;
647
+ /**
648
+ * (Updatable) Set to true to indicate ignoring absence of group while provisioning
649
+ */
650
+ jitUserProvIgnoreErrorOnAbsentGroups?: pulumi.Input<boolean>;
651
+ /**
652
+ * (Updatable) HTTP binding to use for logout.
653
+ */
654
+ logoutBinding?: pulumi.Input<string>;
655
+ /**
656
+ * (Updatable) Set to true to enable logout.
657
+ */
658
+ logoutEnabled?: pulumi.Input<boolean>;
659
+ /**
660
+ * (Updatable) Logout request URL
661
+ */
662
+ logoutRequestUrl?: pulumi.Input<string>;
663
+ /**
664
+ * (Updatable) Logout response URL
665
+ */
666
+ logoutResponseUrl?: pulumi.Input<string>;
667
+ /**
668
+ * (Updatable) Metadata
669
+ */
670
+ metadata?: pulumi.Input<string>;
671
+ /**
672
+ * (Updatable) Default authentication request name ID format.
673
+ */
674
+ nameIdFormat?: pulumi.Input<string>;
675
+ /**
676
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
677
+ */
678
+ ocid?: pulumi.Input<string>;
679
+ /**
680
+ * (Updatable) Unique name of the trusted Identity Provider.
681
+ */
682
+ partnerName: pulumi.Input<string>;
683
+ /**
684
+ * (Updatable) Provider ID
685
+ */
686
+ partnerProviderId?: pulumi.Input<string>;
687
+ /**
688
+ * (Updatable) SAML SP authentication type.
689
+ */
690
+ requestedAuthenticationContexts?: pulumi.Input<pulumi.Input<string>[]>;
691
+ /**
692
+ * (Updatable) This SP requires requests SAML IdP to enforce re-authentication.
693
+ */
694
+ requireForceAuthn?: pulumi.Input<boolean>;
695
+ /**
696
+ * (Updatable) SAML SP must accept encrypted assertion only.
697
+ */
698
+ requiresEncryptedAssertion?: pulumi.Input<boolean>;
699
+ /**
700
+ * (Updatable) 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.
701
+ */
702
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
703
+ /**
704
+ * (Updatable) SAML SP HoK Enabled.
705
+ */
706
+ samlHoKrequired?: pulumi.Input<boolean>;
707
+ /**
708
+ * (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
709
+ */
710
+ schemas: pulumi.Input<pulumi.Input<string>[]>;
711
+ /**
712
+ * (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.
713
+ */
714
+ serviceInstanceIdentifier?: pulumi.Input<string>;
715
+ /**
716
+ * (Updatable) Set to true to indicate whether to show IdP in login page or not.
717
+ */
718
+ shownOnLoginPage?: pulumi.Input<boolean>;
719
+ /**
720
+ * (Updatable) Signature hash algorithm.
721
+ */
722
+ signatureHashAlgorithm?: pulumi.Input<string>;
723
+ /**
724
+ * (Updatable) Signing certificate
725
+ */
726
+ signingCertificate?: pulumi.Input<string>;
727
+ /**
728
+ * (Updatable) Succinct ID
729
+ */
730
+ succinctId?: pulumi.Input<string>;
731
+ /**
732
+ * (Updatable) A list of tags on this resource.
733
+ */
734
+ tags?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProviderTag>[]>;
735
+ /**
736
+ * (Updatable) Identity Provider Type
737
+ */
738
+ type?: pulumi.Input<string>;
739
+ /**
740
+ * (Updatable) Social Identity Provider Extension Schema
741
+ */
742
+ urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider?: pulumi.Input<inputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider>;
743
+ /**
744
+ * (Updatable) X509 Identity Provider Extension Schema
745
+ */
746
+ urnietfparamsscimschemasoracleidcsextensionx509identityProvider?: pulumi.Input<inputs.Identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider>;
747
+ /**
748
+ * (Updatable) User mapping method.
749
+ */
750
+ userMappingMethod?: pulumi.Input<string>;
751
+ /**
752
+ * (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.<br>You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the <b>Example of a Request Body</b> section of the Examples tab for the <a href='./op-admin-v1-identityproviders-post.html'>POST</a> and <a href='./op-admin-v1-identityproviders-id-put.html'>PUT</a> methods of the /IdentityProviders endpoint.
753
+ */
754
+ userMappingStoreAttribute?: pulumi.Input<string>;
755
+ }