@pulumi/okta 4.6.2 → 4.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adminRoleCustom.d.ts +129 -10
- package/adminRoleCustom.js +24 -1
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +25 -10
- package/adminRoleCustomAssignments.js +13 -1
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +44 -14
- package/adminRoleTargets.js +30 -0
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +20 -1
- package/app/accessPolicyAssignment.js +20 -1
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +119 -72
- package/app/autoLogin.js +47 -0
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +66 -38
- package/app/basicAuth.js +28 -0
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +71 -35
- package/app/bookmark.js +27 -0
- package/app/bookmark.js.map +1 -1
- package/app/getApp.d.ts +25 -58
- package/app/getApp.js +2 -2
- package/app/getApp.js.map +1 -1
- package/app/getMetadataSaml.d.ts +5 -11
- package/app/getMetadataSaml.js +2 -2
- package/app/getMetadataSaml.js.map +1 -1
- package/app/getOauth.d.ts +34 -62
- package/app/getOauth.js +2 -2
- package/app/getOauth.js.map +1 -1
- package/app/getSaml.d.ts +55 -75
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +15 -6
- package/app/groupAssignment.js +9 -0
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +301 -123
- package/app/oauth.js +82 -0
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +38 -3
- package/app/oauthPostLogoutRedirectUri.js +35 -0
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +37 -3
- package/app/oauthRedirectUri.js +34 -0
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/saml.d.ts +303 -133
- package/app/saml.js +161 -0
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +109 -79
- package/app/securePasswordStore.js +30 -0
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +102 -72
- package/app/swa.js +30 -0
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +87 -72
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +37 -12
- package/app/user.js +22 -0
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +40 -3
- package/appGroupAssignments.js +37 -0
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +36 -3
- package/appOauthApiScope.js +33 -0
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +44 -6
- package/appSamlAppSettings.js +38 -0
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +115 -72
- package/appSharedCredentials.js +43 -0
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +44 -6
- package/appSignonPolicy.js +38 -0
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +327 -68
- package/appSignonPolicyRule.js +244 -0
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +52 -24
- package/appUserBaseSchemaProperty.js +28 -0
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +80 -54
- package/appUserSchemaProperty.js +26 -0
- package/appUserSchemaProperty.js.map +1 -1
- package/auth/getServer.d.ts +11 -11
- package/auth/getServer.js +2 -2
- package/auth/getServerPolicy.d.ts +9 -15
- package/auth/getServerPolicy.js +2 -2
- package/auth/getServerPolicy.js.map +1 -1
- package/auth/getServerScopes.d.ts +5 -8
- package/auth/getServerScopes.js +2 -2
- package/auth/getServerScopes.js.map +1 -1
- package/auth/server.d.ts +49 -13
- package/auth/server.js +27 -0
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +54 -18
- package/auth/serverClaim.js +27 -0
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +43 -6
- package/auth/serverPolicy.js +28 -0
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +72 -29
- package/auth/serverPolicyRule.js +25 -0
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +41 -15
- package/auth/serverScope.js +26 -0
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +50 -13
- package/authServerClaimDefault.js +31 -0
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +47 -13
- package/authServerDefault.js +25 -0
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +94 -38
- package/authenticator.js +38 -0
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +78 -18
- package/behaviour.js +42 -0
- package/behaviour.js.map +1 -1
- package/brand.d.ts +28 -19
- package/brand.js +10 -1
- package/brand.js.map +1 -1
- package/captcha.d.ts +38 -12
- package/captcha.js +26 -0
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +51 -6
- package/captchaOrgWideSettings.js +45 -0
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +39 -13
- package/domain.js +20 -0
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +63 -15
- package/domainCertificate.js +48 -0
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +22 -3
- package/domainVerification.js +19 -0
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +224 -3
- package/emailCustomization.js +41 -0
- package/emailCustomization.js.map +1 -1
- package/emailSender.d.ts +39 -13
- package/emailSender.js +26 -0
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +26 -3
- package/emailSenderVerification.js +23 -0
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +37 -0
- package/eventHook.js +37 -0
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +37 -3
- package/eventHookVerification.js +34 -0
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +23 -6
- package/factor/factor.js +14 -0
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +44 -12
- package/factorTotp.js +23 -0
- package/factorTotp.js.map +1 -1
- package/getAppGroupAssignments.d.ts +6 -6
- package/getAppGroupAssignments.js +2 -2
- package/getAppSignonPolicy.d.ts +6 -16
- package/getAppSignonPolicy.js +4 -8
- package/getAppSignonPolicy.js.map +1 -1
- package/getAppUserAssignments.d.ts +6 -6
- package/getAppUserAssignments.js +2 -2
- package/getAuthServerClaim.d.ts +12 -15
- package/getAuthServerClaim.js +2 -2
- package/getAuthServerClaim.js.map +1 -1
- package/getAuthServerClaims.d.ts +5 -8
- package/getAuthServerClaims.js +2 -2
- package/getAuthServerClaims.js.map +1 -1
- package/getAuthenticator.d.ts +26 -24
- package/getAuthenticator.js +22 -14
- package/getAuthenticator.js.map +1 -1
- package/getBehaviour.d.ts +8 -6
- 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 +6 -9
- package/getBrand.js +2 -2
- package/getBrand.js.map +1 -1
- package/getBrands.d.ts +2 -2
- package/getBrands.js +2 -2
- package/getEmailCustomization.d.ts +9 -14
- package/getEmailCustomization.js +6 -2
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +9 -11
- package/getEmailCustomizations.js +6 -2
- package/getEmailCustomizations.js.map +1 -1
- package/getGroups.d.ts +25 -11
- package/getGroups.js +2 -2
- package/getGroups.js.map +1 -1
- package/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- package/getRoleSubscription.d.ts +35 -13
- package/getRoleSubscription.js +2 -2
- package/getRoleSubscription.js.map +1 -1
- package/getTemplate.d.ts +8 -10
- package/getTemplate.js +6 -2
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +7 -6
- package/getTemplates.js +6 -2
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +12 -14
- package/getTheme.js +6 -2
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +7 -6
- package/getThemes.js +6 -2
- package/getThemes.js.map +1 -1
- package/getTrustedOrigins.d.ts +4 -7
- package/getTrustedOrigins.js +2 -2
- package/getTrustedOrigins.js.map +1 -1
- package/getUserSecurityQuestions.d.ts +8 -4
- package/getUserSecurityQuestions.js +4 -0
- package/getUserSecurityQuestions.js.map +1 -1
- package/group/getEveryoneGroup.d.ts +5 -10
- package/group/getEveryoneGroup.js +2 -4
- package/group/getEveryoneGroup.js.map +1 -1
- package/group/getGroup.d.ts +26 -17
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +15 -6
- package/group/getRule.js +2 -2
- package/group/getRule.js.map +1 -1
- package/group/group.d.ts +46 -9
- package/group/group.js +37 -0
- package/group/group.js.map +1 -1
- package/group/role.d.ts +101 -15
- package/group/role.js +26 -0
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +80 -6
- package/group/rule.js +23 -0
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +48 -7
- package/groupMemberships.js +42 -1
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +94 -51
- package/groupSchemaProperty.js +25 -0
- package/groupSchemaProperty.js.map +1 -1
- package/idp/getMetadataSaml.d.ts +6 -9
- 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 +13 -16
- package/idp/getSaml.js +2 -2
- package/idp/getSaml.js.map +1 -1
- package/idp/getSocial.d.ts +2 -8
- package/idp/getSocial.js +2 -2
- package/idp/getSocial.js.map +1 -1
- package/idp/oidc.d.ts +297 -12
- package/idp/oidc.js +36 -0
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +284 -18
- package/idp/saml.js +32 -0
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +48 -3
- package/idp/samlKey.js +9 -0
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +251 -18
- package/idp/social.js +32 -0
- package/idp/social.js.map +1 -1
- package/index/emailDomain.d.ts +41 -16
- package/index/emailDomain.js +25 -0
- package/index/emailDomain.js.map +1 -1
- package/index/emailDomainVerification.d.ts +25 -3
- package/index/emailDomainVerification.js +22 -0
- package/index/emailDomainVerification.js.map +1 -1
- package/index/getDomain.d.ts +14 -11
- package/index/getDomain.js +8 -2
- package/index/getDomain.js.map +1 -1
- package/inline/hook.d.ts +89 -0
- package/inline/hook.js +35 -0
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +30 -0
- package/linkDefinition.js +30 -0
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +59 -6
- package/linkValue.js +53 -0
- package/linkValue.js.map +1 -1
- package/network/zone.d.ts +74 -27
- package/network/zone.js +44 -0
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +25 -0
- package/orgConfiguration.js +25 -0
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +20 -3
- package/orgSupport.js +17 -0
- package/orgSupport.js.map +1 -1
- package/package.json +1 -1
- package/policy/getDefaultPolicy.d.ts +7 -9
- package/policy/getDefaultPolicy.js +2 -6
- package/policy/getDefaultPolicy.js.map +1 -1
- package/policy/getPolicy.d.ts +10 -11
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +259 -18
- package/policy/mfa.js +49 -0
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +117 -90
- package/policy/password.js +27 -0
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +149 -27
- package/policy/ruleIdpDiscovery.js +65 -0
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +35 -24
- package/policy/ruleMfa.js +11 -0
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +46 -33
- package/policy/rulePassword.js +13 -0
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +170 -57
- package/policy/ruleSignon.js +92 -0
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +41 -15
- package/policy/signon.js +26 -0
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +250 -13
- package/policyMfaDefault.js +45 -0
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +88 -54
- package/policyPasswordDefault.js +22 -0
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +28 -6
- package/policyProfileEnrollment.js +22 -0
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +42 -5
- package/policyProfileEnrollmentApps.js +37 -0
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +88 -26
- package/policyRuleProfileEnrollment.js +62 -0
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +95 -9
- package/profile/mapping.js +41 -0
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +43 -9
- package/rateLimiting.js +28 -0
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +32 -10
- package/resourceSet.js +20 -1
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +110 -9
- package/roleSubscription.js +26 -0
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +45 -15
- package/securityNotificationEmails.js +30 -0
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +47 -3
- package/templateSms.js +35 -0
- package/templateSms.js.map +1 -1
- package/theme.d.ts +59 -44
- package/theme.js +15 -0
- package/theme.js.map +1 -1
- package/threatInsightSettings.d.ts +58 -6
- package/threatInsightSettings.js +34 -0
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +37 -12
- package/trustedorigin/origin.js +25 -0
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +227 -60
- package/types/output.d.ts +446 -56
- package/user/getUser.d.ts +104 -32
- package/user/getUser.js +2 -2
- package/user/getUser.js.map +1 -1
- package/user/getUserProfileMappingSource.d.ts +7 -9
- package/user/getUserProfileMappingSource.js +4 -6
- 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 +57 -61
- package/user/getUsers.js +44 -30
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +215 -117
- package/user/user.js +71 -0
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +34 -9
- package/user/userType.js +25 -0
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +41 -10
- package/userAdminRoles.js +29 -1
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +67 -24
- package/userBaseSchemaProperty.js +43 -0
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +52 -14
- package/userFactorQuestion.js +39 -1
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +23 -4
- package/userGroupMemberships.js +20 -1
- package/userGroupMemberships.js.map +1 -1
- package/userSchemaProperty.d.ts +107 -57
- package/userSchemaProperty.js +32 -0
- package/userSchemaProperty.js.map +1 -1
- package/utilities.d.ts +4 -0
- package/utilities.js +33 -1
- package/utilities.js.map +1 -1
package/userFactorQuestion.d.ts
CHANGED
|
@@ -1,6 +1,44 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Creates security question factor for a user.
|
|
4
|
+
*
|
|
5
|
+
* This resource allows you to create and configure security question factor for a user.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const exampleUser = new okta.user.User("exampleUser", {
|
|
14
|
+
* firstName: "John",
|
|
15
|
+
* lastName: "Smith",
|
|
16
|
+
* login: "john.smith@example.com",
|
|
17
|
+
* email: "john.smith@example.com",
|
|
18
|
+
* });
|
|
19
|
+
* const exampleUserSecurityQuestions = okta.getUserSecurityQuestionsOutput({
|
|
20
|
+
* userId: exampleUser.id,
|
|
21
|
+
* });
|
|
22
|
+
* const exampleFactor = new okta.factor.Factor("exampleFactor", {
|
|
23
|
+
* providerId: "okta_question",
|
|
24
|
+
* active: true,
|
|
25
|
+
* });
|
|
26
|
+
* const exampleUserFactorQuestion = new okta.UserFactorQuestion("exampleUserFactorQuestion", {
|
|
27
|
+
* userId: exampleUser.id,
|
|
28
|
+
* key: exampleUserSecurityQuestions.apply(exampleUserSecurityQuestions => exampleUserSecurityQuestions.questions?.[0]?.key),
|
|
29
|
+
* answer: "meatball",
|
|
30
|
+
* }, {
|
|
31
|
+
* dependsOn: [exampleFactor],
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* ## Import
|
|
36
|
+
*
|
|
37
|
+
* Security question factor for a user can be imported via the `user_id` and the `factor_id`.
|
|
38
|
+
*
|
|
39
|
+
* ```sh
|
|
40
|
+
* $ pulumi import okta:index/userFactorQuestion:UserFactorQuestion example <user id>/<question factor id>
|
|
41
|
+
* ```
|
|
4
42
|
*/
|
|
5
43
|
export declare class UserFactorQuestion extends pulumi.CustomResource {
|
|
6
44
|
/**
|
|
@@ -19,23 +57,23 @@ export declare class UserFactorQuestion extends pulumi.CustomResource {
|
|
|
19
57
|
*/
|
|
20
58
|
static isInstance(obj: any): obj is UserFactorQuestion;
|
|
21
59
|
/**
|
|
22
|
-
*
|
|
60
|
+
* Security question answer. Note here that answer won't be set during the resource import.
|
|
23
61
|
*/
|
|
24
62
|
readonly answer: pulumi.Output<string>;
|
|
25
63
|
/**
|
|
26
|
-
*
|
|
64
|
+
* Security question unique key.
|
|
27
65
|
*/
|
|
28
66
|
readonly key: pulumi.Output<string>;
|
|
29
67
|
/**
|
|
30
|
-
*
|
|
68
|
+
* The status of the security question factor.
|
|
31
69
|
*/
|
|
32
70
|
readonly status: pulumi.Output<string>;
|
|
33
71
|
/**
|
|
34
|
-
* Display text for question
|
|
72
|
+
* Display text for security question.
|
|
35
73
|
*/
|
|
36
74
|
readonly text: pulumi.Output<string>;
|
|
37
75
|
/**
|
|
38
|
-
* ID of
|
|
76
|
+
* ID of the user. Resource will be recreated when `userId` changes.
|
|
39
77
|
*/
|
|
40
78
|
readonly userId: pulumi.Output<string>;
|
|
41
79
|
/**
|
|
@@ -52,23 +90,23 @@ export declare class UserFactorQuestion extends pulumi.CustomResource {
|
|
|
52
90
|
*/
|
|
53
91
|
export interface UserFactorQuestionState {
|
|
54
92
|
/**
|
|
55
|
-
*
|
|
93
|
+
* Security question answer. Note here that answer won't be set during the resource import.
|
|
56
94
|
*/
|
|
57
95
|
answer?: pulumi.Input<string>;
|
|
58
96
|
/**
|
|
59
|
-
*
|
|
97
|
+
* Security question unique key.
|
|
60
98
|
*/
|
|
61
99
|
key?: pulumi.Input<string>;
|
|
62
100
|
/**
|
|
63
|
-
*
|
|
101
|
+
* The status of the security question factor.
|
|
64
102
|
*/
|
|
65
103
|
status?: pulumi.Input<string>;
|
|
66
104
|
/**
|
|
67
|
-
* Display text for question
|
|
105
|
+
* Display text for security question.
|
|
68
106
|
*/
|
|
69
107
|
text?: pulumi.Input<string>;
|
|
70
108
|
/**
|
|
71
|
-
* ID of
|
|
109
|
+
* ID of the user. Resource will be recreated when `userId` changes.
|
|
72
110
|
*/
|
|
73
111
|
userId?: pulumi.Input<string>;
|
|
74
112
|
}
|
|
@@ -77,15 +115,15 @@ export interface UserFactorQuestionState {
|
|
|
77
115
|
*/
|
|
78
116
|
export interface UserFactorQuestionArgs {
|
|
79
117
|
/**
|
|
80
|
-
*
|
|
118
|
+
* Security question answer. Note here that answer won't be set during the resource import.
|
|
81
119
|
*/
|
|
82
120
|
answer: pulumi.Input<string>;
|
|
83
121
|
/**
|
|
84
|
-
*
|
|
122
|
+
* Security question unique key.
|
|
85
123
|
*/
|
|
86
124
|
key: pulumi.Input<string>;
|
|
87
125
|
/**
|
|
88
|
-
* ID of
|
|
126
|
+
* ID of the user. Resource will be recreated when `userId` changes.
|
|
89
127
|
*/
|
|
90
128
|
userId: pulumi.Input<string>;
|
|
91
129
|
}
|
package/userFactorQuestion.js
CHANGED
|
@@ -6,7 +6,45 @@ exports.UserFactorQuestion = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Creates security question factor for a user.
|
|
10
|
+
*
|
|
11
|
+
* This resource allows you to create and configure security question factor for a user.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as okta from "@pulumi/okta";
|
|
18
|
+
*
|
|
19
|
+
* const exampleUser = new okta.user.User("exampleUser", {
|
|
20
|
+
* firstName: "John",
|
|
21
|
+
* lastName: "Smith",
|
|
22
|
+
* login: "john.smith@example.com",
|
|
23
|
+
* email: "john.smith@example.com",
|
|
24
|
+
* });
|
|
25
|
+
* const exampleUserSecurityQuestions = okta.getUserSecurityQuestionsOutput({
|
|
26
|
+
* userId: exampleUser.id,
|
|
27
|
+
* });
|
|
28
|
+
* const exampleFactor = new okta.factor.Factor("exampleFactor", {
|
|
29
|
+
* providerId: "okta_question",
|
|
30
|
+
* active: true,
|
|
31
|
+
* });
|
|
32
|
+
* const exampleUserFactorQuestion = new okta.UserFactorQuestion("exampleUserFactorQuestion", {
|
|
33
|
+
* userId: exampleUser.id,
|
|
34
|
+
* key: exampleUserSecurityQuestions.apply(exampleUserSecurityQuestions => exampleUserSecurityQuestions.questions?.[0]?.key),
|
|
35
|
+
* answer: "meatball",
|
|
36
|
+
* }, {
|
|
37
|
+
* dependsOn: [exampleFactor],
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* ## Import
|
|
42
|
+
*
|
|
43
|
+
* Security question factor for a user can be imported via the `user_id` and the `factor_id`.
|
|
44
|
+
*
|
|
45
|
+
* ```sh
|
|
46
|
+
* $ pulumi import okta:index/userFactorQuestion:UserFactorQuestion example <user id>/<question factor id>
|
|
47
|
+
* ```
|
|
10
48
|
*/
|
|
11
49
|
class UserFactorQuestion extends pulumi.CustomResource {
|
|
12
50
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userFactorQuestion.js","sourceRoot":"","sources":["../userFactorQuestion.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userFactorQuestion.js","sourceRoot":"","sources":["../userFactorQuestion.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* ## Example Usage
|
|
4
|
+
*
|
|
5
|
+
* ```typescript
|
|
6
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
7
|
+
* import * as okta from "@pulumi/okta";
|
|
8
|
+
*
|
|
9
|
+
* const testUser = new okta.user.User("testUser", {
|
|
10
|
+
* firstName: "TestAcc",
|
|
11
|
+
* lastName: "Smith",
|
|
12
|
+
* login: "testAcc-replace_with_uuid@example.com",
|
|
13
|
+
* email: "testAcc-replace_with_uuid@example.com",
|
|
14
|
+
* });
|
|
15
|
+
* const testUserGroupMemberships = new okta.UserGroupMemberships("testUserGroupMemberships", {
|
|
16
|
+
* userId: testUser.id,
|
|
17
|
+
* groups: [
|
|
18
|
+
* okta_group.test_1.id,
|
|
19
|
+
* okta_group.test_2.id,
|
|
20
|
+
* ],
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
4
23
|
*/
|
|
5
24
|
export declare class UserGroupMemberships extends pulumi.CustomResource {
|
|
6
25
|
/**
|
|
@@ -23,7 +42,7 @@ export declare class UserGroupMemberships extends pulumi.CustomResource {
|
|
|
23
42
|
*/
|
|
24
43
|
readonly groups: pulumi.Output<string[]>;
|
|
25
44
|
/**
|
|
26
|
-
*
|
|
45
|
+
* Okta user ID.
|
|
27
46
|
*/
|
|
28
47
|
readonly userId: pulumi.Output<string>;
|
|
29
48
|
/**
|
|
@@ -44,7 +63,7 @@ export interface UserGroupMembershipsState {
|
|
|
44
63
|
*/
|
|
45
64
|
groups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
46
65
|
/**
|
|
47
|
-
*
|
|
66
|
+
* Okta user ID.
|
|
48
67
|
*/
|
|
49
68
|
userId?: pulumi.Input<string>;
|
|
50
69
|
}
|
|
@@ -57,7 +76,7 @@ export interface UserGroupMembershipsArgs {
|
|
|
57
76
|
*/
|
|
58
77
|
groups: pulumi.Input<pulumi.Input<string>[]>;
|
|
59
78
|
/**
|
|
60
|
-
*
|
|
79
|
+
* Okta user ID.
|
|
61
80
|
*/
|
|
62
81
|
userId: pulumi.Input<string>;
|
|
63
82
|
}
|
package/userGroupMemberships.js
CHANGED
|
@@ -6,7 +6,26 @@ exports.UserGroupMemberships = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as okta from "@pulumi/okta";
|
|
14
|
+
*
|
|
15
|
+
* const testUser = new okta.user.User("testUser", {
|
|
16
|
+
* firstName: "TestAcc",
|
|
17
|
+
* lastName: "Smith",
|
|
18
|
+
* login: "testAcc-replace_with_uuid@example.com",
|
|
19
|
+
* email: "testAcc-replace_with_uuid@example.com",
|
|
20
|
+
* });
|
|
21
|
+
* const testUserGroupMemberships = new okta.UserGroupMemberships("testUserGroupMemberships", {
|
|
22
|
+
* userId: testUser.id,
|
|
23
|
+
* groups: [
|
|
24
|
+
* okta_group.test_1.id,
|
|
25
|
+
* okta_group.test_2.id,
|
|
26
|
+
* ],
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
10
29
|
*/
|
|
11
30
|
class UserGroupMemberships extends pulumi.CustomResource {
|
|
12
31
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userGroupMemberships.js","sourceRoot":"","sources":["../userGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userGroupMemberships.js","sourceRoot":"","sources":["../userGroupMemberships.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAjEL,oDAkEC;AApDG,gBAAgB;AACO,iCAAY,GAAG,sDAAsD,CAAC"}
|
package/userSchemaProperty.d.ts
CHANGED
|
@@ -1,6 +1,38 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const example = new okta.UserSchemaProperty("example", {
|
|
12
|
+
* description: "My custom property name",
|
|
13
|
+
* index: "customPropertyName",
|
|
14
|
+
* master: "OKTA",
|
|
15
|
+
* scope: "SELF",
|
|
16
|
+
* title: "customPropertyName",
|
|
17
|
+
* type: "string",
|
|
18
|
+
* userType: data.okta_user_type.example.id,
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* User schema property of default user type can be imported via the property variableName.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import okta:index/userSchemaProperty:UserSchemaProperty example <variableName>
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* User schema property of custom user type can be imported via user type id and property index
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import okta:index/userSchemaProperty:UserSchemaProperty example <user type id>.<index>
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
4
36
|
export declare class UserSchemaProperty extends pulumi.CustomResource {
|
|
5
37
|
/**
|
|
6
38
|
* Get an existing UserSchemaProperty resource's state with the given name, ID, and optional extra
|
|
@@ -18,81 +50,87 @@ export declare class UserSchemaProperty extends pulumi.CustomResource {
|
|
|
18
50
|
*/
|
|
19
51
|
static isInstance(obj: any): obj is UserSchemaProperty;
|
|
20
52
|
/**
|
|
21
|
-
*
|
|
53
|
+
* Array of values that an array property's items can be set to.
|
|
22
54
|
*/
|
|
23
55
|
readonly arrayEnums: pulumi.Output<string[] | undefined>;
|
|
24
56
|
/**
|
|
25
|
-
*
|
|
57
|
+
* Display name and value an enum array can be set to.
|
|
26
58
|
*/
|
|
27
59
|
readonly arrayOneOfs: pulumi.Output<outputs.UserSchemaPropertyArrayOneOf[] | undefined>;
|
|
28
60
|
/**
|
|
29
|
-
*
|
|
61
|
+
* The type of the array elements if `type` is set to `"array"`.
|
|
30
62
|
*/
|
|
31
63
|
readonly arrayType: pulumi.Output<string | undefined>;
|
|
32
64
|
/**
|
|
33
|
-
*
|
|
65
|
+
* The description of the user schema property.
|
|
34
66
|
*/
|
|
35
67
|
readonly description: pulumi.Output<string | undefined>;
|
|
36
68
|
/**
|
|
37
|
-
*
|
|
69
|
+
* Array of values a primitive property can be set to. See `arrayEnum` for arrays.
|
|
38
70
|
*/
|
|
39
71
|
readonly enums: pulumi.Output<string[] | undefined>;
|
|
40
72
|
/**
|
|
41
|
-
*
|
|
73
|
+
* External name of the user schema property.
|
|
42
74
|
*/
|
|
43
75
|
readonly externalName: pulumi.Output<string | undefined>;
|
|
44
76
|
/**
|
|
45
|
-
*
|
|
77
|
+
* External name of the user schema property.
|
|
46
78
|
*/
|
|
47
79
|
readonly externalNamespace: pulumi.Output<string | undefined>;
|
|
48
80
|
/**
|
|
49
|
-
*
|
|
81
|
+
* The property name.
|
|
50
82
|
*/
|
|
51
83
|
readonly index: pulumi.Output<string>;
|
|
52
84
|
/**
|
|
53
|
-
*
|
|
85
|
+
* Master priority for the user schema property. It can be set to `"PROFILE_MASTER"`, `"OVERRIDE"` or `"OKTA"`.
|
|
54
86
|
*/
|
|
55
87
|
readonly master: pulumi.Output<string | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* Prioritized list of profile sources (required when `master` is `"OVERRIDE"`).
|
|
90
|
+
*/
|
|
56
91
|
readonly masterOverridePriorities: pulumi.Output<outputs.UserSchemaPropertyMasterOverridePriority[] | undefined>;
|
|
57
92
|
/**
|
|
58
|
-
*
|
|
93
|
+
* The maximum length of the user property value. Only applies to type `"string"`.
|
|
59
94
|
*/
|
|
60
95
|
readonly maxLength: pulumi.Output<number | undefined>;
|
|
61
96
|
/**
|
|
62
|
-
*
|
|
97
|
+
* The minimum length of the user property value. Only applies to type `"string"`.
|
|
63
98
|
*/
|
|
64
99
|
readonly minLength: pulumi.Output<number | undefined>;
|
|
65
100
|
/**
|
|
66
|
-
*
|
|
101
|
+
* Array of maps containing a mapping for display name to enum value.
|
|
67
102
|
*/
|
|
68
103
|
readonly oneOfs: pulumi.Output<outputs.UserSchemaPropertyOneOf[] | undefined>;
|
|
69
104
|
/**
|
|
70
|
-
* The validation pattern to use for the subschema. Must be in form of '.+', or '[
|
|
105
|
+
* The validation pattern to use for the subschema. Must be in form of '.+', or '[<pattern>]+' if present.'
|
|
71
106
|
*/
|
|
72
107
|
readonly pattern: pulumi.Output<string | undefined>;
|
|
73
108
|
/**
|
|
74
|
-
*
|
|
109
|
+
* Access control permissions for the property. It can be set to `"READ_WRITE"`, `"READ_ONLY"`, `"HIDE"`.
|
|
75
110
|
*/
|
|
76
111
|
readonly permissions: pulumi.Output<string | undefined>;
|
|
77
112
|
/**
|
|
78
|
-
* Whether the
|
|
113
|
+
* Whether the property is required for these users.
|
|
79
114
|
*/
|
|
80
115
|
readonly required: pulumi.Output<boolean | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* determines whether an app user attribute can be set at the Individual or Group Level.
|
|
118
|
+
*/
|
|
81
119
|
readonly scope: pulumi.Output<string | undefined>;
|
|
82
120
|
/**
|
|
83
|
-
*
|
|
121
|
+
* display name for the enum value.
|
|
84
122
|
*/
|
|
85
123
|
readonly title: pulumi.Output<string>;
|
|
86
124
|
/**
|
|
87
|
-
*
|
|
125
|
+
* Type of profile source.
|
|
88
126
|
*/
|
|
89
127
|
readonly type: pulumi.Output<string>;
|
|
90
128
|
/**
|
|
91
|
-
*
|
|
129
|
+
* Whether the property should be unique. It can be set to `"UNIQUE_VALIDATED"` or `"NOT_UNIQUE"`.
|
|
92
130
|
*/
|
|
93
131
|
readonly unique: pulumi.Output<string | undefined>;
|
|
94
132
|
/**
|
|
95
|
-
*
|
|
133
|
+
* User type ID
|
|
96
134
|
*/
|
|
97
135
|
readonly userType: pulumi.Output<string | undefined>;
|
|
98
136
|
/**
|
|
@@ -109,81 +147,87 @@ export declare class UserSchemaProperty extends pulumi.CustomResource {
|
|
|
109
147
|
*/
|
|
110
148
|
export interface UserSchemaPropertyState {
|
|
111
149
|
/**
|
|
112
|
-
*
|
|
150
|
+
* Array of values that an array property's items can be set to.
|
|
113
151
|
*/
|
|
114
152
|
arrayEnums?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
153
|
/**
|
|
116
|
-
*
|
|
154
|
+
* Display name and value an enum array can be set to.
|
|
117
155
|
*/
|
|
118
156
|
arrayOneOfs?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyArrayOneOf>[]>;
|
|
119
157
|
/**
|
|
120
|
-
*
|
|
158
|
+
* The type of the array elements if `type` is set to `"array"`.
|
|
121
159
|
*/
|
|
122
160
|
arrayType?: pulumi.Input<string>;
|
|
123
161
|
/**
|
|
124
|
-
*
|
|
162
|
+
* The description of the user schema property.
|
|
125
163
|
*/
|
|
126
164
|
description?: pulumi.Input<string>;
|
|
127
165
|
/**
|
|
128
|
-
*
|
|
166
|
+
* Array of values a primitive property can be set to. See `arrayEnum` for arrays.
|
|
129
167
|
*/
|
|
130
168
|
enums?: pulumi.Input<pulumi.Input<string>[]>;
|
|
131
169
|
/**
|
|
132
|
-
*
|
|
170
|
+
* External name of the user schema property.
|
|
133
171
|
*/
|
|
134
172
|
externalName?: pulumi.Input<string>;
|
|
135
173
|
/**
|
|
136
|
-
*
|
|
174
|
+
* External name of the user schema property.
|
|
137
175
|
*/
|
|
138
176
|
externalNamespace?: pulumi.Input<string>;
|
|
139
177
|
/**
|
|
140
|
-
*
|
|
178
|
+
* The property name.
|
|
141
179
|
*/
|
|
142
180
|
index?: pulumi.Input<string>;
|
|
143
181
|
/**
|
|
144
|
-
*
|
|
182
|
+
* Master priority for the user schema property. It can be set to `"PROFILE_MASTER"`, `"OVERRIDE"` or `"OKTA"`.
|
|
145
183
|
*/
|
|
146
184
|
master?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Prioritized list of profile sources (required when `master` is `"OVERRIDE"`).
|
|
187
|
+
*/
|
|
147
188
|
masterOverridePriorities?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyMasterOverridePriority>[]>;
|
|
148
189
|
/**
|
|
149
|
-
*
|
|
190
|
+
* The maximum length of the user property value. Only applies to type `"string"`.
|
|
150
191
|
*/
|
|
151
192
|
maxLength?: pulumi.Input<number>;
|
|
152
193
|
/**
|
|
153
|
-
*
|
|
194
|
+
* The minimum length of the user property value. Only applies to type `"string"`.
|
|
154
195
|
*/
|
|
155
196
|
minLength?: pulumi.Input<number>;
|
|
156
197
|
/**
|
|
157
|
-
*
|
|
198
|
+
* Array of maps containing a mapping for display name to enum value.
|
|
158
199
|
*/
|
|
159
200
|
oneOfs?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyOneOf>[]>;
|
|
160
201
|
/**
|
|
161
|
-
* The validation pattern to use for the subschema. Must be in form of '.+', or '[
|
|
202
|
+
* The validation pattern to use for the subschema. Must be in form of '.+', or '[<pattern>]+' if present.'
|
|
162
203
|
*/
|
|
163
204
|
pattern?: pulumi.Input<string>;
|
|
164
205
|
/**
|
|
165
|
-
*
|
|
206
|
+
* Access control permissions for the property. It can be set to `"READ_WRITE"`, `"READ_ONLY"`, `"HIDE"`.
|
|
166
207
|
*/
|
|
167
208
|
permissions?: pulumi.Input<string>;
|
|
168
209
|
/**
|
|
169
|
-
* Whether the
|
|
210
|
+
* Whether the property is required for these users.
|
|
170
211
|
*/
|
|
171
212
|
required?: pulumi.Input<boolean>;
|
|
213
|
+
/**
|
|
214
|
+
* determines whether an app user attribute can be set at the Individual or Group Level.
|
|
215
|
+
*/
|
|
172
216
|
scope?: pulumi.Input<string>;
|
|
173
217
|
/**
|
|
174
|
-
*
|
|
218
|
+
* display name for the enum value.
|
|
175
219
|
*/
|
|
176
220
|
title?: pulumi.Input<string>;
|
|
177
221
|
/**
|
|
178
|
-
*
|
|
222
|
+
* Type of profile source.
|
|
179
223
|
*/
|
|
180
224
|
type?: pulumi.Input<string>;
|
|
181
225
|
/**
|
|
182
|
-
*
|
|
226
|
+
* Whether the property should be unique. It can be set to `"UNIQUE_VALIDATED"` or `"NOT_UNIQUE"`.
|
|
183
227
|
*/
|
|
184
228
|
unique?: pulumi.Input<string>;
|
|
185
229
|
/**
|
|
186
|
-
*
|
|
230
|
+
* User type ID
|
|
187
231
|
*/
|
|
188
232
|
userType?: pulumi.Input<string>;
|
|
189
233
|
}
|
|
@@ -192,81 +236,87 @@ export interface UserSchemaPropertyState {
|
|
|
192
236
|
*/
|
|
193
237
|
export interface UserSchemaPropertyArgs {
|
|
194
238
|
/**
|
|
195
|
-
*
|
|
239
|
+
* Array of values that an array property's items can be set to.
|
|
196
240
|
*/
|
|
197
241
|
arrayEnums?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
242
|
/**
|
|
199
|
-
*
|
|
243
|
+
* Display name and value an enum array can be set to.
|
|
200
244
|
*/
|
|
201
245
|
arrayOneOfs?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyArrayOneOf>[]>;
|
|
202
246
|
/**
|
|
203
|
-
*
|
|
247
|
+
* The type of the array elements if `type` is set to `"array"`.
|
|
204
248
|
*/
|
|
205
249
|
arrayType?: pulumi.Input<string>;
|
|
206
250
|
/**
|
|
207
|
-
*
|
|
251
|
+
* The description of the user schema property.
|
|
208
252
|
*/
|
|
209
253
|
description?: pulumi.Input<string>;
|
|
210
254
|
/**
|
|
211
|
-
*
|
|
255
|
+
* Array of values a primitive property can be set to. See `arrayEnum` for arrays.
|
|
212
256
|
*/
|
|
213
257
|
enums?: pulumi.Input<pulumi.Input<string>[]>;
|
|
214
258
|
/**
|
|
215
|
-
*
|
|
259
|
+
* External name of the user schema property.
|
|
216
260
|
*/
|
|
217
261
|
externalName?: pulumi.Input<string>;
|
|
218
262
|
/**
|
|
219
|
-
*
|
|
263
|
+
* External name of the user schema property.
|
|
220
264
|
*/
|
|
221
265
|
externalNamespace?: pulumi.Input<string>;
|
|
222
266
|
/**
|
|
223
|
-
*
|
|
267
|
+
* The property name.
|
|
224
268
|
*/
|
|
225
269
|
index: pulumi.Input<string>;
|
|
226
270
|
/**
|
|
227
|
-
*
|
|
271
|
+
* Master priority for the user schema property. It can be set to `"PROFILE_MASTER"`, `"OVERRIDE"` or `"OKTA"`.
|
|
228
272
|
*/
|
|
229
273
|
master?: pulumi.Input<string>;
|
|
274
|
+
/**
|
|
275
|
+
* Prioritized list of profile sources (required when `master` is `"OVERRIDE"`).
|
|
276
|
+
*/
|
|
230
277
|
masterOverridePriorities?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyMasterOverridePriority>[]>;
|
|
231
278
|
/**
|
|
232
|
-
*
|
|
279
|
+
* The maximum length of the user property value. Only applies to type `"string"`.
|
|
233
280
|
*/
|
|
234
281
|
maxLength?: pulumi.Input<number>;
|
|
235
282
|
/**
|
|
236
|
-
*
|
|
283
|
+
* The minimum length of the user property value. Only applies to type `"string"`.
|
|
237
284
|
*/
|
|
238
285
|
minLength?: pulumi.Input<number>;
|
|
239
286
|
/**
|
|
240
|
-
*
|
|
287
|
+
* Array of maps containing a mapping for display name to enum value.
|
|
241
288
|
*/
|
|
242
289
|
oneOfs?: pulumi.Input<pulumi.Input<inputs.UserSchemaPropertyOneOf>[]>;
|
|
243
290
|
/**
|
|
244
|
-
* The validation pattern to use for the subschema. Must be in form of '.+', or '[
|
|
291
|
+
* The validation pattern to use for the subschema. Must be in form of '.+', or '[<pattern>]+' if present.'
|
|
245
292
|
*/
|
|
246
293
|
pattern?: pulumi.Input<string>;
|
|
247
294
|
/**
|
|
248
|
-
*
|
|
295
|
+
* Access control permissions for the property. It can be set to `"READ_WRITE"`, `"READ_ONLY"`, `"HIDE"`.
|
|
249
296
|
*/
|
|
250
297
|
permissions?: pulumi.Input<string>;
|
|
251
298
|
/**
|
|
252
|
-
* Whether the
|
|
299
|
+
* Whether the property is required for these users.
|
|
253
300
|
*/
|
|
254
301
|
required?: pulumi.Input<boolean>;
|
|
302
|
+
/**
|
|
303
|
+
* determines whether an app user attribute can be set at the Individual or Group Level.
|
|
304
|
+
*/
|
|
255
305
|
scope?: pulumi.Input<string>;
|
|
256
306
|
/**
|
|
257
|
-
*
|
|
307
|
+
* display name for the enum value.
|
|
258
308
|
*/
|
|
259
309
|
title: pulumi.Input<string>;
|
|
260
310
|
/**
|
|
261
|
-
*
|
|
311
|
+
* Type of profile source.
|
|
262
312
|
*/
|
|
263
313
|
type: pulumi.Input<string>;
|
|
264
314
|
/**
|
|
265
|
-
*
|
|
315
|
+
* Whether the property should be unique. It can be set to `"UNIQUE_VALIDATED"` or `"NOT_UNIQUE"`.
|
|
266
316
|
*/
|
|
267
317
|
unique?: pulumi.Input<string>;
|
|
268
318
|
/**
|
|
269
|
-
*
|
|
319
|
+
* User type ID
|
|
270
320
|
*/
|
|
271
321
|
userType?: pulumi.Input<string>;
|
|
272
322
|
}
|