@pulumi/okta 4.9.0-alpha.1718344922 → 4.9.0-alpha.1718755579
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adminRoleCustom.d.ts +105 -107
- package/adminRoleCustom.js +3 -5
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +12 -18
- package/adminRoleCustomAssignments.js +3 -6
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +14 -16
- package/adminRoleTargets.js +0 -2
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +23 -2
- package/app/accessPolicyAssignment.js +23 -2
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +63 -97
- package/app/autoLogin.js +3 -37
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +30 -33
- package/app/basicAuth.js +4 -7
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +30 -33
- package/app/bookmark.js +3 -6
- package/app/bookmark.js.map +1 -1
- package/app/getApp.d.ts +58 -25
- package/app/getApp.js +2 -2
- package/app/getApp.js.map +1 -1
- package/app/getMetadataSaml.d.ts +11 -5
- package/app/getMetadataSaml.js +2 -2
- package/app/getMetadataSaml.js.map +1 -1
- package/app/getOauth.d.ts +62 -34
- package/app/getOauth.js +2 -2
- package/app/getOauth.js.map +1 -1
- package/app/getSaml.d.ts +75 -56
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +23 -9
- package/app/groupAssignment.js +17 -3
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +135 -273
- package/app/oauth.js +6 -60
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +4 -6
- package/app/oauthPostLogoutRedirectUri.js +1 -3
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +4 -6
- package/app/oauthRedirectUri.js +1 -3
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/oauthRoleAssignment.d.ts +4 -29
- package/app/oauthRoleAssignment.js +4 -29
- package/app/oauthRoleAssignment.js.map +1 -1
- package/app/saml.d.ts +161 -289
- package/app/saml.js +6 -152
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +79 -80
- package/app/securePasswordStore.js +6 -7
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +70 -71
- package/app/swa.js +4 -5
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +74 -76
- package/app/threeField.js +5 -7
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +12 -17
- package/app/user.js +0 -2
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +6 -8
- package/appGroupAssignments.js +3 -5
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +5 -7
- package/appOauthApiScope.js +2 -4
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +6 -7
- package/appSamlAppSettings.js +3 -4
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +61 -63
- package/appSharedCredentials.js +4 -6
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +3 -39
- package/appSignonPolicy.js +3 -39
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +69 -361
- package/appSignonPolicyRule.js +1 -278
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +25 -29
- package/appUserBaseSchemaProperty.js +1 -5
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +51 -41
- package/appUserSchemaProperty.js +0 -2
- package/appUserSchemaProperty.js.map +1 -1
- package/auth/getServer.d.ts +11 -11
- package/auth/getServer.js +2 -2
- package/auth/getServerPolicy.d.ts +15 -9
- package/auth/getServerPolicy.js +2 -2
- package/auth/getServerPolicy.js.map +1 -1
- package/auth/getServerScopes.d.ts +8 -5
- package/auth/getServerScopes.js +2 -2
- package/auth/getServerScopes.js.map +1 -1
- package/auth/server.d.ts +15 -19
- package/auth/server.js +1 -5
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +13 -17
- package/auth/serverClaim.js +1 -5
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +10 -14
- package/auth/serverPolicy.js +1 -5
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyClaim.d.ts +50 -66
- package/auth/serverPolicyClaim.js +0 -25
- package/auth/serverPolicyClaim.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +32 -43
- package/auth/serverPolicyRule.js +0 -2
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +16 -20
- package/auth/serverScope.js +1 -5
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +10 -25
- package/authServerClaimDefault.js +0 -9
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +15 -19
- package/authServerDefault.js +1 -5
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +53 -61
- package/authenticator.js +11 -11
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +21 -41
- package/behaviour.js +0 -2
- package/behaviour.js.map +1 -1
- package/brand.d.ts +23 -22
- package/brand.js +8 -4
- package/brand.js.map +1 -1
- package/captcha.d.ts +15 -17
- package/captcha.js +3 -5
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +8 -43
- package/captchaOrgWideSettings.js +2 -37
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +13 -21
- package/domain.js +0 -2
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +17 -24
- package/domainCertificate.js +2 -9
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +4 -10
- package/domainVerification.js +1 -7
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +38 -222
- package/emailCustomization.js +29 -33
- package/emailCustomization.js.map +1 -1
- package/emailDomain.d.ts +4 -8
- package/emailDomain.js +0 -4
- package/emailDomain.js.map +1 -1
- package/emailDomainVerification.d.ts +3 -7
- package/emailDomainVerification.js +0 -4
- package/emailDomainVerification.js.map +1 -1
- package/emailSender.d.ts +15 -17
- package/emailSender.js +2 -4
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +5 -9
- package/emailSenderVerification.js +2 -6
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +16 -11
- package/eventHook.js +1 -5
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +4 -10
- package/eventHookVerification.js +1 -7
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +4 -9
- package/factor/factor.js +1 -3
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +12 -21
- package/factorTotp.js +3 -3
- package/factorTotp.js.map +1 -1
- package/getAppGroupAssignments.d.ts +6 -6
- package/getAppGroupAssignments.js +2 -2
- package/getAppSignonPolicy.d.ts +16 -6
- package/getAppSignonPolicy.js +8 -4
- package/getAppSignonPolicy.js.map +1 -1
- package/getAppUserAssignments.d.ts +6 -6
- package/getAppUserAssignments.js +2 -2
- package/getAuthServerClaim.d.ts +15 -12
- package/getAuthServerClaim.js +2 -2
- package/getAuthServerClaim.js.map +1 -1
- package/getAuthServerClaims.d.ts +8 -5
- package/getAuthServerClaims.js +2 -2
- package/getAuthServerClaims.js.map +1 -1
- package/getAuthenticator.d.ts +24 -26
- package/getAuthenticator.js +14 -22
- package/getAuthenticator.js.map +1 -1
- package/getBehaviour.d.ts +6 -8
- package/getBehaviour.js +2 -2
- package/getBehaviour.js.map +1 -1
- package/getBehaviours.d.ts +7 -7
- package/getBehaviours.js +2 -2
- package/getBrand.d.ts +9 -6
- package/getBrand.js +2 -2
- package/getBrand.js.map +1 -1
- package/getBrands.d.ts +2 -2
- package/getBrands.js +2 -2
- package/getDomain.d.ts +11 -14
- package/getDomain.js +2 -8
- package/getDomain.js.map +1 -1
- package/getEmailCustomization.d.ts +14 -9
- package/getEmailCustomization.js +2 -6
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +11 -9
- package/getEmailCustomizations.js +2 -6
- package/getEmailCustomizations.js.map +1 -1
- package/getGroups.d.ts +11 -25
- package/getGroups.js +2 -2
- package/getGroups.js.map +1 -1
- package/getLogStream.d.ts +8 -39
- package/getLogStream.js +2 -24
- package/getLogStream.js.map +1 -1
- package/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- package/getOrgMetadata.d.ts +0 -22
- package/getOrgMetadata.js +0 -22
- package/getOrgMetadata.js.map +1 -1
- package/getRoleSubscription.d.ts +13 -35
- package/getRoleSubscription.js +2 -2
- package/getRoleSubscription.js.map +1 -1
- package/getTemplate.d.ts +10 -8
- package/getTemplate.js +2 -6
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +6 -7
- package/getTemplates.js +2 -6
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +14 -12
- package/getTheme.js +2 -6
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +6 -7
- package/getThemes.js +2 -6
- package/getThemes.js.map +1 -1
- package/getTrustedOrigins.d.ts +7 -4
- package/getTrustedOrigins.js +2 -2
- package/getTrustedOrigins.js.map +1 -1
- package/getUserSecurityQuestions.d.ts +4 -8
- package/getUserSecurityQuestions.js +0 -4
- package/getUserSecurityQuestions.js.map +1 -1
- package/group/getEveryoneGroup.d.ts +10 -5
- package/group/getEveryoneGroup.js +4 -2
- package/group/getEveryoneGroup.js.map +1 -1
- package/group/getGroup.d.ts +17 -26
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +9 -9
- package/group/getRule.js +2 -2
- package/group/group.d.ts +4 -36
- package/group/group.js +1 -33
- package/group/group.js.map +1 -1
- package/group/role.d.ts +37 -81
- package/group/role.js +1 -6
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +12 -20
- package/group/rule.js +0 -2
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +8 -10
- package/groupMemberships.js +2 -4
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +57 -59
- package/groupSchemaProperty.js +0 -2
- package/groupSchemaProperty.js.map +1 -1
- package/idp/getMetadataSaml.d.ts +9 -6
- package/idp/getMetadataSaml.js +2 -2
- package/idp/getMetadataSaml.js.map +1 -1
- package/idp/getOidc.d.ts +9 -9
- package/idp/getOidc.js +2 -2
- package/idp/getSaml.d.ts +16 -13
- package/idp/getSaml.js +2 -2
- package/idp/getSaml.js.map +1 -1
- package/idp/getSocial.d.ts +8 -2
- package/idp/getSocial.js +2 -2
- package/idp/getSocial.js.map +1 -1
- package/idp/oidc.d.ts +70 -62
- package/idp/oidc.js +3 -5
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +64 -86
- package/idp/saml.js +1 -5
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +3 -5
- package/idp/samlKey.js +0 -2
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +99 -69
- package/idp/social.js +11 -5
- package/idp/social.js.map +1 -1
- package/inline/hook.d.ts +4 -26
- package/inline/hook.js +1 -5
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +2 -3
- package/linkDefinition.js +2 -3
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +7 -9
- package/linkValue.js +1 -3
- package/linkValue.js.map +1 -1
- package/logStream.d.ts +32 -27
- package/logStream.js +23 -9
- package/logStream.js.map +1 -1
- package/network/zone.d.ts +25 -66
- package/network/zone.js +1 -39
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +4 -9
- package/orgConfiguration.js +1 -3
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +4 -7
- package/orgSupport.js +1 -4
- package/orgSupport.js.map +1 -1
- package/package.json +3 -3
- package/policy/getDefaultPolicy.d.ts +9 -7
- package/policy/getDefaultPolicy.js +6 -2
- package/policy/getDefaultPolicy.js.map +1 -1
- package/policy/getPolicy.d.ts +11 -26
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +18 -220
- package/policy/mfa.js +0 -10
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +91 -95
- package/policy/password.js +1 -5
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +111 -93
- package/policy/ruleIdpDiscovery.js +48 -57
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +40 -30
- package/policy/ruleMfa.js +1 -3
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +34 -38
- package/policy/rulePassword.js +1 -5
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +94 -85
- package/policy/ruleSignon.js +1 -4
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +16 -20
- package/policy/signon.js +1 -5
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +15 -214
- package/policyMfaDefault.js +2 -9
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +85 -101
- package/policyPasswordDefault.js +1 -5
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +8 -9
- package/policyProfileEnrollment.js +2 -3
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +8 -11
- package/policyProfileEnrollmentApps.js +3 -6
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +42 -31
- package/policyRuleProfileEnrollment.js +2 -3
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +19 -34
- package/profile/mapping.js +4 -4
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +8 -17
- package/rateLimiting.js +2 -5
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +18 -26
- package/resourceSet.js +9 -14
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +35 -86
- package/roleSubscription.js +2 -2
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +4 -7
- package/securityNotificationEmails.js +4 -7
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +4 -8
- package/templateSms.js +1 -5
- package/templateSms.js.map +1 -1
- package/theme.d.ts +46 -46
- package/theme.js +2 -2
- package/threatInsightSettings.d.ts +7 -27
- package/threatInsightSettings.js +1 -3
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +13 -17
- package/trustedorigin/origin.js +1 -5
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +65 -162
- package/types/output.d.ts +75 -275
- package/user/getUser.d.ts +32 -104
- package/user/getUser.js +2 -2
- package/user/getUser.js.map +1 -1
- package/user/getUserProfileMappingSource.d.ts +9 -7
- package/user/getUserProfileMappingSource.js +6 -4
- package/user/getUserProfileMappingSource.js.map +1 -1
- package/user/getUserType.d.ts +7 -7
- package/user/getUserType.js +2 -2
- package/user/getUsers.d.ts +95 -37
- package/user/getUsers.js +64 -24
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +160 -209
- package/user/user.js +43 -65
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +1 -5
- package/user/userType.js +1 -5
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +10 -17
- package/userAdminRoles.js +1 -5
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +26 -34
- package/userBaseSchemaProperty.js +2 -10
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +1 -5
- package/userFactorQuestion.js +1 -5
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +3 -3
- package/userSchemaProperty.d.ts +57 -56
- package/userSchemaProperty.js +0 -8
- package/userSchemaProperty.js.map +1 -1
package/domainCertificate.d.ts
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Manages certificate for the domain.
|
|
4
|
-
*
|
|
5
|
-
* This resource's `certificate`, `privateKey`, and `certificateChain` attributes
|
|
4
|
+
* This resource's 'certificate', 'private_key', and 'certificate_chain' attributes
|
|
6
5
|
* hold actual PEM values and can be referred to by other configs requiring
|
|
7
6
|
* certificate and private key inputs. This is inline with TF's best
|
|
8
7
|
* practices
|
|
9
8
|
* of not encrypting state.
|
|
10
|
-
*
|
|
11
9
|
* See Let's Encrypt Certbot notes at the end of this
|
|
12
|
-
* documentation for notes on how to generate a domain certificate with Let's
|
|
13
|
-
* Encrypt Certbot
|
|
10
|
+
* documentation for notes on how to generate a domain certificate with Let's Encrypt Certbot
|
|
14
11
|
*
|
|
15
12
|
* ## Example Usage
|
|
16
13
|
*
|
|
@@ -57,10 +54,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
57
54
|
* `certificate` | `cert.pem`
|
|
58
55
|
* `certificateChain` | `chain.pem`
|
|
59
56
|
* `privateKey` | `privkey.pem`
|
|
60
|
-
*
|
|
61
|
-
* ## Import
|
|
62
|
-
*
|
|
63
|
-
* This resource does not support importing.
|
|
64
57
|
*/
|
|
65
58
|
export declare class DomainCertificate extends pulumi.CustomResource {
|
|
66
59
|
/**
|
|
@@ -79,23 +72,23 @@ export declare class DomainCertificate extends pulumi.CustomResource {
|
|
|
79
72
|
*/
|
|
80
73
|
static isInstance(obj: any): obj is DomainCertificate;
|
|
81
74
|
/**
|
|
82
|
-
* Certificate content
|
|
75
|
+
* Certificate content
|
|
83
76
|
*/
|
|
84
77
|
readonly certificate: pulumi.Output<string>;
|
|
85
78
|
/**
|
|
86
|
-
* Certificate
|
|
79
|
+
* Certificate chain
|
|
87
80
|
*/
|
|
88
81
|
readonly certificateChain: pulumi.Output<string>;
|
|
89
82
|
/**
|
|
90
|
-
* Domain ID
|
|
83
|
+
* Domain's ID
|
|
91
84
|
*/
|
|
92
85
|
readonly domainId: pulumi.Output<string>;
|
|
93
86
|
/**
|
|
94
|
-
* Certificate private key
|
|
87
|
+
* Certificate private key
|
|
95
88
|
*/
|
|
96
89
|
readonly privateKey: pulumi.Output<string>;
|
|
97
90
|
/**
|
|
98
|
-
* Certificate type. Valid value is `
|
|
91
|
+
* Certificate type. Valid value is `PEM`
|
|
99
92
|
*/
|
|
100
93
|
readonly type: pulumi.Output<string>;
|
|
101
94
|
/**
|
|
@@ -112,23 +105,23 @@ export declare class DomainCertificate extends pulumi.CustomResource {
|
|
|
112
105
|
*/
|
|
113
106
|
export interface DomainCertificateState {
|
|
114
107
|
/**
|
|
115
|
-
* Certificate content
|
|
108
|
+
* Certificate content
|
|
116
109
|
*/
|
|
117
110
|
certificate?: pulumi.Input<string>;
|
|
118
111
|
/**
|
|
119
|
-
* Certificate
|
|
112
|
+
* Certificate chain
|
|
120
113
|
*/
|
|
121
114
|
certificateChain?: pulumi.Input<string>;
|
|
122
115
|
/**
|
|
123
|
-
* Domain ID
|
|
116
|
+
* Domain's ID
|
|
124
117
|
*/
|
|
125
118
|
domainId?: pulumi.Input<string>;
|
|
126
119
|
/**
|
|
127
|
-
* Certificate private key
|
|
120
|
+
* Certificate private key
|
|
128
121
|
*/
|
|
129
122
|
privateKey?: pulumi.Input<string>;
|
|
130
123
|
/**
|
|
131
|
-
* Certificate type. Valid value is `
|
|
124
|
+
* Certificate type. Valid value is `PEM`
|
|
132
125
|
*/
|
|
133
126
|
type?: pulumi.Input<string>;
|
|
134
127
|
}
|
|
@@ -137,23 +130,23 @@ export interface DomainCertificateState {
|
|
|
137
130
|
*/
|
|
138
131
|
export interface DomainCertificateArgs {
|
|
139
132
|
/**
|
|
140
|
-
* Certificate content
|
|
133
|
+
* Certificate content
|
|
141
134
|
*/
|
|
142
135
|
certificate: pulumi.Input<string>;
|
|
143
136
|
/**
|
|
144
|
-
* Certificate
|
|
137
|
+
* Certificate chain
|
|
145
138
|
*/
|
|
146
139
|
certificateChain: pulumi.Input<string>;
|
|
147
140
|
/**
|
|
148
|
-
* Domain ID
|
|
141
|
+
* Domain's ID
|
|
149
142
|
*/
|
|
150
143
|
domainId: pulumi.Input<string>;
|
|
151
144
|
/**
|
|
152
|
-
* Certificate private key
|
|
145
|
+
* Certificate private key
|
|
153
146
|
*/
|
|
154
147
|
privateKey: pulumi.Input<string>;
|
|
155
148
|
/**
|
|
156
|
-
* Certificate type. Valid value is `
|
|
149
|
+
* Certificate type. Valid value is `PEM`
|
|
157
150
|
*/
|
|
158
151
|
type: pulumi.Input<string>;
|
|
159
152
|
}
|
package/domainCertificate.js
CHANGED
|
@@ -7,16 +7,13 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Manages certificate for the domain.
|
|
10
|
-
*
|
|
11
|
-
* This resource's `certificate`, `privateKey`, and `certificateChain` attributes
|
|
10
|
+
* This resource's 'certificate', 'private_key', and 'certificate_chain' attributes
|
|
12
11
|
* hold actual PEM values and can be referred to by other configs requiring
|
|
13
12
|
* certificate and private key inputs. This is inline with TF's best
|
|
14
13
|
* practices
|
|
15
14
|
* of not encrypting state.
|
|
16
|
-
*
|
|
17
15
|
* See Let's Encrypt Certbot notes at the end of this
|
|
18
|
-
* documentation for notes on how to generate a domain certificate with Let's
|
|
19
|
-
* Encrypt Certbot
|
|
16
|
+
* documentation for notes on how to generate a domain certificate with Let's Encrypt Certbot
|
|
20
17
|
*
|
|
21
18
|
* ## Example Usage
|
|
22
19
|
*
|
|
@@ -63,10 +60,6 @@ const utilities = require("./utilities");
|
|
|
63
60
|
* `certificate` | `cert.pem`
|
|
64
61
|
* `certificateChain` | `chain.pem`
|
|
65
62
|
* `privateKey` | `privkey.pem`
|
|
66
|
-
*
|
|
67
|
-
* ## Import
|
|
68
|
-
*
|
|
69
|
-
* This resource does not support importing.
|
|
70
63
|
*/
|
|
71
64
|
class DomainCertificate extends pulumi.CustomResource {
|
|
72
65
|
/**
|
package/domainCertificate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainCertificate.js","sourceRoot":"","sources":["../domainCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"domainCertificate.js","sourceRoot":"","sources":["../domainCertificate.ts"],"names":[],"mappings":"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"}
|
package/domainVerification.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be
|
|
4
|
-
* created if the domain could not be verified. The provider will make several requests to verify the domain until
|
|
5
|
-
* the API returns `VERIFIED` verification status.
|
|
3
|
+
* Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be created if the domain could not be verified. The provider will make several requests to verify the domain until the API returns `VERIFIED` verification status.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
8
6
|
*
|
|
@@ -13,10 +11,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
11
|
* const example = new okta.Domain("example", {name: "www.example.com"});
|
|
14
12
|
* const exampleDomainVerification = new okta.DomainVerification("example", {domainId: test.id});
|
|
15
13
|
* ```
|
|
16
|
-
*
|
|
17
|
-
* ## Import
|
|
18
|
-
*
|
|
19
|
-
* This resource does not support importing.
|
|
20
14
|
*/
|
|
21
15
|
export declare class DomainVerification extends pulumi.CustomResource {
|
|
22
16
|
/**
|
|
@@ -35,7 +29,7 @@ export declare class DomainVerification extends pulumi.CustomResource {
|
|
|
35
29
|
*/
|
|
36
30
|
static isInstance(obj: any): obj is DomainVerification;
|
|
37
31
|
/**
|
|
38
|
-
* Domain ID
|
|
32
|
+
* Domain's ID
|
|
39
33
|
*/
|
|
40
34
|
readonly domainId: pulumi.Output<string>;
|
|
41
35
|
/**
|
|
@@ -52,7 +46,7 @@ export declare class DomainVerification extends pulumi.CustomResource {
|
|
|
52
46
|
*/
|
|
53
47
|
export interface DomainVerificationState {
|
|
54
48
|
/**
|
|
55
|
-
* Domain ID
|
|
49
|
+
* Domain's ID
|
|
56
50
|
*/
|
|
57
51
|
domainId?: pulumi.Input<string>;
|
|
58
52
|
}
|
|
@@ -61,7 +55,7 @@ export interface DomainVerificationState {
|
|
|
61
55
|
*/
|
|
62
56
|
export interface DomainVerificationArgs {
|
|
63
57
|
/**
|
|
64
|
-
* Domain ID
|
|
58
|
+
* Domain's ID
|
|
65
59
|
*/
|
|
66
60
|
domainId: pulumi.Input<string>;
|
|
67
61
|
}
|
package/domainVerification.js
CHANGED
|
@@ -6,9 +6,7 @@ exports.DomainVerification = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be
|
|
10
|
-
* created if the domain could not be verified. The provider will make several requests to verify the domain until
|
|
11
|
-
* the API returns `VERIFIED` verification status.
|
|
9
|
+
* Verifies the Domain. This is replacement for the `verify` field from the `okta.Domain` resource. The resource won't be created if the domain could not be verified. The provider will make several requests to verify the domain until the API returns `VERIFIED` verification status.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
@@ -19,10 +17,6 @@ const utilities = require("./utilities");
|
|
|
19
17
|
* const example = new okta.Domain("example", {name: "www.example.com"});
|
|
20
18
|
* const exampleDomainVerification = new okta.DomainVerification("example", {domainId: test.id});
|
|
21
19
|
* ```
|
|
22
|
-
*
|
|
23
|
-
* ## Import
|
|
24
|
-
*
|
|
25
|
-
* This resource does not support importing.
|
|
26
20
|
*/
|
|
27
21
|
class DomainVerification extends pulumi.CustomResource {
|
|
28
22
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainVerification.js","sourceRoot":"","sources":["../domainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"domainVerification.js","sourceRoot":"","sources":["../domainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAeD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,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,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAxDL,gDAyDC;AA3CG,gBAAgB;AACO,+BAAY,GAAG,kDAAkD,CAAC"}
|
package/emailCustomization.d.ts
CHANGED
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* customization
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* does not contain a required variable reference. The API will 404 for an invalid
|
|
33
|
-
* `brandId` or `templateName`.
|
|
3
|
+
* Create an email customization of an email template belonging to a brand in an Okta organization.
|
|
4
|
+
* Use this resource to create an [email
|
|
5
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#create-email-customization)
|
|
6
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
7
|
+
* > Okta's public API is strict regarding the behavior of the 'is_default'
|
|
8
|
+
* property in [an email
|
|
9
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#email-customization).
|
|
10
|
+
* Make use of 'depends_on' meta argument to ensure the provider navigates email customization
|
|
11
|
+
* language versions seamlessly. Have all secondary customizations depend on the primary
|
|
12
|
+
* customization that is marked default. See Example Usage.
|
|
13
|
+
* > Caveats for [creating an email
|
|
14
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#response-body-19).
|
|
15
|
+
* If this is the first customization being created for the email template, and
|
|
16
|
+
* 'is_default' is not set for the customization in its resource configuration, the
|
|
17
|
+
* API will respond with the created customization marked as default. The API will
|
|
18
|
+
* 400 if the language parameter is not one of the supported languages or the body
|
|
19
|
+
* parameter does not contain a required variable reference. The API will error 409
|
|
20
|
+
* if 'is_default' is true and a default customization exists. The API will 404 for
|
|
21
|
+
* an invalid 'brand_id' or 'template_name'.
|
|
22
|
+
* > Caveats for [updating an email
|
|
23
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#response-body-22).
|
|
24
|
+
* If the 'is_default' parameter is true, the previous default email customization
|
|
25
|
+
* has its 'is_default' set to false (see previous note about mitigating this with
|
|
26
|
+
* 'depends_on' meta argument). The API will 409 if there’s already another email
|
|
27
|
+
* customization for the specified language or the 'is_default' parameter is false
|
|
28
|
+
* and the email customization being updated is the default. The API will 400 if
|
|
29
|
+
* the language parameter is not one of the supported locales or the body parameter
|
|
30
|
+
* does not contain a required variable reference. The API will 404 for an invalid
|
|
31
|
+
* 'brand_id' or 'template_name'.
|
|
34
32
|
*
|
|
35
33
|
* ## Import
|
|
36
34
|
*
|
|
37
|
-
* An email customization can be imported using the customization ID, brand ID and template name.
|
|
38
|
-
*
|
|
39
35
|
* ```sh
|
|
40
36
|
* $ pulumi import okta:index/emailCustomization:EmailCustomization example <customization_id>/<brand_id>/<template_name>
|
|
41
37
|
* ```
|
|
@@ -65,7 +61,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
|
|
|
65
61
|
*/
|
|
66
62
|
readonly brandId: pulumi.Output<string>;
|
|
67
63
|
/**
|
|
68
|
-
*
|
|
64
|
+
* Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
|
|
69
65
|
*
|
|
70
66
|
* @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
|
|
71
67
|
*/
|
|
@@ -75,35 +71,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
|
|
|
75
71
|
*/
|
|
76
72
|
readonly isDefault: pulumi.Output<boolean | undefined>;
|
|
77
73
|
/**
|
|
78
|
-
* The language supported by the customization
|
|
79
|
-
* - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
|
|
80
|
-
* `"cs"`,
|
|
81
|
-
* `"da"`,
|
|
82
|
-
* `"de"`,
|
|
83
|
-
* `"el"`,
|
|
84
|
-
* `"en"`,
|
|
85
|
-
* `"es"`,
|
|
86
|
-
* `"fi"`,
|
|
87
|
-
* `"fr"`,
|
|
88
|
-
* `"hu"`,
|
|
89
|
-
* `"id"`,
|
|
90
|
-
* `"it"`,
|
|
91
|
-
* `"ja"`,
|
|
92
|
-
* `"ko"`,
|
|
93
|
-
* `"ms"`,
|
|
94
|
-
* `"nb"`,
|
|
95
|
-
* `"nl-NL"`,
|
|
96
|
-
* `"pl"`,
|
|
97
|
-
* `"pt-BR"`,
|
|
98
|
-
* `"ro"`,
|
|
99
|
-
* `"ru"`,
|
|
100
|
-
* `"sv"`,
|
|
101
|
-
* `"th"`,
|
|
102
|
-
* `"tr"`,
|
|
103
|
-
* `"uk"`,
|
|
104
|
-
* `"vi"`,
|
|
105
|
-
* `"zh-CN"`,
|
|
106
|
-
* `"zh-TW"`
|
|
74
|
+
* The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
|
|
107
75
|
*/
|
|
108
76
|
readonly language: pulumi.Output<string | undefined>;
|
|
109
77
|
/**
|
|
@@ -115,39 +83,7 @@ export declare class EmailCustomization extends pulumi.CustomResource {
|
|
|
115
83
|
*/
|
|
116
84
|
readonly subject: pulumi.Output<string | undefined>;
|
|
117
85
|
/**
|
|
118
|
-
* Template Name
|
|
119
|
-
* - Example values: `"AccountLockout"`,
|
|
120
|
-
* `"ADForgotPassword"`,
|
|
121
|
-
* `"ADForgotPasswordDenied"`,
|
|
122
|
-
* `"ADSelfServiceUnlock"`,
|
|
123
|
-
* `"ADUserActivation"`,
|
|
124
|
-
* `"AuthenticatorEnrolled"`,
|
|
125
|
-
* `"AuthenticatorReset"`,
|
|
126
|
-
* `"ChangeEmailConfirmation"`,
|
|
127
|
-
* `"EmailChallenge"`,
|
|
128
|
-
* `"EmailChangeConfirmation"`,
|
|
129
|
-
* `"EmailFactorVerification"`,
|
|
130
|
-
* `"ForgotPassword"`,
|
|
131
|
-
* `"ForgotPasswordDenied"`,
|
|
132
|
-
* `"IGAReviewerEndNotification"`,
|
|
133
|
-
* `"IGAReviewerNotification"`,
|
|
134
|
-
* `"IGAReviewerPendingNotification"`,
|
|
135
|
-
* `"IGAReviewerReassigned"`,
|
|
136
|
-
* `"LDAPForgotPassword"`,
|
|
137
|
-
* `"LDAPForgotPasswordDenied"`,
|
|
138
|
-
* `"LDAPSelfServiceUnlock"`,
|
|
139
|
-
* `"LDAPUserActivation"`,
|
|
140
|
-
* `"MyAccountChangeConfirmation"`,
|
|
141
|
-
* `"NewSignOnNotification"`,
|
|
142
|
-
* `"OktaVerifyActivation"`,
|
|
143
|
-
* `"PasswordChanged"`,
|
|
144
|
-
* `"PasswordResetByAdmin"`,
|
|
145
|
-
* `"PendingEmailChange"`,
|
|
146
|
-
* `"RegistrationActivation"`,
|
|
147
|
-
* `"RegistrationEmailVerification"`,
|
|
148
|
-
* `"SelfServiceUnlock"`,
|
|
149
|
-
* `"SelfServiceUnlockOnUnlockedAccount"`,
|
|
150
|
-
* `"UserActivation"`
|
|
86
|
+
* Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
|
|
151
87
|
*/
|
|
152
88
|
readonly templateName: pulumi.Output<string>;
|
|
153
89
|
/**
|
|
@@ -172,7 +108,7 @@ export interface EmailCustomizationState {
|
|
|
172
108
|
*/
|
|
173
109
|
brandId?: pulumi.Input<string>;
|
|
174
110
|
/**
|
|
175
|
-
*
|
|
111
|
+
* Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
|
|
176
112
|
*
|
|
177
113
|
* @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
|
|
178
114
|
*/
|
|
@@ -182,35 +118,7 @@ export interface EmailCustomizationState {
|
|
|
182
118
|
*/
|
|
183
119
|
isDefault?: pulumi.Input<boolean>;
|
|
184
120
|
/**
|
|
185
|
-
* The language supported by the customization
|
|
186
|
-
* - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
|
|
187
|
-
* `"cs"`,
|
|
188
|
-
* `"da"`,
|
|
189
|
-
* `"de"`,
|
|
190
|
-
* `"el"`,
|
|
191
|
-
* `"en"`,
|
|
192
|
-
* `"es"`,
|
|
193
|
-
* `"fi"`,
|
|
194
|
-
* `"fr"`,
|
|
195
|
-
* `"hu"`,
|
|
196
|
-
* `"id"`,
|
|
197
|
-
* `"it"`,
|
|
198
|
-
* `"ja"`,
|
|
199
|
-
* `"ko"`,
|
|
200
|
-
* `"ms"`,
|
|
201
|
-
* `"nb"`,
|
|
202
|
-
* `"nl-NL"`,
|
|
203
|
-
* `"pl"`,
|
|
204
|
-
* `"pt-BR"`,
|
|
205
|
-
* `"ro"`,
|
|
206
|
-
* `"ru"`,
|
|
207
|
-
* `"sv"`,
|
|
208
|
-
* `"th"`,
|
|
209
|
-
* `"tr"`,
|
|
210
|
-
* `"uk"`,
|
|
211
|
-
* `"vi"`,
|
|
212
|
-
* `"zh-CN"`,
|
|
213
|
-
* `"zh-TW"`
|
|
121
|
+
* The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
|
|
214
122
|
*/
|
|
215
123
|
language?: pulumi.Input<string>;
|
|
216
124
|
/**
|
|
@@ -222,39 +130,7 @@ export interface EmailCustomizationState {
|
|
|
222
130
|
*/
|
|
223
131
|
subject?: pulumi.Input<string>;
|
|
224
132
|
/**
|
|
225
|
-
* Template Name
|
|
226
|
-
* - Example values: `"AccountLockout"`,
|
|
227
|
-
* `"ADForgotPassword"`,
|
|
228
|
-
* `"ADForgotPasswordDenied"`,
|
|
229
|
-
* `"ADSelfServiceUnlock"`,
|
|
230
|
-
* `"ADUserActivation"`,
|
|
231
|
-
* `"AuthenticatorEnrolled"`,
|
|
232
|
-
* `"AuthenticatorReset"`,
|
|
233
|
-
* `"ChangeEmailConfirmation"`,
|
|
234
|
-
* `"EmailChallenge"`,
|
|
235
|
-
* `"EmailChangeConfirmation"`,
|
|
236
|
-
* `"EmailFactorVerification"`,
|
|
237
|
-
* `"ForgotPassword"`,
|
|
238
|
-
* `"ForgotPasswordDenied"`,
|
|
239
|
-
* `"IGAReviewerEndNotification"`,
|
|
240
|
-
* `"IGAReviewerNotification"`,
|
|
241
|
-
* `"IGAReviewerPendingNotification"`,
|
|
242
|
-
* `"IGAReviewerReassigned"`,
|
|
243
|
-
* `"LDAPForgotPassword"`,
|
|
244
|
-
* `"LDAPForgotPasswordDenied"`,
|
|
245
|
-
* `"LDAPSelfServiceUnlock"`,
|
|
246
|
-
* `"LDAPUserActivation"`,
|
|
247
|
-
* `"MyAccountChangeConfirmation"`,
|
|
248
|
-
* `"NewSignOnNotification"`,
|
|
249
|
-
* `"OktaVerifyActivation"`,
|
|
250
|
-
* `"PasswordChanged"`,
|
|
251
|
-
* `"PasswordResetByAdmin"`,
|
|
252
|
-
* `"PendingEmailChange"`,
|
|
253
|
-
* `"RegistrationActivation"`,
|
|
254
|
-
* `"RegistrationEmailVerification"`,
|
|
255
|
-
* `"SelfServiceUnlock"`,
|
|
256
|
-
* `"SelfServiceUnlockOnUnlockedAccount"`,
|
|
257
|
-
* `"UserActivation"`
|
|
133
|
+
* Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
|
|
258
134
|
*/
|
|
259
135
|
templateName?: pulumi.Input<string>;
|
|
260
136
|
}
|
|
@@ -271,7 +147,7 @@ export interface EmailCustomizationArgs {
|
|
|
271
147
|
*/
|
|
272
148
|
brandId: pulumi.Input<string>;
|
|
273
149
|
/**
|
|
274
|
-
*
|
|
150
|
+
* Force isDefault on the create and delete by deleting all email customizations. Comma separated string with values of 'create' or 'destroy' or both `create,destroy'.
|
|
275
151
|
*
|
|
276
152
|
* @deprecated force_is_default is deprecated and now is a no-op in behavior. Rely upon the dependsOn meta argument to force dependency of secondary templates to the default template
|
|
277
153
|
*/
|
|
@@ -281,35 +157,7 @@ export interface EmailCustomizationArgs {
|
|
|
281
157
|
*/
|
|
282
158
|
isDefault?: pulumi.Input<boolean>;
|
|
283
159
|
/**
|
|
284
|
-
* The language supported by the customization
|
|
285
|
-
* - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages):
|
|
286
|
-
* `"cs"`,
|
|
287
|
-
* `"da"`,
|
|
288
|
-
* `"de"`,
|
|
289
|
-
* `"el"`,
|
|
290
|
-
* `"en"`,
|
|
291
|
-
* `"es"`,
|
|
292
|
-
* `"fi"`,
|
|
293
|
-
* `"fr"`,
|
|
294
|
-
* `"hu"`,
|
|
295
|
-
* `"id"`,
|
|
296
|
-
* `"it"`,
|
|
297
|
-
* `"ja"`,
|
|
298
|
-
* `"ko"`,
|
|
299
|
-
* `"ms"`,
|
|
300
|
-
* `"nb"`,
|
|
301
|
-
* `"nl-NL"`,
|
|
302
|
-
* `"pl"`,
|
|
303
|
-
* `"pt-BR"`,
|
|
304
|
-
* `"ro"`,
|
|
305
|
-
* `"ru"`,
|
|
306
|
-
* `"sv"`,
|
|
307
|
-
* `"th"`,
|
|
308
|
-
* `"tr"`,
|
|
309
|
-
* `"uk"`,
|
|
310
|
-
* `"vi"`,
|
|
311
|
-
* `"zh-CN"`,
|
|
312
|
-
* `"zh-TW"`
|
|
160
|
+
* The language supported by the customization - Example values from [supported languages](https://developer.okta.com/docs/reference/api/brands/#supported-languages)
|
|
313
161
|
*/
|
|
314
162
|
language?: pulumi.Input<string>;
|
|
315
163
|
/**
|
|
@@ -317,39 +165,7 @@ export interface EmailCustomizationArgs {
|
|
|
317
165
|
*/
|
|
318
166
|
subject?: pulumi.Input<string>;
|
|
319
167
|
/**
|
|
320
|
-
* Template Name
|
|
321
|
-
* - Example values: `"AccountLockout"`,
|
|
322
|
-
* `"ADForgotPassword"`,
|
|
323
|
-
* `"ADForgotPasswordDenied"`,
|
|
324
|
-
* `"ADSelfServiceUnlock"`,
|
|
325
|
-
* `"ADUserActivation"`,
|
|
326
|
-
* `"AuthenticatorEnrolled"`,
|
|
327
|
-
* `"AuthenticatorReset"`,
|
|
328
|
-
* `"ChangeEmailConfirmation"`,
|
|
329
|
-
* `"EmailChallenge"`,
|
|
330
|
-
* `"EmailChangeConfirmation"`,
|
|
331
|
-
* `"EmailFactorVerification"`,
|
|
332
|
-
* `"ForgotPassword"`,
|
|
333
|
-
* `"ForgotPasswordDenied"`,
|
|
334
|
-
* `"IGAReviewerEndNotification"`,
|
|
335
|
-
* `"IGAReviewerNotification"`,
|
|
336
|
-
* `"IGAReviewerPendingNotification"`,
|
|
337
|
-
* `"IGAReviewerReassigned"`,
|
|
338
|
-
* `"LDAPForgotPassword"`,
|
|
339
|
-
* `"LDAPForgotPasswordDenied"`,
|
|
340
|
-
* `"LDAPSelfServiceUnlock"`,
|
|
341
|
-
* `"LDAPUserActivation"`,
|
|
342
|
-
* `"MyAccountChangeConfirmation"`,
|
|
343
|
-
* `"NewSignOnNotification"`,
|
|
344
|
-
* `"OktaVerifyActivation"`,
|
|
345
|
-
* `"PasswordChanged"`,
|
|
346
|
-
* `"PasswordResetByAdmin"`,
|
|
347
|
-
* `"PendingEmailChange"`,
|
|
348
|
-
* `"RegistrationActivation"`,
|
|
349
|
-
* `"RegistrationEmailVerification"`,
|
|
350
|
-
* `"SelfServiceUnlock"`,
|
|
351
|
-
* `"SelfServiceUnlockOnUnlockedAccount"`,
|
|
352
|
-
* `"UserActivation"`
|
|
168
|
+
* Template Name - Example values: `AccountLockout`,`ADForgotPassword`,`ADForgotPasswordDenied`,`ADSelfServiceUnlock`,`ADUserActivation`,`AuthenticatorEnrolled`,`AuthenticatorReset`,`ChangeEmailConfirmation`,`EmailChallenge`,`EmailChangeConfirmation`,`EmailFactorVerification`,`ForgotPassword`,`ForgotPasswordDenied`,`IGAReviewerEndNotification`,`IGAReviewerNotification`,`IGAReviewerPendingNotification`,`IGAReviewerReassigned`,`LDAPForgotPassword`,`LDAPForgotPasswordDenied`,`LDAPSelfServiceUnlock`,`LDAPUserActivation`,`MyAccountChangeConfirmation`,`NewSignOnNotification`,`OktaVerifyActivation`,`PasswordChanged`,`PasswordResetByAdmin`,`PendingEmailChange`,`RegistrationActivation`,`RegistrationEmailVerification`,`SelfServiceUnlock`,`SelfServiceUnlockOnUnlockedAccount`,`UserActivation`
|
|
353
169
|
*/
|
|
354
170
|
templateName: pulumi.Input<string>;
|
|
355
171
|
}
|