@pulumi/okta 4.6.2 → 4.6.3
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 +129 -10
- package/adminRoleCustom.js +24 -1
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +25 -10
- package/adminRoleCustomAssignments.js +13 -1
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +44 -14
- package/adminRoleTargets.js +30 -0
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +20 -1
- package/app/accessPolicyAssignment.js +20 -1
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +119 -72
- package/app/autoLogin.js +47 -0
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +66 -38
- package/app/basicAuth.js +28 -0
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +71 -35
- package/app/bookmark.js +27 -0
- package/app/bookmark.js.map +1 -1
- package/app/getApp.d.ts +25 -58
- package/app/getApp.js +2 -2
- package/app/getApp.js.map +1 -1
- package/app/getMetadataSaml.d.ts +5 -11
- package/app/getMetadataSaml.js +2 -2
- package/app/getMetadataSaml.js.map +1 -1
- package/app/getOauth.d.ts +34 -62
- package/app/getOauth.js +2 -2
- package/app/getOauth.js.map +1 -1
- package/app/getSaml.d.ts +55 -75
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +15 -6
- package/app/groupAssignment.js +9 -0
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +301 -123
- package/app/oauth.js +82 -0
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +38 -3
- package/app/oauthPostLogoutRedirectUri.js +35 -0
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +37 -3
- package/app/oauthRedirectUri.js +34 -0
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/saml.d.ts +303 -133
- package/app/saml.js +161 -0
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +109 -79
- package/app/securePasswordStore.js +30 -0
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +102 -72
- package/app/swa.js +30 -0
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +87 -72
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +37 -12
- package/app/user.js +22 -0
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +40 -3
- package/appGroupAssignments.js +37 -0
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +36 -3
- package/appOauthApiScope.js +33 -0
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +44 -6
- package/appSamlAppSettings.js +38 -0
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +115 -72
- package/appSharedCredentials.js +43 -0
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +44 -6
- package/appSignonPolicy.js +38 -0
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +327 -68
- package/appSignonPolicyRule.js +244 -0
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +52 -24
- package/appUserBaseSchemaProperty.js +28 -0
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +80 -54
- package/appUserSchemaProperty.js +26 -0
- package/appUserSchemaProperty.js.map +1 -1
- package/auth/getServer.d.ts +11 -11
- package/auth/getServer.js +2 -2
- package/auth/getServerPolicy.d.ts +9 -15
- package/auth/getServerPolicy.js +2 -2
- package/auth/getServerPolicy.js.map +1 -1
- package/auth/getServerScopes.d.ts +5 -8
- package/auth/getServerScopes.js +2 -2
- package/auth/getServerScopes.js.map +1 -1
- package/auth/server.d.ts +49 -13
- package/auth/server.js +27 -0
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +54 -18
- package/auth/serverClaim.js +27 -0
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +43 -6
- package/auth/serverPolicy.js +28 -0
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +72 -29
- package/auth/serverPolicyRule.js +25 -0
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +41 -15
- package/auth/serverScope.js +26 -0
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +50 -13
- package/authServerClaimDefault.js +31 -0
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +47 -13
- package/authServerDefault.js +25 -0
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +94 -38
- package/authenticator.js +38 -0
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +78 -18
- package/behaviour.js +42 -0
- package/behaviour.js.map +1 -1
- package/brand.d.ts +28 -19
- package/brand.js +10 -1
- package/brand.js.map +1 -1
- package/captcha.d.ts +38 -12
- package/captcha.js +26 -0
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +51 -6
- package/captchaOrgWideSettings.js +45 -0
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +39 -13
- package/domain.js +20 -0
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +63 -15
- package/domainCertificate.js +48 -0
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +22 -3
- package/domainVerification.js +19 -0
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +224 -3
- package/emailCustomization.js +41 -0
- package/emailCustomization.js.map +1 -1
- package/emailSender.d.ts +39 -13
- package/emailSender.js +26 -0
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +26 -3
- package/emailSenderVerification.js +23 -0
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +37 -0
- package/eventHook.js +37 -0
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +37 -3
- package/eventHookVerification.js +34 -0
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +23 -6
- package/factor/factor.js +14 -0
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +44 -12
- package/factorTotp.js +23 -0
- package/factorTotp.js.map +1 -1
- package/getAppGroupAssignments.d.ts +6 -6
- package/getAppGroupAssignments.js +2 -2
- package/getAppSignonPolicy.d.ts +6 -16
- package/getAppSignonPolicy.js +4 -8
- package/getAppSignonPolicy.js.map +1 -1
- package/getAppUserAssignments.d.ts +6 -6
- package/getAppUserAssignments.js +2 -2
- package/getAuthServerClaim.d.ts +12 -15
- package/getAuthServerClaim.js +2 -2
- package/getAuthServerClaim.js.map +1 -1
- package/getAuthServerClaims.d.ts +5 -8
- package/getAuthServerClaims.js +2 -2
- package/getAuthServerClaims.js.map +1 -1
- package/getAuthenticator.d.ts +26 -24
- package/getAuthenticator.js +22 -14
- package/getAuthenticator.js.map +1 -1
- package/getBehaviour.d.ts +8 -6
- 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 +6 -9
- package/getBrand.js +2 -2
- package/getBrand.js.map +1 -1
- package/getBrands.d.ts +2 -2
- package/getBrands.js +2 -2
- package/getEmailCustomization.d.ts +9 -14
- package/getEmailCustomization.js +6 -2
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +9 -11
- package/getEmailCustomizations.js +6 -2
- package/getEmailCustomizations.js.map +1 -1
- package/getGroups.d.ts +25 -11
- package/getGroups.js +2 -2
- package/getGroups.js.map +1 -1
- package/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- package/getRoleSubscription.d.ts +35 -13
- package/getRoleSubscription.js +2 -2
- package/getRoleSubscription.js.map +1 -1
- package/getTemplate.d.ts +8 -10
- package/getTemplate.js +6 -2
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +7 -6
- package/getTemplates.js +6 -2
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +12 -14
- package/getTheme.js +6 -2
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +7 -6
- package/getThemes.js +6 -2
- package/getThemes.js.map +1 -1
- package/getTrustedOrigins.d.ts +4 -7
- package/getTrustedOrigins.js +2 -2
- package/getTrustedOrigins.js.map +1 -1
- package/getUserSecurityQuestions.d.ts +8 -4
- package/getUserSecurityQuestions.js +4 -0
- package/getUserSecurityQuestions.js.map +1 -1
- package/group/getEveryoneGroup.d.ts +5 -10
- package/group/getEveryoneGroup.js +2 -4
- package/group/getEveryoneGroup.js.map +1 -1
- package/group/getGroup.d.ts +26 -17
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +15 -6
- package/group/getRule.js +2 -2
- package/group/getRule.js.map +1 -1
- package/group/group.d.ts +46 -9
- package/group/group.js +37 -0
- package/group/group.js.map +1 -1
- package/group/role.d.ts +101 -15
- package/group/role.js +26 -0
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +80 -6
- package/group/rule.js +23 -0
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +48 -7
- package/groupMemberships.js +42 -1
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +94 -51
- package/groupSchemaProperty.js +25 -0
- package/groupSchemaProperty.js.map +1 -1
- package/idp/getMetadataSaml.d.ts +6 -9
- 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 +13 -16
- package/idp/getSaml.js +2 -2
- package/idp/getSaml.js.map +1 -1
- package/idp/getSocial.d.ts +2 -8
- package/idp/getSocial.js +2 -2
- package/idp/getSocial.js.map +1 -1
- package/idp/oidc.d.ts +297 -12
- package/idp/oidc.js +36 -0
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +284 -18
- package/idp/saml.js +32 -0
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +48 -3
- package/idp/samlKey.js +9 -0
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +251 -18
- package/idp/social.js +32 -0
- package/idp/social.js.map +1 -1
- package/index/emailDomain.d.ts +41 -16
- package/index/emailDomain.js +25 -0
- package/index/emailDomain.js.map +1 -1
- package/index/emailDomainVerification.d.ts +25 -3
- package/index/emailDomainVerification.js +22 -0
- package/index/emailDomainVerification.js.map +1 -1
- package/index/getDomain.d.ts +14 -11
- package/index/getDomain.js +8 -2
- package/index/getDomain.js.map +1 -1
- package/inline/hook.d.ts +89 -0
- package/inline/hook.js +35 -0
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +30 -0
- package/linkDefinition.js +30 -0
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +59 -6
- package/linkValue.js +53 -0
- package/linkValue.js.map +1 -1
- package/network/zone.d.ts +74 -27
- package/network/zone.js +44 -0
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +25 -0
- package/orgConfiguration.js +25 -0
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +20 -3
- package/orgSupport.js +17 -0
- package/orgSupport.js.map +1 -1
- package/package.json +1 -1
- package/policy/getDefaultPolicy.d.ts +7 -9
- package/policy/getDefaultPolicy.js +2 -6
- package/policy/getDefaultPolicy.js.map +1 -1
- package/policy/getPolicy.d.ts +10 -11
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +259 -18
- package/policy/mfa.js +49 -0
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +117 -90
- package/policy/password.js +27 -0
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +149 -27
- package/policy/ruleIdpDiscovery.js +65 -0
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +35 -24
- package/policy/ruleMfa.js +11 -0
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +46 -33
- package/policy/rulePassword.js +13 -0
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +170 -57
- package/policy/ruleSignon.js +92 -0
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +41 -15
- package/policy/signon.js +26 -0
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +250 -13
- package/policyMfaDefault.js +45 -0
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +88 -54
- package/policyPasswordDefault.js +22 -0
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +28 -6
- package/policyProfileEnrollment.js +22 -0
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +42 -5
- package/policyProfileEnrollmentApps.js +37 -0
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +88 -26
- package/policyRuleProfileEnrollment.js +62 -0
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +95 -9
- package/profile/mapping.js +41 -0
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +43 -9
- package/rateLimiting.js +28 -0
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +32 -10
- package/resourceSet.js +20 -1
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +110 -9
- package/roleSubscription.js +26 -0
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +45 -15
- package/securityNotificationEmails.js +30 -0
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +47 -3
- package/templateSms.js +35 -0
- package/templateSms.js.map +1 -1
- package/theme.d.ts +59 -44
- package/theme.js +15 -0
- package/theme.js.map +1 -1
- package/threatInsightSettings.d.ts +58 -6
- package/threatInsightSettings.js +34 -0
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +37 -12
- package/trustedorigin/origin.js +25 -0
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +227 -60
- package/types/output.d.ts +446 -56
- package/user/getUser.d.ts +104 -32
- package/user/getUser.js +2 -2
- package/user/getUser.js.map +1 -1
- package/user/getUserProfileMappingSource.d.ts +7 -9
- package/user/getUserProfileMappingSource.js +4 -6
- 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 +57 -61
- package/user/getUsers.js +44 -30
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +215 -117
- package/user/user.js +71 -0
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +34 -9
- package/user/userType.js +25 -0
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +41 -10
- package/userAdminRoles.js +29 -1
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +67 -24
- package/userBaseSchemaProperty.js +43 -0
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +52 -14
- package/userFactorQuestion.js +39 -1
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +23 -4
- package/userGroupMemberships.js +20 -1
- package/userGroupMemberships.js.map +1 -1
- package/userSchemaProperty.d.ts +107 -57
- package/userSchemaProperty.js +32 -0
- package/userSchemaProperty.js.map +1 -1
- package/utilities.d.ts +4 -0
- package/utilities.js +33 -1
- package/utilities.js.map +1 -1
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Use this data source to retrieve the [email
|
|
4
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
|
|
5
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
4
6
|
*/
|
|
5
7
|
export declare function getEmailCustomization(args: GetEmailCustomizationArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationResult>;
|
|
6
8
|
/**
|
|
@@ -12,7 +14,7 @@ export interface GetEmailCustomizationArgs {
|
|
|
12
14
|
*/
|
|
13
15
|
brandId: string;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* Customization ID
|
|
16
18
|
*/
|
|
17
19
|
customizationId: string;
|
|
18
20
|
/**
|
|
@@ -28,16 +30,10 @@ export interface GetEmailCustomizationResult {
|
|
|
28
30
|
* The body of the customization
|
|
29
31
|
*/
|
|
30
32
|
readonly body: string;
|
|
31
|
-
/**
|
|
32
|
-
* Brand ID
|
|
33
|
-
*/
|
|
34
33
|
readonly brandId: string;
|
|
35
|
-
/**
|
|
36
|
-
* The ID of the customization
|
|
37
|
-
*/
|
|
38
34
|
readonly customizationId: string;
|
|
39
35
|
/**
|
|
40
|
-
*
|
|
36
|
+
* Customization ID
|
|
41
37
|
*/
|
|
42
38
|
readonly id: string;
|
|
43
39
|
/**
|
|
@@ -56,13 +52,12 @@ export interface GetEmailCustomizationResult {
|
|
|
56
52
|
* The subject of the customization
|
|
57
53
|
*/
|
|
58
54
|
readonly subject: string;
|
|
59
|
-
/**
|
|
60
|
-
* Template Name
|
|
61
|
-
*/
|
|
62
55
|
readonly templateName: string;
|
|
63
56
|
}
|
|
64
57
|
/**
|
|
65
|
-
*
|
|
58
|
+
* Use this data source to retrieve the [email
|
|
59
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
|
|
60
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
66
61
|
*/
|
|
67
62
|
export declare function getEmailCustomizationOutput(args: GetEmailCustomizationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEmailCustomizationResult>;
|
|
68
63
|
/**
|
|
@@ -74,7 +69,7 @@ export interface GetEmailCustomizationOutputArgs {
|
|
|
74
69
|
*/
|
|
75
70
|
brandId: pulumi.Input<string>;
|
|
76
71
|
/**
|
|
77
|
-
*
|
|
72
|
+
* Customization ID
|
|
78
73
|
*/
|
|
79
74
|
customizationId: pulumi.Input<string>;
|
|
80
75
|
/**
|
package/getEmailCustomization.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.getEmailCustomizationOutput = exports.getEmailCustomization = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve the [email
|
|
10
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
|
|
11
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
10
12
|
*/
|
|
11
13
|
function getEmailCustomization(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,7 +20,9 @@ function getEmailCustomization(args, opts) {
|
|
|
18
20
|
}
|
|
19
21
|
exports.getEmailCustomization = getEmailCustomization;
|
|
20
22
|
/**
|
|
21
|
-
*
|
|
23
|
+
* Use this data source to retrieve the [email
|
|
24
|
+
* customization](https://developer.okta.com/docs/reference/api/brands/#get-email-customization)
|
|
25
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
22
26
|
*/
|
|
23
27
|
function getEmailCustomizationOutput(args, opts) {
|
|
24
28
|
return pulumi.output(args).apply((a) => getEmailCustomization(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAoDD;;;;GAIG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Use this data source to retrieve the [email
|
|
5
|
+
* customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
|
|
6
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
5
7
|
*/
|
|
6
8
|
export declare function getEmailCustomizations(args: GetEmailCustomizationsArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationsResult>;
|
|
7
9
|
/**
|
|
@@ -13,7 +15,7 @@ export interface GetEmailCustomizationsArgs {
|
|
|
13
15
|
*/
|
|
14
16
|
brandId: string;
|
|
15
17
|
/**
|
|
16
|
-
* Template
|
|
18
|
+
* Name of an Email Template
|
|
17
19
|
*/
|
|
18
20
|
templateName: string;
|
|
19
21
|
}
|
|
@@ -21,25 +23,21 @@ export interface GetEmailCustomizationsArgs {
|
|
|
21
23
|
* A collection of values returned by getEmailCustomizations.
|
|
22
24
|
*/
|
|
23
25
|
export interface GetEmailCustomizationsResult {
|
|
24
|
-
/**
|
|
25
|
-
* Brand ID
|
|
26
|
-
*/
|
|
27
26
|
readonly brandId: string;
|
|
28
27
|
/**
|
|
29
|
-
* List of `okta.EmailCustomization` belonging to the named email template of the brand
|
|
28
|
+
* List of `okta.EmailCustomization` belonging to the named email template of the brand
|
|
30
29
|
*/
|
|
31
30
|
readonly emailCustomizations: outputs.GetEmailCustomizationsEmailCustomization[];
|
|
32
31
|
/**
|
|
33
32
|
* The provider-assigned unique ID for this managed resource.
|
|
34
33
|
*/
|
|
35
34
|
readonly id: string;
|
|
36
|
-
/**
|
|
37
|
-
* Template Name
|
|
38
|
-
*/
|
|
39
35
|
readonly templateName: string;
|
|
40
36
|
}
|
|
41
37
|
/**
|
|
42
|
-
*
|
|
38
|
+
* Use this data source to retrieve the [email
|
|
39
|
+
* customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
|
|
40
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
43
41
|
*/
|
|
44
42
|
export declare function getEmailCustomizationsOutput(args: GetEmailCustomizationsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEmailCustomizationsResult>;
|
|
45
43
|
/**
|
|
@@ -51,7 +49,7 @@ export interface GetEmailCustomizationsOutputArgs {
|
|
|
51
49
|
*/
|
|
52
50
|
brandId: pulumi.Input<string>;
|
|
53
51
|
/**
|
|
54
|
-
* Template
|
|
52
|
+
* Name of an Email Template
|
|
55
53
|
*/
|
|
56
54
|
templateName: pulumi.Input<string>;
|
|
57
55
|
}
|
|
@@ -6,7 +6,9 @@ exports.getEmailCustomizationsOutput = exports.getEmailCustomizations = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve the [email
|
|
10
|
+
* customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
|
|
11
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
10
12
|
*/
|
|
11
13
|
function getEmailCustomizations(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +19,9 @@ function getEmailCustomizations(args, opts) {
|
|
|
17
19
|
}
|
|
18
20
|
exports.getEmailCustomizations = getEmailCustomizations;
|
|
19
21
|
/**
|
|
20
|
-
*
|
|
22
|
+
* Use this data source to retrieve the [email
|
|
23
|
+
* customizations](https://developer.okta.com/docs/reference/api/brands/#list-email-customizations)
|
|
24
|
+
* of an email template belonging to a brand in an Okta organization.
|
|
21
25
|
*/
|
|
22
26
|
function getEmailCustomizationsOutput(args, opts) {
|
|
23
27
|
return pulumi.output(args).apply((a) => getEmailCustomizations(a, opts));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAEhG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC;AA+BD;;;;GAIG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjF,CAAC;AAFD,oEAEC"}
|
package/getGroups.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Use this data source to retrieve a list of groups from Okta.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -20,36 +20,43 @@ export declare function getGroups(args?: GetGroupsArgs, opts?: pulumi.InvokeOpti
|
|
|
20
20
|
*/
|
|
21
21
|
export interface GetGroupsArgs {
|
|
22
22
|
/**
|
|
23
|
-
* Searches the name property of groups for matching value
|
|
23
|
+
* Searches the name property of groups for matching value.
|
|
24
24
|
*/
|
|
25
25
|
q?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Searches for groups with a
|
|
27
|
+
* Searches for groups with a
|
|
28
|
+
* supported [filtering](https://developer.okta.com/docs/reference/api-overview/#filtering) expression for
|
|
29
|
+
* all [attributes](https://developer.okta.com/docs/reference/api/groups/#group-attributes)
|
|
30
|
+
* except for `"_embedded"`, `"_links"`, and `"objectClass"`
|
|
28
31
|
*/
|
|
29
32
|
search?: string;
|
|
33
|
+
/**
|
|
34
|
+
* type of the group to retrieve. Can only be one of `OKTA_GROUP` (Native Okta Groups), `APP_GROUP`
|
|
35
|
+
* (Imported App Groups), or `BUILT_IN` (Okta System Groups).
|
|
36
|
+
*/
|
|
30
37
|
type?: string;
|
|
31
38
|
}
|
|
32
39
|
/**
|
|
33
40
|
* A collection of values returned by getGroups.
|
|
34
41
|
*/
|
|
35
42
|
export interface GetGroupsResult {
|
|
43
|
+
/**
|
|
44
|
+
* collection of groups retrieved from Okta with the following properties.
|
|
45
|
+
*/
|
|
36
46
|
readonly groups: outputs.GetGroupsGroup[];
|
|
37
47
|
/**
|
|
38
48
|
* The provider-assigned unique ID for this managed resource.
|
|
39
49
|
*/
|
|
40
50
|
readonly id: string;
|
|
41
|
-
/**
|
|
42
|
-
* Searches the name property of groups for matching value
|
|
43
|
-
*/
|
|
44
51
|
readonly q?: string;
|
|
52
|
+
readonly search?: string;
|
|
45
53
|
/**
|
|
46
|
-
*
|
|
54
|
+
* Group type.
|
|
47
55
|
*/
|
|
48
|
-
readonly search?: string;
|
|
49
56
|
readonly type?: string;
|
|
50
57
|
}
|
|
51
58
|
/**
|
|
52
|
-
*
|
|
59
|
+
* Use this data source to retrieve a list of groups from Okta.
|
|
53
60
|
*
|
|
54
61
|
* ## Example Usage
|
|
55
62
|
*
|
|
@@ -68,12 +75,19 @@ export declare function getGroupsOutput(args?: GetGroupsOutputArgs, opts?: pulum
|
|
|
68
75
|
*/
|
|
69
76
|
export interface GetGroupsOutputArgs {
|
|
70
77
|
/**
|
|
71
|
-
* Searches the name property of groups for matching value
|
|
78
|
+
* Searches the name property of groups for matching value.
|
|
72
79
|
*/
|
|
73
80
|
q?: pulumi.Input<string>;
|
|
74
81
|
/**
|
|
75
|
-
* Searches for groups with a
|
|
82
|
+
* Searches for groups with a
|
|
83
|
+
* supported [filtering](https://developer.okta.com/docs/reference/api-overview/#filtering) expression for
|
|
84
|
+
* all [attributes](https://developer.okta.com/docs/reference/api/groups/#group-attributes)
|
|
85
|
+
* except for `"_embedded"`, `"_links"`, and `"objectClass"`
|
|
76
86
|
*/
|
|
77
87
|
search?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* type of the group to retrieve. Can only be one of `OKTA_GROUP` (Native Okta Groups), `APP_GROUP`
|
|
90
|
+
* (Imported App Groups), or `BUILT_IN` (Okta System Groups).
|
|
91
|
+
*/
|
|
78
92
|
type?: pulumi.Input<string>;
|
|
79
93
|
}
|
package/getGroups.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getGroupsOutput = exports.getGroups = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve a list of groups from Okta.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -30,7 +30,7 @@ function getGroups(args, opts) {
|
|
|
30
30
|
}
|
|
31
31
|
exports.getGroups = getGroups;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Use this data source to retrieve a list of groups from Okta.
|
|
34
34
|
*
|
|
35
35
|
* ## Example Usage
|
|
36
36
|
*
|
package/getGroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,GAAG,EAAE,IAAI,CAAC,CAAC;QACX,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;
|
|
1
|
+
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,GAAG,EAAE,IAAI,CAAC,CAAC;QACX,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AA2CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
package/getNetworkZone.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Use this data source to retrieve a network zone from Okta.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -32,48 +32,48 @@ export interface GetNetworkZoneArgs {
|
|
|
32
32
|
*/
|
|
33
33
|
export interface GetNetworkZoneResult {
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Array of Autonomous System Numbers.
|
|
36
36
|
*/
|
|
37
37
|
readonly asns: string[];
|
|
38
38
|
/**
|
|
39
|
-
* Array of locations
|
|
39
|
+
* Array of locations.
|
|
40
40
|
*/
|
|
41
41
|
readonly dynamicLocations: string[];
|
|
42
42
|
/**
|
|
43
|
-
* Type of proxy being controlled by this network zone
|
|
43
|
+
* Type of proxy being controlled by this dynamic network zone.
|
|
44
44
|
*/
|
|
45
45
|
readonly dynamicProxyType: string;
|
|
46
46
|
/**
|
|
47
|
-
* Array of values in CIDR/range form
|
|
47
|
+
* Array of values in CIDR/range form.
|
|
48
48
|
*/
|
|
49
49
|
readonly gateways: string[];
|
|
50
50
|
/**
|
|
51
|
-
* ID of the network zone
|
|
51
|
+
* ID of the network zone.
|
|
52
52
|
*/
|
|
53
53
|
readonly id?: string;
|
|
54
54
|
/**
|
|
55
|
-
* Name of the network zone
|
|
55
|
+
* Name of the network zone.
|
|
56
56
|
*/
|
|
57
57
|
readonly name?: string;
|
|
58
58
|
/**
|
|
59
|
-
* Array of values in CIDR/range form
|
|
59
|
+
* Array of values in CIDR/range form.
|
|
60
60
|
*/
|
|
61
61
|
readonly proxies: string[];
|
|
62
62
|
/**
|
|
63
|
-
* Network Status - can either be ACTIVE or INACTIVE only
|
|
63
|
+
* Network Status - can either be ACTIVE or INACTIVE only.
|
|
64
64
|
*/
|
|
65
65
|
readonly status: string;
|
|
66
66
|
/**
|
|
67
|
-
* Type of the Network Zone
|
|
67
|
+
* Type of the Network Zone.
|
|
68
68
|
*/
|
|
69
69
|
readonly type: string;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Usage of the Network Zone.
|
|
72
72
|
*/
|
|
73
73
|
readonly usage: string;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Use this data source to retrieve a network zone from Okta.
|
|
77
77
|
*
|
|
78
78
|
* ## Example Usage
|
|
79
79
|
*
|
package/getNetworkZone.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getNetworkZoneOutput = exports.getNetworkZone = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve a network zone from Okta.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -29,7 +29,7 @@ function getNetworkZone(args, opts) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.getNetworkZone = getNetworkZone;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Use this data source to retrieve a network zone from Okta.
|
|
33
33
|
*
|
|
34
34
|
* ## Example Usage
|
|
35
35
|
*
|
package/getRoleSubscription.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Use this data source to retrieve role subscription with a specific type.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -20,11 +20,25 @@ export declare function getRoleSubscription(args: GetRoleSubscriptionArgs, opts?
|
|
|
20
20
|
*/
|
|
21
21
|
export interface GetRoleSubscriptionArgs {
|
|
22
22
|
/**
|
|
23
|
-
* Type of the notification
|
|
23
|
+
* Type of the notification. Valid values: `"CONNECTOR_AGENT"`, `"USER_LOCKED_OUT"`,
|
|
24
|
+
* `"APP_IMPORT"`, `"LDAP_AGENT"`, `"AD_AGENT"`, `"OKTA_ANNOUNCEMENT"`, `"OKTA_ISSUE"`, `"OKTA_UPDATE"`, `"IWA_AGENT"`,
|
|
25
|
+
* `"USER_DEPROVISION"`, `"REPORT_SUSPICIOUS_ACTIVITY"`, `"RATELIMIT_NOTIFICATION"`.
|
|
24
26
|
*/
|
|
25
27
|
notificationType: string;
|
|
26
28
|
/**
|
|
27
|
-
* Type of the role
|
|
29
|
+
* Type of the role. Valid values:
|
|
30
|
+
* `"API_ADMIN"`,
|
|
31
|
+
* `"APP_ADMIN"`,
|
|
32
|
+
* `"CUSTOM"`,
|
|
33
|
+
* `"GROUP_MEMBERSHIP_ADMIN"`,
|
|
34
|
+
* `"HELP_DESK_ADMIN"`,
|
|
35
|
+
* `"MOBILE_ADMIN"`,
|
|
36
|
+
* `"ORG_ADMIN"`,
|
|
37
|
+
* `"READ_ONLY_ADMIN"`,
|
|
38
|
+
* `"REPORT_ADMIN"`,
|
|
39
|
+
* `"SUPER_ADMIN"`,
|
|
40
|
+
* `"USER_ADMIN"`
|
|
41
|
+
* .
|
|
28
42
|
*/
|
|
29
43
|
roleType: string;
|
|
30
44
|
}
|
|
@@ -36,21 +50,15 @@ export interface GetRoleSubscriptionResult {
|
|
|
36
50
|
* The provider-assigned unique ID for this managed resource.
|
|
37
51
|
*/
|
|
38
52
|
readonly id: string;
|
|
39
|
-
/**
|
|
40
|
-
* Type of the notification
|
|
41
|
-
*/
|
|
42
53
|
readonly notificationType: string;
|
|
43
|
-
/**
|
|
44
|
-
* Type of the role
|
|
45
|
-
*/
|
|
46
54
|
readonly roleType: string;
|
|
47
55
|
/**
|
|
48
|
-
*
|
|
56
|
+
* Subscription status.
|
|
49
57
|
*/
|
|
50
58
|
readonly status: string;
|
|
51
59
|
}
|
|
52
60
|
/**
|
|
53
|
-
*
|
|
61
|
+
* Use this data source to retrieve role subscription with a specific type.
|
|
54
62
|
*
|
|
55
63
|
* ## Example Usage
|
|
56
64
|
*
|
|
@@ -70,11 +78,25 @@ export declare function getRoleSubscriptionOutput(args: GetRoleSubscriptionOutpu
|
|
|
70
78
|
*/
|
|
71
79
|
export interface GetRoleSubscriptionOutputArgs {
|
|
72
80
|
/**
|
|
73
|
-
* Type of the notification
|
|
81
|
+
* Type of the notification. Valid values: `"CONNECTOR_AGENT"`, `"USER_LOCKED_OUT"`,
|
|
82
|
+
* `"APP_IMPORT"`, `"LDAP_AGENT"`, `"AD_AGENT"`, `"OKTA_ANNOUNCEMENT"`, `"OKTA_ISSUE"`, `"OKTA_UPDATE"`, `"IWA_AGENT"`,
|
|
83
|
+
* `"USER_DEPROVISION"`, `"REPORT_SUSPICIOUS_ACTIVITY"`, `"RATELIMIT_NOTIFICATION"`.
|
|
74
84
|
*/
|
|
75
85
|
notificationType: pulumi.Input<string>;
|
|
76
86
|
/**
|
|
77
|
-
* Type of the role
|
|
87
|
+
* Type of the role. Valid values:
|
|
88
|
+
* `"API_ADMIN"`,
|
|
89
|
+
* `"APP_ADMIN"`,
|
|
90
|
+
* `"CUSTOM"`,
|
|
91
|
+
* `"GROUP_MEMBERSHIP_ADMIN"`,
|
|
92
|
+
* `"HELP_DESK_ADMIN"`,
|
|
93
|
+
* `"MOBILE_ADMIN"`,
|
|
94
|
+
* `"ORG_ADMIN"`,
|
|
95
|
+
* `"READ_ONLY_ADMIN"`,
|
|
96
|
+
* `"REPORT_ADMIN"`,
|
|
97
|
+
* `"SUPER_ADMIN"`,
|
|
98
|
+
* `"USER_ADMIN"`
|
|
99
|
+
* .
|
|
78
100
|
*/
|
|
79
101
|
roleType: pulumi.Input<string>;
|
|
80
102
|
}
|
package/getRoleSubscription.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getRoleSubscriptionOutput = exports.getRoleSubscription = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve role subscription with a specific type.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -29,7 +29,7 @@ function getRoleSubscription(args, opts) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.getRoleSubscription = getRoleSubscription;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Use this data source to retrieve role subscription with a specific type.
|
|
33
33
|
*
|
|
34
34
|
* ## Example Usage
|
|
35
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRoleSubscription.js","sourceRoot":"","sources":["../getRoleSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;
|
|
1
|
+
{"version":3,"file":"getRoleSubscription.js","sourceRoot":"","sources":["../getRoleSubscription.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AA6CD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
package/getTemplate.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Use this data source to retrieve a specific [email
|
|
4
|
+
* template](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
5
|
+
* of a brand in an Okta organization.
|
|
4
6
|
*/
|
|
5
7
|
export declare function getTemplate(args: GetTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplateResult>;
|
|
6
8
|
/**
|
|
@@ -12,7 +14,7 @@ export interface GetTemplateArgs {
|
|
|
12
14
|
*/
|
|
13
15
|
brandId: string;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* Template Name
|
|
16
18
|
*/
|
|
17
19
|
name: string;
|
|
18
20
|
}
|
|
@@ -20,9 +22,6 @@ export interface GetTemplateArgs {
|
|
|
20
22
|
* A collection of values returned by getTemplate.
|
|
21
23
|
*/
|
|
22
24
|
export interface GetTemplateResult {
|
|
23
|
-
/**
|
|
24
|
-
* Brand ID
|
|
25
|
-
*/
|
|
26
25
|
readonly brandId: string;
|
|
27
26
|
/**
|
|
28
27
|
* The provider-assigned unique ID for this managed resource.
|
|
@@ -32,13 +31,12 @@ export interface GetTemplateResult {
|
|
|
32
31
|
* Link relations for this object - JSON HAL - Discoverable resources related to the email template
|
|
33
32
|
*/
|
|
34
33
|
readonly links: string;
|
|
35
|
-
/**
|
|
36
|
-
* The name of the email template
|
|
37
|
-
*/
|
|
38
34
|
readonly name: string;
|
|
39
35
|
}
|
|
40
36
|
/**
|
|
41
|
-
*
|
|
37
|
+
* Use this data source to retrieve a specific [email
|
|
38
|
+
* template](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
39
|
+
* of a brand in an Okta organization.
|
|
42
40
|
*/
|
|
43
41
|
export declare function getTemplateOutput(args: GetTemplateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTemplateResult>;
|
|
44
42
|
/**
|
|
@@ -50,7 +48,7 @@ export interface GetTemplateOutputArgs {
|
|
|
50
48
|
*/
|
|
51
49
|
brandId: pulumi.Input<string>;
|
|
52
50
|
/**
|
|
53
|
-
*
|
|
51
|
+
* Template Name
|
|
54
52
|
*/
|
|
55
53
|
name: pulumi.Input<string>;
|
|
56
54
|
}
|
package/getTemplate.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.getTemplateOutput = exports.getTemplate = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve a specific [email
|
|
10
|
+
* template](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
11
|
+
* of a brand in an Okta organization.
|
|
10
12
|
*/
|
|
11
13
|
function getTemplate(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,7 +19,9 @@ function getTemplate(args, opts) {
|
|
|
17
19
|
}
|
|
18
20
|
exports.getTemplate = getTemplate;
|
|
19
21
|
/**
|
|
20
|
-
*
|
|
22
|
+
* Use this data source to retrieve a specific [email
|
|
23
|
+
* template](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
24
|
+
* of a brand in an Okta organization.
|
|
21
25
|
*/
|
|
22
26
|
function getTemplateOutput(args, opts) {
|
|
23
27
|
return pulumi.output(args).apply((a) => getTemplate(a, opts));
|
package/getTemplate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA+BD;;;;GAIG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
package/getTemplates.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Use this data source to retrieve the [email
|
|
5
|
+
* templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
6
|
+
* of a brand in an Okta organization.
|
|
5
7
|
*/
|
|
6
8
|
export declare function getTemplates(args: GetTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplatesResult>;
|
|
7
9
|
/**
|
|
@@ -17,12 +19,9 @@ export interface GetTemplatesArgs {
|
|
|
17
19
|
* A collection of values returned by getTemplates.
|
|
18
20
|
*/
|
|
19
21
|
export interface GetTemplatesResult {
|
|
20
|
-
/**
|
|
21
|
-
* Brand ID
|
|
22
|
-
*/
|
|
23
22
|
readonly brandId: string;
|
|
24
23
|
/**
|
|
25
|
-
* List of `okta.getTemplate` belonging to
|
|
24
|
+
* List of `okta.getTemplate` belonging to the brand
|
|
26
25
|
*/
|
|
27
26
|
readonly emailTemplates: outputs.GetTemplatesEmailTemplate[];
|
|
28
27
|
/**
|
|
@@ -31,7 +30,9 @@ export interface GetTemplatesResult {
|
|
|
31
30
|
readonly id: string;
|
|
32
31
|
}
|
|
33
32
|
/**
|
|
34
|
-
*
|
|
33
|
+
* Use this data source to retrieve the [email
|
|
34
|
+
* templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
35
|
+
* of a brand in an Okta organization.
|
|
35
36
|
*/
|
|
36
37
|
export declare function getTemplatesOutput(args: GetTemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTemplatesResult>;
|
|
37
38
|
/**
|
package/getTemplates.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.getTemplatesOutput = exports.getTemplates = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Use this data source to retrieve the [email
|
|
10
|
+
* templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
11
|
+
* of a brand in an Okta organization.
|
|
10
12
|
*/
|
|
11
13
|
function getTemplates(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -16,7 +18,9 @@ function getTemplates(args, opts) {
|
|
|
16
18
|
}
|
|
17
19
|
exports.getTemplates = getTemplates;
|
|
18
20
|
/**
|
|
19
|
-
*
|
|
21
|
+
* Use this data source to retrieve the [email
|
|
22
|
+
* templates](https://developer.okta.com/docs/reference/api/brands/#email-template)
|
|
23
|
+
* of a brand in an Okta organization.
|
|
20
24
|
*/
|
|
21
25
|
function getTemplatesOutput(args, opts) {
|
|
22
26
|
return pulumi.output(args).apply((a) => getTemplates(a, opts));
|
package/getTemplates.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AA0BD;;;;GAIG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|