@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,342 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Get a User
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testUser = oci.Identity.getDomainsUser({
15
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
16
+ * userId: oci_identity_user.test_user.id,
17
+ * attributeSets: [],
18
+ * attributes: "",
19
+ * authorization: _var.user_authorization,
20
+ * resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getDomainsUser(args: GetDomainsUserArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUserResult>;
25
+ /**
26
+ * A collection of arguments for invoking getDomainsUser.
27
+ */
28
+ export interface GetDomainsUserArgs {
29
+ /**
30
+ * 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.
31
+ */
32
+ attributeSets?: string[];
33
+ /**
34
+ * 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.
35
+ */
36
+ attributes?: string;
37
+ /**
38
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
39
+ */
40
+ authorization?: string;
41
+ /**
42
+ * The basic endpoint for the identity domain
43
+ */
44
+ idcsEndpoint: string;
45
+ /**
46
+ * 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.
47
+ */
48
+ resourceTypeSchemaVersion?: string;
49
+ /**
50
+ * ID of the resource
51
+ */
52
+ userId: string;
53
+ }
54
+ /**
55
+ * A collection of values returned by getDomainsUser.
56
+ */
57
+ export interface GetDomainsUserResult {
58
+ /**
59
+ * Status of the account
60
+ */
61
+ readonly active: boolean;
62
+ /**
63
+ * A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
64
+ */
65
+ readonly addresses: outputs.Identity.GetDomainsUserAddress[];
66
+ readonly attributeSets?: string[];
67
+ readonly attributes?: string;
68
+ readonly authorization?: string;
69
+ /**
70
+ * Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
71
+ */
72
+ readonly compartmentOcid: string;
73
+ /**
74
+ * 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.
75
+ */
76
+ readonly deleteInProgress: boolean;
77
+ /**
78
+ * Description of the user
79
+ */
80
+ readonly description: string;
81
+ /**
82
+ * The displayName of the User's manager. OPTIONAL and READ-ONLY.
83
+ */
84
+ readonly displayName: string;
85
+ /**
86
+ * Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
87
+ */
88
+ readonly domainOcid: string;
89
+ /**
90
+ * A complex attribute representing emails
91
+ */
92
+ readonly emails: outputs.Identity.GetDomainsUserEmail[];
93
+ /**
94
+ * A list of entitlements for the User that represent a thing the User has.
95
+ */
96
+ readonly entitlements: outputs.Identity.GetDomainsUserEntitlement[];
97
+ /**
98
+ * An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
99
+ */
100
+ readonly externalId: string;
101
+ /**
102
+ * A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
103
+ */
104
+ readonly groups: outputs.Identity.GetDomainsUserGroup[];
105
+ /**
106
+ * Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
107
+ */
108
+ readonly id: string;
109
+ /**
110
+ * The User or App who created the Resource
111
+ */
112
+ readonly idcsCreatedBies: outputs.Identity.GetDomainsUserIdcsCreatedBy[];
113
+ readonly idcsEndpoint: string;
114
+ /**
115
+ * The User or App who modified the Resource
116
+ */
117
+ readonly idcsLastModifiedBies: outputs.Identity.GetDomainsUserIdcsLastModifiedBy[];
118
+ /**
119
+ * The release number when the resource was upgraded.
120
+ */
121
+ readonly idcsLastUpgradedInRelease: string;
122
+ /**
123
+ * Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
124
+ */
125
+ readonly idcsPreventedOperations: string[];
126
+ /**
127
+ * User's instant messaging addresses
128
+ */
129
+ readonly ims: outputs.Identity.GetDomainsUserIm[];
130
+ /**
131
+ * Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
132
+ */
133
+ readonly locale: string;
134
+ /**
135
+ * A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
136
+ */
137
+ readonly metas: outputs.Identity.GetDomainsUserMeta[];
138
+ /**
139
+ * Name of the account assigned to the User.
140
+ */
141
+ readonly names: outputs.Identity.GetDomainsUserName[];
142
+ /**
143
+ * Nick name
144
+ */
145
+ readonly nickName: string;
146
+ /**
147
+ * Ocid of the User's Support Account.
148
+ */
149
+ readonly ocid: string;
150
+ /**
151
+ * Password attribute. Max length for password is controlled via Password Policy.
152
+ */
153
+ readonly password: string;
154
+ /**
155
+ * Phone numbers
156
+ */
157
+ readonly phoneNumbers: outputs.Identity.GetDomainsUserPhoneNumber[];
158
+ /**
159
+ * URLs of photos for the User
160
+ */
161
+ readonly photos: outputs.Identity.GetDomainsUserPhoto[];
162
+ /**
163
+ * User's preferred written or spoken language used for localized user interfaces
164
+ */
165
+ readonly preferredLanguage: string;
166
+ /**
167
+ * A fully-qualified URL to a page representing the User's online profile
168
+ */
169
+ readonly profileUrl: string;
170
+ readonly resourceTypeSchemaVersion?: string;
171
+ /**
172
+ * A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
173
+ */
174
+ readonly roles: outputs.Identity.GetDomainsUserRole[];
175
+ /**
176
+ * 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.
177
+ */
178
+ readonly schemas: string[];
179
+ /**
180
+ * A list of tags on this resource.
181
+ */
182
+ readonly tags: outputs.Identity.GetDomainsUserTag[];
183
+ /**
184
+ * Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
185
+ */
186
+ readonly tenancyOcid: string;
187
+ /**
188
+ * User's timezone
189
+ */
190
+ readonly timezone: string;
191
+ /**
192
+ * Title
193
+ */
194
+ readonly title: string;
195
+ /**
196
+ * Enterprise User
197
+ */
198
+ readonly urnietfparamsscimschemasextensionenterprise20users: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user[];
199
+ /**
200
+ * Oracle Cloud Infrastructure Tags.
201
+ */
202
+ readonly urnietfparamsscimschemasoracleidcsextensionOciTags: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag[];
203
+ /**
204
+ * This extension defines attributes to manage user's risk score.
205
+ */
206
+ readonly urnietfparamsscimschemasoracleidcsextensionadaptiveUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser[];
207
+ /**
208
+ * User's Capabilities
209
+ */
210
+ readonly urnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser[];
211
+ /**
212
+ * Db Credentials User extension
213
+ */
214
+ readonly urnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser[];
215
+ /**
216
+ * DB User extension
217
+ */
218
+ readonly urnietfparamsscimschemasoracleidcsextensiondbUserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[];
219
+ /**
220
+ * Kerberos User extension
221
+ */
222
+ readonly urnietfparamsscimschemasoracleidcsextensionkerberosUserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser[];
223
+ /**
224
+ * This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
225
+ */
226
+ readonly urnietfparamsscimschemasoracleidcsextensionmfaUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser[];
227
+ /**
228
+ * This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
229
+ */
230
+ readonly urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[];
231
+ /**
232
+ * This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.
233
+ */
234
+ readonly urnietfparamsscimschemasoracleidcsextensionpasswordlessUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser[];
235
+ /**
236
+ * POSIX User extension
237
+ */
238
+ readonly urnietfparamsscimschemasoracleidcsextensionposixUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser[];
239
+ /**
240
+ * This extension defines attributes used to store Security Questions of User.
241
+ */
242
+ readonly urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser[];
243
+ /**
244
+ * Controls whether a user can update themselves or not via User related APIs
245
+ */
246
+ readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
247
+ /**
248
+ * This extension defines attributes used to manage self registration profile linked to the user.
249
+ */
250
+ readonly urnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser[];
251
+ /**
252
+ * SFF Auth Keys User extension
253
+ */
254
+ readonly urnietfparamsscimschemasoracleidcsextensionsffUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser[];
255
+ /**
256
+ * Social User extension
257
+ */
258
+ readonly urnietfparamsscimschemasoracleidcsextensionsocialAccountUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser[];
259
+ /**
260
+ * Terms Of Use extension
261
+ */
262
+ readonly urnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser[];
263
+ /**
264
+ * User's credentials
265
+ */
266
+ readonly urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[];
267
+ /**
268
+ * This extension defines attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
269
+ */
270
+ readonly urnietfparamsscimschemasoracleidcsextensionuserStateUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser[];
271
+ /**
272
+ * Oracle Cloud Infrastructure IAM User
273
+ */
274
+ readonly urnietfparamsscimschemasoracleidcsextensionuserUsers: outputs.Identity.GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser[];
275
+ /**
276
+ * User Support User Id
277
+ */
278
+ readonly userId: string;
279
+ /**
280
+ * User name
281
+ */
282
+ readonly userName: string;
283
+ /**
284
+ * Used to identify the organization-to-user relationship
285
+ */
286
+ readonly userType: string;
287
+ /**
288
+ * A list of certificates issued to the User.
289
+ */
290
+ readonly x509certificates: outputs.Identity.GetDomainsUserX509certificate[];
291
+ }
292
+ /**
293
+ * This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
294
+ *
295
+ * Get a User
296
+ *
297
+ * ## Example Usage
298
+ *
299
+ * ```typescript
300
+ * import * as pulumi from "@pulumi/pulumi";
301
+ * import * as oci from "@pulumi/oci";
302
+ *
303
+ * const testUser = oci.Identity.getDomainsUser({
304
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
305
+ * userId: oci_identity_user.test_user.id,
306
+ * attributeSets: [],
307
+ * attributes: "",
308
+ * authorization: _var.user_authorization,
309
+ * resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
310
+ * });
311
+ * ```
312
+ */
313
+ export declare function getDomainsUserOutput(args: GetDomainsUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUserResult>;
314
+ /**
315
+ * A collection of arguments for invoking getDomainsUser.
316
+ */
317
+ export interface GetDomainsUserOutputArgs {
318
+ /**
319
+ * 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.
320
+ */
321
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
322
+ /**
323
+ * 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.
324
+ */
325
+ attributes?: pulumi.Input<string>;
326
+ /**
327
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
328
+ */
329
+ authorization?: pulumi.Input<string>;
330
+ /**
331
+ * The basic endpoint for the identity domain
332
+ */
333
+ idcsEndpoint: pulumi.Input<string>;
334
+ /**
335
+ * 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.
336
+ */
337
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
338
+ /**
339
+ * ID of the resource
340
+ */
341
+ userId: pulumi.Input<string>;
342
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDomainsUserOutput = exports.getDomainsUser = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
10
+ *
11
+ * Get a User
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testUser = oci.Identity.getDomainsUser({
20
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
21
+ * userId: oci_identity_user.test_user.id,
22
+ * attributeSets: [],
23
+ * attributes: "",
24
+ * authorization: _var.user_authorization,
25
+ * resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
26
+ * });
27
+ * ```
28
+ */
29
+ function getDomainsUser(args, opts) {
30
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
31
+ return pulumi.runtime.invoke("oci:Identity/getDomainsUser:getDomainsUser", {
32
+ "attributeSets": args.attributeSets,
33
+ "attributes": args.attributes,
34
+ "authorization": args.authorization,
35
+ "idcsEndpoint": args.idcsEndpoint,
36
+ "resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
37
+ "userId": args.userId,
38
+ }, opts);
39
+ }
40
+ exports.getDomainsUser = getDomainsUser;
41
+ /**
42
+ * This data source provides details about a specific User resource in Oracle Cloud Infrastructure Identity Domains service.
43
+ *
44
+ * Get a User
45
+ *
46
+ * ## Example Usage
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as oci from "@pulumi/oci";
51
+ *
52
+ * const testUser = oci.Identity.getDomainsUser({
53
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
54
+ * userId: oci_identity_user.test_user.id,
55
+ * attributeSets: [],
56
+ * attributes: "",
57
+ * authorization: _var.user_authorization,
58
+ * resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
59
+ * });
60
+ * ```
61
+ */
62
+ function getDomainsUserOutput(args, opts) {
63
+ return pulumi.output(args).apply((a) => getDomainsUser(a, opts));
64
+ }
65
+ exports.getDomainsUserOutput = getDomainsUserOutput;
66
+ //# sourceMappingURL=getDomainsUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDomainsUser.js","sourceRoot":"","sources":["../../identity/getDomainsUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AA8QD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,215 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
5
+ *
6
+ * Get a User's DbCredentials
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as oci from "@pulumi/oci";
13
+ *
14
+ * const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
15
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
16
+ * userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
17
+ * attributeSets: [],
18
+ * attributes: "",
19
+ * authorization: _var.user_db_credential_authorization,
20
+ * resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
21
+ * });
22
+ * ```
23
+ */
24
+ export declare function getDomainsUserDbCredential(args: GetDomainsUserDbCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsUserDbCredentialResult>;
25
+ /**
26
+ * A collection of arguments for invoking getDomainsUserDbCredential.
27
+ */
28
+ export interface GetDomainsUserDbCredentialArgs {
29
+ /**
30
+ * 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.
31
+ */
32
+ attributeSets?: string[];
33
+ /**
34
+ * 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.
35
+ */
36
+ attributes?: string;
37
+ /**
38
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
39
+ */
40
+ authorization?: string;
41
+ /**
42
+ * The basic endpoint for the identity domain
43
+ */
44
+ idcsEndpoint: string;
45
+ /**
46
+ * 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.
47
+ */
48
+ resourceTypeSchemaVersion?: string;
49
+ /**
50
+ * ID of the resource
51
+ */
52
+ userDbCredentialId: string;
53
+ }
54
+ /**
55
+ * A collection of values returned by getDomainsUserDbCredential.
56
+ */
57
+ export interface GetDomainsUserDbCredentialResult {
58
+ readonly attributeSets?: string[];
59
+ readonly attributes?: string;
60
+ readonly authorization?: string;
61
+ /**
62
+ * Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
63
+ */
64
+ readonly compartmentOcid: string;
65
+ /**
66
+ * The db password of the user
67
+ */
68
+ readonly dbPassword: string;
69
+ /**
70
+ * 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.
71
+ */
72
+ readonly deleteInProgress: boolean;
73
+ /**
74
+ * Description
75
+ */
76
+ readonly description: string;
77
+ /**
78
+ * Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
79
+ */
80
+ readonly domainOcid: string;
81
+ /**
82
+ * Indicates that the db password has expired
83
+ */
84
+ readonly expired: boolean;
85
+ /**
86
+ * User credential expires on
87
+ */
88
+ readonly expiresOn: string;
89
+ /**
90
+ * Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
91
+ */
92
+ readonly id: string;
93
+ /**
94
+ * The User or App who created the Resource
95
+ */
96
+ readonly idcsCreatedBies: outputs.Identity.GetDomainsUserDbCredentialIdcsCreatedBy[];
97
+ readonly idcsEndpoint: string;
98
+ /**
99
+ * The User or App who modified the Resource
100
+ */
101
+ readonly idcsLastModifiedBies: outputs.Identity.GetDomainsUserDbCredentialIdcsLastModifiedBy[];
102
+ /**
103
+ * The release number when the resource was upgraded.
104
+ */
105
+ readonly idcsLastUpgradedInRelease: string;
106
+ /**
107
+ * Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
108
+ */
109
+ readonly idcsPreventedOperations: string[];
110
+ /**
111
+ * A DateTime that specifies the date and time when the current db password was set
112
+ */
113
+ readonly lastSetDate: string;
114
+ /**
115
+ * A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
116
+ */
117
+ readonly metas: outputs.Identity.GetDomainsUserDbCredentialMeta[];
118
+ /**
119
+ * The db password of the user with mixed salt
120
+ */
121
+ readonly mixedDbPassword: string;
122
+ /**
123
+ * The mixed salt of the password
124
+ */
125
+ readonly mixedSalt: string;
126
+ /**
127
+ * User name
128
+ */
129
+ readonly name: string;
130
+ /**
131
+ * User's ocid
132
+ */
133
+ readonly ocid: string;
134
+ readonly resourceTypeSchemaVersion?: string;
135
+ /**
136
+ * The salt of the password
137
+ */
138
+ readonly salt: string;
139
+ /**
140
+ * 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.
141
+ */
142
+ readonly schemas: string[];
143
+ /**
144
+ * User credential status
145
+ */
146
+ readonly status: string;
147
+ /**
148
+ * A list of tags on this resource.
149
+ */
150
+ readonly tags: outputs.Identity.GetDomainsUserDbCredentialTag[];
151
+ /**
152
+ * Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
153
+ */
154
+ readonly tenancyOcid: string;
155
+ /**
156
+ * Controls whether a user can update themselves or not via User related APIs
157
+ */
158
+ readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUsers: outputs.Identity.GetDomainsUserDbCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[];
159
+ readonly userDbCredentialId: string;
160
+ /**
161
+ * User linked to db credential
162
+ */
163
+ readonly users: outputs.Identity.GetDomainsUserDbCredentialUser[];
164
+ }
165
+ /**
166
+ * This data source provides details about a specific User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.
167
+ *
168
+ * Get a User's DbCredentials
169
+ *
170
+ * ## Example Usage
171
+ *
172
+ * ```typescript
173
+ * import * as pulumi from "@pulumi/pulumi";
174
+ * import * as oci from "@pulumi/oci";
175
+ *
176
+ * const testUserDbCredential = oci.Identity.getDomainsUserDbCredential({
177
+ * idcsEndpoint: data.oci_identity_domain.test_domain.url,
178
+ * userDbCredentialId: oci_identity_db_credential.test_db_credential.id,
179
+ * attributeSets: [],
180
+ * attributes: "",
181
+ * authorization: _var.user_db_credential_authorization,
182
+ * resourceTypeSchemaVersion: _var.user_db_credential_resource_type_schema_version,
183
+ * });
184
+ * ```
185
+ */
186
+ export declare function getDomainsUserDbCredentialOutput(args: GetDomainsUserDbCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsUserDbCredentialResult>;
187
+ /**
188
+ * A collection of arguments for invoking getDomainsUserDbCredential.
189
+ */
190
+ export interface GetDomainsUserDbCredentialOutputArgs {
191
+ /**
192
+ * 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.
193
+ */
194
+ attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
195
+ /**
196
+ * 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.
197
+ */
198
+ attributes?: pulumi.Input<string>;
199
+ /**
200
+ * The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
201
+ */
202
+ authorization?: pulumi.Input<string>;
203
+ /**
204
+ * The basic endpoint for the identity domain
205
+ */
206
+ idcsEndpoint: pulumi.Input<string>;
207
+ /**
208
+ * 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.
209
+ */
210
+ resourceTypeSchemaVersion?: pulumi.Input<string>;
211
+ /**
212
+ * ID of the resource
213
+ */
214
+ userDbCredentialId: pulumi.Input<string>;
215
+ }