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