@pulumi/okta 6.0.0-alpha.1759992240 → 6.0.0-alpha.1768025445

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 (195) hide show
  1. package/adminRoleCustomAssignments.d.ts +76 -0
  2. package/adminRoleCustomAssignments.js +76 -0
  3. package/adminRoleCustomAssignments.js.map +1 -1
  4. package/apiServiceIntegration.d.ts +110 -0
  5. package/apiServiceIntegration.js +96 -0
  6. package/apiServiceIntegration.js.map +1 -0
  7. package/apiToken.d.ts +141 -0
  8. package/apiToken.js +93 -0
  9. package/apiToken.js.map +1 -0
  10. package/app/connection.d.ts +164 -0
  11. package/app/connection.js +136 -0
  12. package/app/connection.js.map +1 -0
  13. package/app/features.d.ts +121 -0
  14. package/app/features.js +77 -0
  15. package/app/features.js.map +1 -0
  16. package/app/getConnection.d.ts +106 -0
  17. package/app/getConnection.js +62 -0
  18. package/app/getConnection.js.map +1 -0
  19. package/app/getFeatures.d.ts +156 -0
  20. package/app/getFeatures.js +116 -0
  21. package/app/getFeatures.js.map +1 -0
  22. package/app/getToken.d.ts +98 -0
  23. package/app/getToken.js +62 -0
  24. package/app/getToken.js.map +1 -0
  25. package/app/groupAssignment.d.ts +1 -1
  26. package/app/groupAssignment.js +1 -1
  27. package/app/index.d.ts +18 -0
  28. package/app/index.js +25 -1
  29. package/app/index.js.map +1 -1
  30. package/app/oauth.d.ts +51 -0
  31. package/app/oauth.js +6 -0
  32. package/app/oauth.js.map +1 -1
  33. package/app/threeField.d.ts +15 -0
  34. package/app/threeField.js +15 -0
  35. package/app/threeField.js.map +1 -1
  36. package/app/token.d.ts +108 -0
  37. package/app/token.js +93 -0
  38. package/app/token.js.map +1 -0
  39. package/appSignonPolicyRule.d.ts +1 -7
  40. package/appSignonPolicyRule.js +1 -7
  41. package/appSignonPolicyRule.js.map +1 -1
  42. package/auth/getServerClients.d.ts +114 -0
  43. package/auth/getServerClients.js +58 -0
  44. package/auth/getServerClients.js.map +1 -0
  45. package/auth/getServerKeys.d.ts +113 -0
  46. package/auth/getServerKeys.js +70 -0
  47. package/auth/getServerKeys.js.map +1 -0
  48. package/auth/index.d.ts +6 -0
  49. package/auth/index.js +7 -1
  50. package/auth/index.js.map +1 -1
  51. package/authenticator.d.ts +42 -10
  52. package/authenticator.js +26 -4
  53. package/authenticator.js.map +1 -1
  54. package/customizedSigninPage.d.ts +68 -0
  55. package/customizedSigninPage.js +68 -0
  56. package/customizedSigninPage.js.map +1 -1
  57. package/device.d.ts +80 -0
  58. package/device.js +69 -0
  59. package/device.js.map +1 -0
  60. package/emailCustomization.d.ts +30 -0
  61. package/emailCustomization.js +30 -0
  62. package/emailCustomization.js.map +1 -1
  63. package/feature.d.ts +12 -0
  64. package/feature.js +12 -0
  65. package/feature.js.map +1 -1
  66. package/getApiServiceIntegration.d.ts +85 -0
  67. package/getApiServiceIntegration.js +78 -0
  68. package/getApiServiceIntegration.js.map +1 -0
  69. package/getApiToken.d.ts +88 -0
  70. package/getApiToken.js +52 -0
  71. package/getApiToken.js.map +1 -0
  72. package/getBehaviour.d.ts +4 -0
  73. package/getBehaviour.js +4 -0
  74. package/getBehaviour.js.map +1 -1
  75. package/getBrand.d.ts +30 -0
  76. package/getBrand.js +30 -0
  77. package/getBrand.js.map +1 -1
  78. package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
  79. package/getCatalogEntryUserAccessRequestFields.js +24 -0
  80. package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
  81. package/getDevice.d.ts +90 -0
  82. package/getDevice.js +54 -0
  83. package/getDevice.js.map +1 -0
  84. package/getEmailCustomization.d.ts +36 -0
  85. package/getEmailCustomization.js +36 -0
  86. package/getEmailCustomization.js.map +1 -1
  87. package/getEmailCustomizations.d.ts +26 -0
  88. package/getEmailCustomizations.js +26 -0
  89. package/getEmailCustomizations.js.map +1 -1
  90. package/getHookKey.d.ts +77 -0
  91. package/getHookKey.js +52 -0
  92. package/getHookKey.js.map +1 -0
  93. package/getPrincipalEntitlements.d.ts +116 -0
  94. package/getPrincipalEntitlements.js +116 -0
  95. package/getPrincipalEntitlements.js.map +1 -1
  96. package/getPushProvider.d.ts +118 -0
  97. package/getPushProvider.js +86 -0
  98. package/getPushProvider.js.map +1 -0
  99. package/getRealmAssignment.d.ts +4 -0
  100. package/getRealmAssignment.js +4 -0
  101. package/getRealmAssignment.js.map +1 -1
  102. package/getRequestSettingResource.d.ts +4 -0
  103. package/getRequestSettingResource.js +4 -0
  104. package/getRequestSettingResource.js.map +1 -1
  105. package/getRequestV2.d.ts +79 -0
  106. package/getRequestV2.js +28 -0
  107. package/getRequestV2.js.map +1 -1
  108. package/getSecurityEventsProvider.d.ts +79 -0
  109. package/getSecurityEventsProvider.js +52 -0
  110. package/getSecurityEventsProvider.js.map +1 -0
  111. package/getTemplate.d.ts +26 -0
  112. package/getTemplate.js +26 -0
  113. package/getTemplate.js.map +1 -1
  114. package/getTemplates.d.ts +24 -0
  115. package/getTemplates.js +24 -0
  116. package/getTemplates.js.map +1 -1
  117. package/getTheme.d.ts +26 -0
  118. package/getTheme.js +26 -0
  119. package/getTheme.js.map +1 -1
  120. package/getThemes.d.ts +24 -0
  121. package/getThemes.js +24 -0
  122. package/getThemes.js.map +1 -1
  123. package/getUiSchema.d.ts +80 -0
  124. package/getUiSchema.js +52 -0
  125. package/getUiSchema.js.map +1 -0
  126. package/group/owner.d.ts +24 -0
  127. package/group/owner.js +24 -0
  128. package/group/owner.js.map +1 -1
  129. package/group/role.d.ts +41 -0
  130. package/group/role.js +41 -0
  131. package/group/role.js.map +1 -1
  132. package/hookKey.d.ts +102 -0
  133. package/hookKey.js +79 -0
  134. package/hookKey.js.map +1 -0
  135. package/index.d.ts +42 -0
  136. package/index.js +61 -4
  137. package/index.js.map +1 -1
  138. package/inline/hook.d.ts +15 -15
  139. package/inline/hook.js +15 -15
  140. package/package.json +3 -3
  141. package/policy/deviceAssuranceAndroid.d.ts +24 -0
  142. package/policy/deviceAssuranceAndroid.js +24 -0
  143. package/policy/deviceAssuranceAndroid.js.map +1 -1
  144. package/policy/deviceAssuranceIos.d.ts +17 -0
  145. package/policy/deviceAssuranceIos.js +17 -0
  146. package/policy/deviceAssuranceIos.js.map +1 -1
  147. package/policy/deviceAssuranceMacos.d.ts +37 -0
  148. package/policy/deviceAssuranceMacos.js +37 -0
  149. package/policy/deviceAssuranceMacos.js.map +1 -1
  150. package/policy/deviceAssuranceWindows.d.ts +43 -0
  151. package/policy/deviceAssuranceWindows.js +43 -0
  152. package/policy/deviceAssuranceWindows.js.map +1 -1
  153. package/policy/mfa.d.ts +18 -0
  154. package/policy/mfa.js +2 -0
  155. package/policy/mfa.js.map +1 -1
  156. package/policyMfaDefault.d.ts +18 -0
  157. package/policyMfaDefault.js +2 -0
  158. package/policyMfaDefault.js.map +1 -1
  159. package/previewSigninPage.d.ts +68 -0
  160. package/previewSigninPage.js +68 -0
  161. package/previewSigninPage.js.map +1 -1
  162. package/pushProvider.d.ts +150 -0
  163. package/pushProvider.js +126 -0
  164. package/pushProvider.js.map +1 -0
  165. package/rateLimiting.d.ts +13 -0
  166. package/rateLimiting.js +13 -0
  167. package/rateLimiting.js.map +1 -1
  168. package/requestCondition.d.ts +47 -2
  169. package/requestCondition.js +42 -1
  170. package/requestCondition.js.map +1 -1
  171. package/requestSettingOrganization.d.ts +19 -0
  172. package/requestSettingOrganization.js +19 -0
  173. package/requestSettingOrganization.js.map +1 -1
  174. package/requestSettingResource.d.ts +20 -0
  175. package/requestSettingResource.js +20 -0
  176. package/requestSettingResource.js.map +1 -1
  177. package/requestV2.d.ts +39 -12
  178. package/requestV2.js +27 -0
  179. package/requestV2.js.map +1 -1
  180. package/securityEventsProvider.d.ts +138 -0
  181. package/securityEventsProvider.js +107 -0
  182. package/securityEventsProvider.js.map +1 -0
  183. package/theme.d.ts +23 -0
  184. package/theme.js +23 -0
  185. package/theme.js.map +1 -1
  186. package/types/input.d.ts +1041 -18
  187. package/types/output.d.ts +691 -5
  188. package/uiSchema.d.ts +74 -0
  189. package/uiSchema.js +73 -0
  190. package/uiSchema.js.map +1 -0
  191. package/user/getUser.d.ts +1 -0
  192. package/user/getUser.js.map +1 -1
  193. package/user/user.d.ts +12 -0
  194. package/user/user.js +2 -0
  195. package/user/user.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -1,5 +1,25 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
+ export interface ApiServiceIntegrationGrantedScope {
4
+ /**
5
+ * The scope of the API service integration
6
+ */
7
+ scope: pulumi.Input<string>;
8
+ }
9
+ export interface ApiTokenNetwork {
10
+ /**
11
+ * The connection type of the Network Condition.
12
+ */
13
+ connection?: pulumi.Input<string>;
14
+ /**
15
+ * The IP address the excluded zone.
16
+ */
17
+ excludes?: pulumi.Input<pulumi.Input<string>[]>;
18
+ /**
19
+ * The IP address the included zone.
20
+ */
21
+ includes?: pulumi.Input<pulumi.Input<string>[]>;
22
+ }
3
23
  export interface AppGroupAssignmentsGroup {
4
24
  /**
5
25
  * A group to associate with the application
@@ -503,6 +523,46 @@ export interface FeatureStage {
503
523
  state: pulumi.Input<string>;
504
524
  value: pulumi.Input<string>;
505
525
  }
526
+ export interface GetApiServiceIntegrationGrantedScope {
527
+ /**
528
+ * The scope of the API service integration granted.
529
+ */
530
+ scope?: string;
531
+ }
532
+ export interface GetApiServiceIntegrationGrantedScopeArgs {
533
+ /**
534
+ * The scope of the API service integration granted.
535
+ */
536
+ scope?: pulumi.Input<string>;
537
+ }
538
+ export interface GetApiTokenNetwork {
539
+ /**
540
+ * The connection type of the Network Condition.
541
+ */
542
+ connection?: string;
543
+ /**
544
+ * The IP address the excluded zone.
545
+ */
546
+ excludes?: string[];
547
+ /**
548
+ * The IP address the included zone.
549
+ */
550
+ includes?: string[];
551
+ }
552
+ export interface GetApiTokenNetworkArgs {
553
+ /**
554
+ * The connection type of the Network Condition.
555
+ */
556
+ connection?: pulumi.Input<string>;
557
+ /**
558
+ * The IP address the excluded zone.
559
+ */
560
+ excludes?: pulumi.Input<pulumi.Input<string>[]>;
561
+ /**
562
+ * The IP address the included zone.
563
+ */
564
+ includes?: pulumi.Input<pulumi.Input<string>[]>;
565
+ }
506
566
  export interface GetCampaignNotificationSettings {
507
567
  notifyReviewPeriodEnd?: boolean;
508
568
  notifyReviewerAtCampaignEnd?: boolean;
@@ -1115,6 +1175,150 @@ export interface GetDeviceAssurancePolicyThirdPartySignalProviderDtcOsVersion {
1115
1175
  export interface GetDeviceAssurancePolicyThirdPartySignalProviderDtcOsVersionArgs {
1116
1176
  minimum: pulumi.Input<string>;
1117
1177
  }
1178
+ export interface GetDeviceProfile {
1179
+ /**
1180
+ * The disk encryption type of the device.
1181
+ */
1182
+ diskEncryptionType?: string;
1183
+ /**
1184
+ * The display name of the device.
1185
+ */
1186
+ displayName?: string;
1187
+ /**
1188
+ * The International Mobile Equipment Identity (IMEI) of the device.
1189
+ */
1190
+ imei?: string;
1191
+ /**
1192
+ * Indicates if the device is jailbroken or rooted. Only applicable to IOS and ANDROID platforms.
1193
+ */
1194
+ integrityJailBreak?: boolean;
1195
+ /**
1196
+ * The manufacturer of the device.
1197
+ */
1198
+ manufacturer?: string;
1199
+ /**
1200
+ * The Mobile Equipment Identifier (MEID) of the device.
1201
+ */
1202
+ meid?: string;
1203
+ /**
1204
+ * The model of the device.
1205
+ */
1206
+ model?: string;
1207
+ /**
1208
+ * The OS version of the device.
1209
+ */
1210
+ osVersion?: string;
1211
+ /**
1212
+ * The platform of the device.
1213
+ */
1214
+ platform?: string;
1215
+ /**
1216
+ * Indicates if the device is registered at Okta.
1217
+ */
1218
+ registered?: boolean;
1219
+ /**
1220
+ * Indicates if secure hardware is present on the device.
1221
+ */
1222
+ secureHardwarePresent?: boolean;
1223
+ /**
1224
+ * The serial number of the device.
1225
+ */
1226
+ serialNumber?: string;
1227
+ /**
1228
+ * The Security Identifier (SID) of the device.
1229
+ */
1230
+ sid?: string;
1231
+ /**
1232
+ * Windows Trusted Platform Module hash value.
1233
+ */
1234
+ tpmPublicKeyHash?: string;
1235
+ /**
1236
+ * MacOS Unique device identifier of the device.
1237
+ */
1238
+ udid?: string;
1239
+ }
1240
+ export interface GetDeviceProfileArgs {
1241
+ /**
1242
+ * The disk encryption type of the device.
1243
+ */
1244
+ diskEncryptionType?: pulumi.Input<string>;
1245
+ /**
1246
+ * The display name of the device.
1247
+ */
1248
+ displayName?: pulumi.Input<string>;
1249
+ /**
1250
+ * The International Mobile Equipment Identity (IMEI) of the device.
1251
+ */
1252
+ imei?: pulumi.Input<string>;
1253
+ /**
1254
+ * Indicates if the device is jailbroken or rooted. Only applicable to IOS and ANDROID platforms.
1255
+ */
1256
+ integrityJailBreak?: pulumi.Input<boolean>;
1257
+ /**
1258
+ * The manufacturer of the device.
1259
+ */
1260
+ manufacturer?: pulumi.Input<string>;
1261
+ /**
1262
+ * The Mobile Equipment Identifier (MEID) of the device.
1263
+ */
1264
+ meid?: pulumi.Input<string>;
1265
+ /**
1266
+ * The model of the device.
1267
+ */
1268
+ model?: pulumi.Input<string>;
1269
+ /**
1270
+ * The OS version of the device.
1271
+ */
1272
+ osVersion?: pulumi.Input<string>;
1273
+ /**
1274
+ * The platform of the device.
1275
+ */
1276
+ platform?: pulumi.Input<string>;
1277
+ /**
1278
+ * Indicates if the device is registered at Okta.
1279
+ */
1280
+ registered?: pulumi.Input<boolean>;
1281
+ /**
1282
+ * Indicates if secure hardware is present on the device.
1283
+ */
1284
+ secureHardwarePresent?: pulumi.Input<boolean>;
1285
+ /**
1286
+ * The serial number of the device.
1287
+ */
1288
+ serialNumber?: pulumi.Input<string>;
1289
+ /**
1290
+ * The Security Identifier (SID) of the device.
1291
+ */
1292
+ sid?: pulumi.Input<string>;
1293
+ /**
1294
+ * Windows Trusted Platform Module hash value.
1295
+ */
1296
+ tpmPublicKeyHash?: pulumi.Input<string>;
1297
+ /**
1298
+ * MacOS Unique device identifier of the device.
1299
+ */
1300
+ udid?: pulumi.Input<string>;
1301
+ }
1302
+ export interface GetDeviceResourceDisplayName {
1303
+ /**
1304
+ * Indicates if the resource display name is sensitive.
1305
+ */
1306
+ sensitive?: boolean;
1307
+ /**
1308
+ * The value of the resource display name.
1309
+ */
1310
+ value?: string;
1311
+ }
1312
+ export interface GetDeviceResourceDisplayNameArgs {
1313
+ /**
1314
+ * Indicates if the resource display name is sensitive.
1315
+ */
1316
+ sensitive?: pulumi.Input<boolean>;
1317
+ /**
1318
+ * The value of the resource display name.
1319
+ */
1320
+ value?: pulumi.Input<string>;
1321
+ }
1118
1322
  export interface GetEndUserMyRequestsRequested {
1119
1323
  /**
1120
1324
  * ID of the access scope
@@ -1761,16 +1965,84 @@ export interface GetPrincipalEntitlementsTargetPrincipalArgs {
1761
1965
  externalId: pulumi.Input<string>;
1762
1966
  type: pulumi.Input<string>;
1763
1967
  }
1968
+ export interface GetPushProviderConfiguration {
1969
+ apnsConfiguration?: inputs.GetPushProviderConfigurationApnsConfiguration;
1970
+ fcmConfiguration?: inputs.GetPushProviderConfigurationFcmConfiguration;
1971
+ }
1972
+ export interface GetPushProviderConfigurationArgs {
1973
+ apnsConfiguration?: pulumi.Input<inputs.GetPushProviderConfigurationApnsConfigurationArgs>;
1974
+ fcmConfiguration?: pulumi.Input<inputs.GetPushProviderConfigurationFcmConfigurationArgs>;
1975
+ }
1976
+ export interface GetPushProviderConfigurationApnsConfiguration {
1977
+ /**
1978
+ * File name for Admin Console display.
1979
+ */
1980
+ fileName?: string;
1981
+ /**
1982
+ * 10-character Key ID obtained from the Apple developer account. Required for APNS provider type.
1983
+ */
1984
+ keyId?: string;
1985
+ /**
1986
+ * 10-character Team ID used to develop the iOS app. Required for APNS provider type.
1987
+ */
1988
+ teamId?: string;
1989
+ }
1990
+ export interface GetPushProviderConfigurationApnsConfigurationArgs {
1991
+ /**
1992
+ * File name for Admin Console display.
1993
+ */
1994
+ fileName?: pulumi.Input<string>;
1995
+ /**
1996
+ * 10-character Key ID obtained from the Apple developer account. Required for APNS provider type.
1997
+ */
1998
+ keyId?: pulumi.Input<string>;
1999
+ /**
2000
+ * 10-character Team ID used to develop the iOS app. Required for APNS provider type.
2001
+ */
2002
+ teamId?: pulumi.Input<string>;
2003
+ }
2004
+ export interface GetPushProviderConfigurationFcmConfiguration {
2005
+ /**
2006
+ * JSON containing the private service account key and service account details. Required for FCM provider type.
2007
+ */
2008
+ serviceAccountJson?: inputs.GetPushProviderConfigurationFcmConfigurationServiceAccountJson;
2009
+ }
2010
+ export interface GetPushProviderConfigurationFcmConfigurationArgs {
2011
+ /**
2012
+ * JSON containing the private service account key and service account details. Required for FCM provider type.
2013
+ */
2014
+ serviceAccountJson?: pulumi.Input<inputs.GetPushProviderConfigurationFcmConfigurationServiceAccountJsonArgs>;
2015
+ }
2016
+ export interface GetPushProviderConfigurationFcmConfigurationServiceAccountJson {
2017
+ /**
2018
+ * File name for Admin Console display.
2019
+ */
2020
+ fileName?: string;
2021
+ /**
2022
+ * The project ID.
2023
+ */
2024
+ projectId?: string;
2025
+ }
2026
+ export interface GetPushProviderConfigurationFcmConfigurationServiceAccountJsonArgs {
2027
+ /**
2028
+ * File name for Admin Console display.
2029
+ */
2030
+ fileName?: pulumi.Input<string>;
2031
+ /**
2032
+ * The project ID.
2033
+ */
2034
+ projectId?: pulumi.Input<string>;
2035
+ }
1764
2036
  export interface GetRequestConditionAccessScopeSettings {
1765
2037
  /**
1766
- * List of groups/entitlement bundles.
2038
+ * Block list of groups/entitlement bundles ids.
1767
2039
  */
1768
2040
  ids?: inputs.GetRequestConditionAccessScopeSettingsId[];
1769
2041
  type?: string;
1770
2042
  }
1771
2043
  export interface GetRequestConditionAccessScopeSettingsArgs {
1772
2044
  /**
1773
- * List of groups/entitlement bundles.
2045
+ * Block list of groups/entitlement bundles ids.
1774
2046
  */
1775
2047
  ids?: pulumi.Input<pulumi.Input<inputs.GetRequestConditionAccessScopeSettingsIdArgs>[]>;
1776
2048
  type?: pulumi.Input<string>;
@@ -1789,14 +2061,14 @@ export interface GetRequestConditionAccessScopeSettingsIdArgs {
1789
2061
  }
1790
2062
  export interface GetRequestConditionRequesterSettings {
1791
2063
  /**
1792
- * List of teams/groups ids.
2064
+ * Block list of teams/groups ids.
1793
2065
  */
1794
2066
  ids?: inputs.GetRequestConditionRequesterSettingsId[];
1795
2067
  type?: string;
1796
2068
  }
1797
2069
  export interface GetRequestConditionRequesterSettingsArgs {
1798
2070
  /**
1799
- * List of teams/groups ids.
2071
+ * Block list of teams/groups ids.
1800
2072
  */
1801
2073
  ids?: pulumi.Input<pulumi.Input<inputs.GetRequestConditionRequesterSettingsIdArgs>[]>;
1802
2074
  type?: pulumi.Input<string>;
@@ -2211,6 +2483,112 @@ export interface GetReviewReviewerProfileArgs {
2211
2483
  login?: pulumi.Input<string>;
2212
2484
  status?: pulumi.Input<string>;
2213
2485
  }
2486
+ export interface GetSecurityEventsProviderSettings {
2487
+ /**
2488
+ * Issuer URL.
2489
+ */
2490
+ issuer?: string;
2491
+ /**
2492
+ * The public URL where the JWKS public key is uploaded.
2493
+ */
2494
+ jwksUrl?: string;
2495
+ /**
2496
+ * The published well-known URL of the Security Events Provider (the SSF transmitter).
2497
+ */
2498
+ wellKnownUrl?: string;
2499
+ }
2500
+ export interface GetSecurityEventsProviderSettingsArgs {
2501
+ /**
2502
+ * Issuer URL.
2503
+ */
2504
+ issuer?: pulumi.Input<string>;
2505
+ /**
2506
+ * The public URL where the JWKS public key is uploaded.
2507
+ */
2508
+ jwksUrl?: pulumi.Input<string>;
2509
+ /**
2510
+ * The published well-known URL of the Security Events Provider (the SSF transmitter).
2511
+ */
2512
+ wellKnownUrl?: pulumi.Input<string>;
2513
+ }
2514
+ export interface GetUiSchemaUiSchema {
2515
+ /**
2516
+ * Specifies the button label for the Submit button at the bottom of the enrollment form.
2517
+ */
2518
+ buttonLabel?: string;
2519
+ elements?: inputs.GetUiSchemaUiSchemaElement[];
2520
+ /**
2521
+ * Specifies the label at the top of the enrollment form under the logo.
2522
+ */
2523
+ label?: string;
2524
+ /**
2525
+ * Specifies the type of layout.
2526
+ */
2527
+ type?: string;
2528
+ }
2529
+ export interface GetUiSchemaUiSchemaArgs {
2530
+ /**
2531
+ * Specifies the button label for the Submit button at the bottom of the enrollment form.
2532
+ */
2533
+ buttonLabel?: pulumi.Input<string>;
2534
+ elements?: pulumi.Input<pulumi.Input<inputs.GetUiSchemaUiSchemaElementArgs>[]>;
2535
+ /**
2536
+ * Specifies the label at the top of the enrollment form under the logo.
2537
+ */
2538
+ label?: pulumi.Input<string>;
2539
+ /**
2540
+ * Specifies the type of layout.
2541
+ */
2542
+ type?: pulumi.Input<string>;
2543
+ }
2544
+ export interface GetUiSchemaUiSchemaElement {
2545
+ /**
2546
+ * Label name for the UI element.
2547
+ */
2548
+ label?: string;
2549
+ /**
2550
+ * UI Schema element options object.
2551
+ */
2552
+ options?: inputs.GetUiSchemaUiSchemaElementOptions;
2553
+ /**
2554
+ * Specifies the property bound to the input field. It must follow the format #/properties/PROPERTY_NAME where PROPERTY_NAME is a variable name for an attribute in profile editor.
2555
+ */
2556
+ scope?: string;
2557
+ /**
2558
+ * Specifies the relationship between this input element and scope. The Control value specifies that this input controls the value represented by scope.
2559
+ */
2560
+ type?: string;
2561
+ }
2562
+ export interface GetUiSchemaUiSchemaElementArgs {
2563
+ /**
2564
+ * Label name for the UI element.
2565
+ */
2566
+ label?: pulumi.Input<string>;
2567
+ /**
2568
+ * UI Schema element options object.
2569
+ */
2570
+ options?: pulumi.Input<inputs.GetUiSchemaUiSchemaElementOptionsArgs>;
2571
+ /**
2572
+ * Specifies the property bound to the input field. It must follow the format #/properties/PROPERTY_NAME where PROPERTY_NAME is a variable name for an attribute in profile editor.
2573
+ */
2574
+ scope?: pulumi.Input<string>;
2575
+ /**
2576
+ * Specifies the relationship between this input element and scope. The Control value specifies that this input controls the value represented by scope.
2577
+ */
2578
+ type?: pulumi.Input<string>;
2579
+ }
2580
+ export interface GetUiSchemaUiSchemaElementOptions {
2581
+ /**
2582
+ * Specifies how the input appears.
2583
+ */
2584
+ format?: string;
2585
+ }
2586
+ export interface GetUiSchemaUiSchemaElementOptionsArgs {
2587
+ /**
2588
+ * Specifies how the input appears.
2589
+ */
2590
+ format?: pulumi.Input<string>;
2591
+ }
2214
2592
  export interface GroupSchemaPropertyArrayOneOf {
2215
2593
  /**
2216
2594
  * Value mapping to member of `arrayEnum`
@@ -2306,6 +2684,80 @@ export interface PreviewSigninPageWidgetCustomizations {
2306
2684
  usernameLabel?: pulumi.Input<string>;
2307
2685
  widgetGeneration: pulumi.Input<string>;
2308
2686
  }
2687
+ export interface PushProviderConfiguration {
2688
+ apnsConfiguration?: pulumi.Input<inputs.PushProviderConfigurationApnsConfiguration>;
2689
+ fcmConfiguration?: pulumi.Input<inputs.PushProviderConfigurationFcmConfiguration>;
2690
+ }
2691
+ export interface PushProviderConfigurationApnsConfiguration {
2692
+ /**
2693
+ * File name for Admin Console display.
2694
+ */
2695
+ fileName?: pulumi.Input<string>;
2696
+ /**
2697
+ * 10-character Key ID obtained from the Apple developer account. Required for APNS provider type.
2698
+ */
2699
+ keyId?: pulumi.Input<string>;
2700
+ /**
2701
+ * 10-character Team ID used to develop the iOS app. Required for APNS provider type.
2702
+ */
2703
+ teamId?: pulumi.Input<string>;
2704
+ /**
2705
+ * APNs private authentication token signing key. Required for APNS provider type.
2706
+ */
2707
+ tokenSigningKey?: pulumi.Input<string>;
2708
+ }
2709
+ export interface PushProviderConfigurationFcmConfiguration {
2710
+ /**
2711
+ * JSON containing the private service account key and service account details. Required for FCM provider type.
2712
+ */
2713
+ serviceAccountJson?: pulumi.Input<inputs.PushProviderConfigurationFcmConfigurationServiceAccountJson>;
2714
+ }
2715
+ export interface PushProviderConfigurationFcmConfigurationServiceAccountJson {
2716
+ /**
2717
+ * The auth provider x509 cert URL.
2718
+ */
2719
+ authProviderX509CertUrl?: pulumi.Input<string>;
2720
+ /**
2721
+ * The auth URI.
2722
+ */
2723
+ authUri?: pulumi.Input<string>;
2724
+ /**
2725
+ * The client email.
2726
+ */
2727
+ clientEmail?: pulumi.Input<string>;
2728
+ /**
2729
+ * The client ID.
2730
+ */
2731
+ clientId?: pulumi.Input<string>;
2732
+ /**
2733
+ * The client x509 cert URL.
2734
+ */
2735
+ clientX509CertUrl?: pulumi.Input<string>;
2736
+ /**
2737
+ * File name for Admin Console display.
2738
+ */
2739
+ fileName?: pulumi.Input<string>;
2740
+ /**
2741
+ * The private key.
2742
+ */
2743
+ privateKey?: pulumi.Input<string>;
2744
+ /**
2745
+ * The private key ID.
2746
+ */
2747
+ privateKeyId?: pulumi.Input<string>;
2748
+ /**
2749
+ * The project ID.
2750
+ */
2751
+ projectId?: pulumi.Input<string>;
2752
+ /**
2753
+ * The token URI.
2754
+ */
2755
+ tokenUri?: pulumi.Input<string>;
2756
+ /**
2757
+ * The type of the service account.
2758
+ */
2759
+ type?: pulumi.Input<string>;
2760
+ }
2309
2761
  export interface RateLimitingUseCaseModeOverrides {
2310
2762
  loginPage?: pulumi.Input<string>;
2311
2763
  oauth2Authorize?: pulumi.Input<string>;
@@ -2320,7 +2772,7 @@ export interface RequestConditionAccessDurationSettings {
2320
2772
  }
2321
2773
  export interface RequestConditionAccessScopeSettings {
2322
2774
  /**
2323
- * List of groups/entitlement bundles.
2775
+ * Block list of groups/entitlement bundles ids.
2324
2776
  */
2325
2777
  ids?: pulumi.Input<pulumi.Input<inputs.RequestConditionAccessScopeSettingsId>[]>;
2326
2778
  type: pulumi.Input<string>;
@@ -2333,7 +2785,7 @@ export interface RequestConditionAccessScopeSettingsId {
2333
2785
  }
2334
2786
  export interface RequestConditionRequesterSettings {
2335
2787
  /**
2336
- * List of teams/groups ids.
2788
+ * Block list of teams/groups ids.
2337
2789
  */
2338
2790
  ids?: pulumi.Input<pulumi.Input<inputs.RequestConditionRequesterSettingsId>[]>;
2339
2791
  type: pulumi.Input<string>;
@@ -2426,7 +2878,7 @@ export interface RequestV2RequestedFor {
2426
2878
  }
2427
2879
  export interface RequestV2RequesterFieldValue {
2428
2880
  /**
2429
- * The ID of a requester field.
2881
+ * Request condition id.
2430
2882
  */
2431
2883
  id?: pulumi.Input<string>;
2432
2884
  /**
@@ -2449,6 +2901,20 @@ export interface RequestV2RequesterFieldValue {
2449
2901
  export interface RequestV2RequesterFieldValueValue {
2450
2902
  value?: pulumi.Input<string>;
2451
2903
  }
2904
+ export interface SecurityEventsProviderSettings {
2905
+ /**
2906
+ * Issuer URL. Maximum length: 700 characters. To be used along with `jwksUrl`.
2907
+ */
2908
+ issuer?: pulumi.Input<string>;
2909
+ /**
2910
+ * The public URL where the JWKS public key is uploaded. Maximum length: 1000 characters. To be used along with `issuer`.
2911
+ */
2912
+ jwksUrl?: pulumi.Input<string>;
2913
+ /**
2914
+ * The published well-known URL of the Security Events Provider (the SSF transmitter). Maximum length: 1000 characters.
2915
+ */
2916
+ wellKnownUrl?: pulumi.Input<string>;
2917
+ }
2452
2918
  export interface TemplateSmsTranslation {
2453
2919
  /**
2454
2920
  * The language to map the template to.
@@ -2459,31 +2925,588 @@ export interface TemplateSmsTranslation {
2459
2925
  */
2460
2926
  template: pulumi.Input<string>;
2461
2927
  }
2462
- export interface UserSchemaPropertyArrayOneOf {
2928
+ export interface UiSchemaUiSchema {
2463
2929
  /**
2464
- * Value mapping to member of `arrayEnum`
2930
+ * Specifies the button label for the Submit button at the bottom of the enrollment form.
2465
2931
  */
2466
- const: pulumi.Input<string>;
2932
+ buttonLabel?: pulumi.Input<string>;
2933
+ elements?: pulumi.Input<pulumi.Input<inputs.UiSchemaUiSchemaElement>[]>;
2467
2934
  /**
2468
- * Display name for the enum value.
2935
+ * Specifies the label at the top of the enrollment form under the logo.
2936
+ */
2937
+ label?: pulumi.Input<string>;
2938
+ /**
2939
+ * Specifies the type of layout.
2469
2940
  */
2470
- title: pulumi.Input<string>;
2471
- }
2472
- export interface UserSchemaPropertyMasterOverridePriority {
2473
2941
  type?: pulumi.Input<string>;
2474
- value: pulumi.Input<string>;
2475
2942
  }
2476
- export interface UserSchemaPropertyOneOf {
2943
+ export interface UiSchemaUiSchemaElement {
2477
2944
  /**
2478
- * Enum value
2945
+ * Label name for the UI element.
2479
2946
  */
2480
- const: pulumi.Input<string>;
2947
+ label?: pulumi.Input<string>;
2948
+ /**
2949
+ * UI Schema element options object.
2950
+ */
2951
+ options?: pulumi.Input<inputs.UiSchemaUiSchemaElementOptions>;
2952
+ /**
2953
+ * Specifies the property bound to the input field. It must follow the format #/properties/PROPERTY_NAME where PROPERTY_NAME is a variable name for an attribute in profile editor.
2954
+ */
2955
+ scope: pulumi.Input<string>;
2956
+ /**
2957
+ * Specifies the relationship between this input element and scope. The Control value specifies that this input controls the value represented by scope.
2958
+ */
2959
+ type?: pulumi.Input<string>;
2960
+ }
2961
+ export interface UiSchemaUiSchemaElementOptions {
2962
+ /**
2963
+ * Specifies how the input appears.
2964
+ */
2965
+ format?: pulumi.Input<string>;
2966
+ }
2967
+ export interface UserSchemaPropertyArrayOneOf {
2968
+ /**
2969
+ * Value mapping to member of `arrayEnum`
2970
+ */
2971
+ const: pulumi.Input<string>;
2972
+ /**
2973
+ * Display name for the enum value.
2974
+ */
2975
+ title: pulumi.Input<string>;
2976
+ }
2977
+ export interface UserSchemaPropertyMasterOverridePriority {
2978
+ type?: pulumi.Input<string>;
2979
+ value: pulumi.Input<string>;
2980
+ }
2981
+ export interface UserSchemaPropertyOneOf {
2982
+ /**
2983
+ * Enum value
2984
+ */
2985
+ const: pulumi.Input<string>;
2481
2986
  /**
2482
2987
  * Enum title
2483
2988
  */
2484
2989
  title: pulumi.Input<string>;
2485
2990
  }
2486
2991
  export declare namespace app {
2992
+ interface ConnectionProfile {
2993
+ /**
2994
+ * Authentication scheme. Valid values are TOKEN or OAUTH2.
2995
+ */
2996
+ authScheme: pulumi.Input<string>;
2997
+ /**
2998
+ * OAuth2 client ID (required for OAUTH2 auth scheme).
2999
+ */
3000
+ clientId?: pulumi.Input<string>;
3001
+ /**
3002
+ * Additional settings for OAuth2 authentication.
3003
+ */
3004
+ settings?: pulumi.Input<inputs.app.ConnectionProfileSettings>;
3005
+ /**
3006
+ * Signing configuration.
3007
+ */
3008
+ signing?: pulumi.Input<inputs.app.ConnectionProfileSigning>;
3009
+ /**
3010
+ * Authentication token (required for TOKEN auth scheme).
3011
+ */
3012
+ token?: pulumi.Input<string>;
3013
+ }
3014
+ interface ConnectionProfileSettings {
3015
+ /**
3016
+ * Admin password for OAuth2.
3017
+ */
3018
+ adminPassword?: pulumi.Input<string>;
3019
+ /**
3020
+ * Admin username for OAuth2.
3021
+ */
3022
+ adminUsername?: pulumi.Input<string>;
3023
+ }
3024
+ interface ConnectionProfileSigning {
3025
+ /**
3026
+ * Token rotation mode.
3027
+ */
3028
+ rotationMode?: pulumi.Input<string>;
3029
+ }
3030
+ interface FeaturesCapabilities {
3031
+ /**
3032
+ * (Optional) Block for create lifecycle settings:
3033
+ */
3034
+ create?: pulumi.Input<inputs.app.FeaturesCapabilitiesCreate>;
3035
+ /**
3036
+ * (Optional) Block for import rules configuration:
3037
+ */
3038
+ importRules?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportRules>;
3039
+ /**
3040
+ * (Optional) Block for import settings configuration:
3041
+ */
3042
+ importSettings?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportSettings>;
3043
+ /**
3044
+ * (Optional) Block for update settings:
3045
+ */
3046
+ update?: pulumi.Input<inputs.app.FeaturesCapabilitiesUpdate>;
3047
+ }
3048
+ interface FeaturesCapabilitiesCreate {
3049
+ /**
3050
+ * (Optional) Block for create lifecycle configuration:
3051
+ */
3052
+ lifecycleCreate?: pulumi.Input<inputs.app.FeaturesCapabilitiesCreateLifecycleCreate>;
3053
+ }
3054
+ interface FeaturesCapabilitiesCreateLifecycleCreate {
3055
+ /**
3056
+ * The status of the feature. Valid values are `ENABLED` or `DISABLED`.
3057
+ */
3058
+ status?: pulumi.Input<string>;
3059
+ }
3060
+ interface FeaturesCapabilitiesImportRules {
3061
+ /**
3062
+ * (Optional) Block for user matching and creation rules:
3063
+ */
3064
+ userCreateAndMatch?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportRulesUserCreateAndMatch>;
3065
+ }
3066
+ interface FeaturesCapabilitiesImportRulesUserCreateAndMatch {
3067
+ /**
3068
+ * (Optional) Whether to allow partial matching based on first and last names.
3069
+ */
3070
+ allowPartialMatch?: pulumi.Input<boolean>;
3071
+ /**
3072
+ * (Optional) Whether imported new users are automatically activated.
3073
+ */
3074
+ autoActivateNewUsers?: pulumi.Input<boolean>;
3075
+ /**
3076
+ * (Optional) Whether exact-matched users are automatically confirmed.
3077
+ */
3078
+ autoconfirmExactMatch?: pulumi.Input<boolean>;
3079
+ /**
3080
+ * (Optional) Whether imported new users are automatically confirmed.
3081
+ */
3082
+ autoconfirmNewUsers?: pulumi.Input<boolean>;
3083
+ /**
3084
+ * (Optional) Whether partially matched users are automatically confirmed.
3085
+ */
3086
+ autoconfirmPartialMatch?: pulumi.Input<boolean>;
3087
+ /**
3088
+ * (Optional) Attribute used for exact matching (e.g., `USERNAME`, `EMAIL`).
3089
+ */
3090
+ exactMatchCriteria?: pulumi.Input<string>;
3091
+ }
3092
+ interface FeaturesCapabilitiesImportSettings {
3093
+ /**
3094
+ * (Optional) Block for import schedule configuration:
3095
+ */
3096
+ schedule?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportSettingsSchedule>;
3097
+ /**
3098
+ * (Optional) Block for username configuration:
3099
+ */
3100
+ username?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportSettingsUsername>;
3101
+ }
3102
+ interface FeaturesCapabilitiesImportSettingsSchedule {
3103
+ /**
3104
+ * (Optional) Block for full import schedule:
3105
+ */
3106
+ fullImport?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportSettingsScheduleFullImport>;
3107
+ /**
3108
+ * (Optional) Block for incremental import schedule:
3109
+ */
3110
+ incrementalImport?: pulumi.Input<inputs.app.FeaturesCapabilitiesImportSettingsScheduleIncrementalImport>;
3111
+ /**
3112
+ * The status of the feature. Valid values are `ENABLED` or `DISABLED`.
3113
+ */
3114
+ status?: pulumi.Input<string>;
3115
+ }
3116
+ interface FeaturesCapabilitiesImportSettingsScheduleFullImport {
3117
+ /**
3118
+ * (Optional) UNIX cron expression for incremental import schedule.
3119
+ */
3120
+ expression?: pulumi.Input<string>;
3121
+ /**
3122
+ * (Optional) IANA timezone name for the schedule.
3123
+ */
3124
+ timezone?: pulumi.Input<string>;
3125
+ }
3126
+ interface FeaturesCapabilitiesImportSettingsScheduleIncrementalImport {
3127
+ /**
3128
+ * (Optional) UNIX cron expression for incremental import schedule.
3129
+ */
3130
+ expression?: pulumi.Input<string>;
3131
+ /**
3132
+ * (Optional) IANA timezone name for the schedule.
3133
+ */
3134
+ timezone?: pulumi.Input<string>;
3135
+ }
3136
+ interface FeaturesCapabilitiesImportSettingsUsername {
3137
+ /**
3138
+ * (Optional) Okta Expression Language statement for custom username format.
3139
+ */
3140
+ usernameExpression?: pulumi.Input<string>;
3141
+ /**
3142
+ * (Optional) Format for usernames (e.g., `EMAIL`, `CUSTOM`).
3143
+ */
3144
+ usernameFormat?: pulumi.Input<string>;
3145
+ }
3146
+ interface FeaturesCapabilitiesUpdate {
3147
+ /**
3148
+ * (Optional) Block for deactivation lifecycle configuration:
3149
+ */
3150
+ lifecycleDeactivate?: pulumi.Input<inputs.app.FeaturesCapabilitiesUpdateLifecycleDeactivate>;
3151
+ /**
3152
+ * (Optional) Block for password synchronization settings:
3153
+ */
3154
+ password?: pulumi.Input<inputs.app.FeaturesCapabilitiesUpdatePassword>;
3155
+ /**
3156
+ * (Optional) Block for profile update settings:
3157
+ */
3158
+ profile?: pulumi.Input<inputs.app.FeaturesCapabilitiesUpdateProfile>;
3159
+ }
3160
+ interface FeaturesCapabilitiesUpdateLifecycleDeactivate {
3161
+ /**
3162
+ * The status of the feature. Valid values are `ENABLED` or `DISABLED`.
3163
+ */
3164
+ status?: pulumi.Input<string>;
3165
+ }
3166
+ interface FeaturesCapabilitiesUpdatePassword {
3167
+ /**
3168
+ * (Optional) Determines password change behavior. Valid values are `CHANGE` or `KEEP_EXISTING`.
3169
+ */
3170
+ change?: pulumi.Input<string>;
3171
+ /**
3172
+ * (Optional) Determines password source. Valid values are `OKTA` or `RANDOM`.
3173
+ */
3174
+ seed?: pulumi.Input<string>;
3175
+ /**
3176
+ * The status of the feature. Valid values are `ENABLED` or `DISABLED`.
3177
+ */
3178
+ status?: pulumi.Input<string>;
3179
+ }
3180
+ interface FeaturesCapabilitiesUpdateProfile {
3181
+ /**
3182
+ * The status of the feature. Valid values are `ENABLED` or `DISABLED`.
3183
+ */
3184
+ status?: pulumi.Input<string>;
3185
+ }
3186
+ interface GetConnectionProfile {
3187
+ /**
3188
+ * Defines the method of authentication.
3189
+ */
3190
+ authScheme?: string;
3191
+ }
3192
+ interface GetConnectionProfileArgs {
3193
+ /**
3194
+ * Defines the method of authentication.
3195
+ */
3196
+ authScheme?: pulumi.Input<string>;
3197
+ }
3198
+ interface GetFeaturesCapabilities {
3199
+ /**
3200
+ * Block for create lifecycle settings:
3201
+ */
3202
+ create?: inputs.app.GetFeaturesCapabilitiesCreate;
3203
+ /**
3204
+ * Block for import rules configuration:
3205
+ */
3206
+ importRules?: inputs.app.GetFeaturesCapabilitiesImportRules;
3207
+ /**
3208
+ * Block for import settings configuration:
3209
+ */
3210
+ importSettings?: inputs.app.GetFeaturesCapabilitiesImportSettings;
3211
+ /**
3212
+ * Block for update settings:
3213
+ */
3214
+ update?: inputs.app.GetFeaturesCapabilitiesUpdate;
3215
+ }
3216
+ interface GetFeaturesCapabilitiesArgs {
3217
+ /**
3218
+ * Block for create lifecycle settings:
3219
+ */
3220
+ create?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesCreateArgs>;
3221
+ /**
3222
+ * Block for import rules configuration:
3223
+ */
3224
+ importRules?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportRulesArgs>;
3225
+ /**
3226
+ * Block for import settings configuration:
3227
+ */
3228
+ importSettings?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportSettingsArgs>;
3229
+ /**
3230
+ * Block for update settings:
3231
+ */
3232
+ update?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesUpdateArgs>;
3233
+ }
3234
+ interface GetFeaturesCapabilitiesCreate {
3235
+ /**
3236
+ * Block for create lifecycle configuration:
3237
+ */
3238
+ lifecycleCreate?: inputs.app.GetFeaturesCapabilitiesCreateLifecycleCreate;
3239
+ }
3240
+ interface GetFeaturesCapabilitiesCreateArgs {
3241
+ /**
3242
+ * Block for create lifecycle configuration:
3243
+ */
3244
+ lifecycleCreate?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesCreateLifecycleCreateArgs>;
3245
+ }
3246
+ interface GetFeaturesCapabilitiesCreateLifecycleCreate {
3247
+ /**
3248
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3249
+ */
3250
+ status?: string;
3251
+ }
3252
+ interface GetFeaturesCapabilitiesCreateLifecycleCreateArgs {
3253
+ /**
3254
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3255
+ */
3256
+ status?: pulumi.Input<string>;
3257
+ }
3258
+ interface GetFeaturesCapabilitiesImportRules {
3259
+ /**
3260
+ * Block for user matching and creation rules:
3261
+ */
3262
+ userCreateAndMatch?: inputs.app.GetFeaturesCapabilitiesImportRulesUserCreateAndMatch;
3263
+ }
3264
+ interface GetFeaturesCapabilitiesImportRulesArgs {
3265
+ /**
3266
+ * Block for user matching and creation rules:
3267
+ */
3268
+ userCreateAndMatch?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportRulesUserCreateAndMatchArgs>;
3269
+ }
3270
+ interface GetFeaturesCapabilitiesImportRulesUserCreateAndMatch {
3271
+ /**
3272
+ * (Boolean) Whether to allow partial matching based on first and last names.
3273
+ */
3274
+ allowPartialMatch?: boolean;
3275
+ /**
3276
+ * (Boolean) Whether imported new users are automatically activated.
3277
+ */
3278
+ autoActivateNewUsers?: boolean;
3279
+ /**
3280
+ * (Boolean) Whether exact-matched users are automatically confirmed.
3281
+ */
3282
+ autoconfirmExactMatch?: boolean;
3283
+ /**
3284
+ * (Boolean) Whether imported new users are automatically confirmed.
3285
+ */
3286
+ autoconfirmNewUsers?: boolean;
3287
+ /**
3288
+ * (Boolean) Whether partially matched users are automatically confirmed.
3289
+ */
3290
+ autoconfirmPartialMatch?: boolean;
3291
+ /**
3292
+ * (String) Attribute used for exact matching (e.g., `USERNAME`, `EMAIL`).
3293
+ */
3294
+ exactMatchCriteria?: string;
3295
+ }
3296
+ interface GetFeaturesCapabilitiesImportRulesUserCreateAndMatchArgs {
3297
+ /**
3298
+ * (Boolean) Whether to allow partial matching based on first and last names.
3299
+ */
3300
+ allowPartialMatch?: pulumi.Input<boolean>;
3301
+ /**
3302
+ * (Boolean) Whether imported new users are automatically activated.
3303
+ */
3304
+ autoActivateNewUsers?: pulumi.Input<boolean>;
3305
+ /**
3306
+ * (Boolean) Whether exact-matched users are automatically confirmed.
3307
+ */
3308
+ autoconfirmExactMatch?: pulumi.Input<boolean>;
3309
+ /**
3310
+ * (Boolean) Whether imported new users are automatically confirmed.
3311
+ */
3312
+ autoconfirmNewUsers?: pulumi.Input<boolean>;
3313
+ /**
3314
+ * (Boolean) Whether partially matched users are automatically confirmed.
3315
+ */
3316
+ autoconfirmPartialMatch?: pulumi.Input<boolean>;
3317
+ /**
3318
+ * (String) Attribute used for exact matching (e.g., `USERNAME`, `EMAIL`).
3319
+ */
3320
+ exactMatchCriteria?: pulumi.Input<string>;
3321
+ }
3322
+ interface GetFeaturesCapabilitiesImportSettings {
3323
+ /**
3324
+ * Block for import schedule configuration:
3325
+ */
3326
+ schedule?: inputs.app.GetFeaturesCapabilitiesImportSettingsSchedule;
3327
+ /**
3328
+ * Block for username configuration:
3329
+ */
3330
+ username?: inputs.app.GetFeaturesCapabilitiesImportSettingsUsername;
3331
+ }
3332
+ interface GetFeaturesCapabilitiesImportSettingsArgs {
3333
+ /**
3334
+ * Block for import schedule configuration:
3335
+ */
3336
+ schedule?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportSettingsScheduleArgs>;
3337
+ /**
3338
+ * Block for username configuration:
3339
+ */
3340
+ username?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportSettingsUsernameArgs>;
3341
+ }
3342
+ interface GetFeaturesCapabilitiesImportSettingsSchedule {
3343
+ /**
3344
+ * Block for full import schedule:
3345
+ */
3346
+ fullImport?: inputs.app.GetFeaturesCapabilitiesImportSettingsScheduleFullImport;
3347
+ /**
3348
+ * Block for incremental import schedule:
3349
+ */
3350
+ incrementalImport?: inputs.app.GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImport;
3351
+ /**
3352
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3353
+ */
3354
+ status?: string;
3355
+ }
3356
+ interface GetFeaturesCapabilitiesImportSettingsScheduleArgs {
3357
+ /**
3358
+ * Block for full import schedule:
3359
+ */
3360
+ fullImport?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportSettingsScheduleFullImportArgs>;
3361
+ /**
3362
+ * Block for incremental import schedule:
3363
+ */
3364
+ incrementalImport?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImportArgs>;
3365
+ /**
3366
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3367
+ */
3368
+ status?: pulumi.Input<string>;
3369
+ }
3370
+ interface GetFeaturesCapabilitiesImportSettingsScheduleFullImport {
3371
+ /**
3372
+ * (String) UNIX cron expression for incremental import schedule.
3373
+ */
3374
+ expression?: string;
3375
+ /**
3376
+ * (String) IANA timezone name for the schedule.
3377
+ */
3378
+ timezone?: string;
3379
+ }
3380
+ interface GetFeaturesCapabilitiesImportSettingsScheduleFullImportArgs {
3381
+ /**
3382
+ * (String) UNIX cron expression for incremental import schedule.
3383
+ */
3384
+ expression?: pulumi.Input<string>;
3385
+ /**
3386
+ * (String) IANA timezone name for the schedule.
3387
+ */
3388
+ timezone?: pulumi.Input<string>;
3389
+ }
3390
+ interface GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImport {
3391
+ /**
3392
+ * (String) UNIX cron expression for incremental import schedule.
3393
+ */
3394
+ expression?: string;
3395
+ /**
3396
+ * (String) IANA timezone name for the schedule.
3397
+ */
3398
+ timezone?: string;
3399
+ }
3400
+ interface GetFeaturesCapabilitiesImportSettingsScheduleIncrementalImportArgs {
3401
+ /**
3402
+ * (String) UNIX cron expression for incremental import schedule.
3403
+ */
3404
+ expression?: pulumi.Input<string>;
3405
+ /**
3406
+ * (String) IANA timezone name for the schedule.
3407
+ */
3408
+ timezone?: pulumi.Input<string>;
3409
+ }
3410
+ interface GetFeaturesCapabilitiesImportSettingsUsername {
3411
+ /**
3412
+ * (String) Okta Expression Language statement for custom username format.
3413
+ */
3414
+ usernameExpression?: string;
3415
+ /**
3416
+ * (String) Format for usernames (e.g., `EMAIL`, `CUSTOM`).
3417
+ */
3418
+ usernameFormat?: string;
3419
+ }
3420
+ interface GetFeaturesCapabilitiesImportSettingsUsernameArgs {
3421
+ /**
3422
+ * (String) Okta Expression Language statement for custom username format.
3423
+ */
3424
+ usernameExpression?: pulumi.Input<string>;
3425
+ /**
3426
+ * (String) Format for usernames (e.g., `EMAIL`, `CUSTOM`).
3427
+ */
3428
+ usernameFormat?: pulumi.Input<string>;
3429
+ }
3430
+ interface GetFeaturesCapabilitiesUpdate {
3431
+ /**
3432
+ * Block for deactivation lifecycle configuration:
3433
+ */
3434
+ lifecycleDeactivate?: inputs.app.GetFeaturesCapabilitiesUpdateLifecycleDeactivate;
3435
+ /**
3436
+ * Block for password synchronization settings:
3437
+ */
3438
+ password?: inputs.app.GetFeaturesCapabilitiesUpdatePassword;
3439
+ /**
3440
+ * Block for profile update settings:
3441
+ */
3442
+ profile?: inputs.app.GetFeaturesCapabilitiesUpdateProfile;
3443
+ }
3444
+ interface GetFeaturesCapabilitiesUpdateArgs {
3445
+ /**
3446
+ * Block for deactivation lifecycle configuration:
3447
+ */
3448
+ lifecycleDeactivate?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesUpdateLifecycleDeactivateArgs>;
3449
+ /**
3450
+ * Block for password synchronization settings:
3451
+ */
3452
+ password?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesUpdatePasswordArgs>;
3453
+ /**
3454
+ * Block for profile update settings:
3455
+ */
3456
+ profile?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesUpdateProfileArgs>;
3457
+ }
3458
+ interface GetFeaturesCapabilitiesUpdateLifecycleDeactivate {
3459
+ /**
3460
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3461
+ */
3462
+ status?: string;
3463
+ }
3464
+ interface GetFeaturesCapabilitiesUpdateLifecycleDeactivateArgs {
3465
+ /**
3466
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3467
+ */
3468
+ status?: pulumi.Input<string>;
3469
+ }
3470
+ interface GetFeaturesCapabilitiesUpdatePassword {
3471
+ /**
3472
+ * (String) Determines password change behavior. Valid values are `CHANGE` or `KEEP_EXISTING`.
3473
+ */
3474
+ change?: string;
3475
+ /**
3476
+ * (String) Determines password source. Valid values are `OKTA` or `RANDOM`.
3477
+ */
3478
+ seed?: string;
3479
+ /**
3480
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3481
+ */
3482
+ status?: string;
3483
+ }
3484
+ interface GetFeaturesCapabilitiesUpdatePasswordArgs {
3485
+ /**
3486
+ * (String) Determines password change behavior. Valid values are `CHANGE` or `KEEP_EXISTING`.
3487
+ */
3488
+ change?: pulumi.Input<string>;
3489
+ /**
3490
+ * (String) Determines password source. Valid values are `OKTA` or `RANDOM`.
3491
+ */
3492
+ seed?: pulumi.Input<string>;
3493
+ /**
3494
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3495
+ */
3496
+ status?: pulumi.Input<string>;
3497
+ }
3498
+ interface GetFeaturesCapabilitiesUpdateProfile {
3499
+ /**
3500
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3501
+ */
3502
+ status?: string;
3503
+ }
3504
+ interface GetFeaturesCapabilitiesUpdateProfileArgs {
3505
+ /**
3506
+ * (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
3507
+ */
3508
+ status?: pulumi.Input<string>;
3509
+ }
2487
3510
  interface OAuthGroupsClaim {
2488
3511
  /**
2489
3512
  * Groups claim filter. Can only be set if type is FILTER.