@pulumi/okta 5.2.0-alpha.1756362399 → 5.2.0-alpha.1756956326
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.js +9 -9
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.js +9 -9
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.js +12 -12
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.js +7 -7
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.js +53 -53
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +6 -12
- package/app/basicAuth.js +51 -51
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.js +36 -36
- package/app/bookmark.js.map +1 -1
- package/app/groupAssignment.js +13 -13
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.js +99 -99
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.js +7 -7
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.js +7 -7
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/oauthRoleAssignment.js +13 -13
- package/app/oauthRoleAssignment.js.map +1 -1
- package/app/saml.js +110 -110
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.js +66 -66
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.js +53 -53
- package/app/swa.js.map +1 -1
- package/app/threeField.js +65 -65
- package/app/threeField.js.map +1 -1
- package/app/user.js +16 -16
- package/app/user.js.map +1 -1
- package/appGroupAssignments.js +6 -6
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.js +10 -10
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.js +7 -7
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.js +57 -57
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.js +11 -11
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +3 -3
- package/appSignonPolicyRule.js +55 -55
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.js +23 -23
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +24 -24
- package/appUserSchemaProperty.js +47 -47
- package/appUserSchemaProperty.js.map +1 -1
- package/auth/server.js +18 -18
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.js +22 -22
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.js +17 -17
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyRule.js +38 -38
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.js +19 -19
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.js +14 -14
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.js +17 -17
- package/authServerDefault.js.map +1 -1
- package/authenticator.js +31 -31
- package/authenticator.js.map +1 -1
- package/behaviour.js +16 -16
- package/behaviour.js.map +1 -1
- package/brand.js +22 -22
- package/brand.js.map +1 -1
- package/captcha.js +12 -12
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.js +5 -5
- package/captchaOrgWideSettings.js.map +1 -1
- package/config/vars.d.ts +3 -7
- package/config/vars.js.map +1 -1
- package/customizedSigninPage.js +14 -14
- package/customizedSigninPage.js.map +1 -1
- package/domain.js +9 -9
- package/domain.js.map +1 -1
- package/domainCertificate.js +15 -15
- package/domainCertificate.js.map +1 -1
- package/domainVerification.js +4 -4
- package/domainVerification.js.map +1 -1
- package/emailCustomization.js +18 -18
- package/emailCustomization.js.map +1 -1
- package/emailDomain.js +15 -15
- package/emailDomain.js.map +1 -1
- package/emailDomainVerification.js +4 -4
- package/emailDomainVerification.js.map +1 -1
- package/emailSender.js +12 -12
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.js +4 -4
- package/emailSenderVerification.js.map +1 -1
- package/emailSmtpServer.d.ts +37 -18
- package/emailSmtpServer.js +37 -18
- package/emailSmtpServer.js.map +1 -1
- package/emailTemplateSettings.js +10 -10
- package/emailTemplateSettings.js.map +1 -1
- package/eventHook.d.ts +15 -15
- package/eventHook.js +15 -15
- package/eventHook.js.map +1 -1
- package/eventHookVerification.js +4 -4
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.js +6 -6
- package/factor/factor.js.map +1 -1
- package/factorTotp.js +13 -13
- package/factorTotp.js.map +1 -1
- package/feature.js +13 -13
- package/feature.js.map +1 -1
- package/getEmailSmtpServer.d.ts +66 -0
- package/getEmailSmtpServer.js +42 -0
- package/getEmailSmtpServer.js.map +1 -1
- package/getRealm.d.ts +64 -0
- package/getRealm.js +34 -0
- package/getRealm.js.map +1 -1
- package/getRealmAssignment.d.ts +36 -0
- package/getRealmAssignment.js +6 -0
- package/getRealmAssignment.js.map +1 -1
- package/group/group.js +9 -9
- package/group/group.js.map +1 -1
- package/group/owner.js +14 -14
- package/group/owner.js.map +1 -1
- package/group/role.d.ts +51 -36
- package/group/role.js +17 -17
- package/group/role.js.map +1 -1
- package/group/rule.js +17 -17
- package/group/rule.js.map +1 -1
- package/groupMemberships.js +9 -9
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +21 -18
- package/groupSchemaProperty.js +42 -42
- package/groupSchemaProperty.js.map +1 -1
- package/idp/oidc.js +81 -81
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +3 -6
- package/idp/saml.js +70 -70
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.js +10 -10
- package/idp/samlKey.js.map +1 -1
- package/idp/social.js +62 -62
- package/idp/social.js.map +1 -1
- package/inline/hook.js +19 -19
- package/inline/hook.js.map +1 -1
- package/linkDefinition.js +19 -19
- package/linkDefinition.js.map +1 -1
- package/linkValue.js +9 -9
- package/linkValue.js.map +1 -1
- package/logStream.js +10 -10
- package/logStream.js.map +1 -1
- package/network/zone.js +26 -26
- package/network/zone.js.map +1 -1
- package/orgConfiguration.js +34 -34
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.js +5 -5
- package/orgSupport.js.map +1 -1
- package/package.json +3 -3
- package/policy/deviceAssuranceAndroid.js +18 -18
- package/policy/deviceAssuranceAndroid.js.map +1 -1
- package/policy/deviceAssuranceChromeos.js +36 -36
- package/policy/deviceAssuranceChromeos.js.map +1 -1
- package/policy/deviceAssuranceIos.js +14 -14
- package/policy/deviceAssuranceIos.js.map +1 -1
- package/policy/deviceAssuranceMacos.js +44 -44
- package/policy/deviceAssuranceMacos.js.map +1 -1
- package/policy/deviceAssuranceWindows.js +56 -56
- package/policy/deviceAssuranceWindows.js.map +1 -1
- package/policy/mfa.js +59 -59
- package/policy/mfa.js.map +1 -1
- package/policy/password.js +61 -61
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +39 -45
- package/policy/ruleIdpDiscovery.js +29 -29
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +27 -30
- package/policy/ruleMfa.js +23 -23
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.js +23 -23
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +33 -42
- package/policy/ruleSignon.js +49 -49
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.js +11 -11
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.js +54 -54
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.js +55 -55
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.js +5 -5
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.js +7 -7
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +12 -15
- package/policyRuleProfileEnrollment.js +25 -25
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/previewSigninPage.js +14 -14
- package/previewSigninPage.js.map +1 -1
- package/profile/mapping.js +17 -17
- package/profile/mapping.js.map +1 -1
- package/provider.d.ts +3 -7
- package/provider.js +17 -17
- package/provider.js.map +1 -1
- package/rateLimiting.d.ts +1 -2
- package/rateLimiting.js +10 -11
- package/rateLimiting.js.map +1 -1
- package/realm.d.ts +21 -0
- package/realm.js +28 -7
- package/realm.js.map +1 -1
- package/realmAssignment.d.ts +32 -6
- package/realmAssignment.js +45 -16
- package/realmAssignment.js.map +1 -1
- package/resourceSet.js +11 -11
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +78 -30
- package/roleSubscription.js +9 -9
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.js +11 -11
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.js +9 -9
- package/templateSms.js.map +1 -1
- package/theme.js +32 -32
- package/theme.js.map +1 -1
- package/threatInsightSettings.js +6 -6
- package/threatInsightSettings.js.map +1 -1
- package/trustedServer.js +7 -7
- package/trustedServer.js.map +1 -1
- package/trustedorigin/origin.js +11 -11
- package/trustedorigin/origin.js.map +1 -1
- package/user/user.js +90 -90
- package/user/user.js.map +1 -1
- package/user/userType.js +9 -9
- package/user/userType.js.map +1 -1
- package/userAdminRoles.js +9 -9
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.js +20 -20
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.js +12 -12
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.js +7 -7
- package/userGroupMemberships.js.map +1 -1
- package/userSchemaProperty.d.ts +27 -18
- package/userSchemaProperty.js +46 -46
- package/userSchemaProperty.js.map +1 -1
- package/utilities.js +18 -29
- package/utilities.js.map +1 -1
package/emailSender.js
CHANGED
|
@@ -40,7 +40,7 @@ class EmailSender extends pulumi.CustomResource {
|
|
|
40
40
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
41
41
|
*/
|
|
42
42
|
static get(name, id, state, opts) {
|
|
43
|
-
return new EmailSender(name, state,
|
|
43
|
+
return new EmailSender(name, state, { ...opts, id: id });
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* Returns true if the given object is an instance of EmailSender. This is designed to work even
|
|
@@ -57,26 +57,26 @@ class EmailSender extends pulumi.CustomResource {
|
|
|
57
57
|
opts = opts || {};
|
|
58
58
|
if (opts.id) {
|
|
59
59
|
const state = argsOrState;
|
|
60
|
-
resourceInputs["dnsRecords"] = state
|
|
61
|
-
resourceInputs["fromAddress"] = state
|
|
62
|
-
resourceInputs["fromName"] = state
|
|
63
|
-
resourceInputs["status"] = state
|
|
64
|
-
resourceInputs["subdomain"] = state
|
|
60
|
+
resourceInputs["dnsRecords"] = state?.dnsRecords;
|
|
61
|
+
resourceInputs["fromAddress"] = state?.fromAddress;
|
|
62
|
+
resourceInputs["fromName"] = state?.fromName;
|
|
63
|
+
resourceInputs["status"] = state?.status;
|
|
64
|
+
resourceInputs["subdomain"] = state?.subdomain;
|
|
65
65
|
}
|
|
66
66
|
else {
|
|
67
67
|
const args = argsOrState;
|
|
68
|
-
if (
|
|
68
|
+
if (args?.fromAddress === undefined && !opts.urn) {
|
|
69
69
|
throw new Error("Missing required property 'fromAddress'");
|
|
70
70
|
}
|
|
71
|
-
if (
|
|
71
|
+
if (args?.fromName === undefined && !opts.urn) {
|
|
72
72
|
throw new Error("Missing required property 'fromName'");
|
|
73
73
|
}
|
|
74
|
-
if (
|
|
74
|
+
if (args?.subdomain === undefined && !opts.urn) {
|
|
75
75
|
throw new Error("Missing required property 'subdomain'");
|
|
76
76
|
}
|
|
77
|
-
resourceInputs["fromAddress"] = args
|
|
78
|
-
resourceInputs["fromName"] = args
|
|
79
|
-
resourceInputs["subdomain"] = args
|
|
77
|
+
resourceInputs["fromAddress"] = args?.fromAddress;
|
|
78
|
+
resourceInputs["fromName"] = args?.fromName;
|
|
79
|
+
resourceInputs["subdomain"] = args?.subdomain;
|
|
80
80
|
resourceInputs["dnsRecords"] = undefined /*out*/;
|
|
81
81
|
resourceInputs["status"] = undefined /*out*/;
|
|
82
82
|
}
|
package/emailSender.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailSender.js","sourceRoot":"","sources":["../emailSender.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,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,
|
|
1
|
+
{"version":3,"file":"emailSender.js","sourceRoot":"","sources":["../emailSender.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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;IA+BD,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,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;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;;AAtFL,kCAuFC;AAzEG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
|
|
@@ -35,7 +35,7 @@ class EmailSenderVerification extends pulumi.CustomResource {
|
|
|
35
35
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
36
|
*/
|
|
37
37
|
static get(name, id, state, opts) {
|
|
38
|
-
return new EmailSenderVerification(name, state,
|
|
38
|
+
return new EmailSenderVerification(name, state, { ...opts, id: id });
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Returns true if the given object is an instance of EmailSenderVerification. This is designed to work even
|
|
@@ -52,14 +52,14 @@ class EmailSenderVerification extends pulumi.CustomResource {
|
|
|
52
52
|
opts = opts || {};
|
|
53
53
|
if (opts.id) {
|
|
54
54
|
const state = argsOrState;
|
|
55
|
-
resourceInputs["senderId"] = state
|
|
55
|
+
resourceInputs["senderId"] = state?.senderId;
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
58
|
const args = argsOrState;
|
|
59
|
-
if (
|
|
59
|
+
if (args?.senderId === undefined && !opts.urn) {
|
|
60
60
|
throw new Error("Missing required property 'senderId'");
|
|
61
61
|
}
|
|
62
|
-
resourceInputs["senderId"] = args
|
|
62
|
+
resourceInputs["senderId"] = args?.senderId;
|
|
63
63
|
}
|
|
64
64
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
65
|
super(EmailSenderVerification.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailSenderVerification.js","sourceRoot":"","sources":["../emailSenderVerification.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,
|
|
1
|
+
{"version":3,"file":"emailSenderVerification.js","sourceRoot":"","sources":["../emailSenderVerification.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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,EAAE,QAAQ,CAAC;SAChD;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;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/emailSmtpServer.d.ts
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Create and configure SMTP email server configuration for your org.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const example = new okta.EmailSmtpServer("example", {
|
|
12
|
+
* alias: "CustomServer",
|
|
13
|
+
* host: "192.168.160.1",
|
|
14
|
+
* port: 8086,
|
|
15
|
+
* username: "abcd",
|
|
16
|
+
* enabled: false,
|
|
17
|
+
* password: "pwd",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
2
21
|
export declare class EmailSmtpServer extends pulumi.CustomResource {
|
|
3
22
|
/**
|
|
4
23
|
* Get an existing EmailSmtpServer resource's state with the given name, ID, and optional extra
|
|
@@ -16,27 +35,27 @@ export declare class EmailSmtpServer extends pulumi.CustomResource {
|
|
|
16
35
|
*/
|
|
17
36
|
static isInstance(obj: any): obj is EmailSmtpServer;
|
|
18
37
|
/**
|
|
19
|
-
* Human-readable name for your SMTP server
|
|
38
|
+
* Human-readable name for your SMTP server
|
|
20
39
|
*/
|
|
21
40
|
readonly alias: pulumi.Output<string>;
|
|
22
41
|
/**
|
|
23
|
-
* If true, routes all email traffic through your SMTP server.
|
|
42
|
+
* If true, routes all email traffic through your SMTP server.Default: `false`
|
|
24
43
|
*/
|
|
25
44
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
26
45
|
/**
|
|
27
|
-
* Hostname or IP address of your SMTP server
|
|
46
|
+
* Hostname or IP address of your SMTP server
|
|
28
47
|
*/
|
|
29
48
|
readonly host: pulumi.Output<string>;
|
|
30
49
|
/**
|
|
31
|
-
*
|
|
50
|
+
* Password used to access your SMTP server
|
|
32
51
|
*/
|
|
33
52
|
readonly password: pulumi.Output<string>;
|
|
34
53
|
/**
|
|
35
|
-
* Port number of your SMTP server
|
|
54
|
+
* Port number of your SMTP server
|
|
36
55
|
*/
|
|
37
56
|
readonly port: pulumi.Output<number>;
|
|
38
57
|
/**
|
|
39
|
-
*
|
|
58
|
+
* Username used to access your SMTP server
|
|
40
59
|
*/
|
|
41
60
|
readonly username: pulumi.Output<string>;
|
|
42
61
|
/**
|
|
@@ -53,27 +72,27 @@ export declare class EmailSmtpServer extends pulumi.CustomResource {
|
|
|
53
72
|
*/
|
|
54
73
|
export interface EmailSmtpServerState {
|
|
55
74
|
/**
|
|
56
|
-
* Human-readable name for your SMTP server
|
|
75
|
+
* Human-readable name for your SMTP server
|
|
57
76
|
*/
|
|
58
77
|
alias?: pulumi.Input<string>;
|
|
59
78
|
/**
|
|
60
|
-
* If true, routes all email traffic through your SMTP server.
|
|
79
|
+
* If true, routes all email traffic through your SMTP server.Default: `false`
|
|
61
80
|
*/
|
|
62
81
|
enabled?: pulumi.Input<boolean>;
|
|
63
82
|
/**
|
|
64
|
-
* Hostname or IP address of your SMTP server
|
|
83
|
+
* Hostname or IP address of your SMTP server
|
|
65
84
|
*/
|
|
66
85
|
host?: pulumi.Input<string>;
|
|
67
86
|
/**
|
|
68
|
-
*
|
|
87
|
+
* Password used to access your SMTP server
|
|
69
88
|
*/
|
|
70
89
|
password?: pulumi.Input<string>;
|
|
71
90
|
/**
|
|
72
|
-
* Port number of your SMTP server
|
|
91
|
+
* Port number of your SMTP server
|
|
73
92
|
*/
|
|
74
93
|
port?: pulumi.Input<number>;
|
|
75
94
|
/**
|
|
76
|
-
*
|
|
95
|
+
* Username used to access your SMTP server
|
|
77
96
|
*/
|
|
78
97
|
username?: pulumi.Input<string>;
|
|
79
98
|
}
|
|
@@ -82,27 +101,27 @@ export interface EmailSmtpServerState {
|
|
|
82
101
|
*/
|
|
83
102
|
export interface EmailSmtpServerArgs {
|
|
84
103
|
/**
|
|
85
|
-
* Human-readable name for your SMTP server
|
|
104
|
+
* Human-readable name for your SMTP server
|
|
86
105
|
*/
|
|
87
106
|
alias: pulumi.Input<string>;
|
|
88
107
|
/**
|
|
89
|
-
* If true, routes all email traffic through your SMTP server.
|
|
108
|
+
* If true, routes all email traffic through your SMTP server.Default: `false`
|
|
90
109
|
*/
|
|
91
110
|
enabled?: pulumi.Input<boolean>;
|
|
92
111
|
/**
|
|
93
|
-
* Hostname or IP address of your SMTP server
|
|
112
|
+
* Hostname or IP address of your SMTP server
|
|
94
113
|
*/
|
|
95
114
|
host: pulumi.Input<string>;
|
|
96
115
|
/**
|
|
97
|
-
*
|
|
116
|
+
* Password used to access your SMTP server
|
|
98
117
|
*/
|
|
99
118
|
password: pulumi.Input<string>;
|
|
100
119
|
/**
|
|
101
|
-
* Port number of your SMTP server
|
|
120
|
+
* Port number of your SMTP server
|
|
102
121
|
*/
|
|
103
122
|
port: pulumi.Input<number>;
|
|
104
123
|
/**
|
|
105
|
-
*
|
|
124
|
+
* Username used to access your SMTP server
|
|
106
125
|
*/
|
|
107
126
|
username: pulumi.Input<string>;
|
|
108
127
|
}
|
package/emailSmtpServer.js
CHANGED
|
@@ -5,6 +5,25 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.EmailSmtpServer = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Create and configure SMTP email server configuration for your org.
|
|
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.EmailSmtpServer("example", {
|
|
18
|
+
* alias: "CustomServer",
|
|
19
|
+
* host: "192.168.160.1",
|
|
20
|
+
* port: 8086,
|
|
21
|
+
* username: "abcd",
|
|
22
|
+
* enabled: false,
|
|
23
|
+
* password: "pwd",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
8
27
|
class EmailSmtpServer extends pulumi.CustomResource {
|
|
9
28
|
/**
|
|
10
29
|
* Get an existing EmailSmtpServer resource's state with the given name, ID, and optional extra
|
|
@@ -16,7 +35,7 @@ class EmailSmtpServer extends pulumi.CustomResource {
|
|
|
16
35
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
36
|
*/
|
|
18
37
|
static get(name, id, state, opts) {
|
|
19
|
-
return new EmailSmtpServer(name, state,
|
|
38
|
+
return new EmailSmtpServer(name, state, { ...opts, id: id });
|
|
20
39
|
}
|
|
21
40
|
/**
|
|
22
41
|
* Returns true if the given object is an instance of EmailSmtpServer. This is designed to work even
|
|
@@ -33,36 +52,36 @@ class EmailSmtpServer extends pulumi.CustomResource {
|
|
|
33
52
|
opts = opts || {};
|
|
34
53
|
if (opts.id) {
|
|
35
54
|
const state = argsOrState;
|
|
36
|
-
resourceInputs["alias"] = state
|
|
37
|
-
resourceInputs["enabled"] = state
|
|
38
|
-
resourceInputs["host"] = state
|
|
39
|
-
resourceInputs["password"] = state
|
|
40
|
-
resourceInputs["port"] = state
|
|
41
|
-
resourceInputs["username"] = state
|
|
55
|
+
resourceInputs["alias"] = state?.alias;
|
|
56
|
+
resourceInputs["enabled"] = state?.enabled;
|
|
57
|
+
resourceInputs["host"] = state?.host;
|
|
58
|
+
resourceInputs["password"] = state?.password;
|
|
59
|
+
resourceInputs["port"] = state?.port;
|
|
60
|
+
resourceInputs["username"] = state?.username;
|
|
42
61
|
}
|
|
43
62
|
else {
|
|
44
63
|
const args = argsOrState;
|
|
45
|
-
if (
|
|
64
|
+
if (args?.alias === undefined && !opts.urn) {
|
|
46
65
|
throw new Error("Missing required property 'alias'");
|
|
47
66
|
}
|
|
48
|
-
if (
|
|
67
|
+
if (args?.host === undefined && !opts.urn) {
|
|
49
68
|
throw new Error("Missing required property 'host'");
|
|
50
69
|
}
|
|
51
|
-
if (
|
|
70
|
+
if (args?.password === undefined && !opts.urn) {
|
|
52
71
|
throw new Error("Missing required property 'password'");
|
|
53
72
|
}
|
|
54
|
-
if (
|
|
73
|
+
if (args?.port === undefined && !opts.urn) {
|
|
55
74
|
throw new Error("Missing required property 'port'");
|
|
56
75
|
}
|
|
57
|
-
if (
|
|
76
|
+
if (args?.username === undefined && !opts.urn) {
|
|
58
77
|
throw new Error("Missing required property 'username'");
|
|
59
78
|
}
|
|
60
|
-
resourceInputs["alias"] = args
|
|
61
|
-
resourceInputs["enabled"] = args
|
|
62
|
-
resourceInputs["host"] = args
|
|
63
|
-
resourceInputs["password"] = args
|
|
64
|
-
resourceInputs["port"] = args
|
|
65
|
-
resourceInputs["username"] = args
|
|
79
|
+
resourceInputs["alias"] = args?.alias;
|
|
80
|
+
resourceInputs["enabled"] = args?.enabled;
|
|
81
|
+
resourceInputs["host"] = args?.host;
|
|
82
|
+
resourceInputs["password"] = args?.password;
|
|
83
|
+
resourceInputs["port"] = args?.port;
|
|
84
|
+
resourceInputs["username"] = args?.username;
|
|
66
85
|
}
|
|
67
86
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
87
|
super(EmailSmtpServer.__pulumiType, name, resourceInputs, opts);
|
package/emailSmtpServer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailSmtpServer.js","sourceRoot":"","sources":["../emailSmtpServer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"emailSmtpServer.js","sourceRoot":"","sources":["../emailSmtpServer.ts"],"names":[],"mappings":"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"}
|
package/emailTemplateSettings.js
CHANGED
|
@@ -38,7 +38,7 @@ class EmailTemplateSettings extends pulumi.CustomResource {
|
|
|
38
38
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
39
|
*/
|
|
40
40
|
static get(name, id, state, opts) {
|
|
41
|
-
return new EmailTemplateSettings(name, state,
|
|
41
|
+
return new EmailTemplateSettings(name, state, { ...opts, id: id });
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* Returns true if the given object is an instance of EmailTemplateSettings. This is designed to work even
|
|
@@ -55,24 +55,24 @@ class EmailTemplateSettings extends pulumi.CustomResource {
|
|
|
55
55
|
opts = opts || {};
|
|
56
56
|
if (opts.id) {
|
|
57
57
|
const state = argsOrState;
|
|
58
|
-
resourceInputs["brandId"] = state
|
|
59
|
-
resourceInputs["recipients"] = state
|
|
60
|
-
resourceInputs["templateName"] = state
|
|
58
|
+
resourceInputs["brandId"] = state?.brandId;
|
|
59
|
+
resourceInputs["recipients"] = state?.recipients;
|
|
60
|
+
resourceInputs["templateName"] = state?.templateName;
|
|
61
61
|
}
|
|
62
62
|
else {
|
|
63
63
|
const args = argsOrState;
|
|
64
|
-
if (
|
|
64
|
+
if (args?.brandId === undefined && !opts.urn) {
|
|
65
65
|
throw new Error("Missing required property 'brandId'");
|
|
66
66
|
}
|
|
67
|
-
if (
|
|
67
|
+
if (args?.recipients === undefined && !opts.urn) {
|
|
68
68
|
throw new Error("Missing required property 'recipients'");
|
|
69
69
|
}
|
|
70
|
-
if (
|
|
70
|
+
if (args?.templateName === undefined && !opts.urn) {
|
|
71
71
|
throw new Error("Missing required property 'templateName'");
|
|
72
72
|
}
|
|
73
|
-
resourceInputs["brandId"] = args
|
|
74
|
-
resourceInputs["recipients"] = args
|
|
75
|
-
resourceInputs["templateName"] = args
|
|
73
|
+
resourceInputs["brandId"] = args?.brandId;
|
|
74
|
+
resourceInputs["recipients"] = args?.recipients;
|
|
75
|
+
resourceInputs["templateName"] = args?.templateName;
|
|
76
76
|
}
|
|
77
77
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
78
|
super(EmailTemplateSettings.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailTemplateSettings.js","sourceRoot":"","sources":["../emailTemplateSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"emailTemplateSettings.js","sourceRoot":"","sources":["../emailTemplateSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;SACxD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AA1EL,sDA2EC;AA7DG,gBAAgB;AACO,kCAAY,GAAG,wDAAwD,CAAC"}
|
package/eventHook.d.ts
CHANGED
|
@@ -52,9 +52,10 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
52
52
|
*/
|
|
53
53
|
static isInstance(obj: any): obj is EventHook;
|
|
54
54
|
/**
|
|
55
|
-
* Details of the endpoint the event hook will hit.
|
|
56
|
-
*
|
|
57
|
-
*
|
|
55
|
+
* Details of the endpoint the event hook will hit.
|
|
56
|
+
* - 'version' - (Required) The version of the channel. The currently-supported version is '1.0.0'.
|
|
57
|
+
* - 'uri' - (Required) The URI the hook will hit.
|
|
58
|
+
* - 'type' - (Optional) The type of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
58
59
|
*/
|
|
59
60
|
readonly auth: pulumi.Output<{
|
|
60
61
|
[key: string]: string;
|
|
@@ -66,8 +67,7 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
66
67
|
[key: string]: string;
|
|
67
68
|
}>;
|
|
68
69
|
/**
|
|
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).
|
|
70
|
+
* The events that will be delivered to this hook. [See here for a list of supported events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
71
71
|
*/
|
|
72
72
|
readonly events: pulumi.Output<string[]>;
|
|
73
73
|
/**
|
|
@@ -96,9 +96,10 @@ export declare class EventHook extends pulumi.CustomResource {
|
|
|
96
96
|
*/
|
|
97
97
|
export interface EventHookState {
|
|
98
98
|
/**
|
|
99
|
-
* Details of the endpoint the event hook will hit.
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* Details of the endpoint the event hook will hit.
|
|
100
|
+
* - 'version' - (Required) The version of the channel. The currently-supported version is '1.0.0'.
|
|
101
|
+
* - 'uri' - (Required) The URI the hook will hit.
|
|
102
|
+
* - 'type' - (Optional) The type of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
102
103
|
*/
|
|
103
104
|
auth?: pulumi.Input<{
|
|
104
105
|
[key: string]: pulumi.Input<string>;
|
|
@@ -110,8 +111,7 @@ export interface EventHookState {
|
|
|
110
111
|
[key: string]: pulumi.Input<string>;
|
|
111
112
|
}>;
|
|
112
113
|
/**
|
|
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).
|
|
114
|
+
* The events that will be delivered to this hook. [See here for a list of supported events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
115
115
|
*/
|
|
116
116
|
events?: pulumi.Input<pulumi.Input<string>[]>;
|
|
117
117
|
/**
|
|
@@ -132,9 +132,10 @@ export interface EventHookState {
|
|
|
132
132
|
*/
|
|
133
133
|
export interface EventHookArgs {
|
|
134
134
|
/**
|
|
135
|
-
* Details of the endpoint the event hook will hit.
|
|
136
|
-
*
|
|
137
|
-
*
|
|
135
|
+
* Details of the endpoint the event hook will hit.
|
|
136
|
+
* - 'version' - (Required) The version of the channel. The currently-supported version is '1.0.0'.
|
|
137
|
+
* - 'uri' - (Required) The URI the hook will hit.
|
|
138
|
+
* - 'type' - (Optional) The type of hook to trigger. Currently, the only supported type is 'HTTP'.
|
|
138
139
|
*/
|
|
139
140
|
auth?: pulumi.Input<{
|
|
140
141
|
[key: string]: pulumi.Input<string>;
|
|
@@ -146,8 +147,7 @@ export interface EventHookArgs {
|
|
|
146
147
|
[key: string]: pulumi.Input<string>;
|
|
147
148
|
}>;
|
|
148
149
|
/**
|
|
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).
|
|
150
|
+
* The events that will be delivered to this hook. [See here for a list of supported events](https://developer.okta.com/docs/reference/api/event-types/?q=event-hook-eligible).
|
|
151
151
|
*/
|
|
152
152
|
events: pulumi.Input<pulumi.Input<string>[]>;
|
|
153
153
|
/**
|
package/eventHook.js
CHANGED
|
@@ -50,7 +50,7 @@ class EventHook extends pulumi.CustomResource {
|
|
|
50
50
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
51
51
|
*/
|
|
52
52
|
static get(name, id, state, opts) {
|
|
53
|
-
return new EventHook(name, state,
|
|
53
|
+
return new EventHook(name, state, { ...opts, id: id });
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
56
|
* Returns true if the given object is an instance of EventHook. This is designed to work even
|
|
@@ -67,27 +67,27 @@ class EventHook extends pulumi.CustomResource {
|
|
|
67
67
|
opts = opts || {};
|
|
68
68
|
if (opts.id) {
|
|
69
69
|
const state = argsOrState;
|
|
70
|
-
resourceInputs["auth"] = state
|
|
71
|
-
resourceInputs["channel"] = state
|
|
72
|
-
resourceInputs["events"] = state
|
|
73
|
-
resourceInputs["headers"] = state
|
|
74
|
-
resourceInputs["name"] = state
|
|
75
|
-
resourceInputs["status"] = state
|
|
70
|
+
resourceInputs["auth"] = state?.auth;
|
|
71
|
+
resourceInputs["channel"] = state?.channel;
|
|
72
|
+
resourceInputs["events"] = state?.events;
|
|
73
|
+
resourceInputs["headers"] = state?.headers;
|
|
74
|
+
resourceInputs["name"] = state?.name;
|
|
75
|
+
resourceInputs["status"] = state?.status;
|
|
76
76
|
}
|
|
77
77
|
else {
|
|
78
78
|
const args = argsOrState;
|
|
79
|
-
if (
|
|
79
|
+
if (args?.channel === undefined && !opts.urn) {
|
|
80
80
|
throw new Error("Missing required property 'channel'");
|
|
81
81
|
}
|
|
82
|
-
if (
|
|
82
|
+
if (args?.events === undefined && !opts.urn) {
|
|
83
83
|
throw new Error("Missing required property 'events'");
|
|
84
84
|
}
|
|
85
|
-
resourceInputs["auth"] = args
|
|
86
|
-
resourceInputs["channel"] = args
|
|
87
|
-
resourceInputs["events"] = args
|
|
88
|
-
resourceInputs["headers"] = args
|
|
89
|
-
resourceInputs["name"] = args
|
|
90
|
-
resourceInputs["status"] = args
|
|
85
|
+
resourceInputs["auth"] = args?.auth;
|
|
86
|
+
resourceInputs["channel"] = args?.channel;
|
|
87
|
+
resourceInputs["events"] = args?.events;
|
|
88
|
+
resourceInputs["headers"] = args?.headers;
|
|
89
|
+
resourceInputs["name"] = args?.name;
|
|
90
|
+
resourceInputs["status"] = args?.status;
|
|
91
91
|
}
|
|
92
92
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
93
93
|
super(EventHook.__pulumiType, name, resourceInputs, opts);
|
package/eventHook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventHook.js","sourceRoot":"","sources":["../eventHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"eventHook.js","sourceRoot":"","sources":["../eventHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAsCD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA5FL,8BA6FC;AA/EG,gBAAgB;AACO,sBAAY,GAAG,gCAAgC,CAAC"}
|
package/eventHookVerification.js
CHANGED
|
@@ -45,7 +45,7 @@ class EventHookVerification extends pulumi.CustomResource {
|
|
|
45
45
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
46
|
*/
|
|
47
47
|
static get(name, id, state, opts) {
|
|
48
|
-
return new EventHookVerification(name, state,
|
|
48
|
+
return new EventHookVerification(name, state, { ...opts, id: id });
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Returns true if the given object is an instance of EventHookVerification. This is designed to work even
|
|
@@ -62,14 +62,14 @@ class EventHookVerification extends pulumi.CustomResource {
|
|
|
62
62
|
opts = opts || {};
|
|
63
63
|
if (opts.id) {
|
|
64
64
|
const state = argsOrState;
|
|
65
|
-
resourceInputs["eventHookId"] = state
|
|
65
|
+
resourceInputs["eventHookId"] = state?.eventHookId;
|
|
66
66
|
}
|
|
67
67
|
else {
|
|
68
68
|
const args = argsOrState;
|
|
69
|
-
if (
|
|
69
|
+
if (args?.eventHookId === undefined && !opts.urn) {
|
|
70
70
|
throw new Error("Missing required property 'eventHookId'");
|
|
71
71
|
}
|
|
72
|
-
resourceInputs["eventHookId"] = args
|
|
72
|
+
resourceInputs["eventHookId"] = args?.eventHookId;
|
|
73
73
|
}
|
|
74
74
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
75
|
super(EventHookVerification.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventHookVerification.js","sourceRoot":"","sources":["../eventHookVerification.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"eventHookVerification.js","sourceRoot":"","sources":["../eventHookVerification.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5E,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,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAoE,EAAE,IAAmC;QAC/H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqD,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;SACtD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoD,CAAC;YAClE,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AAxDL,sDAyDC;AA3CG,gBAAgB;AACO,kCAAY,GAAG,wDAAwD,CAAC"}
|
package/factor/factor.js
CHANGED
|
@@ -28,7 +28,7 @@ class Factor extends pulumi.CustomResource {
|
|
|
28
28
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
29
|
*/
|
|
30
30
|
static get(name, id, state, opts) {
|
|
31
|
-
return new Factor(name, state,
|
|
31
|
+
return new Factor(name, state, { ...opts, id: id });
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Returns true if the given object is an instance of Factor. This is designed to work even
|
|
@@ -45,16 +45,16 @@ class Factor extends pulumi.CustomResource {
|
|
|
45
45
|
opts = opts || {};
|
|
46
46
|
if (opts.id) {
|
|
47
47
|
const state = argsOrState;
|
|
48
|
-
resourceInputs["active"] = state
|
|
49
|
-
resourceInputs["providerId"] = state
|
|
48
|
+
resourceInputs["active"] = state?.active;
|
|
49
|
+
resourceInputs["providerId"] = state?.providerId;
|
|
50
50
|
}
|
|
51
51
|
else {
|
|
52
52
|
const args = argsOrState;
|
|
53
|
-
if (
|
|
53
|
+
if (args?.providerId === undefined && !opts.urn) {
|
|
54
54
|
throw new Error("Missing required property 'providerId'");
|
|
55
55
|
}
|
|
56
|
-
resourceInputs["active"] = args
|
|
57
|
-
resourceInputs["providerId"] = args
|
|
56
|
+
resourceInputs["active"] = args?.active;
|
|
57
|
+
resourceInputs["providerId"] = args?.providerId;
|
|
58
58
|
}
|
|
59
59
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
60
60
|
super(Factor.__pulumiType, name, resourceInputs, opts);
|
package/factor/factor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"factor.js","sourceRoot":"","sources":["../../factor/factor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;GAWG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"factor.js","sourceRoot":"","sources":["../../factor/factor.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;GAWG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA9DL,wBA+DC;AAjDG,gBAAgB;AACO,mBAAY,GAAG,2BAA2B,CAAC"}
|