@pulumi/okta 5.3.0-alpha.1759905974 → 6.0.0-alpha.1759958808
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/campaign.d.ts +179 -0
- package/campaign.js +87 -0
- package/campaign.js.map +1 -0
- package/endUserMyRequests.d.ts +77 -0
- package/endUserMyRequests.js +63 -0
- package/endUserMyRequests.js.map +1 -0
- package/entitlement.d.ts +155 -0
- package/entitlement.js +92 -0
- package/entitlement.js.map +1 -0
- package/entitlementBundle.d.ts +128 -0
- package/entitlementBundle.js +77 -0
- package/entitlementBundle.js.map +1 -0
- package/getCampaign.d.ts +91 -0
- package/getCampaign.js +68 -0
- package/getCampaign.js.map +1 -0
- package/getCatalogEntryDefault.d.ts +86 -0
- package/getCatalogEntryDefault.js +50 -0
- package/getCatalogEntryDefault.js.map +1 -0
- package/getCatalogEntryUserAccessRequestFields.d.ts +30 -0
- package/getCatalogEntryUserAccessRequestFields.js +26 -0
- package/getCatalogEntryUserAccessRequestFields.js.map +1 -0
- package/getEndUserMyRequests.d.ts +183 -0
- package/getEndUserMyRequests.js +134 -0
- package/getEndUserMyRequests.js.map +1 -0
- package/getEntitlement.d.ts +71 -0
- package/getEntitlement.js +54 -0
- package/getEntitlement.js.map +1 -0
- package/getEntitlementBundle.d.ts +116 -0
- package/getEntitlementBundle.js +54 -0
- package/getEntitlementBundle.js.map +1 -0
- package/getPrincipalEntitlements.d.ts +63 -0
- package/getPrincipalEntitlements.js +34 -0
- package/getPrincipalEntitlements.js.map +1 -0
- package/getPrincipalRateLimits.d.ts +91 -0
- package/getPrincipalRateLimits.js +50 -0
- package/getPrincipalRateLimits.js.map +1 -0
- package/getRateLimitAdminNotificationSettings.d.ts +40 -0
- package/getRateLimitAdminNotificationSettings.js +42 -0
- package/getRateLimitAdminNotificationSettings.js.map +1 -0
- package/getRateLimitWarningThresholdPercentage.d.ts +40 -0
- package/getRateLimitWarningThresholdPercentage.js +42 -0
- package/getRateLimitWarningThresholdPercentage.js.map +1 -0
- package/getRequestCondition.d.ts +108 -0
- package/getRequestCondition.js +58 -0
- package/getRequestCondition.js.map +1 -0
- package/getRequestSequence.d.ts +88 -0
- package/getRequestSequence.js +54 -0
- package/getRequestSequence.js.map +1 -0
- package/getRequestSettingOrganization.d.ts +51 -0
- package/getRequestSettingOrganization.js +48 -0
- package/getRequestSettingOrganization.js.map +1 -0
- package/getRequestSettingResource.d.ts +98 -0
- package/getRequestSettingResource.js +38 -0
- package/getRequestSettingResource.js.map +1 -0
- package/getRequestV2.d.ts +37 -0
- package/getRequestV2.js +28 -0
- package/getRequestV2.js.map +1 -0
- package/getReview.d.ts +154 -0
- package/getReview.js +84 -0
- package/getReview.js.map +1 -0
- package/index.d.ts +87 -0
- package/index.js +117 -3
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/principalRateLimits.d.ts +124 -0
- package/principalRateLimits.js +71 -0
- package/principalRateLimits.js.map +1 -0
- package/rateLimitAdminNotificationSettings.d.ts +66 -0
- package/rateLimitAdminNotificationSettings.js +70 -0
- package/rateLimitAdminNotificationSettings.js.map +1 -0
- package/rateLimitWarningThresholdPercentage.d.ts +65 -0
- package/rateLimitWarningThresholdPercentage.js +69 -0
- package/rateLimitWarningThresholdPercentage.js.map +1 -0
- package/rateLimiting.d.ts +11 -43
- package/rateLimiting.js +6 -24
- package/rateLimiting.js.map +1 -1
- package/realm.d.ts +3 -3
- package/realm.js +0 -3
- package/realm.js.map +1 -1
- package/requestCondition.d.ts +165 -0
- package/requestCondition.js +88 -0
- package/requestCondition.js.map +1 -0
- package/requestSequence.d.ts +113 -0
- package/requestSequence.js +86 -0
- package/requestSequence.js.map +1 -0
- package/requestSettingOrganization.d.ts +69 -0
- package/requestSettingOrganization.js +63 -0
- package/requestSettingOrganization.js.map +1 -0
- package/requestSettingResource.d.ts +83 -0
- package/requestSettingResource.js +65 -0
- package/requestSettingResource.js.map +1 -0
- package/requestV2.d.ts +170 -0
- package/requestV2.js +77 -0
- package/requestV2.js.map +1 -0
- package/review.d.ts +172 -0
- package/review.js +109 -0
- package/review.js.map +1 -0
- package/types/input.d.ts +2156 -147
- package/types/output.d.ts +1263 -2
package/getReview.js
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
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.getReviewOutput = exports.getReview = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the reviews belonging to a campaign
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const test = okta.getReview({});
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Required:
|
|
21
|
+
*
|
|
22
|
+
* - `email` (String) The Okta user's email address.
|
|
23
|
+
* - `id` (String) The Okta user id.
|
|
24
|
+
* - `status` (String) The status of the principal's profile. Enum: `INACTIVE`, `ACTIVE`.
|
|
25
|
+
*
|
|
26
|
+
* ## Optional:
|
|
27
|
+
*
|
|
28
|
+
* - `firstName` (String) The Okta user's first name.
|
|
29
|
+
* - `lastName` (String) The Okta user's last name
|
|
30
|
+
* - `login` (String) The Okta user's login
|
|
31
|
+
*/
|
|
32
|
+
function getReview(args, opts) {
|
|
33
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
34
|
+
return pulumi.runtime.invoke("okta:index/getReview:getReview", {
|
|
35
|
+
"allReviewerLevels": args.allReviewerLevels,
|
|
36
|
+
"entitlementBundle": args.entitlementBundle,
|
|
37
|
+
"entitlementValue": args.entitlementValue,
|
|
38
|
+
"id": args.id,
|
|
39
|
+
"links": args.links,
|
|
40
|
+
"note": args.note,
|
|
41
|
+
"principalProfile": args.principalProfile,
|
|
42
|
+
"reviewerProfile": args.reviewerProfile,
|
|
43
|
+
}, opts);
|
|
44
|
+
}
|
|
45
|
+
exports.getReview = getReview;
|
|
46
|
+
/**
|
|
47
|
+
* Get the reviews belonging to a campaign
|
|
48
|
+
*
|
|
49
|
+
* ## Example Usage
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as okta from "@pulumi/okta";
|
|
54
|
+
*
|
|
55
|
+
* const test = okta.getReview({});
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* ## Required:
|
|
59
|
+
*
|
|
60
|
+
* - `email` (String) The Okta user's email address.
|
|
61
|
+
* - `id` (String) The Okta user id.
|
|
62
|
+
* - `status` (String) The status of the principal's profile. Enum: `INACTIVE`, `ACTIVE`.
|
|
63
|
+
*
|
|
64
|
+
* ## Optional:
|
|
65
|
+
*
|
|
66
|
+
* - `firstName` (String) The Okta user's first name.
|
|
67
|
+
* - `lastName` (String) The Okta user's last name
|
|
68
|
+
* - `login` (String) The Okta user's login
|
|
69
|
+
*/
|
|
70
|
+
function getReviewOutput(args, opts) {
|
|
71
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
72
|
+
return pulumi.runtime.invokeOutput("okta:index/getReview:getReview", {
|
|
73
|
+
"allReviewerLevels": args.allReviewerLevels,
|
|
74
|
+
"entitlementBundle": args.entitlementBundle,
|
|
75
|
+
"entitlementValue": args.entitlementValue,
|
|
76
|
+
"id": args.id,
|
|
77
|
+
"links": args.links,
|
|
78
|
+
"note": args.note,
|
|
79
|
+
"principalProfile": args.principalProfile,
|
|
80
|
+
"reviewerProfile": args.reviewerProfile,
|
|
81
|
+
}, opts);
|
|
82
|
+
}
|
|
83
|
+
exports.getReviewOutput = getReviewOutput;
|
|
84
|
+
//# sourceMappingURL=getReview.js.map
|
package/getReview.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getReview.js","sourceRoot":"","sources":["../getReview.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8BAYC;AAqFD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0CAYC"}
|
package/index.d.ts
CHANGED
|
@@ -46,6 +46,9 @@ export declare const Behaviour: typeof import("./behaviour").Behaviour;
|
|
|
46
46
|
export { BrandArgs, BrandState } from "./brand";
|
|
47
47
|
export type Brand = import("./brand").Brand;
|
|
48
48
|
export declare const Brand: typeof import("./brand").Brand;
|
|
49
|
+
export { CampaignArgs, CampaignState } from "./campaign";
|
|
50
|
+
export type Campaign = import("./campaign").Campaign;
|
|
51
|
+
export declare const Campaign: typeof import("./campaign").Campaign;
|
|
49
52
|
export { CaptchaArgs, CaptchaState } from "./captcha";
|
|
50
53
|
export type Captcha = import("./captcha").Captcha;
|
|
51
54
|
export declare const Captcha: typeof import("./captcha").Captcha;
|
|
@@ -85,6 +88,15 @@ export declare const EmailSmtpServer: typeof import("./emailSmtpServer").EmailSm
|
|
|
85
88
|
export { EmailTemplateSettingsArgs, EmailTemplateSettingsState } from "./emailTemplateSettings";
|
|
86
89
|
export type EmailTemplateSettings = import("./emailTemplateSettings").EmailTemplateSettings;
|
|
87
90
|
export declare const EmailTemplateSettings: typeof import("./emailTemplateSettings").EmailTemplateSettings;
|
|
91
|
+
export { EndUserMyRequestsArgs, EndUserMyRequestsState } from "./endUserMyRequests";
|
|
92
|
+
export type EndUserMyRequests = import("./endUserMyRequests").EndUserMyRequests;
|
|
93
|
+
export declare const EndUserMyRequests: typeof import("./endUserMyRequests").EndUserMyRequests;
|
|
94
|
+
export { EntitlementArgs, EntitlementState } from "./entitlement";
|
|
95
|
+
export type Entitlement = import("./entitlement").Entitlement;
|
|
96
|
+
export declare const Entitlement: typeof import("./entitlement").Entitlement;
|
|
97
|
+
export { EntitlementBundleArgs, EntitlementBundleState } from "./entitlementBundle";
|
|
98
|
+
export type EntitlementBundle = import("./entitlementBundle").EntitlementBundle;
|
|
99
|
+
export declare const EntitlementBundle: typeof import("./entitlementBundle").EntitlementBundle;
|
|
88
100
|
export { EventHookArgs, EventHookState } from "./eventHook";
|
|
89
101
|
export type EventHook = import("./eventHook").EventHook;
|
|
90
102
|
export declare const EventHook: typeof import("./eventHook").EventHook;
|
|
@@ -130,6 +142,15 @@ export declare const getBrandOutput: typeof import("./getBrand").getBrandOutput;
|
|
|
130
142
|
export { GetBrandsResult } from "./getBrands";
|
|
131
143
|
export declare const getBrands: typeof import("./getBrands").getBrands;
|
|
132
144
|
export declare const getBrandsOutput: typeof import("./getBrands").getBrandsOutput;
|
|
145
|
+
export { GetCampaignArgs, GetCampaignResult, GetCampaignOutputArgs } from "./getCampaign";
|
|
146
|
+
export declare const getCampaign: typeof import("./getCampaign").getCampaign;
|
|
147
|
+
export declare const getCampaignOutput: typeof import("./getCampaign").getCampaignOutput;
|
|
148
|
+
export { GetCatalogEntryDefaultArgs, GetCatalogEntryDefaultResult, GetCatalogEntryDefaultOutputArgs } from "./getCatalogEntryDefault";
|
|
149
|
+
export declare const getCatalogEntryDefault: typeof import("./getCatalogEntryDefault").getCatalogEntryDefault;
|
|
150
|
+
export declare const getCatalogEntryDefaultOutput: typeof import("./getCatalogEntryDefault").getCatalogEntryDefaultOutput;
|
|
151
|
+
export { GetCatalogEntryUserAccessRequestFieldsArgs, GetCatalogEntryUserAccessRequestFieldsResult, GetCatalogEntryUserAccessRequestFieldsOutputArgs } from "./getCatalogEntryUserAccessRequestFields";
|
|
152
|
+
export declare const getCatalogEntryUserAccessRequestFields: typeof import("./getCatalogEntryUserAccessRequestFields").getCatalogEntryUserAccessRequestFields;
|
|
153
|
+
export declare const getCatalogEntryUserAccessRequestFieldsOutput: typeof import("./getCatalogEntryUserAccessRequestFields").getCatalogEntryUserAccessRequestFieldsOutput;
|
|
133
154
|
export { GetDefaultSigninPageArgs, GetDefaultSigninPageResult, GetDefaultSigninPageOutputArgs } from "./getDefaultSigninPage";
|
|
134
155
|
export declare const getDefaultSigninPage: typeof import("./getDefaultSigninPage").getDefaultSigninPage;
|
|
135
156
|
export declare const getDefaultSigninPageOutput: typeof import("./getDefaultSigninPage").getDefaultSigninPageOutput;
|
|
@@ -148,6 +169,15 @@ export declare const getEmailCustomizationsOutput: typeof import("./getEmailCust
|
|
|
148
169
|
export { GetEmailSmtpServerArgs, GetEmailSmtpServerResult, GetEmailSmtpServerOutputArgs } from "./getEmailSmtpServer";
|
|
149
170
|
export declare const getEmailSmtpServer: typeof import("./getEmailSmtpServer").getEmailSmtpServer;
|
|
150
171
|
export declare const getEmailSmtpServerOutput: typeof import("./getEmailSmtpServer").getEmailSmtpServerOutput;
|
|
172
|
+
export { GetEndUserMyRequestsArgs, GetEndUserMyRequestsResult, GetEndUserMyRequestsOutputArgs } from "./getEndUserMyRequests";
|
|
173
|
+
export declare const getEndUserMyRequests: typeof import("./getEndUserMyRequests").getEndUserMyRequests;
|
|
174
|
+
export declare const getEndUserMyRequestsOutput: typeof import("./getEndUserMyRequests").getEndUserMyRequestsOutput;
|
|
175
|
+
export { GetEntitlementArgs, GetEntitlementResult, GetEntitlementOutputArgs } from "./getEntitlement";
|
|
176
|
+
export declare const getEntitlement: typeof import("./getEntitlement").getEntitlement;
|
|
177
|
+
export declare const getEntitlementOutput: typeof import("./getEntitlement").getEntitlementOutput;
|
|
178
|
+
export { GetEntitlementBundleArgs, GetEntitlementBundleResult, GetEntitlementBundleOutputArgs } from "./getEntitlementBundle";
|
|
179
|
+
export declare const getEntitlementBundle: typeof import("./getEntitlementBundle").getEntitlementBundle;
|
|
180
|
+
export declare const getEntitlementBundleOutput: typeof import("./getEntitlementBundle").getEntitlementBundleOutput;
|
|
151
181
|
export { GetFeaturesArgs, GetFeaturesResult, GetFeaturesOutputArgs } from "./getFeatures";
|
|
152
182
|
export declare const getFeatures: typeof import("./getFeatures").getFeatures;
|
|
153
183
|
export declare const getFeaturesOutput: typeof import("./getFeatures").getFeaturesOutput;
|
|
@@ -163,12 +193,42 @@ export declare const getNetworkZoneOutput: typeof import("./getNetworkZone").get
|
|
|
163
193
|
export { GetOrgMetadataArgs, GetOrgMetadataResult, GetOrgMetadataOutputArgs } from "./getOrgMetadata";
|
|
164
194
|
export declare const getOrgMetadata: typeof import("./getOrgMetadata").getOrgMetadata;
|
|
165
195
|
export declare const getOrgMetadataOutput: typeof import("./getOrgMetadata").getOrgMetadataOutput;
|
|
196
|
+
export { GetPrincipalEntitlementsArgs, GetPrincipalEntitlementsResult, GetPrincipalEntitlementsOutputArgs } from "./getPrincipalEntitlements";
|
|
197
|
+
export declare const getPrincipalEntitlements: typeof import("./getPrincipalEntitlements").getPrincipalEntitlements;
|
|
198
|
+
export declare const getPrincipalEntitlementsOutput: typeof import("./getPrincipalEntitlements").getPrincipalEntitlementsOutput;
|
|
199
|
+
export { GetPrincipalRateLimitsArgs, GetPrincipalRateLimitsResult, GetPrincipalRateLimitsOutputArgs } from "./getPrincipalRateLimits";
|
|
200
|
+
export declare const getPrincipalRateLimits: typeof import("./getPrincipalRateLimits").getPrincipalRateLimits;
|
|
201
|
+
export declare const getPrincipalRateLimitsOutput: typeof import("./getPrincipalRateLimits").getPrincipalRateLimitsOutput;
|
|
202
|
+
export { GetRateLimitAdminNotificationSettingsResult } from "./getRateLimitAdminNotificationSettings";
|
|
203
|
+
export declare const getRateLimitAdminNotificationSettings: typeof import("./getRateLimitAdminNotificationSettings").getRateLimitAdminNotificationSettings;
|
|
204
|
+
export declare const getRateLimitAdminNotificationSettingsOutput: typeof import("./getRateLimitAdminNotificationSettings").getRateLimitAdminNotificationSettingsOutput;
|
|
205
|
+
export { GetRateLimitWarningThresholdPercentageResult } from "./getRateLimitWarningThresholdPercentage";
|
|
206
|
+
export declare const getRateLimitWarningThresholdPercentage: typeof import("./getRateLimitWarningThresholdPercentage").getRateLimitWarningThresholdPercentage;
|
|
207
|
+
export declare const getRateLimitWarningThresholdPercentageOutput: typeof import("./getRateLimitWarningThresholdPercentage").getRateLimitWarningThresholdPercentageOutput;
|
|
166
208
|
export { GetRealmArgs, GetRealmResult, GetRealmOutputArgs } from "./getRealm";
|
|
167
209
|
export declare const getRealm: typeof import("./getRealm").getRealm;
|
|
168
210
|
export declare const getRealmOutput: typeof import("./getRealm").getRealmOutput;
|
|
169
211
|
export { GetRealmAssignmentArgs, GetRealmAssignmentResult, GetRealmAssignmentOutputArgs } from "./getRealmAssignment";
|
|
170
212
|
export declare const getRealmAssignment: typeof import("./getRealmAssignment").getRealmAssignment;
|
|
171
213
|
export declare const getRealmAssignmentOutput: typeof import("./getRealmAssignment").getRealmAssignmentOutput;
|
|
214
|
+
export { GetRequestConditionArgs, GetRequestConditionResult, GetRequestConditionOutputArgs } from "./getRequestCondition";
|
|
215
|
+
export declare const getRequestCondition: typeof import("./getRequestCondition").getRequestCondition;
|
|
216
|
+
export declare const getRequestConditionOutput: typeof import("./getRequestCondition").getRequestConditionOutput;
|
|
217
|
+
export { GetRequestSequenceArgs, GetRequestSequenceResult, GetRequestSequenceOutputArgs } from "./getRequestSequence";
|
|
218
|
+
export declare const getRequestSequence: typeof import("./getRequestSequence").getRequestSequence;
|
|
219
|
+
export declare const getRequestSequenceOutput: typeof import("./getRequestSequence").getRequestSequenceOutput;
|
|
220
|
+
export { GetRequestSettingOrganizationArgs, GetRequestSettingOrganizationResult, GetRequestSettingOrganizationOutputArgs } from "./getRequestSettingOrganization";
|
|
221
|
+
export declare const getRequestSettingOrganization: typeof import("./getRequestSettingOrganization").getRequestSettingOrganization;
|
|
222
|
+
export declare const getRequestSettingOrganizationOutput: typeof import("./getRequestSettingOrganization").getRequestSettingOrganizationOutput;
|
|
223
|
+
export { GetRequestSettingResourceArgs, GetRequestSettingResourceResult, GetRequestSettingResourceOutputArgs } from "./getRequestSettingResource";
|
|
224
|
+
export declare const getRequestSettingResource: typeof import("./getRequestSettingResource").getRequestSettingResource;
|
|
225
|
+
export declare const getRequestSettingResourceOutput: typeof import("./getRequestSettingResource").getRequestSettingResourceOutput;
|
|
226
|
+
export { GetRequestV2Args, GetRequestV2Result, GetRequestV2OutputArgs } from "./getRequestV2";
|
|
227
|
+
export declare const getRequestV2: typeof import("./getRequestV2").getRequestV2;
|
|
228
|
+
export declare const getRequestV2Output: typeof import("./getRequestV2").getRequestV2Output;
|
|
229
|
+
export { GetReviewArgs, GetReviewResult, GetReviewOutputArgs } from "./getReview";
|
|
230
|
+
export declare const getReview: typeof import("./getReview").getReview;
|
|
231
|
+
export declare const getReviewOutput: typeof import("./getReview").getReviewOutput;
|
|
172
232
|
export { GetRoleSubscriptionArgs, GetRoleSubscriptionResult, GetRoleSubscriptionOutputArgs } from "./getRoleSubscription";
|
|
173
233
|
export declare const getRoleSubscription: typeof import("./getRoleSubscription").getRoleSubscription;
|
|
174
234
|
export declare const getRoleSubscriptionOutput: typeof import("./getRoleSubscription").getRoleSubscriptionOutput;
|
|
@@ -229,7 +289,16 @@ export declare const PolicyRuleProfileEnrollment: typeof import("./policyRulePro
|
|
|
229
289
|
export { PreviewSigninPageArgs, PreviewSigninPageState } from "./previewSigninPage";
|
|
230
290
|
export type PreviewSigninPage = import("./previewSigninPage").PreviewSigninPage;
|
|
231
291
|
export declare const PreviewSigninPage: typeof import("./previewSigninPage").PreviewSigninPage;
|
|
292
|
+
export { PrincipalRateLimitsArgs, PrincipalRateLimitsState } from "./principalRateLimits";
|
|
293
|
+
export type PrincipalRateLimits = import("./principalRateLimits").PrincipalRateLimits;
|
|
294
|
+
export declare const PrincipalRateLimits: typeof import("./principalRateLimits").PrincipalRateLimits;
|
|
232
295
|
export * from "./provider";
|
|
296
|
+
export { RateLimitAdminNotificationSettingsArgs, RateLimitAdminNotificationSettingsState } from "./rateLimitAdminNotificationSettings";
|
|
297
|
+
export type RateLimitAdminNotificationSettings = import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
|
|
298
|
+
export declare const RateLimitAdminNotificationSettings: typeof import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
|
|
299
|
+
export { RateLimitWarningThresholdPercentageArgs, RateLimitWarningThresholdPercentageState } from "./rateLimitWarningThresholdPercentage";
|
|
300
|
+
export type RateLimitWarningThresholdPercentage = import("./rateLimitWarningThresholdPercentage").RateLimitWarningThresholdPercentage;
|
|
301
|
+
export declare const RateLimitWarningThresholdPercentage: typeof import("./rateLimitWarningThresholdPercentage").RateLimitWarningThresholdPercentage;
|
|
233
302
|
export { RateLimitingArgs, RateLimitingState } from "./rateLimiting";
|
|
234
303
|
export type RateLimiting = import("./rateLimiting").RateLimiting;
|
|
235
304
|
export declare const RateLimiting: typeof import("./rateLimiting").RateLimiting;
|
|
@@ -239,9 +308,27 @@ export declare const Realm: typeof import("./realm").Realm;
|
|
|
239
308
|
export { RealmAssignmentArgs, RealmAssignmentState } from "./realmAssignment";
|
|
240
309
|
export type RealmAssignment = import("./realmAssignment").RealmAssignment;
|
|
241
310
|
export declare const RealmAssignment: typeof import("./realmAssignment").RealmAssignment;
|
|
311
|
+
export { RequestConditionArgs, RequestConditionState } from "./requestCondition";
|
|
312
|
+
export type RequestCondition = import("./requestCondition").RequestCondition;
|
|
313
|
+
export declare const RequestCondition: typeof import("./requestCondition").RequestCondition;
|
|
314
|
+
export { RequestSequenceArgs, RequestSequenceState } from "./requestSequence";
|
|
315
|
+
export type RequestSequence = import("./requestSequence").RequestSequence;
|
|
316
|
+
export declare const RequestSequence: typeof import("./requestSequence").RequestSequence;
|
|
317
|
+
export { RequestSettingOrganizationArgs, RequestSettingOrganizationState } from "./requestSettingOrganization";
|
|
318
|
+
export type RequestSettingOrganization = import("./requestSettingOrganization").RequestSettingOrganization;
|
|
319
|
+
export declare const RequestSettingOrganization: typeof import("./requestSettingOrganization").RequestSettingOrganization;
|
|
320
|
+
export { RequestSettingResourceArgs, RequestSettingResourceState } from "./requestSettingResource";
|
|
321
|
+
export type RequestSettingResource = import("./requestSettingResource").RequestSettingResource;
|
|
322
|
+
export declare const RequestSettingResource: typeof import("./requestSettingResource").RequestSettingResource;
|
|
323
|
+
export { RequestV2Args, RequestV2State } from "./requestV2";
|
|
324
|
+
export type RequestV2 = import("./requestV2").RequestV2;
|
|
325
|
+
export declare const RequestV2: typeof import("./requestV2").RequestV2;
|
|
242
326
|
export { ResourceSetArgs, ResourceSetState } from "./resourceSet";
|
|
243
327
|
export type ResourceSet = import("./resourceSet").ResourceSet;
|
|
244
328
|
export declare const ResourceSet: typeof import("./resourceSet").ResourceSet;
|
|
329
|
+
export { ReviewArgs, ReviewState } from "./review";
|
|
330
|
+
export type Review = import("./review").Review;
|
|
331
|
+
export declare const Review: typeof import("./review").Review;
|
|
245
332
|
export { RoleSubscriptionArgs, RoleSubscriptionState } from "./roleSubscription";
|
|
246
333
|
export type RoleSubscription = import("./roleSubscription").RoleSubscription;
|
|
247
334
|
export declare const RoleSubscription: typeof import("./roleSubscription").RoleSubscription;
|
package/index.js
CHANGED
|
@@ -16,9 +16,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
19
|
+
exports.getAuthenticator = exports.getAuthServerClaimsOutput = exports.getAuthServerClaims = exports.getAuthServerClaimOutput = exports.getAuthServerClaim = exports.getAppsOutput = exports.getApps = exports.getAppUserAssignmentsOutput = exports.getAppUserAssignments = exports.getAppSignonPolicyOutput = exports.getAppSignonPolicy = exports.getAppGroupAssignmentsOutput = exports.getAppGroupAssignments = exports.Feature = exports.FactorTotp = exports.EventHookVerification = exports.EventHook = exports.EntitlementBundle = exports.Entitlement = exports.EndUserMyRequests = exports.EmailTemplateSettings = exports.EmailSmtpServer = exports.EmailSenderVerification = exports.EmailSender = exports.EmailDomainVerification = exports.EmailDomain = exports.EmailCustomization = exports.DomainVerification = exports.DomainCertificate = exports.Domain = exports.CustomizedSigninPage = exports.CaptchaOrgWideSettings = exports.Captcha = exports.Campaign = exports.Brand = exports.Behaviour = exports.Authenticator = exports.AuthServerDefault = exports.AuthServerClaimDefault = exports.AppUserSchemaProperty = exports.AppUserBaseSchemaProperty = exports.AppSignonPolicyRule = exports.AppSignonPolicy = exports.AppSharedCredentials = exports.AppSamlAppSettings = exports.AppOauthApiScope = exports.AppGroupAssignments = exports.AdminRoleTargets = exports.AdminRoleCustomAssignments = exports.AdminRoleCustom = void 0;
|
|
20
|
+
exports.getRateLimitWarningThresholdPercentage = exports.getRateLimitAdminNotificationSettingsOutput = exports.getRateLimitAdminNotificationSettings = exports.getPrincipalRateLimitsOutput = exports.getPrincipalRateLimits = exports.getPrincipalEntitlementsOutput = exports.getPrincipalEntitlements = exports.getOrgMetadataOutput = exports.getOrgMetadata = exports.getNetworkZoneOutput = exports.getNetworkZone = exports.getLogStreamOutput = exports.getLogStream = exports.getGroupsOutput = exports.getGroups = exports.getFeaturesOutput = exports.getFeatures = exports.getEntitlementBundleOutput = exports.getEntitlementBundle = exports.getEntitlementOutput = exports.getEntitlement = exports.getEndUserMyRequestsOutput = exports.getEndUserMyRequests = exports.getEmailSmtpServerOutput = exports.getEmailSmtpServer = exports.getEmailCustomizationsOutput = exports.getEmailCustomizations = exports.getEmailCustomizationOutput = exports.getEmailCustomization = exports.getDomainOutput = exports.getDomain = exports.getDeviceAssurancePolicyOutput = exports.getDeviceAssurancePolicy = exports.getDefaultSigninPageOutput = exports.getDefaultSigninPage = exports.getCatalogEntryUserAccessRequestFieldsOutput = exports.getCatalogEntryUserAccessRequestFields = exports.getCatalogEntryDefaultOutput = exports.getCatalogEntryDefault = exports.getCampaignOutput = exports.getCampaign = exports.getBrandsOutput = exports.getBrands = exports.getBrandOutput = exports.getBrand = exports.getBehavioursOutput = exports.getBehaviours = exports.getBehaviourOutput = exports.getBehaviour = exports.getAuthenticatorOutput = void 0;
|
|
21
|
+
exports.RealmAssignment = exports.Realm = exports.RateLimiting = exports.RateLimitWarningThresholdPercentage = exports.RateLimitAdminNotificationSettings = exports.PrincipalRateLimits = exports.PreviewSigninPage = exports.PolicyRuleProfileEnrollment = exports.PolicyProfileEnrollmentApps = exports.PolicyProfileEnrollment = exports.PolicyPasswordDefault = exports.PolicyMfaDefault = exports.OrgSupport = exports.OrgConfiguration = exports.LogStream = exports.LinkValue = exports.LinkDefinition = exports.GroupSchemaProperty = exports.GroupMemberships = exports.getUserSecurityQuestionsOutput = exports.getUserSecurityQuestions = exports.getTrustedOriginsOutput = exports.getTrustedOrigins = exports.getThemesOutput = exports.getThemes = exports.getThemeOutput = exports.getTheme = exports.getTemplatesOutput = exports.getTemplates = exports.getTemplateOutput = exports.getTemplate = exports.getRoleSubscriptionOutput = exports.getRoleSubscription = exports.getReviewOutput = exports.getReview = exports.getRequestV2Output = exports.getRequestV2 = exports.getRequestSettingResourceOutput = exports.getRequestSettingResource = exports.getRequestSettingOrganizationOutput = exports.getRequestSettingOrganization = exports.getRequestSequenceOutput = exports.getRequestSequence = exports.getRequestConditionOutput = exports.getRequestCondition = exports.getRealmAssignmentOutput = exports.getRealmAssignment = exports.getRealmOutput = exports.getRealm = exports.getRateLimitWarningThresholdPercentageOutput = void 0;
|
|
22
|
+
exports.user = exports.types = exports.trustedorigin = exports.profile = exports.policy = exports.network = exports.inline = exports.idp = exports.group = exports.factor = exports.config = exports.auth = exports.app = exports.UserSchemaProperty = exports.UserGroupMemberships = exports.UserFactorQuestion = exports.UserBaseSchemaProperty = exports.UserAdminRoles = exports.TrustedServer = exports.ThreatInsightSettings = exports.Theme = exports.TemplateSms = exports.SecurityNotificationEmails = exports.RoleSubscription = exports.Review = exports.ResourceSet = exports.RequestV2 = exports.RequestSettingResource = exports.RequestSettingOrganization = exports.RequestSequence = exports.RequestCondition = void 0;
|
|
22
23
|
const pulumi = require("@pulumi/pulumi");
|
|
23
24
|
const utilities = require("./utilities");
|
|
24
25
|
exports.AdminRoleCustom = null;
|
|
@@ -53,6 +54,8 @@ exports.Behaviour = null;
|
|
|
53
54
|
utilities.lazyLoad(exports, ["Behaviour"], () => require("./behaviour"));
|
|
54
55
|
exports.Brand = null;
|
|
55
56
|
utilities.lazyLoad(exports, ["Brand"], () => require("./brand"));
|
|
57
|
+
exports.Campaign = null;
|
|
58
|
+
utilities.lazyLoad(exports, ["Campaign"], () => require("./campaign"));
|
|
56
59
|
exports.Captcha = null;
|
|
57
60
|
utilities.lazyLoad(exports, ["Captcha"], () => require("./captcha"));
|
|
58
61
|
exports.CaptchaOrgWideSettings = null;
|
|
@@ -79,6 +82,12 @@ exports.EmailSmtpServer = null;
|
|
|
79
82
|
utilities.lazyLoad(exports, ["EmailSmtpServer"], () => require("./emailSmtpServer"));
|
|
80
83
|
exports.EmailTemplateSettings = null;
|
|
81
84
|
utilities.lazyLoad(exports, ["EmailTemplateSettings"], () => require("./emailTemplateSettings"));
|
|
85
|
+
exports.EndUserMyRequests = null;
|
|
86
|
+
utilities.lazyLoad(exports, ["EndUserMyRequests"], () => require("./endUserMyRequests"));
|
|
87
|
+
exports.Entitlement = null;
|
|
88
|
+
utilities.lazyLoad(exports, ["Entitlement"], () => require("./entitlement"));
|
|
89
|
+
exports.EntitlementBundle = null;
|
|
90
|
+
utilities.lazyLoad(exports, ["EntitlementBundle"], () => require("./entitlementBundle"));
|
|
82
91
|
exports.EventHook = null;
|
|
83
92
|
utilities.lazyLoad(exports, ["EventHook"], () => require("./eventHook"));
|
|
84
93
|
exports.EventHookVerification = null;
|
|
@@ -120,6 +129,15 @@ utilities.lazyLoad(exports, ["getBrand", "getBrandOutput"], () => require("./get
|
|
|
120
129
|
exports.getBrands = null;
|
|
121
130
|
exports.getBrandsOutput = null;
|
|
122
131
|
utilities.lazyLoad(exports, ["getBrands", "getBrandsOutput"], () => require("./getBrands"));
|
|
132
|
+
exports.getCampaign = null;
|
|
133
|
+
exports.getCampaignOutput = null;
|
|
134
|
+
utilities.lazyLoad(exports, ["getCampaign", "getCampaignOutput"], () => require("./getCampaign"));
|
|
135
|
+
exports.getCatalogEntryDefault = null;
|
|
136
|
+
exports.getCatalogEntryDefaultOutput = null;
|
|
137
|
+
utilities.lazyLoad(exports, ["getCatalogEntryDefault", "getCatalogEntryDefaultOutput"], () => require("./getCatalogEntryDefault"));
|
|
138
|
+
exports.getCatalogEntryUserAccessRequestFields = null;
|
|
139
|
+
exports.getCatalogEntryUserAccessRequestFieldsOutput = null;
|
|
140
|
+
utilities.lazyLoad(exports, ["getCatalogEntryUserAccessRequestFields", "getCatalogEntryUserAccessRequestFieldsOutput"], () => require("./getCatalogEntryUserAccessRequestFields"));
|
|
123
141
|
exports.getDefaultSigninPage = null;
|
|
124
142
|
exports.getDefaultSigninPageOutput = null;
|
|
125
143
|
utilities.lazyLoad(exports, ["getDefaultSigninPage", "getDefaultSigninPageOutput"], () => require("./getDefaultSigninPage"));
|
|
@@ -138,6 +156,15 @@ utilities.lazyLoad(exports, ["getEmailCustomizations", "getEmailCustomizationsOu
|
|
|
138
156
|
exports.getEmailSmtpServer = null;
|
|
139
157
|
exports.getEmailSmtpServerOutput = null;
|
|
140
158
|
utilities.lazyLoad(exports, ["getEmailSmtpServer", "getEmailSmtpServerOutput"], () => require("./getEmailSmtpServer"));
|
|
159
|
+
exports.getEndUserMyRequests = null;
|
|
160
|
+
exports.getEndUserMyRequestsOutput = null;
|
|
161
|
+
utilities.lazyLoad(exports, ["getEndUserMyRequests", "getEndUserMyRequestsOutput"], () => require("./getEndUserMyRequests"));
|
|
162
|
+
exports.getEntitlement = null;
|
|
163
|
+
exports.getEntitlementOutput = null;
|
|
164
|
+
utilities.lazyLoad(exports, ["getEntitlement", "getEntitlementOutput"], () => require("./getEntitlement"));
|
|
165
|
+
exports.getEntitlementBundle = null;
|
|
166
|
+
exports.getEntitlementBundleOutput = null;
|
|
167
|
+
utilities.lazyLoad(exports, ["getEntitlementBundle", "getEntitlementBundleOutput"], () => require("./getEntitlementBundle"));
|
|
141
168
|
exports.getFeatures = null;
|
|
142
169
|
exports.getFeaturesOutput = null;
|
|
143
170
|
utilities.lazyLoad(exports, ["getFeatures", "getFeaturesOutput"], () => require("./getFeatures"));
|
|
@@ -153,12 +180,42 @@ utilities.lazyLoad(exports, ["getNetworkZone", "getNetworkZoneOutput"], () => re
|
|
|
153
180
|
exports.getOrgMetadata = null;
|
|
154
181
|
exports.getOrgMetadataOutput = null;
|
|
155
182
|
utilities.lazyLoad(exports, ["getOrgMetadata", "getOrgMetadataOutput"], () => require("./getOrgMetadata"));
|
|
183
|
+
exports.getPrincipalEntitlements = null;
|
|
184
|
+
exports.getPrincipalEntitlementsOutput = null;
|
|
185
|
+
utilities.lazyLoad(exports, ["getPrincipalEntitlements", "getPrincipalEntitlementsOutput"], () => require("./getPrincipalEntitlements"));
|
|
186
|
+
exports.getPrincipalRateLimits = null;
|
|
187
|
+
exports.getPrincipalRateLimitsOutput = null;
|
|
188
|
+
utilities.lazyLoad(exports, ["getPrincipalRateLimits", "getPrincipalRateLimitsOutput"], () => require("./getPrincipalRateLimits"));
|
|
189
|
+
exports.getRateLimitAdminNotificationSettings = null;
|
|
190
|
+
exports.getRateLimitAdminNotificationSettingsOutput = null;
|
|
191
|
+
utilities.lazyLoad(exports, ["getRateLimitAdminNotificationSettings", "getRateLimitAdminNotificationSettingsOutput"], () => require("./getRateLimitAdminNotificationSettings"));
|
|
192
|
+
exports.getRateLimitWarningThresholdPercentage = null;
|
|
193
|
+
exports.getRateLimitWarningThresholdPercentageOutput = null;
|
|
194
|
+
utilities.lazyLoad(exports, ["getRateLimitWarningThresholdPercentage", "getRateLimitWarningThresholdPercentageOutput"], () => require("./getRateLimitWarningThresholdPercentage"));
|
|
156
195
|
exports.getRealm = null;
|
|
157
196
|
exports.getRealmOutput = null;
|
|
158
197
|
utilities.lazyLoad(exports, ["getRealm", "getRealmOutput"], () => require("./getRealm"));
|
|
159
198
|
exports.getRealmAssignment = null;
|
|
160
199
|
exports.getRealmAssignmentOutput = null;
|
|
161
200
|
utilities.lazyLoad(exports, ["getRealmAssignment", "getRealmAssignmentOutput"], () => require("./getRealmAssignment"));
|
|
201
|
+
exports.getRequestCondition = null;
|
|
202
|
+
exports.getRequestConditionOutput = null;
|
|
203
|
+
utilities.lazyLoad(exports, ["getRequestCondition", "getRequestConditionOutput"], () => require("./getRequestCondition"));
|
|
204
|
+
exports.getRequestSequence = null;
|
|
205
|
+
exports.getRequestSequenceOutput = null;
|
|
206
|
+
utilities.lazyLoad(exports, ["getRequestSequence", "getRequestSequenceOutput"], () => require("./getRequestSequence"));
|
|
207
|
+
exports.getRequestSettingOrganization = null;
|
|
208
|
+
exports.getRequestSettingOrganizationOutput = null;
|
|
209
|
+
utilities.lazyLoad(exports, ["getRequestSettingOrganization", "getRequestSettingOrganizationOutput"], () => require("./getRequestSettingOrganization"));
|
|
210
|
+
exports.getRequestSettingResource = null;
|
|
211
|
+
exports.getRequestSettingResourceOutput = null;
|
|
212
|
+
utilities.lazyLoad(exports, ["getRequestSettingResource", "getRequestSettingResourceOutput"], () => require("./getRequestSettingResource"));
|
|
213
|
+
exports.getRequestV2 = null;
|
|
214
|
+
exports.getRequestV2Output = null;
|
|
215
|
+
utilities.lazyLoad(exports, ["getRequestV2", "getRequestV2Output"], () => require("./getRequestV2"));
|
|
216
|
+
exports.getReview = null;
|
|
217
|
+
exports.getReviewOutput = null;
|
|
218
|
+
utilities.lazyLoad(exports, ["getReview", "getReviewOutput"], () => require("./getReview"));
|
|
162
219
|
exports.getRoleSubscription = null;
|
|
163
220
|
exports.getRoleSubscriptionOutput = null;
|
|
164
221
|
utilities.lazyLoad(exports, ["getRoleSubscription", "getRoleSubscriptionOutput"], () => require("./getRoleSubscription"));
|
|
@@ -206,16 +263,34 @@ exports.PolicyRuleProfileEnrollment = null;
|
|
|
206
263
|
utilities.lazyLoad(exports, ["PolicyRuleProfileEnrollment"], () => require("./policyRuleProfileEnrollment"));
|
|
207
264
|
exports.PreviewSigninPage = null;
|
|
208
265
|
utilities.lazyLoad(exports, ["PreviewSigninPage"], () => require("./previewSigninPage"));
|
|
266
|
+
exports.PrincipalRateLimits = null;
|
|
267
|
+
utilities.lazyLoad(exports, ["PrincipalRateLimits"], () => require("./principalRateLimits"));
|
|
209
268
|
__exportStar(require("./provider"), exports);
|
|
210
269
|
const provider_1 = require("./provider");
|
|
270
|
+
exports.RateLimitAdminNotificationSettings = null;
|
|
271
|
+
utilities.lazyLoad(exports, ["RateLimitAdminNotificationSettings"], () => require("./rateLimitAdminNotificationSettings"));
|
|
272
|
+
exports.RateLimitWarningThresholdPercentage = null;
|
|
273
|
+
utilities.lazyLoad(exports, ["RateLimitWarningThresholdPercentage"], () => require("./rateLimitWarningThresholdPercentage"));
|
|
211
274
|
exports.RateLimiting = null;
|
|
212
275
|
utilities.lazyLoad(exports, ["RateLimiting"], () => require("./rateLimiting"));
|
|
213
276
|
exports.Realm = null;
|
|
214
277
|
utilities.lazyLoad(exports, ["Realm"], () => require("./realm"));
|
|
215
278
|
exports.RealmAssignment = null;
|
|
216
279
|
utilities.lazyLoad(exports, ["RealmAssignment"], () => require("./realmAssignment"));
|
|
280
|
+
exports.RequestCondition = null;
|
|
281
|
+
utilities.lazyLoad(exports, ["RequestCondition"], () => require("./requestCondition"));
|
|
282
|
+
exports.RequestSequence = null;
|
|
283
|
+
utilities.lazyLoad(exports, ["RequestSequence"], () => require("./requestSequence"));
|
|
284
|
+
exports.RequestSettingOrganization = null;
|
|
285
|
+
utilities.lazyLoad(exports, ["RequestSettingOrganization"], () => require("./requestSettingOrganization"));
|
|
286
|
+
exports.RequestSettingResource = null;
|
|
287
|
+
utilities.lazyLoad(exports, ["RequestSettingResource"], () => require("./requestSettingResource"));
|
|
288
|
+
exports.RequestV2 = null;
|
|
289
|
+
utilities.lazyLoad(exports, ["RequestV2"], () => require("./requestV2"));
|
|
217
290
|
exports.ResourceSet = null;
|
|
218
291
|
utilities.lazyLoad(exports, ["ResourceSet"], () => require("./resourceSet"));
|
|
292
|
+
exports.Review = null;
|
|
293
|
+
utilities.lazyLoad(exports, ["Review"], () => require("./review"));
|
|
219
294
|
exports.RoleSubscription = null;
|
|
220
295
|
utilities.lazyLoad(exports, ["RoleSubscription"], () => require("./roleSubscription"));
|
|
221
296
|
exports.SecurityNotificationEmails = null;
|
|
@@ -301,6 +376,8 @@ const _module = {
|
|
|
301
376
|
return new exports.Behaviour(name, undefined, { urn });
|
|
302
377
|
case "okta:index/brand:Brand":
|
|
303
378
|
return new exports.Brand(name, undefined, { urn });
|
|
379
|
+
case "okta:index/campaign:Campaign":
|
|
380
|
+
return new exports.Campaign(name, undefined, { urn });
|
|
304
381
|
case "okta:index/captcha:Captcha":
|
|
305
382
|
return new exports.Captcha(name, undefined, { urn });
|
|
306
383
|
case "okta:index/captchaOrgWideSettings:CaptchaOrgWideSettings":
|
|
@@ -327,6 +404,12 @@ const _module = {
|
|
|
327
404
|
return new exports.EmailSmtpServer(name, undefined, { urn });
|
|
328
405
|
case "okta:index/emailTemplateSettings:EmailTemplateSettings":
|
|
329
406
|
return new exports.EmailTemplateSettings(name, undefined, { urn });
|
|
407
|
+
case "okta:index/endUserMyRequests:EndUserMyRequests":
|
|
408
|
+
return new exports.EndUserMyRequests(name, undefined, { urn });
|
|
409
|
+
case "okta:index/entitlement:Entitlement":
|
|
410
|
+
return new exports.Entitlement(name, undefined, { urn });
|
|
411
|
+
case "okta:index/entitlementBundle:EntitlementBundle":
|
|
412
|
+
return new exports.EntitlementBundle(name, undefined, { urn });
|
|
330
413
|
case "okta:index/eventHook:EventHook":
|
|
331
414
|
return new exports.EventHook(name, undefined, { urn });
|
|
332
415
|
case "okta:index/eventHookVerification:EventHookVerification":
|
|
@@ -361,14 +444,32 @@ const _module = {
|
|
|
361
444
|
return new exports.PolicyRuleProfileEnrollment(name, undefined, { urn });
|
|
362
445
|
case "okta:index/previewSigninPage:PreviewSigninPage":
|
|
363
446
|
return new exports.PreviewSigninPage(name, undefined, { urn });
|
|
447
|
+
case "okta:index/principalRateLimits:PrincipalRateLimits":
|
|
448
|
+
return new exports.PrincipalRateLimits(name, undefined, { urn });
|
|
449
|
+
case "okta:index/rateLimitAdminNotificationSettings:RateLimitAdminNotificationSettings":
|
|
450
|
+
return new exports.RateLimitAdminNotificationSettings(name, undefined, { urn });
|
|
451
|
+
case "okta:index/rateLimitWarningThresholdPercentage:RateLimitWarningThresholdPercentage":
|
|
452
|
+
return new exports.RateLimitWarningThresholdPercentage(name, undefined, { urn });
|
|
364
453
|
case "okta:index/rateLimiting:RateLimiting":
|
|
365
454
|
return new exports.RateLimiting(name, undefined, { urn });
|
|
366
455
|
case "okta:index/realm:Realm":
|
|
367
456
|
return new exports.Realm(name, undefined, { urn });
|
|
368
457
|
case "okta:index/realmAssignment:RealmAssignment":
|
|
369
458
|
return new exports.RealmAssignment(name, undefined, { urn });
|
|
459
|
+
case "okta:index/requestCondition:RequestCondition":
|
|
460
|
+
return new exports.RequestCondition(name, undefined, { urn });
|
|
461
|
+
case "okta:index/requestSequence:RequestSequence":
|
|
462
|
+
return new exports.RequestSequence(name, undefined, { urn });
|
|
463
|
+
case "okta:index/requestSettingOrganization:RequestSettingOrganization":
|
|
464
|
+
return new exports.RequestSettingOrganization(name, undefined, { urn });
|
|
465
|
+
case "okta:index/requestSettingResource:RequestSettingResource":
|
|
466
|
+
return new exports.RequestSettingResource(name, undefined, { urn });
|
|
467
|
+
case "okta:index/requestV2:RequestV2":
|
|
468
|
+
return new exports.RequestV2(name, undefined, { urn });
|
|
370
469
|
case "okta:index/resourceSet:ResourceSet":
|
|
371
470
|
return new exports.ResourceSet(name, undefined, { urn });
|
|
471
|
+
case "okta:index/review:Review":
|
|
472
|
+
return new exports.Review(name, undefined, { urn });
|
|
372
473
|
case "okta:index/roleSubscription:RoleSubscription":
|
|
373
474
|
return new exports.RoleSubscription(name, undefined, { urn });
|
|
374
475
|
case "okta:index/securityNotificationEmails:SecurityNotificationEmails":
|
|
@@ -412,6 +513,7 @@ pulumi.runtime.registerResourceModule("okta", "index/authServerDefault", _module
|
|
|
412
513
|
pulumi.runtime.registerResourceModule("okta", "index/authenticator", _module);
|
|
413
514
|
pulumi.runtime.registerResourceModule("okta", "index/behaviour", _module);
|
|
414
515
|
pulumi.runtime.registerResourceModule("okta", "index/brand", _module);
|
|
516
|
+
pulumi.runtime.registerResourceModule("okta", "index/campaign", _module);
|
|
415
517
|
pulumi.runtime.registerResourceModule("okta", "index/captcha", _module);
|
|
416
518
|
pulumi.runtime.registerResourceModule("okta", "index/captchaOrgWideSettings", _module);
|
|
417
519
|
pulumi.runtime.registerResourceModule("okta", "index/customizedSigninPage", _module);
|
|
@@ -425,6 +527,9 @@ pulumi.runtime.registerResourceModule("okta", "index/emailSender", _module);
|
|
|
425
527
|
pulumi.runtime.registerResourceModule("okta", "index/emailSenderVerification", _module);
|
|
426
528
|
pulumi.runtime.registerResourceModule("okta", "index/emailSmtpServer", _module);
|
|
427
529
|
pulumi.runtime.registerResourceModule("okta", "index/emailTemplateSettings", _module);
|
|
530
|
+
pulumi.runtime.registerResourceModule("okta", "index/endUserMyRequests", _module);
|
|
531
|
+
pulumi.runtime.registerResourceModule("okta", "index/entitlement", _module);
|
|
532
|
+
pulumi.runtime.registerResourceModule("okta", "index/entitlementBundle", _module);
|
|
428
533
|
pulumi.runtime.registerResourceModule("okta", "index/eventHook", _module);
|
|
429
534
|
pulumi.runtime.registerResourceModule("okta", "index/eventHookVerification", _module);
|
|
430
535
|
pulumi.runtime.registerResourceModule("okta", "index/factorTotp", _module);
|
|
@@ -442,10 +547,19 @@ pulumi.runtime.registerResourceModule("okta", "index/policyProfileEnrollment", _
|
|
|
442
547
|
pulumi.runtime.registerResourceModule("okta", "index/policyProfileEnrollmentApps", _module);
|
|
443
548
|
pulumi.runtime.registerResourceModule("okta", "index/policyRuleProfileEnrollment", _module);
|
|
444
549
|
pulumi.runtime.registerResourceModule("okta", "index/previewSigninPage", _module);
|
|
550
|
+
pulumi.runtime.registerResourceModule("okta", "index/principalRateLimits", _module);
|
|
551
|
+
pulumi.runtime.registerResourceModule("okta", "index/rateLimitAdminNotificationSettings", _module);
|
|
552
|
+
pulumi.runtime.registerResourceModule("okta", "index/rateLimitWarningThresholdPercentage", _module);
|
|
445
553
|
pulumi.runtime.registerResourceModule("okta", "index/rateLimiting", _module);
|
|
446
554
|
pulumi.runtime.registerResourceModule("okta", "index/realm", _module);
|
|
447
555
|
pulumi.runtime.registerResourceModule("okta", "index/realmAssignment", _module);
|
|
556
|
+
pulumi.runtime.registerResourceModule("okta", "index/requestCondition", _module);
|
|
557
|
+
pulumi.runtime.registerResourceModule("okta", "index/requestSequence", _module);
|
|
558
|
+
pulumi.runtime.registerResourceModule("okta", "index/requestSettingOrganization", _module);
|
|
559
|
+
pulumi.runtime.registerResourceModule("okta", "index/requestSettingResource", _module);
|
|
560
|
+
pulumi.runtime.registerResourceModule("okta", "index/requestV2", _module);
|
|
448
561
|
pulumi.runtime.registerResourceModule("okta", "index/resourceSet", _module);
|
|
562
|
+
pulumi.runtime.registerResourceModule("okta", "index/review", _module);
|
|
449
563
|
pulumi.runtime.registerResourceModule("okta", "index/roleSubscription", _module);
|
|
450
564
|
pulumi.runtime.registerResourceModule("okta", "index/securityNotificationEmails", _module);
|
|
451
565
|
pulumi.runtime.registerResourceModule("okta", "index/templateSms", _module);
|