@pulumi/okta 4.6.2 → 4.6.3

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 (397) hide show
  1. package/adminRoleCustom.d.ts +129 -10
  2. package/adminRoleCustom.js +24 -1
  3. package/adminRoleCustom.js.map +1 -1
  4. package/adminRoleCustomAssignments.d.ts +25 -10
  5. package/adminRoleCustomAssignments.js +13 -1
  6. package/adminRoleCustomAssignments.js.map +1 -1
  7. package/adminRoleTargets.d.ts +44 -14
  8. package/adminRoleTargets.js +30 -0
  9. package/adminRoleTargets.js.map +1 -1
  10. package/app/accessPolicyAssignment.d.ts +20 -1
  11. package/app/accessPolicyAssignment.js +20 -1
  12. package/app/accessPolicyAssignment.js.map +1 -1
  13. package/app/autoLogin.d.ts +119 -72
  14. package/app/autoLogin.js +47 -0
  15. package/app/autoLogin.js.map +1 -1
  16. package/app/basicAuth.d.ts +66 -38
  17. package/app/basicAuth.js +28 -0
  18. package/app/basicAuth.js.map +1 -1
  19. package/app/bookmark.d.ts +71 -35
  20. package/app/bookmark.js +27 -0
  21. package/app/bookmark.js.map +1 -1
  22. package/app/getApp.d.ts +25 -58
  23. package/app/getApp.js +2 -2
  24. package/app/getApp.js.map +1 -1
  25. package/app/getMetadataSaml.d.ts +5 -11
  26. package/app/getMetadataSaml.js +2 -2
  27. package/app/getMetadataSaml.js.map +1 -1
  28. package/app/getOauth.d.ts +34 -62
  29. package/app/getOauth.js +2 -2
  30. package/app/getOauth.js.map +1 -1
  31. package/app/getSaml.d.ts +55 -75
  32. package/app/getSaml.js +2 -2
  33. package/app/getSaml.js.map +1 -1
  34. package/app/groupAssignment.d.ts +15 -6
  35. package/app/groupAssignment.js +9 -0
  36. package/app/groupAssignment.js.map +1 -1
  37. package/app/oauth.d.ts +301 -123
  38. package/app/oauth.js +82 -0
  39. package/app/oauth.js.map +1 -1
  40. package/app/oauthPostLogoutRedirectUri.d.ts +38 -3
  41. package/app/oauthPostLogoutRedirectUri.js +35 -0
  42. package/app/oauthPostLogoutRedirectUri.js.map +1 -1
  43. package/app/oauthRedirectUri.d.ts +37 -3
  44. package/app/oauthRedirectUri.js +34 -0
  45. package/app/oauthRedirectUri.js.map +1 -1
  46. package/app/saml.d.ts +303 -133
  47. package/app/saml.js +161 -0
  48. package/app/saml.js.map +1 -1
  49. package/app/securePasswordStore.d.ts +109 -79
  50. package/app/securePasswordStore.js +30 -0
  51. package/app/securePasswordStore.js.map +1 -1
  52. package/app/swa.d.ts +102 -72
  53. package/app/swa.js +30 -0
  54. package/app/swa.js.map +1 -1
  55. package/app/threeField.d.ts +87 -72
  56. package/app/threeField.js +15 -0
  57. package/app/threeField.js.map +1 -1
  58. package/app/user.d.ts +37 -12
  59. package/app/user.js +22 -0
  60. package/app/user.js.map +1 -1
  61. package/appGroupAssignments.d.ts +40 -3
  62. package/appGroupAssignments.js +37 -0
  63. package/appGroupAssignments.js.map +1 -1
  64. package/appOauthApiScope.d.ts +36 -3
  65. package/appOauthApiScope.js +33 -0
  66. package/appOauthApiScope.js.map +1 -1
  67. package/appSamlAppSettings.d.ts +44 -6
  68. package/appSamlAppSettings.js +38 -0
  69. package/appSamlAppSettings.js.map +1 -1
  70. package/appSharedCredentials.d.ts +115 -72
  71. package/appSharedCredentials.js +43 -0
  72. package/appSharedCredentials.js.map +1 -1
  73. package/appSignonPolicy.d.ts +44 -6
  74. package/appSignonPolicy.js +38 -0
  75. package/appSignonPolicy.js.map +1 -1
  76. package/appSignonPolicyRule.d.ts +327 -68
  77. package/appSignonPolicyRule.js +244 -0
  78. package/appSignonPolicyRule.js.map +1 -1
  79. package/appUserBaseSchemaProperty.d.ts +52 -24
  80. package/appUserBaseSchemaProperty.js +28 -0
  81. package/appUserBaseSchemaProperty.js.map +1 -1
  82. package/appUserSchemaProperty.d.ts +80 -54
  83. package/appUserSchemaProperty.js +26 -0
  84. package/appUserSchemaProperty.js.map +1 -1
  85. package/auth/getServer.d.ts +11 -11
  86. package/auth/getServer.js +2 -2
  87. package/auth/getServerPolicy.d.ts +9 -15
  88. package/auth/getServerPolicy.js +2 -2
  89. package/auth/getServerPolicy.js.map +1 -1
  90. package/auth/getServerScopes.d.ts +5 -8
  91. package/auth/getServerScopes.js +2 -2
  92. package/auth/getServerScopes.js.map +1 -1
  93. package/auth/server.d.ts +49 -13
  94. package/auth/server.js +27 -0
  95. package/auth/server.js.map +1 -1
  96. package/auth/serverClaim.d.ts +54 -18
  97. package/auth/serverClaim.js +27 -0
  98. package/auth/serverClaim.js.map +1 -1
  99. package/auth/serverPolicy.d.ts +43 -6
  100. package/auth/serverPolicy.js +28 -0
  101. package/auth/serverPolicy.js.map +1 -1
  102. package/auth/serverPolicyRule.d.ts +72 -29
  103. package/auth/serverPolicyRule.js +25 -0
  104. package/auth/serverPolicyRule.js.map +1 -1
  105. package/auth/serverScope.d.ts +41 -15
  106. package/auth/serverScope.js +26 -0
  107. package/auth/serverScope.js.map +1 -1
  108. package/authServerClaimDefault.d.ts +50 -13
  109. package/authServerClaimDefault.js +31 -0
  110. package/authServerClaimDefault.js.map +1 -1
  111. package/authServerDefault.d.ts +47 -13
  112. package/authServerDefault.js +25 -0
  113. package/authServerDefault.js.map +1 -1
  114. package/authenticator.d.ts +94 -38
  115. package/authenticator.js +38 -0
  116. package/authenticator.js.map +1 -1
  117. package/behaviour.d.ts +78 -18
  118. package/behaviour.js +42 -0
  119. package/behaviour.js.map +1 -1
  120. package/brand.d.ts +28 -19
  121. package/brand.js +10 -1
  122. package/brand.js.map +1 -1
  123. package/captcha.d.ts +38 -12
  124. package/captcha.js +26 -0
  125. package/captcha.js.map +1 -1
  126. package/captchaOrgWideSettings.d.ts +51 -6
  127. package/captchaOrgWideSettings.js +45 -0
  128. package/captchaOrgWideSettings.js.map +1 -1
  129. package/domain.d.ts +39 -13
  130. package/domain.js +20 -0
  131. package/domain.js.map +1 -1
  132. package/domainCertificate.d.ts +63 -15
  133. package/domainCertificate.js +48 -0
  134. package/domainCertificate.js.map +1 -1
  135. package/domainVerification.d.ts +22 -3
  136. package/domainVerification.js +19 -0
  137. package/domainVerification.js.map +1 -1
  138. package/emailCustomization.d.ts +224 -3
  139. package/emailCustomization.js +41 -0
  140. package/emailCustomization.js.map +1 -1
  141. package/emailSender.d.ts +39 -13
  142. package/emailSender.js +26 -0
  143. package/emailSender.js.map +1 -1
  144. package/emailSenderVerification.d.ts +26 -3
  145. package/emailSenderVerification.js +23 -0
  146. package/emailSenderVerification.js.map +1 -1
  147. package/eventHook.d.ts +37 -0
  148. package/eventHook.js +37 -0
  149. package/eventHook.js.map +1 -1
  150. package/eventHookVerification.d.ts +37 -3
  151. package/eventHookVerification.js +34 -0
  152. package/eventHookVerification.js.map +1 -1
  153. package/factor/factor.d.ts +23 -6
  154. package/factor/factor.js +14 -0
  155. package/factor/factor.js.map +1 -1
  156. package/factorTotp.d.ts +44 -12
  157. package/factorTotp.js +23 -0
  158. package/factorTotp.js.map +1 -1
  159. package/getAppGroupAssignments.d.ts +6 -6
  160. package/getAppGroupAssignments.js +2 -2
  161. package/getAppSignonPolicy.d.ts +6 -16
  162. package/getAppSignonPolicy.js +4 -8
  163. package/getAppSignonPolicy.js.map +1 -1
  164. package/getAppUserAssignments.d.ts +6 -6
  165. package/getAppUserAssignments.js +2 -2
  166. package/getAuthServerClaim.d.ts +12 -15
  167. package/getAuthServerClaim.js +2 -2
  168. package/getAuthServerClaim.js.map +1 -1
  169. package/getAuthServerClaims.d.ts +5 -8
  170. package/getAuthServerClaims.js +2 -2
  171. package/getAuthServerClaims.js.map +1 -1
  172. package/getAuthenticator.d.ts +26 -24
  173. package/getAuthenticator.js +22 -14
  174. package/getAuthenticator.js.map +1 -1
  175. package/getBehaviour.d.ts +8 -6
  176. package/getBehaviour.js +2 -2
  177. package/getBehaviour.js.map +1 -1
  178. package/getBehaviours.d.ts +7 -7
  179. package/getBehaviours.js +2 -2
  180. package/getBrand.d.ts +6 -9
  181. package/getBrand.js +2 -2
  182. package/getBrand.js.map +1 -1
  183. package/getBrands.d.ts +2 -2
  184. package/getBrands.js +2 -2
  185. package/getEmailCustomization.d.ts +9 -14
  186. package/getEmailCustomization.js +6 -2
  187. package/getEmailCustomization.js.map +1 -1
  188. package/getEmailCustomizations.d.ts +9 -11
  189. package/getEmailCustomizations.js +6 -2
  190. package/getEmailCustomizations.js.map +1 -1
  191. package/getGroups.d.ts +25 -11
  192. package/getGroups.js +2 -2
  193. package/getGroups.js.map +1 -1
  194. package/getNetworkZone.d.ts +12 -12
  195. package/getNetworkZone.js +2 -2
  196. package/getRoleSubscription.d.ts +35 -13
  197. package/getRoleSubscription.js +2 -2
  198. package/getRoleSubscription.js.map +1 -1
  199. package/getTemplate.d.ts +8 -10
  200. package/getTemplate.js +6 -2
  201. package/getTemplate.js.map +1 -1
  202. package/getTemplates.d.ts +7 -6
  203. package/getTemplates.js +6 -2
  204. package/getTemplates.js.map +1 -1
  205. package/getTheme.d.ts +12 -14
  206. package/getTheme.js +6 -2
  207. package/getTheme.js.map +1 -1
  208. package/getThemes.d.ts +7 -6
  209. package/getThemes.js +6 -2
  210. package/getThemes.js.map +1 -1
  211. package/getTrustedOrigins.d.ts +4 -7
  212. package/getTrustedOrigins.js +2 -2
  213. package/getTrustedOrigins.js.map +1 -1
  214. package/getUserSecurityQuestions.d.ts +8 -4
  215. package/getUserSecurityQuestions.js +4 -0
  216. package/getUserSecurityQuestions.js.map +1 -1
  217. package/group/getEveryoneGroup.d.ts +5 -10
  218. package/group/getEveryoneGroup.js +2 -4
  219. package/group/getEveryoneGroup.js.map +1 -1
  220. package/group/getGroup.d.ts +26 -17
  221. package/group/getGroup.js +2 -2
  222. package/group/getGroup.js.map +1 -1
  223. package/group/getRule.d.ts +15 -6
  224. package/group/getRule.js +2 -2
  225. package/group/getRule.js.map +1 -1
  226. package/group/group.d.ts +46 -9
  227. package/group/group.js +37 -0
  228. package/group/group.js.map +1 -1
  229. package/group/role.d.ts +101 -15
  230. package/group/role.js +26 -0
  231. package/group/role.js.map +1 -1
  232. package/group/rule.d.ts +80 -6
  233. package/group/rule.js +23 -0
  234. package/group/rule.js.map +1 -1
  235. package/groupMemberships.d.ts +48 -7
  236. package/groupMemberships.js +42 -1
  237. package/groupMemberships.js.map +1 -1
  238. package/groupSchemaProperty.d.ts +94 -51
  239. package/groupSchemaProperty.js +25 -0
  240. package/groupSchemaProperty.js.map +1 -1
  241. package/idp/getMetadataSaml.d.ts +6 -9
  242. package/idp/getMetadataSaml.js +2 -2
  243. package/idp/getMetadataSaml.js.map +1 -1
  244. package/idp/getOidc.d.ts +9 -9
  245. package/idp/getOidc.js +2 -2
  246. package/idp/getSaml.d.ts +13 -16
  247. package/idp/getSaml.js +2 -2
  248. package/idp/getSaml.js.map +1 -1
  249. package/idp/getSocial.d.ts +2 -8
  250. package/idp/getSocial.js +2 -2
  251. package/idp/getSocial.js.map +1 -1
  252. package/idp/oidc.d.ts +297 -12
  253. package/idp/oidc.js +36 -0
  254. package/idp/oidc.js.map +1 -1
  255. package/idp/saml.d.ts +284 -18
  256. package/idp/saml.js +32 -0
  257. package/idp/saml.js.map +1 -1
  258. package/idp/samlKey.d.ts +48 -3
  259. package/idp/samlKey.js +9 -0
  260. package/idp/samlKey.js.map +1 -1
  261. package/idp/social.d.ts +251 -18
  262. package/idp/social.js +32 -0
  263. package/idp/social.js.map +1 -1
  264. package/index/emailDomain.d.ts +41 -16
  265. package/index/emailDomain.js +25 -0
  266. package/index/emailDomain.js.map +1 -1
  267. package/index/emailDomainVerification.d.ts +25 -3
  268. package/index/emailDomainVerification.js +22 -0
  269. package/index/emailDomainVerification.js.map +1 -1
  270. package/index/getDomain.d.ts +14 -11
  271. package/index/getDomain.js +8 -2
  272. package/index/getDomain.js.map +1 -1
  273. package/inline/hook.d.ts +89 -0
  274. package/inline/hook.js +35 -0
  275. package/inline/hook.js.map +1 -1
  276. package/linkDefinition.d.ts +30 -0
  277. package/linkDefinition.js +30 -0
  278. package/linkDefinition.js.map +1 -1
  279. package/linkValue.d.ts +59 -6
  280. package/linkValue.js +53 -0
  281. package/linkValue.js.map +1 -1
  282. package/network/zone.d.ts +74 -27
  283. package/network/zone.js +44 -0
  284. package/network/zone.js.map +1 -1
  285. package/orgConfiguration.d.ts +25 -0
  286. package/orgConfiguration.js +25 -0
  287. package/orgConfiguration.js.map +1 -1
  288. package/orgSupport.d.ts +20 -3
  289. package/orgSupport.js +17 -0
  290. package/orgSupport.js.map +1 -1
  291. package/package.json +1 -1
  292. package/policy/getDefaultPolicy.d.ts +7 -9
  293. package/policy/getDefaultPolicy.js +2 -6
  294. package/policy/getDefaultPolicy.js.map +1 -1
  295. package/policy/getPolicy.d.ts +10 -11
  296. package/policy/getPolicy.js +2 -2
  297. package/policy/getPolicy.js.map +1 -1
  298. package/policy/mfa.d.ts +259 -18
  299. package/policy/mfa.js +49 -0
  300. package/policy/mfa.js.map +1 -1
  301. package/policy/password.d.ts +117 -90
  302. package/policy/password.js +27 -0
  303. package/policy/password.js.map +1 -1
  304. package/policy/ruleIdpDiscovery.d.ts +149 -27
  305. package/policy/ruleIdpDiscovery.js +65 -0
  306. package/policy/ruleIdpDiscovery.js.map +1 -1
  307. package/policy/ruleMfa.d.ts +35 -24
  308. package/policy/ruleMfa.js +11 -0
  309. package/policy/ruleMfa.js.map +1 -1
  310. package/policy/rulePassword.d.ts +46 -33
  311. package/policy/rulePassword.js +13 -0
  312. package/policy/rulePassword.js.map +1 -1
  313. package/policy/ruleSignon.d.ts +170 -57
  314. package/policy/ruleSignon.js +92 -0
  315. package/policy/ruleSignon.js.map +1 -1
  316. package/policy/signon.d.ts +41 -15
  317. package/policy/signon.js +26 -0
  318. package/policy/signon.js.map +1 -1
  319. package/policyMfaDefault.d.ts +250 -13
  320. package/policyMfaDefault.js +45 -0
  321. package/policyMfaDefault.js.map +1 -1
  322. package/policyPasswordDefault.d.ts +88 -54
  323. package/policyPasswordDefault.js +22 -0
  324. package/policyPasswordDefault.js.map +1 -1
  325. package/policyProfileEnrollment.d.ts +28 -6
  326. package/policyProfileEnrollment.js +22 -0
  327. package/policyProfileEnrollment.js.map +1 -1
  328. package/policyProfileEnrollmentApps.d.ts +42 -5
  329. package/policyProfileEnrollmentApps.js +37 -0
  330. package/policyProfileEnrollmentApps.js.map +1 -1
  331. package/policyRuleProfileEnrollment.d.ts +88 -26
  332. package/policyRuleProfileEnrollment.js +62 -0
  333. package/policyRuleProfileEnrollment.js.map +1 -1
  334. package/profile/mapping.d.ts +95 -9
  335. package/profile/mapping.js +41 -0
  336. package/profile/mapping.js.map +1 -1
  337. package/rateLimiting.d.ts +43 -9
  338. package/rateLimiting.js +28 -0
  339. package/rateLimiting.js.map +1 -1
  340. package/resourceSet.d.ts +32 -10
  341. package/resourceSet.js +20 -1
  342. package/resourceSet.js.map +1 -1
  343. package/roleSubscription.d.ts +110 -9
  344. package/roleSubscription.js +26 -0
  345. package/roleSubscription.js.map +1 -1
  346. package/securityNotificationEmails.d.ts +45 -15
  347. package/securityNotificationEmails.js +30 -0
  348. package/securityNotificationEmails.js.map +1 -1
  349. package/templateSms.d.ts +47 -3
  350. package/templateSms.js +35 -0
  351. package/templateSms.js.map +1 -1
  352. package/theme.d.ts +59 -44
  353. package/theme.js +15 -0
  354. package/theme.js.map +1 -1
  355. package/threatInsightSettings.d.ts +58 -6
  356. package/threatInsightSettings.js +34 -0
  357. package/threatInsightSettings.js.map +1 -1
  358. package/trustedorigin/origin.d.ts +37 -12
  359. package/trustedorigin/origin.js +25 -0
  360. package/trustedorigin/origin.js.map +1 -1
  361. package/types/input.d.ts +227 -60
  362. package/types/output.d.ts +446 -56
  363. package/user/getUser.d.ts +104 -32
  364. package/user/getUser.js +2 -2
  365. package/user/getUser.js.map +1 -1
  366. package/user/getUserProfileMappingSource.d.ts +7 -9
  367. package/user/getUserProfileMappingSource.js +4 -6
  368. package/user/getUserProfileMappingSource.js.map +1 -1
  369. package/user/getUserType.d.ts +7 -7
  370. package/user/getUserType.js +2 -2
  371. package/user/getUsers.d.ts +57 -61
  372. package/user/getUsers.js +44 -30
  373. package/user/getUsers.js.map +1 -1
  374. package/user/user.d.ts +215 -117
  375. package/user/user.js +71 -0
  376. package/user/user.js.map +1 -1
  377. package/user/userType.d.ts +34 -9
  378. package/user/userType.js +25 -0
  379. package/user/userType.js.map +1 -1
  380. package/userAdminRoles.d.ts +41 -10
  381. package/userAdminRoles.js +29 -1
  382. package/userAdminRoles.js.map +1 -1
  383. package/userBaseSchemaProperty.d.ts +67 -24
  384. package/userBaseSchemaProperty.js +43 -0
  385. package/userBaseSchemaProperty.js.map +1 -1
  386. package/userFactorQuestion.d.ts +52 -14
  387. package/userFactorQuestion.js +39 -1
  388. package/userFactorQuestion.js.map +1 -1
  389. package/userGroupMemberships.d.ts +23 -4
  390. package/userGroupMemberships.js +20 -1
  391. package/userGroupMemberships.js.map +1 -1
  392. package/userSchemaProperty.d.ts +107 -57
  393. package/userSchemaProperty.js +32 -0
  394. package/userSchemaProperty.js.map +1 -1
  395. package/utilities.d.ts +4 -0
  396. package/utilities.js +33 -1
  397. package/utilities.js.map +1 -1
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Get the email customization of an email template belonging to a brand in an Okta organization.
3
+ * Use this data source to retrieve the [email
4
+ * customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
5
+ * of an email template belonging to a brand in an Okta organization.
4
6
  */
5
7
  export declare function getEmailCustomization(args: GetEmailCustomizationArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationResult>;
6
8
  /**
@@ -12,7 +14,7 @@ export interface GetEmailCustomizationArgs {
12
14
  */
13
15
  brandId: string;
14
16
  /**
15
- * The ID of the customization
17
+ * Customization ID
16
18
  */
17
19
  customizationId: string;
18
20
  /**
@@ -28,16 +30,10 @@ export interface GetEmailCustomizationResult {
28
30
  * The body of the customization
29
31
  */
30
32
  readonly body: string;
31
- /**
32
- * Brand ID
33
- */
34
33
  readonly brandId: string;
35
- /**
36
- * The ID of the customization
37
- */
38
34
  readonly customizationId: string;
39
35
  /**
40
- * The ID of the customization
36
+ * Customization ID
41
37
  */
42
38
  readonly id: string;
43
39
  /**
@@ -56,13 +52,12 @@ export interface GetEmailCustomizationResult {
56
52
  * The subject of the customization
57
53
  */
58
54
  readonly subject: string;
59
- /**
60
- * Template Name
61
- */
62
55
  readonly templateName: string;
63
56
  }
64
57
  /**
65
- * Get the email customization of an email template belonging to a brand in an Okta organization.
58
+ * Use this data source to retrieve the [email
59
+ * customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
60
+ * of an email template belonging to a brand in an Okta organization.
66
61
  */
67
62
  export declare function getEmailCustomizationOutput(args: GetEmailCustomizationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEmailCustomizationResult>;
68
63
  /**
@@ -74,7 +69,7 @@ export interface GetEmailCustomizationOutputArgs {
74
69
  */
75
70
  brandId: pulumi.Input<string>;
76
71
  /**
77
- * The ID of the customization
72
+ * Customization ID
78
73
  */
79
74
  customizationId: pulumi.Input<string>;
80
75
  /**
@@ -6,7 +6,9 @@ exports.getEmailCustomizationOutput = exports.getEmailCustomization = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get the email customization of an email template belonging to a brand in an Okta organization.
9
+ * Use this data source to retrieve the [email
10
+ * customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
11
+ * of an email template belonging to a brand in an Okta organization.
10
12
  */
11
13
  function getEmailCustomization(args, opts) {
12
14
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -18,7 +20,9 @@ function getEmailCustomization(args, opts) {
18
20
  }
19
21
  exports.getEmailCustomization = getEmailCustomization;
20
22
  /**
21
- * Get the email customization of an email template belonging to a brand in an Okta organization.
23
+ * Use this data source to retrieve the [email
24
+ * customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
25
+ * of an email template belonging to a brand in an Okta organization.
22
26
  */
23
27
  function getEmailCustomizationOutput(args, opts) {
24
28
  return pulumi.output(args).apply((a) => getEmailCustomization(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AA6DD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
1
+ {"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAoDD;;;;GAIG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
@@ -1,7 +1,9 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * Get the email customizations of an email template belonging to a brand in an Okta organization.
4
+ * Use this data source to retrieve the [email
5
+ * customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
6
+ * of an email template belonging to a brand in an Okta organization.
5
7
  */
6
8
  export declare function getEmailCustomizations(args: GetEmailCustomizationsArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationsResult>;
7
9
  /**
@@ -13,7 +15,7 @@ export interface GetEmailCustomizationsArgs {
13
15
  */
14
16
  brandId: string;
15
17
  /**
16
- * Template Name
18
+ * Name of an Email Template
17
19
  */
18
20
  templateName: string;
19
21
  }
@@ -21,25 +23,21 @@ export interface GetEmailCustomizationsArgs {
21
23
  * A collection of values returned by getEmailCustomizations.
22
24
  */
23
25
  export interface GetEmailCustomizationsResult {
24
- /**
25
- * Brand ID
26
- */
27
26
  readonly brandId: string;
28
27
  /**
29
- * List of `okta.EmailCustomization` belonging to the named email template of the brand in the organization
28
+ * List of `okta.EmailCustomization` belonging to the named email template of the brand
30
29
  */
31
30
  readonly emailCustomizations: outputs.GetEmailCustomizationsEmailCustomization[];
32
31
  /**
33
32
  * The provider-assigned unique ID for this managed resource.
34
33
  */
35
34
  readonly id: string;
36
- /**
37
- * Template Name
38
- */
39
35
  readonly templateName: string;
40
36
  }
41
37
  /**
42
- * Get the email customizations of an email template belonging to a brand in an Okta organization.
38
+ * Use this data source to retrieve the [email
39
+ * customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
40
+ * of an email template belonging to a brand in an Okta organization.
43
41
  */
44
42
  export declare function getEmailCustomizationsOutput(args: GetEmailCustomizationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEmailCustomizationsResult>;
45
43
  /**
@@ -51,7 +49,7 @@ export interface GetEmailCustomizationsOutputArgs {
51
49
  */
52
50
  brandId: pulumi.Input<string>;
53
51
  /**
54
- * Template Name
52
+ * Name of an Email Template
55
53
  */
56
54
  templateName: pulumi.Input<string>;
57
55
  }
@@ -6,7 +6,9 @@ exports.getEmailCustomizationsOutput = exports.getEmailCustomizations = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get the email customizations of an email template belonging to a brand in an Okta organization.
9
+ * Use this data source to retrieve the [email
10
+ * customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
11
+ * of an email template belonging to a brand in an Okta organization.
10
12
  */
11
13
  function getEmailCustomizations(args, opts) {
12
14
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -17,7 +19,9 @@ function getEmailCustomizations(args, opts) {
17
19
  }
18
20
  exports.getEmailCustomizations = getEmailCustomizations;
19
21
  /**
20
- * Get the email customizations of an email template belonging to a brand in an Okta organization.
22
+ * Use this data source to retrieve the [email
23
+ * customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
24
+ * of an email template belonging to a brand in an Okta organization.
21
25
  */
22
26
  function getEmailCustomizationsOutput(args, opts) {
23
27
  return pulumi.output(args).apply((a) => getEmailCustomizations(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AAqCD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
1
+ {"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AA+BD;;;;GAIG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
package/getGroups.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * Get a list of groups from Okta.
4
+ * Use this data source to retrieve a list of groups from Okta.
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -20,36 +20,43 @@ export declare function getGroups(args?: GetGroupsArgs, opts?: pulumi.InvokeOpti
20
20
  */
21
21
  export interface GetGroupsArgs {
22
22
  /**
23
- * Searches the name property of groups for matching value
23
+ * Searches the name property of groups for matching value.
24
24
  */
25
25
  q?: string;
26
26
  /**
27
- * Searches for groups with a supported filtering expression for all attributes except for '*embedded', '*links', and 'objectClass'
27
+ * Searches for groups with a
28
+ * supported [filtering](https://developer.okta.com/docs/reference/api-overview/#filtering) expression for
29
+ * all [attributes](https://developer.okta.com/docs/reference/api/groups/#group-attributes)
30
+ * except for `"_embedded"`, `"_links"`, and `"objectClass"`
28
31
  */
29
32
  search?: string;
33
+ /**
34
+ * type of the group to retrieve. Can only be one of `OKTA_GROUP` (Native Okta Groups), `APP_GROUP`
35
+ * (Imported App Groups), or `BUILT_IN` (Okta System Groups).
36
+ */
30
37
  type?: string;
31
38
  }
32
39
  /**
33
40
  * A collection of values returned by getGroups.
34
41
  */
35
42
  export interface GetGroupsResult {
43
+ /**
44
+ * collection of groups retrieved from Okta with the following properties.
45
+ */
36
46
  readonly groups: outputs.GetGroupsGroup[];
37
47
  /**
38
48
  * The provider-assigned unique ID for this managed resource.
39
49
  */
40
50
  readonly id: string;
41
- /**
42
- * Searches the name property of groups for matching value
43
- */
44
51
  readonly q?: string;
52
+ readonly search?: string;
45
53
  /**
46
- * Searches for groups with a supported filtering expression for all attributes except for '*embedded', '*links', and 'objectClass'
54
+ * Group type.
47
55
  */
48
- readonly search?: string;
49
56
  readonly type?: string;
50
57
  }
51
58
  /**
52
- * Get a list of groups from Okta.
59
+ * Use this data source to retrieve a list of groups from Okta.
53
60
  *
54
61
  * ## Example Usage
55
62
  *
@@ -68,12 +75,19 @@ export declare function getGroupsOutput(args?: GetGroupsOutputArgs, opts?: pulum
68
75
  */
69
76
  export interface GetGroupsOutputArgs {
70
77
  /**
71
- * Searches the name property of groups for matching value
78
+ * Searches the name property of groups for matching value.
72
79
  */
73
80
  q?: pulumi.Input<string>;
74
81
  /**
75
- * Searches for groups with a supported filtering expression for all attributes except for '*embedded', '*links', and 'objectClass'
82
+ * Searches for groups with a
83
+ * supported [filtering](https://developer.okta.com/docs/reference/api-overview/#filtering) expression for
84
+ * all [attributes](https://developer.okta.com/docs/reference/api/groups/#group-attributes)
85
+ * except for `"_embedded"`, `"_links"`, and `"objectClass"`
76
86
  */
77
87
  search?: pulumi.Input<string>;
88
+ /**
89
+ * type of the group to retrieve. Can only be one of `OKTA_GROUP` (Native Okta Groups), `APP_GROUP`
90
+ * (Imported App Groups), or `BUILT_IN` (Okta System Groups).
91
+ */
78
92
  type?: pulumi.Input<string>;
79
93
  }
package/getGroups.js CHANGED
@@ -6,7 +6,7 @@ exports.getGroupsOutput = exports.getGroups = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get a list of groups from Okta.
9
+ * Use this data source to retrieve a list of groups from Okta.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -30,7 +30,7 @@ function getGroups(args, opts) {
30
30
  }
31
31
  exports.getGroups = getGroups;
32
32
  /**
33
- * Get a list of groups from Okta.
33
+ * Use this data source to retrieve a list of groups from Okta.
34
34
  *
35
35
  * ## Example Usage
36
36
  *
package/getGroups.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,GAAG,EAAE,IAAI,CAAC,CAAC;QACX,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AAoCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,GAAG,EAAE,IAAI,CAAC,CAAC;QACX,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AA2CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Gets Okta Network Zone.
3
+ * Use this data source to retrieve a network zone from Okta.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -32,48 +32,48 @@ export interface GetNetworkZoneArgs {
32
32
  */
33
33
  export interface GetNetworkZoneResult {
34
34
  /**
35
- * Format of each array value: a string representation of an ASN numeric value
35
+ * Array of Autonomous System Numbers.
36
36
  */
37
37
  readonly asns: string[];
38
38
  /**
39
- * Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode
39
+ * Array of locations.
40
40
  */
41
41
  readonly dynamicLocations: string[];
42
42
  /**
43
- * Type of proxy being controlled by this network zone
43
+ * Type of proxy being controlled by this dynamic network zone.
44
44
  */
45
45
  readonly dynamicProxyType: string;
46
46
  /**
47
- * Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples
47
+ * Array of values in CIDR/range form.
48
48
  */
49
49
  readonly gateways: string[];
50
50
  /**
51
- * ID of the network zone to retrieve, conflicts with `name`.
51
+ * ID of the network zone.
52
52
  */
53
53
  readonly id?: string;
54
54
  /**
55
- * Name of the network zone to retrieve, conflicts with `id`.
55
+ * Name of the network zone.
56
56
  */
57
57
  readonly name?: string;
58
58
  /**
59
- * Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples
59
+ * Array of values in CIDR/range form.
60
60
  */
61
61
  readonly proxies: string[];
62
62
  /**
63
- * Network Status - can either be ACTIVE or INACTIVE only
63
+ * Network Status - can either be ACTIVE or INACTIVE only.
64
64
  */
65
65
  readonly status: string;
66
66
  /**
67
- * Type of the Network Zone - can either be IP or DYNAMIC only
67
+ * Type of the Network Zone.
68
68
  */
69
69
  readonly type: string;
70
70
  /**
71
- * Zone's purpose: POLICY or BLOCKLIST
71
+ * Usage of the Network Zone.
72
72
  */
73
73
  readonly usage: string;
74
74
  }
75
75
  /**
76
- * Gets Okta Network Zone.
76
+ * Use this data source to retrieve a network zone from Okta.
77
77
  *
78
78
  * ## Example Usage
79
79
  *
package/getNetworkZone.js CHANGED
@@ -6,7 +6,7 @@ exports.getNetworkZoneOutput = exports.getNetworkZone = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Gets Okta Network Zone.
9
+ * Use this data source to retrieve a network zone from Okta.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -29,7 +29,7 @@ function getNetworkZone(args, opts) {
29
29
  }
30
30
  exports.getNetworkZone = getNetworkZone;
31
31
  /**
32
- * Gets Okta Network Zone.
32
+ * Use this data source to retrieve a network zone from Okta.
33
33
  *
34
34
  * ## Example Usage
35
35
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Get subscriptions of a Role with a specific type
3
+ * Use this data source to retrieve role subscription with a specific type.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -20,11 +20,25 @@ export declare function getRoleSubscription(args: GetRoleSubscriptionArgs, opts?
20
20
  */
21
21
  export interface GetRoleSubscriptionArgs {
22
22
  /**
23
- * Type of the notification
23
+ * Type of the notification. Valid values: `"CONNECTOR_AGENT"`, `"USER_LOCKED_OUT"`,
24
+ * `"APP_IMPORT"`, `"LDAP_AGENT"`, `"AD_AGENT"`, `"OKTA_ANNOUNCEMENT"`, `"OKTA_ISSUE"`, `"OKTA_UPDATE"`, `"IWA_AGENT"`,
25
+ * `"USER_DEPROVISION"`, `"REPORT_SUSPICIOUS_ACTIVITY"`, `"RATELIMIT_NOTIFICATION"`.
24
26
  */
25
27
  notificationType: string;
26
28
  /**
27
- * Type of the role
29
+ * Type of the role. Valid values:
30
+ * `"API_ADMIN"`,
31
+ * `"APP_ADMIN"`,
32
+ * `"CUSTOM"`,
33
+ * `"GROUP_MEMBERSHIP_ADMIN"`,
34
+ * `"HELP_DESK_ADMIN"`,
35
+ * `"MOBILE_ADMIN"`,
36
+ * `"ORG_ADMIN"`,
37
+ * `"READ_ONLY_ADMIN"`,
38
+ * `"REPORT_ADMIN"`,
39
+ * `"SUPER_ADMIN"`,
40
+ * `"USER_ADMIN"`
41
+ * .
28
42
  */
29
43
  roleType: string;
30
44
  }
@@ -36,21 +50,15 @@ export interface GetRoleSubscriptionResult {
36
50
  * The provider-assigned unique ID for this managed resource.
37
51
  */
38
52
  readonly id: string;
39
- /**
40
- * Type of the notification
41
- */
42
53
  readonly notificationType: string;
43
- /**
44
- * Type of the role
45
- */
46
54
  readonly roleType: string;
47
55
  /**
48
- * Status of subscription
56
+ * Subscription status.
49
57
  */
50
58
  readonly status: string;
51
59
  }
52
60
  /**
53
- * Get subscriptions of a Role with a specific type
61
+ * Use this data source to retrieve role subscription with a specific type.
54
62
  *
55
63
  * ## Example Usage
56
64
  *
@@ -70,11 +78,25 @@ export declare function getRoleSubscriptionOutput(args: GetRoleSubscriptionOutpu
70
78
  */
71
79
  export interface GetRoleSubscriptionOutputArgs {
72
80
  /**
73
- * Type of the notification
81
+ * Type of the notification. Valid values: `"CONNECTOR_AGENT"`, `"USER_LOCKED_OUT"`,
82
+ * `"APP_IMPORT"`, `"LDAP_AGENT"`, `"AD_AGENT"`, `"OKTA_ANNOUNCEMENT"`, `"OKTA_ISSUE"`, `"OKTA_UPDATE"`, `"IWA_AGENT"`,
83
+ * `"USER_DEPROVISION"`, `"REPORT_SUSPICIOUS_ACTIVITY"`, `"RATELIMIT_NOTIFICATION"`.
74
84
  */
75
85
  notificationType: pulumi.Input<string>;
76
86
  /**
77
- * Type of the role
87
+ * Type of the role. Valid values:
88
+ * `"API_ADMIN"`,
89
+ * `"APP_ADMIN"`,
90
+ * `"CUSTOM"`,
91
+ * `"GROUP_MEMBERSHIP_ADMIN"`,
92
+ * `"HELP_DESK_ADMIN"`,
93
+ * `"MOBILE_ADMIN"`,
94
+ * `"ORG_ADMIN"`,
95
+ * `"READ_ONLY_ADMIN"`,
96
+ * `"REPORT_ADMIN"`,
97
+ * `"SUPER_ADMIN"`,
98
+ * `"USER_ADMIN"`
99
+ * .
78
100
  */
79
101
  roleType: pulumi.Input<string>;
80
102
  }
@@ -6,7 +6,7 @@ exports.getRoleSubscriptionOutput = exports.getRoleSubscription = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get subscriptions of a Role with a specific type
9
+ * Use this data source to retrieve role subscription with a specific type.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -29,7 +29,7 @@ function getRoleSubscription(args, opts) {
29
29
  }
30
30
  exports.getRoleSubscription = getRoleSubscription;
31
31
  /**
32
- * Get subscriptions of a Role with a specific type
32
+ * Use this data source to retrieve role subscription with a specific type.
33
33
  *
34
34
  * ## Example Usage
35
35
  *
@@ -1 +1 @@
1
- {"version":3,"file":"getRoleSubscription.js","sourceRoot":"","sources":["../getRoleSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAqCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
1
+ {"version":3,"file":"getRoleSubscription.js","sourceRoot":"","sources":["../getRoleSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA6CD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
package/getTemplate.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Get a single Email Template for a Brand belonging to an Okta organization.
3
+ * Use this data source to retrieve a specific [email
4
+ * template](https://developer.okta.com/docs/reference/api/brands/#email-template)
5
+ * of a brand in an Okta organization.
4
6
  */
5
7
  export declare function getTemplate(args: GetTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplateResult>;
6
8
  /**
@@ -12,7 +14,7 @@ export interface GetTemplateArgs {
12
14
  */
13
15
  brandId: string;
14
16
  /**
15
- * The name of the email template
17
+ * Template Name
16
18
  */
17
19
  name: string;
18
20
  }
@@ -20,9 +22,6 @@ export interface GetTemplateArgs {
20
22
  * A collection of values returned by getTemplate.
21
23
  */
22
24
  export interface GetTemplateResult {
23
- /**
24
- * Brand ID
25
- */
26
25
  readonly brandId: string;
27
26
  /**
28
27
  * The provider-assigned unique ID for this managed resource.
@@ -32,13 +31,12 @@ export interface GetTemplateResult {
32
31
  * Link relations for this object - JSON HAL - Discoverable resources related to the email template
33
32
  */
34
33
  readonly links: string;
35
- /**
36
- * The name of the email template
37
- */
38
34
  readonly name: string;
39
35
  }
40
36
  /**
41
- * Get a single Email Template for a Brand belonging to an Okta organization.
37
+ * Use this data source to retrieve a specific [email
38
+ * template](https://developer.okta.com/docs/reference/api/brands/#email-template)
39
+ * of a brand in an Okta organization.
42
40
  */
43
41
  export declare function getTemplateOutput(args: GetTemplateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTemplateResult>;
44
42
  /**
@@ -50,7 +48,7 @@ export interface GetTemplateOutputArgs {
50
48
  */
51
49
  brandId: pulumi.Input<string>;
52
50
  /**
53
- * The name of the email template
51
+ * Template Name
54
52
  */
55
53
  name: pulumi.Input<string>;
56
54
  }
package/getTemplate.js CHANGED
@@ -6,7 +6,9 @@ exports.getTemplateOutput = exports.getTemplate = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get a single Email Template for a Brand belonging to an Okta organization.
9
+ * Use this data source to retrieve a specific [email
10
+ * template](https://developer.okta.com/docs/reference/api/brands/#email-template)
11
+ * of a brand in an Okta organization.
10
12
  */
11
13
  function getTemplate(args, opts) {
12
14
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -17,7 +19,9 @@ function getTemplate(args, opts) {
17
19
  }
18
20
  exports.getTemplate = getTemplate;
19
21
  /**
20
- * Get a single Email Template for a Brand belonging to an Okta organization.
22
+ * Use this data source to retrieve a specific [email
23
+ * template](https://developer.okta.com/docs/reference/api/brands/#email-template)
24
+ * of a brand in an Okta organization.
21
25
  */
22
26
  function getTemplateOutput(args, opts) {
23
27
  return pulumi.output(args).apply((a) => getTemplate(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAqCD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA+BD;;;;GAIG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
package/getTemplates.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * Get the email templates belonging to a brand in an Okta organization.
4
+ * Use this data source to retrieve the [email
5
+ * templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
6
+ * of a brand in an Okta organization.
5
7
  */
6
8
  export declare function getTemplates(args: GetTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplatesResult>;
7
9
  /**
@@ -17,12 +19,9 @@ export interface GetTemplatesArgs {
17
19
  * A collection of values returned by getTemplates.
18
20
  */
19
21
  export interface GetTemplatesResult {
20
- /**
21
- * Brand ID
22
- */
23
22
  readonly brandId: string;
24
23
  /**
25
- * List of `okta.getTemplate` belonging to a brand in the organization
24
+ * List of `okta.getTemplate` belonging to the brand
26
25
  */
27
26
  readonly emailTemplates: outputs.GetTemplatesEmailTemplate[];
28
27
  /**
@@ -31,7 +30,9 @@ export interface GetTemplatesResult {
31
30
  readonly id: string;
32
31
  }
33
32
  /**
34
- * Get the email templates belonging to a brand in an Okta organization.
33
+ * Use this data source to retrieve the [email
34
+ * templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
35
+ * of a brand in an Okta organization.
35
36
  */
36
37
  export declare function getTemplatesOutput(args: GetTemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTemplatesResult>;
37
38
  /**
package/getTemplates.js CHANGED
@@ -6,7 +6,9 @@ exports.getTemplatesOutput = exports.getTemplates = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Get the email templates belonging to a brand in an Okta organization.
9
+ * Use this data source to retrieve the [email
10
+ * templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
11
+ * of a brand in an Okta organization.
10
12
  */
11
13
  function getTemplates(args, opts) {
12
14
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -16,7 +18,9 @@ function getTemplates(args, opts) {
16
18
  }
17
19
  exports.getTemplates = getTemplates;
18
20
  /**
19
- * Get the email templates belonging to a brand in an Okta organization.
21
+ * Use this data source to retrieve the [email
22
+ * templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
23
+ * of a brand in an Okta organization.
20
24
  */
21
25
  function getTemplatesOutput(args, opts) {
22
26
  return pulumi.output(args).apply((a) => getTemplates(a, opts));
@@ -1 +1 @@
1
- {"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AA6BD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
1
+ {"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AA0BD;;;;GAIG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}