@pulumi/okta 5.3.0-alpha.1759533647 → 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
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getPrincipalEntitlements(args?: GetPrincipalEntitlementsArgs, opts?: pulumi.InvokeOptions): Promise<GetPrincipalEntitlementsResult>;
|
|
8
|
+
/**
|
|
9
|
+
* A collection of arguments for invoking getPrincipalEntitlements.
|
|
10
|
+
*/
|
|
11
|
+
export interface GetPrincipalEntitlementsArgs {
|
|
12
|
+
/**
|
|
13
|
+
* Principal entitlements list.
|
|
14
|
+
*/
|
|
15
|
+
datas?: inputs.GetPrincipalEntitlementsData[];
|
|
16
|
+
/**
|
|
17
|
+
* Representation of a resource.
|
|
18
|
+
*/
|
|
19
|
+
parent?: inputs.GetPrincipalEntitlementsParent;
|
|
20
|
+
/**
|
|
21
|
+
* Representation of a principal.
|
|
22
|
+
*/
|
|
23
|
+
targetPrincipal?: inputs.GetPrincipalEntitlementsTargetPrincipal;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A collection of values returned by getPrincipalEntitlements.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetPrincipalEntitlementsResult {
|
|
29
|
+
/**
|
|
30
|
+
* Principal entitlements list.
|
|
31
|
+
*/
|
|
32
|
+
readonly datas?: outputs.GetPrincipalEntitlementsData[];
|
|
33
|
+
readonly id: string;
|
|
34
|
+
/**
|
|
35
|
+
* Representation of a resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly parent?: outputs.GetPrincipalEntitlementsParent;
|
|
38
|
+
/**
|
|
39
|
+
* Representation of a principal.
|
|
40
|
+
*/
|
|
41
|
+
readonly targetPrincipal?: outputs.GetPrincipalEntitlementsTargetPrincipal;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
45
|
+
*/
|
|
46
|
+
export declare function getPrincipalEntitlementsOutput(args?: GetPrincipalEntitlementsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrincipalEntitlementsResult>;
|
|
47
|
+
/**
|
|
48
|
+
* A collection of arguments for invoking getPrincipalEntitlements.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetPrincipalEntitlementsOutputArgs {
|
|
51
|
+
/**
|
|
52
|
+
* Principal entitlements list.
|
|
53
|
+
*/
|
|
54
|
+
datas?: pulumi.Input<pulumi.Input<inputs.GetPrincipalEntitlementsDataArgs>[]>;
|
|
55
|
+
/**
|
|
56
|
+
* Representation of a resource.
|
|
57
|
+
*/
|
|
58
|
+
parent?: pulumi.Input<inputs.GetPrincipalEntitlementsParentArgs>;
|
|
59
|
+
/**
|
|
60
|
+
* Representation of a principal.
|
|
61
|
+
*/
|
|
62
|
+
targetPrincipal?: pulumi.Input<inputs.GetPrincipalEntitlementsTargetPrincipalArgs>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.getPrincipalEntitlementsOutput = exports.getPrincipalEntitlements = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
10
|
+
*/
|
|
11
|
+
function getPrincipalEntitlements(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("okta:index/getPrincipalEntitlements:getPrincipalEntitlements", {
|
|
15
|
+
"datas": args.datas,
|
|
16
|
+
"parent": args.parent,
|
|
17
|
+
"targetPrincipal": args.targetPrincipal,
|
|
18
|
+
}, opts);
|
|
19
|
+
}
|
|
20
|
+
exports.getPrincipalEntitlements = getPrincipalEntitlements;
|
|
21
|
+
/**
|
|
22
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
23
|
+
*/
|
|
24
|
+
function getPrincipalEntitlementsOutput(args, opts) {
|
|
25
|
+
args = args || {};
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invokeOutput("okta:index/getPrincipalEntitlements:getPrincipalEntitlements", {
|
|
28
|
+
"datas": args.datas,
|
|
29
|
+
"parent": args.parent,
|
|
30
|
+
"targetPrincipal": args.targetPrincipal,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getPrincipalEntitlementsOutput = getPrincipalEntitlementsOutput;
|
|
34
|
+
//# sourceMappingURL=getPrincipalEntitlements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrincipalEntitlements.js","sourceRoot":"","sources":["../getPrincipalEntitlements.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC;AAsCD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAAiC;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wEAQC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const example = okta.getPrincipalRateLimits({
|
|
12
|
+
* id: "<principal_rate_limit_id>",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getPrincipalRateLimits(args: GetPrincipalRateLimitsArgs, opts?: pulumi.InvokeOptions): Promise<GetPrincipalRateLimitsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getPrincipalRateLimits.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetPrincipalRateLimitsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The unique identifier of the principle rate limit entity.
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A collection of values returned by getPrincipalRateLimits.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetPrincipalRateLimitsResult {
|
|
30
|
+
/**
|
|
31
|
+
* The ID of the user who created the principal rate limit.
|
|
32
|
+
*/
|
|
33
|
+
readonly createdBy: string;
|
|
34
|
+
/**
|
|
35
|
+
* The date and time when the principal rate limit was created.
|
|
36
|
+
*/
|
|
37
|
+
readonly createdDate: string;
|
|
38
|
+
/**
|
|
39
|
+
* The default concurrency percentage for the principal rate limit.
|
|
40
|
+
*/
|
|
41
|
+
readonly defaultConcurrencyPercentage: number;
|
|
42
|
+
/**
|
|
43
|
+
* The default percentage for the principal rate limit.
|
|
44
|
+
*/
|
|
45
|
+
readonly defaultPercentage: number;
|
|
46
|
+
/**
|
|
47
|
+
* The unique identifier of the principle rate limit entity.
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
readonly lastUpdate: string;
|
|
51
|
+
/**
|
|
52
|
+
* The ID of the user who last updated the principal rate limit.
|
|
53
|
+
*/
|
|
54
|
+
readonly lastUpdatedBy: string;
|
|
55
|
+
/**
|
|
56
|
+
* The unique identifier of the Okta organization.
|
|
57
|
+
*/
|
|
58
|
+
readonly orgId: string;
|
|
59
|
+
/**
|
|
60
|
+
* The unique identifier of the principal. This is the ID of the API token or OAuth 2.0 app.
|
|
61
|
+
*/
|
|
62
|
+
readonly principalId: string;
|
|
63
|
+
/**
|
|
64
|
+
* The type of principal, either an API token or an OAuth 2.0 app.
|
|
65
|
+
*/
|
|
66
|
+
readonly principalType: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
70
|
+
*
|
|
71
|
+
* ## Example Usage
|
|
72
|
+
*
|
|
73
|
+
* ```typescript
|
|
74
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
75
|
+
* import * as okta from "@pulumi/okta";
|
|
76
|
+
*
|
|
77
|
+
* const example = okta.getPrincipalRateLimits({
|
|
78
|
+
* id: "<principal_rate_limit_id>",
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*/
|
|
82
|
+
export declare function getPrincipalRateLimitsOutput(args: GetPrincipalRateLimitsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrincipalRateLimitsResult>;
|
|
83
|
+
/**
|
|
84
|
+
* A collection of arguments for invoking getPrincipalRateLimits.
|
|
85
|
+
*/
|
|
86
|
+
export interface GetPrincipalRateLimitsOutputArgs {
|
|
87
|
+
/**
|
|
88
|
+
* The unique identifier of the principle rate limit entity.
|
|
89
|
+
*/
|
|
90
|
+
id: pulumi.Input<string>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.getPrincipalRateLimitsOutput = exports.getPrincipalRateLimits = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const example = okta.getPrincipalRateLimits({
|
|
18
|
+
* id: "<principal_rate_limit_id>",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getPrincipalRateLimits(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("okta:index/getPrincipalRateLimits:getPrincipalRateLimits", {
|
|
25
|
+
"id": args.id,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getPrincipalRateLimits = getPrincipalRateLimits;
|
|
29
|
+
/**
|
|
30
|
+
* Get the entitlements for a user and resource after evaluating all grants.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as okta from "@pulumi/okta";
|
|
37
|
+
*
|
|
38
|
+
* const example = okta.getPrincipalRateLimits({
|
|
39
|
+
* id: "<principal_rate_limit_id>",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getPrincipalRateLimitsOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("okta:index/getPrincipalRateLimits:getPrincipalRateLimits", {
|
|
46
|
+
"id": args.id,
|
|
47
|
+
}, opts);
|
|
48
|
+
}
|
|
49
|
+
exports.getPrincipalRateLimitsOutput = getPrincipalRateLimitsOutput;
|
|
50
|
+
//# sourceMappingURL=getPrincipalRateLimits.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPrincipalRateLimits.js","sourceRoot":"","sources":["../getPrincipalRateLimits.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AAsDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves the currently configured Rate Limit Admin Notification Settings
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const example = okta.getRateLimitAdminNotificationSettings({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getRateLimitAdminNotificationSettings(opts?: pulumi.InvokeOptions): Promise<GetRateLimitAdminNotificationSettingsResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getRateLimitAdminNotificationSettings.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRateLimitAdminNotificationSettingsResult {
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier of the principal. This is the ID of the API token or OAuth 2.0 app.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
/**
|
|
24
|
+
* Enables or disables admin notifications for rate limiting events.
|
|
25
|
+
*/
|
|
26
|
+
readonly notificationsEnabled: boolean;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Retrieves the currently configured Rate Limit Admin Notification Settings
|
|
30
|
+
*
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as okta from "@pulumi/okta";
|
|
36
|
+
*
|
|
37
|
+
* const example = okta.getRateLimitAdminNotificationSettings({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare function getRateLimitAdminNotificationSettingsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRateLimitAdminNotificationSettingsResult>;
|
|
@@ -0,0 +1,42 @@
|
|
|
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.getRateLimitAdminNotificationSettingsOutput = exports.getRateLimitAdminNotificationSettings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves the currently configured Rate Limit Admin Notification Settings
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const example = okta.getRateLimitAdminNotificationSettings({});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getRateLimitAdminNotificationSettings(opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("okta:index/getRateLimitAdminNotificationSettings:getRateLimitAdminNotificationSettings", {}, opts);
|
|
23
|
+
}
|
|
24
|
+
exports.getRateLimitAdminNotificationSettings = getRateLimitAdminNotificationSettings;
|
|
25
|
+
/**
|
|
26
|
+
* Retrieves the currently configured Rate Limit Admin Notification Settings
|
|
27
|
+
*
|
|
28
|
+
* ## Example Usage
|
|
29
|
+
*
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as okta from "@pulumi/okta";
|
|
33
|
+
*
|
|
34
|
+
* const example = okta.getRateLimitAdminNotificationSettings({});
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function getRateLimitAdminNotificationSettingsOutput(opts) {
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("okta:index/getRateLimitAdminNotificationSettings:getRateLimitAdminNotificationSettings", {}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getRateLimitAdminNotificationSettingsOutput = getRateLimitAdminNotificationSettingsOutput;
|
|
42
|
+
//# sourceMappingURL=getRateLimitAdminNotificationSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRateLimitAdminNotificationSettings.js","sourceRoot":"","sources":["../getRateLimitAdminNotificationSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,qCAAqC,CAAC,IAA2B;IAC7E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wFAAwF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sFAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,2CAA2C,CAAC,IAAiC;IACzF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wFAAwF,EAAE,EAC5H,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kGAIC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Manages principal rate limits.
|
|
4
|
+
* Principal Rate Limits provides operations to manage Principal Rate Limits for your organization.
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const example = okta.getRateLimitWarningThresholdPercentage({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function getRateLimitWarningThresholdPercentage(opts?: pulumi.InvokeOptions): Promise<GetRateLimitWarningThresholdPercentageResult>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getRateLimitWarningThresholdPercentage.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetRateLimitWarningThresholdPercentageResult {
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier of the warning threshold percentage entity.
|
|
21
|
+
*/
|
|
22
|
+
readonly id: string;
|
|
23
|
+
/**
|
|
24
|
+
* The threshold value (percentage) of a rate limit that, when exceeded, triggers a warning notification. By default, this value is 90 for Workforce orgs and 60 for CIAM orgs.
|
|
25
|
+
*/
|
|
26
|
+
readonly warningThreshold: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Manages principal rate limits.
|
|
30
|
+
* Principal Rate Limits provides operations to manage Principal Rate Limits for your organization.
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as okta from "@pulumi/okta";
|
|
36
|
+
*
|
|
37
|
+
* const example = okta.getRateLimitWarningThresholdPercentage({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare function getRateLimitWarningThresholdPercentageOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRateLimitWarningThresholdPercentageResult>;
|
|
@@ -0,0 +1,42 @@
|
|
|
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.getRateLimitWarningThresholdPercentageOutput = exports.getRateLimitWarningThresholdPercentage = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Manages principal rate limits.
|
|
10
|
+
* Principal Rate Limits provides operations to manage Principal Rate Limits for your organization.
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const example = okta.getRateLimitWarningThresholdPercentage({});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
function getRateLimitWarningThresholdPercentage(opts) {
|
|
21
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
22
|
+
return pulumi.runtime.invoke("okta:index/getRateLimitWarningThresholdPercentage:getRateLimitWarningThresholdPercentage", {}, opts);
|
|
23
|
+
}
|
|
24
|
+
exports.getRateLimitWarningThresholdPercentage = getRateLimitWarningThresholdPercentage;
|
|
25
|
+
/**
|
|
26
|
+
* Manages principal rate limits.
|
|
27
|
+
* Principal Rate Limits provides operations to manage Principal Rate Limits for your organization.
|
|
28
|
+
* ## Example Usage
|
|
29
|
+
*
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as okta from "@pulumi/okta";
|
|
33
|
+
*
|
|
34
|
+
* const example = okta.getRateLimitWarningThresholdPercentage({});
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
function getRateLimitWarningThresholdPercentageOutput(opts) {
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("okta:index/getRateLimitWarningThresholdPercentage:getRateLimitWarningThresholdPercentage", {}, opts);
|
|
40
|
+
}
|
|
41
|
+
exports.getRateLimitWarningThresholdPercentageOutput = getRateLimitWarningThresholdPercentageOutput;
|
|
42
|
+
//# sourceMappingURL=getRateLimitWarningThresholdPercentage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRateLimitWarningThresholdPercentage.js","sourceRoot":"","sources":["../getRateLimitWarningThresholdPercentage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,sCAAsC,CAAC,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0FAA0F,EAAE,EACxH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wFAIC;AAeD;;;;;;;;;;;GAWG;AACH,SAAgB,4CAA4C,CAAC,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0FAA0F,EAAE,EAC9H,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oGAIC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
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 resource request condition
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const test = okta.getRequestCondition({
|
|
14
|
+
* id: "<request_condition_id>",
|
|
15
|
+
* resourceId: "<resource_id>",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare function getRequestCondition(args: GetRequestConditionArgs, opts?: pulumi.InvokeOptions): Promise<GetRequestConditionResult>;
|
|
20
|
+
/**
|
|
21
|
+
* A collection of arguments for invoking getRequestCondition.
|
|
22
|
+
*/
|
|
23
|
+
export interface GetRequestConditionArgs {
|
|
24
|
+
accessScopeSettings?: inputs.GetRequestConditionAccessScopeSettings;
|
|
25
|
+
/**
|
|
26
|
+
* Request condition id.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
requesterSettings?: inputs.GetRequestConditionRequesterSettings;
|
|
30
|
+
/**
|
|
31
|
+
* The id of the resource in Okta ID format.
|
|
32
|
+
*/
|
|
33
|
+
resourceId: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* A collection of values returned by getRequestCondition.
|
|
37
|
+
*/
|
|
38
|
+
export interface GetRequestConditionResult {
|
|
39
|
+
readonly accessScopeSettings?: outputs.GetRequestConditionAccessScopeSettings;
|
|
40
|
+
/**
|
|
41
|
+
* The date and time when the request condition was created.
|
|
42
|
+
*/
|
|
43
|
+
readonly created: string;
|
|
44
|
+
/**
|
|
45
|
+
* The id of the user who created the request condition.
|
|
46
|
+
*/
|
|
47
|
+
readonly createdBy: string;
|
|
48
|
+
/**
|
|
49
|
+
* Request condition id.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time when the request condition was last updated.
|
|
54
|
+
*/
|
|
55
|
+
readonly lastUpdated: string;
|
|
56
|
+
/**
|
|
57
|
+
* The id of the user who last updated the request condition.
|
|
58
|
+
*/
|
|
59
|
+
readonly lastUpdatedBy: string;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the request condition.
|
|
62
|
+
*/
|
|
63
|
+
readonly name: string;
|
|
64
|
+
/**
|
|
65
|
+
* The priority of the request condition. Lower numbers indicate higher priority.
|
|
66
|
+
*/
|
|
67
|
+
readonly priority: number;
|
|
68
|
+
readonly requesterSettings?: outputs.GetRequestConditionRequesterSettings;
|
|
69
|
+
/**
|
|
70
|
+
* The id of the resource in Okta ID format.
|
|
71
|
+
*/
|
|
72
|
+
readonly resourceId: string;
|
|
73
|
+
/**
|
|
74
|
+
* Status indicates if this condition is active or not. Default status is INACTIVE. Enum: `ACTIVE`, `INACTIVE`, `DELETED`, `INVALID`.
|
|
75
|
+
*/
|
|
76
|
+
readonly status: string;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Retrieves a resource request condition
|
|
80
|
+
*
|
|
81
|
+
* ## Example Usage
|
|
82
|
+
*
|
|
83
|
+
* ```typescript
|
|
84
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
85
|
+
* import * as okta from "@pulumi/okta";
|
|
86
|
+
*
|
|
87
|
+
* const test = okta.getRequestCondition({
|
|
88
|
+
* id: "<request_condition_id>",
|
|
89
|
+
* resourceId: "<resource_id>",
|
|
90
|
+
* });
|
|
91
|
+
* ```
|
|
92
|
+
*/
|
|
93
|
+
export declare function getRequestConditionOutput(args: GetRequestConditionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRequestConditionResult>;
|
|
94
|
+
/**
|
|
95
|
+
* A collection of arguments for invoking getRequestCondition.
|
|
96
|
+
*/
|
|
97
|
+
export interface GetRequestConditionOutputArgs {
|
|
98
|
+
accessScopeSettings?: pulumi.Input<inputs.GetRequestConditionAccessScopeSettingsArgs>;
|
|
99
|
+
/**
|
|
100
|
+
* Request condition id.
|
|
101
|
+
*/
|
|
102
|
+
id: pulumi.Input<string>;
|
|
103
|
+
requesterSettings?: pulumi.Input<inputs.GetRequestConditionRequesterSettingsArgs>;
|
|
104
|
+
/**
|
|
105
|
+
* The id of the resource in Okta ID format.
|
|
106
|
+
*/
|
|
107
|
+
resourceId: pulumi.Input<string>;
|
|
108
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.getRequestConditionOutput = exports.getRequestCondition = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a resource request condition
|
|
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.getRequestCondition({
|
|
18
|
+
* id: "<request_condition_id>",
|
|
19
|
+
* resourceId: "<resource_id>",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getRequestCondition(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("okta:index/getRequestCondition:getRequestCondition", {
|
|
26
|
+
"accessScopeSettings": args.accessScopeSettings,
|
|
27
|
+
"id": args.id,
|
|
28
|
+
"requesterSettings": args.requesterSettings,
|
|
29
|
+
"resourceId": args.resourceId,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.getRequestCondition = getRequestCondition;
|
|
33
|
+
/**
|
|
34
|
+
* Retrieves a resource request condition
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as okta from "@pulumi/okta";
|
|
41
|
+
*
|
|
42
|
+
* const test = okta.getRequestCondition({
|
|
43
|
+
* id: "<request_condition_id>",
|
|
44
|
+
* resourceId: "<resource_id>",
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
function getRequestConditionOutput(args, opts) {
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
50
|
+
return pulumi.runtime.invokeOutput("okta:index/getRequestCondition:getRequestCondition", {
|
|
51
|
+
"accessScopeSettings": args.accessScopeSettings,
|
|
52
|
+
"id": args.id,
|
|
53
|
+
"requesterSettings": args.requesterSettings,
|
|
54
|
+
"resourceId": args.resourceId,
|
|
55
|
+
}, opts);
|
|
56
|
+
}
|
|
57
|
+
exports.getRequestConditionOutput = getRequestConditionOutput;
|
|
58
|
+
//# sourceMappingURL=getRequestCondition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRequestCondition.js","sourceRoot":"","sources":["../getRequestCondition.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AA6DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;QAC/C,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|