@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
package/app/basicAuth.d.ts
CHANGED
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource allows you to create and configure a Basic Auth Application.
|
|
4
|
+
*
|
|
5
|
+
* > During an apply if there is change in `status` the app will first be
|
|
6
|
+
* activated or deactivated in accordance with the `status` change. Then, all
|
|
7
|
+
* other arguments that changed will be applied.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as okta from "@pulumi/okta";
|
|
14
|
+
*
|
|
15
|
+
* const example = new okta.app.BasicAuth("example", {
|
|
16
|
+
* authUrl: "https://example.com/auth.html",
|
|
17
|
+
* label: "Example",
|
|
18
|
+
* url: "https://example.com/login.html",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* A Basic Auth App can be imported via the Okta ID.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import okta:app/basicAuth:BasicAuth example <app id>
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
2
30
|
export declare class BasicAuth extends pulumi.CustomResource {
|
|
3
31
|
/**
|
|
4
32
|
* Get an existing BasicAuth resource's state with the given name, ID, and optional extra
|
|
@@ -16,15 +44,15 @@ export declare class BasicAuth extends pulumi.CustomResource {
|
|
|
16
44
|
*/
|
|
17
45
|
static isInstance(obj: any): obj is BasicAuth;
|
|
18
46
|
/**
|
|
19
|
-
* Custom error page URL
|
|
47
|
+
* Custom error page URL.
|
|
20
48
|
*/
|
|
21
49
|
readonly accessibilityErrorRedirectUrl: pulumi.Output<string | undefined>;
|
|
22
50
|
/**
|
|
23
|
-
* Custom login page
|
|
51
|
+
* Custom login page for this application.
|
|
24
52
|
*/
|
|
25
53
|
readonly accessibilityLoginRedirectUrl: pulumi.Output<string | undefined>;
|
|
26
54
|
/**
|
|
27
|
-
* Enable self
|
|
55
|
+
* Enable self-service. By default, it is `false`.
|
|
28
56
|
*/
|
|
29
57
|
readonly accessibilitySelfService: pulumi.Output<boolean | undefined>;
|
|
30
58
|
/**
|
|
@@ -32,15 +60,15 @@ export declare class BasicAuth extends pulumi.CustomResource {
|
|
|
32
60
|
*/
|
|
33
61
|
readonly adminNote: pulumi.Output<string | undefined>;
|
|
34
62
|
/**
|
|
35
|
-
* Displays specific appLinks for the app
|
|
63
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
36
64
|
*/
|
|
37
65
|
readonly appLinksJson: pulumi.Output<string | undefined>;
|
|
38
66
|
/**
|
|
39
|
-
*
|
|
67
|
+
* The URL of the authenticating site for this app.
|
|
40
68
|
*/
|
|
41
69
|
readonly authUrl: pulumi.Output<string>;
|
|
42
70
|
/**
|
|
43
|
-
* Display auto submit toolbar
|
|
71
|
+
* Display auto submit toolbar.
|
|
44
72
|
*/
|
|
45
73
|
readonly autoSubmitToolbar: pulumi.Output<boolean | undefined>;
|
|
46
74
|
/**
|
|
@@ -48,23 +76,23 @@ export declare class BasicAuth extends pulumi.CustomResource {
|
|
|
48
76
|
*/
|
|
49
77
|
readonly enduserNote: pulumi.Output<string | undefined>;
|
|
50
78
|
/**
|
|
51
|
-
* Do not display application icon on mobile app
|
|
79
|
+
* Do not display application icon on mobile app.
|
|
52
80
|
*/
|
|
53
81
|
readonly hideIos: pulumi.Output<boolean | undefined>;
|
|
54
82
|
/**
|
|
55
|
-
* Do not display application icon to users
|
|
83
|
+
* Do not display application icon to users.
|
|
56
84
|
*/
|
|
57
85
|
readonly hideWeb: pulumi.Output<boolean | undefined>;
|
|
58
86
|
/**
|
|
59
|
-
*
|
|
87
|
+
* The Application's display name.
|
|
60
88
|
*/
|
|
61
89
|
readonly label: pulumi.Output<string>;
|
|
62
90
|
/**
|
|
63
|
-
* Local path to logo
|
|
91
|
+
* Local path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
64
92
|
*/
|
|
65
93
|
readonly logo: pulumi.Output<string | undefined>;
|
|
66
94
|
/**
|
|
67
|
-
*
|
|
95
|
+
* Direct link of application logo.
|
|
68
96
|
*/
|
|
69
97
|
readonly logoUrl: pulumi.Output<string>;
|
|
70
98
|
/**
|
|
@@ -76,11 +104,11 @@ export declare class BasicAuth extends pulumi.CustomResource {
|
|
|
76
104
|
*/
|
|
77
105
|
readonly signOnMode: pulumi.Output<string>;
|
|
78
106
|
/**
|
|
79
|
-
* Status of application.
|
|
107
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
80
108
|
*/
|
|
81
109
|
readonly status: pulumi.Output<string | undefined>;
|
|
82
110
|
/**
|
|
83
|
-
*
|
|
111
|
+
* The URL of the sign-in page for this app.
|
|
84
112
|
*/
|
|
85
113
|
readonly url: pulumi.Output<string>;
|
|
86
114
|
/**
|
|
@@ -97,15 +125,15 @@ export declare class BasicAuth extends pulumi.CustomResource {
|
|
|
97
125
|
*/
|
|
98
126
|
export interface BasicAuthState {
|
|
99
127
|
/**
|
|
100
|
-
* Custom error page URL
|
|
128
|
+
* Custom error page URL.
|
|
101
129
|
*/
|
|
102
130
|
accessibilityErrorRedirectUrl?: pulumi.Input<string>;
|
|
103
131
|
/**
|
|
104
|
-
* Custom login page
|
|
132
|
+
* Custom login page for this application.
|
|
105
133
|
*/
|
|
106
134
|
accessibilityLoginRedirectUrl?: pulumi.Input<string>;
|
|
107
135
|
/**
|
|
108
|
-
* Enable self
|
|
136
|
+
* Enable self-service. By default, it is `false`.
|
|
109
137
|
*/
|
|
110
138
|
accessibilitySelfService?: pulumi.Input<boolean>;
|
|
111
139
|
/**
|
|
@@ -113,15 +141,15 @@ export interface BasicAuthState {
|
|
|
113
141
|
*/
|
|
114
142
|
adminNote?: pulumi.Input<string>;
|
|
115
143
|
/**
|
|
116
|
-
* Displays specific appLinks for the app
|
|
144
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
117
145
|
*/
|
|
118
146
|
appLinksJson?: pulumi.Input<string>;
|
|
119
147
|
/**
|
|
120
|
-
*
|
|
148
|
+
* The URL of the authenticating site for this app.
|
|
121
149
|
*/
|
|
122
150
|
authUrl?: pulumi.Input<string>;
|
|
123
151
|
/**
|
|
124
|
-
* Display auto submit toolbar
|
|
152
|
+
* Display auto submit toolbar.
|
|
125
153
|
*/
|
|
126
154
|
autoSubmitToolbar?: pulumi.Input<boolean>;
|
|
127
155
|
/**
|
|
@@ -129,23 +157,23 @@ export interface BasicAuthState {
|
|
|
129
157
|
*/
|
|
130
158
|
enduserNote?: pulumi.Input<string>;
|
|
131
159
|
/**
|
|
132
|
-
* Do not display application icon on mobile app
|
|
160
|
+
* Do not display application icon on mobile app.
|
|
133
161
|
*/
|
|
134
162
|
hideIos?: pulumi.Input<boolean>;
|
|
135
163
|
/**
|
|
136
|
-
* Do not display application icon to users
|
|
164
|
+
* Do not display application icon to users.
|
|
137
165
|
*/
|
|
138
166
|
hideWeb?: pulumi.Input<boolean>;
|
|
139
167
|
/**
|
|
140
|
-
*
|
|
168
|
+
* The Application's display name.
|
|
141
169
|
*/
|
|
142
170
|
label?: pulumi.Input<string>;
|
|
143
171
|
/**
|
|
144
|
-
* Local path to logo
|
|
172
|
+
* Local path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
145
173
|
*/
|
|
146
174
|
logo?: pulumi.Input<string>;
|
|
147
175
|
/**
|
|
148
|
-
*
|
|
176
|
+
* Direct link of application logo.
|
|
149
177
|
*/
|
|
150
178
|
logoUrl?: pulumi.Input<string>;
|
|
151
179
|
/**
|
|
@@ -157,11 +185,11 @@ export interface BasicAuthState {
|
|
|
157
185
|
*/
|
|
158
186
|
signOnMode?: pulumi.Input<string>;
|
|
159
187
|
/**
|
|
160
|
-
* Status of application.
|
|
188
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
161
189
|
*/
|
|
162
190
|
status?: pulumi.Input<string>;
|
|
163
191
|
/**
|
|
164
|
-
*
|
|
192
|
+
* The URL of the sign-in page for this app.
|
|
165
193
|
*/
|
|
166
194
|
url?: pulumi.Input<string>;
|
|
167
195
|
}
|
|
@@ -170,15 +198,15 @@ export interface BasicAuthState {
|
|
|
170
198
|
*/
|
|
171
199
|
export interface BasicAuthArgs {
|
|
172
200
|
/**
|
|
173
|
-
* Custom error page URL
|
|
201
|
+
* Custom error page URL.
|
|
174
202
|
*/
|
|
175
203
|
accessibilityErrorRedirectUrl?: pulumi.Input<string>;
|
|
176
204
|
/**
|
|
177
|
-
* Custom login page
|
|
205
|
+
* Custom login page for this application.
|
|
178
206
|
*/
|
|
179
207
|
accessibilityLoginRedirectUrl?: pulumi.Input<string>;
|
|
180
208
|
/**
|
|
181
|
-
* Enable self
|
|
209
|
+
* Enable self-service. By default, it is `false`.
|
|
182
210
|
*/
|
|
183
211
|
accessibilitySelfService?: pulumi.Input<boolean>;
|
|
184
212
|
/**
|
|
@@ -186,15 +214,15 @@ export interface BasicAuthArgs {
|
|
|
186
214
|
*/
|
|
187
215
|
adminNote?: pulumi.Input<string>;
|
|
188
216
|
/**
|
|
189
|
-
* Displays specific appLinks for the app
|
|
217
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
190
218
|
*/
|
|
191
219
|
appLinksJson?: pulumi.Input<string>;
|
|
192
220
|
/**
|
|
193
|
-
*
|
|
221
|
+
* The URL of the authenticating site for this app.
|
|
194
222
|
*/
|
|
195
223
|
authUrl: pulumi.Input<string>;
|
|
196
224
|
/**
|
|
197
|
-
* Display auto submit toolbar
|
|
225
|
+
* Display auto submit toolbar.
|
|
198
226
|
*/
|
|
199
227
|
autoSubmitToolbar?: pulumi.Input<boolean>;
|
|
200
228
|
/**
|
|
@@ -202,27 +230,27 @@ export interface BasicAuthArgs {
|
|
|
202
230
|
*/
|
|
203
231
|
enduserNote?: pulumi.Input<string>;
|
|
204
232
|
/**
|
|
205
|
-
* Do not display application icon on mobile app
|
|
233
|
+
* Do not display application icon on mobile app.
|
|
206
234
|
*/
|
|
207
235
|
hideIos?: pulumi.Input<boolean>;
|
|
208
236
|
/**
|
|
209
|
-
* Do not display application icon to users
|
|
237
|
+
* Do not display application icon to users.
|
|
210
238
|
*/
|
|
211
239
|
hideWeb?: pulumi.Input<boolean>;
|
|
212
240
|
/**
|
|
213
|
-
*
|
|
241
|
+
* The Application's display name.
|
|
214
242
|
*/
|
|
215
243
|
label: pulumi.Input<string>;
|
|
216
244
|
/**
|
|
217
|
-
* Local path to logo
|
|
245
|
+
* Local path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
218
246
|
*/
|
|
219
247
|
logo?: pulumi.Input<string>;
|
|
220
248
|
/**
|
|
221
|
-
* Status of application.
|
|
249
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
222
250
|
*/
|
|
223
251
|
status?: pulumi.Input<string>;
|
|
224
252
|
/**
|
|
225
|
-
*
|
|
253
|
+
* The URL of the sign-in page for this app.
|
|
226
254
|
*/
|
|
227
255
|
url: pulumi.Input<string>;
|
|
228
256
|
}
|
package/app/basicAuth.js
CHANGED
|
@@ -5,6 +5,34 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.BasicAuth = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource allows you to create and configure a Basic Auth Application.
|
|
10
|
+
*
|
|
11
|
+
* > During an apply if there is change in `status` the app will first be
|
|
12
|
+
* activated or deactivated in accordance with the `status` change. Then, all
|
|
13
|
+
* other arguments that changed will be applied.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as okta from "@pulumi/okta";
|
|
20
|
+
*
|
|
21
|
+
* const example = new okta.app.BasicAuth("example", {
|
|
22
|
+
* authUrl: "https://example.com/auth.html",
|
|
23
|
+
* label: "Example",
|
|
24
|
+
* url: "https://example.com/login.html",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* A Basic Auth App can be imported via the Okta ID.
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import okta:app/basicAuth:BasicAuth example <app id>
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
8
36
|
class BasicAuth extends pulumi.CustomResource {
|
|
9
37
|
/**
|
|
10
38
|
* Get an existing BasicAuth resource's state with the given name, ID, and optional extra
|
package/app/basicAuth.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basicAuth.js","sourceRoot":"","sources":["../../app/basicAuth.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"basicAuth.js","sourceRoot":"","sources":["../../app/basicAuth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;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,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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;IA+ED,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,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,+BAA+B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1G,cAAc,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,+BAA+B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC,CAAC,SAAS,CAAC;YACxG,cAAc,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;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;;AA9JL,8BA+JC;AAjJG,gBAAgB;AACO,sBAAY,GAAG,8BAA8B,CAAC"}
|
package/app/bookmark.d.ts
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* This resource allows you to create and configure a Bookmark Application.
|
|
4
|
+
*
|
|
5
|
+
* > During an apply if there is change in `status` the app will first be
|
|
6
|
+
* activated or deactivated in accordance with the `status` change. Then, all
|
|
7
|
+
* other arguments that changed will be applied.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as okta from "@pulumi/okta";
|
|
14
|
+
*
|
|
15
|
+
* const example = new okta.app.Bookmark("example", {
|
|
16
|
+
* label: "Example",
|
|
17
|
+
* url: "https://example.com",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* A Bookmark App can be imported via the Okta ID.
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import okta:app/bookmark:Bookmark example <app id>
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
2
29
|
export declare class Bookmark extends pulumi.CustomResource {
|
|
3
30
|
/**
|
|
4
31
|
* Get an existing Bookmark resource's state with the given name, ID, and optional extra
|
|
@@ -16,15 +43,15 @@ export declare class Bookmark extends pulumi.CustomResource {
|
|
|
16
43
|
*/
|
|
17
44
|
static isInstance(obj: any): obj is Bookmark;
|
|
18
45
|
/**
|
|
19
|
-
* Custom error page URL
|
|
46
|
+
* Custom error page URL.
|
|
20
47
|
*/
|
|
21
48
|
readonly accessibilityErrorRedirectUrl: pulumi.Output<string | undefined>;
|
|
22
49
|
/**
|
|
23
|
-
* Custom login page
|
|
50
|
+
* Custom login page for this application.
|
|
24
51
|
*/
|
|
25
52
|
readonly accessibilityLoginRedirectUrl: pulumi.Output<string | undefined>;
|
|
26
53
|
/**
|
|
27
|
-
* Enable self
|
|
54
|
+
* Enable self-service. By default, it is `false`.
|
|
28
55
|
*/
|
|
29
56
|
readonly accessibilitySelfService: pulumi.Output<boolean | undefined>;
|
|
30
57
|
/**
|
|
@@ -32,15 +59,15 @@ export declare class Bookmark extends pulumi.CustomResource {
|
|
|
32
59
|
*/
|
|
33
60
|
readonly adminNote: pulumi.Output<string | undefined>;
|
|
34
61
|
/**
|
|
35
|
-
* Displays specific appLinks for the app
|
|
62
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
36
63
|
*/
|
|
37
64
|
readonly appLinksJson: pulumi.Output<string | undefined>;
|
|
38
65
|
/**
|
|
39
|
-
*
|
|
66
|
+
* The ID of the associated `appSignonPolicy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.
|
|
40
67
|
*/
|
|
41
68
|
readonly authenticationPolicy: pulumi.Output<string | undefined>;
|
|
42
69
|
/**
|
|
43
|
-
* Display auto submit toolbar
|
|
70
|
+
* Display auto submit toolbar.
|
|
44
71
|
*/
|
|
45
72
|
readonly autoSubmitToolbar: pulumi.Output<boolean | undefined>;
|
|
46
73
|
/**
|
|
@@ -48,23 +75,23 @@ export declare class Bookmark extends pulumi.CustomResource {
|
|
|
48
75
|
*/
|
|
49
76
|
readonly enduserNote: pulumi.Output<string | undefined>;
|
|
50
77
|
/**
|
|
51
|
-
* Do not display application icon on mobile app
|
|
78
|
+
* Do not display application icon on mobile app.
|
|
52
79
|
*/
|
|
53
80
|
readonly hideIos: pulumi.Output<boolean | undefined>;
|
|
54
81
|
/**
|
|
55
|
-
* Do not display application icon to users
|
|
82
|
+
* Do not display application icon to users.
|
|
56
83
|
*/
|
|
57
84
|
readonly hideWeb: pulumi.Output<boolean | undefined>;
|
|
58
85
|
/**
|
|
59
|
-
*
|
|
86
|
+
* The Application's display name.
|
|
60
87
|
*/
|
|
61
88
|
readonly label: pulumi.Output<string>;
|
|
62
89
|
/**
|
|
63
|
-
* Local path to logo
|
|
90
|
+
* Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
64
91
|
*/
|
|
65
92
|
readonly logo: pulumi.Output<string | undefined>;
|
|
66
93
|
/**
|
|
67
|
-
*
|
|
94
|
+
* Direct link of application logo.
|
|
68
95
|
*/
|
|
69
96
|
readonly logoUrl: pulumi.Output<string>;
|
|
70
97
|
/**
|
|
@@ -80,9 +107,12 @@ export declare class Bookmark extends pulumi.CustomResource {
|
|
|
80
107
|
*/
|
|
81
108
|
readonly signOnMode: pulumi.Output<string>;
|
|
82
109
|
/**
|
|
83
|
-
* Status of application.
|
|
110
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
84
111
|
*/
|
|
85
112
|
readonly status: pulumi.Output<string | undefined>;
|
|
113
|
+
/**
|
|
114
|
+
* The URL of the bookmark.
|
|
115
|
+
*/
|
|
86
116
|
readonly url: pulumi.Output<string>;
|
|
87
117
|
/**
|
|
88
118
|
* Create a Bookmark resource with the given unique name, arguments, and options.
|
|
@@ -98,15 +128,15 @@ export declare class Bookmark extends pulumi.CustomResource {
|
|
|
98
128
|
*/
|
|
99
129
|
export interface BookmarkState {
|
|
100
130
|
/**
|
|
101
|
-
* Custom error page URL
|
|
131
|
+
* Custom error page URL.
|
|
102
132
|
*/
|
|
103
133
|
accessibilityErrorRedirectUrl?: pulumi.Input<string>;
|
|
104
134
|
/**
|
|
105
|
-
* Custom login page
|
|
135
|
+
* Custom login page for this application.
|
|
106
136
|
*/
|
|
107
137
|
accessibilityLoginRedirectUrl?: pulumi.Input<string>;
|
|
108
138
|
/**
|
|
109
|
-
* Enable self
|
|
139
|
+
* Enable self-service. By default, it is `false`.
|
|
110
140
|
*/
|
|
111
141
|
accessibilitySelfService?: pulumi.Input<boolean>;
|
|
112
142
|
/**
|
|
@@ -114,15 +144,15 @@ export interface BookmarkState {
|
|
|
114
144
|
*/
|
|
115
145
|
adminNote?: pulumi.Input<string>;
|
|
116
146
|
/**
|
|
117
|
-
* Displays specific appLinks for the app
|
|
147
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
118
148
|
*/
|
|
119
149
|
appLinksJson?: pulumi.Input<string>;
|
|
120
150
|
/**
|
|
121
|
-
*
|
|
151
|
+
* The ID of the associated `appSignonPolicy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.
|
|
122
152
|
*/
|
|
123
153
|
authenticationPolicy?: pulumi.Input<string>;
|
|
124
154
|
/**
|
|
125
|
-
* Display auto submit toolbar
|
|
155
|
+
* Display auto submit toolbar.
|
|
126
156
|
*/
|
|
127
157
|
autoSubmitToolbar?: pulumi.Input<boolean>;
|
|
128
158
|
/**
|
|
@@ -130,23 +160,23 @@ export interface BookmarkState {
|
|
|
130
160
|
*/
|
|
131
161
|
enduserNote?: pulumi.Input<string>;
|
|
132
162
|
/**
|
|
133
|
-
* Do not display application icon on mobile app
|
|
163
|
+
* Do not display application icon on mobile app.
|
|
134
164
|
*/
|
|
135
165
|
hideIos?: pulumi.Input<boolean>;
|
|
136
166
|
/**
|
|
137
|
-
* Do not display application icon to users
|
|
167
|
+
* Do not display application icon to users.
|
|
138
168
|
*/
|
|
139
169
|
hideWeb?: pulumi.Input<boolean>;
|
|
140
170
|
/**
|
|
141
|
-
*
|
|
171
|
+
* The Application's display name.
|
|
142
172
|
*/
|
|
143
173
|
label?: pulumi.Input<string>;
|
|
144
174
|
/**
|
|
145
|
-
* Local path to logo
|
|
175
|
+
* Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
146
176
|
*/
|
|
147
177
|
logo?: pulumi.Input<string>;
|
|
148
178
|
/**
|
|
149
|
-
*
|
|
179
|
+
* Direct link of application logo.
|
|
150
180
|
*/
|
|
151
181
|
logoUrl?: pulumi.Input<string>;
|
|
152
182
|
/**
|
|
@@ -162,9 +192,12 @@ export interface BookmarkState {
|
|
|
162
192
|
*/
|
|
163
193
|
signOnMode?: pulumi.Input<string>;
|
|
164
194
|
/**
|
|
165
|
-
* Status of application.
|
|
195
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
166
196
|
*/
|
|
167
197
|
status?: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* The URL of the bookmark.
|
|
200
|
+
*/
|
|
168
201
|
url?: pulumi.Input<string>;
|
|
169
202
|
}
|
|
170
203
|
/**
|
|
@@ -172,15 +205,15 @@ export interface BookmarkState {
|
|
|
172
205
|
*/
|
|
173
206
|
export interface BookmarkArgs {
|
|
174
207
|
/**
|
|
175
|
-
* Custom error page URL
|
|
208
|
+
* Custom error page URL.
|
|
176
209
|
*/
|
|
177
210
|
accessibilityErrorRedirectUrl?: pulumi.Input<string>;
|
|
178
211
|
/**
|
|
179
|
-
* Custom login page
|
|
212
|
+
* Custom login page for this application.
|
|
180
213
|
*/
|
|
181
214
|
accessibilityLoginRedirectUrl?: pulumi.Input<string>;
|
|
182
215
|
/**
|
|
183
|
-
* Enable self
|
|
216
|
+
* Enable self-service. By default, it is `false`.
|
|
184
217
|
*/
|
|
185
218
|
accessibilitySelfService?: pulumi.Input<boolean>;
|
|
186
219
|
/**
|
|
@@ -188,15 +221,15 @@ export interface BookmarkArgs {
|
|
|
188
221
|
*/
|
|
189
222
|
adminNote?: pulumi.Input<string>;
|
|
190
223
|
/**
|
|
191
|
-
* Displays specific appLinks for the app
|
|
224
|
+
* Displays specific appLinks for the app. The value for each application link should be boolean.
|
|
192
225
|
*/
|
|
193
226
|
appLinksJson?: pulumi.Input<string>;
|
|
194
227
|
/**
|
|
195
|
-
*
|
|
228
|
+
* The ID of the associated `appSignonPolicy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.
|
|
196
229
|
*/
|
|
197
230
|
authenticationPolicy?: pulumi.Input<string>;
|
|
198
231
|
/**
|
|
199
|
-
* Display auto submit toolbar
|
|
232
|
+
* Display auto submit toolbar.
|
|
200
233
|
*/
|
|
201
234
|
autoSubmitToolbar?: pulumi.Input<boolean>;
|
|
202
235
|
/**
|
|
@@ -204,19 +237,19 @@ export interface BookmarkArgs {
|
|
|
204
237
|
*/
|
|
205
238
|
enduserNote?: pulumi.Input<string>;
|
|
206
239
|
/**
|
|
207
|
-
* Do not display application icon on mobile app
|
|
240
|
+
* Do not display application icon on mobile app.
|
|
208
241
|
*/
|
|
209
242
|
hideIos?: pulumi.Input<boolean>;
|
|
210
243
|
/**
|
|
211
|
-
* Do not display application icon to users
|
|
244
|
+
* Do not display application icon to users.
|
|
212
245
|
*/
|
|
213
246
|
hideWeb?: pulumi.Input<boolean>;
|
|
214
247
|
/**
|
|
215
|
-
*
|
|
248
|
+
* The Application's display name.
|
|
216
249
|
*/
|
|
217
250
|
label: pulumi.Input<string>;
|
|
218
251
|
/**
|
|
219
|
-
* Local path to logo
|
|
252
|
+
* Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
|
220
253
|
*/
|
|
221
254
|
logo?: pulumi.Input<string>;
|
|
222
255
|
/**
|
|
@@ -224,8 +257,11 @@ export interface BookmarkArgs {
|
|
|
224
257
|
*/
|
|
225
258
|
requestIntegration?: pulumi.Input<boolean>;
|
|
226
259
|
/**
|
|
227
|
-
* Status of application.
|
|
260
|
+
* Status of application. (`"ACTIVE"` or `"INACTIVE"`).
|
|
228
261
|
*/
|
|
229
262
|
status?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* The URL of the bookmark.
|
|
265
|
+
*/
|
|
230
266
|
url: pulumi.Input<string>;
|
|
231
267
|
}
|
package/app/bookmark.js
CHANGED
|
@@ -5,6 +5,33 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Bookmark = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource allows you to create and configure a Bookmark Application.
|
|
10
|
+
*
|
|
11
|
+
* > During an apply if there is change in `status` the app will first be
|
|
12
|
+
* activated or deactivated in accordance with the `status` change. Then, all
|
|
13
|
+
* other arguments that changed will be applied.
|
|
14
|
+
*
|
|
15
|
+
* ## Example Usage
|
|
16
|
+
*
|
|
17
|
+
* ```typescript
|
|
18
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
+
* import * as okta from "@pulumi/okta";
|
|
20
|
+
*
|
|
21
|
+
* const example = new okta.app.Bookmark("example", {
|
|
22
|
+
* label: "Example",
|
|
23
|
+
* url: "https://example.com",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* A Bookmark App can be imported via the Okta ID.
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import okta:app/bookmark:Bookmark example <app id>
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
8
35
|
class Bookmark extends pulumi.CustomResource {
|
|
9
36
|
/**
|
|
10
37
|
* Get an existing Bookmark resource's state with the given name, ID, and optional extra
|
package/app/bookmark.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookmark.js","sourceRoot":"","sources":["../../app/bookmark.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"bookmark.js","sourceRoot":"","sources":["../../app/bookmark.ts"],"names":[],"mappings":"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"}
|