@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/getBrand.d.ts
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Get a single Brand from Okta.
|
|
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 testGetBrand = test.then(test => okta.getBrand({
|
|
13
|
+
* brandId: test.brands?.[0]?.id,
|
|
14
|
+
* }));
|
|
15
|
+
* const _default = okta.getBrand({
|
|
16
|
+
* brandId: "default",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
4
19
|
*/
|
|
5
20
|
export declare function getBrand(args: GetBrandArgs, opts?: pulumi.InvokeOptions): Promise<GetBrandResult>;
|
|
6
21
|
/**
|
|
@@ -43,6 +58,21 @@ export interface GetBrandResult {
|
|
|
43
58
|
}
|
|
44
59
|
/**
|
|
45
60
|
* Get a single Brand from Okta.
|
|
61
|
+
*
|
|
62
|
+
* ## Example Usage
|
|
63
|
+
*
|
|
64
|
+
* ```typescript
|
|
65
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
66
|
+
* import * as okta from "@pulumi/okta";
|
|
67
|
+
*
|
|
68
|
+
* const test = okta.getBrands({});
|
|
69
|
+
* const testGetBrand = test.then(test => okta.getBrand({
|
|
70
|
+
* brandId: test.brands?.[0]?.id,
|
|
71
|
+
* }));
|
|
72
|
+
* const _default = okta.getBrand({
|
|
73
|
+
* brandId: "default",
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
46
76
|
*/
|
|
47
77
|
export declare function getBrandOutput(args: GetBrandOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBrandResult>;
|
|
48
78
|
/**
|
package/getBrand.js
CHANGED
|
@@ -7,6 +7,21 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get a single Brand from Okta.
|
|
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 testGetBrand = test.then(test => okta.getBrand({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* }));
|
|
21
|
+
* const _default = okta.getBrand({
|
|
22
|
+
* brandId: "default",
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
10
25
|
*/
|
|
11
26
|
function getBrand(args, opts) {
|
|
12
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,6 +32,21 @@ function getBrand(args, opts) {
|
|
|
17
32
|
exports.getBrand = getBrand;
|
|
18
33
|
/**
|
|
19
34
|
* Get a single Brand from Okta.
|
|
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.getBrands({});
|
|
43
|
+
* const testGetBrand = test.then(test => okta.getBrand({
|
|
44
|
+
* brandId: test.brands?.[0]?.id,
|
|
45
|
+
* }));
|
|
46
|
+
* const _default = okta.getBrand({
|
|
47
|
+
* brandId: "default",
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
20
50
|
*/
|
|
21
51
|
function getBrandOutput(args, opts) {
|
|
22
52
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getBrand.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBrand.js","sourceRoot":"","sources":["../getBrand.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getBrand.js","sourceRoot":"","sources":["../getBrand.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;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;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyCD;;;;;;;;;;;;;;;;;GAiBG;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;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -1,13 +1,31 @@
|
|
|
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
|
+
* Get the request fields for catalog entry.
|
|
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.getCatalogEntryUserAccessRequestFields({});
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
4
16
|
export declare function getCatalogEntryUserAccessRequestFields(args: GetCatalogEntryUserAccessRequestFieldsArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogEntryUserAccessRequestFieldsResult>;
|
|
5
17
|
/**
|
|
6
18
|
* A collection of arguments for invoking getCatalogEntryUserAccessRequestFields.
|
|
7
19
|
*/
|
|
8
20
|
export interface GetCatalogEntryUserAccessRequestFieldsArgs {
|
|
9
21
|
datas?: inputs.GetCatalogEntryUserAccessRequestFieldsData[];
|
|
22
|
+
/**
|
|
23
|
+
* TThe ID of the catalog entry.
|
|
24
|
+
*/
|
|
10
25
|
entryId: string;
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the user.
|
|
28
|
+
*/
|
|
11
29
|
userId: string;
|
|
12
30
|
}
|
|
13
31
|
/**
|
|
@@ -15,16 +33,40 @@ export interface GetCatalogEntryUserAccessRequestFieldsArgs {
|
|
|
15
33
|
*/
|
|
16
34
|
export interface GetCatalogEntryUserAccessRequestFieldsResult {
|
|
17
35
|
readonly datas?: outputs.GetCatalogEntryUserAccessRequestFieldsData[];
|
|
36
|
+
/**
|
|
37
|
+
* TThe ID of the catalog entry.
|
|
38
|
+
*/
|
|
18
39
|
readonly entryId: string;
|
|
19
40
|
readonly id: string;
|
|
41
|
+
/**
|
|
42
|
+
* The ID of the user.
|
|
43
|
+
*/
|
|
20
44
|
readonly userId: string;
|
|
21
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* Get the request fields for catalog entry.
|
|
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.getCatalogEntryUserAccessRequestFields({});
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
22
58
|
export declare function getCatalogEntryUserAccessRequestFieldsOutput(args: GetCatalogEntryUserAccessRequestFieldsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogEntryUserAccessRequestFieldsResult>;
|
|
23
59
|
/**
|
|
24
60
|
* A collection of arguments for invoking getCatalogEntryUserAccessRequestFields.
|
|
25
61
|
*/
|
|
26
62
|
export interface GetCatalogEntryUserAccessRequestFieldsOutputArgs {
|
|
27
63
|
datas?: pulumi.Input<pulumi.Input<inputs.GetCatalogEntryUserAccessRequestFieldsDataArgs>[]>;
|
|
64
|
+
/**
|
|
65
|
+
* TThe ID of the catalog entry.
|
|
66
|
+
*/
|
|
28
67
|
entryId: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The ID of the user.
|
|
70
|
+
*/
|
|
29
71
|
userId: pulumi.Input<string>;
|
|
30
72
|
}
|
|
@@ -5,6 +5,18 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getCatalogEntryUserAccessRequestFieldsOutput = exports.getCatalogEntryUserAccessRequestFields = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the request fields for catalog entry.
|
|
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.getCatalogEntryUserAccessRequestFields({});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
8
20
|
function getCatalogEntryUserAccessRequestFields(args, opts) {
|
|
9
21
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
22
|
return pulumi.runtime.invoke("okta:index/getCatalogEntryUserAccessRequestFields:getCatalogEntryUserAccessRequestFields", {
|
|
@@ -14,6 +26,18 @@ function getCatalogEntryUserAccessRequestFields(args, opts) {
|
|
|
14
26
|
}, opts);
|
|
15
27
|
}
|
|
16
28
|
exports.getCatalogEntryUserAccessRequestFields = getCatalogEntryUserAccessRequestFields;
|
|
29
|
+
/**
|
|
30
|
+
* Get the request fields for catalog entry.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as okta from "@pulumi/okta";
|
|
37
|
+
*
|
|
38
|
+
* const test = okta.getCatalogEntryUserAccessRequestFields({});
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
17
41
|
function getCatalogEntryUserAccessRequestFieldsOutput(args, opts) {
|
|
18
42
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
43
|
return pulumi.runtime.invokeOutput("okta:index/getCatalogEntryUserAccessRequestFields:getCatalogEntryUserAccessRequestFields", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogEntryUserAccessRequestFields.js","sourceRoot":"","sources":["../getCatalogEntryUserAccessRequestFields.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,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;QACrH,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC;
|
|
1
|
+
{"version":3,"file":"getCatalogEntryUserAccessRequestFields.js","sourceRoot":"","sources":["../getCatalogEntryUserAccessRequestFields.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,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;QACrH,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC;AAgCD;;;;;;;;;;;GAWG;AACH,SAAgB,4CAA4C,CAAC,IAAsD,EAAE,IAAiC;IAClJ,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;QAC3H,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oGAOC"}
|
package/getDevice.d.ts
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
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 device in Okta.
|
|
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.getDevice({
|
|
14
|
+
* id: "<device_id>",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getDevice(args: GetDeviceArgs, opts?: pulumi.InvokeOptions): Promise<GetDeviceResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getDevice.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDeviceArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the device.
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
profile?: inputs.GetDeviceProfile;
|
|
28
|
+
resourceDisplayName?: inputs.GetDeviceResourceDisplayName;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getDevice.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetDeviceResult {
|
|
34
|
+
/**
|
|
35
|
+
* The creation timestamp of the device.
|
|
36
|
+
*/
|
|
37
|
+
readonly created: string;
|
|
38
|
+
/**
|
|
39
|
+
* The ID of the device.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* The last updated timestamp of the device.
|
|
44
|
+
*/
|
|
45
|
+
readonly lastUpdated: string;
|
|
46
|
+
readonly profile?: outputs.GetDeviceProfile;
|
|
47
|
+
/**
|
|
48
|
+
* The alternate ID of the device resource.
|
|
49
|
+
*/
|
|
50
|
+
readonly resourceAlternateId: string;
|
|
51
|
+
readonly resourceDisplayName?: outputs.GetDeviceResourceDisplayName;
|
|
52
|
+
/**
|
|
53
|
+
* Alternate key for the id.
|
|
54
|
+
*/
|
|
55
|
+
readonly resourceId: string;
|
|
56
|
+
/**
|
|
57
|
+
* The resource type of the device.
|
|
58
|
+
*/
|
|
59
|
+
readonly resourceType: string;
|
|
60
|
+
/**
|
|
61
|
+
* The status of the device.
|
|
62
|
+
*/
|
|
63
|
+
readonly status: string;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Get information about a device in Okta.
|
|
67
|
+
*
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as okta from "@pulumi/okta";
|
|
73
|
+
*
|
|
74
|
+
* const example = okta.getDevice({
|
|
75
|
+
* id: "<device_id>",
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export declare function getDeviceOutput(args: GetDeviceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDeviceResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getDevice.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetDeviceOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* The ID of the device.
|
|
86
|
+
*/
|
|
87
|
+
id: pulumi.Input<string>;
|
|
88
|
+
profile?: pulumi.Input<inputs.GetDeviceProfileArgs>;
|
|
89
|
+
resourceDisplayName?: pulumi.Input<inputs.GetDeviceResourceDisplayNameArgs>;
|
|
90
|
+
}
|
package/getDevice.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
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.getDeviceOutput = exports.getDevice = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get information about a device in Okta.
|
|
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.getDevice({
|
|
18
|
+
* id: "<device_id>",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getDevice(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("okta:index/getDevice:getDevice", {
|
|
25
|
+
"id": args.id,
|
|
26
|
+
"profile": args.profile,
|
|
27
|
+
"resourceDisplayName": args.resourceDisplayName,
|
|
28
|
+
}, opts);
|
|
29
|
+
}
|
|
30
|
+
exports.getDevice = getDevice;
|
|
31
|
+
/**
|
|
32
|
+
* Get information about a device in Okta.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as okta from "@pulumi/okta";
|
|
39
|
+
*
|
|
40
|
+
* const example = okta.getDevice({
|
|
41
|
+
* id: "<device_id>",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getDeviceOutput(args, opts) {
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("okta:index/getDevice:getDevice", {
|
|
48
|
+
"id": args.id,
|
|
49
|
+
"profile": args.profile,
|
|
50
|
+
"resourceDisplayName": args.resourceDisplayName,
|
|
51
|
+
}, opts);
|
|
52
|
+
}
|
|
53
|
+
exports.getDeviceOutput = getDeviceOutput;
|
|
54
|
+
//# sourceMappingURL=getDevice.js.map
|
package/getDevice.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDevice.js","sourceRoot":"","sources":["../getDevice.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AAiDD;;;;;;;;;;;;;GAaG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC"}
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Get the email customization of an email template belonging to a brand in 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.getEmailCustomizations({
|
|
13
|
+
* brandId: test.brands?.[0]?.id,
|
|
14
|
+
* templateName: "ForgotPassword",
|
|
15
|
+
* }));
|
|
16
|
+
* const forgotPasswordEn = Promise.all([test, forgotPassword]).then(([test, forgotPassword]) => okta.getEmailCustomization({
|
|
17
|
+
* brandId: test.brands?.[0]?.id,
|
|
18
|
+
* templateName: "ForgotPassword",
|
|
19
|
+
* customizationId: forgotPassword.emailCustomizations?.[0]?.id,
|
|
20
|
+
* }));
|
|
21
|
+
* ```
|
|
4
22
|
*/
|
|
5
23
|
export declare function getEmailCustomization(args: GetEmailCustomizationArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationResult>;
|
|
6
24
|
/**
|
|
@@ -63,6 +81,24 @@ export interface GetEmailCustomizationResult {
|
|
|
63
81
|
}
|
|
64
82
|
/**
|
|
65
83
|
* Get the email customization of an email template belonging to a brand in an Okta organization.
|
|
84
|
+
*
|
|
85
|
+
* ## Example Usage
|
|
86
|
+
*
|
|
87
|
+
* ```typescript
|
|
88
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
89
|
+
* import * as okta from "@pulumi/okta";
|
|
90
|
+
*
|
|
91
|
+
* const test = okta.getBrands({});
|
|
92
|
+
* const forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
93
|
+
* brandId: test.brands?.[0]?.id,
|
|
94
|
+
* templateName: "ForgotPassword",
|
|
95
|
+
* }));
|
|
96
|
+
* const forgotPasswordEn = Promise.all([test, forgotPassword]).then(([test, forgotPassword]) => okta.getEmailCustomization({
|
|
97
|
+
* brandId: test.brands?.[0]?.id,
|
|
98
|
+
* templateName: "ForgotPassword",
|
|
99
|
+
* customizationId: forgotPassword.emailCustomizations?.[0]?.id,
|
|
100
|
+
* }));
|
|
101
|
+
* ```
|
|
66
102
|
*/
|
|
67
103
|
export declare function getEmailCustomizationOutput(args: GetEmailCustomizationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEmailCustomizationResult>;
|
|
68
104
|
/**
|
package/getEmailCustomization.js
CHANGED
|
@@ -7,6 +7,24 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get the email customization of an email template 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 forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* templateName: "ForgotPassword",
|
|
21
|
+
* }));
|
|
22
|
+
* const forgotPasswordEn = Promise.all([test, forgotPassword]).then(([test, forgotPassword]) => okta.getEmailCustomization({
|
|
23
|
+
* brandId: test.brands?.[0]?.id,
|
|
24
|
+
* templateName: "ForgotPassword",
|
|
25
|
+
* customizationId: forgotPassword.emailCustomizations?.[0]?.id,
|
|
26
|
+
* }));
|
|
27
|
+
* ```
|
|
10
28
|
*/
|
|
11
29
|
function getEmailCustomization(args, opts) {
|
|
12
30
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -19,6 +37,24 @@ function getEmailCustomization(args, opts) {
|
|
|
19
37
|
exports.getEmailCustomization = getEmailCustomization;
|
|
20
38
|
/**
|
|
21
39
|
* Get the email customization of an email template belonging to a brand in an Okta organization.
|
|
40
|
+
*
|
|
41
|
+
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ```typescript
|
|
44
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
+
* import * as okta from "@pulumi/okta";
|
|
46
|
+
*
|
|
47
|
+
* const test = okta.getBrands({});
|
|
48
|
+
* const forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
49
|
+
* brandId: test.brands?.[0]?.id,
|
|
50
|
+
* templateName: "ForgotPassword",
|
|
51
|
+
* }));
|
|
52
|
+
* const forgotPasswordEn = Promise.all([test, forgotPassword]).then(([test, forgotPassword]) => okta.getEmailCustomization({
|
|
53
|
+
* brandId: test.brands?.[0]?.id,
|
|
54
|
+
* templateName: "ForgotPassword",
|
|
55
|
+
* customizationId: forgotPassword.emailCustomizations?.[0]?.id,
|
|
56
|
+
* }));
|
|
57
|
+
* ```
|
|
22
58
|
*/
|
|
23
59
|
function getEmailCustomizationOutput(args, opts) {
|
|
24
60
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getEmailCustomization.js","sourceRoot":"","sources":["../getEmailCustomization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AA6DD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
|
@@ -2,6 +2,19 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Get the email customizations of an email template 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 forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
14
|
+
* brandId: test.brands?.[0]?.id,
|
|
15
|
+
* templateName: "ForgotPassword",
|
|
16
|
+
* }));
|
|
17
|
+
* ```
|
|
5
18
|
*/
|
|
6
19
|
export declare function getEmailCustomizations(args: GetEmailCustomizationsArgs, opts?: pulumi.InvokeOptions): Promise<GetEmailCustomizationsResult>;
|
|
7
20
|
/**
|
|
@@ -40,6 +53,19 @@ export interface GetEmailCustomizationsResult {
|
|
|
40
53
|
}
|
|
41
54
|
/**
|
|
42
55
|
* Get the email customizations of an email template belonging to a brand in an Okta organization.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
58
|
+
*
|
|
59
|
+
* ```typescript
|
|
60
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
61
|
+
* import * as okta from "@pulumi/okta";
|
|
62
|
+
*
|
|
63
|
+
* const test = okta.getBrands({});
|
|
64
|
+
* const forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
65
|
+
* brandId: test.brands?.[0]?.id,
|
|
66
|
+
* templateName: "ForgotPassword",
|
|
67
|
+
* }));
|
|
68
|
+
* ```
|
|
43
69
|
*/
|
|
44
70
|
export declare function getEmailCustomizationsOutput(args: GetEmailCustomizationsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetEmailCustomizationsResult>;
|
|
45
71
|
/**
|
|
@@ -7,6 +7,19 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get the email customizations of an email template 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 forgotPassword = test.then(test => okta.getEmailCustomizations({
|
|
19
|
+
* brandId: test.brands?.[0]?.id,
|
|
20
|
+
* templateName: "ForgotPassword",
|
|
21
|
+
* }));
|
|
22
|
+
* ```
|
|
10
23
|
*/
|
|
11
24
|
function getEmailCustomizations(args, opts) {
|
|
12
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +31,19 @@ function getEmailCustomizations(args, opts) {
|
|
|
18
31
|
exports.getEmailCustomizations = getEmailCustomizations;
|
|
19
32
|
/**
|
|
20
33
|
* Get the email customizations of an email template belonging to a brand in 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.getEmailCustomizations({
|
|
43
|
+
* brandId: test.brands?.[0]?.id,
|
|
44
|
+
* templateName: "ForgotPassword",
|
|
45
|
+
* }));
|
|
46
|
+
* ```
|
|
21
47
|
*/
|
|
22
48
|
function getEmailCustomizationsOutput(args, opts) {
|
|
23
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getEmailCustomizations.js","sourceRoot":"","sources":["../getEmailCustomizations.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAqCD;;;;;;;;;;;;;;;GAeG;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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
package/getHookKey.d.ts
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use Key Management to create and manage JSON Web Keys (JWKS) that support OAuth 2.0 client authentication. The key is composed of a public and private key pair. The private key signs the JSON Web Token (JWT) and the public key validates it on the client side.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* // Get hook key by ID
|
|
12
|
+
* const example = okta.getHookKey({
|
|
13
|
+
* id: "abcdefghij0123456789",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getHookKey(args: GetHookKeyArgs, opts?: pulumi.InvokeOptions): Promise<GetHookKeyResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getHookKey.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetHookKeyArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The unique identifier of the Hook Key.
|
|
24
|
+
*/
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A collection of values returned by getHookKey.
|
|
29
|
+
*/
|
|
30
|
+
export interface GetHookKeyResult {
|
|
31
|
+
/**
|
|
32
|
+
* The date and time the Hook Key was created.
|
|
33
|
+
*/
|
|
34
|
+
readonly created: string;
|
|
35
|
+
/**
|
|
36
|
+
* The unique identifier of the Hook Key.
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* Whether the Hook Key is currently being used.
|
|
41
|
+
*/
|
|
42
|
+
readonly isUsed: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* The alias of the public key that can be used to retrieve the public key data.
|
|
45
|
+
*/
|
|
46
|
+
readonly keyId: string;
|
|
47
|
+
/**
|
|
48
|
+
* The date and time the Hook Key was last updated.
|
|
49
|
+
*/
|
|
50
|
+
readonly lastUpdated: string;
|
|
51
|
+
readonly name: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Use Key Management to create and manage JSON Web Keys (JWKS) that support OAuth 2.0 client authentication. The key is composed of a public and private key pair. The private key signs the JSON Web Token (JWT) and the public key validates it on the client side.
|
|
55
|
+
*
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as okta from "@pulumi/okta";
|
|
61
|
+
*
|
|
62
|
+
* // Get hook key by ID
|
|
63
|
+
* const example = okta.getHookKey({
|
|
64
|
+
* id: "abcdefghij0123456789",
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function getHookKeyOutput(args: GetHookKeyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHookKeyResult>;
|
|
69
|
+
/**
|
|
70
|
+
* A collection of arguments for invoking getHookKey.
|
|
71
|
+
*/
|
|
72
|
+
export interface GetHookKeyOutputArgs {
|
|
73
|
+
/**
|
|
74
|
+
* The unique identifier of the Hook Key.
|
|
75
|
+
*/
|
|
76
|
+
id: pulumi.Input<string>;
|
|
77
|
+
}
|