@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/auth/serverScope.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Creates an Authorization Server Scope.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to create and configure an Authorization Server Scope.
|
|
3
|
+
* Creates an Authorization Server Scope. This resource allows you to create and configure an Authorization Server Scope.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
8
6
|
*
|
|
@@ -20,8 +18,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
18
|
*
|
|
21
19
|
* ## Import
|
|
22
20
|
*
|
|
23
|
-
* Okta Auth Server Scope can be imported via the Auth Server ID and Scope ID.
|
|
24
|
-
*
|
|
25
21
|
* ```sh
|
|
26
22
|
* $ pulumi import okta:auth/serverScope:ServerScope example <auth server id>/<scope id>
|
|
27
23
|
* ```
|
|
@@ -43,11 +39,11 @@ export declare class ServerScope extends pulumi.CustomResource {
|
|
|
43
39
|
*/
|
|
44
40
|
static isInstance(obj: any): obj is ServerScope;
|
|
45
41
|
/**
|
|
46
|
-
* Auth
|
|
42
|
+
* Auth server ID
|
|
47
43
|
*/
|
|
48
44
|
readonly authServerId: pulumi.Output<string>;
|
|
49
45
|
/**
|
|
50
|
-
* Indicates whether a consent dialog is needed for the scope. It can be set to `
|
|
46
|
+
* Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT`
|
|
51
47
|
*/
|
|
52
48
|
readonly consent: pulumi.Output<string | undefined>;
|
|
53
49
|
/**
|
|
@@ -59,15 +55,15 @@ export declare class ServerScope extends pulumi.CustomResource {
|
|
|
59
55
|
*/
|
|
60
56
|
readonly description: pulumi.Output<string | undefined>;
|
|
61
57
|
/**
|
|
62
|
-
* Name of the end user displayed in a consent dialog box
|
|
58
|
+
* Name of the end user displayed in a consent dialog box
|
|
63
59
|
*/
|
|
64
60
|
readonly displayName: pulumi.Output<string | undefined>;
|
|
65
61
|
/**
|
|
66
|
-
* Whether to publish metadata or not. It can be set to `
|
|
62
|
+
* Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`
|
|
67
63
|
*/
|
|
68
64
|
readonly metadataPublish: pulumi.Output<string | undefined>;
|
|
69
65
|
/**
|
|
70
|
-
* Auth
|
|
66
|
+
* Auth server scope name
|
|
71
67
|
*/
|
|
72
68
|
readonly name: pulumi.Output<string>;
|
|
73
69
|
/**
|
|
@@ -92,11 +88,11 @@ export declare class ServerScope extends pulumi.CustomResource {
|
|
|
92
88
|
*/
|
|
93
89
|
export interface ServerScopeState {
|
|
94
90
|
/**
|
|
95
|
-
* Auth
|
|
91
|
+
* Auth server ID
|
|
96
92
|
*/
|
|
97
93
|
authServerId?: pulumi.Input<string>;
|
|
98
94
|
/**
|
|
99
|
-
* Indicates whether a consent dialog is needed for the scope. It can be set to `
|
|
95
|
+
* Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT`
|
|
100
96
|
*/
|
|
101
97
|
consent?: pulumi.Input<string>;
|
|
102
98
|
/**
|
|
@@ -108,15 +104,15 @@ export interface ServerScopeState {
|
|
|
108
104
|
*/
|
|
109
105
|
description?: pulumi.Input<string>;
|
|
110
106
|
/**
|
|
111
|
-
* Name of the end user displayed in a consent dialog box
|
|
107
|
+
* Name of the end user displayed in a consent dialog box
|
|
112
108
|
*/
|
|
113
109
|
displayName?: pulumi.Input<string>;
|
|
114
110
|
/**
|
|
115
|
-
* Whether to publish metadata or not. It can be set to `
|
|
111
|
+
* Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`
|
|
116
112
|
*/
|
|
117
113
|
metadataPublish?: pulumi.Input<string>;
|
|
118
114
|
/**
|
|
119
|
-
* Auth
|
|
115
|
+
* Auth server scope name
|
|
120
116
|
*/
|
|
121
117
|
name?: pulumi.Input<string>;
|
|
122
118
|
/**
|
|
@@ -133,11 +129,11 @@ export interface ServerScopeState {
|
|
|
133
129
|
*/
|
|
134
130
|
export interface ServerScopeArgs {
|
|
135
131
|
/**
|
|
136
|
-
* Auth
|
|
132
|
+
* Auth server ID
|
|
137
133
|
*/
|
|
138
134
|
authServerId: pulumi.Input<string>;
|
|
139
135
|
/**
|
|
140
|
-
* Indicates whether a consent dialog is needed for the scope. It can be set to `
|
|
136
|
+
* Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT`
|
|
141
137
|
*/
|
|
142
138
|
consent?: pulumi.Input<string>;
|
|
143
139
|
/**
|
|
@@ -149,15 +145,15 @@ export interface ServerScopeArgs {
|
|
|
149
145
|
*/
|
|
150
146
|
description?: pulumi.Input<string>;
|
|
151
147
|
/**
|
|
152
|
-
* Name of the end user displayed in a consent dialog box
|
|
148
|
+
* Name of the end user displayed in a consent dialog box
|
|
153
149
|
*/
|
|
154
150
|
displayName?: pulumi.Input<string>;
|
|
155
151
|
/**
|
|
156
|
-
* Whether to publish metadata or not. It can be set to `
|
|
152
|
+
* Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`
|
|
157
153
|
*/
|
|
158
154
|
metadataPublish?: pulumi.Input<string>;
|
|
159
155
|
/**
|
|
160
|
-
* Auth
|
|
156
|
+
* Auth server scope name
|
|
161
157
|
*/
|
|
162
158
|
name?: pulumi.Input<string>;
|
|
163
159
|
/**
|
package/auth/serverScope.js
CHANGED
|
@@ -6,9 +6,7 @@ exports.ServerScope = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Creates an Authorization Server Scope.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to create and configure an Authorization Server Scope.
|
|
9
|
+
* Creates an Authorization Server Scope. This resource allows you to create and configure an Authorization Server Scope.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
@@ -26,8 +24,6 @@ const utilities = require("../utilities");
|
|
|
26
24
|
*
|
|
27
25
|
* ## Import
|
|
28
26
|
*
|
|
29
|
-
* Okta Auth Server Scope can be imported via the Auth Server ID and Scope ID.
|
|
30
|
-
*
|
|
31
27
|
* ```sh
|
|
32
28
|
* $ pulumi import okta:auth/serverScope:ServerScope example <auth server id>/<scope id>
|
|
33
29
|
* ```
|
package/auth/serverScope.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverScope.js","sourceRoot":"","sources":["../../auth/serverScope.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"serverScope.js","sourceRoot":"","sources":["../../auth/serverScope.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Configures Default Authorization Server Claim.
|
|
4
|
-
*
|
|
5
4
|
* This resource allows you to configure Default Authorization Server Claims.
|
|
6
5
|
*
|
|
7
6
|
* ## Example Usage
|
|
@@ -19,14 +18,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
18
|
*
|
|
20
19
|
* ## Import
|
|
21
20
|
*
|
|
22
|
-
* Authorization Server Claim can be imported via the Auth Server ID and Claim ID or Claim Name.
|
|
23
|
-
*
|
|
24
|
-
* ```sh
|
|
25
|
-
* $ pulumi import okta:index/authServerClaimDefault:AuthServerClaimDefault example <auth server id>/<claim id>
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* or
|
|
29
|
-
*
|
|
30
21
|
* ```sh
|
|
31
22
|
* $ pulumi import okta:index/authServerClaimDefault:AuthServerClaimDefault example <auth server id>/<claim name>
|
|
32
23
|
* ```
|
|
@@ -56,17 +47,15 @@ export declare class AuthServerClaimDefault extends pulumi.CustomResource {
|
|
|
56
47
|
*/
|
|
57
48
|
readonly authServerId: pulumi.Output<string>;
|
|
58
49
|
/**
|
|
59
|
-
* Specifies whether the claim is for an access token `
|
|
50
|
+
* Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`.
|
|
60
51
|
*/
|
|
61
52
|
readonly claimType: pulumi.Output<string>;
|
|
62
53
|
/**
|
|
63
|
-
* The name of the claim. Can be set to `
|
|
64
|
-
* `"emailVerified"`, `"familyName"`, `"gender"`, `"givenName"`, `"locale"`, `"middleName"`, `"name"`, `"nickname"`,
|
|
65
|
-
* `"phoneNumber"`, `"picture"`, `"preferredUsername"`, `"profile"`, `"updatedAt"`, `"website"`, `"zoneinfo"`.
|
|
54
|
+
* The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`emailVerified`, `familyName`, `gender`, `givenName`, `locale`, `middleName`, `name`, `nickname`,`phoneNumber`, `picture`, `preferredUsername`, `profile`, `updatedAt`, `website`, `zoneinfo`
|
|
66
55
|
*/
|
|
67
56
|
readonly name: pulumi.Output<string>;
|
|
68
57
|
/**
|
|
69
|
-
*
|
|
58
|
+
* Auth server claim list of scopes
|
|
70
59
|
*/
|
|
71
60
|
readonly scopes: pulumi.Output<string[]>;
|
|
72
61
|
/**
|
|
@@ -74,7 +63,7 @@ export declare class AuthServerClaimDefault extends pulumi.CustomResource {
|
|
|
74
63
|
*/
|
|
75
64
|
readonly status: pulumi.Output<string>;
|
|
76
65
|
/**
|
|
77
|
-
* The value of the claim. Only required for `
|
|
66
|
+
* The value of the claim. Only required for `sub` claim.
|
|
78
67
|
*/
|
|
79
68
|
readonly value: pulumi.Output<string | undefined>;
|
|
80
69
|
/**
|
|
@@ -103,17 +92,15 @@ export interface AuthServerClaimDefaultState {
|
|
|
103
92
|
*/
|
|
104
93
|
authServerId?: pulumi.Input<string>;
|
|
105
94
|
/**
|
|
106
|
-
* Specifies whether the claim is for an access token `
|
|
95
|
+
* Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`.
|
|
107
96
|
*/
|
|
108
97
|
claimType?: pulumi.Input<string>;
|
|
109
98
|
/**
|
|
110
|
-
* The name of the claim. Can be set to `
|
|
111
|
-
* `"emailVerified"`, `"familyName"`, `"gender"`, `"givenName"`, `"locale"`, `"middleName"`, `"name"`, `"nickname"`,
|
|
112
|
-
* `"phoneNumber"`, `"picture"`, `"preferredUsername"`, `"profile"`, `"updatedAt"`, `"website"`, `"zoneinfo"`.
|
|
99
|
+
* The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`emailVerified`, `familyName`, `gender`, `givenName`, `locale`, `middleName`, `name`, `nickname`,`phoneNumber`, `picture`, `preferredUsername`, `profile`, `updatedAt`, `website`, `zoneinfo`
|
|
113
100
|
*/
|
|
114
101
|
name?: pulumi.Input<string>;
|
|
115
102
|
/**
|
|
116
|
-
*
|
|
103
|
+
* Auth server claim list of scopes
|
|
117
104
|
*/
|
|
118
105
|
scopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
119
106
|
/**
|
|
@@ -121,7 +108,7 @@ export interface AuthServerClaimDefaultState {
|
|
|
121
108
|
*/
|
|
122
109
|
status?: pulumi.Input<string>;
|
|
123
110
|
/**
|
|
124
|
-
* The value of the claim. Only required for `
|
|
111
|
+
* The value of the claim. Only required for `sub` claim.
|
|
125
112
|
*/
|
|
126
113
|
value?: pulumi.Input<string>;
|
|
127
114
|
/**
|
|
@@ -142,13 +129,11 @@ export interface AuthServerClaimDefaultArgs {
|
|
|
142
129
|
*/
|
|
143
130
|
authServerId: pulumi.Input<string>;
|
|
144
131
|
/**
|
|
145
|
-
* The name of the claim. Can be set to `
|
|
146
|
-
* `"emailVerified"`, `"familyName"`, `"gender"`, `"givenName"`, `"locale"`, `"middleName"`, `"name"`, `"nickname"`,
|
|
147
|
-
* `"phoneNumber"`, `"picture"`, `"preferredUsername"`, `"profile"`, `"updatedAt"`, `"website"`, `"zoneinfo"`.
|
|
132
|
+
* The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`emailVerified`, `familyName`, `gender`, `givenName`, `locale`, `middleName`, `name`, `nickname`,`phoneNumber`, `picture`, `preferredUsername`, `profile`, `updatedAt`, `website`, `zoneinfo`
|
|
148
133
|
*/
|
|
149
134
|
name?: pulumi.Input<string>;
|
|
150
135
|
/**
|
|
151
|
-
* The value of the claim. Only required for `
|
|
136
|
+
* The value of the claim. Only required for `sub` claim.
|
|
152
137
|
*/
|
|
153
138
|
value?: pulumi.Input<string>;
|
|
154
139
|
}
|
|
@@ -7,7 +7,6 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Configures Default Authorization Server Claim.
|
|
10
|
-
*
|
|
11
10
|
* This resource allows you to configure Default Authorization Server Claims.
|
|
12
11
|
*
|
|
13
12
|
* ## Example Usage
|
|
@@ -25,14 +24,6 @@ const utilities = require("./utilities");
|
|
|
25
24
|
*
|
|
26
25
|
* ## Import
|
|
27
26
|
*
|
|
28
|
-
* Authorization Server Claim can be imported via the Auth Server ID and Claim ID or Claim Name.
|
|
29
|
-
*
|
|
30
|
-
* ```sh
|
|
31
|
-
* $ pulumi import okta:index/authServerClaimDefault:AuthServerClaimDefault example <auth server id>/<claim id>
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* or
|
|
35
|
-
*
|
|
36
27
|
* ```sh
|
|
37
28
|
* $ pulumi import okta:index/authServerClaimDefault:AuthServerClaimDefault example <auth server id>/<claim name>
|
|
38
29
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authServerClaimDefault.js","sourceRoot":"","sources":["../authServerClaimDefault.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"authServerClaimDefault.js","sourceRoot":"","sources":["../authServerClaimDefault.ts"],"names":[],"mappings":"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"}
|
package/authServerDefault.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Configures Default Authorization Server.
|
|
4
|
-
*
|
|
5
|
-
* This resource allows you to configure Default Authorization Server.
|
|
3
|
+
* Configures Default Authorization Server. This resource allows you to configure Default Authorization Server.
|
|
6
4
|
*
|
|
7
5
|
* ## Example Usage
|
|
8
6
|
*
|
|
@@ -18,8 +16,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
16
|
*
|
|
19
17
|
* ## Import
|
|
20
18
|
*
|
|
21
|
-
* Authorization Server can be imported via the Okta ID.
|
|
22
|
-
*
|
|
23
19
|
* ```sh
|
|
24
20
|
* $ pulumi import okta:index/authServerDefault:AuthServerDefault example <default>
|
|
25
21
|
* ```
|
|
@@ -41,7 +37,7 @@ export declare class AuthServerDefault extends pulumi.CustomResource {
|
|
|
41
37
|
*/
|
|
42
38
|
static isInstance(obj: any): obj is AuthServerDefault;
|
|
43
39
|
/**
|
|
44
|
-
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token.
|
|
40
|
+
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here.
|
|
45
41
|
*/
|
|
46
42
|
readonly audiences: pulumi.Output<string[] | undefined>;
|
|
47
43
|
/**
|
|
@@ -49,11 +45,11 @@ export declare class AuthServerDefault extends pulumi.CustomResource {
|
|
|
49
45
|
*/
|
|
50
46
|
readonly credentialsLastRotated: pulumi.Output<string>;
|
|
51
47
|
/**
|
|
52
|
-
* The timestamp when the authorization server changes the key for signing tokens. Only returned when `credentialsRotationMode` is `
|
|
48
|
+
* The timestamp when the authorization server changes the key for signing tokens. Only returned when `credentialsRotationMode` is `AUTO`.
|
|
53
49
|
*/
|
|
54
50
|
readonly credentialsNextRotation: pulumi.Output<string>;
|
|
55
51
|
/**
|
|
56
|
-
* The key rotation mode for the authorization server. Can be `
|
|
52
|
+
* The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used.
|
|
57
53
|
*/
|
|
58
54
|
readonly credentialsRotationMode: pulumi.Output<string | undefined>;
|
|
59
55
|
/**
|
|
@@ -65,7 +61,7 @@ export declare class AuthServerDefault extends pulumi.CustomResource {
|
|
|
65
61
|
*/
|
|
66
62
|
readonly issuer: pulumi.Output<string>;
|
|
67
63
|
/**
|
|
68
|
-
* Allows you to use a custom issuer URL. It can be set to `
|
|
64
|
+
* *Early Access Property*. Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL`
|
|
69
65
|
*/
|
|
70
66
|
readonly issuerMode: pulumi.Output<string | undefined>;
|
|
71
67
|
/**
|
|
@@ -77,7 +73,7 @@ export declare class AuthServerDefault extends pulumi.CustomResource {
|
|
|
77
73
|
*/
|
|
78
74
|
readonly name: pulumi.Output<string>;
|
|
79
75
|
/**
|
|
80
|
-
*
|
|
76
|
+
* Default to `ACTIVE`
|
|
81
77
|
*/
|
|
82
78
|
readonly status: pulumi.Output<string | undefined>;
|
|
83
79
|
/**
|
|
@@ -94,7 +90,7 @@ export declare class AuthServerDefault extends pulumi.CustomResource {
|
|
|
94
90
|
*/
|
|
95
91
|
export interface AuthServerDefaultState {
|
|
96
92
|
/**
|
|
97
|
-
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token.
|
|
93
|
+
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here.
|
|
98
94
|
*/
|
|
99
95
|
audiences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
100
96
|
/**
|
|
@@ -102,11 +98,11 @@ export interface AuthServerDefaultState {
|
|
|
102
98
|
*/
|
|
103
99
|
credentialsLastRotated?: pulumi.Input<string>;
|
|
104
100
|
/**
|
|
105
|
-
* The timestamp when the authorization server changes the key for signing tokens. Only returned when `credentialsRotationMode` is `
|
|
101
|
+
* The timestamp when the authorization server changes the key for signing tokens. Only returned when `credentialsRotationMode` is `AUTO`.
|
|
106
102
|
*/
|
|
107
103
|
credentialsNextRotation?: pulumi.Input<string>;
|
|
108
104
|
/**
|
|
109
|
-
* The key rotation mode for the authorization server. Can be `
|
|
105
|
+
* The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used.
|
|
110
106
|
*/
|
|
111
107
|
credentialsRotationMode?: pulumi.Input<string>;
|
|
112
108
|
/**
|
|
@@ -118,7 +114,7 @@ export interface AuthServerDefaultState {
|
|
|
118
114
|
*/
|
|
119
115
|
issuer?: pulumi.Input<string>;
|
|
120
116
|
/**
|
|
121
|
-
* Allows you to use a custom issuer URL. It can be set to `
|
|
117
|
+
* *Early Access Property*. Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL`
|
|
122
118
|
*/
|
|
123
119
|
issuerMode?: pulumi.Input<string>;
|
|
124
120
|
/**
|
|
@@ -130,7 +126,7 @@ export interface AuthServerDefaultState {
|
|
|
130
126
|
*/
|
|
131
127
|
name?: pulumi.Input<string>;
|
|
132
128
|
/**
|
|
133
|
-
*
|
|
129
|
+
* Default to `ACTIVE`
|
|
134
130
|
*/
|
|
135
131
|
status?: pulumi.Input<string>;
|
|
136
132
|
}
|
|
@@ -139,11 +135,11 @@ export interface AuthServerDefaultState {
|
|
|
139
135
|
*/
|
|
140
136
|
export interface AuthServerDefaultArgs {
|
|
141
137
|
/**
|
|
142
|
-
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token.
|
|
138
|
+
* The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here.
|
|
143
139
|
*/
|
|
144
140
|
audiences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
141
|
/**
|
|
146
|
-
* The key rotation mode for the authorization server. Can be `
|
|
142
|
+
* The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used.
|
|
147
143
|
*/
|
|
148
144
|
credentialsRotationMode?: pulumi.Input<string>;
|
|
149
145
|
/**
|
|
@@ -151,7 +147,7 @@ export interface AuthServerDefaultArgs {
|
|
|
151
147
|
*/
|
|
152
148
|
description?: pulumi.Input<string>;
|
|
153
149
|
/**
|
|
154
|
-
* Allows you to use a custom issuer URL. It can be set to `
|
|
150
|
+
* *Early Access Property*. Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL`
|
|
155
151
|
*/
|
|
156
152
|
issuerMode?: pulumi.Input<string>;
|
|
157
153
|
/**
|
|
@@ -159,7 +155,7 @@ export interface AuthServerDefaultArgs {
|
|
|
159
155
|
*/
|
|
160
156
|
name?: pulumi.Input<string>;
|
|
161
157
|
/**
|
|
162
|
-
*
|
|
158
|
+
* Default to `ACTIVE`
|
|
163
159
|
*/
|
|
164
160
|
status?: pulumi.Input<string>;
|
|
165
161
|
}
|
package/authServerDefault.js
CHANGED
|
@@ -6,9 +6,7 @@ exports.AuthServerDefault = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Configures Default Authorization Server.
|
|
10
|
-
*
|
|
11
|
-
* This resource allows you to configure Default Authorization Server.
|
|
9
|
+
* Configures Default Authorization Server. This resource allows you to configure Default Authorization Server.
|
|
12
10
|
*
|
|
13
11
|
* ## Example Usage
|
|
14
12
|
*
|
|
@@ -24,8 +22,6 @@ const utilities = require("./utilities");
|
|
|
24
22
|
*
|
|
25
23
|
* ## Import
|
|
26
24
|
*
|
|
27
|
-
* Authorization Server can be imported via the Okta ID.
|
|
28
|
-
*
|
|
29
25
|
* ```sh
|
|
30
26
|
* $ pulumi import okta:index/authServerDefault:AuthServerDefault example <default>
|
|
31
27
|
* ```
|
package/authServerDefault.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authServerDefault.js","sourceRoot":"","sources":["../authServerDefault.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"authServerDefault.js","sourceRoot":"","sources":["../authServerDefault.ts"],"names":[],"mappings":"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"}
|