@pulumi/oci 3.13.0-alpha.1766126778 → 3.13.0-alpha.1766291418

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