@pulumi/okta 4.9.0-alpha.1718344922 → 4.9.0-alpha.1718755579
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 +105 -107
- package/adminRoleCustom.js +3 -5
- package/adminRoleCustom.js.map +1 -1
- package/adminRoleCustomAssignments.d.ts +12 -18
- package/adminRoleCustomAssignments.js +3 -6
- package/adminRoleCustomAssignments.js.map +1 -1
- package/adminRoleTargets.d.ts +14 -16
- package/adminRoleTargets.js +0 -2
- package/adminRoleTargets.js.map +1 -1
- package/app/accessPolicyAssignment.d.ts +23 -2
- package/app/accessPolicyAssignment.js +23 -2
- package/app/accessPolicyAssignment.js.map +1 -1
- package/app/autoLogin.d.ts +63 -97
- package/app/autoLogin.js +3 -37
- package/app/autoLogin.js.map +1 -1
- package/app/basicAuth.d.ts +30 -33
- package/app/basicAuth.js +4 -7
- package/app/basicAuth.js.map +1 -1
- package/app/bookmark.d.ts +30 -33
- package/app/bookmark.js +3 -6
- 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 -56
- package/app/getSaml.js +2 -2
- package/app/getSaml.js.map +1 -1
- package/app/groupAssignment.d.ts +23 -9
- package/app/groupAssignment.js +17 -3
- package/app/groupAssignment.js.map +1 -1
- package/app/oauth.d.ts +135 -273
- package/app/oauth.js +6 -60
- package/app/oauth.js.map +1 -1
- package/app/oauthPostLogoutRedirectUri.d.ts +4 -6
- package/app/oauthPostLogoutRedirectUri.js +1 -3
- package/app/oauthPostLogoutRedirectUri.js.map +1 -1
- package/app/oauthRedirectUri.d.ts +4 -6
- package/app/oauthRedirectUri.js +1 -3
- package/app/oauthRedirectUri.js.map +1 -1
- package/app/oauthRoleAssignment.d.ts +4 -29
- package/app/oauthRoleAssignment.js +4 -29
- package/app/oauthRoleAssignment.js.map +1 -1
- package/app/saml.d.ts +161 -289
- package/app/saml.js +6 -152
- package/app/saml.js.map +1 -1
- package/app/securePasswordStore.d.ts +79 -80
- package/app/securePasswordStore.js +6 -7
- package/app/securePasswordStore.js.map +1 -1
- package/app/swa.d.ts +70 -71
- package/app/swa.js +4 -5
- package/app/swa.js.map +1 -1
- package/app/threeField.d.ts +74 -76
- package/app/threeField.js +5 -7
- package/app/threeField.js.map +1 -1
- package/app/user.d.ts +12 -17
- package/app/user.js +0 -2
- package/app/user.js.map +1 -1
- package/appGroupAssignments.d.ts +6 -8
- package/appGroupAssignments.js +3 -5
- package/appGroupAssignments.js.map +1 -1
- package/appOauthApiScope.d.ts +5 -7
- package/appOauthApiScope.js +2 -4
- package/appOauthApiScope.js.map +1 -1
- package/appSamlAppSettings.d.ts +6 -7
- package/appSamlAppSettings.js +3 -4
- package/appSamlAppSettings.js.map +1 -1
- package/appSharedCredentials.d.ts +61 -63
- package/appSharedCredentials.js +4 -6
- package/appSharedCredentials.js.map +1 -1
- package/appSignonPolicy.d.ts +3 -39
- package/appSignonPolicy.js +3 -39
- package/appSignonPolicy.js.map +1 -1
- package/appSignonPolicyRule.d.ts +69 -361
- package/appSignonPolicyRule.js +1 -278
- package/appSignonPolicyRule.js.map +1 -1
- package/appUserBaseSchemaProperty.d.ts +25 -29
- package/appUserBaseSchemaProperty.js +1 -5
- package/appUserBaseSchemaProperty.js.map +1 -1
- package/appUserSchemaProperty.d.ts +51 -41
- package/appUserSchemaProperty.js +0 -2
- 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 +15 -19
- package/auth/server.js +1 -5
- package/auth/server.js.map +1 -1
- package/auth/serverClaim.d.ts +13 -17
- package/auth/serverClaim.js +1 -5
- package/auth/serverClaim.js.map +1 -1
- package/auth/serverPolicy.d.ts +10 -14
- package/auth/serverPolicy.js +1 -5
- package/auth/serverPolicy.js.map +1 -1
- package/auth/serverPolicyClaim.d.ts +50 -66
- package/auth/serverPolicyClaim.js +0 -25
- package/auth/serverPolicyClaim.js.map +1 -1
- package/auth/serverPolicyRule.d.ts +32 -43
- package/auth/serverPolicyRule.js +0 -2
- package/auth/serverPolicyRule.js.map +1 -1
- package/auth/serverScope.d.ts +16 -20
- package/auth/serverScope.js +1 -5
- package/auth/serverScope.js.map +1 -1
- package/authServerClaimDefault.d.ts +10 -25
- package/authServerClaimDefault.js +0 -9
- package/authServerClaimDefault.js.map +1 -1
- package/authServerDefault.d.ts +15 -19
- package/authServerDefault.js +1 -5
- package/authServerDefault.js.map +1 -1
- package/authenticator.d.ts +53 -61
- package/authenticator.js +11 -11
- package/authenticator.js.map +1 -1
- package/behaviour.d.ts +21 -41
- package/behaviour.js +0 -2
- package/behaviour.js.map +1 -1
- package/brand.d.ts +23 -22
- package/brand.js +8 -4
- package/brand.js.map +1 -1
- package/captcha.d.ts +15 -17
- package/captcha.js +3 -5
- package/captcha.js.map +1 -1
- package/captchaOrgWideSettings.d.ts +8 -43
- package/captchaOrgWideSettings.js +2 -37
- package/captchaOrgWideSettings.js.map +1 -1
- package/domain.d.ts +13 -21
- package/domain.js +0 -2
- package/domain.js.map +1 -1
- package/domainCertificate.d.ts +17 -24
- package/domainCertificate.js +2 -9
- package/domainCertificate.js.map +1 -1
- package/domainVerification.d.ts +4 -10
- package/domainVerification.js +1 -7
- package/domainVerification.js.map +1 -1
- package/emailCustomization.d.ts +38 -222
- package/emailCustomization.js +29 -33
- package/emailCustomization.js.map +1 -1
- package/emailDomain.d.ts +4 -8
- package/emailDomain.js +0 -4
- package/emailDomain.js.map +1 -1
- package/emailDomainVerification.d.ts +3 -7
- package/emailDomainVerification.js +0 -4
- package/emailDomainVerification.js.map +1 -1
- package/emailSender.d.ts +15 -17
- package/emailSender.js +2 -4
- package/emailSender.js.map +1 -1
- package/emailSenderVerification.d.ts +5 -9
- package/emailSenderVerification.js +2 -6
- package/emailSenderVerification.js.map +1 -1
- package/eventHook.d.ts +16 -11
- package/eventHook.js +1 -5
- package/eventHook.js.map +1 -1
- package/eventHookVerification.d.ts +4 -10
- package/eventHookVerification.js +1 -7
- package/eventHookVerification.js.map +1 -1
- package/factor/factor.d.ts +4 -9
- package/factor/factor.js +1 -3
- package/factor/factor.js.map +1 -1
- package/factorTotp.d.ts +12 -21
- package/factorTotp.js +3 -3
- 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/getDomain.d.ts +11 -14
- package/getDomain.js +2 -8
- package/getDomain.js.map +1 -1
- 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/getLogStream.d.ts +8 -39
- package/getLogStream.js +2 -24
- package/getLogStream.js.map +1 -1
- package/getNetworkZone.d.ts +12 -12
- package/getNetworkZone.js +2 -2
- package/getOrgMetadata.d.ts +0 -22
- package/getOrgMetadata.js +0 -22
- package/getOrgMetadata.js.map +1 -1
- 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 -26
- package/group/getGroup.js +2 -2
- package/group/getGroup.js.map +1 -1
- package/group/getRule.d.ts +9 -9
- package/group/getRule.js +2 -2
- package/group/group.d.ts +4 -36
- package/group/group.js +1 -33
- package/group/group.js.map +1 -1
- package/group/role.d.ts +37 -81
- package/group/role.js +1 -6
- package/group/role.js.map +1 -1
- package/group/rule.d.ts +12 -20
- package/group/rule.js +0 -2
- package/group/rule.js.map +1 -1
- package/groupMemberships.d.ts +8 -10
- package/groupMemberships.js +2 -4
- package/groupMemberships.js.map +1 -1
- package/groupSchemaProperty.d.ts +57 -59
- package/groupSchemaProperty.js +0 -2
- 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 +70 -62
- package/idp/oidc.js +3 -5
- package/idp/oidc.js.map +1 -1
- package/idp/saml.d.ts +64 -86
- package/idp/saml.js +1 -5
- package/idp/saml.js.map +1 -1
- package/idp/samlKey.d.ts +3 -5
- package/idp/samlKey.js +0 -2
- package/idp/samlKey.js.map +1 -1
- package/idp/social.d.ts +99 -69
- package/idp/social.js +11 -5
- package/idp/social.js.map +1 -1
- package/inline/hook.d.ts +4 -26
- package/inline/hook.js +1 -5
- package/inline/hook.js.map +1 -1
- package/linkDefinition.d.ts +2 -3
- package/linkDefinition.js +2 -3
- package/linkDefinition.js.map +1 -1
- package/linkValue.d.ts +7 -9
- package/linkValue.js +1 -3
- package/linkValue.js.map +1 -1
- package/logStream.d.ts +32 -27
- package/logStream.js +23 -9
- package/logStream.js.map +1 -1
- package/network/zone.d.ts +25 -66
- package/network/zone.js +1 -39
- package/network/zone.js.map +1 -1
- package/orgConfiguration.d.ts +4 -9
- package/orgConfiguration.js +1 -3
- package/orgConfiguration.js.map +1 -1
- package/orgSupport.d.ts +4 -7
- package/orgSupport.js +1 -4
- package/orgSupport.js.map +1 -1
- package/package.json +3 -3
- 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 -26
- package/policy/getPolicy.js +2 -2
- package/policy/getPolicy.js.map +1 -1
- package/policy/mfa.d.ts +18 -220
- package/policy/mfa.js +0 -10
- package/policy/mfa.js.map +1 -1
- package/policy/password.d.ts +91 -95
- package/policy/password.js +1 -5
- package/policy/password.js.map +1 -1
- package/policy/ruleIdpDiscovery.d.ts +111 -93
- package/policy/ruleIdpDiscovery.js +48 -57
- package/policy/ruleIdpDiscovery.js.map +1 -1
- package/policy/ruleMfa.d.ts +40 -30
- package/policy/ruleMfa.js +1 -3
- package/policy/ruleMfa.js.map +1 -1
- package/policy/rulePassword.d.ts +34 -38
- package/policy/rulePassword.js +1 -5
- package/policy/rulePassword.js.map +1 -1
- package/policy/ruleSignon.d.ts +94 -85
- package/policy/ruleSignon.js +1 -4
- package/policy/ruleSignon.js.map +1 -1
- package/policy/signon.d.ts +16 -20
- package/policy/signon.js +1 -5
- package/policy/signon.js.map +1 -1
- package/policyMfaDefault.d.ts +15 -214
- package/policyMfaDefault.js +2 -9
- package/policyMfaDefault.js.map +1 -1
- package/policyPasswordDefault.d.ts +85 -101
- package/policyPasswordDefault.js +1 -5
- package/policyPasswordDefault.js.map +1 -1
- package/policyProfileEnrollment.d.ts +8 -9
- package/policyProfileEnrollment.js +2 -3
- package/policyProfileEnrollment.js.map +1 -1
- package/policyProfileEnrollmentApps.d.ts +8 -11
- package/policyProfileEnrollmentApps.js +3 -6
- package/policyProfileEnrollmentApps.js.map +1 -1
- package/policyRuleProfileEnrollment.d.ts +42 -31
- package/policyRuleProfileEnrollment.js +2 -3
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/profile/mapping.d.ts +19 -34
- package/profile/mapping.js +4 -4
- package/profile/mapping.js.map +1 -1
- package/rateLimiting.d.ts +8 -17
- package/rateLimiting.js +2 -5
- package/rateLimiting.js.map +1 -1
- package/resourceSet.d.ts +18 -26
- package/resourceSet.js +9 -14
- package/resourceSet.js.map +1 -1
- package/roleSubscription.d.ts +35 -86
- package/roleSubscription.js +2 -2
- package/roleSubscription.js.map +1 -1
- package/securityNotificationEmails.d.ts +4 -7
- package/securityNotificationEmails.js +4 -7
- package/securityNotificationEmails.js.map +1 -1
- package/templateSms.d.ts +4 -8
- package/templateSms.js +1 -5
- package/templateSms.js.map +1 -1
- package/theme.d.ts +46 -46
- package/theme.js +2 -2
- package/threatInsightSettings.d.ts +7 -27
- package/threatInsightSettings.js +1 -3
- package/threatInsightSettings.js.map +1 -1
- package/trustedorigin/origin.d.ts +13 -17
- package/trustedorigin/origin.js +1 -5
- package/trustedorigin/origin.js.map +1 -1
- package/types/input.d.ts +65 -162
- package/types/output.d.ts +75 -275
- 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 +95 -37
- package/user/getUsers.js +64 -24
- package/user/getUsers.js.map +1 -1
- package/user/user.d.ts +160 -209
- package/user/user.js +43 -65
- package/user/user.js.map +1 -1
- package/user/userType.d.ts +1 -5
- package/user/userType.js +1 -5
- package/user/userType.js.map +1 -1
- package/userAdminRoles.d.ts +10 -17
- package/userAdminRoles.js +1 -5
- package/userAdminRoles.js.map +1 -1
- package/userBaseSchemaProperty.d.ts +26 -34
- package/userBaseSchemaProperty.js +2 -10
- package/userBaseSchemaProperty.js.map +1 -1
- package/userFactorQuestion.d.ts +1 -5
- package/userFactorQuestion.js +1 -5
- package/userFactorQuestion.js.map +1 -1
- package/userGroupMemberships.d.ts +3 -3
- package/userSchemaProperty.d.ts +57 -56
- package/userSchemaProperty.js +0 -8
- package/userSchemaProperty.js.map +1 -1
package/linkDefinition.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Manages the creation and removal of the link definitions.
|
|
4
|
+
*
|
|
3
5
|
* Link definition operations allow you to manage the creation and removal of the link definitions. If you remove a link
|
|
4
6
|
* definition, links based on that definition are unavailable. Note that this resource is immutable, thus can not be modified.
|
|
5
|
-
*
|
|
6
7
|
* > **NOTE:** Links reappear if you recreate the definition. However, Okta is likely to change this behavior so that links don't reappear. Don't rely on this behavior in production environments.
|
|
7
8
|
*
|
|
8
9
|
* ## Example Usage
|
|
@@ -23,8 +24,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
23
24
|
*
|
|
24
25
|
* ## Import
|
|
25
26
|
*
|
|
26
|
-
* Okta Link Definition can be imported via the Okta Primary Link Name.
|
|
27
|
-
*
|
|
28
27
|
* ```sh
|
|
29
28
|
* $ pulumi import okta:index/linkDefinition:LinkDefinition example <primary_name>
|
|
30
29
|
* ```
|
package/linkDefinition.js
CHANGED
|
@@ -6,9 +6,10 @@ exports.LinkDefinition = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Manages the creation and removal of the link definitions.
|
|
10
|
+
*
|
|
9
11
|
* Link definition operations allow you to manage the creation and removal of the link definitions. If you remove a link
|
|
10
12
|
* definition, links based on that definition are unavailable. Note that this resource is immutable, thus can not be modified.
|
|
11
|
-
*
|
|
12
13
|
* > **NOTE:** Links reappear if you recreate the definition. However, Okta is likely to change this behavior so that links don't reappear. Don't rely on this behavior in production environments.
|
|
13
14
|
*
|
|
14
15
|
* ## Example Usage
|
|
@@ -29,8 +30,6 @@ const utilities = require("./utilities");
|
|
|
29
30
|
*
|
|
30
31
|
* ## Import
|
|
31
32
|
*
|
|
32
|
-
* Okta Link Definition can be imported via the Okta Primary Link Name.
|
|
33
|
-
*
|
|
34
33
|
* ```sh
|
|
35
34
|
* $ pulumi import okta:index/linkDefinition:LinkDefinition example <primary_name>
|
|
36
35
|
* ```
|
package/linkDefinition.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkDefinition.js","sourceRoot":"","sources":["../linkDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"linkDefinition.js","sourceRoot":"","sources":["../linkDefinition.ts"],"names":[],"mappings":"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"}
|
package/linkValue.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Link value operations allow you to create relationships between primary and associated users.
|
|
3
|
+
* Manages users relationships. Link value operations allow you to create relationships between primary and associated users.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -46,8 +46,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
46
46
|
*
|
|
47
47
|
* ## Import
|
|
48
48
|
*
|
|
49
|
-
* Okta Link Value can be imported via Primary Name and Primary User ID.
|
|
50
|
-
*
|
|
51
49
|
* ```sh
|
|
52
50
|
* $ pulumi import okta:index/linkValue:LinkValue example <primary_name>/<primary_user_id>
|
|
53
51
|
* ```
|
|
@@ -69,7 +67,7 @@ export declare class LinkValue extends pulumi.CustomResource {
|
|
|
69
67
|
*/
|
|
70
68
|
static isInstance(obj: any): obj is LinkValue;
|
|
71
69
|
/**
|
|
72
|
-
* Set of User IDs or login values of the users to be assigned the
|
|
70
|
+
* Set of User IDs or login values of the users to be assigned the `associated` relationship.
|
|
73
71
|
*/
|
|
74
72
|
readonly associatedUserIds: pulumi.Output<string[] | undefined>;
|
|
75
73
|
/**
|
|
@@ -77,7 +75,7 @@ export declare class LinkValue extends pulumi.CustomResource {
|
|
|
77
75
|
*/
|
|
78
76
|
readonly primaryName: pulumi.Output<string>;
|
|
79
77
|
/**
|
|
80
|
-
* User ID to be assigned to `primary` for the
|
|
78
|
+
* User ID to be assigned to `primary` for the 'associated' user in the specified relationship.
|
|
81
79
|
*/
|
|
82
80
|
readonly primaryUserId: pulumi.Output<string>;
|
|
83
81
|
/**
|
|
@@ -94,7 +92,7 @@ export declare class LinkValue extends pulumi.CustomResource {
|
|
|
94
92
|
*/
|
|
95
93
|
export interface LinkValueState {
|
|
96
94
|
/**
|
|
97
|
-
* Set of User IDs or login values of the users to be assigned the
|
|
95
|
+
* Set of User IDs or login values of the users to be assigned the `associated` relationship.
|
|
98
96
|
*/
|
|
99
97
|
associatedUserIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
100
98
|
/**
|
|
@@ -102,7 +100,7 @@ export interface LinkValueState {
|
|
|
102
100
|
*/
|
|
103
101
|
primaryName?: pulumi.Input<string>;
|
|
104
102
|
/**
|
|
105
|
-
* User ID to be assigned to `primary` for the
|
|
103
|
+
* User ID to be assigned to `primary` for the 'associated' user in the specified relationship.
|
|
106
104
|
*/
|
|
107
105
|
primaryUserId?: pulumi.Input<string>;
|
|
108
106
|
}
|
|
@@ -111,7 +109,7 @@ export interface LinkValueState {
|
|
|
111
109
|
*/
|
|
112
110
|
export interface LinkValueArgs {
|
|
113
111
|
/**
|
|
114
|
-
* Set of User IDs or login values of the users to be assigned the
|
|
112
|
+
* Set of User IDs or login values of the users to be assigned the `associated` relationship.
|
|
115
113
|
*/
|
|
116
114
|
associatedUserIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
117
115
|
/**
|
|
@@ -119,7 +117,7 @@ export interface LinkValueArgs {
|
|
|
119
117
|
*/
|
|
120
118
|
primaryName: pulumi.Input<string>;
|
|
121
119
|
/**
|
|
122
|
-
* User ID to be assigned to `primary` for the
|
|
120
|
+
* User ID to be assigned to `primary` for the 'associated' user in the specified relationship.
|
|
123
121
|
*/
|
|
124
122
|
primaryUserId: pulumi.Input<string>;
|
|
125
123
|
}
|
package/linkValue.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.LinkValue = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Link value operations allow you to create relationships between primary and associated users.
|
|
9
|
+
* Manages users relationships. Link value operations allow you to create relationships between primary and associated users.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -52,8 +52,6 @@ const utilities = require("./utilities");
|
|
|
52
52
|
*
|
|
53
53
|
* ## Import
|
|
54
54
|
*
|
|
55
|
-
* Okta Link Value can be imported via Primary Name and Primary User ID.
|
|
56
|
-
*
|
|
57
55
|
* ```sh
|
|
58
56
|
* $ pulumi import okta:index/linkValue:LinkValue example <primary_name>/<primary_user_id>
|
|
59
57
|
* ```
|
package/linkValue.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linkValue.js","sourceRoot":"","sources":["../linkValue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"linkValue.js","sourceRoot":"","sources":["../linkValue.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;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;IAuBD,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,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,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,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,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;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;;AAvEL,8BAwEC;AA1DG,gBAAgB;AACO,sBAAY,GAAG,gCAAgC,CAAC"}
|
package/logStream.d.ts
CHANGED
|
@@ -2,19 +2,33 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* This resource allows you to create and configure an Okta Log Stream.
|
|
5
|
+
* Manages log streams
|
|
8
6
|
*
|
|
9
7
|
* ## Example Usage
|
|
10
8
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
9
|
+
* ### AWS EventBridge
|
|
10
|
+
* resource "okta.LogStream" "example" {
|
|
11
|
+
* name = "EventBridge Log Stream"
|
|
12
|
+
* type = "awsEventbridge"
|
|
13
|
+
* status = "ACTIVE"
|
|
14
|
+
* settings {
|
|
15
|
+
* accountId = "123456789012"
|
|
16
|
+
* region = "us-north-1"
|
|
17
|
+
* eventSourceName = "okta.LogStream"
|
|
18
|
+
* }
|
|
19
|
+
* }
|
|
14
20
|
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
21
|
+
* ### Splunk Event Collector
|
|
22
|
+
* resource "okta.LogStream" "example" {
|
|
23
|
+
* name = "Splunk log Stream"
|
|
24
|
+
* type = "splunkCloudLogstreaming"
|
|
25
|
+
* status = "ACTIVE"
|
|
26
|
+
* settings {
|
|
27
|
+
* host = "acme.splunkcloud.com"
|
|
28
|
+
* edition = "gcp"
|
|
29
|
+
* token = "YOUR_HEC_TOKEN"
|
|
30
|
+
* }
|
|
31
|
+
* }
|
|
18
32
|
*/
|
|
19
33
|
export declare class LogStream extends pulumi.CustomResource {
|
|
20
34
|
/**
|
|
@@ -33,19 +47,16 @@ export declare class LogStream extends pulumi.CustomResource {
|
|
|
33
47
|
*/
|
|
34
48
|
static isInstance(obj: any): obj is LogStream;
|
|
35
49
|
/**
|
|
36
|
-
*
|
|
50
|
+
* Unique name for the Log Stream object
|
|
37
51
|
*/
|
|
38
52
|
readonly name: pulumi.Output<string>;
|
|
39
|
-
/**
|
|
40
|
-
* Stream provider specific configuration.
|
|
41
|
-
*/
|
|
42
53
|
readonly settings: pulumi.Output<outputs.LogStreamSettings | undefined>;
|
|
43
54
|
/**
|
|
44
|
-
*
|
|
55
|
+
* Stream status
|
|
45
56
|
*/
|
|
46
57
|
readonly status: pulumi.Output<string | undefined>;
|
|
47
58
|
/**
|
|
48
|
-
*
|
|
59
|
+
* Streaming provider used - 'aws*eventbridge' or 'splunk*cloud_logstreaming'
|
|
49
60
|
*/
|
|
50
61
|
readonly type: pulumi.Output<string>;
|
|
51
62
|
/**
|
|
@@ -62,19 +73,16 @@ export declare class LogStream extends pulumi.CustomResource {
|
|
|
62
73
|
*/
|
|
63
74
|
export interface LogStreamState {
|
|
64
75
|
/**
|
|
65
|
-
*
|
|
76
|
+
* Unique name for the Log Stream object
|
|
66
77
|
*/
|
|
67
78
|
name?: pulumi.Input<string>;
|
|
68
|
-
/**
|
|
69
|
-
* Stream provider specific configuration.
|
|
70
|
-
*/
|
|
71
79
|
settings?: pulumi.Input<inputs.LogStreamSettings>;
|
|
72
80
|
/**
|
|
73
|
-
*
|
|
81
|
+
* Stream status
|
|
74
82
|
*/
|
|
75
83
|
status?: pulumi.Input<string>;
|
|
76
84
|
/**
|
|
77
|
-
*
|
|
85
|
+
* Streaming provider used - 'aws*eventbridge' or 'splunk*cloud_logstreaming'
|
|
78
86
|
*/
|
|
79
87
|
type?: pulumi.Input<string>;
|
|
80
88
|
}
|
|
@@ -83,19 +91,16 @@ export interface LogStreamState {
|
|
|
83
91
|
*/
|
|
84
92
|
export interface LogStreamArgs {
|
|
85
93
|
/**
|
|
86
|
-
*
|
|
94
|
+
* Unique name for the Log Stream object
|
|
87
95
|
*/
|
|
88
96
|
name?: pulumi.Input<string>;
|
|
89
|
-
/**
|
|
90
|
-
* Stream provider specific configuration.
|
|
91
|
-
*/
|
|
92
97
|
settings?: pulumi.Input<inputs.LogStreamSettings>;
|
|
93
98
|
/**
|
|
94
|
-
*
|
|
99
|
+
* Stream status
|
|
95
100
|
*/
|
|
96
101
|
status?: pulumi.Input<string>;
|
|
97
102
|
/**
|
|
98
|
-
*
|
|
103
|
+
* Streaming provider used - 'aws*eventbridge' or 'splunk*cloud_logstreaming'
|
|
99
104
|
*/
|
|
100
105
|
type: pulumi.Input<string>;
|
|
101
106
|
}
|
package/logStream.js
CHANGED
|
@@ -6,19 +6,33 @@ exports.LogStream = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure an Okta Log Stream.
|
|
9
|
+
* Manages log streams
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
13
|
+
* ### AWS EventBridge
|
|
14
|
+
* resource "okta.LogStream" "example" {
|
|
15
|
+
* name = "EventBridge Log Stream"
|
|
16
|
+
* type = "awsEventbridge"
|
|
17
|
+
* status = "ACTIVE"
|
|
18
|
+
* settings {
|
|
19
|
+
* accountId = "123456789012"
|
|
20
|
+
* region = "us-north-1"
|
|
21
|
+
* eventSourceName = "okta.LogStream"
|
|
22
|
+
* }
|
|
23
|
+
* }
|
|
18
24
|
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
25
|
+
* ### Splunk Event Collector
|
|
26
|
+
* resource "okta.LogStream" "example" {
|
|
27
|
+
* name = "Splunk log Stream"
|
|
28
|
+
* type = "splunkCloudLogstreaming"
|
|
29
|
+
* status = "ACTIVE"
|
|
30
|
+
* settings {
|
|
31
|
+
* host = "acme.splunkcloud.com"
|
|
32
|
+
* edition = "gcp"
|
|
33
|
+
* token = "YOUR_HEC_TOKEN"
|
|
34
|
+
* }
|
|
35
|
+
* }
|
|
22
36
|
*/
|
|
23
37
|
class LogStream extends pulumi.CustomResource {
|
|
24
38
|
/**
|
package/logStream.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logStream.js","sourceRoot":"","sources":["../logStream.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"logStream.js","sourceRoot":"","sources":["../logStream.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;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;IAwBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;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;;AAvEL,8BAwEC;AA1DG,gBAAgB;AACO,sBAAY,GAAG,gCAAgC,CAAC"}
|
package/network/zone.d.ts
CHANGED
|
@@ -1,47 +1,9 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates an Okta Network Zone.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to create and configure an Okta Network Zone.
|
|
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.network.Zone("example", {
|
|
14
|
-
* name: "example",
|
|
15
|
-
* type: "IP",
|
|
16
|
-
* gateways: [
|
|
17
|
-
* "1.2.3.4/24",
|
|
18
|
-
* "2.3.4.5-2.3.4.15",
|
|
19
|
-
* ],
|
|
20
|
-
* proxies: [
|
|
21
|
-
* "2.2.3.4/24",
|
|
22
|
-
* "3.3.4.5-3.3.4.15",
|
|
23
|
-
* ],
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* ### Dynamic Tor Blocker
|
|
28
|
-
*
|
|
29
|
-
* ```typescript
|
|
30
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
31
|
-
* import * as okta from "@pulumi/okta";
|
|
32
|
-
*
|
|
33
|
-
* const example = new okta.network.Zone("example", {
|
|
34
|
-
* name: "TOR Blocker",
|
|
35
|
-
* type: "DYNAMIC",
|
|
36
|
-
* usage: "BLOCKLIST",
|
|
37
|
-
* dynamicProxyType: "TorAnonymizer",
|
|
38
|
-
* });
|
|
39
|
-
* ```
|
|
3
|
+
* Creates an Okta Network Zone. This resource allows you to create and configure an Okta Network Zone.
|
|
40
4
|
*
|
|
41
5
|
* ## Import
|
|
42
6
|
*
|
|
43
|
-
* Okta Network Zone can be imported via the Okta ID.
|
|
44
|
-
*
|
|
45
7
|
* ```sh
|
|
46
8
|
* $ pulumi import okta:network/zone:Zone example <zone id>
|
|
47
9
|
* ```
|
|
@@ -63,12 +25,11 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
63
25
|
*/
|
|
64
26
|
static isInstance(obj: any): obj is Zone;
|
|
65
27
|
/**
|
|
66
|
-
*
|
|
28
|
+
* Format of each array value: a string representation of an ASN numeric value
|
|
67
29
|
*/
|
|
68
30
|
readonly asns: pulumi.Output<string[] | undefined>;
|
|
69
31
|
/**
|
|
70
|
-
* Array of locations
|
|
71
|
-
* and [ISO-3166-2](https://en.wikipedia.org/wiki/ISO_3166-2). Format code: countryCode OR countryCode-regionCode.
|
|
32
|
+
* Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode
|
|
72
33
|
*/
|
|
73
34
|
readonly dynamicLocations: pulumi.Output<string[] | undefined>;
|
|
74
35
|
/**
|
|
@@ -76,27 +37,27 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
76
37
|
*/
|
|
77
38
|
readonly dynamicProxyType: pulumi.Output<string | undefined>;
|
|
78
39
|
/**
|
|
79
|
-
* Array of values in CIDR/range form.
|
|
40
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples
|
|
80
41
|
*/
|
|
81
42
|
readonly gateways: pulumi.Output<string[] | undefined>;
|
|
82
43
|
/**
|
|
83
|
-
* Name of the Network Zone Resource
|
|
44
|
+
* Name of the Network Zone Resource
|
|
84
45
|
*/
|
|
85
46
|
readonly name: pulumi.Output<string>;
|
|
86
47
|
/**
|
|
87
|
-
* Array of values in CIDR/range form. Can not be set if `usage` is set to `
|
|
48
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples. Can not be set if `usage` is set to `BLOCKLIST`
|
|
88
49
|
*/
|
|
89
50
|
readonly proxies: pulumi.Output<string[] | undefined>;
|
|
90
51
|
/**
|
|
91
|
-
* Network Status - can either be ACTIVE or INACTIVE only
|
|
52
|
+
* Network Status - can either be `ACTIVE` or `INACTIVE` only
|
|
92
53
|
*/
|
|
93
54
|
readonly status: pulumi.Output<string | undefined>;
|
|
94
55
|
/**
|
|
95
|
-
* Type of the Network Zone - can either be `
|
|
56
|
+
* Type of the Network Zone - can either be `IP` or `DYNAMIC` only
|
|
96
57
|
*/
|
|
97
58
|
readonly type: pulumi.Output<string>;
|
|
98
59
|
/**
|
|
99
|
-
* Usage of the Network Zone - can be either `
|
|
60
|
+
* Usage of the Network Zone - can be either `POLICY` or `BLOCKLIST`. By default, it is `POLICY`
|
|
100
61
|
*/
|
|
101
62
|
readonly usage: pulumi.Output<string | undefined>;
|
|
102
63
|
/**
|
|
@@ -113,12 +74,11 @@ export declare class Zone extends pulumi.CustomResource {
|
|
|
113
74
|
*/
|
|
114
75
|
export interface ZoneState {
|
|
115
76
|
/**
|
|
116
|
-
*
|
|
77
|
+
* Format of each array value: a string representation of an ASN numeric value
|
|
117
78
|
*/
|
|
118
79
|
asns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
80
|
/**
|
|
120
|
-
* Array of locations
|
|
121
|
-
* and [ISO-3166-2](https://en.wikipedia.org/wiki/ISO_3166-2). Format code: countryCode OR countryCode-regionCode.
|
|
81
|
+
* Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode
|
|
122
82
|
*/
|
|
123
83
|
dynamicLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124
84
|
/**
|
|
@@ -126,27 +86,27 @@ export interface ZoneState {
|
|
|
126
86
|
*/
|
|
127
87
|
dynamicProxyType?: pulumi.Input<string>;
|
|
128
88
|
/**
|
|
129
|
-
* Array of values in CIDR/range form.
|
|
89
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples
|
|
130
90
|
*/
|
|
131
91
|
gateways?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
92
|
/**
|
|
133
|
-
* Name of the Network Zone Resource
|
|
93
|
+
* Name of the Network Zone Resource
|
|
134
94
|
*/
|
|
135
95
|
name?: pulumi.Input<string>;
|
|
136
96
|
/**
|
|
137
|
-
* Array of values in CIDR/range form. Can not be set if `usage` is set to `
|
|
97
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples. Can not be set if `usage` is set to `BLOCKLIST`
|
|
138
98
|
*/
|
|
139
99
|
proxies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
140
100
|
/**
|
|
141
|
-
* Network Status - can either be ACTIVE or INACTIVE only
|
|
101
|
+
* Network Status - can either be `ACTIVE` or `INACTIVE` only
|
|
142
102
|
*/
|
|
143
103
|
status?: pulumi.Input<string>;
|
|
144
104
|
/**
|
|
145
|
-
* Type of the Network Zone - can either be `
|
|
105
|
+
* Type of the Network Zone - can either be `IP` or `DYNAMIC` only
|
|
146
106
|
*/
|
|
147
107
|
type?: pulumi.Input<string>;
|
|
148
108
|
/**
|
|
149
|
-
* Usage of the Network Zone - can be either `
|
|
109
|
+
* Usage of the Network Zone - can be either `POLICY` or `BLOCKLIST`. By default, it is `POLICY`
|
|
150
110
|
*/
|
|
151
111
|
usage?: pulumi.Input<string>;
|
|
152
112
|
}
|
|
@@ -155,12 +115,11 @@ export interface ZoneState {
|
|
|
155
115
|
*/
|
|
156
116
|
export interface ZoneArgs {
|
|
157
117
|
/**
|
|
158
|
-
*
|
|
118
|
+
* Format of each array value: a string representation of an ASN numeric value
|
|
159
119
|
*/
|
|
160
120
|
asns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
161
121
|
/**
|
|
162
|
-
* Array of locations
|
|
163
|
-
* and [ISO-3166-2](https://en.wikipedia.org/wiki/ISO_3166-2). Format code: countryCode OR countryCode-regionCode.
|
|
122
|
+
* Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode
|
|
164
123
|
*/
|
|
165
124
|
dynamicLocations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
166
125
|
/**
|
|
@@ -168,27 +127,27 @@ export interface ZoneArgs {
|
|
|
168
127
|
*/
|
|
169
128
|
dynamicProxyType?: pulumi.Input<string>;
|
|
170
129
|
/**
|
|
171
|
-
* Array of values in CIDR/range form.
|
|
130
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples
|
|
172
131
|
*/
|
|
173
132
|
gateways?: pulumi.Input<pulumi.Input<string>[]>;
|
|
174
133
|
/**
|
|
175
|
-
* Name of the Network Zone Resource
|
|
134
|
+
* Name of the Network Zone Resource
|
|
176
135
|
*/
|
|
177
136
|
name?: pulumi.Input<string>;
|
|
178
137
|
/**
|
|
179
|
-
* Array of values in CIDR/range form. Can not be set if `usage` is set to `
|
|
138
|
+
* Array of values in CIDR/range form depending on the way it's been declared (i.e. CIDR will contain /suffix). Please check API docs for examples. Can not be set if `usage` is set to `BLOCKLIST`
|
|
180
139
|
*/
|
|
181
140
|
proxies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
182
141
|
/**
|
|
183
|
-
* Network Status - can either be ACTIVE or INACTIVE only
|
|
142
|
+
* Network Status - can either be `ACTIVE` or `INACTIVE` only
|
|
184
143
|
*/
|
|
185
144
|
status?: pulumi.Input<string>;
|
|
186
145
|
/**
|
|
187
|
-
* Type of the Network Zone - can either be `
|
|
146
|
+
* Type of the Network Zone - can either be `IP` or `DYNAMIC` only
|
|
188
147
|
*/
|
|
189
148
|
type: pulumi.Input<string>;
|
|
190
149
|
/**
|
|
191
|
-
* Usage of the Network Zone - can be either `
|
|
150
|
+
* Usage of the Network Zone - can be either `POLICY` or `BLOCKLIST`. By default, it is `POLICY`
|
|
192
151
|
*/
|
|
193
152
|
usage?: pulumi.Input<string>;
|
|
194
153
|
}
|
package/network/zone.js
CHANGED
|
@@ -6,48 +6,10 @@ exports.Zone = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates an Okta Network Zone.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure an Okta Network Zone.
|
|
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.network.Zone("example", {
|
|
20
|
-
* name: "example",
|
|
21
|
-
* type: "IP",
|
|
22
|
-
* gateways: [
|
|
23
|
-
* "1.2.3.4/24",
|
|
24
|
-
* "2.3.4.5-2.3.4.15",
|
|
25
|
-
* ],
|
|
26
|
-
* proxies: [
|
|
27
|
-
* "2.2.3.4/24",
|
|
28
|
-
* "3.3.4.5-3.3.4.15",
|
|
29
|
-
* ],
|
|
30
|
-
* });
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* ### Dynamic Tor Blocker
|
|
34
|
-
*
|
|
35
|
-
* ```typescript
|
|
36
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
-
* import * as okta from "@pulumi/okta";
|
|
38
|
-
*
|
|
39
|
-
* const example = new okta.network.Zone("example", {
|
|
40
|
-
* name: "TOR Blocker",
|
|
41
|
-
* type: "DYNAMIC",
|
|
42
|
-
* usage: "BLOCKLIST",
|
|
43
|
-
* dynamicProxyType: "TorAnonymizer",
|
|
44
|
-
* });
|
|
45
|
-
* ```
|
|
9
|
+
* Creates an Okta Network Zone. This resource allows you to create and configure an Okta Network Zone.
|
|
46
10
|
*
|
|
47
11
|
* ## Import
|
|
48
12
|
*
|
|
49
|
-
* Okta Network Zone can be imported via the Okta ID.
|
|
50
|
-
*
|
|
51
13
|
* ```sh
|
|
52
14
|
* $ pulumi import okta:network/zone:Zone example <zone id>
|
|
53
15
|
* ```
|
package/network/zone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zone.js","sourceRoot":"","sources":["../../network/zone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"zone.js","sourceRoot":"","sources":["../../network/zone.ts"],"names":[],"mappings":"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"}
|
package/orgConfiguration.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Manages org settings, logo, support and communication.
|
|
4
4
|
*
|
|
5
5
|
* > **IMPORTANT:** You must specify all Org Setting properties when you update an org's profile. Any property not specified in the script will be deleted.
|
|
6
6
|
*
|
|
@@ -18,8 +18,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
*
|
|
19
19
|
* ## Import
|
|
20
20
|
*
|
|
21
|
-
* Okta Org Configuration can be imported even without specifying the Org ID.
|
|
22
|
-
*
|
|
23
21
|
* ```sh
|
|
24
22
|
* $ pulumi import okta:index/orgConfiguration:OrgConfiguration example _
|
|
25
23
|
* ```
|
|
@@ -73,8 +71,7 @@ export declare class OrgConfiguration extends pulumi.CustomResource {
|
|
|
73
71
|
*/
|
|
74
72
|
readonly expiresAt: pulumi.Output<string>;
|
|
75
73
|
/**
|
|
76
|
-
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape
|
|
77
|
-
* orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
74
|
+
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
78
75
|
*/
|
|
79
76
|
readonly logo: pulumi.Output<string | undefined>;
|
|
80
77
|
/**
|
|
@@ -155,8 +152,7 @@ export interface OrgConfigurationState {
|
|
|
155
152
|
*/
|
|
156
153
|
expiresAt?: pulumi.Input<string>;
|
|
157
154
|
/**
|
|
158
|
-
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape
|
|
159
|
-
* orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
155
|
+
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
160
156
|
*/
|
|
161
157
|
logo?: pulumi.Input<string>;
|
|
162
158
|
/**
|
|
@@ -225,8 +221,7 @@ export interface OrgConfigurationArgs {
|
|
|
225
221
|
*/
|
|
226
222
|
endUserSupportHelpUrl?: pulumi.Input<string>;
|
|
227
223
|
/**
|
|
228
|
-
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape
|
|
229
|
-
* orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
224
|
+
* Logo of org. The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling.
|
|
230
225
|
*/
|
|
231
226
|
logo?: pulumi.Input<string>;
|
|
232
227
|
/**
|
package/orgConfiguration.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.OrgConfiguration = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Manages org settings, logo, support and communication.
|
|
10
10
|
*
|
|
11
11
|
* > **IMPORTANT:** You must specify all Org Setting properties when you update an org's profile. Any property not specified in the script will be deleted.
|
|
12
12
|
*
|
|
@@ -24,8 +24,6 @@ const utilities = require("./utilities");
|
|
|
24
24
|
*
|
|
25
25
|
* ## Import
|
|
26
26
|
*
|
|
27
|
-
* Okta Org Configuration can be imported even without specifying the Org ID.
|
|
28
|
-
*
|
|
29
27
|
* ```sh
|
|
30
28
|
* $ pulumi import okta:index/orgConfiguration:OrgConfiguration example _
|
|
31
29
|
* ```
|