@pulumi/okta 6.0.0-alpha.1760078393 → 6.0.0-alpha.1768025445
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/adminRoleCustomAssignments.d.ts +76 -0
- package/adminRoleCustomAssignments.js +76 -0
- package/adminRoleCustomAssignments.js.map +1 -1
- package/apiServiceIntegration.d.ts +110 -0
- package/apiServiceIntegration.js +96 -0
- package/apiServiceIntegration.js.map +1 -0
- package/apiToken.d.ts +141 -0
- package/apiToken.js +93 -0
- package/apiToken.js.map +1 -0
- package/app/connection.d.ts +164 -0
- package/app/connection.js +136 -0
- package/app/connection.js.map +1 -0
- package/app/features.d.ts +121 -0
- package/app/features.js +77 -0
- package/app/features.js.map +1 -0
- package/app/getConnection.d.ts +106 -0
- package/app/getConnection.js +62 -0
- package/app/getConnection.js.map +1 -0
- package/app/getFeatures.d.ts +156 -0
- package/app/getFeatures.js +116 -0
- package/app/getFeatures.js.map +1 -0
- package/app/getToken.d.ts +98 -0
- package/app/getToken.js +62 -0
- package/app/getToken.js.map +1 -0
- package/app/groupAssignment.d.ts +1 -1
- package/app/groupAssignment.js +1 -1
- package/app/index.d.ts +18 -0
- package/app/index.js +25 -1
- package/app/index.js.map +1 -1
- package/app/oauth.d.ts +51 -0
- package/app/oauth.js +6 -0
- package/app/oauth.js.map +1 -1
- package/app/threeField.d.ts +15 -0
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/token.d.ts +108 -0
- package/app/token.js +93 -0
- package/app/token.js.map +1 -0
- package/appSignonPolicyRule.d.ts +1 -7
- package/appSignonPolicyRule.js +1 -7
- package/appSignonPolicyRule.js.map +1 -1
- package/auth/getServerClients.d.ts +114 -0
- package/auth/getServerClients.js +58 -0
- package/auth/getServerClients.js.map +1 -0
- package/auth/getServerKeys.d.ts +113 -0
- package/auth/getServerKeys.js +70 -0
- package/auth/getServerKeys.js.map +1 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +7 -1
- package/auth/index.js.map +1 -1
- package/authenticator.d.ts +42 -10
- package/authenticator.js +26 -4
- package/authenticator.js.map +1 -1
- package/customizedSigninPage.d.ts +68 -0
- package/customizedSigninPage.js +68 -0
- package/customizedSigninPage.js.map +1 -1
- package/device.d.ts +80 -0
- package/device.js +69 -0
- package/device.js.map +1 -0
- package/emailCustomization.d.ts +30 -0
- package/emailCustomization.js +30 -0
- package/emailCustomization.js.map +1 -1
- package/feature.d.ts +12 -0
- package/feature.js +12 -0
- package/feature.js.map +1 -1
- package/getApiServiceIntegration.d.ts +85 -0
- package/getApiServiceIntegration.js +78 -0
- package/getApiServiceIntegration.js.map +1 -0
- package/getApiToken.d.ts +88 -0
- package/getApiToken.js +52 -0
- package/getApiToken.js.map +1 -0
- package/getBehaviour.d.ts +4 -0
- package/getBehaviour.js +4 -0
- package/getBehaviour.js.map +1 -1
- package/getBrand.d.ts +30 -0
- package/getBrand.js +30 -0
- package/getBrand.js.map +1 -1
- package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
- package/getCatalogEntryUserAccessRequestFields.js +24 -0
- package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
- package/getDevice.d.ts +90 -0
- package/getDevice.js +54 -0
- package/getDevice.js.map +1 -0
- package/getEmailCustomization.d.ts +36 -0
- package/getEmailCustomization.js +36 -0
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +26 -0
- package/getEmailCustomizations.js +26 -0
- package/getEmailCustomizations.js.map +1 -1
- package/getHookKey.d.ts +77 -0
- package/getHookKey.js +52 -0
- package/getHookKey.js.map +1 -0
- package/getPrincipalEntitlements.d.ts +116 -0
- package/getPrincipalEntitlements.js +116 -0
- package/getPrincipalEntitlements.js.map +1 -1
- package/getPushProvider.d.ts +118 -0
- package/getPushProvider.js +86 -0
- package/getPushProvider.js.map +1 -0
- package/getRealmAssignment.d.ts +4 -0
- package/getRealmAssignment.js +4 -0
- package/getRealmAssignment.js.map +1 -1
- package/getRequestSettingResource.d.ts +4 -0
- package/getRequestSettingResource.js +4 -0
- package/getRequestSettingResource.js.map +1 -1
- package/getRequestV2.d.ts +79 -0
- package/getRequestV2.js +28 -0
- package/getRequestV2.js.map +1 -1
- package/getSecurityEventsProvider.d.ts +79 -0
- package/getSecurityEventsProvider.js +52 -0
- package/getSecurityEventsProvider.js.map +1 -0
- package/getTemplate.d.ts +26 -0
- package/getTemplate.js +26 -0
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +24 -0
- package/getTemplates.js +24 -0
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +26 -0
- package/getTheme.js +26 -0
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +24 -0
- package/getThemes.js +24 -0
- package/getThemes.js.map +1 -1
- package/getUiSchema.d.ts +80 -0
- package/getUiSchema.js +52 -0
- package/getUiSchema.js.map +1 -0
- package/group/owner.d.ts +24 -0
- package/group/owner.js +24 -0
- package/group/owner.js.map +1 -1
- package/group/role.d.ts +41 -0
- package/group/role.js +41 -0
- package/group/role.js.map +1 -1
- package/hookKey.d.ts +102 -0
- package/hookKey.js +79 -0
- package/hookKey.js.map +1 -0
- package/index.d.ts +42 -0
- package/index.js +61 -4
- package/index.js.map +1 -1
- package/inline/hook.d.ts +15 -15
- package/inline/hook.js +15 -15
- package/package.json +3 -3
- package/policy/deviceAssuranceAndroid.d.ts +24 -0
- package/policy/deviceAssuranceAndroid.js +24 -0
- package/policy/deviceAssuranceAndroid.js.map +1 -1
- package/policy/deviceAssuranceIos.d.ts +17 -0
- package/policy/deviceAssuranceIos.js +17 -0
- package/policy/deviceAssuranceIos.js.map +1 -1
- package/policy/deviceAssuranceMacos.d.ts +37 -0
- package/policy/deviceAssuranceMacos.js +37 -0
- package/policy/deviceAssuranceMacos.js.map +1 -1
- package/policy/deviceAssuranceWindows.d.ts +43 -0
- package/policy/deviceAssuranceWindows.js +43 -0
- package/policy/deviceAssuranceWindows.js.map +1 -1
- package/policy/mfa.d.ts +18 -0
- package/policy/mfa.js +2 -0
- package/policy/mfa.js.map +1 -1
- package/policyMfaDefault.d.ts +18 -0
- package/policyMfaDefault.js +2 -0
- package/policyMfaDefault.js.map +1 -1
- package/previewSigninPage.d.ts +68 -0
- package/previewSigninPage.js +68 -0
- package/previewSigninPage.js.map +1 -1
- package/pushProvider.d.ts +150 -0
- package/pushProvider.js +126 -0
- package/pushProvider.js.map +1 -0
- package/rateLimiting.d.ts +13 -0
- package/rateLimiting.js +13 -0
- package/rateLimiting.js.map +1 -1
- package/requestCondition.d.ts +47 -2
- package/requestCondition.js +42 -1
- package/requestCondition.js.map +1 -1
- package/requestSettingOrganization.d.ts +19 -0
- package/requestSettingOrganization.js +19 -0
- package/requestSettingOrganization.js.map +1 -1
- package/requestSettingResource.d.ts +20 -0
- package/requestSettingResource.js +20 -0
- package/requestSettingResource.js.map +1 -1
- package/requestV2.d.ts +39 -12
- package/requestV2.js +27 -0
- package/requestV2.js.map +1 -1
- package/securityEventsProvider.d.ts +138 -0
- package/securityEventsProvider.js +107 -0
- package/securityEventsProvider.js.map +1 -0
- package/theme.d.ts +23 -0
- package/theme.js +23 -0
- package/theme.js.map +1 -1
- package/types/input.d.ts +1041 -18
- package/types/output.d.ts +691 -5
- package/uiSchema.d.ts +74 -0
- package/uiSchema.js +73 -0
- package/uiSchema.js.map +1 -0
- package/user/getUser.d.ts +1 -0
- package/user/getUser.js.map +1 -1
- package/user/user.d.ts +12 -0
- package/user/user.js +2 -0
- package/user/user.js.map +1 -1
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a Feature object for an app.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Basic Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as okta from "@pulumi/okta";
|
|
14
|
+
*
|
|
15
|
+
* const example = okta.app.getFeatures({
|
|
16
|
+
* appId: "0oarblaf7hWdLawNg1d7",
|
|
17
|
+
* name: "INBOUND_PROVISIONING",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ### User Provisioning Feature
|
|
22
|
+
*
|
|
23
|
+
* ```typescript
|
|
24
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
25
|
+
* import * as okta from "@pulumi/okta";
|
|
26
|
+
*
|
|
27
|
+
* const userProvisioning = okta.app.getFeatures({
|
|
28
|
+
* appId: example.id,
|
|
29
|
+
* name: "USER_PROVISIONING",
|
|
30
|
+
* });
|
|
31
|
+
* export const provisioningStatus = userProvisioning.then(userProvisioning => userProvisioning.status);
|
|
32
|
+
* export const passwordSyncEnabled = userProvisioning.then(userProvisioning => userProvisioning.capabilities?.update?.password?.status);
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* ### Inbound Provisioning Feature
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as okta from "@pulumi/okta";
|
|
40
|
+
*
|
|
41
|
+
* const inboundProvisioning = okta.app.getFeatures({
|
|
42
|
+
* appId: example.id,
|
|
43
|
+
* name: "INBOUND_PROVISIONING",
|
|
44
|
+
* });
|
|
45
|
+
* export const importScheduleStatus = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importSettings?.schedule?.status);
|
|
46
|
+
* export const autoActivateUsers = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importRules?.userCreateAndMatch?.autoActivateNewUsers);
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare function getFeatures(args: GetFeaturesArgs, opts?: pulumi.InvokeOptions): Promise<GetFeaturesResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getFeatures.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetFeaturesArgs {
|
|
54
|
+
/**
|
|
55
|
+
* The ID of the application to retrieve features for.
|
|
56
|
+
*/
|
|
57
|
+
appId: string;
|
|
58
|
+
/**
|
|
59
|
+
* A block containing the feature capabilities configuration. See Capabilities below.
|
|
60
|
+
*/
|
|
61
|
+
capabilities?: inputs.app.GetFeaturesCapabilities;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the feature to retrieve. Valid values include:
|
|
64
|
+
* * `USER_PROVISIONING` - User profiles are pushed from Okta to the third-party app.
|
|
65
|
+
* * `INBOUND_PROVISIONING` - User profiles are imported from the third-party app into Okta.
|
|
66
|
+
*/
|
|
67
|
+
name: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* A collection of values returned by getFeatures.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetFeaturesResult {
|
|
73
|
+
readonly appId: string;
|
|
74
|
+
/**
|
|
75
|
+
* A block containing the feature capabilities configuration. See Capabilities below.
|
|
76
|
+
*/
|
|
77
|
+
readonly capabilities?: outputs.app.GetFeaturesCapabilities;
|
|
78
|
+
/**
|
|
79
|
+
* Description of the feature.
|
|
80
|
+
*/
|
|
81
|
+
readonly description: string;
|
|
82
|
+
/**
|
|
83
|
+
* The unique identifier of the app feature.
|
|
84
|
+
*/
|
|
85
|
+
readonly id: string;
|
|
86
|
+
readonly name: string;
|
|
87
|
+
/**
|
|
88
|
+
* (String) Status of the import schedule. Valid values are `ENABLED` or `DISABLED`.
|
|
89
|
+
*/
|
|
90
|
+
readonly status: string;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Retrieves a Feature object for an app.
|
|
94
|
+
*
|
|
95
|
+
* ## Example Usage
|
|
96
|
+
*
|
|
97
|
+
* ### Basic Usage
|
|
98
|
+
*
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as okta from "@pulumi/okta";
|
|
102
|
+
*
|
|
103
|
+
* const example = okta.app.getFeatures({
|
|
104
|
+
* appId: "0oarblaf7hWdLawNg1d7",
|
|
105
|
+
* name: "INBOUND_PROVISIONING",
|
|
106
|
+
* });
|
|
107
|
+
* ```
|
|
108
|
+
*
|
|
109
|
+
* ### User Provisioning Feature
|
|
110
|
+
*
|
|
111
|
+
* ```typescript
|
|
112
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
113
|
+
* import * as okta from "@pulumi/okta";
|
|
114
|
+
*
|
|
115
|
+
* const userProvisioning = okta.app.getFeatures({
|
|
116
|
+
* appId: example.id,
|
|
117
|
+
* name: "USER_PROVISIONING",
|
|
118
|
+
* });
|
|
119
|
+
* export const provisioningStatus = userProvisioning.then(userProvisioning => userProvisioning.status);
|
|
120
|
+
* export const passwordSyncEnabled = userProvisioning.then(userProvisioning => userProvisioning.capabilities?.update?.password?.status);
|
|
121
|
+
* ```
|
|
122
|
+
*
|
|
123
|
+
* ### Inbound Provisioning Feature
|
|
124
|
+
*
|
|
125
|
+
* ```typescript
|
|
126
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
127
|
+
* import * as okta from "@pulumi/okta";
|
|
128
|
+
*
|
|
129
|
+
* const inboundProvisioning = okta.app.getFeatures({
|
|
130
|
+
* appId: example.id,
|
|
131
|
+
* name: "INBOUND_PROVISIONING",
|
|
132
|
+
* });
|
|
133
|
+
* export const importScheduleStatus = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importSettings?.schedule?.status);
|
|
134
|
+
* export const autoActivateUsers = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importRules?.userCreateAndMatch?.autoActivateNewUsers);
|
|
135
|
+
* ```
|
|
136
|
+
*/
|
|
137
|
+
export declare function getFeaturesOutput(args: GetFeaturesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFeaturesResult>;
|
|
138
|
+
/**
|
|
139
|
+
* A collection of arguments for invoking getFeatures.
|
|
140
|
+
*/
|
|
141
|
+
export interface GetFeaturesOutputArgs {
|
|
142
|
+
/**
|
|
143
|
+
* The ID of the application to retrieve features for.
|
|
144
|
+
*/
|
|
145
|
+
appId: pulumi.Input<string>;
|
|
146
|
+
/**
|
|
147
|
+
* A block containing the feature capabilities configuration. See Capabilities below.
|
|
148
|
+
*/
|
|
149
|
+
capabilities?: pulumi.Input<inputs.app.GetFeaturesCapabilitiesArgs>;
|
|
150
|
+
/**
|
|
151
|
+
* The name of the feature to retrieve. Valid values include:
|
|
152
|
+
* * `USER_PROVISIONING` - User profiles are pushed from Okta to the third-party app.
|
|
153
|
+
* * `INBOUND_PROVISIONING` - User profiles are imported from the third-party app into Okta.
|
|
154
|
+
*/
|
|
155
|
+
name: pulumi.Input<string>;
|
|
156
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getFeaturesOutput = exports.getFeatures = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a Feature object for an app.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Basic Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as okta from "@pulumi/okta";
|
|
18
|
+
*
|
|
19
|
+
* const example = okta.app.getFeatures({
|
|
20
|
+
* appId: "0oarblaf7hWdLawNg1d7",
|
|
21
|
+
* name: "INBOUND_PROVISIONING",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ### User Provisioning Feature
|
|
26
|
+
*
|
|
27
|
+
* ```typescript
|
|
28
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
29
|
+
* import * as okta from "@pulumi/okta";
|
|
30
|
+
*
|
|
31
|
+
* const userProvisioning = okta.app.getFeatures({
|
|
32
|
+
* appId: example.id,
|
|
33
|
+
* name: "USER_PROVISIONING",
|
|
34
|
+
* });
|
|
35
|
+
* export const provisioningStatus = userProvisioning.then(userProvisioning => userProvisioning.status);
|
|
36
|
+
* export const passwordSyncEnabled = userProvisioning.then(userProvisioning => userProvisioning.capabilities?.update?.password?.status);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* ### Inbound Provisioning Feature
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as okta from "@pulumi/okta";
|
|
44
|
+
*
|
|
45
|
+
* const inboundProvisioning = okta.app.getFeatures({
|
|
46
|
+
* appId: example.id,
|
|
47
|
+
* name: "INBOUND_PROVISIONING",
|
|
48
|
+
* });
|
|
49
|
+
* export const importScheduleStatus = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importSettings?.schedule?.status);
|
|
50
|
+
* export const autoActivateUsers = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importRules?.userCreateAndMatch?.autoActivateNewUsers);
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
function getFeatures(args, opts) {
|
|
54
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
55
|
+
return pulumi.runtime.invoke("okta:app/getFeatures:getFeatures", {
|
|
56
|
+
"appId": args.appId,
|
|
57
|
+
"capabilities": args.capabilities,
|
|
58
|
+
"name": args.name,
|
|
59
|
+
}, opts);
|
|
60
|
+
}
|
|
61
|
+
exports.getFeatures = getFeatures;
|
|
62
|
+
/**
|
|
63
|
+
* Retrieves a Feature object for an app.
|
|
64
|
+
*
|
|
65
|
+
* ## Example Usage
|
|
66
|
+
*
|
|
67
|
+
* ### Basic Usage
|
|
68
|
+
*
|
|
69
|
+
* ```typescript
|
|
70
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
71
|
+
* import * as okta from "@pulumi/okta";
|
|
72
|
+
*
|
|
73
|
+
* const example = okta.app.getFeatures({
|
|
74
|
+
* appId: "0oarblaf7hWdLawNg1d7",
|
|
75
|
+
* name: "INBOUND_PROVISIONING",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* ### User Provisioning Feature
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as okta from "@pulumi/okta";
|
|
84
|
+
*
|
|
85
|
+
* const userProvisioning = okta.app.getFeatures({
|
|
86
|
+
* appId: example.id,
|
|
87
|
+
* name: "USER_PROVISIONING",
|
|
88
|
+
* });
|
|
89
|
+
* export const provisioningStatus = userProvisioning.then(userProvisioning => userProvisioning.status);
|
|
90
|
+
* export const passwordSyncEnabled = userProvisioning.then(userProvisioning => userProvisioning.capabilities?.update?.password?.status);
|
|
91
|
+
* ```
|
|
92
|
+
*
|
|
93
|
+
* ### Inbound Provisioning Feature
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as okta from "@pulumi/okta";
|
|
98
|
+
*
|
|
99
|
+
* const inboundProvisioning = okta.app.getFeatures({
|
|
100
|
+
* appId: example.id,
|
|
101
|
+
* name: "INBOUND_PROVISIONING",
|
|
102
|
+
* });
|
|
103
|
+
* export const importScheduleStatus = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importSettings?.schedule?.status);
|
|
104
|
+
* export const autoActivateUsers = inboundProvisioning.then(inboundProvisioning => inboundProvisioning.capabilities?.importRules?.userCreateAndMatch?.autoActivateNewUsers);
|
|
105
|
+
* ```
|
|
106
|
+
*/
|
|
107
|
+
function getFeaturesOutput(args, opts) {
|
|
108
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
109
|
+
return pulumi.runtime.invokeOutput("okta:app/getFeatures:getFeatures", {
|
|
110
|
+
"appId": args.appId,
|
|
111
|
+
"capabilities": args.capabilities,
|
|
112
|
+
"name": args.name,
|
|
113
|
+
}, opts);
|
|
114
|
+
}
|
|
115
|
+
exports.getFeaturesOutput = getFeaturesOutput;
|
|
116
|
+
//# sourceMappingURL=getFeatures.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFeatures.js","sourceRoot":"","sources":["../../app/getFeatures.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves a refresh token for the specified app.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ### Basic Token Information
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const example = okta.app.getToken({
|
|
14
|
+
* clientId: "0oardd5r32PWsF4421d7",
|
|
15
|
+
* id: "oar1godmqw4QUiX4C1d7",
|
|
16
|
+
* });
|
|
17
|
+
* export const tokenStatus = example.then(example => example.status);
|
|
18
|
+
* export const tokenUser = example.then(example => example.userId);
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare function getToken(args: GetTokenArgs, opts?: pulumi.InvokeOptions): Promise<GetTokenResult>;
|
|
22
|
+
/**
|
|
23
|
+
* A collection of arguments for invoking getToken.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetTokenArgs {
|
|
26
|
+
/**
|
|
27
|
+
* The unique Okta ID of the application associated with this token. This is typically the `clientId` of an application.
|
|
28
|
+
*/
|
|
29
|
+
clientId: string;
|
|
30
|
+
/**
|
|
31
|
+
* The unique Okta ID of the refresh token to retrieve.
|
|
32
|
+
*/
|
|
33
|
+
id: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getToken.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetTokenResult {
|
|
39
|
+
readonly clientId: string;
|
|
40
|
+
/**
|
|
41
|
+
* Timestamp when the token was created, in RFC3339 format.
|
|
42
|
+
*/
|
|
43
|
+
readonly created: string;
|
|
44
|
+
/**
|
|
45
|
+
* Timestamp when the token expires, in RFC3339 format.
|
|
46
|
+
*/
|
|
47
|
+
readonly expiresAt: string;
|
|
48
|
+
readonly id: string;
|
|
49
|
+
/**
|
|
50
|
+
* The complete URL of the authorization server that issued the token.
|
|
51
|
+
*/
|
|
52
|
+
readonly issuer: string;
|
|
53
|
+
/**
|
|
54
|
+
* List of scope names attached to the token.
|
|
55
|
+
*/
|
|
56
|
+
readonly scopes: string[];
|
|
57
|
+
/**
|
|
58
|
+
* The current status of the token (e.g., `ACTIVE`, `REVOKED`).
|
|
59
|
+
*/
|
|
60
|
+
readonly status: string;
|
|
61
|
+
/**
|
|
62
|
+
* The unique ID of the user associated with this token.
|
|
63
|
+
*/
|
|
64
|
+
readonly userId: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Retrieves a refresh token for the specified app.
|
|
68
|
+
*
|
|
69
|
+
* ## Example Usage
|
|
70
|
+
*
|
|
71
|
+
* ### Basic Token Information
|
|
72
|
+
*
|
|
73
|
+
* ```typescript
|
|
74
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
+
* import * as okta from "@pulumi/okta";
|
|
76
|
+
*
|
|
77
|
+
* const example = okta.app.getToken({
|
|
78
|
+
* clientId: "0oardd5r32PWsF4421d7",
|
|
79
|
+
* id: "oar1godmqw4QUiX4C1d7",
|
|
80
|
+
* });
|
|
81
|
+
* export const tokenStatus = example.then(example => example.status);
|
|
82
|
+
* export const tokenUser = example.then(example => example.userId);
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export declare function getTokenOutput(args: GetTokenOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTokenResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking getToken.
|
|
88
|
+
*/
|
|
89
|
+
export interface GetTokenOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* The unique Okta ID of the application associated with this token. This is typically the `clientId` of an application.
|
|
92
|
+
*/
|
|
93
|
+
clientId: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The unique Okta ID of the refresh token to retrieve.
|
|
96
|
+
*/
|
|
97
|
+
id: pulumi.Input<string>;
|
|
98
|
+
}
|
package/app/getToken.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTokenOutput = exports.getToken = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a refresh token for the specified app.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Basic Token Information
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as okta from "@pulumi/okta";
|
|
18
|
+
*
|
|
19
|
+
* const example = okta.app.getToken({
|
|
20
|
+
* clientId: "0oardd5r32PWsF4421d7",
|
|
21
|
+
* id: "oar1godmqw4QUiX4C1d7",
|
|
22
|
+
* });
|
|
23
|
+
* export const tokenStatus = example.then(example => example.status);
|
|
24
|
+
* export const tokenUser = example.then(example => example.userId);
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getToken(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("okta:app/getToken:getToken", {
|
|
30
|
+
"clientId": args.clientId,
|
|
31
|
+
"id": args.id,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getToken = getToken;
|
|
35
|
+
/**
|
|
36
|
+
* Retrieves a refresh token for the specified app.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ### Basic Token Information
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as okta from "@pulumi/okta";
|
|
45
|
+
*
|
|
46
|
+
* const example = okta.app.getToken({
|
|
47
|
+
* clientId: "0oardd5r32PWsF4421d7",
|
|
48
|
+
* id: "oar1godmqw4QUiX4C1d7",
|
|
49
|
+
* });
|
|
50
|
+
* export const tokenStatus = example.then(example => example.status);
|
|
51
|
+
* export const tokenUser = example.then(example => example.userId);
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
function getTokenOutput(args, opts) {
|
|
55
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
|
+
return pulumi.runtime.invokeOutput("okta:app/getToken:getToken", {
|
|
57
|
+
"clientId": args.clientId,
|
|
58
|
+
"id": args.id,
|
|
59
|
+
}, opts);
|
|
60
|
+
}
|
|
61
|
+
exports.getTokenOutput = getTokenOutput;
|
|
62
|
+
//# sourceMappingURL=getToken.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getToken.js","sourceRoot":"","sources":["../../app/getToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AA+CD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/app/groupAssignment.d.ts
CHANGED
package/app/groupAssignment.js
CHANGED
package/app/index.d.ts
CHANGED
|
@@ -10,9 +10,21 @@ export declare const BasicAuth: typeof import("./basicAuth").BasicAuth;
|
|
|
10
10
|
export { BookmarkArgs, BookmarkState } from "./bookmark";
|
|
11
11
|
export type Bookmark = import("./bookmark").Bookmark;
|
|
12
12
|
export declare const Bookmark: typeof import("./bookmark").Bookmark;
|
|
13
|
+
export { ConnectionArgs, ConnectionState } from "./connection";
|
|
14
|
+
export type Connection = import("./connection").Connection;
|
|
15
|
+
export declare const Connection: typeof import("./connection").Connection;
|
|
16
|
+
export { FeaturesArgs, FeaturesState } from "./features";
|
|
17
|
+
export type Features = import("./features").Features;
|
|
18
|
+
export declare const Features: typeof import("./features").Features;
|
|
13
19
|
export { GetAppArgs, GetAppResult, GetAppOutputArgs } from "./getApp";
|
|
14
20
|
export declare const getApp: typeof import("./getApp").getApp;
|
|
15
21
|
export declare const getAppOutput: typeof import("./getApp").getAppOutput;
|
|
22
|
+
export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection";
|
|
23
|
+
export declare const getConnection: typeof import("./getConnection").getConnection;
|
|
24
|
+
export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput;
|
|
25
|
+
export { GetFeaturesArgs, GetFeaturesResult, GetFeaturesOutputArgs } from "./getFeatures";
|
|
26
|
+
export declare const getFeatures: typeof import("./getFeatures").getFeatures;
|
|
27
|
+
export declare const getFeaturesOutput: typeof import("./getFeatures").getFeaturesOutput;
|
|
16
28
|
export { GetMetadataSamlArgs, GetMetadataSamlResult, GetMetadataSamlOutputArgs } from "./getMetadataSaml";
|
|
17
29
|
export declare const getMetadataSaml: typeof import("./getMetadataSaml").getMetadataSaml;
|
|
18
30
|
export declare const getMetadataSamlOutput: typeof import("./getMetadataSaml").getMetadataSamlOutput;
|
|
@@ -22,6 +34,9 @@ export declare const getOauthOutput: typeof import("./getOauth").getOauthOutput;
|
|
|
22
34
|
export { GetSamlArgs, GetSamlResult, GetSamlOutputArgs } from "./getSaml";
|
|
23
35
|
export declare const getSaml: typeof import("./getSaml").getSaml;
|
|
24
36
|
export declare const getSamlOutput: typeof import("./getSaml").getSamlOutput;
|
|
37
|
+
export { GetTokenArgs, GetTokenResult, GetTokenOutputArgs } from "./getToken";
|
|
38
|
+
export declare const getToken: typeof import("./getToken").getToken;
|
|
39
|
+
export declare const getTokenOutput: typeof import("./getToken").getTokenOutput;
|
|
25
40
|
export { GroupAssignmentArgs, GroupAssignmentState } from "./groupAssignment";
|
|
26
41
|
export type GroupAssignment = import("./groupAssignment").GroupAssignment;
|
|
27
42
|
export declare const GroupAssignment: typeof import("./groupAssignment").GroupAssignment;
|
|
@@ -49,6 +64,9 @@ export declare const Swa: typeof import("./swa").Swa;
|
|
|
49
64
|
export { ThreeFieldArgs, ThreeFieldState } from "./threeField";
|
|
50
65
|
export type ThreeField = import("./threeField").ThreeField;
|
|
51
66
|
export declare const ThreeField: typeof import("./threeField").ThreeField;
|
|
67
|
+
export { TokenArgs, TokenState } from "./token";
|
|
68
|
+
export type Token = import("./token").Token;
|
|
69
|
+
export declare const Token: typeof import("./token").Token;
|
|
52
70
|
export { UserArgs, UserState } from "./user";
|
|
53
71
|
export type User = import("./user").User;
|
|
54
72
|
export declare const User: typeof import("./user").User;
|
package/app/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.User = exports.ThreeField = exports.Swa = exports.SecurePasswordStore = exports.Saml = exports.OauthRoleAssignment = exports.OAuthRedirectUri = exports.OAuthPostLogoutRedirectUri = exports.OAuth = exports.GroupAssignment = exports.getSamlOutput = exports.getSaml = exports.getOauthOutput = exports.getOauth = exports.getMetadataSamlOutput = exports.getMetadataSaml = exports.getAppOutput = exports.getApp = exports.Bookmark = exports.BasicAuth = exports.AutoLogin = exports.AccessPolicyAssignment = void 0;
|
|
5
|
+
exports.User = exports.Token = exports.ThreeField = exports.Swa = exports.SecurePasswordStore = exports.Saml = exports.OauthRoleAssignment = exports.OAuthRedirectUri = exports.OAuthPostLogoutRedirectUri = exports.OAuth = exports.GroupAssignment = exports.getTokenOutput = exports.getToken = exports.getSamlOutput = exports.getSaml = exports.getOauthOutput = exports.getOauth = exports.getMetadataSamlOutput = exports.getMetadataSaml = exports.getFeaturesOutput = exports.getFeatures = exports.getConnectionOutput = exports.getConnection = exports.getAppOutput = exports.getApp = exports.Features = exports.Connection = exports.Bookmark = exports.BasicAuth = exports.AutoLogin = exports.AccessPolicyAssignment = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
exports.AccessPolicyAssignment = null;
|
|
@@ -13,9 +13,19 @@ exports.BasicAuth = null;
|
|
|
13
13
|
utilities.lazyLoad(exports, ["BasicAuth"], () => require("./basicAuth"));
|
|
14
14
|
exports.Bookmark = null;
|
|
15
15
|
utilities.lazyLoad(exports, ["Bookmark"], () => require("./bookmark"));
|
|
16
|
+
exports.Connection = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["Connection"], () => require("./connection"));
|
|
18
|
+
exports.Features = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["Features"], () => require("./features"));
|
|
16
20
|
exports.getApp = null;
|
|
17
21
|
exports.getAppOutput = null;
|
|
18
22
|
utilities.lazyLoad(exports, ["getApp", "getAppOutput"], () => require("./getApp"));
|
|
23
|
+
exports.getConnection = null;
|
|
24
|
+
exports.getConnectionOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getConnection", "getConnectionOutput"], () => require("./getConnection"));
|
|
26
|
+
exports.getFeatures = null;
|
|
27
|
+
exports.getFeaturesOutput = null;
|
|
28
|
+
utilities.lazyLoad(exports, ["getFeatures", "getFeaturesOutput"], () => require("./getFeatures"));
|
|
19
29
|
exports.getMetadataSaml = null;
|
|
20
30
|
exports.getMetadataSamlOutput = null;
|
|
21
31
|
utilities.lazyLoad(exports, ["getMetadataSaml", "getMetadataSamlOutput"], () => require("./getMetadataSaml"));
|
|
@@ -25,6 +35,9 @@ utilities.lazyLoad(exports, ["getOauth", "getOauthOutput"], () => require("./get
|
|
|
25
35
|
exports.getSaml = null;
|
|
26
36
|
exports.getSamlOutput = null;
|
|
27
37
|
utilities.lazyLoad(exports, ["getSaml", "getSamlOutput"], () => require("./getSaml"));
|
|
38
|
+
exports.getToken = null;
|
|
39
|
+
exports.getTokenOutput = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["getToken", "getTokenOutput"], () => require("./getToken"));
|
|
28
41
|
exports.GroupAssignment = null;
|
|
29
42
|
utilities.lazyLoad(exports, ["GroupAssignment"], () => require("./groupAssignment"));
|
|
30
43
|
exports.OAuth = null;
|
|
@@ -43,6 +56,8 @@ exports.Swa = null;
|
|
|
43
56
|
utilities.lazyLoad(exports, ["Swa"], () => require("./swa"));
|
|
44
57
|
exports.ThreeField = null;
|
|
45
58
|
utilities.lazyLoad(exports, ["ThreeField"], () => require("./threeField"));
|
|
59
|
+
exports.Token = null;
|
|
60
|
+
utilities.lazyLoad(exports, ["Token"], () => require("./token"));
|
|
46
61
|
exports.User = null;
|
|
47
62
|
utilities.lazyLoad(exports, ["User"], () => require("./user"));
|
|
48
63
|
const _module = {
|
|
@@ -57,6 +72,10 @@ const _module = {
|
|
|
57
72
|
return new exports.BasicAuth(name, undefined, { urn });
|
|
58
73
|
case "okta:app/bookmark:Bookmark":
|
|
59
74
|
return new exports.Bookmark(name, undefined, { urn });
|
|
75
|
+
case "okta:app/connection:Connection":
|
|
76
|
+
return new exports.Connection(name, undefined, { urn });
|
|
77
|
+
case "okta:app/features:Features":
|
|
78
|
+
return new exports.Features(name, undefined, { urn });
|
|
60
79
|
case "okta:app/groupAssignment:GroupAssignment":
|
|
61
80
|
return new exports.GroupAssignment(name, undefined, { urn });
|
|
62
81
|
case "okta:app/oAuth:OAuth":
|
|
@@ -75,6 +94,8 @@ const _module = {
|
|
|
75
94
|
return new exports.Swa(name, undefined, { urn });
|
|
76
95
|
case "okta:app/threeField:ThreeField":
|
|
77
96
|
return new exports.ThreeField(name, undefined, { urn });
|
|
97
|
+
case "okta:app/token:Token":
|
|
98
|
+
return new exports.Token(name, undefined, { urn });
|
|
78
99
|
case "okta:app/user:User":
|
|
79
100
|
return new exports.User(name, undefined, { urn });
|
|
80
101
|
default:
|
|
@@ -86,6 +107,8 @@ pulumi.runtime.registerResourceModule("okta", "app/accessPolicyAssignment", _mod
|
|
|
86
107
|
pulumi.runtime.registerResourceModule("okta", "app/autoLogin", _module);
|
|
87
108
|
pulumi.runtime.registerResourceModule("okta", "app/basicAuth", _module);
|
|
88
109
|
pulumi.runtime.registerResourceModule("okta", "app/bookmark", _module);
|
|
110
|
+
pulumi.runtime.registerResourceModule("okta", "app/connection", _module);
|
|
111
|
+
pulumi.runtime.registerResourceModule("okta", "app/features", _module);
|
|
89
112
|
pulumi.runtime.registerResourceModule("okta", "app/groupAssignment", _module);
|
|
90
113
|
pulumi.runtime.registerResourceModule("okta", "app/oAuth", _module);
|
|
91
114
|
pulumi.runtime.registerResourceModule("okta", "app/oAuthPostLogoutRedirectUri", _module);
|
|
@@ -95,5 +118,6 @@ pulumi.runtime.registerResourceModule("okta", "app/saml", _module);
|
|
|
95
118
|
pulumi.runtime.registerResourceModule("okta", "app/securePasswordStore", _module);
|
|
96
119
|
pulumi.runtime.registerResourceModule("okta", "app/swa", _module);
|
|
97
120
|
pulumi.runtime.registerResourceModule("okta", "app/threeField", _module);
|
|
121
|
+
pulumi.runtime.registerResourceModule("okta", "app/token", _module);
|
|
98
122
|
pulumi.runtime.registerResourceModule("okta", "app/user", _module);
|
|
99
123
|
//# sourceMappingURL=index.js.map
|
package/app/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../app/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,sBAAsB,GAAqE,IAAW,CAAC;AACpH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,wBAAwB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAItF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAI5D,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG1D,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,eAAe,GAAuD,IAAW,CAAC;AAClF,QAAA,qBAAqB,GAA6D,IAAW,CAAC;AAC3G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,iBAAiB,EAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC;AAGhG,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC7D,QAAA,cAAc,GAA+C,IAAW,CAAC;AACtF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,EAAC,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAG3E,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../app/index.ts"],"names":[],"mappings":"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"}
|