@pulumi/okta 4.9.0-alpha.1718431198 → 4.9.0-alpha.1718755579

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 (405) hide show
  1. package/adminRoleCustom.d.ts +105 -107
  2. package/adminRoleCustom.js +3 -5
  3. package/adminRoleCustom.js.map +1 -1
  4. package/adminRoleCustomAssignments.d.ts +12 -18
  5. package/adminRoleCustomAssignments.js +3 -6
  6. package/adminRoleCustomAssignments.js.map +1 -1
  7. package/adminRoleTargets.d.ts +14 -16
  8. package/adminRoleTargets.js +0 -2
  9. package/adminRoleTargets.js.map +1 -1
  10. package/app/accessPolicyAssignment.d.ts +23 -2
  11. package/app/accessPolicyAssignment.js +23 -2
  12. package/app/accessPolicyAssignment.js.map +1 -1
  13. package/app/autoLogin.d.ts +63 -97
  14. package/app/autoLogin.js +3 -37
  15. package/app/autoLogin.js.map +1 -1
  16. package/app/basicAuth.d.ts +30 -33
  17. package/app/basicAuth.js +4 -7
  18. package/app/basicAuth.js.map +1 -1
  19. package/app/bookmark.d.ts +30 -33
  20. package/app/bookmark.js +3 -6
  21. package/app/bookmark.js.map +1 -1
  22. package/app/getApp.d.ts +58 -25
  23. package/app/getApp.js +2 -2
  24. package/app/getApp.js.map +1 -1
  25. package/app/getMetadataSaml.d.ts +11 -5
  26. package/app/getMetadataSaml.js +2 -2
  27. package/app/getMetadataSaml.js.map +1 -1
  28. package/app/getOauth.d.ts +62 -34
  29. package/app/getOauth.js +2 -2
  30. package/app/getOauth.js.map +1 -1
  31. package/app/getSaml.d.ts +75 -56
  32. package/app/getSaml.js +2 -2
  33. package/app/getSaml.js.map +1 -1
  34. package/app/groupAssignment.d.ts +23 -9
  35. package/app/groupAssignment.js +17 -3
  36. package/app/groupAssignment.js.map +1 -1
  37. package/app/oauth.d.ts +135 -273
  38. package/app/oauth.js +6 -60
  39. package/app/oauth.js.map +1 -1
  40. package/app/oauthPostLogoutRedirectUri.d.ts +4 -6
  41. package/app/oauthPostLogoutRedirectUri.js +1 -3
  42. package/app/oauthPostLogoutRedirectUri.js.map +1 -1
  43. package/app/oauthRedirectUri.d.ts +4 -6
  44. package/app/oauthRedirectUri.js +1 -3
  45. package/app/oauthRedirectUri.js.map +1 -1
  46. package/app/oauthRoleAssignment.d.ts +4 -29
  47. package/app/oauthRoleAssignment.js +4 -29
  48. package/app/oauthRoleAssignment.js.map +1 -1
  49. package/app/saml.d.ts +161 -289
  50. package/app/saml.js +6 -152
  51. package/app/saml.js.map +1 -1
  52. package/app/securePasswordStore.d.ts +79 -80
  53. package/app/securePasswordStore.js +6 -7
  54. package/app/securePasswordStore.js.map +1 -1
  55. package/app/swa.d.ts +70 -71
  56. package/app/swa.js +4 -5
  57. package/app/swa.js.map +1 -1
  58. package/app/threeField.d.ts +74 -76
  59. package/app/threeField.js +5 -7
  60. package/app/threeField.js.map +1 -1
  61. package/app/user.d.ts +12 -17
  62. package/app/user.js +0 -2
  63. package/app/user.js.map +1 -1
  64. package/appGroupAssignments.d.ts +6 -8
  65. package/appGroupAssignments.js +3 -5
  66. package/appGroupAssignments.js.map +1 -1
  67. package/appOauthApiScope.d.ts +5 -7
  68. package/appOauthApiScope.js +2 -4
  69. package/appOauthApiScope.js.map +1 -1
  70. package/appSamlAppSettings.d.ts +6 -7
  71. package/appSamlAppSettings.js +3 -4
  72. package/appSamlAppSettings.js.map +1 -1
  73. package/appSharedCredentials.d.ts +61 -63
  74. package/appSharedCredentials.js +4 -6
  75. package/appSharedCredentials.js.map +1 -1
  76. package/appSignonPolicy.d.ts +3 -39
  77. package/appSignonPolicy.js +3 -39
  78. package/appSignonPolicy.js.map +1 -1
  79. package/appSignonPolicyRule.d.ts +69 -361
  80. package/appSignonPolicyRule.js +1 -278
  81. package/appSignonPolicyRule.js.map +1 -1
  82. package/appUserBaseSchemaProperty.d.ts +25 -29
  83. package/appUserBaseSchemaProperty.js +1 -5
  84. package/appUserBaseSchemaProperty.js.map +1 -1
  85. package/appUserSchemaProperty.d.ts +51 -41
  86. package/appUserSchemaProperty.js +0 -2
  87. package/appUserSchemaProperty.js.map +1 -1
  88. package/auth/getServer.d.ts +11 -11
  89. package/auth/getServer.js +2 -2
  90. package/auth/getServerPolicy.d.ts +15 -9
  91. package/auth/getServerPolicy.js +2 -2
  92. package/auth/getServerPolicy.js.map +1 -1
  93. package/auth/getServerScopes.d.ts +8 -5
  94. package/auth/getServerScopes.js +2 -2
  95. package/auth/getServerScopes.js.map +1 -1
  96. package/auth/server.d.ts +15 -19
  97. package/auth/server.js +1 -5
  98. package/auth/server.js.map +1 -1
  99. package/auth/serverClaim.d.ts +13 -17
  100. package/auth/serverClaim.js +1 -5
  101. package/auth/serverClaim.js.map +1 -1
  102. package/auth/serverPolicy.d.ts +10 -14
  103. package/auth/serverPolicy.js +1 -5
  104. package/auth/serverPolicy.js.map +1 -1
  105. package/auth/serverPolicyClaim.d.ts +50 -66
  106. package/auth/serverPolicyClaim.js +0 -25
  107. package/auth/serverPolicyClaim.js.map +1 -1
  108. package/auth/serverPolicyRule.d.ts +32 -43
  109. package/auth/serverPolicyRule.js +0 -2
  110. package/auth/serverPolicyRule.js.map +1 -1
  111. package/auth/serverScope.d.ts +16 -20
  112. package/auth/serverScope.js +1 -5
  113. package/auth/serverScope.js.map +1 -1
  114. package/authServerClaimDefault.d.ts +10 -25
  115. package/authServerClaimDefault.js +0 -9
  116. package/authServerClaimDefault.js.map +1 -1
  117. package/authServerDefault.d.ts +15 -19
  118. package/authServerDefault.js +1 -5
  119. package/authServerDefault.js.map +1 -1
  120. package/authenticator.d.ts +53 -61
  121. package/authenticator.js +11 -11
  122. package/authenticator.js.map +1 -1
  123. package/behaviour.d.ts +21 -41
  124. package/behaviour.js +0 -2
  125. package/behaviour.js.map +1 -1
  126. package/brand.d.ts +23 -22
  127. package/brand.js +8 -4
  128. package/brand.js.map +1 -1
  129. package/captcha.d.ts +15 -17
  130. package/captcha.js +3 -5
  131. package/captcha.js.map +1 -1
  132. package/captchaOrgWideSettings.d.ts +8 -43
  133. package/captchaOrgWideSettings.js +2 -37
  134. package/captchaOrgWideSettings.js.map +1 -1
  135. package/domain.d.ts +13 -21
  136. package/domain.js +0 -2
  137. package/domain.js.map +1 -1
  138. package/domainCertificate.d.ts +17 -24
  139. package/domainCertificate.js +2 -9
  140. package/domainCertificate.js.map +1 -1
  141. package/domainVerification.d.ts +4 -10
  142. package/domainVerification.js +1 -7
  143. package/domainVerification.js.map +1 -1
  144. package/emailCustomization.d.ts +38 -222
  145. package/emailCustomization.js +29 -33
  146. package/emailCustomization.js.map +1 -1
  147. package/emailDomain.d.ts +4 -8
  148. package/emailDomain.js +0 -4
  149. package/emailDomain.js.map +1 -1
  150. package/emailDomainVerification.d.ts +3 -7
  151. package/emailDomainVerification.js +0 -4
  152. package/emailDomainVerification.js.map +1 -1
  153. package/emailSender.d.ts +15 -17
  154. package/emailSender.js +2 -4
  155. package/emailSender.js.map +1 -1
  156. package/emailSenderVerification.d.ts +5 -9
  157. package/emailSenderVerification.js +2 -6
  158. package/emailSenderVerification.js.map +1 -1
  159. package/eventHook.d.ts +16 -11
  160. package/eventHook.js +1 -5
  161. package/eventHook.js.map +1 -1
  162. package/eventHookVerification.d.ts +4 -10
  163. package/eventHookVerification.js +1 -7
  164. package/eventHookVerification.js.map +1 -1
  165. package/factor/factor.d.ts +4 -9
  166. package/factor/factor.js +1 -3
  167. package/factor/factor.js.map +1 -1
  168. package/factorTotp.d.ts +12 -21
  169. package/factorTotp.js +3 -3
  170. package/factorTotp.js.map +1 -1
  171. package/getAppGroupAssignments.d.ts +6 -6
  172. package/getAppGroupAssignments.js +2 -2
  173. package/getAppSignonPolicy.d.ts +16 -6
  174. package/getAppSignonPolicy.js +8 -4
  175. package/getAppSignonPolicy.js.map +1 -1
  176. package/getAppUserAssignments.d.ts +6 -6
  177. package/getAppUserAssignments.js +2 -2
  178. package/getAuthServerClaim.d.ts +15 -12
  179. package/getAuthServerClaim.js +2 -2
  180. package/getAuthServerClaim.js.map +1 -1
  181. package/getAuthServerClaims.d.ts +8 -5
  182. package/getAuthServerClaims.js +2 -2
  183. package/getAuthServerClaims.js.map +1 -1
  184. package/getAuthenticator.d.ts +24 -26
  185. package/getAuthenticator.js +14 -22
  186. package/getAuthenticator.js.map +1 -1
  187. package/getBehaviour.d.ts +6 -8
  188. package/getBehaviour.js +2 -2
  189. package/getBehaviour.js.map +1 -1
  190. package/getBehaviours.d.ts +7 -7
  191. package/getBehaviours.js +2 -2
  192. package/getBrand.d.ts +9 -6
  193. package/getBrand.js +2 -2
  194. package/getBrand.js.map +1 -1
  195. package/getBrands.d.ts +2 -2
  196. package/getBrands.js +2 -2
  197. package/getDomain.d.ts +11 -14
  198. package/getDomain.js +2 -8
  199. package/getDomain.js.map +1 -1
  200. package/getEmailCustomization.d.ts +14 -9
  201. package/getEmailCustomization.js +2 -6
  202. package/getEmailCustomization.js.map +1 -1
  203. package/getEmailCustomizations.d.ts +11 -9
  204. package/getEmailCustomizations.js +2 -6
  205. package/getEmailCustomizations.js.map +1 -1
  206. package/getGroups.d.ts +11 -25
  207. package/getGroups.js +2 -2
  208. package/getGroups.js.map +1 -1
  209. package/getLogStream.d.ts +8 -39
  210. package/getLogStream.js +2 -24
  211. package/getLogStream.js.map +1 -1
  212. package/getNetworkZone.d.ts +12 -12
  213. package/getNetworkZone.js +2 -2
  214. package/getOrgMetadata.d.ts +0 -22
  215. package/getOrgMetadata.js +0 -22
  216. package/getOrgMetadata.js.map +1 -1
  217. package/getRoleSubscription.d.ts +13 -35
  218. package/getRoleSubscription.js +2 -2
  219. package/getRoleSubscription.js.map +1 -1
  220. package/getTemplate.d.ts +10 -8
  221. package/getTemplate.js +2 -6
  222. package/getTemplate.js.map +1 -1
  223. package/getTemplates.d.ts +6 -7
  224. package/getTemplates.js +2 -6
  225. package/getTemplates.js.map +1 -1
  226. package/getTheme.d.ts +14 -12
  227. package/getTheme.js +2 -6
  228. package/getTheme.js.map +1 -1
  229. package/getThemes.d.ts +6 -7
  230. package/getThemes.js +2 -6
  231. package/getThemes.js.map +1 -1
  232. package/getTrustedOrigins.d.ts +7 -4
  233. package/getTrustedOrigins.js +2 -2
  234. package/getTrustedOrigins.js.map +1 -1
  235. package/getUserSecurityQuestions.d.ts +4 -8
  236. package/getUserSecurityQuestions.js +0 -4
  237. package/getUserSecurityQuestions.js.map +1 -1
  238. package/group/getEveryoneGroup.d.ts +10 -5
  239. package/group/getEveryoneGroup.js +4 -2
  240. package/group/getEveryoneGroup.js.map +1 -1
  241. package/group/getGroup.d.ts +17 -26
  242. package/group/getGroup.js +2 -2
  243. package/group/getGroup.js.map +1 -1
  244. package/group/getRule.d.ts +9 -9
  245. package/group/getRule.js +2 -2
  246. package/group/group.d.ts +4 -36
  247. package/group/group.js +1 -33
  248. package/group/group.js.map +1 -1
  249. package/group/role.d.ts +37 -81
  250. package/group/role.js +1 -6
  251. package/group/role.js.map +1 -1
  252. package/group/rule.d.ts +12 -20
  253. package/group/rule.js +0 -2
  254. package/group/rule.js.map +1 -1
  255. package/groupMemberships.d.ts +8 -10
  256. package/groupMemberships.js +2 -4
  257. package/groupMemberships.js.map +1 -1
  258. package/groupSchemaProperty.d.ts +57 -59
  259. package/groupSchemaProperty.js +0 -2
  260. package/groupSchemaProperty.js.map +1 -1
  261. package/idp/getMetadataSaml.d.ts +9 -6
  262. package/idp/getMetadataSaml.js +2 -2
  263. package/idp/getMetadataSaml.js.map +1 -1
  264. package/idp/getOidc.d.ts +9 -9
  265. package/idp/getOidc.js +2 -2
  266. package/idp/getSaml.d.ts +16 -13
  267. package/idp/getSaml.js +2 -2
  268. package/idp/getSaml.js.map +1 -1
  269. package/idp/getSocial.d.ts +8 -2
  270. package/idp/getSocial.js +2 -2
  271. package/idp/getSocial.js.map +1 -1
  272. package/idp/oidc.d.ts +70 -62
  273. package/idp/oidc.js +3 -5
  274. package/idp/oidc.js.map +1 -1
  275. package/idp/saml.d.ts +64 -86
  276. package/idp/saml.js +1 -5
  277. package/idp/saml.js.map +1 -1
  278. package/idp/samlKey.d.ts +3 -5
  279. package/idp/samlKey.js +0 -2
  280. package/idp/samlKey.js.map +1 -1
  281. package/idp/social.d.ts +99 -69
  282. package/idp/social.js +11 -5
  283. package/idp/social.js.map +1 -1
  284. package/inline/hook.d.ts +4 -26
  285. package/inline/hook.js +1 -5
  286. package/inline/hook.js.map +1 -1
  287. package/linkDefinition.d.ts +2 -3
  288. package/linkDefinition.js +2 -3
  289. package/linkDefinition.js.map +1 -1
  290. package/linkValue.d.ts +7 -9
  291. package/linkValue.js +1 -3
  292. package/linkValue.js.map +1 -1
  293. package/logStream.d.ts +32 -27
  294. package/logStream.js +23 -9
  295. package/logStream.js.map +1 -1
  296. package/network/zone.d.ts +25 -66
  297. package/network/zone.js +1 -39
  298. package/network/zone.js.map +1 -1
  299. package/orgConfiguration.d.ts +4 -9
  300. package/orgConfiguration.js +1 -3
  301. package/orgConfiguration.js.map +1 -1
  302. package/orgSupport.d.ts +4 -7
  303. package/orgSupport.js +1 -4
  304. package/orgSupport.js.map +1 -1
  305. package/package.json +3 -3
  306. package/policy/getDefaultPolicy.d.ts +9 -7
  307. package/policy/getDefaultPolicy.js +6 -2
  308. package/policy/getDefaultPolicy.js.map +1 -1
  309. package/policy/getPolicy.d.ts +11 -26
  310. package/policy/getPolicy.js +2 -2
  311. package/policy/getPolicy.js.map +1 -1
  312. package/policy/mfa.d.ts +18 -220
  313. package/policy/mfa.js +0 -10
  314. package/policy/mfa.js.map +1 -1
  315. package/policy/password.d.ts +91 -95
  316. package/policy/password.js +1 -5
  317. package/policy/password.js.map +1 -1
  318. package/policy/ruleIdpDiscovery.d.ts +111 -93
  319. package/policy/ruleIdpDiscovery.js +48 -57
  320. package/policy/ruleIdpDiscovery.js.map +1 -1
  321. package/policy/ruleMfa.d.ts +40 -30
  322. package/policy/ruleMfa.js +1 -3
  323. package/policy/ruleMfa.js.map +1 -1
  324. package/policy/rulePassword.d.ts +34 -38
  325. package/policy/rulePassword.js +1 -5
  326. package/policy/rulePassword.js.map +1 -1
  327. package/policy/ruleSignon.d.ts +94 -85
  328. package/policy/ruleSignon.js +1 -4
  329. package/policy/ruleSignon.js.map +1 -1
  330. package/policy/signon.d.ts +16 -20
  331. package/policy/signon.js +1 -5
  332. package/policy/signon.js.map +1 -1
  333. package/policyMfaDefault.d.ts +15 -214
  334. package/policyMfaDefault.js +2 -9
  335. package/policyMfaDefault.js.map +1 -1
  336. package/policyPasswordDefault.d.ts +85 -101
  337. package/policyPasswordDefault.js +1 -5
  338. package/policyPasswordDefault.js.map +1 -1
  339. package/policyProfileEnrollment.d.ts +8 -9
  340. package/policyProfileEnrollment.js +2 -3
  341. package/policyProfileEnrollment.js.map +1 -1
  342. package/policyProfileEnrollmentApps.d.ts +8 -11
  343. package/policyProfileEnrollmentApps.js +3 -6
  344. package/policyProfileEnrollmentApps.js.map +1 -1
  345. package/policyRuleProfileEnrollment.d.ts +42 -31
  346. package/policyRuleProfileEnrollment.js +2 -3
  347. package/policyRuleProfileEnrollment.js.map +1 -1
  348. package/profile/mapping.d.ts +19 -34
  349. package/profile/mapping.js +4 -4
  350. package/profile/mapping.js.map +1 -1
  351. package/rateLimiting.d.ts +8 -17
  352. package/rateLimiting.js +2 -5
  353. package/rateLimiting.js.map +1 -1
  354. package/resourceSet.d.ts +18 -26
  355. package/resourceSet.js +9 -14
  356. package/resourceSet.js.map +1 -1
  357. package/roleSubscription.d.ts +35 -86
  358. package/roleSubscription.js +2 -2
  359. package/roleSubscription.js.map +1 -1
  360. package/securityNotificationEmails.d.ts +4 -7
  361. package/securityNotificationEmails.js +4 -7
  362. package/securityNotificationEmails.js.map +1 -1
  363. package/templateSms.d.ts +4 -8
  364. package/templateSms.js +1 -5
  365. package/templateSms.js.map +1 -1
  366. package/theme.d.ts +46 -46
  367. package/theme.js +2 -2
  368. package/threatInsightSettings.d.ts +7 -27
  369. package/threatInsightSettings.js +1 -3
  370. package/threatInsightSettings.js.map +1 -1
  371. package/trustedorigin/origin.d.ts +13 -17
  372. package/trustedorigin/origin.js +1 -5
  373. package/trustedorigin/origin.js.map +1 -1
  374. package/types/input.d.ts +65 -162
  375. package/types/output.d.ts +75 -275
  376. package/user/getUser.d.ts +32 -104
  377. package/user/getUser.js +2 -2
  378. package/user/getUser.js.map +1 -1
  379. package/user/getUserProfileMappingSource.d.ts +9 -7
  380. package/user/getUserProfileMappingSource.js +6 -4
  381. package/user/getUserProfileMappingSource.js.map +1 -1
  382. package/user/getUserType.d.ts +7 -7
  383. package/user/getUserType.js +2 -2
  384. package/user/getUsers.d.ts +95 -37
  385. package/user/getUsers.js +64 -24
  386. package/user/getUsers.js.map +1 -1
  387. package/user/user.d.ts +160 -209
  388. package/user/user.js +43 -65
  389. package/user/user.js.map +1 -1
  390. package/user/userType.d.ts +1 -5
  391. package/user/userType.js +1 -5
  392. package/user/userType.js.map +1 -1
  393. package/userAdminRoles.d.ts +10 -17
  394. package/userAdminRoles.js +1 -5
  395. package/userAdminRoles.js.map +1 -1
  396. package/userBaseSchemaProperty.d.ts +26 -34
  397. package/userBaseSchemaProperty.js +2 -10
  398. package/userBaseSchemaProperty.js.map +1 -1
  399. package/userFactorQuestion.d.ts +1 -5
  400. package/userFactorQuestion.js +1 -5
  401. package/userFactorQuestion.js.map +1 -1
  402. package/userGroupMemberships.d.ts +3 -3
  403. package/userSchemaProperty.d.ts +57 -56
  404. package/userSchemaProperty.js +0 -8
  405. package/userSchemaProperty.js.map +1 -1
package/user/user.d.ts CHANGED
@@ -2,75 +2,53 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * Creates an Okta User.
6
- *
7
- * This resource allows you to create and configure an Okta User.
5
+ * Creates an Okta User. This resource allows you to create and configure an Okta User.
8
6
  *
9
7
  * ## Example Usage
10
8
  *
11
- * Full profile:
12
- *
13
- * ```typescript
14
- * import * as pulumi from "@pulumi/pulumi";
15
- * import * as okta from "@pulumi/okta";
16
- *
17
- * const example = new okta.user.User("example", {
18
- * firstName: "John",
19
- * lastName: "Smith",
20
- * login: "john.smith@example.com",
21
- * email: "john.smith@example.com",
22
- * city: "New York",
23
- * costCenter: "10",
24
- * countryCode: "US",
25
- * department: "IT",
26
- * displayName: "Dr. John Smith",
27
- * division: "Acquisitions",
28
- * employeeNumber: "111111",
29
- * honorificPrefix: "Dr.",
30
- * honorificSuffix: "Jr.",
31
- * locale: "en_US",
32
- * manager: "Jimbo",
33
- * managerId: "222222",
34
- * middleName: "John",
35
- * mobilePhone: "1112223333",
36
- * nickName: "Johnny",
37
- * organization: "Testing Inc.",
38
- * postalAddress: "1234 Testing St.",
39
- * preferredLanguage: "en-us",
40
- * primaryPhone: "4445556666",
41
- * profileUrl: "https://www.example.com/profile",
42
- * secondEmail: "john.smith.fun@example.com",
43
- * state: "NY",
44
- * streetAddress: "5678 Testing Ave.",
45
- * timezone: "America/New_York",
46
- * title: "Director",
47
- * userType: "Employee",
48
- * zipCode: "11111",
49
- * });
50
- * ```
51
- *
52
- * With Password Inline Hook:
53
- *
54
- * ```typescript
55
- * import * as pulumi from "@pulumi/pulumi";
56
- * import * as okta from "@pulumi/okta";
57
- *
58
- * const test2 = new okta.user.User("test2", {
59
- * firstName: "John",
60
- * lastName: "Smith",
61
- * login: "example@example.com",
62
- * email: "example@example.com",
63
- * passwordInlineHook: "default",
64
- * });
65
- * ```
9
+ * ### Full profile:
10
+ * resource "okta.user.User" "example" {
11
+ * firstName = "John"
12
+ * lastName = "Smith"
13
+ * login = "john.smith@example.com"
14
+ * email = "john.smith@example.com"
15
+ * city = "New York"
16
+ * costCenter = "10"
17
+ * countryCode = "US"
18
+ * department = "IT"
19
+ * displayName = "Dr. John Smith"
20
+ * division = "Acquisitions"
21
+ * employeeNumber = "111111"
22
+ * honorificPrefix = "Dr."
23
+ * honorificSuffix = "Jr."
24
+ * locale = "en_US"
25
+ * manager = "Jimbo"
26
+ * managerId = "222222"
27
+ * middleName = "John"
28
+ * mobilePhone = "1112223333"
29
+ * nickName = "Johnny"
30
+ * organization = "Testing Inc."
31
+ * postalAddress = "1234 Testing St."
32
+ * preferredLanguage = "en-us"
33
+ * primaryPhone = "4445556666"
34
+ * profileUrl = "https://www.example.com/profile"
35
+ * secondEmail = "john.smith.fun@example.com"
36
+ * state = "NY"
37
+ * streetAddress = "5678 Testing Ave."
38
+ * timezone = "America/New_York"
39
+ * title = "Director"
40
+ * userType = "Employee"
41
+ * zipCode = "11111"
42
+ * }
66
43
  *
67
- * ## Import
68
- *
69
- * An Okta User can be imported via the ID.
70
- *
71
- * ```sh
72
- * $ pulumi import okta:user/user:User example <user id>
73
- * ```
44
+ * ### With Password Inline Hook:
45
+ * resource "okta.user.User" "test2" {
46
+ * firstName = "John"
47
+ * lastName = "Smith"
48
+ * login = "example@example.com"
49
+ * email = "example@example.com"
50
+ * passwordInlineHook = "default"
51
+ * }
74
52
  */
75
53
  export declare class User extends pulumi.CustomResource {
76
54
  /**
@@ -89,103 +67,100 @@ export declare class User extends pulumi.CustomResource {
89
67
  */
90
68
  static isInstance(obj: any): obj is User;
91
69
  /**
92
- * User profile property.
70
+ * User city
93
71
  */
94
72
  readonly city: pulumi.Output<string | undefined>;
95
73
  /**
96
- * User profile property.
74
+ * User cost center
97
75
  */
98
76
  readonly costCenter: pulumi.Output<string | undefined>;
99
77
  /**
100
- * User profile property.
78
+ * User country code
101
79
  */
102
80
  readonly countryCode: pulumi.Output<string | undefined>;
103
81
  /**
104
- * raw JSON containing all custom profile attributes.
82
+ * JSON formatted custom attributes for a user. It must be JSON due to various types Okta allows.
105
83
  */
106
84
  readonly customProfileAttributes: pulumi.Output<string>;
107
85
  readonly customProfileAttributesToIgnores: pulumi.Output<string[] | undefined>;
108
86
  /**
109
- * User profile property.
87
+ * User department
110
88
  */
111
89
  readonly department: pulumi.Output<string | undefined>;
112
90
  /**
113
- * User profile property.
91
+ * User display name, suitable to show end users
114
92
  */
115
93
  readonly displayName: pulumi.Output<string | undefined>;
116
94
  /**
117
- * User profile property.
95
+ * User division
118
96
  */
119
97
  readonly division: pulumi.Output<string | undefined>;
120
98
  /**
121
- * User profile property.
99
+ * User primary email address
122
100
  */
123
101
  readonly email: pulumi.Output<string>;
124
102
  /**
125
- * User profile property.
103
+ * User employee number
126
104
  */
127
105
  readonly employeeNumber: pulumi.Output<string | undefined>;
128
106
  /**
129
- * If set to `true`, the user will have to change the password at the next login. This property will be used
130
- * when user is being created and works only when `password` field is set. Default is `false`.
107
+ * If set to `true`, the user will have to change the password at the next login. This property will be used when user is being created and works only when `password` field is set. Default: `false`
131
108
  */
132
109
  readonly expirePasswordOnCreate: pulumi.Output<boolean | undefined>;
133
110
  /**
134
- * User's First Name, required by default.
111
+ * User first name
135
112
  */
136
113
  readonly firstName: pulumi.Output<string>;
137
114
  /**
138
- * User profile property.
115
+ * User honorific prefix
139
116
  */
140
117
  readonly honorificPrefix: pulumi.Output<string | undefined>;
141
118
  /**
142
- * User profile property.
119
+ * User honorific suffix
143
120
  */
144
121
  readonly honorificSuffix: pulumi.Output<string | undefined>;
145
122
  /**
146
- * User's Last Name, required by default.
123
+ * User last name
147
124
  */
148
125
  readonly lastName: pulumi.Output<string>;
149
126
  /**
150
- * User profile property.
127
+ * User default location
151
128
  */
152
129
  readonly locale: pulumi.Output<string | undefined>;
153
130
  /**
154
- * User profile property.
131
+ * User Okta login
155
132
  */
156
133
  readonly login: pulumi.Output<string>;
157
134
  /**
158
- * User profile property.
135
+ * Manager of User
159
136
  */
160
137
  readonly manager: pulumi.Output<string | undefined>;
161
138
  /**
162
- * User profile property.
139
+ * Manager ID of User
163
140
  */
164
141
  readonly managerId: pulumi.Output<string | undefined>;
165
142
  /**
166
- * User profile property.
143
+ * User middle name
167
144
  */
168
145
  readonly middleName: pulumi.Output<string | undefined>;
169
146
  /**
170
- * User profile property.
147
+ * User mobile phone number
171
148
  */
172
149
  readonly mobilePhone: pulumi.Output<string | undefined>;
173
150
  /**
174
- * User profile property.
151
+ * User nickname
175
152
  */
176
153
  readonly nickName: pulumi.Output<string | undefined>;
177
154
  /**
178
- * Old user password. **IMPORTANT**: Should be ONLY set in case the password was changed
179
- * outside the provider. After successful password change this field should be removed and `password` field should be used
180
- * for further changes.
155
+ * Old User Password. Should be only set in case the password was not changed using the provider. fter successful password change this field should be removed and `password` field should be used for further changes.
181
156
  */
182
157
  readonly oldPassword: pulumi.Output<string | undefined>;
183
158
  /**
184
- * User profile property.
159
+ * User organization
185
160
  */
186
161
  readonly organization: pulumi.Output<string | undefined>;
187
162
  /**
188
- * User password.
163
+ * User Password
189
164
  */
190
165
  readonly password: pulumi.Output<string | undefined>;
191
166
  /**
@@ -193,26 +168,23 @@ export declare class User extends pulumi.CustomResource {
193
168
  */
194
169
  readonly passwordHash: pulumi.Output<outputs.user.UserPasswordHash | undefined>;
195
170
  /**
196
- * Specifies that a Password Import Inline Hook should be triggered to handle verification
197
- * of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly
198
- * from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password`
199
- * field should not be specified when using Password Import Inline Hook.
171
+ * Specifies that a Password Import Inline Hook should be triggered to handle verification of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password` field should not be specified when using Password Import Inline Hook.
200
172
  */
201
173
  readonly passwordInlineHook: pulumi.Output<string | undefined>;
202
174
  /**
203
- * User profile property.
175
+ * User mailing address
204
176
  */
205
177
  readonly postalAddress: pulumi.Output<string | undefined>;
206
178
  /**
207
- * User profile property.
179
+ * User preferred language
208
180
  */
209
181
  readonly preferredLanguage: pulumi.Output<string | undefined>;
210
182
  /**
211
- * User profile property.
183
+ * User primary phone number
212
184
  */
213
185
  readonly primaryPhone: pulumi.Output<string | undefined>;
214
186
  /**
215
- * User profile property.
187
+ * User online profile (web page)
216
188
  */
217
189
  readonly profileUrl: pulumi.Output<string | undefined>;
218
190
  /**
@@ -220,18 +192,15 @@ export declare class User extends pulumi.CustomResource {
220
192
  */
221
193
  readonly rawStatus: pulumi.Output<string>;
222
194
  /**
223
- * User password recovery answer.
224
- *
225
- * - `password hash` - (Optional) Specifies a hashed password to import into Okta. When updating a user with a hashed password the user must be in the `STAGED` status.
226
- * - `algorithm"` - (Required) The algorithm used to generate the hash using the password (and salt, when applicable). Must be set to BCRYPT, SHA-512, SHA-256, SHA-1 or MD5.
195
+ * User Password Recovery Answer
227
196
  */
228
197
  readonly recoveryAnswer: pulumi.Output<string | undefined>;
229
198
  /**
230
- * User password recovery question.
199
+ * User Password Recovery Question
231
200
  */
232
201
  readonly recoveryQuestion: pulumi.Output<string | undefined>;
233
202
  /**
234
- * User profile property.
203
+ * User secondary email address, used for account recovery
235
204
  */
236
205
  readonly secondEmail: pulumi.Output<string | undefined>;
237
206
  /**
@@ -241,31 +210,31 @@ export declare class User extends pulumi.CustomResource {
241
210
  */
242
211
  readonly skipRoles: pulumi.Output<boolean | undefined>;
243
212
  /**
244
- * User profile property.
213
+ * User state or region
245
214
  */
246
215
  readonly state: pulumi.Output<string | undefined>;
247
216
  /**
248
- * User profile property. Valid values are "ACTIVE", "DEPROVISIONED", "STAGED", "SUSPENDED"
217
+ * User profile property. Valid values are `ACTIVE`, `DEPROVISIONED`, `STAGED`, `SUSPENDED`. Default: `ACTIVE`
249
218
  */
250
219
  readonly status: pulumi.Output<string | undefined>;
251
220
  /**
252
- * User profile property.
221
+ * User street address
253
222
  */
254
223
  readonly streetAddress: pulumi.Output<string | undefined>;
255
224
  /**
256
- * User profile property.
225
+ * User default timezone
257
226
  */
258
227
  readonly timezone: pulumi.Output<string | undefined>;
259
228
  /**
260
- * User profile property.
229
+ * User title
261
230
  */
262
231
  readonly title: pulumi.Output<string | undefined>;
263
232
  /**
264
- * User profile property.
233
+ * User employee type
265
234
  */
266
235
  readonly userType: pulumi.Output<string | undefined>;
267
236
  /**
268
- * User profile property.
237
+ * User zipcode or postal code
269
238
  */
270
239
  readonly zipCode: pulumi.Output<string | undefined>;
271
240
  /**
@@ -282,103 +251,100 @@ export declare class User extends pulumi.CustomResource {
282
251
  */
283
252
  export interface UserState {
284
253
  /**
285
- * User profile property.
254
+ * User city
286
255
  */
287
256
  city?: pulumi.Input<string>;
288
257
  /**
289
- * User profile property.
258
+ * User cost center
290
259
  */
291
260
  costCenter?: pulumi.Input<string>;
292
261
  /**
293
- * User profile property.
262
+ * User country code
294
263
  */
295
264
  countryCode?: pulumi.Input<string>;
296
265
  /**
297
- * raw JSON containing all custom profile attributes.
266
+ * JSON formatted custom attributes for a user. It must be JSON due to various types Okta allows.
298
267
  */
299
268
  customProfileAttributes?: pulumi.Input<string>;
300
269
  customProfileAttributesToIgnores?: pulumi.Input<pulumi.Input<string>[]>;
301
270
  /**
302
- * User profile property.
271
+ * User department
303
272
  */
304
273
  department?: pulumi.Input<string>;
305
274
  /**
306
- * User profile property.
275
+ * User display name, suitable to show end users
307
276
  */
308
277
  displayName?: pulumi.Input<string>;
309
278
  /**
310
- * User profile property.
279
+ * User division
311
280
  */
312
281
  division?: pulumi.Input<string>;
313
282
  /**
314
- * User profile property.
283
+ * User primary email address
315
284
  */
316
285
  email?: pulumi.Input<string>;
317
286
  /**
318
- * User profile property.
287
+ * User employee number
319
288
  */
320
289
  employeeNumber?: pulumi.Input<string>;
321
290
  /**
322
- * If set to `true`, the user will have to change the password at the next login. This property will be used
323
- * when user is being created and works only when `password` field is set. Default is `false`.
291
+ * If set to `true`, the user will have to change the password at the next login. This property will be used when user is being created and works only when `password` field is set. Default: `false`
324
292
  */
325
293
  expirePasswordOnCreate?: pulumi.Input<boolean>;
326
294
  /**
327
- * User's First Name, required by default.
295
+ * User first name
328
296
  */
329
297
  firstName?: pulumi.Input<string>;
330
298
  /**
331
- * User profile property.
299
+ * User honorific prefix
332
300
  */
333
301
  honorificPrefix?: pulumi.Input<string>;
334
302
  /**
335
- * User profile property.
303
+ * User honorific suffix
336
304
  */
337
305
  honorificSuffix?: pulumi.Input<string>;
338
306
  /**
339
- * User's Last Name, required by default.
307
+ * User last name
340
308
  */
341
309
  lastName?: pulumi.Input<string>;
342
310
  /**
343
- * User profile property.
311
+ * User default location
344
312
  */
345
313
  locale?: pulumi.Input<string>;
346
314
  /**
347
- * User profile property.
315
+ * User Okta login
348
316
  */
349
317
  login?: pulumi.Input<string>;
350
318
  /**
351
- * User profile property.
319
+ * Manager of User
352
320
  */
353
321
  manager?: pulumi.Input<string>;
354
322
  /**
355
- * User profile property.
323
+ * Manager ID of User
356
324
  */
357
325
  managerId?: pulumi.Input<string>;
358
326
  /**
359
- * User profile property.
327
+ * User middle name
360
328
  */
361
329
  middleName?: pulumi.Input<string>;
362
330
  /**
363
- * User profile property.
331
+ * User mobile phone number
364
332
  */
365
333
  mobilePhone?: pulumi.Input<string>;
366
334
  /**
367
- * User profile property.
335
+ * User nickname
368
336
  */
369
337
  nickName?: pulumi.Input<string>;
370
338
  /**
371
- * Old user password. **IMPORTANT**: Should be ONLY set in case the password was changed
372
- * outside the provider. After successful password change this field should be removed and `password` field should be used
373
- * for further changes.
339
+ * Old User Password. Should be only set in case the password was not changed using the provider. fter successful password change this field should be removed and `password` field should be used for further changes.
374
340
  */
375
341
  oldPassword?: pulumi.Input<string>;
376
342
  /**
377
- * User profile property.
343
+ * User organization
378
344
  */
379
345
  organization?: pulumi.Input<string>;
380
346
  /**
381
- * User password.
347
+ * User Password
382
348
  */
383
349
  password?: pulumi.Input<string>;
384
350
  /**
@@ -386,26 +352,23 @@ export interface UserState {
386
352
  */
387
353
  passwordHash?: pulumi.Input<inputs.user.UserPasswordHash>;
388
354
  /**
389
- * Specifies that a Password Import Inline Hook should be triggered to handle verification
390
- * of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly
391
- * from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password`
392
- * field should not be specified when using Password Import Inline Hook.
355
+ * Specifies that a Password Import Inline Hook should be triggered to handle verification of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password` field should not be specified when using Password Import Inline Hook.
393
356
  */
394
357
  passwordInlineHook?: pulumi.Input<string>;
395
358
  /**
396
- * User profile property.
359
+ * User mailing address
397
360
  */
398
361
  postalAddress?: pulumi.Input<string>;
399
362
  /**
400
- * User profile property.
363
+ * User preferred language
401
364
  */
402
365
  preferredLanguage?: pulumi.Input<string>;
403
366
  /**
404
- * User profile property.
367
+ * User primary phone number
405
368
  */
406
369
  primaryPhone?: pulumi.Input<string>;
407
370
  /**
408
- * User profile property.
371
+ * User online profile (web page)
409
372
  */
410
373
  profileUrl?: pulumi.Input<string>;
411
374
  /**
@@ -413,18 +376,15 @@ export interface UserState {
413
376
  */
414
377
  rawStatus?: pulumi.Input<string>;
415
378
  /**
416
- * User password recovery answer.
417
- *
418
- * - `password hash` - (Optional) Specifies a hashed password to import into Okta. When updating a user with a hashed password the user must be in the `STAGED` status.
419
- * - `algorithm"` - (Required) The algorithm used to generate the hash using the password (and salt, when applicable). Must be set to BCRYPT, SHA-512, SHA-256, SHA-1 or MD5.
379
+ * User Password Recovery Answer
420
380
  */
421
381
  recoveryAnswer?: pulumi.Input<string>;
422
382
  /**
423
- * User password recovery question.
383
+ * User Password Recovery Question
424
384
  */
425
385
  recoveryQuestion?: pulumi.Input<string>;
426
386
  /**
427
- * User profile property.
387
+ * User secondary email address, used for account recovery
428
388
  */
429
389
  secondEmail?: pulumi.Input<string>;
430
390
  /**
@@ -434,31 +394,31 @@ export interface UserState {
434
394
  */
435
395
  skipRoles?: pulumi.Input<boolean>;
436
396
  /**
437
- * User profile property.
397
+ * User state or region
438
398
  */
439
399
  state?: pulumi.Input<string>;
440
400
  /**
441
- * User profile property. Valid values are "ACTIVE", "DEPROVISIONED", "STAGED", "SUSPENDED"
401
+ * User profile property. Valid values are `ACTIVE`, `DEPROVISIONED`, `STAGED`, `SUSPENDED`. Default: `ACTIVE`
442
402
  */
443
403
  status?: pulumi.Input<string>;
444
404
  /**
445
- * User profile property.
405
+ * User street address
446
406
  */
447
407
  streetAddress?: pulumi.Input<string>;
448
408
  /**
449
- * User profile property.
409
+ * User default timezone
450
410
  */
451
411
  timezone?: pulumi.Input<string>;
452
412
  /**
453
- * User profile property.
413
+ * User title
454
414
  */
455
415
  title?: pulumi.Input<string>;
456
416
  /**
457
- * User profile property.
417
+ * User employee type
458
418
  */
459
419
  userType?: pulumi.Input<string>;
460
420
  /**
461
- * User profile property.
421
+ * User zipcode or postal code
462
422
  */
463
423
  zipCode?: pulumi.Input<string>;
464
424
  }
@@ -467,103 +427,100 @@ export interface UserState {
467
427
  */
468
428
  export interface UserArgs {
469
429
  /**
470
- * User profile property.
430
+ * User city
471
431
  */
472
432
  city?: pulumi.Input<string>;
473
433
  /**
474
- * User profile property.
434
+ * User cost center
475
435
  */
476
436
  costCenter?: pulumi.Input<string>;
477
437
  /**
478
- * User profile property.
438
+ * User country code
479
439
  */
480
440
  countryCode?: pulumi.Input<string>;
481
441
  /**
482
- * raw JSON containing all custom profile attributes.
442
+ * JSON formatted custom attributes for a user. It must be JSON due to various types Okta allows.
483
443
  */
484
444
  customProfileAttributes?: pulumi.Input<string>;
485
445
  customProfileAttributesToIgnores?: pulumi.Input<pulumi.Input<string>[]>;
486
446
  /**
487
- * User profile property.
447
+ * User department
488
448
  */
489
449
  department?: pulumi.Input<string>;
490
450
  /**
491
- * User profile property.
451
+ * User display name, suitable to show end users
492
452
  */
493
453
  displayName?: pulumi.Input<string>;
494
454
  /**
495
- * User profile property.
455
+ * User division
496
456
  */
497
457
  division?: pulumi.Input<string>;
498
458
  /**
499
- * User profile property.
459
+ * User primary email address
500
460
  */
501
461
  email: pulumi.Input<string>;
502
462
  /**
503
- * User profile property.
463
+ * User employee number
504
464
  */
505
465
  employeeNumber?: pulumi.Input<string>;
506
466
  /**
507
- * If set to `true`, the user will have to change the password at the next login. This property will be used
508
- * when user is being created and works only when `password` field is set. Default is `false`.
467
+ * If set to `true`, the user will have to change the password at the next login. This property will be used when user is being created and works only when `password` field is set. Default: `false`
509
468
  */
510
469
  expirePasswordOnCreate?: pulumi.Input<boolean>;
511
470
  /**
512
- * User's First Name, required by default.
471
+ * User first name
513
472
  */
514
473
  firstName: pulumi.Input<string>;
515
474
  /**
516
- * User profile property.
475
+ * User honorific prefix
517
476
  */
518
477
  honorificPrefix?: pulumi.Input<string>;
519
478
  /**
520
- * User profile property.
479
+ * User honorific suffix
521
480
  */
522
481
  honorificSuffix?: pulumi.Input<string>;
523
482
  /**
524
- * User's Last Name, required by default.
483
+ * User last name
525
484
  */
526
485
  lastName: pulumi.Input<string>;
527
486
  /**
528
- * User profile property.
487
+ * User default location
529
488
  */
530
489
  locale?: pulumi.Input<string>;
531
490
  /**
532
- * User profile property.
491
+ * User Okta login
533
492
  */
534
493
  login: pulumi.Input<string>;
535
494
  /**
536
- * User profile property.
495
+ * Manager of User
537
496
  */
538
497
  manager?: pulumi.Input<string>;
539
498
  /**
540
- * User profile property.
499
+ * Manager ID of User
541
500
  */
542
501
  managerId?: pulumi.Input<string>;
543
502
  /**
544
- * User profile property.
503
+ * User middle name
545
504
  */
546
505
  middleName?: pulumi.Input<string>;
547
506
  /**
548
- * User profile property.
507
+ * User mobile phone number
549
508
  */
550
509
  mobilePhone?: pulumi.Input<string>;
551
510
  /**
552
- * User profile property.
511
+ * User nickname
553
512
  */
554
513
  nickName?: pulumi.Input<string>;
555
514
  /**
556
- * Old user password. **IMPORTANT**: Should be ONLY set in case the password was changed
557
- * outside the provider. After successful password change this field should be removed and `password` field should be used
558
- * for further changes.
515
+ * Old User Password. Should be only set in case the password was not changed using the provider. fter successful password change this field should be removed and `password` field should be used for further changes.
559
516
  */
560
517
  oldPassword?: pulumi.Input<string>;
561
518
  /**
562
- * User profile property.
519
+ * User organization
563
520
  */
564
521
  organization?: pulumi.Input<string>;
565
522
  /**
566
- * User password.
523
+ * User Password
567
524
  */
568
525
  password?: pulumi.Input<string>;
569
526
  /**
@@ -571,41 +528,35 @@ export interface UserArgs {
571
528
  */
572
529
  passwordHash?: pulumi.Input<inputs.user.UserPasswordHash>;
573
530
  /**
574
- * Specifies that a Password Import Inline Hook should be triggered to handle verification
575
- * of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly
576
- * from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password`
577
- * field should not be specified when using Password Import Inline Hook.
531
+ * Specifies that a Password Import Inline Hook should be triggered to handle verification of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly from some other store. When updating a user with a password hook the user must be in the `STAGED` status. The `password` field should not be specified when using Password Import Inline Hook.
578
532
  */
579
533
  passwordInlineHook?: pulumi.Input<string>;
580
534
  /**
581
- * User profile property.
535
+ * User mailing address
582
536
  */
583
537
  postalAddress?: pulumi.Input<string>;
584
538
  /**
585
- * User profile property.
539
+ * User preferred language
586
540
  */
587
541
  preferredLanguage?: pulumi.Input<string>;
588
542
  /**
589
- * User profile property.
543
+ * User primary phone number
590
544
  */
591
545
  primaryPhone?: pulumi.Input<string>;
592
546
  /**
593
- * User profile property.
547
+ * User online profile (web page)
594
548
  */
595
549
  profileUrl?: pulumi.Input<string>;
596
550
  /**
597
- * User password recovery answer.
598
- *
599
- * - `password hash` - (Optional) Specifies a hashed password to import into Okta. When updating a user with a hashed password the user must be in the `STAGED` status.
600
- * - `algorithm"` - (Required) The algorithm used to generate the hash using the password (and salt, when applicable). Must be set to BCRYPT, SHA-512, SHA-256, SHA-1 or MD5.
551
+ * User Password Recovery Answer
601
552
  */
602
553
  recoveryAnswer?: pulumi.Input<string>;
603
554
  /**
604
- * User password recovery question.
555
+ * User Password Recovery Question
605
556
  */
606
557
  recoveryQuestion?: pulumi.Input<string>;
607
558
  /**
608
- * User profile property.
559
+ * User secondary email address, used for account recovery
609
560
  */
610
561
  secondEmail?: pulumi.Input<string>;
611
562
  /**
@@ -615,31 +566,31 @@ export interface UserArgs {
615
566
  */
616
567
  skipRoles?: pulumi.Input<boolean>;
617
568
  /**
618
- * User profile property.
569
+ * User state or region
619
570
  */
620
571
  state?: pulumi.Input<string>;
621
572
  /**
622
- * User profile property. Valid values are "ACTIVE", "DEPROVISIONED", "STAGED", "SUSPENDED"
573
+ * User profile property. Valid values are `ACTIVE`, `DEPROVISIONED`, `STAGED`, `SUSPENDED`. Default: `ACTIVE`
623
574
  */
624
575
  status?: pulumi.Input<string>;
625
576
  /**
626
- * User profile property.
577
+ * User street address
627
578
  */
628
579
  streetAddress?: pulumi.Input<string>;
629
580
  /**
630
- * User profile property.
581
+ * User default timezone
631
582
  */
632
583
  timezone?: pulumi.Input<string>;
633
584
  /**
634
- * User profile property.
585
+ * User title
635
586
  */
636
587
  title?: pulumi.Input<string>;
637
588
  /**
638
- * User profile property.
589
+ * User employee type
639
590
  */
640
591
  userType?: pulumi.Input<string>;
641
592
  /**
642
- * User profile property.
593
+ * User zipcode or postal code
643
594
  */
644
595
  zipCode?: pulumi.Input<string>;
645
596
  }