@pulumi/okta 4.9.0-alpha.1718431198 → 4.9.0
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/emailCustomization.js
CHANGED
|
@@ -6,42 +6,38 @@ exports.EmailCustomization = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* customization
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* does not contain a required variable reference. The API will 404 for an invalid
|
|
39
|
-
* `brandId` or `templateName`.
|
|
9
|
+
* Create an email customization of an email template belonging to a brand in an Okta organization.
|
|
10
|
+
* Use this resource to create an [email
|
|
11
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#create-email-customization)
|
|
12
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
13
|
+
* > Okta's public API is strict regarding the behavior of the 'is_default'
|
|
14
|
+
* property in [an email
|
|
15
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#email-customization).
|
|
16
|
+
* Make use of 'depends_on' meta argument to ensure the provider navigates email customization
|
|
17
|
+
* language versions seamlessly. Have all secondary customizations depend on the primary
|
|
18
|
+
* customization that is marked default. See Example Usage.
|
|
19
|
+
* > Caveats for [creating an email
|
|
20
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#response-body-19).
|
|
21
|
+
* If this is the first customization being created for the email template, and
|
|
22
|
+
* 'is_default' is not set for the customization in its resource configuration, the
|
|
23
|
+
* API will respond with the created customization marked as default. The API will
|
|
24
|
+
* 400 if the language parameter is not one of the supported languages or the body
|
|
25
|
+
* parameter does not contain a required variable reference. The API will error 409
|
|
26
|
+
* if 'is_default' is true and a default customization exists. The API will 404 for
|
|
27
|
+
* an invalid 'brand_id' or 'template_name'.
|
|
28
|
+
* > Caveats for [updating an email
|
|
29
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#response-body-22).
|
|
30
|
+
* If the 'is_default' parameter is true, the previous default email customization
|
|
31
|
+
* has its 'is_default' set to false (see previous note about mitigating this with
|
|
32
|
+
* 'depends_on' meta argument). The API will 409 if there’s already another email
|
|
33
|
+
* customization for the specified language or the 'is_default' parameter is false
|
|
34
|
+
* and the email customization being updated is the default. The API will 400 if
|
|
35
|
+
* the language parameter is not one of the supported locales or the body parameter
|
|
36
|
+
* does not contain a required variable reference. The API will 404 for an invalid
|
|
37
|
+
* 'brand_id' or 'template_name'.
|
|
40
38
|
*
|
|
41
39
|
* ## Import
|
|
42
40
|
*
|
|
43
|
-
* An email customization can be imported using the customization ID, brand ID and template name.
|
|
44
|
-
*
|
|
45
41
|
* ```sh
|
|
46
42
|
* $ pulumi import okta:index/emailCustomization:EmailCustomization example <customization_id>/<brand_id>/<template_name>
|
|
47
43
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailCustomization.js","sourceRoot":"","sources":["../emailCustomization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailCustomization.js","sourceRoot":"","sources":["../emailCustomization.ts"],"names":[],"mappings":"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"}
|
package/emailDomain.d.ts
CHANGED
|
@@ -2,8 +2,6 @@ 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
|
-
* This resource allows you to create and configure an email domain.
|
|
6
|
-
*
|
|
7
5
|
* ## Example Usage
|
|
8
6
|
*
|
|
9
7
|
* ```typescript
|
|
@@ -20,8 +18,6 @@ import * as outputs from "./types/output";
|
|
|
20
18
|
*
|
|
21
19
|
* ## Import
|
|
22
20
|
*
|
|
23
|
-
* Custom email domain can be imported via the Okta ID.
|
|
24
|
-
*
|
|
25
21
|
* ```sh
|
|
26
22
|
* $ pulumi import okta:index/emailDomain:EmailDomain example <domain id>
|
|
27
23
|
* ```
|
|
@@ -51,7 +47,7 @@ export declare class EmailDomain extends pulumi.CustomResource {
|
|
|
51
47
|
*/
|
|
52
48
|
readonly displayName: pulumi.Output<string>;
|
|
53
49
|
/**
|
|
54
|
-
* TXT and
|
|
50
|
+
* TXT and cname records to be registered for the email Domain
|
|
55
51
|
*/
|
|
56
52
|
readonly dnsValidationRecords: pulumi.Output<outputs.EmailDomainDnsValidationRecord[]>;
|
|
57
53
|
/**
|
|
@@ -63,7 +59,7 @@ export declare class EmailDomain extends pulumi.CustomResource {
|
|
|
63
59
|
*/
|
|
64
60
|
readonly userName: pulumi.Output<string>;
|
|
65
61
|
/**
|
|
66
|
-
* Status of the email domain
|
|
62
|
+
* Status of the email domain. Values: NOT*STARTED, IN*PROGRESS, VERIFIED, COMPLETED
|
|
67
63
|
*/
|
|
68
64
|
readonly validationStatus: pulumi.Output<string>;
|
|
69
65
|
/**
|
|
@@ -88,7 +84,7 @@ export interface EmailDomainState {
|
|
|
88
84
|
*/
|
|
89
85
|
displayName?: pulumi.Input<string>;
|
|
90
86
|
/**
|
|
91
|
-
* TXT and
|
|
87
|
+
* TXT and cname records to be registered for the email Domain
|
|
92
88
|
*/
|
|
93
89
|
dnsValidationRecords?: pulumi.Input<pulumi.Input<inputs.EmailDomainDnsValidationRecord>[]>;
|
|
94
90
|
/**
|
|
@@ -100,7 +96,7 @@ export interface EmailDomainState {
|
|
|
100
96
|
*/
|
|
101
97
|
userName?: pulumi.Input<string>;
|
|
102
98
|
/**
|
|
103
|
-
* Status of the email domain
|
|
99
|
+
* Status of the email domain. Values: NOT*STARTED, IN*PROGRESS, VERIFIED, COMPLETED
|
|
104
100
|
*/
|
|
105
101
|
validationStatus?: pulumi.Input<string>;
|
|
106
102
|
}
|
package/emailDomain.js
CHANGED
|
@@ -6,8 +6,6 @@ exports.EmailDomain = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource allows you to create and configure an email domain.
|
|
10
|
-
*
|
|
11
9
|
* ## Example Usage
|
|
12
10
|
*
|
|
13
11
|
* ```typescript
|
|
@@ -24,8 +22,6 @@ const utilities = require("./utilities");
|
|
|
24
22
|
*
|
|
25
23
|
* ## Import
|
|
26
24
|
*
|
|
27
|
-
* Custom email domain can be imported via the Okta ID.
|
|
28
|
-
*
|
|
29
25
|
* ```sh
|
|
30
26
|
* $ pulumi import okta:index/emailDomain:EmailDomain example <domain id>
|
|
31
27
|
* ```
|
package/emailDomain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailDomain.js","sourceRoot":"","sources":["../emailDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailDomain.js","sourceRoot":"","sources":["../emailDomain.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,10 +16,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
* });
|
|
17
17
|
* const exampleEmailDomainVerification = new okta.EmailDomainVerification("example", {emailDomainId: valid.id});
|
|
18
18
|
* ```
|
|
19
|
-
*
|
|
20
|
-
* ## Import
|
|
21
|
-
*
|
|
22
|
-
* This resource does not support importing.
|
|
23
19
|
*/
|
|
24
20
|
export declare class EmailDomainVerification extends pulumi.CustomResource {
|
|
25
21
|
/**
|
|
@@ -38,7 +34,7 @@ export declare class EmailDomainVerification extends pulumi.CustomResource {
|
|
|
38
34
|
*/
|
|
39
35
|
static isInstance(obj: any): obj is EmailDomainVerification;
|
|
40
36
|
/**
|
|
41
|
-
* Email domain ID
|
|
37
|
+
* Email domain ID
|
|
42
38
|
*/
|
|
43
39
|
readonly emailDomainId: pulumi.Output<string>;
|
|
44
40
|
/**
|
|
@@ -55,7 +51,7 @@ export declare class EmailDomainVerification extends pulumi.CustomResource {
|
|
|
55
51
|
*/
|
|
56
52
|
export interface EmailDomainVerificationState {
|
|
57
53
|
/**
|
|
58
|
-
* Email domain ID
|
|
54
|
+
* Email domain ID
|
|
59
55
|
*/
|
|
60
56
|
emailDomainId?: pulumi.Input<string>;
|
|
61
57
|
}
|
|
@@ -64,7 +60,7 @@ export interface EmailDomainVerificationState {
|
|
|
64
60
|
*/
|
|
65
61
|
export interface EmailDomainVerificationArgs {
|
|
66
62
|
/**
|
|
67
|
-
* Email domain ID
|
|
63
|
+
* Email domain ID
|
|
68
64
|
*/
|
|
69
65
|
emailDomainId: pulumi.Input<string>;
|
|
70
66
|
}
|
|
@@ -22,10 +22,6 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* });
|
|
23
23
|
* const exampleEmailDomainVerification = new okta.EmailDomainVerification("example", {emailDomainId: valid.id});
|
|
24
24
|
* ```
|
|
25
|
-
*
|
|
26
|
-
* ## Import
|
|
27
|
-
*
|
|
28
|
-
* This resource does not support importing.
|
|
29
25
|
*/
|
|
30
26
|
class EmailDomainVerification extends pulumi.CustomResource {
|
|
31
27
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailDomainVerification.js","sourceRoot":"","sources":["../emailDomainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailDomainVerification.js","sourceRoot":"","sources":["../emailDomainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAxDL,0DAyDC;AA3CG,gBAAgB;AACO,oCAAY,GAAG,4DAA4D,CAAC"}
|
package/emailSender.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ 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
|
-
*
|
|
5
|
+
* Creates custom email sender. This resource allows you to create and configure a custom email sender.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* > **DEPRECATED** The api for this resource has been deprecated. Please use `okta.EmailDomain` instead.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
@@ -21,8 +21,6 @@ import * as outputs from "./types/output";
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
-
* Custom email sender can be imported via the Okta ID.
|
|
25
|
-
*
|
|
26
24
|
* ```sh
|
|
27
25
|
* $ pulumi import okta:index/emailSender:EmailSender example <sender id>
|
|
28
26
|
* ```
|
|
@@ -44,23 +42,23 @@ export declare class EmailSender extends pulumi.CustomResource {
|
|
|
44
42
|
*/
|
|
45
43
|
static isInstance(obj: any): obj is EmailSender;
|
|
46
44
|
/**
|
|
47
|
-
* TXT and CNAME records to be registered for the
|
|
45
|
+
* TXT and CNAME records to be registered for the Domain
|
|
48
46
|
*/
|
|
49
47
|
readonly dnsRecords: pulumi.Output<outputs.EmailSenderDnsRecord[]>;
|
|
50
48
|
/**
|
|
51
|
-
* Email address to send from
|
|
49
|
+
* Email address to send from
|
|
52
50
|
*/
|
|
53
51
|
readonly fromAddress: pulumi.Output<string>;
|
|
54
52
|
/**
|
|
55
|
-
* Name of sender
|
|
53
|
+
* Name of sender
|
|
56
54
|
*/
|
|
57
55
|
readonly fromName: pulumi.Output<string>;
|
|
58
56
|
/**
|
|
59
|
-
*
|
|
57
|
+
* Verification status
|
|
60
58
|
*/
|
|
61
59
|
readonly status: pulumi.Output<string>;
|
|
62
60
|
/**
|
|
63
|
-
* Mail domain to send from
|
|
61
|
+
* Mail domain to send from
|
|
64
62
|
*/
|
|
65
63
|
readonly subdomain: pulumi.Output<string>;
|
|
66
64
|
/**
|
|
@@ -77,23 +75,23 @@ export declare class EmailSender extends pulumi.CustomResource {
|
|
|
77
75
|
*/
|
|
78
76
|
export interface EmailSenderState {
|
|
79
77
|
/**
|
|
80
|
-
* TXT and CNAME records to be registered for the
|
|
78
|
+
* TXT and CNAME records to be registered for the Domain
|
|
81
79
|
*/
|
|
82
80
|
dnsRecords?: pulumi.Input<pulumi.Input<inputs.EmailSenderDnsRecord>[]>;
|
|
83
81
|
/**
|
|
84
|
-
* Email address to send from
|
|
82
|
+
* Email address to send from
|
|
85
83
|
*/
|
|
86
84
|
fromAddress?: pulumi.Input<string>;
|
|
87
85
|
/**
|
|
88
|
-
* Name of sender
|
|
86
|
+
* Name of sender
|
|
89
87
|
*/
|
|
90
88
|
fromName?: pulumi.Input<string>;
|
|
91
89
|
/**
|
|
92
|
-
*
|
|
90
|
+
* Verification status
|
|
93
91
|
*/
|
|
94
92
|
status?: pulumi.Input<string>;
|
|
95
93
|
/**
|
|
96
|
-
* Mail domain to send from
|
|
94
|
+
* Mail domain to send from
|
|
97
95
|
*/
|
|
98
96
|
subdomain?: pulumi.Input<string>;
|
|
99
97
|
}
|
|
@@ -102,15 +100,15 @@ export interface EmailSenderState {
|
|
|
102
100
|
*/
|
|
103
101
|
export interface EmailSenderArgs {
|
|
104
102
|
/**
|
|
105
|
-
* Email address to send from
|
|
103
|
+
* Email address to send from
|
|
106
104
|
*/
|
|
107
105
|
fromAddress: pulumi.Input<string>;
|
|
108
106
|
/**
|
|
109
|
-
* Name of sender
|
|
107
|
+
* Name of sender
|
|
110
108
|
*/
|
|
111
109
|
fromName: pulumi.Input<string>;
|
|
112
110
|
/**
|
|
113
|
-
* Mail domain to send from
|
|
111
|
+
* Mail domain to send from
|
|
114
112
|
*/
|
|
115
113
|
subdomain: pulumi.Input<string>;
|
|
116
114
|
}
|
package/emailSender.js
CHANGED
|
@@ -6,9 +6,9 @@ exports.EmailSender = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Creates custom email sender. This resource allows you to create and configure a custom email sender.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* > **DEPRECATED** The api for this resource has been deprecated. Please use `okta.EmailDomain` instead.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -25,8 +25,6 @@ const utilities = require("./utilities");
|
|
|
25
25
|
*
|
|
26
26
|
* ## Import
|
|
27
27
|
*
|
|
28
|
-
* Custom email sender can be imported via the Okta ID.
|
|
29
|
-
*
|
|
30
28
|
* ```sh
|
|
31
29
|
* $ pulumi import okta:index/emailSender:EmailSender example <sender id>
|
|
32
30
|
* ```
|
package/emailSender.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailSender.js","sourceRoot":"","sources":["../emailSender.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailSender.js","sourceRoot":"","sources":["../emailSender.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* > **DEPRECATED** use `okta.EmailDomainVerification` instead.
|
|
4
|
-
*
|
|
5
3
|
* Verifies the email sender. The resource won't be created if the email sender could not be verified.
|
|
6
4
|
*
|
|
5
|
+
* > **DEPRECATED** The api for this resource has been deprecated. Please use `okta.EmailDomainVerification` instead.
|
|
6
|
+
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
9
9
|
* ```typescript
|
|
@@ -17,10 +17,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
* });
|
|
18
18
|
* const exampleEmailSenderVerification = new okta.EmailSenderVerification("example", {senderId: valid.id});
|
|
19
19
|
* ```
|
|
20
|
-
*
|
|
21
|
-
* ## Import
|
|
22
|
-
*
|
|
23
|
-
* This resource does not support importing.
|
|
24
20
|
*/
|
|
25
21
|
export declare class EmailSenderVerification extends pulumi.CustomResource {
|
|
26
22
|
/**
|
|
@@ -39,7 +35,7 @@ export declare class EmailSenderVerification extends pulumi.CustomResource {
|
|
|
39
35
|
*/
|
|
40
36
|
static isInstance(obj: any): obj is EmailSenderVerification;
|
|
41
37
|
/**
|
|
42
|
-
* Email sender ID
|
|
38
|
+
* Email sender ID
|
|
43
39
|
*/
|
|
44
40
|
readonly senderId: pulumi.Output<string>;
|
|
45
41
|
/**
|
|
@@ -56,7 +52,7 @@ export declare class EmailSenderVerification extends pulumi.CustomResource {
|
|
|
56
52
|
*/
|
|
57
53
|
export interface EmailSenderVerificationState {
|
|
58
54
|
/**
|
|
59
|
-
* Email sender ID
|
|
55
|
+
* Email sender ID
|
|
60
56
|
*/
|
|
61
57
|
senderId?: pulumi.Input<string>;
|
|
62
58
|
}
|
|
@@ -65,7 +61,7 @@ export interface EmailSenderVerificationState {
|
|
|
65
61
|
*/
|
|
66
62
|
export interface EmailSenderVerificationArgs {
|
|
67
63
|
/**
|
|
68
|
-
* Email sender ID
|
|
64
|
+
* Email sender ID
|
|
69
65
|
*/
|
|
70
66
|
senderId: pulumi.Input<string>;
|
|
71
67
|
}
|
|
@@ -6,10 +6,10 @@ exports.EmailSenderVerification = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* > **DEPRECATED** use `okta.EmailDomainVerification` instead.
|
|
10
|
-
*
|
|
11
9
|
* Verifies the email sender. The resource won't be created if the email sender could not be verified.
|
|
12
10
|
*
|
|
11
|
+
* > **DEPRECATED** The api for this resource has been deprecated. Please use `okta.EmailDomainVerification` instead.
|
|
12
|
+
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
15
15
|
* ```typescript
|
|
@@ -23,10 +23,6 @@ const utilities = require("./utilities");
|
|
|
23
23
|
* });
|
|
24
24
|
* const exampleEmailSenderVerification = new okta.EmailSenderVerification("example", {senderId: valid.id});
|
|
25
25
|
* ```
|
|
26
|
-
*
|
|
27
|
-
* ## Import
|
|
28
|
-
*
|
|
29
|
-
* This resource does not support importing.
|
|
30
26
|
*/
|
|
31
27
|
class EmailSenderVerification extends pulumi.CustomResource {
|
|
32
28
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailSenderVerification.js","sourceRoot":"","sources":["../emailSenderVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailSenderVerification.js","sourceRoot":"","sources":["../emailSenderVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,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,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAxDL,0DAyDC;AA3CG,gBAAgB;AACO,oCAAY,GAAG,4DAA4D,CAAC"}
|
package/eventHook.d.ts
CHANGED
|
@@ -2,9 +2,7 @@ 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 event hook.
|
|
6
|
-
*
|
|
7
|
-
* This resource allows you to create and configure an event hook.
|
|
5
|
+
* Creates an event hook. This resource allows you to create and configure an event hook.
|
|
8
6
|
*
|
|
9
7
|
* ## Example Usage
|
|
10
8
|
*
|
|
@@ -33,8 +31,6 @@ import * as outputs from "./types/output";
|
|
|
33
31
|
*
|
|
34
32
|
* ## Import
|
|
35
33
|
*
|
|
36
|
-
* An event hook can be imported via the Okta ID.
|
|
37
|
-
*
|
|
38
34
|
* ```sh
|
|
39
35
|
* $ pulumi import okta:index/eventHook:EventHook example <hook id>
|
|
40
36
|
* ```
|
|
@@ -56,7 +52,9 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
56
52
|
*/
|
|
57
53
|
static isInstance(obj: any): obj is EventHook;
|
|
58
54
|
/**
|
|
59
|
-
*
|
|
55
|
+
* Details of the endpoint the event hook will hit. - 'version' - (Required) The version of the channel. The
|
|
56
|
+
* currently-supported version is '1.0.0'. - 'uri' - (Required) The URI the hook will hit. - 'type' - (Optional) The type
|
|
57
|
+
* of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
60
58
|
*/
|
|
61
59
|
readonly auth: pulumi.Output<{
|
|
62
60
|
[key: string]: string;
|
|
@@ -68,7 +66,8 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
68
66
|
[key: string]: string;
|
|
69
67
|
}>;
|
|
70
68
|
/**
|
|
71
|
-
* The events that will be delivered to this hook. [See here for a list of supported
|
|
69
|
+
* The events that will be delivered to this hook. [See here for a list of supported
|
|
70
|
+
* events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
72
71
|
*/
|
|
73
72
|
readonly events: pulumi.Output<string[]>;
|
|
74
73
|
/**
|
|
@@ -97,7 +96,9 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
97
96
|
*/
|
|
98
97
|
export interface EventHookState {
|
|
99
98
|
/**
|
|
100
|
-
*
|
|
99
|
+
* Details of the endpoint the event hook will hit. - 'version' - (Required) The version of the channel. The
|
|
100
|
+
* currently-supported version is '1.0.0'. - 'uri' - (Required) The URI the hook will hit. - 'type' - (Optional) The type
|
|
101
|
+
* of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
101
102
|
*/
|
|
102
103
|
auth?: pulumi.Input<{
|
|
103
104
|
[key: string]: pulumi.Input<string>;
|
|
@@ -109,7 +110,8 @@ export interface EventHookState {
|
|
|
109
110
|
[key: string]: pulumi.Input<string>;
|
|
110
111
|
}>;
|
|
111
112
|
/**
|
|
112
|
-
* The events that will be delivered to this hook. [See here for a list of supported
|
|
113
|
+
* The events that will be delivered to this hook. [See here for a list of supported
|
|
114
|
+
* events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
113
115
|
*/
|
|
114
116
|
events?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
117
|
/**
|
|
@@ -130,7 +132,9 @@ export interface EventHookState {
|
|
|
130
132
|
*/
|
|
131
133
|
export interface EventHookArgs {
|
|
132
134
|
/**
|
|
133
|
-
*
|
|
135
|
+
* Details of the endpoint the event hook will hit. - 'version' - (Required) The version of the channel. The
|
|
136
|
+
* currently-supported version is '1.0.0'. - 'uri' - (Required) The URI the hook will hit. - 'type' - (Optional) The type
|
|
137
|
+
* of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
134
138
|
*/
|
|
135
139
|
auth?: pulumi.Input<{
|
|
136
140
|
[key: string]: pulumi.Input<string>;
|
|
@@ -142,7 +146,8 @@ export interface EventHookArgs {
|
|
|
142
146
|
[key: string]: pulumi.Input<string>;
|
|
143
147
|
}>;
|
|
144
148
|
/**
|
|
145
|
-
* The events that will be delivered to this hook. [See here for a list of supported
|
|
149
|
+
* The events that will be delivered to this hook. [See here for a list of supported
|
|
150
|
+
* events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
146
151
|
*/
|
|
147
152
|
events: pulumi.Input<pulumi.Input<string>[]>;
|
|
148
153
|
/**
|
package/eventHook.js
CHANGED
|
@@ -6,9 +6,7 @@ exports.EventHook = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates an event hook.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure an event hook.
|
|
9
|
+
* Creates an event hook. This resource allows you to create and configure an event hook.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
@@ -37,8 +35,6 @@ const utilities = require("./utilities");
|
|
|
37
35
|
*
|
|
38
36
|
* ## Import
|
|
39
37
|
*
|
|
40
|
-
* An event hook can be imported via the Okta ID.
|
|
41
|
-
*
|
|
42
38
|
* ```sh
|
|
43
39
|
* $ pulumi import okta:index/eventHook:EventHook example <hook id>
|
|
44
40
|
* ```
|
package/eventHook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventHook.js","sourceRoot":"","sources":["../eventHook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"eventHook.js","sourceRoot":"","sources":["../eventHook.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Verifies the Event Hook. The resource won't be created unless the URI provided in the event hook returns a valid
|
|
4
|
-
* JSON object with verification. See [Event Hooks](https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request)
|
|
5
|
-
* documentation for details.
|
|
3
|
+
* Verifies the Event Hook. The resource won't be created unless the URI provided in the event hook returns a valid JSON object with verification. See [Event Hooks](https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request) documentation for details.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
8
6
|
*
|
|
@@ -29,10 +27,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
27
|
* });
|
|
30
28
|
* const exampleEventHookVerification = new okta.EventHookVerification("example", {eventHookId: example.id});
|
|
31
29
|
* ```
|
|
32
|
-
*
|
|
33
|
-
* ## Import
|
|
34
|
-
*
|
|
35
|
-
* This resource does not support importing.
|
|
36
30
|
*/
|
|
37
31
|
export declare class EventHookVerification extends pulumi.CustomResource {
|
|
38
32
|
/**
|
|
@@ -51,7 +45,7 @@ export declare class EventHookVerification extends pulumi.CustomResource {
|
|
|
51
45
|
*/
|
|
52
46
|
static isInstance(obj: any): obj is EventHookVerification;
|
|
53
47
|
/**
|
|
54
|
-
* Event
|
|
48
|
+
* Event hook ID
|
|
55
49
|
*/
|
|
56
50
|
readonly eventHookId: pulumi.Output<string>;
|
|
57
51
|
/**
|
|
@@ -68,7 +62,7 @@ export declare class EventHookVerification extends pulumi.CustomResource {
|
|
|
68
62
|
*/
|
|
69
63
|
export interface EventHookVerificationState {
|
|
70
64
|
/**
|
|
71
|
-
* Event
|
|
65
|
+
* Event hook ID
|
|
72
66
|
*/
|
|
73
67
|
eventHookId?: pulumi.Input<string>;
|
|
74
68
|
}
|
|
@@ -77,7 +71,7 @@ export interface EventHookVerificationState {
|
|
|
77
71
|
*/
|
|
78
72
|
export interface EventHookVerificationArgs {
|
|
79
73
|
/**
|
|
80
|
-
* Event
|
|
74
|
+
* Event hook ID
|
|
81
75
|
*/
|
|
82
76
|
eventHookId: pulumi.Input<string>;
|
|
83
77
|
}
|
package/eventHookVerification.js
CHANGED
|
@@ -6,9 +6,7 @@ exports.EventHookVerification = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Verifies the Event Hook. The resource won't be created unless the URI provided in the event hook returns a valid
|
|
10
|
-
* JSON object with verification. See [Event Hooks](https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request)
|
|
11
|
-
* documentation for details.
|
|
9
|
+
* Verifies the Event Hook. The resource won't be created unless the URI provided in the event hook returns a valid JSON object with verification. See [Event Hooks](https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request) documentation for details.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
@@ -35,10 +33,6 @@ const utilities = require("./utilities");
|
|
|
35
33
|
* });
|
|
36
34
|
* const exampleEventHookVerification = new okta.EventHookVerification("example", {eventHookId: example.id});
|
|
37
35
|
* ```
|
|
38
|
-
*
|
|
39
|
-
* ## Import
|
|
40
|
-
*
|
|
41
|
-
* This resource does not support importing.
|
|
42
36
|
*/
|
|
43
37
|
class EventHookVerification extends pulumi.CustomResource {
|
|
44
38
|
/**
|