@pulumi/okta 4.4.0 → 4.4.1
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 +10 -129
- package/adminRoleCustom.js +1 -24
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +10 -25
- package/adminRoleCustomAssignments.js +1 -13
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +14 -44
- package/adminRoleTargets.js +0 -30
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +1 -20
- package/app/accessPolicyAssignment.js +1 -20
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +72 -115
- package/app/autoLogin.js +0 -43
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +38 -62
- package/app/basicAuth.js +0 -24
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +35 -67
- package/app/bookmark.js +0 -23
- 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 -55
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +6 -15
- package/app/groupAssignment.js +0 -9
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +125 -299
- package/app/oauth.js +0 -78
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +0 -31
- package/app/oauthPostLogoutRedirectUri.js +0 -31
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +0 -30
- package/app/oauthRedirectUri.js +0 -30
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/saml.d.ts +133 -299
- package/app/saml.js +0 -157
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +79 -105
- package/app/securePasswordStore.js +0 -26
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +72 -98
- package/app/swa.js +0 -26
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +72 -83
- package/app/threeField.js +0 -11
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +12 -37
- package/app/user.js +0 -22
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +3 -51
- package/appGroupAssignments.js +0 -48
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +3 -36
- package/appOauthApiScope.js +0 -33
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +6 -44
- package/appSamlAppSettings.js +0 -38
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +72 -111
- package/appSharedCredentials.js +0 -39
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +6 -44
- package/appSignonPolicy.js +0 -38
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +63 -322
- package/appSignonPolicyRule.js +0 -244
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +24 -52
- package/appUserBaseSchemaProperty.js +0 -28
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +54 -80
- package/appUserSchemaProperty.js +0 -26
- 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 +13 -49
- package/auth/server.js +0 -27
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +18 -54
- package/auth/serverClaim.js +0 -27
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +6 -43
- package/auth/serverPolicy.js +0 -28
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyClaim.d.ts +35 -71
- package/auth/serverPolicyClaim.js +4 -28
- package/auth/serverPolicyClaim.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +27 -70
- package/auth/serverPolicyRule.js +0 -25
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +15 -41
- package/auth/serverScope.js +0 -26
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +13 -50
- package/authServerClaimDefault.js +0 -31
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +13 -47
- package/authServerDefault.js +0 -25
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +38 -94
- package/authenticator.js +0 -38
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +18 -78
- package/behaviour.js +0 -42
- package/behaviour.js.map +1 -1
- package/brand.d.ts +17 -26
- package/brand.js +1 -10
- package/brand.js.map +1 -1
- package/captcha.d.ts +12 -38
- package/captcha.js +0 -26
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +6 -51
- package/captchaOrgWideSettings.js +0 -45
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +13 -39
- package/domain.js +0 -20
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +15 -51
- package/domainCertificate.js +0 -36
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +3 -22
- package/domainVerification.js +0 -19
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +3 -224
- package/emailCustomization.js +0 -41
- package/emailCustomization.js.map +1 -1
- package/emailSender.d.ts +13 -39
- package/emailSender.js +0 -26
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +3 -26
- package/emailSenderVerification.js +0 -23
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +0 -37
- package/eventHook.js +0 -37
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +3 -37
- package/eventHookVerification.js +0 -34
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +6 -23
- package/factor/factor.js +0 -14
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +12 -44
- package/factorTotp.js +0 -23
- 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/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/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- 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 -22
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +6 -15
- package/group/getRule.js +2 -2
- package/group/getRule.js.map +1 -1
- package/group/group.d.ts +9 -46
- package/group/group.js +0 -37
- package/group/group.js.map +1 -1
- package/group/role.d.ts +15 -101
- package/group/role.js +0 -26
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +6 -84
- package/group/rule.js +0 -27
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +7 -42
- package/groupMemberships.js +1 -36
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +51 -94
- package/groupSchemaProperty.js +0 -25
- 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 +12 -297
- package/idp/oidc.js +0 -36
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +18 -284
- package/idp/saml.js +0 -32
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +3 -48
- package/idp/samlKey.js +0 -9
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +18 -251
- package/idp/social.js +0 -32
- package/idp/social.js.map +1 -1
- package/index/emailDomain.d.ts +16 -41
- package/index/emailDomain.js +0 -25
- package/index/emailDomain.js.map +1 -1
- package/index/emailDomainVerification.d.ts +3 -25
- package/index/emailDomainVerification.js +0 -22
- package/index/emailDomainVerification.js.map +1 -1
- package/index/getDomain.d.ts +11 -14
- package/index/getDomain.js +2 -8
- package/index/getDomain.js.map +1 -1
- package/inline/hook.d.ts +0 -89
- package/inline/hook.js +0 -35
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +0 -30
- package/linkDefinition.js +0 -30
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +6 -59
- package/linkValue.js +0 -53
- package/linkValue.js.map +1 -1
- package/network/zone.d.ts +27 -74
- package/network/zone.js +0 -44
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +0 -25
- package/orgConfiguration.js +0 -25
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +3 -20
- package/orgSupport.js +0 -17
- package/orgSupport.js.map +1 -1
- package/package.json +2 -2
- package/package.json.bak +1 -1
- 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 -10
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +18 -259
- package/policy/mfa.js +0 -49
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +90 -117
- package/policy/password.js +0 -27
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +27 -149
- package/policy/ruleIdpDiscovery.js +0 -65
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +24 -35
- package/policy/ruleMfa.js +0 -11
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +33 -46
- package/policy/rulePassword.js +0 -13
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +57 -170
- package/policy/ruleSignon.js +0 -92
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +15 -41
- package/policy/signon.js +0 -26
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +13 -250
- package/policyMfaDefault.js +0 -45
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +54 -88
- package/policyPasswordDefault.js +0 -22
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +6 -28
- package/policyProfileEnrollment.js +0 -22
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +5 -42
- package/policyProfileEnrollmentApps.js +0 -37
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +23 -85
- package/policyRuleProfileEnrollment.js +0 -62
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +9 -95
- package/profile/mapping.js +0 -41
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +9 -43
- package/rateLimiting.js +0 -28
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +10 -32
- package/resourceSet.js +1 -20
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +9 -110
- package/roleSubscription.js +0 -26
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +15 -45
- package/securityNotificationEmails.js +0 -30
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +3 -47
- package/templateSms.js +0 -35
- package/templateSms.js.map +1 -1
- package/theme.d.ts +44 -53
- package/theme.js +0 -9
- package/theme.js.map +1 -1
- package/threatInsightSettings.d.ts +6 -58
- package/threatInsightSettings.js +0 -34
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +12 -37
- package/trustedorigin/origin.js +0 -25
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +60 -227
- package/types/output.d.ts +56 -446
- 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 +61 -57
- package/user/getUsers.js +30 -44
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +117 -215
- package/user/user.js +0 -71
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +9 -34
- package/user/userType.js +0 -25
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +10 -41
- package/userAdminRoles.js +1 -29
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +24 -67
- package/userBaseSchemaProperty.js +0 -43
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +14 -52
- package/userFactorQuestion.js +1 -39
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +4 -23
- package/userGroupMemberships.js +1 -20
- package/userGroupMemberships.js.map +1 -1
- package/userSchemaProperty.d.ts +57 -107
- package/userSchemaProperty.js +0 -32
- package/userSchemaProperty.js.map +1 -1
- package/scripts/install-pulumi-plugin.js +0 -21
package/idp/social.d.ts
CHANGED
|
@@ -1,36 +1,4 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Creates a Social Identity Provider.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to create and configure a Social Identity Provider.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as okta from "@pulumi/okta";
|
|
12
|
-
*
|
|
13
|
-
* const example = new okta.idp.Social("example", {
|
|
14
|
-
* clientId: "abcd123",
|
|
15
|
-
* clientSecret: "abcd123",
|
|
16
|
-
* protocolType: "OAUTH2",
|
|
17
|
-
* scopes: [
|
|
18
|
-
* "public_profile",
|
|
19
|
-
* "email",
|
|
20
|
-
* ],
|
|
21
|
-
* type: "FACEBOOK",
|
|
22
|
-
* usernameTemplate: "idpuser.email",
|
|
23
|
-
* });
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* ## Import
|
|
27
|
-
*
|
|
28
|
-
* A Social IdP can be imported via the Okta ID.
|
|
29
|
-
*
|
|
30
|
-
* ```sh
|
|
31
|
-
* $ pulumi import okta:idp/social:Social example <idp id>
|
|
32
|
-
* ```
|
|
33
|
-
*/
|
|
34
2
|
export declare class Social extends pulumi.CustomResource {
|
|
35
3
|
/**
|
|
36
4
|
* Get an existing Social resource's state with the given name, ID, and optional extra
|
|
@@ -47,123 +15,52 @@ export declare class Social extends pulumi.CustomResource {
|
|
|
47
15
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
16
|
*/
|
|
49
17
|
static isInstance(obj: any): obj is Social;
|
|
50
|
-
/**
|
|
51
|
-
* Specifies the account linking action for an IdP user.
|
|
52
|
-
*/
|
|
53
18
|
readonly accountLinkAction: pulumi.Output<string | undefined>;
|
|
54
|
-
/**
|
|
55
|
-
* Group memberships to determine link candidates.
|
|
56
|
-
*/
|
|
57
19
|
readonly accountLinkGroupIncludes: pulumi.Output<string[] | undefined>;
|
|
58
20
|
/**
|
|
59
|
-
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
21
|
+
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
60
22
|
*/
|
|
61
23
|
readonly appleKid: pulumi.Output<string | undefined>;
|
|
62
24
|
/**
|
|
63
|
-
* The
|
|
64
|
-
* key for the client. PrivateKey is required when resource is first created. For all consecutive updates, it can be empty/omitted
|
|
65
|
-
* and keeps the existing value if it is empty/omitted. PrivateKey isn't returned when importing this resource.
|
|
25
|
+
* The PKCS #8 encoded private key that you created for the client and downloaded from Apple
|
|
66
26
|
*/
|
|
67
27
|
readonly applePrivateKey: pulumi.Output<string | undefined>;
|
|
68
28
|
/**
|
|
69
|
-
* The Team ID associated with your Apple developer account
|
|
29
|
+
* The Team ID associated with your Apple developer account
|
|
70
30
|
*/
|
|
71
31
|
readonly appleTeamId: pulumi.Output<string | undefined>;
|
|
72
|
-
/**
|
|
73
|
-
* The method of making an authorization request. It can be set to `"HTTP-POST"` or `"HTTP-REDIRECT"`.
|
|
74
|
-
*/
|
|
75
32
|
readonly authorizationBinding: pulumi.Output<string>;
|
|
76
|
-
/**
|
|
77
|
-
* IdP Authorization Server (AS) endpoint to request consent from the user and obtain an authorization code grant.
|
|
78
|
-
*/
|
|
79
33
|
readonly authorizationUrl: pulumi.Output<string>;
|
|
80
|
-
/**
|
|
81
|
-
* Unique identifier issued by AS for the Okta IdP instance.
|
|
82
|
-
*/
|
|
83
34
|
readonly clientId: pulumi.Output<string | undefined>;
|
|
84
|
-
/**
|
|
85
|
-
* Client secret issued by AS for the Okta IdP instance.
|
|
86
|
-
*/
|
|
87
35
|
readonly clientSecret: pulumi.Output<string | undefined>;
|
|
88
|
-
/**
|
|
89
|
-
* Action for a previously deprovisioned IdP user during authentication. Can be `"NONE"` or `"REACTIVATE"`.
|
|
90
|
-
*/
|
|
91
36
|
readonly deprovisionedAction: pulumi.Output<string | undefined>;
|
|
92
|
-
/**
|
|
93
|
-
* Provisioning action for IdP user's group memberships. It can be `"NONE"`, `"SYNC"`, `"APPEND"`, or `"ASSIGN"`.
|
|
94
|
-
*/
|
|
95
37
|
readonly groupsAction: pulumi.Output<string | undefined>;
|
|
96
|
-
/**
|
|
97
|
-
* List of Okta Group IDs to add an IdP user as a member with the `"ASSIGN"` `groupsAction`.
|
|
98
|
-
*/
|
|
99
38
|
readonly groupsAssignments: pulumi.Output<string[] | undefined>;
|
|
100
|
-
/**
|
|
101
|
-
* IdP user profile attribute name (case-insensitive) for an array value that contains group memberships.
|
|
102
|
-
*/
|
|
103
39
|
readonly groupsAttribute: pulumi.Output<string | undefined>;
|
|
104
|
-
/**
|
|
105
|
-
* Whitelist of Okta Group identifiers that are allowed for the `"APPEND"` or `"SYNC"` `groupsAction`.
|
|
106
|
-
*/
|
|
107
40
|
readonly groupsFilters: pulumi.Output<string[] | undefined>;
|
|
108
41
|
/**
|
|
109
|
-
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
42
|
+
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
110
43
|
*/
|
|
111
44
|
readonly issuerMode: pulumi.Output<string | undefined>;
|
|
112
|
-
/**
|
|
113
|
-
* Maximum allowable clock-skew when processing messages from the IdP.
|
|
114
|
-
*/
|
|
115
45
|
readonly maxClockSkew: pulumi.Output<number | undefined>;
|
|
116
46
|
/**
|
|
117
|
-
*
|
|
47
|
+
* Name of the IdP
|
|
118
48
|
*/
|
|
119
49
|
readonly name: pulumi.Output<string>;
|
|
120
|
-
/**
|
|
121
|
-
* Determines if the IdP should act as a source of truth for user profile attributes.
|
|
122
|
-
*/
|
|
123
50
|
readonly profileMaster: pulumi.Output<boolean | undefined>;
|
|
124
|
-
/**
|
|
125
|
-
* The type of protocol to use. It can be `"OIDC"` or `"OAUTH2"`.
|
|
126
|
-
*/
|
|
127
51
|
readonly protocolType: pulumi.Output<string | undefined>;
|
|
128
|
-
/**
|
|
129
|
-
* Provisioning action for an IdP user during authentication.
|
|
130
|
-
*/
|
|
131
52
|
readonly provisioningAction: pulumi.Output<string | undefined>;
|
|
132
|
-
/**
|
|
133
|
-
* The scopes of the IdP.
|
|
134
|
-
*/
|
|
135
53
|
readonly scopes: pulumi.Output<string[]>;
|
|
136
|
-
/**
|
|
137
|
-
* Status of the IdP.
|
|
138
|
-
*/
|
|
139
54
|
readonly status: pulumi.Output<string | undefined>;
|
|
140
|
-
/**
|
|
141
|
-
* Okta user profile attribute for matching transformed IdP username. Only for matchType `"CUSTOM_ATTRIBUTE"`.
|
|
142
|
-
*/
|
|
143
55
|
readonly subjectMatchAttribute: pulumi.Output<string | undefined>;
|
|
144
|
-
/**
|
|
145
|
-
* Determines the Okta user profile attribute match conditions for account linking and authentication of the transformed IdP username. By default, it is set to `"USERNAME"`. It can be set to `"USERNAME"`, `"EMAIL"`, `"USERNAME_OR_EMAIL"` or `"CUSTOM_ATTRIBUTE"`.
|
|
146
|
-
*/
|
|
147
56
|
readonly subjectMatchType: pulumi.Output<string | undefined>;
|
|
148
|
-
/**
|
|
149
|
-
* Action for a previously suspended IdP user during authentication. Can be set to `"NONE"` or `"UNSUSPEND"`
|
|
150
|
-
*/
|
|
151
57
|
readonly suspendedAction: pulumi.Output<string | undefined>;
|
|
152
|
-
/**
|
|
153
|
-
* The method of making a token request. It can be set to `"HTTP-POST"` or `"HTTP-REDIRECT"`.
|
|
154
|
-
*/
|
|
155
58
|
readonly tokenBinding: pulumi.Output<string>;
|
|
156
|
-
/**
|
|
157
|
-
* IdP Authorization Server (AS) endpoint to exchange the authorization code grant for an access token.
|
|
158
|
-
*/
|
|
159
59
|
readonly tokenUrl: pulumi.Output<string>;
|
|
160
60
|
/**
|
|
161
|
-
*
|
|
61
|
+
* Identity Provider Types: https://developer.okta.com/docs/reference/api/idps/#identity-provider-type
|
|
162
62
|
*/
|
|
163
63
|
readonly type: pulumi.Output<string>;
|
|
164
|
-
/**
|
|
165
|
-
* Okta EL Expression to generate or transform a unique username for the IdP user.
|
|
166
|
-
*/
|
|
167
64
|
readonly usernameTemplate: pulumi.Output<string | undefined>;
|
|
168
65
|
/**
|
|
169
66
|
* Create a Social resource with the given unique name, arguments, and options.
|
|
@@ -178,229 +75,99 @@ export declare class Social extends pulumi.CustomResource {
|
|
|
178
75
|
* Input properties used for looking up and filtering Social resources.
|
|
179
76
|
*/
|
|
180
77
|
export interface SocialState {
|
|
181
|
-
/**
|
|
182
|
-
* Specifies the account linking action for an IdP user.
|
|
183
|
-
*/
|
|
184
78
|
accountLinkAction?: pulumi.Input<string>;
|
|
185
|
-
/**
|
|
186
|
-
* Group memberships to determine link candidates.
|
|
187
|
-
*/
|
|
188
79
|
accountLinkGroupIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
189
80
|
/**
|
|
190
|
-
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
81
|
+
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
191
82
|
*/
|
|
192
83
|
appleKid?: pulumi.Input<string>;
|
|
193
84
|
/**
|
|
194
|
-
* The
|
|
195
|
-
* key for the client. PrivateKey is required when resource is first created. For all consecutive updates, it can be empty/omitted
|
|
196
|
-
* and keeps the existing value if it is empty/omitted. PrivateKey isn't returned when importing this resource.
|
|
85
|
+
* The PKCS #8 encoded private key that you created for the client and downloaded from Apple
|
|
197
86
|
*/
|
|
198
87
|
applePrivateKey?: pulumi.Input<string>;
|
|
199
88
|
/**
|
|
200
|
-
* The Team ID associated with your Apple developer account
|
|
89
|
+
* The Team ID associated with your Apple developer account
|
|
201
90
|
*/
|
|
202
91
|
appleTeamId?: pulumi.Input<string>;
|
|
203
|
-
/**
|
|
204
|
-
* The method of making an authorization request. It can be set to `"HTTP-POST"` or `"HTTP-REDIRECT"`.
|
|
205
|
-
*/
|
|
206
92
|
authorizationBinding?: pulumi.Input<string>;
|
|
207
|
-
/**
|
|
208
|
-
* IdP Authorization Server (AS) endpoint to request consent from the user and obtain an authorization code grant.
|
|
209
|
-
*/
|
|
210
93
|
authorizationUrl?: pulumi.Input<string>;
|
|
211
|
-
/**
|
|
212
|
-
* Unique identifier issued by AS for the Okta IdP instance.
|
|
213
|
-
*/
|
|
214
94
|
clientId?: pulumi.Input<string>;
|
|
215
|
-
/**
|
|
216
|
-
* Client secret issued by AS for the Okta IdP instance.
|
|
217
|
-
*/
|
|
218
95
|
clientSecret?: pulumi.Input<string>;
|
|
219
|
-
/**
|
|
220
|
-
* Action for a previously deprovisioned IdP user during authentication. Can be `"NONE"` or `"REACTIVATE"`.
|
|
221
|
-
*/
|
|
222
96
|
deprovisionedAction?: pulumi.Input<string>;
|
|
223
|
-
/**
|
|
224
|
-
* Provisioning action for IdP user's group memberships. It can be `"NONE"`, `"SYNC"`, `"APPEND"`, or `"ASSIGN"`.
|
|
225
|
-
*/
|
|
226
97
|
groupsAction?: pulumi.Input<string>;
|
|
227
|
-
/**
|
|
228
|
-
* List of Okta Group IDs to add an IdP user as a member with the `"ASSIGN"` `groupsAction`.
|
|
229
|
-
*/
|
|
230
98
|
groupsAssignments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
231
|
-
/**
|
|
232
|
-
* IdP user profile attribute name (case-insensitive) for an array value that contains group memberships.
|
|
233
|
-
*/
|
|
234
99
|
groupsAttribute?: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* Whitelist of Okta Group identifiers that are allowed for the `"APPEND"` or `"SYNC"` `groupsAction`.
|
|
237
|
-
*/
|
|
238
100
|
groupsFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
239
101
|
/**
|
|
240
|
-
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
102
|
+
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
241
103
|
*/
|
|
242
104
|
issuerMode?: pulumi.Input<string>;
|
|
243
|
-
/**
|
|
244
|
-
* Maximum allowable clock-skew when processing messages from the IdP.
|
|
245
|
-
*/
|
|
246
105
|
maxClockSkew?: pulumi.Input<number>;
|
|
247
106
|
/**
|
|
248
|
-
*
|
|
107
|
+
* Name of the IdP
|
|
249
108
|
*/
|
|
250
109
|
name?: pulumi.Input<string>;
|
|
251
|
-
/**
|
|
252
|
-
* Determines if the IdP should act as a source of truth for user profile attributes.
|
|
253
|
-
*/
|
|
254
110
|
profileMaster?: pulumi.Input<boolean>;
|
|
255
|
-
/**
|
|
256
|
-
* The type of protocol to use. It can be `"OIDC"` or `"OAUTH2"`.
|
|
257
|
-
*/
|
|
258
111
|
protocolType?: pulumi.Input<string>;
|
|
259
|
-
/**
|
|
260
|
-
* Provisioning action for an IdP user during authentication.
|
|
261
|
-
*/
|
|
262
112
|
provisioningAction?: pulumi.Input<string>;
|
|
263
|
-
/**
|
|
264
|
-
* The scopes of the IdP.
|
|
265
|
-
*/
|
|
266
113
|
scopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
267
|
-
/**
|
|
268
|
-
* Status of the IdP.
|
|
269
|
-
*/
|
|
270
114
|
status?: pulumi.Input<string>;
|
|
271
|
-
/**
|
|
272
|
-
* Okta user profile attribute for matching transformed IdP username. Only for matchType `"CUSTOM_ATTRIBUTE"`.
|
|
273
|
-
*/
|
|
274
115
|
subjectMatchAttribute?: pulumi.Input<string>;
|
|
275
|
-
/**
|
|
276
|
-
* Determines the Okta user profile attribute match conditions for account linking and authentication of the transformed IdP username. By default, it is set to `"USERNAME"`. It can be set to `"USERNAME"`, `"EMAIL"`, `"USERNAME_OR_EMAIL"` or `"CUSTOM_ATTRIBUTE"`.
|
|
277
|
-
*/
|
|
278
116
|
subjectMatchType?: pulumi.Input<string>;
|
|
279
|
-
/**
|
|
280
|
-
* Action for a previously suspended IdP user during authentication. Can be set to `"NONE"` or `"UNSUSPEND"`
|
|
281
|
-
*/
|
|
282
117
|
suspendedAction?: pulumi.Input<string>;
|
|
283
|
-
/**
|
|
284
|
-
* The method of making a token request. It can be set to `"HTTP-POST"` or `"HTTP-REDIRECT"`.
|
|
285
|
-
*/
|
|
286
118
|
tokenBinding?: pulumi.Input<string>;
|
|
287
|
-
/**
|
|
288
|
-
* IdP Authorization Server (AS) endpoint to exchange the authorization code grant for an access token.
|
|
289
|
-
*/
|
|
290
119
|
tokenUrl?: pulumi.Input<string>;
|
|
291
120
|
/**
|
|
292
|
-
*
|
|
121
|
+
* Identity Provider Types: https://developer.okta.com/docs/reference/api/idps/#identity-provider-type
|
|
293
122
|
*/
|
|
294
123
|
type?: pulumi.Input<string>;
|
|
295
|
-
/**
|
|
296
|
-
* Okta EL Expression to generate or transform a unique username for the IdP user.
|
|
297
|
-
*/
|
|
298
124
|
usernameTemplate?: pulumi.Input<string>;
|
|
299
125
|
}
|
|
300
126
|
/**
|
|
301
127
|
* The set of arguments for constructing a Social resource.
|
|
302
128
|
*/
|
|
303
129
|
export interface SocialArgs {
|
|
304
|
-
/**
|
|
305
|
-
* Specifies the account linking action for an IdP user.
|
|
306
|
-
*/
|
|
307
130
|
accountLinkAction?: pulumi.Input<string>;
|
|
308
|
-
/**
|
|
309
|
-
* Group memberships to determine link candidates.
|
|
310
|
-
*/
|
|
311
131
|
accountLinkGroupIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
312
132
|
/**
|
|
313
|
-
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
133
|
+
* The Key ID that you obtained from Apple when you created the private key for the client
|
|
314
134
|
*/
|
|
315
135
|
appleKid?: pulumi.Input<string>;
|
|
316
136
|
/**
|
|
317
|
-
* The
|
|
318
|
-
* key for the client. PrivateKey is required when resource is first created. For all consecutive updates, it can be empty/omitted
|
|
319
|
-
* and keeps the existing value if it is empty/omitted. PrivateKey isn't returned when importing this resource.
|
|
137
|
+
* The PKCS #8 encoded private key that you created for the client and downloaded from Apple
|
|
320
138
|
*/
|
|
321
139
|
applePrivateKey?: pulumi.Input<string>;
|
|
322
140
|
/**
|
|
323
|
-
* The Team ID associated with your Apple developer account
|
|
141
|
+
* The Team ID associated with your Apple developer account
|
|
324
142
|
*/
|
|
325
143
|
appleTeamId?: pulumi.Input<string>;
|
|
326
|
-
/**
|
|
327
|
-
* Unique identifier issued by AS for the Okta IdP instance.
|
|
328
|
-
*/
|
|
329
144
|
clientId?: pulumi.Input<string>;
|
|
330
|
-
/**
|
|
331
|
-
* Client secret issued by AS for the Okta IdP instance.
|
|
332
|
-
*/
|
|
333
145
|
clientSecret?: pulumi.Input<string>;
|
|
334
|
-
/**
|
|
335
|
-
* Action for a previously deprovisioned IdP user during authentication. Can be `"NONE"` or `"REACTIVATE"`.
|
|
336
|
-
*/
|
|
337
146
|
deprovisionedAction?: pulumi.Input<string>;
|
|
338
|
-
/**
|
|
339
|
-
* Provisioning action for IdP user's group memberships. It can be `"NONE"`, `"SYNC"`, `"APPEND"`, or `"ASSIGN"`.
|
|
340
|
-
*/
|
|
341
147
|
groupsAction?: pulumi.Input<string>;
|
|
342
|
-
/**
|
|
343
|
-
* List of Okta Group IDs to add an IdP user as a member with the `"ASSIGN"` `groupsAction`.
|
|
344
|
-
*/
|
|
345
148
|
groupsAssignments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
346
|
-
/**
|
|
347
|
-
* IdP user profile attribute name (case-insensitive) for an array value that contains group memberships.
|
|
348
|
-
*/
|
|
349
149
|
groupsAttribute?: pulumi.Input<string>;
|
|
350
|
-
/**
|
|
351
|
-
* Whitelist of Okta Group identifiers that are allowed for the `"APPEND"` or `"SYNC"` `groupsAction`.
|
|
352
|
-
*/
|
|
353
150
|
groupsFilters?: pulumi.Input<pulumi.Input<string>[]>;
|
|
354
151
|
/**
|
|
355
|
-
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
152
|
+
* Indicates whether Okta uses the original Okta org domain URL, or a custom domain URL
|
|
356
153
|
*/
|
|
357
154
|
issuerMode?: pulumi.Input<string>;
|
|
358
|
-
/**
|
|
359
|
-
* Maximum allowable clock-skew when processing messages from the IdP.
|
|
360
|
-
*/
|
|
361
155
|
maxClockSkew?: pulumi.Input<number>;
|
|
362
156
|
/**
|
|
363
|
-
*
|
|
157
|
+
* Name of the IdP
|
|
364
158
|
*/
|
|
365
159
|
name?: pulumi.Input<string>;
|
|
366
|
-
/**
|
|
367
|
-
* Determines if the IdP should act as a source of truth for user profile attributes.
|
|
368
|
-
*/
|
|
369
160
|
profileMaster?: pulumi.Input<boolean>;
|
|
370
|
-
/**
|
|
371
|
-
* The type of protocol to use. It can be `"OIDC"` or `"OAUTH2"`.
|
|
372
|
-
*/
|
|
373
161
|
protocolType?: pulumi.Input<string>;
|
|
374
|
-
/**
|
|
375
|
-
* Provisioning action for an IdP user during authentication.
|
|
376
|
-
*/
|
|
377
162
|
provisioningAction?: pulumi.Input<string>;
|
|
378
|
-
/**
|
|
379
|
-
* The scopes of the IdP.
|
|
380
|
-
*/
|
|
381
163
|
scopes: pulumi.Input<pulumi.Input<string>[]>;
|
|
382
|
-
/**
|
|
383
|
-
* Status of the IdP.
|
|
384
|
-
*/
|
|
385
164
|
status?: pulumi.Input<string>;
|
|
386
|
-
/**
|
|
387
|
-
* Okta user profile attribute for matching transformed IdP username. Only for matchType `"CUSTOM_ATTRIBUTE"`.
|
|
388
|
-
*/
|
|
389
165
|
subjectMatchAttribute?: pulumi.Input<string>;
|
|
390
|
-
/**
|
|
391
|
-
* Determines the Okta user profile attribute match conditions for account linking and authentication of the transformed IdP username. By default, it is set to `"USERNAME"`. It can be set to `"USERNAME"`, `"EMAIL"`, `"USERNAME_OR_EMAIL"` or `"CUSTOM_ATTRIBUTE"`.
|
|
392
|
-
*/
|
|
393
166
|
subjectMatchType?: pulumi.Input<string>;
|
|
394
|
-
/**
|
|
395
|
-
* Action for a previously suspended IdP user during authentication. Can be set to `"NONE"` or `"UNSUSPEND"`
|
|
396
|
-
*/
|
|
397
167
|
suspendedAction?: pulumi.Input<string>;
|
|
398
168
|
/**
|
|
399
|
-
*
|
|
169
|
+
* Identity Provider Types: https://developer.okta.com/docs/reference/api/idps/#identity-provider-type
|
|
400
170
|
*/
|
|
401
171
|
type: pulumi.Input<string>;
|
|
402
|
-
/**
|
|
403
|
-
* Okta EL Expression to generate or transform a unique username for the IdP user.
|
|
404
|
-
*/
|
|
405
172
|
usernameTemplate?: pulumi.Input<string>;
|
|
406
173
|
}
|
package/idp/social.js
CHANGED
|
@@ -5,38 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Social = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Creates a Social Identity Provider.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure a Social Identity Provider.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as okta from "@pulumi/okta";
|
|
18
|
-
*
|
|
19
|
-
* const example = new okta.idp.Social("example", {
|
|
20
|
-
* clientId: "abcd123",
|
|
21
|
-
* clientSecret: "abcd123",
|
|
22
|
-
* protocolType: "OAUTH2",
|
|
23
|
-
* scopes: [
|
|
24
|
-
* "public_profile",
|
|
25
|
-
* "email",
|
|
26
|
-
* ],
|
|
27
|
-
* type: "FACEBOOK",
|
|
28
|
-
* usernameTemplate: "idpuser.email",
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* ## Import
|
|
33
|
-
*
|
|
34
|
-
* A Social IdP can be imported via the Okta ID.
|
|
35
|
-
*
|
|
36
|
-
* ```sh
|
|
37
|
-
* $ pulumi import okta:idp/social:Social example <idp id>
|
|
38
|
-
* ```
|
|
39
|
-
*/
|
|
40
8
|
class Social extends pulumi.CustomResource {
|
|
41
9
|
/**
|
|
42
10
|
* Get an existing Social resource's state with the given name, ID, and optional extra
|
package/idp/social.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"social.js","sourceRoot":"","sources":["../../idp/social.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"social.js","sourceRoot":"","sources":["../../idp/social.ts"],"names":[],"mappings":"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"}
|
package/index/emailDomain.d.ts
CHANGED
|
@@ -1,31 +1,6 @@
|
|
|
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
|
-
* This resource allows you to create and configure an email domain.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as okta from "@pulumi/okta";
|
|
12
|
-
*
|
|
13
|
-
* const example = new okta.index.EmailDomain("example", {
|
|
14
|
-
* brandId: "abc123",
|
|
15
|
-
* displayName: "test",
|
|
16
|
-
* domain: "example.com",
|
|
17
|
-
* userName: "paul_atreides",
|
|
18
|
-
* });
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* ## Import
|
|
22
|
-
*
|
|
23
|
-
* Custom email domain can be imported via the Okta ID.
|
|
24
|
-
*
|
|
25
|
-
* ```sh
|
|
26
|
-
* $ pulumi import okta:Index/emailDomain:EmailDomain example <domain id>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
4
|
export declare class EmailDomain extends pulumi.CustomResource {
|
|
30
5
|
/**
|
|
31
6
|
* Get an existing EmailDomain resource's state with the given name, ID, and optional extra
|
|
@@ -43,27 +18,27 @@ export declare class EmailDomain extends pulumi.CustomResource {
|
|
|
43
18
|
*/
|
|
44
19
|
static isInstance(obj: any): obj is EmailDomain;
|
|
45
20
|
/**
|
|
46
|
-
* Brand id
|
|
21
|
+
* Brand id
|
|
47
22
|
*/
|
|
48
23
|
readonly brandId: pulumi.Output<string>;
|
|
49
24
|
/**
|
|
50
|
-
* Display name
|
|
25
|
+
* Display name
|
|
51
26
|
*/
|
|
52
27
|
readonly displayName: pulumi.Output<string>;
|
|
53
28
|
/**
|
|
54
|
-
* TXT and
|
|
29
|
+
* TXT and cname records to be registered for the email Domain
|
|
55
30
|
*/
|
|
56
31
|
readonly dnsValidationRecords: pulumi.Output<outputs.Index.EmailDomainDnsValidationRecord[]>;
|
|
57
32
|
/**
|
|
58
|
-
*
|
|
33
|
+
* Domain name
|
|
59
34
|
*/
|
|
60
35
|
readonly domain: pulumi.Output<string>;
|
|
61
36
|
/**
|
|
62
|
-
* User name
|
|
37
|
+
* User name
|
|
63
38
|
*/
|
|
64
39
|
readonly userName: pulumi.Output<string>;
|
|
65
40
|
/**
|
|
66
|
-
* Status of the email domain
|
|
41
|
+
* Status of the email domain. Values: NOT*STARTED, IN*PROGRESS, VERIFIED, COMPLETED
|
|
67
42
|
*/
|
|
68
43
|
readonly validationStatus: pulumi.Output<string>;
|
|
69
44
|
/**
|
|
@@ -80,27 +55,27 @@ export declare class EmailDomain extends pulumi.CustomResource {
|
|
|
80
55
|
*/
|
|
81
56
|
export interface EmailDomainState {
|
|
82
57
|
/**
|
|
83
|
-
* Brand id
|
|
58
|
+
* Brand id
|
|
84
59
|
*/
|
|
85
60
|
brandId?: pulumi.Input<string>;
|
|
86
61
|
/**
|
|
87
|
-
* Display name
|
|
62
|
+
* Display name
|
|
88
63
|
*/
|
|
89
64
|
displayName?: pulumi.Input<string>;
|
|
90
65
|
/**
|
|
91
|
-
* TXT and
|
|
66
|
+
* TXT and cname records to be registered for the email Domain
|
|
92
67
|
*/
|
|
93
68
|
dnsValidationRecords?: pulumi.Input<pulumi.Input<inputs.Index.EmailDomainDnsValidationRecord>[]>;
|
|
94
69
|
/**
|
|
95
|
-
*
|
|
70
|
+
* Domain name
|
|
96
71
|
*/
|
|
97
72
|
domain?: pulumi.Input<string>;
|
|
98
73
|
/**
|
|
99
|
-
* User name
|
|
74
|
+
* User name
|
|
100
75
|
*/
|
|
101
76
|
userName?: pulumi.Input<string>;
|
|
102
77
|
/**
|
|
103
|
-
* Status of the email domain
|
|
78
|
+
* Status of the email domain. Values: NOT*STARTED, IN*PROGRESS, VERIFIED, COMPLETED
|
|
104
79
|
*/
|
|
105
80
|
validationStatus?: pulumi.Input<string>;
|
|
106
81
|
}
|
|
@@ -109,19 +84,19 @@ export interface EmailDomainState {
|
|
|
109
84
|
*/
|
|
110
85
|
export interface EmailDomainArgs {
|
|
111
86
|
/**
|
|
112
|
-
* Brand id
|
|
87
|
+
* Brand id
|
|
113
88
|
*/
|
|
114
89
|
brandId: pulumi.Input<string>;
|
|
115
90
|
/**
|
|
116
|
-
* Display name
|
|
91
|
+
* Display name
|
|
117
92
|
*/
|
|
118
93
|
displayName: pulumi.Input<string>;
|
|
119
94
|
/**
|
|
120
|
-
*
|
|
95
|
+
* Domain name
|
|
121
96
|
*/
|
|
122
97
|
domain: pulumi.Input<string>;
|
|
123
98
|
/**
|
|
124
|
-
* User name
|
|
99
|
+
* User name
|
|
125
100
|
*/
|
|
126
101
|
userName: pulumi.Input<string>;
|
|
127
102
|
}
|
package/index/emailDomain.js
CHANGED
|
@@ -5,31 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.EmailDomain = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
-
/**
|
|
9
|
-
* This resource allows you to create and configure an email domain.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as okta from "@pulumi/okta";
|
|
16
|
-
*
|
|
17
|
-
* const example = new okta.index.EmailDomain("example", {
|
|
18
|
-
* brandId: "abc123",
|
|
19
|
-
* displayName: "test",
|
|
20
|
-
* domain: "example.com",
|
|
21
|
-
* userName: "paul_atreides",
|
|
22
|
-
* });
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* ## Import
|
|
26
|
-
*
|
|
27
|
-
* Custom email domain can be imported via the Okta ID.
|
|
28
|
-
*
|
|
29
|
-
* ```sh
|
|
30
|
-
* $ pulumi import okta:Index/emailDomain:EmailDomain example <domain id>
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
8
|
class EmailDomain extends pulumi.CustomResource {
|
|
34
9
|
/**
|
|
35
10
|
* Get an existing EmailDomain resource's state with the given name, ID, and optional extra
|
package/index/emailDomain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailDomain.js","sourceRoot":"","sources":["../../index/emailDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"emailDomain.js","sourceRoot":"","sources":["../../index/emailDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/FL,kCAgGC;AAlFG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
|