@pulumi/okta 4.9.0-alpha.1718344922 → 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
@@ -1,16 +1,13 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Manages certificate for the domain.
4
- *
5
- * This resource's `certificate`, `privateKey`, and `certificateChain` attributes
4
+ * This resource's 'certificate', 'private_key', and 'certificate_chain' attributes
6
5
  * hold actual PEM values and can be referred to by other configs requiring
7
6
  * certificate and private key inputs. This is inline with TF's best
8
7
  * practices
9
8
  * of not encrypting state.
10
- *
11
9
  * See Let's Encrypt Certbot notes at the end of this
12
- * documentation for notes on how to generate a domain certificate with Let's
13
- * Encrypt Certbot
10
+ * documentation for notes on how to generate a domain certificate with Let's Encrypt Certbot
14
11
  *
15
12
  * ## Example Usage
16
13
  *
@@ -57,10 +54,6 @@ import * as pulumi from "@pulumi/pulumi";
57
54
  * `certificate` | `cert.pem`
58
55
  * `certificateChain` | `chain.pem`
59
56
  * `privateKey` | `privkey.pem`
60
- *
61
- * ## Import
62
- *
63
- * This resource does not support importing.
64
57
  */
65
58
  export declare class DomainCertificate extends pulumi.CustomResource {
66
59
  /**
@@ -79,23 +72,23 @@ export declare class DomainCertificate extends pulumi.CustomResource {
79
72
  */
80
73
  static isInstance(obj: any): obj is DomainCertificate;
81
74
  /**
82
- * Certificate content.
75
+ * Certificate content
83
76
  */
84
77
  readonly certificate: pulumi.Output<string>;
85
78
  /**
86
- * Certificate certificate chain.
79
+ * Certificate chain
87
80
  */
88
81
  readonly certificateChain: pulumi.Output<string>;
89
82
  /**
90
- * Domain ID.
83
+ * Domain's ID
91
84
  */
92
85
  readonly domainId: pulumi.Output<string>;
93
86
  /**
94
- * Certificate private key.
87
+ * Certificate private key
95
88
  */
96
89
  readonly privateKey: pulumi.Output<string>;
97
90
  /**
98
- * Certificate type. Valid value is `"PEM"`.
91
+ * Certificate type. Valid value is `PEM`
99
92
  */
100
93
  readonly type: pulumi.Output<string>;
101
94
  /**
@@ -112,23 +105,23 @@ export declare class DomainCertificate extends pulumi.CustomResource {
112
105
  */
113
106
  export interface DomainCertificateState {
114
107
  /**
115
- * Certificate content.
108
+ * Certificate content
116
109
  */
117
110
  certificate?: pulumi.Input<string>;
118
111
  /**
119
- * Certificate certificate chain.
112
+ * Certificate chain
120
113
  */
121
114
  certificateChain?: pulumi.Input<string>;
122
115
  /**
123
- * Domain ID.
116
+ * Domain's ID
124
117
  */
125
118
  domainId?: pulumi.Input<string>;
126
119
  /**
127
- * Certificate private key.
120
+ * Certificate private key
128
121
  */
129
122
  privateKey?: pulumi.Input<string>;
130
123
  /**
131
- * Certificate type. Valid value is `"PEM"`.
124
+ * Certificate type. Valid value is `PEM`
132
125
  */
133
126
  type?: pulumi.Input<string>;
134
127
  }
@@ -137,23 +130,23 @@ export interface DomainCertificateState {
137
130
  */
138
131
  export interface DomainCertificateArgs {
139
132
  /**
140
- * Certificate content.
133
+ * Certificate content
141
134
  */
142
135
  certificate: pulumi.Input<string>;
143
136
  /**
144
- * Certificate certificate chain.
137
+ * Certificate chain
145
138
  */
146
139
  certificateChain: pulumi.Input<string>;
147
140
  /**
148
- * Domain ID.
141
+ * Domain's ID
149
142
  */
150
143
  domainId: pulumi.Input<string>;
151
144
  /**
152
- * Certificate private key.
145
+ * Certificate private key
153
146
  */
154
147
  privateKey: pulumi.Input<string>;
155
148
  /**
156
- * Certificate type. Valid value is `"PEM"`.
149
+ * Certificate type. Valid value is `PEM`
157
150
  */
158
151
  type: pulumi.Input<string>;
159
152
  }
@@ -7,16 +7,13 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Manages certificate for the domain.
10
- *
11
- * This resource's `certificate`, `privateKey`, and `certificateChain` attributes
10
+ * This resource's 'certificate', 'private_key', and 'certificate_chain' attributes
12
11
  * hold actual PEM values and can be referred to by other configs requiring
13
12
  * certificate and private key inputs. This is inline with TF's best
14
13
  * practices
15
14
  * of not encrypting state.
16
- *
17
15
  * See Let's Encrypt Certbot notes at the end of this
18
- * documentation for notes on how to generate a domain certificate with Let's
19
- * Encrypt Certbot
16
+ * documentation for notes on how to generate a domain certificate with Let's Encrypt Certbot
20
17
  *
21
18
  * ## Example Usage
22
19
  *
@@ -63,10 +60,6 @@ const utilities = require("./utilities");
63
60
  * `certificate` | `cert.pem`
64
61
  * `certificateChain` | `chain.pem`
65
62
  * `privateKey` | `privkey.pem`
66
- *
67
- * ## Import
68
- *
69
- * This resource does not support importing.
70
63
  */
71
64
  class DomainCertificate extends pulumi.CustomResource {
72
65
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"domainCertificate.js","sourceRoot":"","sources":["../domainCertificate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"domainCertificate.js","sourceRoot":"","sources":["../domainCertificate.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be
4
- * created if the domain could not be verified. The provider will make several requests to verify the domain until
5
- * the API returns `VERIFIED` verification status.
3
+ * Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be created if the domain could not be verified. The provider will make several requests to verify the domain until the API returns `VERIFIED` verification status.
6
4
  *
7
5
  * ## Example Usage
8
6
  *
@@ -13,10 +11,6 @@ import * as pulumi from "@pulumi/pulumi";
13
11
  * const example = new okta.Domain("example", {name: "www.example.com"});
14
12
  * const exampleDomainVerification = new okta.DomainVerification("example", {domainId: test.id});
15
13
  * ```
16
- *
17
- * ## Import
18
- *
19
- * This resource does not support importing.
20
14
  */
21
15
  export declare class DomainVerification extends pulumi.CustomResource {
22
16
  /**
@@ -35,7 +29,7 @@ export declare class DomainVerification extends pulumi.CustomResource {
35
29
  */
36
30
  static isInstance(obj: any): obj is DomainVerification;
37
31
  /**
38
- * Domain ID.
32
+ * Domain's ID
39
33
  */
40
34
  readonly domainId: pulumi.Output<string>;
41
35
  /**
@@ -52,7 +46,7 @@ export declare class DomainVerification extends pulumi.CustomResource {
52
46
  */
53
47
  export interface DomainVerificationState {
54
48
  /**
55
- * Domain ID.
49
+ * Domain's ID
56
50
  */
57
51
  domainId?: pulumi.Input<string>;
58
52
  }
@@ -61,7 +55,7 @@ export interface DomainVerificationState {
61
55
  */
62
56
  export interface DomainVerificationArgs {
63
57
  /**
64
- * Domain ID.
58
+ * Domain's ID
65
59
  */
66
60
  domainId: pulumi.Input<string>;
67
61
  }
@@ -6,9 +6,7 @@ exports.DomainVerification = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be
10
- * created if the domain could not be verified. The provider will make several requests to verify the domain until
11
- * the API returns `VERIFIED` verification status.
9
+ * Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be created if the domain could not be verified. The provider will make several requests to verify the domain until the API returns `VERIFIED` verification status.
12
10
  *
13
11
  * ## Example Usage
14
12
  *
@@ -19,10 +17,6 @@ const utilities = require("./utilities");
19
17
  * const example = new okta.Domain("example", {name: "www.example.com"});
20
18
  * const exampleDomainVerification = new okta.DomainVerification("example", {domainId: test.id});
21
19
  * ```
22
- *
23
- * ## Import
24
- *
25
- * This resource does not support importing.
26
20
  */
27
21
  class DomainVerification extends pulumi.CustomResource {
28
22
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"domainVerification.js","sourceRoot":"","sources":["../domainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAeD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAxDL,gDAyDC;AA3CG,gBAAgB;AACO,+BAAY,GAAG,kDAAkD,CAAC"}
1
+ {"version":3,"file":"domainVerification.js","sourceRoot":"","sources":["../domainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAeD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAxDL,gDAyDC;AA3CG,gBAAgB;AACO,+BAAY,GAAG,kDAAkD,CAAC"}
@@ -1,41 +1,37 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Use this resource to create an [email
4
- * customization](https://developer.okta.com/docs/reference/api/brands/#create-email-customization)
5
- * of an email template belonging to a brand in an Okta organization.
6
- *
7
- * > Okta's public API is strict regarding the behavior of the `isDefault`
8
- * property in [an email
9
- * customization](https://developer.okta.com/docs/reference/api/brands/#email-customization).
10
- * Make use of `dependsOn` meta argument to ensure the provider navigates email customization
11
- * language versions seamlessly. Have all secondary customizations depend on the primary
12
- * customization that is marked default. See Example Usage.
13
- *
14
- * > Caveats for [creating an email
15
- * customization](https://developer.okta.com/docs/reference/api/brands/#response-body-19).
16
- * If this is the first customization being created for the email template, and
17
- * `isDefault` is not set for the customization in its resource configuration, the
18
- * API will respond with the created customization marked as default. The API will
19
- * 400 if the language parameter is not one of the supported languages or the body
20
- * parameter does not contain a required variable reference. The API will error 409
21
- * if `isDefault` is true and a default customization exists. The API will 404 for
22
- * an invalid `brandId` or `templateName`.
23
- *
24
- * > Caveats for [updating an email
25
- * customization](https://developer.okta.com/docs/reference/api/brands/#response-body-22).
26
- * If the `isDefault` parameter is true, the previous default email customization
27
- * has its `isDefault` set to false (see previous note about mitigating this with
28
- * `dependsOn` meta argument). The API will 409 if there’s already another email
29
- * customization for the specified language or the `isDefault` parameter is false
30
- * and the email customization being updated is the default. The API will 400 if
31
- * the language parameter is not one of the supported locales or the body parameter
32
- * does not contain a required variable reference. The API will 404 for an invalid
33
- * `brandId` or `templateName`.
3
+ * Create an email customization of an email template belonging to a brand in an Okta organization.
4
+ * Use this resource to create an [email
5
+ * customization](https://developer.okta.com/docs/reference/api/brands/#create-email-customization)
6
+ * of an email template belonging to a brand in an Okta organization.
7
+ * > Okta's public API is strict regarding the behavior of the 'is_default'
8
+ * property in [an email
9
+ * customization](https://developer.okta.com/docs/reference/api/brands/#email-customization).
10
+ * Make use of 'depends_on' meta argument to ensure the provider navigates email customization
11
+ * language versions seamlessly. Have all secondary customizations depend on the primary
12
+ * customization that is marked default. See Example Usage.
13
+ * > Caveats for [creating an email
14
+ * customization](https://developer.okta.com/docs/reference/api/brands/#response-body-19).
15
+ * If this is the first customization being created for the email template, and
16
+ * 'is_default' is not set for the customization in its resource configuration, the
17
+ * API will respond with the created customization marked as default. The API will
18
+ * 400 if the language parameter is not one of the supported languages or the body
19
+ * parameter does not contain a required variable reference. The API will error 409
20
+ * if 'is_default' is true and a default customization exists. The API will 404 for
21
+ * an invalid 'brand_id' or 'template_name'.
22
+ * > Caveats for [updating an email
23
+ * customization](https://developer.okta.com/docs/reference/api/brands/#response-body-22).
24
+ * If the 'is_default' parameter is true, the previous default email customization
25
+ * has its 'is_default' set to false (see previous note about mitigating this with
26
+ * 'depends_on' meta argument). The API will 409 if there’s already another email
27
+ * customization for the specified language or the 'is_default' parameter is false
28
+ * and the email customization being updated is the default. The API will 400 if
29
+ * the language parameter is not one of the supported locales or the body parameter
30
+ * does not contain a required variable reference. The API will 404 for an invalid
31
+ * 'brand_id' or 'template_name'.
34
32
  *
35
33
  * ## Import
36
34
  *
37
- * An email customization can be imported using the customization ID, brand ID and template name.
38
- *
39
35
  * ```sh
40
36
  * $ pulumi import okta:index/emailCustomization:EmailCustomization example &#60;customization_id&#62;/&#60;brand_id&#62;/&#60;template_name&#62;
41
37
  * ```
@@ -65,7 +61,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
65
61
  */
66
62
  readonly brandId: pulumi.Output<string>;
67
63
  /**
68
- * `forceIsDefault` is deprecated and now is a no-op in behavior. Rely upon the `dependsOn` meta argument to force dependency of secondary templates to the default template",
64
+ * Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
69
65
  *
70
66
  * @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
71
67
  */
@@ -75,35 +71,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
75
71
  */
76
72
  readonly isDefault: pulumi.Output<boolean | undefined>;
77
73
  /**
78
- * The language supported by the customization
79
- * - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
80
- * `"cs"`,
81
- * `"da"`,
82
- * `"de"`,
83
- * `"el"`,
84
- * `"en"`,
85
- * `"es"`,
86
- * `"fi"`,
87
- * `"fr"`,
88
- * `"hu"`,
89
- * `"id"`,
90
- * `"it"`,
91
- * `"ja"`,
92
- * `"ko"`,
93
- * `"ms"`,
94
- * `"nb"`,
95
- * `"nl-NL"`,
96
- * `"pl"`,
97
- * `"pt-BR"`,
98
- * `"ro"`,
99
- * `"ru"`,
100
- * `"sv"`,
101
- * `"th"`,
102
- * `"tr"`,
103
- * `"uk"`,
104
- * `"vi"`,
105
- * `"zh-CN"`,
106
- * `"zh-TW"`
74
+ * The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
107
75
  */
108
76
  readonly language: pulumi.Output<string | undefined>;
109
77
  /**
@@ -115,39 +83,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
115
83
  */
116
84
  readonly subject: pulumi.Output<string | undefined>;
117
85
  /**
118
- * Template Name
119
- * - Example values: `"AccountLockout"`,
120
- * `"ADForgotPassword"`,
121
- * `"ADForgotPasswordDenied"`,
122
- * `"ADSelfServiceUnlock"`,
123
- * `"ADUserActivation"`,
124
- * `"AuthenticatorEnrolled"`,
125
- * `"AuthenticatorReset"`,
126
- * `"ChangeEmailConfirmation"`,
127
- * `"EmailChallenge"`,
128
- * `"EmailChangeConfirmation"`,
129
- * `"EmailFactorVerification"`,
130
- * `"ForgotPassword"`,
131
- * `"ForgotPasswordDenied"`,
132
- * `"IGAReviewerEndNotification"`,
133
- * `"IGAReviewerNotification"`,
134
- * `"IGAReviewerPendingNotification"`,
135
- * `"IGAReviewerReassigned"`,
136
- * `"LDAPForgotPassword"`,
137
- * `"LDAPForgotPasswordDenied"`,
138
- * `"LDAPSelfServiceUnlock"`,
139
- * `"LDAPUserActivation"`,
140
- * `"MyAccountChangeConfirmation"`,
141
- * `"NewSignOnNotification"`,
142
- * `"OktaVerifyActivation"`,
143
- * `"PasswordChanged"`,
144
- * `"PasswordResetByAdmin"`,
145
- * `"PendingEmailChange"`,
146
- * `"RegistrationActivation"`,
147
- * `"RegistrationEmailVerification"`,
148
- * `"SelfServiceUnlock"`,
149
- * `"SelfServiceUnlockOnUnlockedAccount"`,
150
- * `"UserActivation"`
86
+ * Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
151
87
  */
152
88
  readonly templateName: pulumi.Output<string>;
153
89
  /**
@@ -172,7 +108,7 @@ export interface EmailCustomizationState {
172
108
  */
173
109
  brandId?: pulumi.Input<string>;
174
110
  /**
175
- * `forceIsDefault` is deprecated and now is a no-op in behavior. Rely upon the `dependsOn` meta argument to force dependency of secondary templates to the default template",
111
+ * Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
176
112
  *
177
113
  * @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
178
114
  */
@@ -182,35 +118,7 @@ export interface EmailCustomizationState {
182
118
  */
183
119
  isDefault?: pulumi.Input<boolean>;
184
120
  /**
185
- * The language supported by the customization
186
- * - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
187
- * `"cs"`,
188
- * `"da"`,
189
- * `"de"`,
190
- * `"el"`,
191
- * `"en"`,
192
- * `"es"`,
193
- * `"fi"`,
194
- * `"fr"`,
195
- * `"hu"`,
196
- * `"id"`,
197
- * `"it"`,
198
- * `"ja"`,
199
- * `"ko"`,
200
- * `"ms"`,
201
- * `"nb"`,
202
- * `"nl-NL"`,
203
- * `"pl"`,
204
- * `"pt-BR"`,
205
- * `"ro"`,
206
- * `"ru"`,
207
- * `"sv"`,
208
- * `"th"`,
209
- * `"tr"`,
210
- * `"uk"`,
211
- * `"vi"`,
212
- * `"zh-CN"`,
213
- * `"zh-TW"`
121
+ * The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
214
122
  */
215
123
  language?: pulumi.Input<string>;
216
124
  /**
@@ -222,39 +130,7 @@ export interface EmailCustomizationState {
222
130
  */
223
131
  subject?: pulumi.Input<string>;
224
132
  /**
225
- * Template Name
226
- * - Example values: `"AccountLockout"`,
227
- * `"ADForgotPassword"`,
228
- * `"ADForgotPasswordDenied"`,
229
- * `"ADSelfServiceUnlock"`,
230
- * `"ADUserActivation"`,
231
- * `"AuthenticatorEnrolled"`,
232
- * `"AuthenticatorReset"`,
233
- * `"ChangeEmailConfirmation"`,
234
- * `"EmailChallenge"`,
235
- * `"EmailChangeConfirmation"`,
236
- * `"EmailFactorVerification"`,
237
- * `"ForgotPassword"`,
238
- * `"ForgotPasswordDenied"`,
239
- * `"IGAReviewerEndNotification"`,
240
- * `"IGAReviewerNotification"`,
241
- * `"IGAReviewerPendingNotification"`,
242
- * `"IGAReviewerReassigned"`,
243
- * `"LDAPForgotPassword"`,
244
- * `"LDAPForgotPasswordDenied"`,
245
- * `"LDAPSelfServiceUnlock"`,
246
- * `"LDAPUserActivation"`,
247
- * `"MyAccountChangeConfirmation"`,
248
- * `"NewSignOnNotification"`,
249
- * `"OktaVerifyActivation"`,
250
- * `"PasswordChanged"`,
251
- * `"PasswordResetByAdmin"`,
252
- * `"PendingEmailChange"`,
253
- * `"RegistrationActivation"`,
254
- * `"RegistrationEmailVerification"`,
255
- * `"SelfServiceUnlock"`,
256
- * `"SelfServiceUnlockOnUnlockedAccount"`,
257
- * `"UserActivation"`
133
+ * Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
258
134
  */
259
135
  templateName?: pulumi.Input<string>;
260
136
  }
@@ -271,7 +147,7 @@ export interface EmailCustomizationArgs {
271
147
  */
272
148
  brandId: pulumi.Input<string>;
273
149
  /**
274
- * `forceIsDefault` is deprecated and now is a no-op in behavior. Rely upon the `dependsOn` meta argument to force dependency of secondary templates to the default template",
150
+ * Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
275
151
  *
276
152
  * @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
277
153
  */
@@ -281,35 +157,7 @@ export interface EmailCustomizationArgs {
281
157
  */
282
158
  isDefault?: pulumi.Input<boolean>;
283
159
  /**
284
- * The language supported by the customization
285
- * - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
286
- * `"cs"`,
287
- * `"da"`,
288
- * `"de"`,
289
- * `"el"`,
290
- * `"en"`,
291
- * `"es"`,
292
- * `"fi"`,
293
- * `"fr"`,
294
- * `"hu"`,
295
- * `"id"`,
296
- * `"it"`,
297
- * `"ja"`,
298
- * `"ko"`,
299
- * `"ms"`,
300
- * `"nb"`,
301
- * `"nl-NL"`,
302
- * `"pl"`,
303
- * `"pt-BR"`,
304
- * `"ro"`,
305
- * `"ru"`,
306
- * `"sv"`,
307
- * `"th"`,
308
- * `"tr"`,
309
- * `"uk"`,
310
- * `"vi"`,
311
- * `"zh-CN"`,
312
- * `"zh-TW"`
160
+ * The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
313
161
  */
314
162
  language?: pulumi.Input<string>;
315
163
  /**
@@ -317,39 +165,7 @@ export interface EmailCustomizationArgs {
317
165
  */
318
166
  subject?: pulumi.Input<string>;
319
167
  /**
320
- * Template Name
321
- * - Example values: `"AccountLockout"`,
322
- * `"ADForgotPassword"`,
323
- * `"ADForgotPasswordDenied"`,
324
- * `"ADSelfServiceUnlock"`,
325
- * `"ADUserActivation"`,
326
- * `"AuthenticatorEnrolled"`,
327
- * `"AuthenticatorReset"`,
328
- * `"ChangeEmailConfirmation"`,
329
- * `"EmailChallenge"`,
330
- * `"EmailChangeConfirmation"`,
331
- * `"EmailFactorVerification"`,
332
- * `"ForgotPassword"`,
333
- * `"ForgotPasswordDenied"`,
334
- * `"IGAReviewerEndNotification"`,
335
- * `"IGAReviewerNotification"`,
336
- * `"IGAReviewerPendingNotification"`,
337
- * `"IGAReviewerReassigned"`,
338
- * `"LDAPForgotPassword"`,
339
- * `"LDAPForgotPasswordDenied"`,
340
- * `"LDAPSelfServiceUnlock"`,
341
- * `"LDAPUserActivation"`,
342
- * `"MyAccountChangeConfirmation"`,
343
- * `"NewSignOnNotification"`,
344
- * `"OktaVerifyActivation"`,
345
- * `"PasswordChanged"`,
346
- * `"PasswordResetByAdmin"`,
347
- * `"PendingEmailChange"`,
348
- * `"RegistrationActivation"`,
349
- * `"RegistrationEmailVerification"`,
350
- * `"SelfServiceUnlock"`,
351
- * `"SelfServiceUnlockOnUnlockedAccount"`,
352
- * `"UserActivation"`
168
+ * Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
353
169
  */
354
170
  templateName: pulumi.Input<string>;
355
171
  }