@pulumi/okta 4.4.0 → 4.4.1
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 +10 -129
- package/adminRoleCustom.js +1 -24
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +10 -25
- package/adminRoleCustomAssignments.js +1 -13
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +14 -44
- package/adminRoleTargets.js +0 -30
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +1 -20
- package/app/accessPolicyAssignment.js +1 -20
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +72 -115
- package/app/autoLogin.js +0 -43
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +38 -62
- package/app/basicAuth.js +0 -24
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +35 -67
- package/app/bookmark.js +0 -23
- package/app/bookmark.js.map +1 -1
- package/app/getApp.d.ts +58 -25
- package/app/getApp.js +2 -2
- package/app/getApp.js.map +1 -1
- package/app/getMetadataSaml.d.ts +11 -5
- package/app/getMetadataSaml.js +2 -2
- package/app/getMetadataSaml.js.map +1 -1
- package/app/getOauth.d.ts +62 -34
- package/app/getOauth.js +2 -2
- package/app/getOauth.js.map +1 -1
- package/app/getSaml.d.ts +75 -55
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +6 -15
- package/app/groupAssignment.js +0 -9
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +125 -299
- package/app/oauth.js +0 -78
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +0 -31
- package/app/oauthPostLogoutRedirectUri.js +0 -31
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +0 -30
- package/app/oauthRedirectUri.js +0 -30
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/saml.d.ts +133 -299
- package/app/saml.js +0 -157
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +79 -105
- package/app/securePasswordStore.js +0 -26
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +72 -98
- package/app/swa.js +0 -26
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +72 -83
- package/app/threeField.js +0 -11
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +12 -37
- package/app/user.js +0 -22
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +3 -51
- package/appGroupAssignments.js +0 -48
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +3 -36
- package/appOauthApiScope.js +0 -33
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +6 -44
- package/appSamlAppSettings.js +0 -38
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +72 -111
- package/appSharedCredentials.js +0 -39
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +6 -44
- package/appSignonPolicy.js +0 -38
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +63 -322
- package/appSignonPolicyRule.js +0 -244
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +24 -52
- package/appUserBaseSchemaProperty.js +0 -28
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +54 -80
- package/appUserSchemaProperty.js +0 -26
- package/appUserSchemaProperty.js.map +1 -1
- package/auth/getServer.d.ts +11 -11
- package/auth/getServer.js +2 -2
- package/auth/getServerPolicy.d.ts +15 -9
- package/auth/getServerPolicy.js +2 -2
- package/auth/getServerPolicy.js.map +1 -1
- package/auth/getServerScopes.d.ts +8 -5
- package/auth/getServerScopes.js +2 -2
- package/auth/getServerScopes.js.map +1 -1
- package/auth/server.d.ts +13 -49
- package/auth/server.js +0 -27
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +18 -54
- package/auth/serverClaim.js +0 -27
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +6 -43
- package/auth/serverPolicy.js +0 -28
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyClaim.d.ts +35 -71
- package/auth/serverPolicyClaim.js +4 -28
- package/auth/serverPolicyClaim.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +27 -70
- package/auth/serverPolicyRule.js +0 -25
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +15 -41
- package/auth/serverScope.js +0 -26
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +13 -50
- package/authServerClaimDefault.js +0 -31
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +13 -47
- package/authServerDefault.js +0 -25
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +38 -94
- package/authenticator.js +0 -38
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +18 -78
- package/behaviour.js +0 -42
- package/behaviour.js.map +1 -1
- package/brand.d.ts +17 -26
- package/brand.js +1 -10
- package/brand.js.map +1 -1
- package/captcha.d.ts +12 -38
- package/captcha.js +0 -26
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +6 -51
- package/captchaOrgWideSettings.js +0 -45
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +13 -39
- package/domain.js +0 -20
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +15 -51
- package/domainCertificate.js +0 -36
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +3 -22
- package/domainVerification.js +0 -19
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +3 -224
- package/emailCustomization.js +0 -41
- package/emailCustomization.js.map +1 -1
- package/emailSender.d.ts +13 -39
- package/emailSender.js +0 -26
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +3 -26
- package/emailSenderVerification.js +0 -23
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +0 -37
- package/eventHook.js +0 -37
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +3 -37
- package/eventHookVerification.js +0 -34
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +6 -23
- package/factor/factor.js +0 -14
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +12 -44
- package/factorTotp.js +0 -23
- package/factorTotp.js.map +1 -1
- package/getAppGroupAssignments.d.ts +6 -6
- package/getAppGroupAssignments.js +2 -2
- package/getAppSignonPolicy.d.ts +16 -6
- package/getAppSignonPolicy.js +8 -4
- package/getAppSignonPolicy.js.map +1 -1
- package/getAppUserAssignments.d.ts +6 -6
- package/getAppUserAssignments.js +2 -2
- package/getAuthServerClaim.d.ts +15 -12
- package/getAuthServerClaim.js +2 -2
- package/getAuthServerClaim.js.map +1 -1
- package/getAuthServerClaims.d.ts +8 -5
- package/getAuthServerClaims.js +2 -2
- package/getAuthServerClaims.js.map +1 -1
- package/getAuthenticator.d.ts +24 -26
- package/getAuthenticator.js +14 -22
- package/getAuthenticator.js.map +1 -1
- package/getBehaviour.d.ts +6 -8
- package/getBehaviour.js +2 -2
- package/getBehaviour.js.map +1 -1
- package/getBehaviours.d.ts +7 -7
- package/getBehaviours.js +2 -2
- package/getBrand.d.ts +9 -6
- package/getBrand.js +2 -2
- package/getBrand.js.map +1 -1
- package/getBrands.d.ts +2 -2
- package/getBrands.js +2 -2
- package/getEmailCustomization.d.ts +14 -9
- package/getEmailCustomization.js +2 -6
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +11 -9
- package/getEmailCustomizations.js +2 -6
- package/getEmailCustomizations.js.map +1 -1
- package/getGroups.d.ts +11 -25
- package/getGroups.js +2 -2
- package/getGroups.js.map +1 -1
- package/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- package/getRoleSubscription.d.ts +13 -35
- package/getRoleSubscription.js +2 -2
- package/getRoleSubscription.js.map +1 -1
- package/getTemplate.d.ts +10 -8
- package/getTemplate.js +2 -6
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +6 -7
- package/getTemplates.js +2 -6
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +14 -12
- package/getTheme.js +2 -6
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +6 -7
- package/getThemes.js +2 -6
- package/getThemes.js.map +1 -1
- package/getTrustedOrigins.d.ts +7 -4
- package/getTrustedOrigins.js +2 -2
- package/getTrustedOrigins.js.map +1 -1
- package/getUserSecurityQuestions.d.ts +4 -8
- package/getUserSecurityQuestions.js +0 -4
- package/getUserSecurityQuestions.js.map +1 -1
- package/group/getEveryoneGroup.d.ts +10 -5
- package/group/getEveryoneGroup.js +4 -2
- package/group/getEveryoneGroup.js.map +1 -1
- package/group/getGroup.d.ts +17 -22
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +6 -15
- package/group/getRule.js +2 -2
- package/group/getRule.js.map +1 -1
- package/group/group.d.ts +9 -46
- package/group/group.js +0 -37
- package/group/group.js.map +1 -1
- package/group/role.d.ts +15 -101
- package/group/role.js +0 -26
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +6 -84
- package/group/rule.js +0 -27
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +7 -42
- package/groupMemberships.js +1 -36
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +51 -94
- package/groupSchemaProperty.js +0 -25
- package/groupSchemaProperty.js.map +1 -1
- package/idp/getMetadataSaml.d.ts +9 -6
- package/idp/getMetadataSaml.js +2 -2
- package/idp/getMetadataSaml.js.map +1 -1
- package/idp/getOidc.d.ts +9 -9
- package/idp/getOidc.js +2 -2
- package/idp/getSaml.d.ts +16 -13
- package/idp/getSaml.js +2 -2
- package/idp/getSaml.js.map +1 -1
- package/idp/getSocial.d.ts +8 -2
- package/idp/getSocial.js +2 -2
- package/idp/getSocial.js.map +1 -1
- package/idp/oidc.d.ts +12 -297
- package/idp/oidc.js +0 -36
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +18 -284
- package/idp/saml.js +0 -32
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +3 -48
- package/idp/samlKey.js +0 -9
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +18 -251
- package/idp/social.js +0 -32
- package/idp/social.js.map +1 -1
- package/index/emailDomain.d.ts +16 -41
- package/index/emailDomain.js +0 -25
- package/index/emailDomain.js.map +1 -1
- package/index/emailDomainVerification.d.ts +3 -25
- package/index/emailDomainVerification.js +0 -22
- package/index/emailDomainVerification.js.map +1 -1
- package/index/getDomain.d.ts +11 -14
- package/index/getDomain.js +2 -8
- package/index/getDomain.js.map +1 -1
- package/inline/hook.d.ts +0 -89
- package/inline/hook.js +0 -35
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +0 -30
- package/linkDefinition.js +0 -30
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +6 -59
- package/linkValue.js +0 -53
- package/linkValue.js.map +1 -1
- package/network/zone.d.ts +27 -74
- package/network/zone.js +0 -44
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +0 -25
- package/orgConfiguration.js +0 -25
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +3 -20
- package/orgSupport.js +0 -17
- package/orgSupport.js.map +1 -1
- package/package.json +2 -2
- package/package.json.bak +1 -1
- package/policy/getDefaultPolicy.d.ts +9 -7
- package/policy/getDefaultPolicy.js +6 -2
- package/policy/getDefaultPolicy.js.map +1 -1
- package/policy/getPolicy.d.ts +11 -10
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +18 -259
- package/policy/mfa.js +0 -49
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +90 -117
- package/policy/password.js +0 -27
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +27 -149
- package/policy/ruleIdpDiscovery.js +0 -65
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +24 -35
- package/policy/ruleMfa.js +0 -11
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +33 -46
- package/policy/rulePassword.js +0 -13
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +57 -170
- package/policy/ruleSignon.js +0 -92
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +15 -41
- package/policy/signon.js +0 -26
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +13 -250
- package/policyMfaDefault.js +0 -45
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +54 -88
- package/policyPasswordDefault.js +0 -22
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +6 -28
- package/policyProfileEnrollment.js +0 -22
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +5 -42
- package/policyProfileEnrollmentApps.js +0 -37
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +23 -85
- package/policyRuleProfileEnrollment.js +0 -62
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +9 -95
- package/profile/mapping.js +0 -41
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +9 -43
- package/rateLimiting.js +0 -28
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +10 -32
- package/resourceSet.js +1 -20
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +9 -110
- package/roleSubscription.js +0 -26
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +15 -45
- package/securityNotificationEmails.js +0 -30
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +3 -47
- package/templateSms.js +0 -35
- package/templateSms.js.map +1 -1
- package/theme.d.ts +44 -53
- package/theme.js +0 -9
- package/theme.js.map +1 -1
- package/threatInsightSettings.d.ts +6 -58
- package/threatInsightSettings.js +0 -34
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +12 -37
- package/trustedorigin/origin.js +0 -25
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +60 -227
- package/types/output.d.ts +56 -446
- package/user/getUser.d.ts +32 -104
- package/user/getUser.js +2 -2
- package/user/getUser.js.map +1 -1
- package/user/getUserProfileMappingSource.d.ts +9 -7
- package/user/getUserProfileMappingSource.js +6 -4
- package/user/getUserProfileMappingSource.js.map +1 -1
- package/user/getUserType.d.ts +7 -7
- package/user/getUserType.js +2 -2
- package/user/getUsers.d.ts +61 -57
- package/user/getUsers.js +30 -44
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +117 -215
- package/user/user.js +0 -71
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +9 -34
- package/user/userType.js +0 -25
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +10 -41
- package/userAdminRoles.js +1 -29
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +24 -67
- package/userBaseSchemaProperty.js +0 -43
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +14 -52
- package/userFactorQuestion.js +1 -39
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +4 -23
- package/userGroupMemberships.js +1 -20
- package/userGroupMemberships.js.map +1 -1
- package/userSchemaProperty.d.ts +57 -107
- package/userSchemaProperty.js +0 -32
- package/userSchemaProperty.js.map +1 -1
- package/scripts/install-pulumi-plugin.js +0 -21
package/brand.d.ts
CHANGED
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* [Brand](https://developer.okta.com/docs/reference/api/brands/#brand-object).
|
|
5
|
-
*
|
|
6
|
-
* ## Import
|
|
7
|
-
*
|
|
8
|
-
* An Okta Brand can be imported via the ID.
|
|
9
|
-
*
|
|
10
|
-
* ```sh
|
|
11
|
-
* $ pulumi import okta:index/brand:Brand example <brand id>
|
|
12
|
-
* ```
|
|
3
|
+
* Manages brand
|
|
13
4
|
*/
|
|
14
5
|
export declare class Brand extends pulumi.CustomResource {
|
|
15
6
|
/**
|
|
@@ -28,11 +19,11 @@ export declare class Brand extends pulumi.CustomResource {
|
|
|
28
19
|
*/
|
|
29
20
|
static isInstance(obj: any): obj is Brand;
|
|
30
21
|
/**
|
|
31
|
-
*
|
|
22
|
+
* Consent for updating the custom privacy policy URL.
|
|
32
23
|
*/
|
|
33
24
|
readonly agreeToCustomPrivacyPolicy: pulumi.Output<boolean>;
|
|
34
25
|
/**
|
|
35
|
-
*
|
|
26
|
+
* Brand ID - Note: Okta API for brands only reads and updates therefore the okta*brand resource needs to act as a quasi data source. Do this by setting brand*id.
|
|
36
27
|
*
|
|
37
28
|
* @deprecated Okta has fully support brand creation, this attribute is a no op and will be removed
|
|
38
29
|
*/
|
|
@@ -58,11 +49,11 @@ export declare class Brand extends pulumi.CustomResource {
|
|
|
58
49
|
*/
|
|
59
50
|
readonly emailDomainId: pulumi.Output<string | undefined>;
|
|
60
51
|
/**
|
|
61
|
-
*
|
|
52
|
+
* Is this the default brand
|
|
62
53
|
*/
|
|
63
54
|
readonly isDefault: pulumi.Output<boolean>;
|
|
64
55
|
/**
|
|
65
|
-
*
|
|
56
|
+
* Link relations for this object - JSON HAL - Discoverable resources related to the brand
|
|
66
57
|
*/
|
|
67
58
|
readonly links: pulumi.Output<string>;
|
|
68
59
|
/**
|
|
@@ -70,11 +61,11 @@ export declare class Brand extends pulumi.CustomResource {
|
|
|
70
61
|
*/
|
|
71
62
|
readonly locale: pulumi.Output<string | undefined>;
|
|
72
63
|
/**
|
|
73
|
-
*
|
|
64
|
+
* Brand name
|
|
74
65
|
*/
|
|
75
66
|
readonly name: pulumi.Output<string>;
|
|
76
67
|
/**
|
|
77
|
-
* Removes "Powered by Okta" from the Okta-hosted sign-in page
|
|
68
|
+
* Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
|
|
78
69
|
*/
|
|
79
70
|
readonly removePoweredByOkta: pulumi.Output<boolean>;
|
|
80
71
|
/**
|
|
@@ -91,11 +82,11 @@ export declare class Brand extends pulumi.CustomResource {
|
|
|
91
82
|
*/
|
|
92
83
|
export interface BrandState {
|
|
93
84
|
/**
|
|
94
|
-
*
|
|
85
|
+
* Consent for updating the custom privacy policy URL.
|
|
95
86
|
*/
|
|
96
87
|
agreeToCustomPrivacyPolicy?: pulumi.Input<boolean>;
|
|
97
88
|
/**
|
|
98
|
-
*
|
|
89
|
+
* Brand ID - Note: Okta API for brands only reads and updates therefore the okta*brand resource needs to act as a quasi data source. Do this by setting brand*id.
|
|
99
90
|
*
|
|
100
91
|
* @deprecated Okta has fully support brand creation, this attribute is a no op and will be removed
|
|
101
92
|
*/
|
|
@@ -121,11 +112,11 @@ export interface BrandState {
|
|
|
121
112
|
*/
|
|
122
113
|
emailDomainId?: pulumi.Input<string>;
|
|
123
114
|
/**
|
|
124
|
-
*
|
|
115
|
+
* Is this the default brand
|
|
125
116
|
*/
|
|
126
117
|
isDefault?: pulumi.Input<boolean>;
|
|
127
118
|
/**
|
|
128
|
-
*
|
|
119
|
+
* Link relations for this object - JSON HAL - Discoverable resources related to the brand
|
|
129
120
|
*/
|
|
130
121
|
links?: pulumi.Input<string>;
|
|
131
122
|
/**
|
|
@@ -133,11 +124,11 @@ export interface BrandState {
|
|
|
133
124
|
*/
|
|
134
125
|
locale?: pulumi.Input<string>;
|
|
135
126
|
/**
|
|
136
|
-
*
|
|
127
|
+
* Brand name
|
|
137
128
|
*/
|
|
138
129
|
name?: pulumi.Input<string>;
|
|
139
130
|
/**
|
|
140
|
-
* Removes "Powered by Okta" from the Okta-hosted sign-in page
|
|
131
|
+
* Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
|
|
141
132
|
*/
|
|
142
133
|
removePoweredByOkta?: pulumi.Input<boolean>;
|
|
143
134
|
}
|
|
@@ -146,11 +137,11 @@ export interface BrandState {
|
|
|
146
137
|
*/
|
|
147
138
|
export interface BrandArgs {
|
|
148
139
|
/**
|
|
149
|
-
*
|
|
140
|
+
* Consent for updating the custom privacy policy URL.
|
|
150
141
|
*/
|
|
151
142
|
agreeToCustomPrivacyPolicy?: pulumi.Input<boolean>;
|
|
152
143
|
/**
|
|
153
|
-
*
|
|
144
|
+
* Brand ID - Note: Okta API for brands only reads and updates therefore the okta*brand resource needs to act as a quasi data source. Do this by setting brand*id.
|
|
154
145
|
*
|
|
155
146
|
* @deprecated Okta has fully support brand creation, this attribute is a no op and will be removed
|
|
156
147
|
*/
|
|
@@ -180,11 +171,11 @@ export interface BrandArgs {
|
|
|
180
171
|
*/
|
|
181
172
|
locale?: pulumi.Input<string>;
|
|
182
173
|
/**
|
|
183
|
-
*
|
|
174
|
+
* Brand name
|
|
184
175
|
*/
|
|
185
176
|
name?: pulumi.Input<string>;
|
|
186
177
|
/**
|
|
187
|
-
* Removes "Powered by Okta" from the Okta-hosted sign-in page
|
|
178
|
+
* Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard
|
|
188
179
|
*/
|
|
189
180
|
removePoweredByOkta?: pulumi.Input<boolean>;
|
|
190
181
|
}
|
package/brand.js
CHANGED
|
@@ -6,16 +6,7 @@ exports.Brand = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
* [Brand](https://developer.okta.com/docs/reference/api/brands/#brand-object).
|
|
11
|
-
*
|
|
12
|
-
* ## Import
|
|
13
|
-
*
|
|
14
|
-
* An Okta Brand can be imported via the ID.
|
|
15
|
-
*
|
|
16
|
-
* ```sh
|
|
17
|
-
* $ pulumi import okta:index/brand:Brand example <brand id>
|
|
18
|
-
* ```
|
|
9
|
+
* Manages brand
|
|
19
10
|
*/
|
|
20
11
|
class Brand extends pulumi.CustomResource {
|
|
21
12
|
/**
|
package/brand.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brand.js","sourceRoot":"","sources":["../brand.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"brand.js","sourceRoot":"","sources":["../brand.ts"],"names":[],"mappings":"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"}
|
package/captcha.d.ts
CHANGED
|
@@ -1,30 +1,4 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to create and configure a CAPTCHA.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as okta from "@pulumi/okta";
|
|
12
|
-
*
|
|
13
|
-
* const example = new okta.Captcha("example", {
|
|
14
|
-
* secretKey: "some_secret_key",
|
|
15
|
-
* siteKey: "some_key",
|
|
16
|
-
* type: "HCAPTCHA",
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* ## Import
|
|
21
|
-
*
|
|
22
|
-
* Behavior can be imported via the Okta ID.
|
|
23
|
-
*
|
|
24
|
-
* ```sh
|
|
25
|
-
* $ pulumi import okta:index/captcha:Captcha example <captcha id>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
2
|
export declare class Captcha extends pulumi.CustomResource {
|
|
29
3
|
/**
|
|
30
4
|
* Get an existing Captcha resource's state with the given name, ID, and optional extra
|
|
@@ -42,19 +16,19 @@ export declare class Captcha extends pulumi.CustomResource {
|
|
|
42
16
|
*/
|
|
43
17
|
static isInstance(obj: any): obj is Captcha;
|
|
44
18
|
/**
|
|
45
|
-
* Name of the
|
|
19
|
+
* Name of the CAPTCHA
|
|
46
20
|
*/
|
|
47
21
|
readonly name: pulumi.Output<string>;
|
|
48
22
|
/**
|
|
49
|
-
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
23
|
+
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
50
24
|
*/
|
|
51
25
|
readonly secretKey: pulumi.Output<string>;
|
|
52
26
|
/**
|
|
53
|
-
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
27
|
+
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
54
28
|
*/
|
|
55
29
|
readonly siteKey: pulumi.Output<string>;
|
|
56
30
|
/**
|
|
57
|
-
*
|
|
31
|
+
* Captcha type
|
|
58
32
|
*/
|
|
59
33
|
readonly type: pulumi.Output<string>;
|
|
60
34
|
/**
|
|
@@ -71,19 +45,19 @@ export declare class Captcha extends pulumi.CustomResource {
|
|
|
71
45
|
*/
|
|
72
46
|
export interface CaptchaState {
|
|
73
47
|
/**
|
|
74
|
-
* Name of the
|
|
48
|
+
* Name of the CAPTCHA
|
|
75
49
|
*/
|
|
76
50
|
name?: pulumi.Input<string>;
|
|
77
51
|
/**
|
|
78
|
-
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
52
|
+
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
79
53
|
*/
|
|
80
54
|
secretKey?: pulumi.Input<string>;
|
|
81
55
|
/**
|
|
82
|
-
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
56
|
+
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
83
57
|
*/
|
|
84
58
|
siteKey?: pulumi.Input<string>;
|
|
85
59
|
/**
|
|
86
|
-
*
|
|
60
|
+
* Captcha type
|
|
87
61
|
*/
|
|
88
62
|
type?: pulumi.Input<string>;
|
|
89
63
|
}
|
|
@@ -92,19 +66,19 @@ export interface CaptchaState {
|
|
|
92
66
|
*/
|
|
93
67
|
export interface CaptchaArgs {
|
|
94
68
|
/**
|
|
95
|
-
* Name of the
|
|
69
|
+
* Name of the CAPTCHA
|
|
96
70
|
*/
|
|
97
71
|
name?: pulumi.Input<string>;
|
|
98
72
|
/**
|
|
99
|
-
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
73
|
+
* Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token
|
|
100
74
|
*/
|
|
101
75
|
secretKey: pulumi.Input<string>;
|
|
102
76
|
/**
|
|
103
|
-
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
77
|
+
* Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page
|
|
104
78
|
*/
|
|
105
79
|
siteKey: pulumi.Input<string>;
|
|
106
80
|
/**
|
|
107
|
-
*
|
|
81
|
+
* Captcha type
|
|
108
82
|
*/
|
|
109
83
|
type: pulumi.Input<string>;
|
|
110
84
|
}
|
package/captcha.js
CHANGED
|
@@ -5,32 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Captcha = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure a CAPTCHA.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as okta from "@pulumi/okta";
|
|
18
|
-
*
|
|
19
|
-
* const example = new okta.Captcha("example", {
|
|
20
|
-
* secretKey: "some_secret_key",
|
|
21
|
-
* siteKey: "some_key",
|
|
22
|
-
* type: "HCAPTCHA",
|
|
23
|
-
* });
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* ## Import
|
|
27
|
-
*
|
|
28
|
-
* Behavior can be imported via the Okta ID.
|
|
29
|
-
*
|
|
30
|
-
* ```sh
|
|
31
|
-
* $ pulumi import okta:index/captcha:Captcha example <captcha id>
|
|
32
|
-
* ```
|
|
33
|
-
*/
|
|
34
8
|
class Captcha extends pulumi.CustomResource {
|
|
35
9
|
/**
|
|
36
10
|
* Get an existing Captcha resource's state with the given name, ID, and optional extra
|
package/captcha.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"captcha.js","sourceRoot":"","sources":["../captcha.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"captcha.js","sourceRoot":"","sources":["../captcha.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,49 +1,4 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to configure which parts of the authentication flow requires users to pass the CAPTCHA logic.
|
|
6
|
-
* CAPTCHA org-wide settings can be disabled by unsetting `captchaId` and `enabledFor`.
|
|
7
|
-
*
|
|
8
|
-
* ## Example Usage
|
|
9
|
-
*
|
|
10
|
-
* ```typescript
|
|
11
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
-
* import * as okta from "@pulumi/okta";
|
|
13
|
-
*
|
|
14
|
-
* const exampleCaptcha = new okta.Captcha("exampleCaptcha", {
|
|
15
|
-
* type: "HCAPTCHA",
|
|
16
|
-
* siteKey: "some_key",
|
|
17
|
-
* secretKey: "some_secret_key",
|
|
18
|
-
* });
|
|
19
|
-
* const exampleCaptchaOrgWideSettings = new okta.CaptchaOrgWideSettings("exampleCaptchaOrgWideSettings", {
|
|
20
|
-
* captchaId: okta_captcha.test.id,
|
|
21
|
-
* enabledFors: ["SSR"],
|
|
22
|
-
* });
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* The following example disables org-wide CAPTCHA.
|
|
26
|
-
*
|
|
27
|
-
* ```typescript
|
|
28
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
-
* import * as okta from "@pulumi/okta";
|
|
30
|
-
*
|
|
31
|
-
* const exampleCaptcha = new okta.Captcha("exampleCaptcha", {
|
|
32
|
-
* secretKey: "some_secret_key",
|
|
33
|
-
* siteKey: "some_key",
|
|
34
|
-
* type: "HCAPTCHA",
|
|
35
|
-
* });
|
|
36
|
-
* const exampleCaptchaOrgWideSettings = new okta.CaptchaOrgWideSettings("exampleCaptchaOrgWideSettings", {});
|
|
37
|
-
* ```
|
|
38
|
-
*
|
|
39
|
-
* ## Import
|
|
40
|
-
*
|
|
41
|
-
* Org-Wide CAPTCHA settings can be imported without any parameters.
|
|
42
|
-
*
|
|
43
|
-
* ```sh
|
|
44
|
-
* $ pulumi import okta:index/captchaOrgWideSettings:CaptchaOrgWideSettings example _
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
2
|
export declare class CaptchaOrgWideSettings extends pulumi.CustomResource {
|
|
48
3
|
/**
|
|
49
4
|
* Get an existing CaptchaOrgWideSettings resource's state with the given name, ID, and optional extra
|
|
@@ -61,11 +16,11 @@ export declare class CaptchaOrgWideSettings extends pulumi.CustomResource {
|
|
|
61
16
|
*/
|
|
62
17
|
static isInstance(obj: any): obj is CaptchaOrgWideSettings;
|
|
63
18
|
/**
|
|
64
|
-
*
|
|
19
|
+
* ID of the CAPTCHA
|
|
65
20
|
*/
|
|
66
21
|
readonly captchaId: pulumi.Output<string | undefined>;
|
|
67
22
|
/**
|
|
68
|
-
*
|
|
23
|
+
* Set of pages that have CAPTCHA enabled
|
|
69
24
|
*/
|
|
70
25
|
readonly enabledFors: pulumi.Output<string[] | undefined>;
|
|
71
26
|
/**
|
|
@@ -82,11 +37,11 @@ export declare class CaptchaOrgWideSettings extends pulumi.CustomResource {
|
|
|
82
37
|
*/
|
|
83
38
|
export interface CaptchaOrgWideSettingsState {
|
|
84
39
|
/**
|
|
85
|
-
*
|
|
40
|
+
* ID of the CAPTCHA
|
|
86
41
|
*/
|
|
87
42
|
captchaId?: pulumi.Input<string>;
|
|
88
43
|
/**
|
|
89
|
-
*
|
|
44
|
+
* Set of pages that have CAPTCHA enabled
|
|
90
45
|
*/
|
|
91
46
|
enabledFors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
92
47
|
}
|
|
@@ -95,11 +50,11 @@ export interface CaptchaOrgWideSettingsState {
|
|
|
95
50
|
*/
|
|
96
51
|
export interface CaptchaOrgWideSettingsArgs {
|
|
97
52
|
/**
|
|
98
|
-
*
|
|
53
|
+
* ID of the CAPTCHA
|
|
99
54
|
*/
|
|
100
55
|
captchaId?: pulumi.Input<string>;
|
|
101
56
|
/**
|
|
102
|
-
*
|
|
57
|
+
* Set of pages that have CAPTCHA enabled
|
|
103
58
|
*/
|
|
104
59
|
enabledFors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
60
|
}
|
|
@@ -5,51 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.CaptchaOrgWideSettings = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to configure which parts of the authentication flow requires users to pass the CAPTCHA logic.
|
|
12
|
-
* CAPTCHA org-wide settings can be disabled by unsetting `captchaId` and `enabledFor`.
|
|
13
|
-
*
|
|
14
|
-
* ## Example Usage
|
|
15
|
-
*
|
|
16
|
-
* ```typescript
|
|
17
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
-
* import * as okta from "@pulumi/okta";
|
|
19
|
-
*
|
|
20
|
-
* const exampleCaptcha = new okta.Captcha("exampleCaptcha", {
|
|
21
|
-
* type: "HCAPTCHA",
|
|
22
|
-
* siteKey: "some_key",
|
|
23
|
-
* secretKey: "some_secret_key",
|
|
24
|
-
* });
|
|
25
|
-
* const exampleCaptchaOrgWideSettings = new okta.CaptchaOrgWideSettings("exampleCaptchaOrgWideSettings", {
|
|
26
|
-
* captchaId: okta_captcha.test.id,
|
|
27
|
-
* enabledFors: ["SSR"],
|
|
28
|
-
* });
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* The following example disables org-wide CAPTCHA.
|
|
32
|
-
*
|
|
33
|
-
* ```typescript
|
|
34
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
-
* import * as okta from "@pulumi/okta";
|
|
36
|
-
*
|
|
37
|
-
* const exampleCaptcha = new okta.Captcha("exampleCaptcha", {
|
|
38
|
-
* secretKey: "some_secret_key",
|
|
39
|
-
* siteKey: "some_key",
|
|
40
|
-
* type: "HCAPTCHA",
|
|
41
|
-
* });
|
|
42
|
-
* const exampleCaptchaOrgWideSettings = new okta.CaptchaOrgWideSettings("exampleCaptchaOrgWideSettings", {});
|
|
43
|
-
* ```
|
|
44
|
-
*
|
|
45
|
-
* ## Import
|
|
46
|
-
*
|
|
47
|
-
* Org-Wide CAPTCHA settings can be imported without any parameters.
|
|
48
|
-
*
|
|
49
|
-
* ```sh
|
|
50
|
-
* $ pulumi import okta:index/captchaOrgWideSettings:CaptchaOrgWideSettings example _
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
8
|
class CaptchaOrgWideSettings extends pulumi.CustomResource {
|
|
54
9
|
/**
|
|
55
10
|
* Get an existing CaptchaOrgWideSettings resource's state with the given name, ID, and optional extra
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"captchaOrgWideSettings.js","sourceRoot":"","sources":["../captchaOrgWideSettings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"captchaOrgWideSettings.js","sourceRoot":"","sources":["../captchaOrgWideSettings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmC,EAAE,IAAmC;QACjI,OAAO,IAAI,sBAAsB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,sBAAsB,CAAC,YAAY,CAAC;IACvE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsE,EAAE,IAAmC;QACjI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsD,CAAC;YACrE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAqD,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3E,CAAC;;AA3DL,wDA4DC;AA9CG,gBAAgB;AACO,mCAAY,GAAG,0DAA0D,CAAC"}
|
package/domain.d.ts
CHANGED
|
@@ -1,26 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
|
-
/**
|
|
5
|
-
* Manages custom domain for your organization.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as okta from "@pulumi/okta";
|
|
12
|
-
*
|
|
13
|
-
* const example = new okta.Domain("example", {});
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* ## Import
|
|
17
|
-
*
|
|
18
|
-
* Okta Admin Role Targets can be imported via the Okta ID.
|
|
19
|
-
*
|
|
20
|
-
* ```sh
|
|
21
|
-
* $ pulumi import okta:index/domain:Domain example <domain_id>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
4
|
export declare class Domain extends pulumi.CustomResource {
|
|
25
5
|
/**
|
|
26
6
|
* Get an existing Domain resource's state with the given name, ID, and optional extra
|
|
@@ -38,25 +18,23 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
38
18
|
*/
|
|
39
19
|
static isInstance(obj: any): obj is Domain;
|
|
40
20
|
/**
|
|
41
|
-
*
|
|
21
|
+
* Brand id of the domain
|
|
42
22
|
*/
|
|
43
23
|
readonly brandId: pulumi.Output<string | undefined>;
|
|
44
24
|
/**
|
|
45
|
-
* Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values:
|
|
46
|
-
*
|
|
47
|
-
* > **WARNING**: Use of `OKTA_MANAGED` requires a feature flag to be enabled.
|
|
25
|
+
* Optional. Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values: MANUAL, OKTA*MANAGED. Warning: Use of OKTA*MANAGED requires a feature flag to be enabled. Default value = MANUAL
|
|
48
26
|
*/
|
|
49
27
|
readonly certificateSourceType: pulumi.Output<string | undefined>;
|
|
50
28
|
/**
|
|
51
|
-
* TXT and CNAME records to be registered for the Domain
|
|
29
|
+
* TXT and CNAME records to be registered for the Domain
|
|
52
30
|
*/
|
|
53
31
|
readonly dnsRecords: pulumi.Output<outputs.DomainDnsRecord[]>;
|
|
54
32
|
/**
|
|
55
|
-
* Custom Domain name
|
|
33
|
+
* Custom Domain name
|
|
56
34
|
*/
|
|
57
35
|
readonly name: pulumi.Output<string>;
|
|
58
36
|
/**
|
|
59
|
-
* Status of the domain
|
|
37
|
+
* Status of the domain
|
|
60
38
|
*/
|
|
61
39
|
readonly validationStatus: pulumi.Output<string>;
|
|
62
40
|
/**
|
|
@@ -73,25 +51,23 @@ export declare class Domain extends pulumi.CustomResource {
|
|
|
73
51
|
*/
|
|
74
52
|
export interface DomainState {
|
|
75
53
|
/**
|
|
76
|
-
*
|
|
54
|
+
* Brand id of the domain
|
|
77
55
|
*/
|
|
78
56
|
brandId?: pulumi.Input<string>;
|
|
79
57
|
/**
|
|
80
|
-
* Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values:
|
|
81
|
-
*
|
|
82
|
-
* > **WARNING**: Use of `OKTA_MANAGED` requires a feature flag to be enabled.
|
|
58
|
+
* Optional. Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values: MANUAL, OKTA*MANAGED. Warning: Use of OKTA*MANAGED requires a feature flag to be enabled. Default value = MANUAL
|
|
83
59
|
*/
|
|
84
60
|
certificateSourceType?: pulumi.Input<string>;
|
|
85
61
|
/**
|
|
86
|
-
* TXT and CNAME records to be registered for the Domain
|
|
62
|
+
* TXT and CNAME records to be registered for the Domain
|
|
87
63
|
*/
|
|
88
64
|
dnsRecords?: pulumi.Input<pulumi.Input<inputs.DomainDnsRecord>[]>;
|
|
89
65
|
/**
|
|
90
|
-
* Custom Domain name
|
|
66
|
+
* Custom Domain name
|
|
91
67
|
*/
|
|
92
68
|
name?: pulumi.Input<string>;
|
|
93
69
|
/**
|
|
94
|
-
* Status of the domain
|
|
70
|
+
* Status of the domain
|
|
95
71
|
*/
|
|
96
72
|
validationStatus?: pulumi.Input<string>;
|
|
97
73
|
}
|
|
@@ -100,17 +76,15 @@ export interface DomainState {
|
|
|
100
76
|
*/
|
|
101
77
|
export interface DomainArgs {
|
|
102
78
|
/**
|
|
103
|
-
*
|
|
79
|
+
* Brand id of the domain
|
|
104
80
|
*/
|
|
105
81
|
brandId?: pulumi.Input<string>;
|
|
106
82
|
/**
|
|
107
|
-
* Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values:
|
|
108
|
-
*
|
|
109
|
-
* > **WARNING**: Use of `OKTA_MANAGED` requires a feature flag to be enabled.
|
|
83
|
+
* Optional. Certificate source type that indicates whether the certificate is provided by the user or Okta. Accepted values: MANUAL, OKTA*MANAGED. Warning: Use of OKTA*MANAGED requires a feature flag to be enabled. Default value = MANUAL
|
|
110
84
|
*/
|
|
111
85
|
certificateSourceType?: pulumi.Input<string>;
|
|
112
86
|
/**
|
|
113
|
-
* Custom Domain name
|
|
87
|
+
* Custom Domain name
|
|
114
88
|
*/
|
|
115
89
|
name?: pulumi.Input<string>;
|
|
116
90
|
}
|
package/domain.js
CHANGED
|
@@ -5,26 +5,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Domain = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Manages custom domain for your organization.
|
|
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.Domain("example", {});
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* ## Import
|
|
21
|
-
*
|
|
22
|
-
* Okta Admin Role Targets can be imported via the Okta ID.
|
|
23
|
-
*
|
|
24
|
-
* ```sh
|
|
25
|
-
* $ pulumi import okta:index/domain:Domain example <domain_id>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
8
|
class Domain extends pulumi.CustomResource {
|
|
29
9
|
/**
|
|
30
10
|
* Get an existing Domain resource's state with the given name, ID, and optional extra
|
package/domain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../domain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"domain.js","sourceRoot":"","sources":["../domain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA7EL,wBA8EC;AAhEG,gBAAgB;AACO,mBAAY,GAAG,0BAA0B,CAAC"}
|