@pulumi/okta 6.0.0-alpha.1760078393 → 6.0.0-alpha.1768025445
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adminRoleCustomAssignments.d.ts +76 -0
- package/adminRoleCustomAssignments.js +76 -0
- package/adminRoleCustomAssignments.js.map +1 -1
- package/apiServiceIntegration.d.ts +110 -0
- package/apiServiceIntegration.js +96 -0
- package/apiServiceIntegration.js.map +1 -0
- package/apiToken.d.ts +141 -0
- package/apiToken.js +93 -0
- package/apiToken.js.map +1 -0
- package/app/connection.d.ts +164 -0
- package/app/connection.js +136 -0
- package/app/connection.js.map +1 -0
- package/app/features.d.ts +121 -0
- package/app/features.js +77 -0
- package/app/features.js.map +1 -0
- package/app/getConnection.d.ts +106 -0
- package/app/getConnection.js +62 -0
- package/app/getConnection.js.map +1 -0
- package/app/getFeatures.d.ts +156 -0
- package/app/getFeatures.js +116 -0
- package/app/getFeatures.js.map +1 -0
- package/app/getToken.d.ts +98 -0
- package/app/getToken.js +62 -0
- package/app/getToken.js.map +1 -0
- package/app/groupAssignment.d.ts +1 -1
- package/app/groupAssignment.js +1 -1
- package/app/index.d.ts +18 -0
- package/app/index.js +25 -1
- package/app/index.js.map +1 -1
- package/app/oauth.d.ts +51 -0
- package/app/oauth.js +6 -0
- package/app/oauth.js.map +1 -1
- package/app/threeField.d.ts +15 -0
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/token.d.ts +108 -0
- package/app/token.js +93 -0
- package/app/token.js.map +1 -0
- package/appSignonPolicyRule.d.ts +1 -7
- package/appSignonPolicyRule.js +1 -7
- package/appSignonPolicyRule.js.map +1 -1
- package/auth/getServerClients.d.ts +114 -0
- package/auth/getServerClients.js +58 -0
- package/auth/getServerClients.js.map +1 -0
- package/auth/getServerKeys.d.ts +113 -0
- package/auth/getServerKeys.js +70 -0
- package/auth/getServerKeys.js.map +1 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +7 -1
- package/auth/index.js.map +1 -1
- package/authenticator.d.ts +42 -10
- package/authenticator.js +26 -4
- package/authenticator.js.map +1 -1
- package/customizedSigninPage.d.ts +68 -0
- package/customizedSigninPage.js +68 -0
- package/customizedSigninPage.js.map +1 -1
- package/device.d.ts +80 -0
- package/device.js +69 -0
- package/device.js.map +1 -0
- package/emailCustomization.d.ts +30 -0
- package/emailCustomization.js +30 -0
- package/emailCustomization.js.map +1 -1
- package/feature.d.ts +12 -0
- package/feature.js +12 -0
- package/feature.js.map +1 -1
- package/getApiServiceIntegration.d.ts +85 -0
- package/getApiServiceIntegration.js +78 -0
- package/getApiServiceIntegration.js.map +1 -0
- package/getApiToken.d.ts +88 -0
- package/getApiToken.js +52 -0
- package/getApiToken.js.map +1 -0
- package/getBehaviour.d.ts +4 -0
- package/getBehaviour.js +4 -0
- package/getBehaviour.js.map +1 -1
- package/getBrand.d.ts +30 -0
- package/getBrand.js +30 -0
- package/getBrand.js.map +1 -1
- package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
- package/getCatalogEntryUserAccessRequestFields.js +24 -0
- package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
- package/getDevice.d.ts +90 -0
- package/getDevice.js +54 -0
- package/getDevice.js.map +1 -0
- package/getEmailCustomization.d.ts +36 -0
- package/getEmailCustomization.js +36 -0
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +26 -0
- package/getEmailCustomizations.js +26 -0
- package/getEmailCustomizations.js.map +1 -1
- package/getHookKey.d.ts +77 -0
- package/getHookKey.js +52 -0
- package/getHookKey.js.map +1 -0
- package/getPrincipalEntitlements.d.ts +116 -0
- package/getPrincipalEntitlements.js +116 -0
- package/getPrincipalEntitlements.js.map +1 -1
- package/getPushProvider.d.ts +118 -0
- package/getPushProvider.js +86 -0
- package/getPushProvider.js.map +1 -0
- package/getRealmAssignment.d.ts +4 -0
- package/getRealmAssignment.js +4 -0
- package/getRealmAssignment.js.map +1 -1
- package/getRequestSettingResource.d.ts +4 -0
- package/getRequestSettingResource.js +4 -0
- package/getRequestSettingResource.js.map +1 -1
- package/getRequestV2.d.ts +79 -0
- package/getRequestV2.js +28 -0
- package/getRequestV2.js.map +1 -1
- package/getSecurityEventsProvider.d.ts +79 -0
- package/getSecurityEventsProvider.js +52 -0
- package/getSecurityEventsProvider.js.map +1 -0
- package/getTemplate.d.ts +26 -0
- package/getTemplate.js +26 -0
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +24 -0
- package/getTemplates.js +24 -0
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +26 -0
- package/getTheme.js +26 -0
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +24 -0
- package/getThemes.js +24 -0
- package/getThemes.js.map +1 -1
- package/getUiSchema.d.ts +80 -0
- package/getUiSchema.js +52 -0
- package/getUiSchema.js.map +1 -0
- package/group/owner.d.ts +24 -0
- package/group/owner.js +24 -0
- package/group/owner.js.map +1 -1
- package/group/role.d.ts +41 -0
- package/group/role.js +41 -0
- package/group/role.js.map +1 -1
- package/hookKey.d.ts +102 -0
- package/hookKey.js +79 -0
- package/hookKey.js.map +1 -0
- package/index.d.ts +42 -0
- package/index.js +61 -4
- package/index.js.map +1 -1
- package/inline/hook.d.ts +15 -15
- package/inline/hook.js +15 -15
- package/package.json +3 -3
- package/policy/deviceAssuranceAndroid.d.ts +24 -0
- package/policy/deviceAssuranceAndroid.js +24 -0
- package/policy/deviceAssuranceAndroid.js.map +1 -1
- package/policy/deviceAssuranceIos.d.ts +17 -0
- package/policy/deviceAssuranceIos.js +17 -0
- package/policy/deviceAssuranceIos.js.map +1 -1
- package/policy/deviceAssuranceMacos.d.ts +37 -0
- package/policy/deviceAssuranceMacos.js +37 -0
- package/policy/deviceAssuranceMacos.js.map +1 -1
- package/policy/deviceAssuranceWindows.d.ts +43 -0
- package/policy/deviceAssuranceWindows.js +43 -0
- package/policy/deviceAssuranceWindows.js.map +1 -1
- package/policy/mfa.d.ts +18 -0
- package/policy/mfa.js +2 -0
- package/policy/mfa.js.map +1 -1
- package/policyMfaDefault.d.ts +18 -0
- package/policyMfaDefault.js +2 -0
- package/policyMfaDefault.js.map +1 -1
- package/previewSigninPage.d.ts +68 -0
- package/previewSigninPage.js +68 -0
- package/previewSigninPage.js.map +1 -1
- package/pushProvider.d.ts +150 -0
- package/pushProvider.js +126 -0
- package/pushProvider.js.map +1 -0
- package/rateLimiting.d.ts +13 -0
- package/rateLimiting.js +13 -0
- package/rateLimiting.js.map +1 -1
- package/requestCondition.d.ts +47 -2
- package/requestCondition.js +42 -1
- package/requestCondition.js.map +1 -1
- package/requestSettingOrganization.d.ts +19 -0
- package/requestSettingOrganization.js +19 -0
- package/requestSettingOrganization.js.map +1 -1
- package/requestSettingResource.d.ts +20 -0
- package/requestSettingResource.js +20 -0
- package/requestSettingResource.js.map +1 -1
- package/requestV2.d.ts +39 -12
- package/requestV2.js +27 -0
- package/requestV2.js.map +1 -1
- package/securityEventsProvider.d.ts +138 -0
- package/securityEventsProvider.js +107 -0
- package/securityEventsProvider.js.map +1 -0
- package/theme.d.ts +23 -0
- package/theme.js +23 -0
- package/theme.js.map +1 -1
- package/types/input.d.ts +1041 -18
- package/types/output.d.ts +691 -5
- package/uiSchema.d.ts +74 -0
- package/uiSchema.js +73 -0
- package/uiSchema.js.map +1 -0
- package/user/getUser.d.ts +1 -0
- package/user/getUser.js.map +1 -1
- package/user/user.d.ts +12 -0
- package/user/user.js +2 -0
- package/user/user.js.map +1 -1
package/getUiSchema.d.ts
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to retrieve information about an Okta UI Schema.
|
|
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.getUiSchema({
|
|
14
|
+
* id: "ui_schema_id",
|
|
15
|
+
* });
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare function getUiSchema(args: GetUiSchemaArgs, opts?: pulumi.InvokeOptions): Promise<GetUiSchemaResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking getUiSchema.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetUiSchemaArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The ID property of an UI Schema.
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* - (Object) Representation of a resource.
|
|
29
|
+
*/
|
|
30
|
+
uiSchema?: inputs.GetUiSchemaUiSchema;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getUiSchema.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetUiSchemaResult {
|
|
36
|
+
/**
|
|
37
|
+
* Timestamp when the UI Schema was created. (ISO 86001).
|
|
38
|
+
*/
|
|
39
|
+
readonly created: string;
|
|
40
|
+
/**
|
|
41
|
+
* The ID property of an UI Schema.
|
|
42
|
+
*/
|
|
43
|
+
readonly id: string;
|
|
44
|
+
/**
|
|
45
|
+
* Timestamp when the UI Schema was last modified (ISO 86001).
|
|
46
|
+
*/
|
|
47
|
+
readonly lastUpdated: string;
|
|
48
|
+
/**
|
|
49
|
+
* - (Object) Representation of a resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly uiSchema?: outputs.GetUiSchemaUiSchema;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Use this data source to retrieve information about an Okta UI Schema.
|
|
55
|
+
*
|
|
56
|
+
* ## Example Usage
|
|
57
|
+
*
|
|
58
|
+
* ```typescript
|
|
59
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
60
|
+
* import * as okta from "@pulumi/okta";
|
|
61
|
+
*
|
|
62
|
+
* const example = okta.getUiSchema({
|
|
63
|
+
* id: "ui_schema_id",
|
|
64
|
+
* });
|
|
65
|
+
* ```
|
|
66
|
+
*/
|
|
67
|
+
export declare function getUiSchemaOutput(args: GetUiSchemaOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUiSchemaResult>;
|
|
68
|
+
/**
|
|
69
|
+
* A collection of arguments for invoking getUiSchema.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetUiSchemaOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* The ID property of an UI Schema.
|
|
74
|
+
*/
|
|
75
|
+
id: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* - (Object) Representation of a resource.
|
|
78
|
+
*/
|
|
79
|
+
uiSchema?: pulumi.Input<inputs.GetUiSchemaUiSchemaArgs>;
|
|
80
|
+
}
|
package/getUiSchema.js
ADDED
|
@@ -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.getUiSchemaOutput = exports.getUiSchema = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve information about an Okta UI Schema.
|
|
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.getUiSchema({
|
|
18
|
+
* id: "ui_schema_id",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getUiSchema(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("okta:index/getUiSchema:getUiSchema", {
|
|
25
|
+
"id": args.id,
|
|
26
|
+
"uiSchema": args.uiSchema,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getUiSchema = getUiSchema;
|
|
30
|
+
/**
|
|
31
|
+
* Use this data source to retrieve information about an Okta UI Schema.
|
|
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.getUiSchema({
|
|
40
|
+
* id: "ui_schema_id",
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
function getUiSchemaOutput(args, opts) {
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
46
|
+
return pulumi.runtime.invokeOutput("okta:index/getUiSchema:getUiSchema", {
|
|
47
|
+
"id": args.id,
|
|
48
|
+
"uiSchema": args.uiSchema,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getUiSchemaOutput = getUiSchemaOutput;
|
|
52
|
+
//# sourceMappingURL=getUiSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUiSchema.js","sourceRoot":"","sources":["../getUiSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAqCD;;;;;;;;;;;;;GAaG;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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/group/owner.d.ts
CHANGED
|
@@ -21,6 +21,30 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* type: "USER",
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* An okta_group_owner resource can be imported using the following format:
|
|
28
|
+
*
|
|
29
|
+
* bash
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import okta:group/owner:Owner example group_id/group_owner_id
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* Where:
|
|
36
|
+
*
|
|
37
|
+
* - `group_id` is the ID of the group
|
|
38
|
+
*
|
|
39
|
+
* - `group_owner_id` is the ID of the group owner resource
|
|
40
|
+
*
|
|
41
|
+
* **Example:**
|
|
42
|
+
*
|
|
43
|
+
* bash
|
|
44
|
+
*
|
|
45
|
+
* ```sh
|
|
46
|
+
* $ pulumi import okta:group/owner:Owner example group_123/group_owner_456
|
|
47
|
+
* ```
|
|
24
48
|
*/
|
|
25
49
|
export declare class Owner extends pulumi.CustomResource {
|
|
26
50
|
/**
|
package/group/owner.js
CHANGED
|
@@ -27,6 +27,30 @@ const utilities = require("../utilities");
|
|
|
27
27
|
* type: "USER",
|
|
28
28
|
* });
|
|
29
29
|
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* An okta_group_owner resource can be imported using the following format:
|
|
34
|
+
*
|
|
35
|
+
* bash
|
|
36
|
+
*
|
|
37
|
+
* ```sh
|
|
38
|
+
* $ pulumi import okta:group/owner:Owner example group_id/group_owner_id
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* Where:
|
|
42
|
+
*
|
|
43
|
+
* - `group_id` is the ID of the group
|
|
44
|
+
*
|
|
45
|
+
* - `group_owner_id` is the ID of the group owner resource
|
|
46
|
+
*
|
|
47
|
+
* **Example:**
|
|
48
|
+
*
|
|
49
|
+
* bash
|
|
50
|
+
*
|
|
51
|
+
* ```sh
|
|
52
|
+
* $ pulumi import okta:group/owner:Owner example group_123/group_owner_456
|
|
53
|
+
* ```
|
|
30
54
|
*/
|
|
31
55
|
class Owner extends pulumi.CustomResource {
|
|
32
56
|
/**
|
package/group/owner.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"owner.js","sourceRoot":"","sources":["../../group/owner.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"owner.js","sourceRoot":"","sources":["../../group/owner.ts"],"names":[],"mappings":"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"}
|
package/group/role.d.ts
CHANGED
|
@@ -2,6 +2,47 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Assigns Admin roles to Okta Groups. This resource allows you to assign Okta administrator roles to Okta Groups. This resource provides a one-to-one interface between the Okta group and the admin role.
|
|
4
4
|
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
* import * as std from "@pulumi/std";
|
|
11
|
+
*
|
|
12
|
+
* const example = new okta.group.Role("example", {
|
|
13
|
+
* groupId: "<group id>",
|
|
14
|
+
* roleType: "READ_ONLY_ADMIN",
|
|
15
|
+
* });
|
|
16
|
+
* // Example for CUSTOM role
|
|
17
|
+
* const test = new okta.group.Group("test", {
|
|
18
|
+
* name: "testAcc_replace_with_uuid",
|
|
19
|
+
* description: "testing",
|
|
20
|
+
* });
|
|
21
|
+
* const testResourceSet = new okta.ResourceSet("test", {
|
|
22
|
+
* label: "test",
|
|
23
|
+
* description: "testing, testing",
|
|
24
|
+
* resources: [std.index.format({
|
|
25
|
+
* input: "%s/api/v1/users",
|
|
26
|
+
* args: ["https://tien-oie-2023-26-26.oktapreview.com"],
|
|
27
|
+
* }).result],
|
|
28
|
+
* });
|
|
29
|
+
* const testAdminRoleCustom = new okta.AdminRoleCustom("test", {
|
|
30
|
+
* label: "testt",
|
|
31
|
+
* description: "testing, testing",
|
|
32
|
+
* permissions: [
|
|
33
|
+
* "okta.apps.assignment.manage",
|
|
34
|
+
* "okta.users.manage",
|
|
35
|
+
* "okta.apps.manage",
|
|
36
|
+
* ],
|
|
37
|
+
* });
|
|
38
|
+
* const testRole = new okta.group.Role("test", {
|
|
39
|
+
* groupId: test.id,
|
|
40
|
+
* roleId: testAdminRoleCustom.id,
|
|
41
|
+
* resourceSetId: testResourceSet.id,
|
|
42
|
+
* roleType: "CUSTOM",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
5
46
|
* ## Import
|
|
6
47
|
*
|
|
7
48
|
* ```sh
|
package/group/role.js
CHANGED
|
@@ -8,6 +8,47 @@ const utilities = require("../utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Assigns Admin roles to Okta Groups. This resource allows you to assign Okta administrator roles to Okta Groups. This resource provides a one-to-one interface between the Okta group and the admin role.
|
|
10
10
|
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
* import * as std from "@pulumi/std";
|
|
17
|
+
*
|
|
18
|
+
* const example = new okta.group.Role("example", {
|
|
19
|
+
* groupId: "<group id>",
|
|
20
|
+
* roleType: "READ_ONLY_ADMIN",
|
|
21
|
+
* });
|
|
22
|
+
* // Example for CUSTOM role
|
|
23
|
+
* const test = new okta.group.Group("test", {
|
|
24
|
+
* name: "testAcc_replace_with_uuid",
|
|
25
|
+
* description: "testing",
|
|
26
|
+
* });
|
|
27
|
+
* const testResourceSet = new okta.ResourceSet("test", {
|
|
28
|
+
* label: "test",
|
|
29
|
+
* description: "testing, testing",
|
|
30
|
+
* resources: [std.index.format({
|
|
31
|
+
* input: "%s/api/v1/users",
|
|
32
|
+
* args: ["https://tien-oie-2023-26-26.oktapreview.com"],
|
|
33
|
+
* }).result],
|
|
34
|
+
* });
|
|
35
|
+
* const testAdminRoleCustom = new okta.AdminRoleCustom("test", {
|
|
36
|
+
* label: "testt",
|
|
37
|
+
* description: "testing, testing",
|
|
38
|
+
* permissions: [
|
|
39
|
+
* "okta.apps.assignment.manage",
|
|
40
|
+
* "okta.users.manage",
|
|
41
|
+
* "okta.apps.manage",
|
|
42
|
+
* ],
|
|
43
|
+
* });
|
|
44
|
+
* const testRole = new okta.group.Role("test", {
|
|
45
|
+
* groupId: test.id,
|
|
46
|
+
* roleId: testAdminRoleCustom.id,
|
|
47
|
+
* resourceSetId: testResourceSet.id,
|
|
48
|
+
* roleType: "CUSTOM",
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
11
52
|
* ## Import
|
|
12
53
|
*
|
|
13
54
|
* ```sh
|
package/group/role.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"","sources":["../../group/role.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"role.js","sourceRoot":"","sources":["../../group/role.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAoDD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,EAAE,gBAAgB,CAAC;SAChE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AA5GL,oBA6GC;AA/FG,gBAAgB;AACO,iBAAY,GAAG,sBAAsB,CAAC"}
|
package/hookKey.d.ts
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Creates and manages a Hook Key. This resource allows you to create and configure an Okta [Hook Key](https://developer.okta.com/docs/reference/api/hook-keys/).
|
|
4
|
+
*
|
|
5
|
+
* 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.
|
|
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 = new okta.HookKey("example", {name: "My Hook Key"});
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* ## Import
|
|
17
|
+
*
|
|
18
|
+
* Hook Keys can be imported using the `id`.
|
|
19
|
+
*
|
|
20
|
+
* ```sh
|
|
21
|
+
* $ pulumi import okta:index/hookKey:HookKey example <hook_key_id>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class HookKey extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing HookKey resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HookKeyState, opts?: pulumi.CustomResourceOptions): HookKey;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of HookKey. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is HookKey;
|
|
40
|
+
/**
|
|
41
|
+
* Timestamp when the key was created.
|
|
42
|
+
*/
|
|
43
|
+
readonly created: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Whether this key is currently in use by other applications.
|
|
46
|
+
*/
|
|
47
|
+
readonly isUsed: pulumi.Output<boolean>;
|
|
48
|
+
/**
|
|
49
|
+
* The alias of the public key.
|
|
50
|
+
*/
|
|
51
|
+
readonly keyId: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Timestamp when the key was updated.
|
|
54
|
+
*/
|
|
55
|
+
readonly lastUpdated: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* Display name for the key. Must be between 1 and 255 characters.
|
|
58
|
+
*/
|
|
59
|
+
readonly name: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Create a HookKey resource with the given unique name, arguments, and options.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resource.
|
|
64
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
65
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
66
|
+
*/
|
|
67
|
+
constructor(name: string, args?: HookKeyArgs, opts?: pulumi.CustomResourceOptions);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Input properties used for looking up and filtering HookKey resources.
|
|
71
|
+
*/
|
|
72
|
+
export interface HookKeyState {
|
|
73
|
+
/**
|
|
74
|
+
* Timestamp when the key was created.
|
|
75
|
+
*/
|
|
76
|
+
created?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* Whether this key is currently in use by other applications.
|
|
79
|
+
*/
|
|
80
|
+
isUsed?: pulumi.Input<boolean>;
|
|
81
|
+
/**
|
|
82
|
+
* The alias of the public key.
|
|
83
|
+
*/
|
|
84
|
+
keyId?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Timestamp when the key was updated.
|
|
87
|
+
*/
|
|
88
|
+
lastUpdated?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* Display name for the key. Must be between 1 and 255 characters.
|
|
91
|
+
*/
|
|
92
|
+
name?: pulumi.Input<string>;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* The set of arguments for constructing a HookKey resource.
|
|
96
|
+
*/
|
|
97
|
+
export interface HookKeyArgs {
|
|
98
|
+
/**
|
|
99
|
+
* Display name for the key. Must be between 1 and 255 characters.
|
|
100
|
+
*/
|
|
101
|
+
name?: pulumi.Input<string>;
|
|
102
|
+
}
|
package/hookKey.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
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.HookKey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates and manages a Hook Key. This resource allows you to create and configure an Okta [Hook Key](https://developer.okta.com/docs/reference/api/hook-keys/).
|
|
10
|
+
*
|
|
11
|
+
* 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.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as okta from "@pulumi/okta";
|
|
18
|
+
*
|
|
19
|
+
* const example = new okta.HookKey("example", {name: "My Hook Key"});
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ## Import
|
|
23
|
+
*
|
|
24
|
+
* Hook Keys can be imported using the `id`.
|
|
25
|
+
*
|
|
26
|
+
* ```sh
|
|
27
|
+
* $ pulumi import okta:index/hookKey:HookKey example <hook_key_id>
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
class HookKey extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing HookKey resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new HookKey(name, state, { ...opts, id: id });
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of HookKey. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === HookKey.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["created"] = state?.created;
|
|
59
|
+
resourceInputs["isUsed"] = state?.isUsed;
|
|
60
|
+
resourceInputs["keyId"] = state?.keyId;
|
|
61
|
+
resourceInputs["lastUpdated"] = state?.lastUpdated;
|
|
62
|
+
resourceInputs["name"] = state?.name;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
const args = argsOrState;
|
|
66
|
+
resourceInputs["name"] = args?.name;
|
|
67
|
+
resourceInputs["created"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["isUsed"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["keyId"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["lastUpdated"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(HookKey.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.HookKey = HookKey;
|
|
77
|
+
/** @internal */
|
|
78
|
+
HookKey.__pulumiType = 'okta:index/hookKey:HookKey';
|
|
79
|
+
//# sourceMappingURL=hookKey.js.map
|
package/hookKey.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hookKey.js","sourceRoot":"","sources":["../hookKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA7EL,0BA8EC;AAhEG,gBAAgB;AACO,oBAAY,GAAG,4BAA4B,CAAC"}
|
package/index.d.ts
CHANGED
|
@@ -7,6 +7,12 @@ export declare const AdminRoleCustomAssignments: typeof import("./adminRoleCusto
|
|
|
7
7
|
export { AdminRoleTargetsArgs, AdminRoleTargetsState } from "./adminRoleTargets";
|
|
8
8
|
export type AdminRoleTargets = import("./adminRoleTargets").AdminRoleTargets;
|
|
9
9
|
export declare const AdminRoleTargets: typeof import("./adminRoleTargets").AdminRoleTargets;
|
|
10
|
+
export { ApiServiceIntegrationArgs, ApiServiceIntegrationState } from "./apiServiceIntegration";
|
|
11
|
+
export type ApiServiceIntegration = import("./apiServiceIntegration").ApiServiceIntegration;
|
|
12
|
+
export declare const ApiServiceIntegration: typeof import("./apiServiceIntegration").ApiServiceIntegration;
|
|
13
|
+
export { ApiTokenArgs, ApiTokenState } from "./apiToken";
|
|
14
|
+
export type ApiToken = import("./apiToken").ApiToken;
|
|
15
|
+
export declare const ApiToken: typeof import("./apiToken").ApiToken;
|
|
10
16
|
export { AppGroupAssignmentsArgs, AppGroupAssignmentsState } from "./appGroupAssignments";
|
|
11
17
|
export type AppGroupAssignments = import("./appGroupAssignments").AppGroupAssignments;
|
|
12
18
|
export declare const AppGroupAssignments: typeof import("./appGroupAssignments").AppGroupAssignments;
|
|
@@ -58,6 +64,9 @@ export declare const CaptchaOrgWideSettings: typeof import("./captchaOrgWideSett
|
|
|
58
64
|
export { CustomizedSigninPageArgs, CustomizedSigninPageState } from "./customizedSigninPage";
|
|
59
65
|
export type CustomizedSigninPage = import("./customizedSigninPage").CustomizedSigninPage;
|
|
60
66
|
export declare const CustomizedSigninPage: typeof import("./customizedSigninPage").CustomizedSigninPage;
|
|
67
|
+
export { DeviceArgs, DeviceState } from "./device";
|
|
68
|
+
export type Device = import("./device").Device;
|
|
69
|
+
export declare const Device: typeof import("./device").Device;
|
|
61
70
|
export { DomainArgs, DomainState } from "./domain";
|
|
62
71
|
export type Domain = import("./domain").Domain;
|
|
63
72
|
export declare const Domain: typeof import("./domain").Domain;
|
|
@@ -109,6 +118,12 @@ export declare const FactorTotp: typeof import("./factorTotp").FactorTotp;
|
|
|
109
118
|
export { FeatureArgs, FeatureState } from "./feature";
|
|
110
119
|
export type Feature = import("./feature").Feature;
|
|
111
120
|
export declare const Feature: typeof import("./feature").Feature;
|
|
121
|
+
export { GetApiServiceIntegrationArgs, GetApiServiceIntegrationResult, GetApiServiceIntegrationOutputArgs } from "./getApiServiceIntegration";
|
|
122
|
+
export declare const getApiServiceIntegration: typeof import("./getApiServiceIntegration").getApiServiceIntegration;
|
|
123
|
+
export declare const getApiServiceIntegrationOutput: typeof import("./getApiServiceIntegration").getApiServiceIntegrationOutput;
|
|
124
|
+
export { GetApiTokenArgs, GetApiTokenResult, GetApiTokenOutputArgs } from "./getApiToken";
|
|
125
|
+
export declare const getApiToken: typeof import("./getApiToken").getApiToken;
|
|
126
|
+
export declare const getApiTokenOutput: typeof import("./getApiToken").getApiTokenOutput;
|
|
112
127
|
export { GetAppGroupAssignmentsArgs, GetAppGroupAssignmentsResult, GetAppGroupAssignmentsOutputArgs } from "./getAppGroupAssignments";
|
|
113
128
|
export declare const getAppGroupAssignments: typeof import("./getAppGroupAssignments").getAppGroupAssignments;
|
|
114
129
|
export declare const getAppGroupAssignmentsOutput: typeof import("./getAppGroupAssignments").getAppGroupAssignmentsOutput;
|
|
@@ -154,6 +169,9 @@ export declare const getCatalogEntryUserAccessRequestFieldsOutput: typeof import
|
|
|
154
169
|
export { GetDefaultSigninPageArgs, GetDefaultSigninPageResult, GetDefaultSigninPageOutputArgs } from "./getDefaultSigninPage";
|
|
155
170
|
export declare const getDefaultSigninPage: typeof import("./getDefaultSigninPage").getDefaultSigninPage;
|
|
156
171
|
export declare const getDefaultSigninPageOutput: typeof import("./getDefaultSigninPage").getDefaultSigninPageOutput;
|
|
172
|
+
export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
|
|
173
|
+
export declare const getDevice: typeof import("./getDevice").getDevice;
|
|
174
|
+
export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
|
|
157
175
|
export { GetDeviceAssurancePolicyArgs, GetDeviceAssurancePolicyResult, GetDeviceAssurancePolicyOutputArgs } from "./getDeviceAssurancePolicy";
|
|
158
176
|
export declare const getDeviceAssurancePolicy: typeof import("./getDeviceAssurancePolicy").getDeviceAssurancePolicy;
|
|
159
177
|
export declare const getDeviceAssurancePolicyOutput: typeof import("./getDeviceAssurancePolicy").getDeviceAssurancePolicyOutput;
|
|
@@ -184,6 +202,9 @@ export declare const getFeaturesOutput: typeof import("./getFeatures").getFeatur
|
|
|
184
202
|
export { GetGroupsArgs, GetGroupsResult, GetGroupsOutputArgs } from "./getGroups";
|
|
185
203
|
export declare const getGroups: typeof import("./getGroups").getGroups;
|
|
186
204
|
export declare const getGroupsOutput: typeof import("./getGroups").getGroupsOutput;
|
|
205
|
+
export { GetHookKeyArgs, GetHookKeyResult, GetHookKeyOutputArgs } from "./getHookKey";
|
|
206
|
+
export declare const getHookKey: typeof import("./getHookKey").getHookKey;
|
|
207
|
+
export declare const getHookKeyOutput: typeof import("./getHookKey").getHookKeyOutput;
|
|
187
208
|
export { GetLogStreamArgs, GetLogStreamResult, GetLogStreamOutputArgs } from "./getLogStream";
|
|
188
209
|
export declare const getLogStream: typeof import("./getLogStream").getLogStream;
|
|
189
210
|
export declare const getLogStreamOutput: typeof import("./getLogStream").getLogStreamOutput;
|
|
@@ -199,6 +220,9 @@ export declare const getPrincipalEntitlementsOutput: typeof import("./getPrincip
|
|
|
199
220
|
export { GetPrincipalRateLimitsArgs, GetPrincipalRateLimitsResult, GetPrincipalRateLimitsOutputArgs } from "./getPrincipalRateLimits";
|
|
200
221
|
export declare const getPrincipalRateLimits: typeof import("./getPrincipalRateLimits").getPrincipalRateLimits;
|
|
201
222
|
export declare const getPrincipalRateLimitsOutput: typeof import("./getPrincipalRateLimits").getPrincipalRateLimitsOutput;
|
|
223
|
+
export { GetPushProviderArgs, GetPushProviderResult, GetPushProviderOutputArgs } from "./getPushProvider";
|
|
224
|
+
export declare const getPushProvider: typeof import("./getPushProvider").getPushProvider;
|
|
225
|
+
export declare const getPushProviderOutput: typeof import("./getPushProvider").getPushProviderOutput;
|
|
202
226
|
export { GetRateLimitAdminNotificationSettingsResult } from "./getRateLimitAdminNotificationSettings";
|
|
203
227
|
export declare const getRateLimitAdminNotificationSettings: typeof import("./getRateLimitAdminNotificationSettings").getRateLimitAdminNotificationSettings;
|
|
204
228
|
export declare const getRateLimitAdminNotificationSettingsOutput: typeof import("./getRateLimitAdminNotificationSettings").getRateLimitAdminNotificationSettingsOutput;
|
|
@@ -232,6 +256,9 @@ export declare const getReviewOutput: typeof import("./getReview").getReviewOutp
|
|
|
232
256
|
export { GetRoleSubscriptionArgs, GetRoleSubscriptionResult, GetRoleSubscriptionOutputArgs } from "./getRoleSubscription";
|
|
233
257
|
export declare const getRoleSubscription: typeof import("./getRoleSubscription").getRoleSubscription;
|
|
234
258
|
export declare const getRoleSubscriptionOutput: typeof import("./getRoleSubscription").getRoleSubscriptionOutput;
|
|
259
|
+
export { GetSecurityEventsProviderArgs, GetSecurityEventsProviderResult, GetSecurityEventsProviderOutputArgs } from "./getSecurityEventsProvider";
|
|
260
|
+
export declare const getSecurityEventsProvider: typeof import("./getSecurityEventsProvider").getSecurityEventsProvider;
|
|
261
|
+
export declare const getSecurityEventsProviderOutput: typeof import("./getSecurityEventsProvider").getSecurityEventsProviderOutput;
|
|
235
262
|
export { GetTemplateArgs, GetTemplateResult, GetTemplateOutputArgs } from "./getTemplate";
|
|
236
263
|
export declare const getTemplate: typeof import("./getTemplate").getTemplate;
|
|
237
264
|
export declare const getTemplateOutput: typeof import("./getTemplate").getTemplateOutput;
|
|
@@ -247,6 +274,9 @@ export declare const getThemesOutput: typeof import("./getThemes").getThemesOutp
|
|
|
247
274
|
export { GetTrustedOriginsArgs, GetTrustedOriginsResult, GetTrustedOriginsOutputArgs } from "./getTrustedOrigins";
|
|
248
275
|
export declare const getTrustedOrigins: typeof import("./getTrustedOrigins").getTrustedOrigins;
|
|
249
276
|
export declare const getTrustedOriginsOutput: typeof import("./getTrustedOrigins").getTrustedOriginsOutput;
|
|
277
|
+
export { GetUiSchemaArgs, GetUiSchemaResult, GetUiSchemaOutputArgs } from "./getUiSchema";
|
|
278
|
+
export declare const getUiSchema: typeof import("./getUiSchema").getUiSchema;
|
|
279
|
+
export declare const getUiSchemaOutput: typeof import("./getUiSchema").getUiSchemaOutput;
|
|
250
280
|
export { GetUserSecurityQuestionsArgs, GetUserSecurityQuestionsResult, GetUserSecurityQuestionsOutputArgs } from "./getUserSecurityQuestions";
|
|
251
281
|
export declare const getUserSecurityQuestions: typeof import("./getUserSecurityQuestions").getUserSecurityQuestions;
|
|
252
282
|
export declare const getUserSecurityQuestionsOutput: typeof import("./getUserSecurityQuestions").getUserSecurityQuestionsOutput;
|
|
@@ -256,6 +286,9 @@ export declare const GroupMemberships: typeof import("./groupMemberships").Group
|
|
|
256
286
|
export { GroupSchemaPropertyArgs, GroupSchemaPropertyState } from "./groupSchemaProperty";
|
|
257
287
|
export type GroupSchemaProperty = import("./groupSchemaProperty").GroupSchemaProperty;
|
|
258
288
|
export declare const GroupSchemaProperty: typeof import("./groupSchemaProperty").GroupSchemaProperty;
|
|
289
|
+
export { HookKeyArgs, HookKeyState } from "./hookKey";
|
|
290
|
+
export type HookKey = import("./hookKey").HookKey;
|
|
291
|
+
export declare const HookKey: typeof import("./hookKey").HookKey;
|
|
259
292
|
export { LinkDefinitionArgs, LinkDefinitionState } from "./linkDefinition";
|
|
260
293
|
export type LinkDefinition = import("./linkDefinition").LinkDefinition;
|
|
261
294
|
export declare const LinkDefinition: typeof import("./linkDefinition").LinkDefinition;
|
|
@@ -293,6 +326,9 @@ export { PrincipalRateLimitsArgs, PrincipalRateLimitsState } from "./principalRa
|
|
|
293
326
|
export type PrincipalRateLimits = import("./principalRateLimits").PrincipalRateLimits;
|
|
294
327
|
export declare const PrincipalRateLimits: typeof import("./principalRateLimits").PrincipalRateLimits;
|
|
295
328
|
export * from "./provider";
|
|
329
|
+
export { PushProviderArgs, PushProviderState } from "./pushProvider";
|
|
330
|
+
export type PushProvider = import("./pushProvider").PushProvider;
|
|
331
|
+
export declare const PushProvider: typeof import("./pushProvider").PushProvider;
|
|
296
332
|
export { RateLimitAdminNotificationSettingsArgs, RateLimitAdminNotificationSettingsState } from "./rateLimitAdminNotificationSettings";
|
|
297
333
|
export type RateLimitAdminNotificationSettings = import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
|
|
298
334
|
export declare const RateLimitAdminNotificationSettings: typeof import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
|
|
@@ -332,6 +368,9 @@ export declare const Review: typeof import("./review").Review;
|
|
|
332
368
|
export { RoleSubscriptionArgs, RoleSubscriptionState } from "./roleSubscription";
|
|
333
369
|
export type RoleSubscription = import("./roleSubscription").RoleSubscription;
|
|
334
370
|
export declare const RoleSubscription: typeof import("./roleSubscription").RoleSubscription;
|
|
371
|
+
export { SecurityEventsProviderArgs, SecurityEventsProviderState } from "./securityEventsProvider";
|
|
372
|
+
export type SecurityEventsProvider = import("./securityEventsProvider").SecurityEventsProvider;
|
|
373
|
+
export declare const SecurityEventsProvider: typeof import("./securityEventsProvider").SecurityEventsProvider;
|
|
335
374
|
export { SecurityNotificationEmailsArgs, SecurityNotificationEmailsState } from "./securityNotificationEmails";
|
|
336
375
|
export type SecurityNotificationEmails = import("./securityNotificationEmails").SecurityNotificationEmails;
|
|
337
376
|
export declare const SecurityNotificationEmails: typeof import("./securityNotificationEmails").SecurityNotificationEmails;
|
|
@@ -347,6 +386,9 @@ export declare const ThreatInsightSettings: typeof import("./threatInsightSettin
|
|
|
347
386
|
export { TrustedServerArgs, TrustedServerState } from "./trustedServer";
|
|
348
387
|
export type TrustedServer = import("./trustedServer").TrustedServer;
|
|
349
388
|
export declare const TrustedServer: typeof import("./trustedServer").TrustedServer;
|
|
389
|
+
export { UiSchemaArgs, UiSchemaState } from "./uiSchema";
|
|
390
|
+
export type UiSchema = import("./uiSchema").UiSchema;
|
|
391
|
+
export declare const UiSchema: typeof import("./uiSchema").UiSchema;
|
|
350
392
|
export { UserAdminRolesArgs, UserAdminRolesState } from "./userAdminRoles";
|
|
351
393
|
export type UserAdminRoles = import("./userAdminRoles").UserAdminRoles;
|
|
352
394
|
export declare const UserAdminRoles: typeof import("./userAdminRoles").UserAdminRoles;
|