@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/provider.js
CHANGED
|
@@ -33,23 +33,23 @@ class Provider extends pulumi.ProviderResource {
|
|
|
33
33
|
let resourceInputs = {};
|
|
34
34
|
opts = opts || {};
|
|
35
35
|
{
|
|
36
|
-
resourceInputs["accessToken"] =
|
|
37
|
-
resourceInputs["apiToken"] =
|
|
38
|
-
resourceInputs["backoff"] = pulumi.output(args
|
|
39
|
-
resourceInputs["baseUrl"] = args
|
|
40
|
-
resourceInputs["clientId"] = args
|
|
41
|
-
resourceInputs["httpProxy"] = args
|
|
42
|
-
resourceInputs["logLevel"] = pulumi.output(args
|
|
43
|
-
resourceInputs["maxApiCapacity"] = pulumi.output(args
|
|
44
|
-
resourceInputs["maxRetries"] = pulumi.output(args
|
|
45
|
-
resourceInputs["maxWaitSeconds"] = pulumi.output(args
|
|
46
|
-
resourceInputs["minWaitSeconds"] = pulumi.output(args
|
|
47
|
-
resourceInputs["orgName"] = args
|
|
48
|
-
resourceInputs["parallelism"] = pulumi.output(args
|
|
49
|
-
resourceInputs["privateKey"] =
|
|
50
|
-
resourceInputs["privateKeyId"] = args
|
|
51
|
-
resourceInputs["requestTimeout"] = pulumi.output(args
|
|
52
|
-
resourceInputs["scopes"] = pulumi.output(args
|
|
36
|
+
resourceInputs["accessToken"] = args?.accessToken ? pulumi.secret(args.accessToken) : undefined;
|
|
37
|
+
resourceInputs["apiToken"] = args?.apiToken ? pulumi.secret(args.apiToken) : undefined;
|
|
38
|
+
resourceInputs["backoff"] = pulumi.output(args?.backoff).apply(JSON.stringify);
|
|
39
|
+
resourceInputs["baseUrl"] = args?.baseUrl;
|
|
40
|
+
resourceInputs["clientId"] = args?.clientId;
|
|
41
|
+
resourceInputs["httpProxy"] = args?.httpProxy;
|
|
42
|
+
resourceInputs["logLevel"] = pulumi.output(args?.logLevel).apply(JSON.stringify);
|
|
43
|
+
resourceInputs["maxApiCapacity"] = pulumi.output(args?.maxApiCapacity).apply(JSON.stringify);
|
|
44
|
+
resourceInputs["maxRetries"] = pulumi.output(args?.maxRetries).apply(JSON.stringify);
|
|
45
|
+
resourceInputs["maxWaitSeconds"] = pulumi.output(args?.maxWaitSeconds).apply(JSON.stringify);
|
|
46
|
+
resourceInputs["minWaitSeconds"] = pulumi.output(args?.minWaitSeconds).apply(JSON.stringify);
|
|
47
|
+
resourceInputs["orgName"] = args?.orgName;
|
|
48
|
+
resourceInputs["parallelism"] = pulumi.output(args?.parallelism).apply(JSON.stringify);
|
|
49
|
+
resourceInputs["privateKey"] = args?.privateKey ? pulumi.secret(args.privateKey) : undefined;
|
|
50
|
+
resourceInputs["privateKeyId"] = args?.privateKeyId;
|
|
51
|
+
resourceInputs["requestTimeout"] = pulumi.output(args?.requestTimeout).apply(JSON.stringify);
|
|
52
|
+
resourceInputs["scopes"] = pulumi.output(args?.scopes).apply(JSON.stringify);
|
|
53
53
|
}
|
|
54
54
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
55
55
|
const secretOpts = { additionalSecretOutputs: ["accessToken", "apiToken", "privateKey"] };
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;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,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,aAAa,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":"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"}
|
package/rateLimiting.d.ts
CHANGED
|
@@ -2,8 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Manages rate limiting.
|
|
4
4
|
* This resource allows you to configure the client-based rate limit and rate limiting communications settings.
|
|
5
|
-
* > **WARNING:** This resource is
|
|
6
|
-
* **WARNING:** This resource makes use of an internal/private Okta API endpoint that could change without notice rendering this resource inoperable.
|
|
5
|
+
* > **WARNING:** This resource is deprecated and will be removed in a future release. A new resource to manage rate limiting settings will be implemented in the future.
|
|
7
6
|
*
|
|
8
7
|
* ## Example Usage
|
|
9
8
|
*
|
package/rateLimiting.js
CHANGED
|
@@ -8,8 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Manages rate limiting.
|
|
10
10
|
* This resource allows you to configure the client-based rate limit and rate limiting communications settings.
|
|
11
|
-
* > **WARNING:** This resource is
|
|
12
|
-
* **WARNING:** This resource makes use of an internal/private Okta API endpoint that could change without notice rendering this resource inoperable.
|
|
11
|
+
* > **WARNING:** This resource is deprecated and will be removed in a future release. A new resource to manage rate limiting settings will be implemented in the future.
|
|
13
12
|
*
|
|
14
13
|
* ## Example Usage
|
|
15
14
|
*
|
|
@@ -41,7 +40,7 @@ class RateLimiting extends pulumi.CustomResource {
|
|
|
41
40
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
41
|
*/
|
|
43
42
|
static get(name, id, state, opts) {
|
|
44
|
-
return new RateLimiting(name, state,
|
|
43
|
+
return new RateLimiting(name, state, { ...opts, id: id });
|
|
45
44
|
}
|
|
46
45
|
/**
|
|
47
46
|
* Returns true if the given object is an instance of RateLimiting. This is designed to work even
|
|
@@ -58,21 +57,21 @@ class RateLimiting extends pulumi.CustomResource {
|
|
|
58
57
|
opts = opts || {};
|
|
59
58
|
if (opts.id) {
|
|
60
59
|
const state = argsOrState;
|
|
61
|
-
resourceInputs["authorize"] = state
|
|
62
|
-
resourceInputs["communicationsEnabled"] = state
|
|
63
|
-
resourceInputs["login"] = state
|
|
60
|
+
resourceInputs["authorize"] = state?.authorize;
|
|
61
|
+
resourceInputs["communicationsEnabled"] = state?.communicationsEnabled;
|
|
62
|
+
resourceInputs["login"] = state?.login;
|
|
64
63
|
}
|
|
65
64
|
else {
|
|
66
65
|
const args = argsOrState;
|
|
67
|
-
if (
|
|
66
|
+
if (args?.authorize === undefined && !opts.urn) {
|
|
68
67
|
throw new Error("Missing required property 'authorize'");
|
|
69
68
|
}
|
|
70
|
-
if (
|
|
69
|
+
if (args?.login === undefined && !opts.urn) {
|
|
71
70
|
throw new Error("Missing required property 'login'");
|
|
72
71
|
}
|
|
73
|
-
resourceInputs["authorize"] = args
|
|
74
|
-
resourceInputs["communicationsEnabled"] = args
|
|
75
|
-
resourceInputs["login"] = args
|
|
72
|
+
resourceInputs["authorize"] = args?.authorize;
|
|
73
|
+
resourceInputs["communicationsEnabled"] = args?.communicationsEnabled;
|
|
74
|
+
resourceInputs["login"] = args?.login;
|
|
76
75
|
}
|
|
77
76
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
77
|
super(RateLimiting.__pulumiType, name, resourceInputs, opts);
|
package/rateLimiting.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rateLimiting.js","sourceRoot":"","sources":["../rateLimiting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"rateLimiting.js","sourceRoot":"","sources":["../rateLimiting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;SACzC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAvEL,oCAwEC;AA1DG,gBAAgB;AACO,yBAAY,GAAG,sCAAsC,CAAC"}
|
package/realm.d.ts
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Creates an Okta Realm. This resource allows you to create and configure an Okta Realm.
|
|
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.Realm("example", {
|
|
12
|
+
* name: "Example Realm",
|
|
13
|
+
* realmType: "DEFAULT",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import okta:index/realm:Realm example <realm_id>
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
2
23
|
export declare class Realm extends pulumi.CustomResource {
|
|
3
24
|
/**
|
|
4
25
|
* Get an existing Realm resource's state with the given name, ID, and optional extra
|
package/realm.js
CHANGED
|
@@ -5,6 +5,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Realm = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates an Okta Realm. This resource allows you to create and configure an Okta Realm.
|
|
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.Realm("example", {
|
|
18
|
+
* name: "Example Realm",
|
|
19
|
+
* realmType: "DEFAULT",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import okta:index/realm:Realm example <realm_id>
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
8
29
|
class Realm extends pulumi.CustomResource {
|
|
9
30
|
/**
|
|
10
31
|
* Get an existing Realm resource's state with the given name, ID, and optional extra
|
|
@@ -16,7 +37,7 @@ class Realm extends pulumi.CustomResource {
|
|
|
16
37
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
38
|
*/
|
|
18
39
|
static get(name, id, state, opts) {
|
|
19
|
-
return new Realm(name, state,
|
|
40
|
+
return new Realm(name, state, { ...opts, id: id });
|
|
20
41
|
}
|
|
21
42
|
/**
|
|
22
43
|
* Returns true if the given object is an instance of Realm. This is designed to work even
|
|
@@ -33,17 +54,17 @@ class Realm extends pulumi.CustomResource {
|
|
|
33
54
|
opts = opts || {};
|
|
34
55
|
if (opts.id) {
|
|
35
56
|
const state = argsOrState;
|
|
36
|
-
resourceInputs["isDefault"] = state
|
|
37
|
-
resourceInputs["name"] = state
|
|
38
|
-
resourceInputs["realmType"] = state
|
|
57
|
+
resourceInputs["isDefault"] = state?.isDefault;
|
|
58
|
+
resourceInputs["name"] = state?.name;
|
|
59
|
+
resourceInputs["realmType"] = state?.realmType;
|
|
39
60
|
}
|
|
40
61
|
else {
|
|
41
62
|
const args = argsOrState;
|
|
42
|
-
if (
|
|
63
|
+
if (args?.realmType === undefined && !opts.urn) {
|
|
43
64
|
throw new Error("Missing required property 'realmType'");
|
|
44
65
|
}
|
|
45
|
-
resourceInputs["name"] = args
|
|
46
|
-
resourceInputs["realmType"] = args
|
|
66
|
+
resourceInputs["name"] = args?.name;
|
|
67
|
+
resourceInputs["realmType"] = args?.realmType;
|
|
47
68
|
resourceInputs["isDefault"] = undefined /*out*/;
|
|
48
69
|
}
|
|
49
70
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/realm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realm.js","sourceRoot":"","sources":["../realm.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"realm.js","sourceRoot":"","sources":["../realm.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AApEL,sBAqEC;AAvDG,gBAAgB;AACO,kBAAY,GAAG,wBAAwB,CAAC"}
|
package/realmAssignment.d.ts
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Creates an Okta Realm Assignment. This resource allows you to create and configure an Okta Realm Assignment.
|
|
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.Realm("example", {
|
|
12
|
+
* name: "Example Realm",
|
|
13
|
+
* realmType: "DEFAULT",
|
|
14
|
+
* });
|
|
15
|
+
* const test = new okta.RealmAssignment("test", {
|
|
16
|
+
* name: "Example Realm Assignment",
|
|
17
|
+
* priority: 55,
|
|
18
|
+
* status: "ACTIVE",
|
|
19
|
+
* profileSourceId: testOktaIdpSaml.id,
|
|
20
|
+
* conditionExpression: "user.profile.login.contains(\"@example.com\")",
|
|
21
|
+
* realmId: example.id,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import okta:index/realmAssignment:RealmAssignment example <realm_assignment_id>
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
2
31
|
export declare class RealmAssignment extends pulumi.CustomResource {
|
|
3
32
|
/**
|
|
4
33
|
* Get an existing RealmAssignment resource's state with the given name, ID, and optional extra
|
|
@@ -16,8 +45,7 @@ export declare class RealmAssignment extends pulumi.CustomResource {
|
|
|
16
45
|
*/
|
|
17
46
|
static isInstance(obj: any): obj is RealmAssignment;
|
|
18
47
|
/**
|
|
19
|
-
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or
|
|
20
|
-
* `user.profile.state.contains("example")`.
|
|
48
|
+
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or `user.profile.state.contains("example")`.
|
|
21
49
|
*/
|
|
22
50
|
readonly conditionExpression: pulumi.Output<string | undefined>;
|
|
23
51
|
/**
|
|
@@ -58,8 +86,7 @@ export declare class RealmAssignment extends pulumi.CustomResource {
|
|
|
58
86
|
*/
|
|
59
87
|
export interface RealmAssignmentState {
|
|
60
88
|
/**
|
|
61
|
-
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or
|
|
62
|
-
* `user.profile.state.contains("example")`.
|
|
89
|
+
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or `user.profile.state.contains("example")`.
|
|
63
90
|
*/
|
|
64
91
|
conditionExpression?: pulumi.Input<string>;
|
|
65
92
|
/**
|
|
@@ -92,8 +119,7 @@ export interface RealmAssignmentState {
|
|
|
92
119
|
*/
|
|
93
120
|
export interface RealmAssignmentArgs {
|
|
94
121
|
/**
|
|
95
|
-
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or
|
|
96
|
-
* `user.profile.state.contains("example")`.
|
|
122
|
+
* Condition expression for the Realm Assignment in Okta Expression Language. Example: `user.profile.role =="Manager"` or `user.profile.state.contains("example")`.
|
|
97
123
|
*/
|
|
98
124
|
conditionExpression?: pulumi.Input<string>;
|
|
99
125
|
/**
|
package/realmAssignment.js
CHANGED
|
@@ -5,6 +5,35 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.RealmAssignment = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates an Okta Realm Assignment. This resource allows you to create and configure an Okta Realm Assignment.
|
|
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.Realm("example", {
|
|
18
|
+
* name: "Example Realm",
|
|
19
|
+
* realmType: "DEFAULT",
|
|
20
|
+
* });
|
|
21
|
+
* const test = new okta.RealmAssignment("test", {
|
|
22
|
+
* name: "Example Realm Assignment",
|
|
23
|
+
* priority: 55,
|
|
24
|
+
* status: "ACTIVE",
|
|
25
|
+
* profileSourceId: testOktaIdpSaml.id,
|
|
26
|
+
* conditionExpression: "user.profile.login.contains(\"@example.com\")",
|
|
27
|
+
* realmId: example.id,
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* ```sh
|
|
34
|
+
* $ pulumi import okta:index/realmAssignment:RealmAssignment example <realm_assignment_id>
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
8
37
|
class RealmAssignment extends pulumi.CustomResource {
|
|
9
38
|
/**
|
|
10
39
|
* Get an existing RealmAssignment resource's state with the given name, ID, and optional extra
|
|
@@ -16,7 +45,7 @@ class RealmAssignment extends pulumi.CustomResource {
|
|
|
16
45
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
46
|
*/
|
|
18
47
|
static get(name, id, state, opts) {
|
|
19
|
-
return new RealmAssignment(name, state,
|
|
48
|
+
return new RealmAssignment(name, state, { ...opts, id: id });
|
|
20
49
|
}
|
|
21
50
|
/**
|
|
22
51
|
* Returns true if the given object is an instance of RealmAssignment. This is designed to work even
|
|
@@ -33,28 +62,28 @@ class RealmAssignment extends pulumi.CustomResource {
|
|
|
33
62
|
opts = opts || {};
|
|
34
63
|
if (opts.id) {
|
|
35
64
|
const state = argsOrState;
|
|
36
|
-
resourceInputs["conditionExpression"] = state
|
|
37
|
-
resourceInputs["isDefault"] = state
|
|
38
|
-
resourceInputs["name"] = state
|
|
39
|
-
resourceInputs["priority"] = state
|
|
40
|
-
resourceInputs["profileSourceId"] = state
|
|
41
|
-
resourceInputs["realmId"] = state
|
|
42
|
-
resourceInputs["status"] = state
|
|
65
|
+
resourceInputs["conditionExpression"] = state?.conditionExpression;
|
|
66
|
+
resourceInputs["isDefault"] = state?.isDefault;
|
|
67
|
+
resourceInputs["name"] = state?.name;
|
|
68
|
+
resourceInputs["priority"] = state?.priority;
|
|
69
|
+
resourceInputs["profileSourceId"] = state?.profileSourceId;
|
|
70
|
+
resourceInputs["realmId"] = state?.realmId;
|
|
71
|
+
resourceInputs["status"] = state?.status;
|
|
43
72
|
}
|
|
44
73
|
else {
|
|
45
74
|
const args = argsOrState;
|
|
46
|
-
if (
|
|
75
|
+
if (args?.profileSourceId === undefined && !opts.urn) {
|
|
47
76
|
throw new Error("Missing required property 'profileSourceId'");
|
|
48
77
|
}
|
|
49
|
-
if (
|
|
78
|
+
if (args?.realmId === undefined && !opts.urn) {
|
|
50
79
|
throw new Error("Missing required property 'realmId'");
|
|
51
80
|
}
|
|
52
|
-
resourceInputs["conditionExpression"] = args
|
|
53
|
-
resourceInputs["name"] = args
|
|
54
|
-
resourceInputs["priority"] = args
|
|
55
|
-
resourceInputs["profileSourceId"] = args
|
|
56
|
-
resourceInputs["realmId"] = args
|
|
57
|
-
resourceInputs["status"] = args
|
|
81
|
+
resourceInputs["conditionExpression"] = args?.conditionExpression;
|
|
82
|
+
resourceInputs["name"] = args?.name;
|
|
83
|
+
resourceInputs["priority"] = args?.priority;
|
|
84
|
+
resourceInputs["profileSourceId"] = args?.profileSourceId;
|
|
85
|
+
resourceInputs["realmId"] = args?.realmId;
|
|
86
|
+
resourceInputs["status"] = args?.status;
|
|
58
87
|
resourceInputs["isDefault"] = undefined /*out*/;
|
|
59
88
|
}
|
|
60
89
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/realmAssignment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realmAssignment.js","sourceRoot":"","sources":["../realmAssignment.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":"realmAssignment.js","sourceRoot":"","sources":["../realmAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtE,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,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AA/FL,0CAgGC;AAlFG,gBAAgB;AACO,4BAAY,GAAG,4CAA4C,CAAC"}
|
package/resourceSet.js
CHANGED
|
@@ -33,7 +33,7 @@ class ResourceSet extends pulumi.CustomResource {
|
|
|
33
33
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
34
|
*/
|
|
35
35
|
static get(name, id, state, opts) {
|
|
36
|
-
return new ResourceSet(name, state,
|
|
36
|
+
return new ResourceSet(name, state, { ...opts, id: id });
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Returns true if the given object is an instance of ResourceSet. This is designed to work even
|
|
@@ -50,23 +50,23 @@ class ResourceSet extends pulumi.CustomResource {
|
|
|
50
50
|
opts = opts || {};
|
|
51
51
|
if (opts.id) {
|
|
52
52
|
const state = argsOrState;
|
|
53
|
-
resourceInputs["description"] = state
|
|
54
|
-
resourceInputs["label"] = state
|
|
55
|
-
resourceInputs["resources"] = state
|
|
56
|
-
resourceInputs["resourcesOrns"] = state
|
|
53
|
+
resourceInputs["description"] = state?.description;
|
|
54
|
+
resourceInputs["label"] = state?.label;
|
|
55
|
+
resourceInputs["resources"] = state?.resources;
|
|
56
|
+
resourceInputs["resourcesOrns"] = state?.resourcesOrns;
|
|
57
57
|
}
|
|
58
58
|
else {
|
|
59
59
|
const args = argsOrState;
|
|
60
|
-
if (
|
|
60
|
+
if (args?.description === undefined && !opts.urn) {
|
|
61
61
|
throw new Error("Missing required property 'description'");
|
|
62
62
|
}
|
|
63
|
-
if (
|
|
63
|
+
if (args?.label === undefined && !opts.urn) {
|
|
64
64
|
throw new Error("Missing required property 'label'");
|
|
65
65
|
}
|
|
66
|
-
resourceInputs["description"] = args
|
|
67
|
-
resourceInputs["label"] = args
|
|
68
|
-
resourceInputs["resources"] = args
|
|
69
|
-
resourceInputs["resourcesOrns"] = args
|
|
66
|
+
resourceInputs["description"] = args?.description;
|
|
67
|
+
resourceInputs["label"] = args?.label;
|
|
68
|
+
resourceInputs["resources"] = args?.resources;
|
|
69
|
+
resourceInputs["resourcesOrns"] = args?.resourcesOrns;
|
|
70
70
|
}
|
|
71
71
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
72
72
|
super(ResourceSet.__pulumiType, name, resourceInputs, opts);
|
package/resourceSet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceSet.js","sourceRoot":"","sources":["../resourceSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;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":"resourceSet.js","sourceRoot":"","sources":["../resourceSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;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;IA2BD,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,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;SAC1D;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,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;SACzD;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;;AA7EL,kCA8EC;AAhEG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
|
package/roleSubscription.d.ts
CHANGED
|
@@ -42,19 +42,35 @@ export declare class RoleSubscription extends pulumi.CustomResource {
|
|
|
42
42
|
*/
|
|
43
43
|
static isInstance(obj: any): obj is RoleSubscription;
|
|
44
44
|
/**
|
|
45
|
-
* Type of the notification. Valid values:
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* '
|
|
49
|
-
* Disconnects and reconnects:
|
|
50
|
-
*
|
|
51
|
-
* '
|
|
45
|
+
* Type of the notification. Valid values:
|
|
46
|
+
* - 'CONNECTOR_AGENT' - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
|
|
47
|
+
* - 'USER_LOCKED_OUT' - User lockouts.
|
|
48
|
+
* - 'APP_IMPORT' - App user import status.
|
|
49
|
+
* - 'LDAP_AGENT' - Disconnects and reconnects: LDAP agent.
|
|
50
|
+
* - 'AD_AGENT' - Disconnects and reconnects: AD agent.
|
|
51
|
+
* - 'OKTA_ANNOUNCEMENT' - Okta release notes and announcements.
|
|
52
|
+
* - 'OKTA_UPDATE' - Scheduled system updates.
|
|
53
|
+
* - 'IWA_AGENT' - Disconnects and reconnects: IWA agent.
|
|
54
|
+
* - 'USER_DEPROVISION' - User deprovisions.
|
|
55
|
+
* - 'REPORT_SUSPICIOUS_ACTIVITY' - User reporting of suspicious activity.
|
|
56
|
+
* - 'RATELIMIT_NOTIFICATION' - Rate limit warning and violation.
|
|
57
|
+
* - 'AGENT_AUTO_UPDATE_NOTIFICATION' - Agent auto-update notifications: AD Agent.
|
|
52
58
|
*/
|
|
53
59
|
readonly notificationType: pulumi.Output<string>;
|
|
54
60
|
/**
|
|
55
|
-
* Type of the role. Valid values:
|
|
56
|
-
*
|
|
57
|
-
*
|
|
61
|
+
* Type of the role. Valid values:
|
|
62
|
+
* 'API_ADMIN',
|
|
63
|
+
* 'APP_ADMIN',
|
|
64
|
+
* 'CUSTOM',
|
|
65
|
+
* 'GROUP_MEMBERSHIP_ADMIN',
|
|
66
|
+
* 'HELP_DESK_ADMIN',
|
|
67
|
+
* 'MOBILE_ADMIN',
|
|
68
|
+
* 'ORG_ADMIN',
|
|
69
|
+
* 'READ_ONLY_ADMIN',
|
|
70
|
+
* 'REPORT_ADMIN',
|
|
71
|
+
* 'SUPER_ADMIN',
|
|
72
|
+
* 'USER_ADMIN'
|
|
73
|
+
* . See [API docs](https://developer.okta.com/docs/reference/api/admin-notifications/#role-types).
|
|
58
74
|
*/
|
|
59
75
|
readonly roleType: pulumi.Output<string>;
|
|
60
76
|
/**
|
|
@@ -75,19 +91,35 @@ export declare class RoleSubscription extends pulumi.CustomResource {
|
|
|
75
91
|
*/
|
|
76
92
|
export interface RoleSubscriptionState {
|
|
77
93
|
/**
|
|
78
|
-
* Type of the notification. Valid values:
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* '
|
|
82
|
-
* Disconnects and reconnects:
|
|
83
|
-
*
|
|
84
|
-
* '
|
|
94
|
+
* Type of the notification. Valid values:
|
|
95
|
+
* - 'CONNECTOR_AGENT' - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
|
|
96
|
+
* - 'USER_LOCKED_OUT' - User lockouts.
|
|
97
|
+
* - 'APP_IMPORT' - App user import status.
|
|
98
|
+
* - 'LDAP_AGENT' - Disconnects and reconnects: LDAP agent.
|
|
99
|
+
* - 'AD_AGENT' - Disconnects and reconnects: AD agent.
|
|
100
|
+
* - 'OKTA_ANNOUNCEMENT' - Okta release notes and announcements.
|
|
101
|
+
* - 'OKTA_UPDATE' - Scheduled system updates.
|
|
102
|
+
* - 'IWA_AGENT' - Disconnects and reconnects: IWA agent.
|
|
103
|
+
* - 'USER_DEPROVISION' - User deprovisions.
|
|
104
|
+
* - 'REPORT_SUSPICIOUS_ACTIVITY' - User reporting of suspicious activity.
|
|
105
|
+
* - 'RATELIMIT_NOTIFICATION' - Rate limit warning and violation.
|
|
106
|
+
* - 'AGENT_AUTO_UPDATE_NOTIFICATION' - Agent auto-update notifications: AD Agent.
|
|
85
107
|
*/
|
|
86
108
|
notificationType?: pulumi.Input<string>;
|
|
87
109
|
/**
|
|
88
|
-
* Type of the role. Valid values:
|
|
89
|
-
*
|
|
90
|
-
*
|
|
110
|
+
* Type of the role. Valid values:
|
|
111
|
+
* 'API_ADMIN',
|
|
112
|
+
* 'APP_ADMIN',
|
|
113
|
+
* 'CUSTOM',
|
|
114
|
+
* 'GROUP_MEMBERSHIP_ADMIN',
|
|
115
|
+
* 'HELP_DESK_ADMIN',
|
|
116
|
+
* 'MOBILE_ADMIN',
|
|
117
|
+
* 'ORG_ADMIN',
|
|
118
|
+
* 'READ_ONLY_ADMIN',
|
|
119
|
+
* 'REPORT_ADMIN',
|
|
120
|
+
* 'SUPER_ADMIN',
|
|
121
|
+
* 'USER_ADMIN'
|
|
122
|
+
* . See [API docs](https://developer.okta.com/docs/reference/api/admin-notifications/#role-types).
|
|
91
123
|
*/
|
|
92
124
|
roleType?: pulumi.Input<string>;
|
|
93
125
|
/**
|
|
@@ -100,19 +132,35 @@ export interface RoleSubscriptionState {
|
|
|
100
132
|
*/
|
|
101
133
|
export interface RoleSubscriptionArgs {
|
|
102
134
|
/**
|
|
103
|
-
* Type of the notification. Valid values:
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
* '
|
|
107
|
-
* Disconnects and reconnects:
|
|
108
|
-
*
|
|
109
|
-
* '
|
|
135
|
+
* Type of the notification. Valid values:
|
|
136
|
+
* - 'CONNECTOR_AGENT' - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
|
|
137
|
+
* - 'USER_LOCKED_OUT' - User lockouts.
|
|
138
|
+
* - 'APP_IMPORT' - App user import status.
|
|
139
|
+
* - 'LDAP_AGENT' - Disconnects and reconnects: LDAP agent.
|
|
140
|
+
* - 'AD_AGENT' - Disconnects and reconnects: AD agent.
|
|
141
|
+
* - 'OKTA_ANNOUNCEMENT' - Okta release notes and announcements.
|
|
142
|
+
* - 'OKTA_UPDATE' - Scheduled system updates.
|
|
143
|
+
* - 'IWA_AGENT' - Disconnects and reconnects: IWA agent.
|
|
144
|
+
* - 'USER_DEPROVISION' - User deprovisions.
|
|
145
|
+
* - 'REPORT_SUSPICIOUS_ACTIVITY' - User reporting of suspicious activity.
|
|
146
|
+
* - 'RATELIMIT_NOTIFICATION' - Rate limit warning and violation.
|
|
147
|
+
* - 'AGENT_AUTO_UPDATE_NOTIFICATION' - Agent auto-update notifications: AD Agent.
|
|
110
148
|
*/
|
|
111
149
|
notificationType: pulumi.Input<string>;
|
|
112
150
|
/**
|
|
113
|
-
* Type of the role. Valid values:
|
|
114
|
-
*
|
|
115
|
-
*
|
|
151
|
+
* Type of the role. Valid values:
|
|
152
|
+
* 'API_ADMIN',
|
|
153
|
+
* 'APP_ADMIN',
|
|
154
|
+
* 'CUSTOM',
|
|
155
|
+
* 'GROUP_MEMBERSHIP_ADMIN',
|
|
156
|
+
* 'HELP_DESK_ADMIN',
|
|
157
|
+
* 'MOBILE_ADMIN',
|
|
158
|
+
* 'ORG_ADMIN',
|
|
159
|
+
* 'READ_ONLY_ADMIN',
|
|
160
|
+
* 'REPORT_ADMIN',
|
|
161
|
+
* 'SUPER_ADMIN',
|
|
162
|
+
* 'USER_ADMIN'
|
|
163
|
+
* . See [API docs](https://developer.okta.com/docs/reference/api/admin-notifications/#role-types).
|
|
116
164
|
*/
|
|
117
165
|
roleType: pulumi.Input<string>;
|
|
118
166
|
/**
|