@pulumi/okta 6.0.0-alpha.1759992240 → 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
package/getRequestV2.d.ts
CHANGED
|
@@ -1,37 +1,116 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves the full representation of a specific request.
|
|
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.getRequestV2({
|
|
14
|
+
* id: "<request_id>",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
4
18
|
export declare function getRequestV2(args: GetRequestV2Args, opts?: pulumi.InvokeOptions): Promise<GetRequestV2Result>;
|
|
5
19
|
/**
|
|
6
20
|
* A collection of arguments for invoking getRequestV2.
|
|
7
21
|
*/
|
|
8
22
|
export interface GetRequestV2Args {
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the request.
|
|
25
|
+
*/
|
|
9
26
|
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* A representation of a resource that can be requested for access.
|
|
29
|
+
*/
|
|
10
30
|
requested?: inputs.GetRequestV2Requested;
|
|
31
|
+
/**
|
|
32
|
+
* A representation of a principal.
|
|
33
|
+
*/
|
|
11
34
|
requestedBy?: inputs.GetRequestV2RequestedBy;
|
|
35
|
+
/**
|
|
36
|
+
* A representation of a principal.
|
|
37
|
+
*/
|
|
12
38
|
requestedFor?: inputs.GetRequestV2RequestedFor;
|
|
13
39
|
}
|
|
14
40
|
/**
|
|
15
41
|
* A collection of values returned by getRequestV2.
|
|
16
42
|
*/
|
|
17
43
|
export interface GetRequestV2Result {
|
|
44
|
+
/**
|
|
45
|
+
* The date and time when the request condition was created.
|
|
46
|
+
*/
|
|
18
47
|
readonly created: string;
|
|
48
|
+
/**
|
|
49
|
+
* The id of the user who created the request condition.
|
|
50
|
+
*/
|
|
19
51
|
readonly createdBy: string;
|
|
52
|
+
/**
|
|
53
|
+
* The ID of the request.
|
|
54
|
+
*/
|
|
20
55
|
readonly id: string;
|
|
56
|
+
/**
|
|
57
|
+
* The date and time when the request condition was last updated.
|
|
58
|
+
*/
|
|
21
59
|
readonly lastUpdated: string;
|
|
60
|
+
/**
|
|
61
|
+
* The id of the user who last updated the request condition.
|
|
62
|
+
*/
|
|
22
63
|
readonly lastUpdatedBy: string;
|
|
64
|
+
/**
|
|
65
|
+
* A representation of a resource that can be requested for access.
|
|
66
|
+
*/
|
|
23
67
|
readonly requested?: outputs.GetRequestV2Requested;
|
|
68
|
+
/**
|
|
69
|
+
* A representation of a principal.
|
|
70
|
+
*/
|
|
24
71
|
readonly requestedBy?: outputs.GetRequestV2RequestedBy;
|
|
72
|
+
/**
|
|
73
|
+
* A representation of a principal.
|
|
74
|
+
*/
|
|
25
75
|
readonly requestedFor?: outputs.GetRequestV2RequestedFor;
|
|
76
|
+
/**
|
|
77
|
+
* The status of the request.
|
|
78
|
+
*/
|
|
26
79
|
readonly status: string;
|
|
27
80
|
}
|
|
81
|
+
/**
|
|
82
|
+
* Retrieves the full representation of a specific request.
|
|
83
|
+
*
|
|
84
|
+
* ## Example Usage
|
|
85
|
+
*
|
|
86
|
+
* ```typescript
|
|
87
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
88
|
+
* import * as okta from "@pulumi/okta";
|
|
89
|
+
*
|
|
90
|
+
* const test = okta.getRequestV2({
|
|
91
|
+
* id: "<request_id>",
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
28
95
|
export declare function getRequestV2Output(args: GetRequestV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRequestV2Result>;
|
|
29
96
|
/**
|
|
30
97
|
* A collection of arguments for invoking getRequestV2.
|
|
31
98
|
*/
|
|
32
99
|
export interface GetRequestV2OutputArgs {
|
|
100
|
+
/**
|
|
101
|
+
* The ID of the request.
|
|
102
|
+
*/
|
|
33
103
|
id: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* A representation of a resource that can be requested for access.
|
|
106
|
+
*/
|
|
34
107
|
requested?: pulumi.Input<inputs.GetRequestV2RequestedArgs>;
|
|
108
|
+
/**
|
|
109
|
+
* A representation of a principal.
|
|
110
|
+
*/
|
|
35
111
|
requestedBy?: pulumi.Input<inputs.GetRequestV2RequestedByArgs>;
|
|
112
|
+
/**
|
|
113
|
+
* A representation of a principal.
|
|
114
|
+
*/
|
|
36
115
|
requestedFor?: pulumi.Input<inputs.GetRequestV2RequestedForArgs>;
|
|
37
116
|
}
|
package/getRequestV2.js
CHANGED
|
@@ -5,6 +5,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getRequestV2Output = exports.getRequestV2 = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves the full representation of a specific request.
|
|
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.getRequestV2({
|
|
18
|
+
* id: "<request_id>",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
8
22
|
function getRequestV2(args, opts) {
|
|
9
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
24
|
return pulumi.runtime.invoke("okta:index/getRequestV2:getRequestV2", {
|
|
@@ -15,6 +29,20 @@ function getRequestV2(args, opts) {
|
|
|
15
29
|
}, opts);
|
|
16
30
|
}
|
|
17
31
|
exports.getRequestV2 = getRequestV2;
|
|
32
|
+
/**
|
|
33
|
+
* Retrieves the full representation of a specific request.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as okta from "@pulumi/okta";
|
|
40
|
+
*
|
|
41
|
+
* const test = okta.getRequestV2({
|
|
42
|
+
* id: "<request_id>",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
18
46
|
function getRequestV2Output(args, opts) {
|
|
19
47
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
48
|
return pulumi.runtime.invokeOutput("okta:index/getRequestV2:getRequestV2", {
|
package/getRequestV2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestV2.js","sourceRoot":"","sources":["../getRequestV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;
|
|
1
|
+
{"version":3,"file":"getRequestV2.js","sourceRoot":"","sources":["../getRequestV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Get information about a Security Events Provider instance for signal ingestion.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const example = okta.getSecurityEventsProvider({
|
|
14
|
+
* id: "<security_events_provider_id>",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getSecurityEventsProvider(args: GetSecurityEventsProviderArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityEventsProviderResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getSecurityEventsProvider.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSecurityEventsProviderArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The unique identifier of this instance.
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
settings?: inputs.GetSecurityEventsProviderSettings;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* A collection of values returned by getSecurityEventsProvider.
|
|
31
|
+
*/
|
|
32
|
+
export interface GetSecurityEventsProviderResult {
|
|
33
|
+
/**
|
|
34
|
+
* The unique identifier of this instance.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* Whether or not the Security Events Provider is enabled.
|
|
39
|
+
*/
|
|
40
|
+
readonly isEnabled: string;
|
|
41
|
+
/**
|
|
42
|
+
* The name of the Security Events Provider instance.
|
|
43
|
+
*/
|
|
44
|
+
readonly name: string;
|
|
45
|
+
readonly settings?: outputs.GetSecurityEventsProviderSettings;
|
|
46
|
+
/**
|
|
47
|
+
* Indicates whether the Security Events Provider is active or not.
|
|
48
|
+
*/
|
|
49
|
+
readonly status: string;
|
|
50
|
+
/**
|
|
51
|
+
* The application type of the Security Events Provider.
|
|
52
|
+
*/
|
|
53
|
+
readonly type: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Get information about a Security Events Provider instance for signal ingestion.
|
|
57
|
+
*
|
|
58
|
+
* ## Example Usage
|
|
59
|
+
*
|
|
60
|
+
* ```typescript
|
|
61
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
62
|
+
* import * as okta from "@pulumi/okta";
|
|
63
|
+
*
|
|
64
|
+
* const example = okta.getSecurityEventsProvider({
|
|
65
|
+
* id: "<security_events_provider_id>",
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*/
|
|
69
|
+
export declare function getSecurityEventsProviderOutput(args: GetSecurityEventsProviderOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityEventsProviderResult>;
|
|
70
|
+
/**
|
|
71
|
+
* A collection of arguments for invoking getSecurityEventsProvider.
|
|
72
|
+
*/
|
|
73
|
+
export interface GetSecurityEventsProviderOutputArgs {
|
|
74
|
+
/**
|
|
75
|
+
* The unique identifier of this instance.
|
|
76
|
+
*/
|
|
77
|
+
id: pulumi.Input<string>;
|
|
78
|
+
settings?: pulumi.Input<inputs.GetSecurityEventsProviderSettingsArgs>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.getSecurityEventsProviderOutput = exports.getSecurityEventsProvider = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get information about a Security Events Provider instance for signal ingestion.
|
|
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.getSecurityEventsProvider({
|
|
18
|
+
* id: "<security_events_provider_id>",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getSecurityEventsProvider(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("okta:index/getSecurityEventsProvider:getSecurityEventsProvider", {
|
|
25
|
+
"id": args.id,
|
|
26
|
+
"settings": args.settings,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getSecurityEventsProvider = getSecurityEventsProvider;
|
|
30
|
+
/**
|
|
31
|
+
* Get information about a Security Events Provider instance for signal ingestion.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as okta from "@pulumi/okta";
|
|
38
|
+
*
|
|
39
|
+
* const example = okta.getSecurityEventsProvider({
|
|
40
|
+
* id: "<security_events_provider_id>",
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
function getSecurityEventsProviderOutput(args, opts) {
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("okta:index/getSecurityEventsProvider:getSecurityEventsProvider", {
|
|
47
|
+
"id": args.id,
|
|
48
|
+
"settings": args.settings,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getSecurityEventsProviderOutput = getSecurityEventsProviderOutput;
|
|
52
|
+
//# sourceMappingURL=getSecurityEventsProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSecurityEventsProvider.js","sourceRoot":"","sources":["../getSecurityEventsProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AAuCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
|
package/getTemplate.d.ts
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Get a single Email Template for a Brand belonging to an Okta organization.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const test = okta.getBrands({});
|
|
12
|
+
* const forgotPassword = test.then(test => okta.getTemplate({
|
|
13
|
+
* brandId: test.brands?.[0]?.id,
|
|
14
|
+
* name: "ForgotPassword",
|
|
15
|
+
* }));
|
|
16
|
+
* ```
|
|
4
17
|
*/
|
|
5
18
|
export declare function getTemplate(args: GetTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplateResult>;
|
|
6
19
|
/**
|
|
@@ -39,6 +52,19 @@ export interface GetTemplateResult {
|
|
|
39
52
|
}
|
|
40
53
|
/**
|
|
41
54
|
* Get a single Email Template for a Brand belonging to an Okta organization.
|
|
55
|
+
*
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as okta from "@pulumi/okta";
|
|
61
|
+
*
|
|
62
|
+
* const test = okta.getBrands({});
|
|
63
|
+
* const forgotPassword = test.then(test => okta.getTemplate({
|
|
64
|
+
* brandId: test.brands?.[0]?.id,
|
|
65
|
+
* name: "ForgotPassword",
|
|
66
|
+
* }));
|
|
67
|
+
* ```
|
|
42
68
|
*/
|
|
43
69
|
export declare function getTemplateOutput(args: GetTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTemplateResult>;
|
|
44
70
|
/**
|
package/getTemplate.js
CHANGED
|
@@ -7,6 +7,19 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get a single Email Template for a Brand belonging to an Okta organization.
|
|
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.getBrands({});
|
|
18
|
+
* const forgotPassword = test.then(test => okta.getTemplate({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* name: "ForgotPassword",
|
|
21
|
+
* }));
|
|
22
|
+
* ```
|
|
10
23
|
*/
|
|
11
24
|
function getTemplate(args, opts) {
|
|
12
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +31,19 @@ function getTemplate(args, opts) {
|
|
|
18
31
|
exports.getTemplate = getTemplate;
|
|
19
32
|
/**
|
|
20
33
|
* Get a single Email Template for a Brand belonging to an Okta organization.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as okta from "@pulumi/okta";
|
|
40
|
+
*
|
|
41
|
+
* const test = okta.getBrands({});
|
|
42
|
+
* const forgotPassword = test.then(test => okta.getTemplate({
|
|
43
|
+
* brandId: test.brands?.[0]?.id,
|
|
44
|
+
* name: "ForgotPassword",
|
|
45
|
+
* }));
|
|
46
|
+
* ```
|
|
21
47
|
*/
|
|
22
48
|
function getTemplateOutput(args, opts) {
|
|
23
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getTemplate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;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,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAqCD;;;;;;;;;;;;;;;GAeG;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,oCAAoC,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/getTemplates.d.ts
CHANGED
|
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Get the email templates belonging to a brand in an Okta organization.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as okta from "@pulumi/okta";
|
|
11
|
+
*
|
|
12
|
+
* const test = okta.getBrands({});
|
|
13
|
+
* const testGetTemplates = test.then(test => okta.getTemplates({
|
|
14
|
+
* brandId: test.brands?.[0]?.id,
|
|
15
|
+
* }));
|
|
16
|
+
* ```
|
|
5
17
|
*/
|
|
6
18
|
export declare function getTemplates(args: GetTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplatesResult>;
|
|
7
19
|
/**
|
|
@@ -32,6 +44,18 @@ export interface GetTemplatesResult {
|
|
|
32
44
|
}
|
|
33
45
|
/**
|
|
34
46
|
* Get the email templates belonging to a brand in an Okta organization.
|
|
47
|
+
*
|
|
48
|
+
* ## Example Usage
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as okta from "@pulumi/okta";
|
|
53
|
+
*
|
|
54
|
+
* const test = okta.getBrands({});
|
|
55
|
+
* const testGetTemplates = test.then(test => okta.getTemplates({
|
|
56
|
+
* brandId: test.brands?.[0]?.id,
|
|
57
|
+
* }));
|
|
58
|
+
* ```
|
|
35
59
|
*/
|
|
36
60
|
export declare function getTemplatesOutput(args: GetTemplatesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTemplatesResult>;
|
|
37
61
|
/**
|
package/getTemplates.js
CHANGED
|
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get the email templates belonging to a brand in an Okta organization.
|
|
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.getBrands({});
|
|
18
|
+
* const testGetTemplates = test.then(test => okta.getTemplates({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* }));
|
|
21
|
+
* ```
|
|
10
22
|
*/
|
|
11
23
|
function getTemplates(args, opts) {
|
|
12
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,6 +29,18 @@ function getTemplates(args, opts) {
|
|
|
17
29
|
exports.getTemplates = getTemplates;
|
|
18
30
|
/**
|
|
19
31
|
* Get the email templates belonging to a brand in an Okta organization.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as okta from "@pulumi/okta";
|
|
38
|
+
*
|
|
39
|
+
* const test = okta.getBrands({});
|
|
40
|
+
* const testGetTemplates = test.then(test => okta.getTemplates({
|
|
41
|
+
* brandId: test.brands?.[0]?.id,
|
|
42
|
+
* }));
|
|
43
|
+
* ```
|
|
20
44
|
*/
|
|
21
45
|
function getTemplatesOutput(args, opts) {
|
|
22
46
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getTemplates.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA6BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
|
package/getTheme.d.ts
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Get a single Theme of a Brand of an Okta Organization.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const test = okta.getBrands({});
|
|
12
|
+
* const testGetTheme = test.then(test => okta.getTheme({
|
|
13
|
+
* brandId: test.brands?.[0]?.id,
|
|
14
|
+
* themeId: testOktaThemes.themes[0].id,
|
|
15
|
+
* }));
|
|
16
|
+
* ```
|
|
4
17
|
*/
|
|
5
18
|
export declare function getTheme(args: GetThemeArgs, opts?: pulumi.InvokeOptions): Promise<GetThemeResult>;
|
|
6
19
|
/**
|
|
@@ -83,6 +96,19 @@ export interface GetThemeResult {
|
|
|
83
96
|
}
|
|
84
97
|
/**
|
|
85
98
|
* Get a single Theme of a Brand of an Okta Organization.
|
|
99
|
+
*
|
|
100
|
+
* ## Example Usage
|
|
101
|
+
*
|
|
102
|
+
* ```typescript
|
|
103
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
104
|
+
* import * as okta from "@pulumi/okta";
|
|
105
|
+
*
|
|
106
|
+
* const test = okta.getBrands({});
|
|
107
|
+
* const testGetTheme = test.then(test => okta.getTheme({
|
|
108
|
+
* brandId: test.brands?.[0]?.id,
|
|
109
|
+
* themeId: testOktaThemes.themes[0].id,
|
|
110
|
+
* }));
|
|
111
|
+
* ```
|
|
86
112
|
*/
|
|
87
113
|
export declare function getThemeOutput(args: GetThemeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetThemeResult>;
|
|
88
114
|
/**
|
package/getTheme.js
CHANGED
|
@@ -7,6 +7,19 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get a single Theme of a Brand of an Okta Organization.
|
|
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.getBrands({});
|
|
18
|
+
* const testGetTheme = test.then(test => okta.getTheme({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* themeId: testOktaThemes.themes[0].id,
|
|
21
|
+
* }));
|
|
22
|
+
* ```
|
|
10
23
|
*/
|
|
11
24
|
function getTheme(args, opts) {
|
|
12
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +31,19 @@ function getTheme(args, opts) {
|
|
|
18
31
|
exports.getTheme = getTheme;
|
|
19
32
|
/**
|
|
20
33
|
* Get a single Theme of a Brand of an Okta Organization.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as okta from "@pulumi/okta";
|
|
40
|
+
*
|
|
41
|
+
* const test = okta.getBrands({});
|
|
42
|
+
* const testGetTheme = test.then(test => okta.getTheme({
|
|
43
|
+
* brandId: test.brands?.[0]?.id,
|
|
44
|
+
* themeId: testOktaThemes.themes[0].id,
|
|
45
|
+
* }));
|
|
46
|
+
* ```
|
|
21
47
|
*/
|
|
22
48
|
function getThemeOutput(args, opts) {
|
|
23
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getTheme.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../getTheme.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../getTheme.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;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,8BAA8B,EAAE;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAiFD;;;;;;;;;;;;;;;GAeG;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,8BAA8B,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/getThemes.d.ts
CHANGED
|
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Get Themes of a Brand of an Okta Organization.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as okta from "@pulumi/okta";
|
|
11
|
+
*
|
|
12
|
+
* const test = okta.getBrands({});
|
|
13
|
+
* const example = test.then(test => okta.getThemes({
|
|
14
|
+
* brandId: test.brands?.[0]?.id,
|
|
15
|
+
* }));
|
|
16
|
+
* ```
|
|
5
17
|
*/
|
|
6
18
|
export declare function getThemes(args: GetThemesArgs, opts?: pulumi.InvokeOptions): Promise<GetThemesResult>;
|
|
7
19
|
/**
|
|
@@ -32,6 +44,18 @@ export interface GetThemesResult {
|
|
|
32
44
|
}
|
|
33
45
|
/**
|
|
34
46
|
* Get Themes of a Brand of an Okta Organization.
|
|
47
|
+
*
|
|
48
|
+
* ## Example Usage
|
|
49
|
+
*
|
|
50
|
+
* ```typescript
|
|
51
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
52
|
+
* import * as okta from "@pulumi/okta";
|
|
53
|
+
*
|
|
54
|
+
* const test = okta.getBrands({});
|
|
55
|
+
* const example = test.then(test => okta.getThemes({
|
|
56
|
+
* brandId: test.brands?.[0]?.id,
|
|
57
|
+
* }));
|
|
58
|
+
* ```
|
|
35
59
|
*/
|
|
36
60
|
export declare function getThemesOutput(args: GetThemesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetThemesResult>;
|
|
37
61
|
/**
|
package/getThemes.js
CHANGED
|
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get Themes of a Brand of an Okta Organization.
|
|
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.getBrands({});
|
|
18
|
+
* const example = test.then(test => okta.getThemes({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* }));
|
|
21
|
+
* ```
|
|
10
22
|
*/
|
|
11
23
|
function getThemes(args, opts) {
|
|
12
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,6 +29,18 @@ function getThemes(args, opts) {
|
|
|
17
29
|
exports.getThemes = getThemes;
|
|
18
30
|
/**
|
|
19
31
|
* Get Themes of a Brand of an Okta Organization.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as okta from "@pulumi/okta";
|
|
38
|
+
*
|
|
39
|
+
* const test = okta.getBrands({});
|
|
40
|
+
* const example = test.then(test => okta.getThemes({
|
|
41
|
+
* brandId: test.brands?.[0]?.id,
|
|
42
|
+
* }));
|
|
43
|
+
* ```
|
|
20
44
|
*/
|
|
21
45
|
function getThemesOutput(args, opts) {
|
|
22
46
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getThemes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getThemes.js","sourceRoot":"","sources":["../getThemes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getThemes.js","sourceRoot":"","sources":["../getThemes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA6BD;;;;;;;;;;;;;;GAcG;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,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
|