@pulumi/oci 4.2.0 → 4.3.0-alpha.1773204600

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 (52) hide show
  1. package/core/instanceConfiguration.d.ts +16 -4
  2. package/core/instanceConfiguration.js +16 -4
  3. package/core/instanceConfiguration.js.map +1 -1
  4. package/core/vnicAttachment.d.ts +6 -1
  5. package/core/vnicAttachment.js +6 -1
  6. package/core/vnicAttachment.js.map +1 -1
  7. package/email/emailIpPool.d.ts +13 -0
  8. package/email/emailIpPool.js +3 -0
  9. package/email/emailIpPool.js.map +1 -1
  10. package/email/getEmailIpPool.d.ts +4 -0
  11. package/email/getEmailIpPool.js.map +1 -1
  12. package/identity/domainsGroup.d.ts +1 -1
  13. package/identity/domainsIdentityProofingProvider.d.ts +855 -0
  14. package/identity/domainsIdentityProofingProvider.js +163 -0
  15. package/identity/domainsIdentityProofingProvider.js.map +1 -0
  16. package/identity/domainsIdentityProofingProviderTemplate.d.ts +716 -0
  17. package/identity/domainsIdentityProofingProviderTemplate.js +149 -0
  18. package/identity/domainsIdentityProofingProviderTemplate.js.map +1 -0
  19. package/identity/getDomainsIdentityProofingProvider.d.ts +203 -0
  20. package/identity/getDomainsIdentityProofingProvider.js +74 -0
  21. package/identity/getDomainsIdentityProofingProvider.js.map +1 -0
  22. package/identity/getDomainsIdentityProofingProviderTemplate.d.ts +191 -0
  23. package/identity/getDomainsIdentityProofingProviderTemplate.js +74 -0
  24. package/identity/getDomainsIdentityProofingProviderTemplate.js.map +1 -0
  25. package/identity/getDomainsIdentityProofingProviderTemplates.d.ts +160 -0
  26. package/identity/getDomainsIdentityProofingProviderTemplates.js +88 -0
  27. package/identity/getDomainsIdentityProofingProviderTemplates.js.map +1 -0
  28. package/identity/getDomainsIdentityProofingProviders.d.ts +160 -0
  29. package/identity/getDomainsIdentityProofingProviders.js +88 -0
  30. package/identity/getDomainsIdentityProofingProviders.js.map +1 -0
  31. package/identity/index.d.ts +18 -0
  32. package/identity/index.js +30 -8
  33. package/identity/index.js.map +1 -1
  34. package/mysql/getMysqlConfiguration.d.ts +4 -0
  35. package/mysql/getMysqlConfiguration.js.map +1 -1
  36. package/mysql/mysqlConfiguration.d.ts +12 -0
  37. package/mysql/mysqlConfiguration.js.map +1 -1
  38. package/oci/gdpGdpPipeline.d.ts +371 -0
  39. package/oci/gdpGdpPipeline.js +160 -0
  40. package/oci/gdpGdpPipeline.js.map +1 -0
  41. package/oci/getGdpGdpPipeline.d.ts +169 -0
  42. package/oci/getGdpGdpPipeline.js +58 -0
  43. package/oci/getGdpGdpPipeline.js.map +1 -0
  44. package/oci/getGdpGdpPipelines.d.ts +100 -0
  45. package/oci/getGdpGdpPipelines.js +66 -0
  46. package/oci/getGdpGdpPipelines.js.map +1 -0
  47. package/oci/index.d.ts +9 -0
  48. package/oci/index.js +17 -6
  49. package/oci/index.js.map +1 -1
  50. package/package.json +2 -2
  51. package/types/input.d.ts +961 -190
  52. package/types/output.d.ts +1852 -226
@@ -0,0 +1,716 @@
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 Proofing Provider Template resource in Oracle Cloud Infrastructure Identity Domains service.
6
+ * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/identity-domains/latest/IdentityProofingProviderTemplate
7
+ *
8
+ * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/identity_domains
9
+ *
10
+ * Create an Identity Proofing Provider Configuration template.
11
+ *
12
+ * ## Example Usage
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as oci from "@pulumi/oci";
17
+ *
18
+ * const testIdentityProofingProviderTemplate = new oci.identity.DomainsIdentityProofingProviderTemplate("test_identity_proofing_provider_template", {
19
+ * identityProofingProviderTemplateProvider: identityProofingProviderTemplateIdentityProofingProviderTemplateProvider,
20
+ * idcsEndpoint: testDomain.url,
21
+ * schemas: ["urn:ietf:params:scim:schemas:oracle:idcs:IdentityProofingProviderTemplate"],
22
+ * serviceTypes: identityProofingProviderTemplateServiceType,
23
+ * verificationUrl: identityProofingProviderTemplateVerificationUrl,
24
+ * attributeSets: ["all"],
25
+ * attributes: "",
26
+ * authorization: identityProofingProviderTemplateAuthorization,
27
+ * configurations: [{
28
+ * name: identityProofingProviderTemplateConfigurationName,
29
+ * sensitivity: identityProofingProviderTemplateConfigurationSensitivity,
30
+ * type: identityProofingProviderTemplateConfigurationType,
31
+ * }],
32
+ * ocid: identityProofingProviderTemplateOcid,
33
+ * resourceTypeSchemaVersion: identityProofingProviderTemplateResourceTypeSchemaVersion,
34
+ * });
35
+ * ```
36
+ *
37
+ * ## Import
38
+ *
39
+ * IdentityProofingProviderTemplates can be imported using the `id`, e.g.
40
+ *
41
+ * ```sh
42
+ * $ pulumi import oci:Identity/domainsIdentityProofingProviderTemplate:DomainsIdentityProofingProviderTemplate test_identity_proofing_provider_template "idcsEndpoint/{idcsEndpoint}/identityProofingProviderTemplates/{identityProofingProviderTemplateId}"
43
+ * ```
44
+ */
45
+ export declare class DomainsIdentityProofingProviderTemplate extends pulumi.CustomResource {
46
+ /**
47
+ * Get an existing DomainsIdentityProofingProviderTemplate resource's state with the given name, ID, and optional extra
48
+ * properties used to qualify the lookup.
49
+ *
50
+ * @param name The _unique_ name of the resulting resource.
51
+ * @param id The _unique_ provider ID of the resource to lookup.
52
+ * @param state Any extra arguments used during the lookup.
53
+ * @param opts Optional settings to control the behavior of the CustomResource.
54
+ */
55
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DomainsIdentityProofingProviderTemplateState, opts?: pulumi.CustomResourceOptions): DomainsIdentityProofingProviderTemplate;
56
+ /**
57
+ * Returns true if the given object is an instance of DomainsIdentityProofingProviderTemplate. This is designed to work even
58
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
59
+ */
60
+ static isInstance(obj: any): obj is DomainsIdentityProofingProviderTemplate;
61
+ /**
62
+ * (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.
63
+ */
64
+ readonly attributeSets: pulumi.Output<string[] | undefined>;
65
+ /**
66
+ * (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.
67
+ */
68
+ readonly attributes: pulumi.Output<string | undefined>;
69
+ /**
70
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
71
+ */
72
+ readonly authorization: pulumi.Output<string | undefined>;
73
+ /**
74
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (OCID) in which the resource lives.
75
+ *
76
+ * **SCIM++ Properties:**
77
+ * * caseExact: false
78
+ * * idcsSearchable: false
79
+ * * multiValued: false
80
+ * * mutability: readOnly
81
+ * * required: false
82
+ * * returned: default
83
+ * * type: string
84
+ * * uniqueness: none
85
+ */
86
+ readonly compartmentOcid: pulumi.Output<string>;
87
+ /**
88
+ * (Updatable) Proofing Provider Configuration Template.
89
+ *
90
+ * **SCIM++ Properties:**
91
+ * * idcsCompositeKey: [name]
92
+ * * multiValued: true
93
+ * * mutability: readWrite
94
+ * * required: false
95
+ * * returned: default
96
+ * * type: complex
97
+ */
98
+ readonly configurations: pulumi.Output<outputs.Identity.DomainsIdentityProofingProviderTemplateConfiguration[]>;
99
+ /**
100
+ * (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.
101
+ *
102
+ * **SCIM++ Properties:**
103
+ * * caseExact: false
104
+ * * idcsSearchable: true
105
+ * * multiValued: false
106
+ * * mutability: readOnly
107
+ * * required: false
108
+ * * returned: default
109
+ * * type: boolean
110
+ * * uniqueness: none
111
+ */
112
+ readonly deleteInProgress: pulumi.Output<boolean>;
113
+ /**
114
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (OCID) in which the resource lives.
115
+ *
116
+ * **SCIM++ Properties:**
117
+ * * caseExact: false
118
+ * * idcsSearchable: false
119
+ * * multiValued: false
120
+ * * mutability: readOnly
121
+ * * required: false
122
+ * * returned: default
123
+ * * type: string
124
+ * * uniqueness: none
125
+ */
126
+ readonly domainOcid: pulumi.Output<string>;
127
+ /**
128
+ * (Updatable) The User or App who created the Resource
129
+ *
130
+ * **SCIM++ Properties:**
131
+ * * idcsSearchable: true
132
+ * * multiValued: false
133
+ * * mutability: readOnly
134
+ * * required: true
135
+ * * returned: default
136
+ * * type: complex
137
+ */
138
+ readonly idcsCreatedBies: pulumi.Output<outputs.Identity.DomainsIdentityProofingProviderTemplateIdcsCreatedBy[]>;
139
+ /**
140
+ * The basic endpoint for the identity domain
141
+ */
142
+ readonly idcsEndpoint: pulumi.Output<string>;
143
+ /**
144
+ * (Updatable) The User or App who modified the Resource
145
+ *
146
+ * **SCIM++ Properties:**
147
+ * * idcsSearchable: true
148
+ * * multiValued: false
149
+ * * mutability: readOnly
150
+ * * required: false
151
+ * * returned: default
152
+ * * type: complex
153
+ */
154
+ readonly idcsLastModifiedBies: pulumi.Output<outputs.Identity.DomainsIdentityProofingProviderTemplateIdcsLastModifiedBy[]>;
155
+ /**
156
+ * (Updatable) The release number when the resource was upgraded.
157
+ *
158
+ * **SCIM++ Properties:**
159
+ * * caseExact: false
160
+ * * idcsSearchable: false
161
+ * * multiValued: false
162
+ * * mutability: readOnly
163
+ * * required: false
164
+ * * returned: request
165
+ * * type: string
166
+ * * uniqueness: none
167
+ */
168
+ readonly idcsLastUpgradedInRelease: pulumi.Output<string>;
169
+ /**
170
+ * (Updatable) The User or App who locked the Resource.
171
+ *
172
+ * **SCIM++ Properties:**
173
+ * * idcsSearchable: false
174
+ * * multiValued: false
175
+ * * mutability: readOnly
176
+ * * required: false
177
+ * * returned: default
178
+ * * type: complex
179
+ */
180
+ readonly idcsLockedBies: pulumi.Output<outputs.Identity.DomainsIdentityProofingProviderTemplateIdcsLockedBy[]>;
181
+ /**
182
+ * (Updatable) The most recent DateTime the resource was locked.
183
+ *
184
+ * **SCIM++ Properties:**
185
+ * * caseExact: false
186
+ * * idcsSearchable: false
187
+ * * multiValued: false
188
+ * * mutability: readOnly
189
+ * * required: false
190
+ * * returned: default
191
+ * * type: dateTime
192
+ * * uniqueness: none
193
+ */
194
+ readonly idcsLockedOn: pulumi.Output<string>;
195
+ /**
196
+ * (Updatable) Operations that are locked on the resource.
197
+ *
198
+ * **SCIM++ Properties:**
199
+ * * idcsSearchable: false
200
+ * * idcsCsvAttributeNameMappings: [[columnHeaderName:Locked Operations, multiValueDelimiter:;]]
201
+ * * multiValued: true
202
+ * * mutability: readWrite
203
+ * * required: false
204
+ * * returned: default
205
+ * * type: string
206
+ * * uniqueness: none
207
+ */
208
+ readonly idcsLockedOperations: pulumi.Output<string[]>;
209
+ /**
210
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
211
+ *
212
+ * **SCIM++ Properties:**
213
+ * * idcsSearchable: false
214
+ * * multiValued: true
215
+ * * mutability: readOnly
216
+ * * required: false
217
+ * * returned: request
218
+ * * type: string
219
+ * * uniqueness: none
220
+ */
221
+ readonly idcsPreventedOperations: pulumi.Output<string[]>;
222
+ /**
223
+ * (Updatable) Name of the Identity Proofing Provider.
224
+ *
225
+ * **SCIM++ Properties:**
226
+ * * idcsSearchable: true
227
+ * * multiValued: false
228
+ * * mutability: readWrite
229
+ * * required: true
230
+ * * returned: always
231
+ * * type: string
232
+ * * uniqueness: global
233
+ */
234
+ readonly identityProofingProviderTemplateProvider: pulumi.Output<string>;
235
+ /**
236
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
237
+ *
238
+ * **SCIM++ Properties:**
239
+ * * caseExact: false
240
+ * * idcsSearchable: true
241
+ * * multiValued: false
242
+ * * mutability: readOnly
243
+ * * required: false
244
+ * * returned: default
245
+ * * idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
246
+ * * type: complex
247
+ */
248
+ readonly metas: pulumi.Output<outputs.Identity.DomainsIdentityProofingProviderTemplateMeta[]>;
249
+ /**
250
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
251
+ *
252
+ * **SCIM++ Properties:**
253
+ * * caseExact: true
254
+ * * idcsSearchable: true
255
+ * * multiValued: false
256
+ * * mutability: immutable
257
+ * * required: false
258
+ * * returned: default
259
+ * * type: string
260
+ * * uniqueness: global
261
+ */
262
+ readonly ocid: pulumi.Output<string>;
263
+ /**
264
+ * (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.
265
+ */
266
+ readonly resourceTypeSchemaVersion: pulumi.Output<string | undefined>;
267
+ /**
268
+ * (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.
269
+ *
270
+ * **SCIM++ Properties:**
271
+ * * caseExact: false
272
+ * * idcsSearchable: false
273
+ * * multiValued: true
274
+ * * mutability: readWrite
275
+ * * required: true
276
+ * * returned: default
277
+ * * type: string
278
+ * * uniqueness: none
279
+ */
280
+ readonly schemas: pulumi.Output<string[]>;
281
+ /**
282
+ * (Updatable) Service type supported by the Identity Proofing Provider.
283
+ *
284
+ * **Added In:** 2505161800
285
+ *
286
+ * **SCIM++ Properties:**
287
+ * * idcsSearchable: false
288
+ * * multiValued: true
289
+ * * mutability: readWrite
290
+ * * required: true
291
+ * * returned: default
292
+ * * type: string
293
+ * * uniqueness: none
294
+ */
295
+ readonly serviceTypes: pulumi.Output<string[]>;
296
+ /**
297
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (OCID) in which the resource lives.
298
+ *
299
+ * **SCIM++ Properties:**
300
+ * * caseExact: false
301
+ * * idcsSearchable: false
302
+ * * multiValued: false
303
+ * * mutability: readOnly
304
+ * * required: false
305
+ * * returned: default
306
+ * * type: string
307
+ * * uniqueness: none
308
+ */
309
+ readonly tenancyOcid: pulumi.Output<string>;
310
+ /**
311
+ * (Updatable) verification URL.
312
+ *
313
+ * **SCIM++ Properties:**
314
+ * * idcsSearchable: false
315
+ * * multiValued: false
316
+ * * mutability: readWrite
317
+ * * required: true
318
+ * * returned: default
319
+ * * type: string
320
+ * * uniqueness: none
321
+ *
322
+ *
323
+ * ** IMPORTANT **
324
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
325
+ */
326
+ readonly verificationUrl: pulumi.Output<string>;
327
+ /**
328
+ * Create a DomainsIdentityProofingProviderTemplate resource with the given unique name, arguments, and options.
329
+ *
330
+ * @param name The _unique_ name of the resource.
331
+ * @param args The arguments to use to populate this resource's properties.
332
+ * @param opts A bag of options that control this resource's behavior.
333
+ */
334
+ constructor(name: string, args: DomainsIdentityProofingProviderTemplateArgs, opts?: pulumi.CustomResourceOptions);
335
+ }
336
+ /**
337
+ * Input properties used for looking up and filtering DomainsIdentityProofingProviderTemplate resources.
338
+ */
339
+ export interface DomainsIdentityProofingProviderTemplateState {
340
+ /**
341
+ * (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.
342
+ */
343
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
344
+ /**
345
+ * (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.
346
+ */
347
+ attributes?: pulumi.Input<string>;
348
+ /**
349
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
350
+ */
351
+ authorization?: pulumi.Input<string>;
352
+ /**
353
+ * (Updatable) Oracle Cloud Infrastructure Compartment Id (OCID) in which the resource lives.
354
+ *
355
+ * **SCIM++ Properties:**
356
+ * * caseExact: false
357
+ * * idcsSearchable: false
358
+ * * multiValued: false
359
+ * * mutability: readOnly
360
+ * * required: false
361
+ * * returned: default
362
+ * * type: string
363
+ * * uniqueness: none
364
+ */
365
+ compartmentOcid?: pulumi.Input<string>;
366
+ /**
367
+ * (Updatable) Proofing Provider Configuration Template.
368
+ *
369
+ * **SCIM++ Properties:**
370
+ * * idcsCompositeKey: [name]
371
+ * * multiValued: true
372
+ * * mutability: readWrite
373
+ * * required: false
374
+ * * returned: default
375
+ * * type: complex
376
+ */
377
+ configurations?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateConfiguration>[]>;
378
+ /**
379
+ * (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.
380
+ *
381
+ * **SCIM++ Properties:**
382
+ * * caseExact: false
383
+ * * idcsSearchable: true
384
+ * * multiValued: false
385
+ * * mutability: readOnly
386
+ * * required: false
387
+ * * returned: default
388
+ * * type: boolean
389
+ * * uniqueness: none
390
+ */
391
+ deleteInProgress?: pulumi.Input<boolean>;
392
+ /**
393
+ * (Updatable) Oracle Cloud Infrastructure Domain Id (OCID) in which the resource lives.
394
+ *
395
+ * **SCIM++ Properties:**
396
+ * * caseExact: false
397
+ * * idcsSearchable: false
398
+ * * multiValued: false
399
+ * * mutability: readOnly
400
+ * * required: false
401
+ * * returned: default
402
+ * * type: string
403
+ * * uniqueness: none
404
+ */
405
+ domainOcid?: pulumi.Input<string>;
406
+ /**
407
+ * (Updatable) The User or App who created the Resource
408
+ *
409
+ * **SCIM++ Properties:**
410
+ * * idcsSearchable: true
411
+ * * multiValued: false
412
+ * * mutability: readOnly
413
+ * * required: true
414
+ * * returned: default
415
+ * * type: complex
416
+ */
417
+ idcsCreatedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateIdcsCreatedBy>[]>;
418
+ /**
419
+ * The basic endpoint for the identity domain
420
+ */
421
+ idcsEndpoint?: pulumi.Input<string>;
422
+ /**
423
+ * (Updatable) The User or App who modified the Resource
424
+ *
425
+ * **SCIM++ Properties:**
426
+ * * idcsSearchable: true
427
+ * * multiValued: false
428
+ * * mutability: readOnly
429
+ * * required: false
430
+ * * returned: default
431
+ * * type: complex
432
+ */
433
+ idcsLastModifiedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateIdcsLastModifiedBy>[]>;
434
+ /**
435
+ * (Updatable) The release number when the resource was upgraded.
436
+ *
437
+ * **SCIM++ Properties:**
438
+ * * caseExact: false
439
+ * * idcsSearchable: false
440
+ * * multiValued: false
441
+ * * mutability: readOnly
442
+ * * required: false
443
+ * * returned: request
444
+ * * type: string
445
+ * * uniqueness: none
446
+ */
447
+ idcsLastUpgradedInRelease?: pulumi.Input<string>;
448
+ /**
449
+ * (Updatable) The User or App who locked the Resource.
450
+ *
451
+ * **SCIM++ Properties:**
452
+ * * idcsSearchable: false
453
+ * * multiValued: false
454
+ * * mutability: readOnly
455
+ * * required: false
456
+ * * returned: default
457
+ * * type: complex
458
+ */
459
+ idcsLockedBies?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateIdcsLockedBy>[]>;
460
+ /**
461
+ * (Updatable) The most recent DateTime the resource was locked.
462
+ *
463
+ * **SCIM++ Properties:**
464
+ * * caseExact: false
465
+ * * idcsSearchable: false
466
+ * * multiValued: false
467
+ * * mutability: readOnly
468
+ * * required: false
469
+ * * returned: default
470
+ * * type: dateTime
471
+ * * uniqueness: none
472
+ */
473
+ idcsLockedOn?: pulumi.Input<string>;
474
+ /**
475
+ * (Updatable) Operations that are locked on the resource.
476
+ *
477
+ * **SCIM++ Properties:**
478
+ * * idcsSearchable: false
479
+ * * idcsCsvAttributeNameMappings: [[columnHeaderName:Locked Operations, multiValueDelimiter:;]]
480
+ * * multiValued: true
481
+ * * mutability: readWrite
482
+ * * required: false
483
+ * * returned: default
484
+ * * type: string
485
+ * * uniqueness: none
486
+ */
487
+ idcsLockedOperations?: pulumi.Input<pulumi.Input<string>[]>;
488
+ /**
489
+ * (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
490
+ *
491
+ * **SCIM++ Properties:**
492
+ * * idcsSearchable: false
493
+ * * multiValued: true
494
+ * * mutability: readOnly
495
+ * * required: false
496
+ * * returned: request
497
+ * * type: string
498
+ * * uniqueness: none
499
+ */
500
+ idcsPreventedOperations?: pulumi.Input<pulumi.Input<string>[]>;
501
+ /**
502
+ * (Updatable) Name of the Identity Proofing Provider.
503
+ *
504
+ * **SCIM++ Properties:**
505
+ * * idcsSearchable: true
506
+ * * multiValued: false
507
+ * * mutability: readWrite
508
+ * * required: true
509
+ * * returned: always
510
+ * * type: string
511
+ * * uniqueness: global
512
+ */
513
+ identityProofingProviderTemplateProvider?: pulumi.Input<string>;
514
+ /**
515
+ * (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
516
+ *
517
+ * **SCIM++ Properties:**
518
+ * * caseExact: false
519
+ * * idcsSearchable: true
520
+ * * multiValued: false
521
+ * * mutability: readOnly
522
+ * * required: false
523
+ * * returned: default
524
+ * * idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
525
+ * * type: complex
526
+ */
527
+ metas?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateMeta>[]>;
528
+ /**
529
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
530
+ *
531
+ * **SCIM++ Properties:**
532
+ * * caseExact: true
533
+ * * idcsSearchable: true
534
+ * * multiValued: false
535
+ * * mutability: immutable
536
+ * * required: false
537
+ * * returned: default
538
+ * * type: string
539
+ * * uniqueness: global
540
+ */
541
+ ocid?: pulumi.Input<string>;
542
+ /**
543
+ * (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.
544
+ */
545
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
546
+ /**
547
+ * (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.
548
+ *
549
+ * **SCIM++ Properties:**
550
+ * * caseExact: false
551
+ * * idcsSearchable: false
552
+ * * multiValued: true
553
+ * * mutability: readWrite
554
+ * * required: true
555
+ * * returned: default
556
+ * * type: string
557
+ * * uniqueness: none
558
+ */
559
+ schemas?: pulumi.Input<pulumi.Input<string>[]>;
560
+ /**
561
+ * (Updatable) Service type supported by the Identity Proofing Provider.
562
+ *
563
+ * **Added In:** 2505161800
564
+ *
565
+ * **SCIM++ Properties:**
566
+ * * idcsSearchable: false
567
+ * * multiValued: true
568
+ * * mutability: readWrite
569
+ * * required: true
570
+ * * returned: default
571
+ * * type: string
572
+ * * uniqueness: none
573
+ */
574
+ serviceTypes?: pulumi.Input<pulumi.Input<string>[]>;
575
+ /**
576
+ * (Updatable) Oracle Cloud Infrastructure Tenant Id (OCID) in which the resource lives.
577
+ *
578
+ * **SCIM++ Properties:**
579
+ * * caseExact: false
580
+ * * idcsSearchable: false
581
+ * * multiValued: false
582
+ * * mutability: readOnly
583
+ * * required: false
584
+ * * returned: default
585
+ * * type: string
586
+ * * uniqueness: none
587
+ */
588
+ tenancyOcid?: pulumi.Input<string>;
589
+ /**
590
+ * (Updatable) verification URL.
591
+ *
592
+ * **SCIM++ Properties:**
593
+ * * idcsSearchable: false
594
+ * * multiValued: false
595
+ * * mutability: readWrite
596
+ * * required: true
597
+ * * returned: default
598
+ * * type: string
599
+ * * uniqueness: none
600
+ *
601
+ *
602
+ * ** IMPORTANT **
603
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
604
+ */
605
+ verificationUrl?: pulumi.Input<string>;
606
+ }
607
+ /**
608
+ * The set of arguments for constructing a DomainsIdentityProofingProviderTemplate resource.
609
+ */
610
+ export interface DomainsIdentityProofingProviderTemplateArgs {
611
+ /**
612
+ * (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.
613
+ */
614
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
615
+ /**
616
+ * (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.
617
+ */
618
+ attributes?: pulumi.Input<string>;
619
+ /**
620
+ * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
621
+ */
622
+ authorization?: pulumi.Input<string>;
623
+ /**
624
+ * (Updatable) Proofing Provider Configuration Template.
625
+ *
626
+ * **SCIM++ Properties:**
627
+ * * idcsCompositeKey: [name]
628
+ * * multiValued: true
629
+ * * mutability: readWrite
630
+ * * required: false
631
+ * * returned: default
632
+ * * type: complex
633
+ */
634
+ configurations?: pulumi.Input<pulumi.Input<inputs.Identity.DomainsIdentityProofingProviderTemplateConfiguration>[]>;
635
+ /**
636
+ * The basic endpoint for the identity domain
637
+ */
638
+ idcsEndpoint: pulumi.Input<string>;
639
+ /**
640
+ * (Updatable) Name of the Identity Proofing Provider.
641
+ *
642
+ * **SCIM++ Properties:**
643
+ * * idcsSearchable: true
644
+ * * multiValued: false
645
+ * * mutability: readWrite
646
+ * * required: true
647
+ * * returned: always
648
+ * * type: string
649
+ * * uniqueness: global
650
+ */
651
+ identityProofingProviderTemplateProvider: pulumi.Input<string>;
652
+ /**
653
+ * (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
654
+ *
655
+ * **SCIM++ Properties:**
656
+ * * caseExact: true
657
+ * * idcsSearchable: true
658
+ * * multiValued: false
659
+ * * mutability: immutable
660
+ * * required: false
661
+ * * returned: default
662
+ * * type: string
663
+ * * uniqueness: global
664
+ */
665
+ ocid?: pulumi.Input<string>;
666
+ /**
667
+ * (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.
668
+ */
669
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
670
+ /**
671
+ * (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.
672
+ *
673
+ * **SCIM++ Properties:**
674
+ * * caseExact: false
675
+ * * idcsSearchable: false
676
+ * * multiValued: true
677
+ * * mutability: readWrite
678
+ * * required: true
679
+ * * returned: default
680
+ * * type: string
681
+ * * uniqueness: none
682
+ */
683
+ schemas: pulumi.Input<pulumi.Input<string>[]>;
684
+ /**
685
+ * (Updatable) Service type supported by the Identity Proofing Provider.
686
+ *
687
+ * **Added In:** 2505161800
688
+ *
689
+ * **SCIM++ Properties:**
690
+ * * idcsSearchable: false
691
+ * * multiValued: true
692
+ * * mutability: readWrite
693
+ * * required: true
694
+ * * returned: default
695
+ * * type: string
696
+ * * uniqueness: none
697
+ */
698
+ serviceTypes: pulumi.Input<pulumi.Input<string>[]>;
699
+ /**
700
+ * (Updatable) verification URL.
701
+ *
702
+ * **SCIM++ Properties:**
703
+ * * idcsSearchable: false
704
+ * * multiValued: false
705
+ * * mutability: readWrite
706
+ * * required: true
707
+ * * returned: default
708
+ * * type: string
709
+ * * uniqueness: none
710
+ *
711
+ *
712
+ * ** IMPORTANT **
713
+ * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
714
+ */
715
+ verificationUrl: pulumi.Input<string>;
716
+ }