@pulumi/okta 6.2.0-alpha.1765395366 → 6.2.0

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.
Files changed (84) hide show
  1. package/apiServiceIntegration.d.ts +110 -0
  2. package/apiServiceIntegration.js +96 -0
  3. package/apiServiceIntegration.js.map +1 -0
  4. package/apiToken.d.ts +141 -0
  5. package/apiToken.js +93 -0
  6. package/apiToken.js.map +1 -0
  7. package/app/connection.d.ts +164 -0
  8. package/app/connection.js +136 -0
  9. package/app/connection.js.map +1 -0
  10. package/app/features.d.ts +121 -0
  11. package/app/features.js +77 -0
  12. package/app/features.js.map +1 -0
  13. package/app/getConnection.d.ts +106 -0
  14. package/app/getConnection.js +62 -0
  15. package/app/getConnection.js.map +1 -0
  16. package/app/getFeatures.d.ts +156 -0
  17. package/app/getFeatures.js +116 -0
  18. package/app/getFeatures.js.map +1 -0
  19. package/app/getToken.d.ts +98 -0
  20. package/app/getToken.js +62 -0
  21. package/app/getToken.js.map +1 -0
  22. package/app/index.d.ts +18 -0
  23. package/app/index.js +25 -1
  24. package/app/index.js.map +1 -1
  25. package/app/oauth.d.ts +51 -0
  26. package/app/oauth.js +6 -0
  27. package/app/oauth.js.map +1 -1
  28. package/app/token.d.ts +108 -0
  29. package/app/token.js +93 -0
  30. package/app/token.js.map +1 -0
  31. package/appSignonPolicyRule.d.ts +1 -7
  32. package/appSignonPolicyRule.js +1 -7
  33. package/appSignonPolicyRule.js.map +1 -1
  34. package/auth/getServerClients.d.ts +114 -0
  35. package/auth/getServerClients.js +58 -0
  36. package/auth/getServerClients.js.map +1 -0
  37. package/auth/getServerKeys.d.ts +113 -0
  38. package/auth/getServerKeys.js +70 -0
  39. package/auth/getServerKeys.js.map +1 -0
  40. package/auth/index.d.ts +6 -0
  41. package/auth/index.js +7 -1
  42. package/auth/index.js.map +1 -1
  43. package/device.d.ts +80 -0
  44. package/device.js +69 -0
  45. package/device.js.map +1 -0
  46. package/getApiServiceIntegration.d.ts +85 -0
  47. package/getApiServiceIntegration.js +78 -0
  48. package/getApiServiceIntegration.js.map +1 -0
  49. package/getApiToken.d.ts +88 -0
  50. package/getApiToken.js +52 -0
  51. package/getApiToken.js.map +1 -0
  52. package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
  53. package/getCatalogEntryUserAccessRequestFields.js +24 -0
  54. package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
  55. package/getDevice.d.ts +90 -0
  56. package/getDevice.js +54 -0
  57. package/getDevice.js.map +1 -0
  58. package/getHookKey.d.ts +77 -0
  59. package/getHookKey.js +52 -0
  60. package/getHookKey.js.map +1 -0
  61. package/getPushProvider.d.ts +118 -0
  62. package/getPushProvider.js +86 -0
  63. package/getPushProvider.js.map +1 -0
  64. package/getSecurityEventsProvider.d.ts +79 -0
  65. package/getSecurityEventsProvider.js +52 -0
  66. package/getSecurityEventsProvider.js.map +1 -0
  67. package/group/owner.d.ts +24 -0
  68. package/group/owner.js +24 -0
  69. package/group/owner.js.map +1 -1
  70. package/hookKey.d.ts +102 -0
  71. package/hookKey.js +79 -0
  72. package/hookKey.js.map +1 -0
  73. package/index.d.ts +36 -0
  74. package/index.js +52 -4
  75. package/index.js.map +1 -1
  76. package/package.json +3 -3
  77. package/pushProvider.d.ts +150 -0
  78. package/pushProvider.js +126 -0
  79. package/pushProvider.js.map +1 -0
  80. package/securityEventsProvider.d.ts +138 -0
  81. package/securityEventsProvider.js +107 -0
  82. package/securityEventsProvider.js.map +1 -0
  83. package/types/input.d.ts +906 -0
  84. package/types/output.d.ts +604 -0
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
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"owner.js","sourceRoot":"","sources":["../../group/owner.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,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,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAlGL,sBAmGC;AArFG,gBAAgB;AACO,kBAAY,GAAG,wBAAwB,CAAC"}
1
+ {"version":3,"file":"owner.js","sourceRoot":"","sources":["../../group/owner.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,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,cAAc,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAlGL,sBAmGC;AArFG,gBAAgB;AACO,kBAAY,GAAG,wBAAwB,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 &#60;hook_key_id&#62;
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;
@@ -256,6 +283,9 @@ export declare const GroupMemberships: typeof import("./groupMemberships").Group
256
283
  export { GroupSchemaPropertyArgs, GroupSchemaPropertyState } from "./groupSchemaProperty";
257
284
  export type GroupSchemaProperty = import("./groupSchemaProperty").GroupSchemaProperty;
258
285
  export declare const GroupSchemaProperty: typeof import("./groupSchemaProperty").GroupSchemaProperty;
286
+ export { HookKeyArgs, HookKeyState } from "./hookKey";
287
+ export type HookKey = import("./hookKey").HookKey;
288
+ export declare const HookKey: typeof import("./hookKey").HookKey;
259
289
  export { LinkDefinitionArgs, LinkDefinitionState } from "./linkDefinition";
260
290
  export type LinkDefinition = import("./linkDefinition").LinkDefinition;
261
291
  export declare const LinkDefinition: typeof import("./linkDefinition").LinkDefinition;
@@ -293,6 +323,9 @@ export { PrincipalRateLimitsArgs, PrincipalRateLimitsState } from "./principalRa
293
323
  export type PrincipalRateLimits = import("./principalRateLimits").PrincipalRateLimits;
294
324
  export declare const PrincipalRateLimits: typeof import("./principalRateLimits").PrincipalRateLimits;
295
325
  export * from "./provider";
326
+ export { PushProviderArgs, PushProviderState } from "./pushProvider";
327
+ export type PushProvider = import("./pushProvider").PushProvider;
328
+ export declare const PushProvider: typeof import("./pushProvider").PushProvider;
296
329
  export { RateLimitAdminNotificationSettingsArgs, RateLimitAdminNotificationSettingsState } from "./rateLimitAdminNotificationSettings";
297
330
  export type RateLimitAdminNotificationSettings = import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
298
331
  export declare const RateLimitAdminNotificationSettings: typeof import("./rateLimitAdminNotificationSettings").RateLimitAdminNotificationSettings;
@@ -332,6 +365,9 @@ export declare const Review: typeof import("./review").Review;
332
365
  export { RoleSubscriptionArgs, RoleSubscriptionState } from "./roleSubscription";
333
366
  export type RoleSubscription = import("./roleSubscription").RoleSubscription;
334
367
  export declare const RoleSubscription: typeof import("./roleSubscription").RoleSubscription;
368
+ export { SecurityEventsProviderArgs, SecurityEventsProviderState } from "./securityEventsProvider";
369
+ export type SecurityEventsProvider = import("./securityEventsProvider").SecurityEventsProvider;
370
+ export declare const SecurityEventsProvider: typeof import("./securityEventsProvider").SecurityEventsProvider;
335
371
  export { SecurityNotificationEmailsArgs, SecurityNotificationEmailsState } from "./securityNotificationEmails";
336
372
  export type SecurityNotificationEmails = import("./securityNotificationEmails").SecurityNotificationEmails;
337
373
  export declare const SecurityNotificationEmails: typeof import("./securityNotificationEmails").SecurityNotificationEmails;
package/index.js CHANGED
@@ -16,10 +16,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.getAuthenticator = exports.getAuthServerClaimsOutput = exports.getAuthServerClaims = exports.getAuthServerClaimOutput = exports.getAuthServerClaim = exports.getAppsOutput = exports.getApps = exports.getAppUserAssignmentsOutput = exports.getAppUserAssignments = exports.getAppSignonPolicyOutput = exports.getAppSignonPolicy = exports.getAppGroupAssignmentsOutput = exports.getAppGroupAssignments = exports.Feature = exports.FactorTotp = exports.EventHookVerification = exports.EventHook = exports.EntitlementBundle = exports.Entitlement = exports.EndUserMyRequests = exports.EmailTemplateSettings = exports.EmailSmtpServer = exports.EmailSenderVerification = exports.EmailSender = exports.EmailDomainVerification = exports.EmailDomain = exports.EmailCustomization = exports.DomainVerification = exports.DomainCertificate = exports.Domain = exports.CustomizedSigninPage = exports.CaptchaOrgWideSettings = exports.Captcha = exports.Campaign = exports.Brand = exports.Behaviour = exports.Authenticator = exports.AuthServerDefault = exports.AuthServerClaimDefault = exports.AppUserSchemaProperty = exports.AppUserBaseSchemaProperty = exports.AppSignonPolicyRule = exports.AppSignonPolicy = exports.AppSharedCredentials = exports.AppSamlAppSettings = exports.AppOauthApiScope = exports.AppGroupAssignments = exports.AdminRoleTargets = exports.AdminRoleCustomAssignments = exports.AdminRoleCustom = void 0;
20
- exports.getRateLimitWarningThresholdPercentage = exports.getRateLimitAdminNotificationSettingsOutput = exports.getRateLimitAdminNotificationSettings = exports.getPrincipalRateLimitsOutput = exports.getPrincipalRateLimits = exports.getPrincipalEntitlementsOutput = exports.getPrincipalEntitlements = exports.getOrgMetadataOutput = exports.getOrgMetadata = exports.getNetworkZoneOutput = exports.getNetworkZone = exports.getLogStreamOutput = exports.getLogStream = exports.getGroupsOutput = exports.getGroups = exports.getFeaturesOutput = exports.getFeatures = exports.getEntitlementBundleOutput = exports.getEntitlementBundle = exports.getEntitlementOutput = exports.getEntitlement = exports.getEndUserMyRequestsOutput = exports.getEndUserMyRequests = exports.getEmailSmtpServerOutput = exports.getEmailSmtpServer = exports.getEmailCustomizationsOutput = exports.getEmailCustomizations = exports.getEmailCustomizationOutput = exports.getEmailCustomization = exports.getDomainOutput = exports.getDomain = exports.getDeviceAssurancePolicyOutput = exports.getDeviceAssurancePolicy = exports.getDefaultSigninPageOutput = exports.getDefaultSigninPage = exports.getCatalogEntryUserAccessRequestFieldsOutput = exports.getCatalogEntryUserAccessRequestFields = exports.getCatalogEntryDefaultOutput = exports.getCatalogEntryDefault = exports.getCampaignOutput = exports.getCampaign = exports.getBrandsOutput = exports.getBrands = exports.getBrandOutput = exports.getBrand = exports.getBehavioursOutput = exports.getBehaviours = exports.getBehaviourOutput = exports.getBehaviour = exports.getAuthenticatorOutput = void 0;
21
- exports.RealmAssignment = exports.Realm = exports.RateLimiting = exports.RateLimitWarningThresholdPercentage = exports.RateLimitAdminNotificationSettings = exports.PrincipalRateLimits = exports.PreviewSigninPage = exports.PolicyRuleProfileEnrollment = exports.PolicyProfileEnrollmentApps = exports.PolicyProfileEnrollment = exports.PolicyPasswordDefault = exports.PolicyMfaDefault = exports.OrgSupport = exports.OrgConfiguration = exports.LogStream = exports.LinkValue = exports.LinkDefinition = exports.GroupSchemaProperty = exports.GroupMemberships = exports.getUserSecurityQuestionsOutput = exports.getUserSecurityQuestions = exports.getTrustedOriginsOutput = exports.getTrustedOrigins = exports.getThemesOutput = exports.getThemes = exports.getThemeOutput = exports.getTheme = exports.getTemplatesOutput = exports.getTemplates = exports.getTemplateOutput = exports.getTemplate = exports.getRoleSubscriptionOutput = exports.getRoleSubscription = exports.getReviewOutput = exports.getReview = exports.getRequestV2Output = exports.getRequestV2 = exports.getRequestSettingResourceOutput = exports.getRequestSettingResource = exports.getRequestSettingOrganizationOutput = exports.getRequestSettingOrganization = exports.getRequestSequenceOutput = exports.getRequestSequence = exports.getRequestConditionOutput = exports.getRequestCondition = exports.getRealmAssignmentOutput = exports.getRealmAssignment = exports.getRealmOutput = exports.getRealm = exports.getRateLimitWarningThresholdPercentageOutput = void 0;
22
- exports.user = exports.types = exports.trustedorigin = exports.profile = exports.policy = exports.network = exports.inline = exports.idp = exports.group = exports.factor = exports.config = exports.auth = exports.app = exports.UserSchemaProperty = exports.UserGroupMemberships = exports.UserFactorQuestion = exports.UserBaseSchemaProperty = exports.UserAdminRoles = exports.TrustedServer = exports.ThreatInsightSettings = exports.Theme = exports.TemplateSms = exports.SecurityNotificationEmails = exports.RoleSubscription = exports.Review = exports.ResourceSet = exports.RequestV2 = exports.RequestSettingResource = exports.RequestSettingOrganization = exports.RequestSequence = exports.RequestCondition = void 0;
19
+ exports.getAppUserAssignmentsOutput = exports.getAppUserAssignments = exports.getAppSignonPolicyOutput = exports.getAppSignonPolicy = exports.getAppGroupAssignmentsOutput = exports.getAppGroupAssignments = exports.getApiTokenOutput = exports.getApiToken = exports.getApiServiceIntegrationOutput = exports.getApiServiceIntegration = exports.Feature = exports.FactorTotp = exports.EventHookVerification = exports.EventHook = exports.EntitlementBundle = exports.Entitlement = exports.EndUserMyRequests = exports.EmailTemplateSettings = exports.EmailSmtpServer = exports.EmailSenderVerification = exports.EmailSender = exports.EmailDomainVerification = exports.EmailDomain = exports.EmailCustomization = exports.DomainVerification = exports.DomainCertificate = exports.Domain = exports.Device = exports.CustomizedSigninPage = exports.CaptchaOrgWideSettings = exports.Captcha = exports.Campaign = exports.Brand = exports.Behaviour = exports.Authenticator = exports.AuthServerDefault = exports.AuthServerClaimDefault = exports.AppUserSchemaProperty = exports.AppUserBaseSchemaProperty = exports.AppSignonPolicyRule = exports.AppSignonPolicy = exports.AppSharedCredentials = exports.AppSamlAppSettings = exports.AppOauthApiScope = exports.AppGroupAssignments = exports.ApiToken = exports.ApiServiceIntegration = exports.AdminRoleTargets = exports.AdminRoleCustomAssignments = exports.AdminRoleCustom = void 0;
20
+ exports.getLogStreamOutput = exports.getLogStream = exports.getHookKeyOutput = exports.getHookKey = exports.getGroupsOutput = exports.getGroups = exports.getFeaturesOutput = exports.getFeatures = exports.getEntitlementBundleOutput = exports.getEntitlementBundle = exports.getEntitlementOutput = exports.getEntitlement = exports.getEndUserMyRequestsOutput = exports.getEndUserMyRequests = exports.getEmailSmtpServerOutput = exports.getEmailSmtpServer = exports.getEmailCustomizationsOutput = exports.getEmailCustomizations = exports.getEmailCustomizationOutput = exports.getEmailCustomization = exports.getDomainOutput = exports.getDomain = exports.getDeviceAssurancePolicyOutput = exports.getDeviceAssurancePolicy = exports.getDeviceOutput = exports.getDevice = exports.getDefaultSigninPageOutput = exports.getDefaultSigninPage = exports.getCatalogEntryUserAccessRequestFieldsOutput = exports.getCatalogEntryUserAccessRequestFields = exports.getCatalogEntryDefaultOutput = exports.getCatalogEntryDefault = exports.getCampaignOutput = exports.getCampaign = exports.getBrandsOutput = exports.getBrands = exports.getBrandOutput = exports.getBrand = exports.getBehavioursOutput = exports.getBehaviours = exports.getBehaviourOutput = exports.getBehaviour = exports.getAuthenticatorOutput = exports.getAuthenticator = exports.getAuthServerClaimsOutput = exports.getAuthServerClaims = exports.getAuthServerClaimOutput = exports.getAuthServerClaim = exports.getAppsOutput = exports.getApps = void 0;
21
+ exports.LinkDefinition = exports.HookKey = exports.GroupSchemaProperty = exports.GroupMemberships = exports.getUserSecurityQuestionsOutput = exports.getUserSecurityQuestions = exports.getTrustedOriginsOutput = exports.getTrustedOrigins = exports.getThemesOutput = exports.getThemes = exports.getThemeOutput = exports.getTheme = exports.getTemplatesOutput = exports.getTemplates = exports.getTemplateOutput = exports.getTemplate = exports.getSecurityEventsProviderOutput = exports.getSecurityEventsProvider = exports.getRoleSubscriptionOutput = exports.getRoleSubscription = exports.getReviewOutput = exports.getReview = exports.getRequestV2Output = exports.getRequestV2 = exports.getRequestSettingResourceOutput = exports.getRequestSettingResource = exports.getRequestSettingOrganizationOutput = exports.getRequestSettingOrganization = exports.getRequestSequenceOutput = exports.getRequestSequence = exports.getRequestConditionOutput = exports.getRequestCondition = exports.getRealmAssignmentOutput = exports.getRealmAssignment = exports.getRealmOutput = exports.getRealm = exports.getRateLimitWarningThresholdPercentageOutput = exports.getRateLimitWarningThresholdPercentage = exports.getRateLimitAdminNotificationSettingsOutput = exports.getRateLimitAdminNotificationSettings = exports.getPushProviderOutput = exports.getPushProvider = exports.getPrincipalRateLimitsOutput = exports.getPrincipalRateLimits = exports.getPrincipalEntitlementsOutput = exports.getPrincipalEntitlements = exports.getOrgMetadataOutput = exports.getOrgMetadata = exports.getNetworkZoneOutput = exports.getNetworkZone = void 0;
22
+ exports.user = exports.types = exports.trustedorigin = exports.profile = exports.policy = exports.network = exports.inline = exports.idp = exports.group = exports.factor = exports.config = exports.auth = exports.app = exports.UserSchemaProperty = exports.UserGroupMemberships = exports.UserFactorQuestion = exports.UserBaseSchemaProperty = exports.UserAdminRoles = exports.TrustedServer = exports.ThreatInsightSettings = exports.Theme = exports.TemplateSms = exports.SecurityNotificationEmails = exports.SecurityEventsProvider = exports.RoleSubscription = exports.Review = exports.ResourceSet = exports.RequestV2 = exports.RequestSettingResource = exports.RequestSettingOrganization = exports.RequestSequence = exports.RequestCondition = exports.RealmAssignment = exports.Realm = exports.RateLimiting = exports.RateLimitWarningThresholdPercentage = exports.RateLimitAdminNotificationSettings = exports.PushProvider = exports.PrincipalRateLimits = exports.PreviewSigninPage = exports.PolicyRuleProfileEnrollment = exports.PolicyProfileEnrollmentApps = exports.PolicyProfileEnrollment = exports.PolicyPasswordDefault = exports.PolicyMfaDefault = exports.OrgSupport = exports.OrgConfiguration = exports.LogStream = exports.LinkValue = void 0;
23
23
  const pulumi = require("@pulumi/pulumi");
24
24
  const utilities = require("./utilities");
25
25
  exports.AdminRoleCustom = null;
@@ -28,6 +28,10 @@ exports.AdminRoleCustomAssignments = null;
28
28
  utilities.lazyLoad(exports, ["AdminRoleCustomAssignments"], () => require("./adminRoleCustomAssignments"));
29
29
  exports.AdminRoleTargets = null;
30
30
  utilities.lazyLoad(exports, ["AdminRoleTargets"], () => require("./adminRoleTargets"));
31
+ exports.ApiServiceIntegration = null;
32
+ utilities.lazyLoad(exports, ["ApiServiceIntegration"], () => require("./apiServiceIntegration"));
33
+ exports.ApiToken = null;
34
+ utilities.lazyLoad(exports, ["ApiToken"], () => require("./apiToken"));
31
35
  exports.AppGroupAssignments = null;
32
36
  utilities.lazyLoad(exports, ["AppGroupAssignments"], () => require("./appGroupAssignments"));
33
37
  exports.AppOauthApiScope = null;
@@ -62,6 +66,8 @@ exports.CaptchaOrgWideSettings = null;
62
66
  utilities.lazyLoad(exports, ["CaptchaOrgWideSettings"], () => require("./captchaOrgWideSettings"));
63
67
  exports.CustomizedSigninPage = null;
64
68
  utilities.lazyLoad(exports, ["CustomizedSigninPage"], () => require("./customizedSigninPage"));
69
+ exports.Device = null;
70
+ utilities.lazyLoad(exports, ["Device"], () => require("./device"));
65
71
  exports.Domain = null;
66
72
  utilities.lazyLoad(exports, ["Domain"], () => require("./domain"));
67
73
  exports.DomainCertificate = null;
@@ -96,6 +102,12 @@ exports.FactorTotp = null;
96
102
  utilities.lazyLoad(exports, ["FactorTotp"], () => require("./factorTotp"));
97
103
  exports.Feature = null;
98
104
  utilities.lazyLoad(exports, ["Feature"], () => require("./feature"));
105
+ exports.getApiServiceIntegration = null;
106
+ exports.getApiServiceIntegrationOutput = null;
107
+ utilities.lazyLoad(exports, ["getApiServiceIntegration", "getApiServiceIntegrationOutput"], () => require("./getApiServiceIntegration"));
108
+ exports.getApiToken = null;
109
+ exports.getApiTokenOutput = null;
110
+ utilities.lazyLoad(exports, ["getApiToken", "getApiTokenOutput"], () => require("./getApiToken"));
99
111
  exports.getAppGroupAssignments = null;
100
112
  exports.getAppGroupAssignmentsOutput = null;
101
113
  utilities.lazyLoad(exports, ["getAppGroupAssignments", "getAppGroupAssignmentsOutput"], () => require("./getAppGroupAssignments"));
@@ -141,6 +153,9 @@ utilities.lazyLoad(exports, ["getCatalogEntryUserAccessRequestFields", "getCatal
141
153
  exports.getDefaultSigninPage = null;
142
154
  exports.getDefaultSigninPageOutput = null;
143
155
  utilities.lazyLoad(exports, ["getDefaultSigninPage", "getDefaultSigninPageOutput"], () => require("./getDefaultSigninPage"));
156
+ exports.getDevice = null;
157
+ exports.getDeviceOutput = null;
158
+ utilities.lazyLoad(exports, ["getDevice", "getDeviceOutput"], () => require("./getDevice"));
144
159
  exports.getDeviceAssurancePolicy = null;
145
160
  exports.getDeviceAssurancePolicyOutput = null;
146
161
  utilities.lazyLoad(exports, ["getDeviceAssurancePolicy", "getDeviceAssurancePolicyOutput"], () => require("./getDeviceAssurancePolicy"));
@@ -171,6 +186,9 @@ utilities.lazyLoad(exports, ["getFeatures", "getFeaturesOutput"], () => require(
171
186
  exports.getGroups = null;
172
187
  exports.getGroupsOutput = null;
173
188
  utilities.lazyLoad(exports, ["getGroups", "getGroupsOutput"], () => require("./getGroups"));
189
+ exports.getHookKey = null;
190
+ exports.getHookKeyOutput = null;
191
+ utilities.lazyLoad(exports, ["getHookKey", "getHookKeyOutput"], () => require("./getHookKey"));
174
192
  exports.getLogStream = null;
175
193
  exports.getLogStreamOutput = null;
176
194
  utilities.lazyLoad(exports, ["getLogStream", "getLogStreamOutput"], () => require("./getLogStream"));
@@ -186,6 +204,9 @@ utilities.lazyLoad(exports, ["getPrincipalEntitlements", "getPrincipalEntitlemen
186
204
  exports.getPrincipalRateLimits = null;
187
205
  exports.getPrincipalRateLimitsOutput = null;
188
206
  utilities.lazyLoad(exports, ["getPrincipalRateLimits", "getPrincipalRateLimitsOutput"], () => require("./getPrincipalRateLimits"));
207
+ exports.getPushProvider = null;
208
+ exports.getPushProviderOutput = null;
209
+ utilities.lazyLoad(exports, ["getPushProvider", "getPushProviderOutput"], () => require("./getPushProvider"));
189
210
  exports.getRateLimitAdminNotificationSettings = null;
190
211
  exports.getRateLimitAdminNotificationSettingsOutput = null;
191
212
  utilities.lazyLoad(exports, ["getRateLimitAdminNotificationSettings", "getRateLimitAdminNotificationSettingsOutput"], () => require("./getRateLimitAdminNotificationSettings"));
@@ -219,6 +240,9 @@ utilities.lazyLoad(exports, ["getReview", "getReviewOutput"], () => require("./g
219
240
  exports.getRoleSubscription = null;
220
241
  exports.getRoleSubscriptionOutput = null;
221
242
  utilities.lazyLoad(exports, ["getRoleSubscription", "getRoleSubscriptionOutput"], () => require("./getRoleSubscription"));
243
+ exports.getSecurityEventsProvider = null;
244
+ exports.getSecurityEventsProviderOutput = null;
245
+ utilities.lazyLoad(exports, ["getSecurityEventsProvider", "getSecurityEventsProviderOutput"], () => require("./getSecurityEventsProvider"));
222
246
  exports.getTemplate = null;
223
247
  exports.getTemplateOutput = null;
224
248
  utilities.lazyLoad(exports, ["getTemplate", "getTemplateOutput"], () => require("./getTemplate"));
@@ -241,6 +265,8 @@ exports.GroupMemberships = null;
241
265
  utilities.lazyLoad(exports, ["GroupMemberships"], () => require("./groupMemberships"));
242
266
  exports.GroupSchemaProperty = null;
243
267
  utilities.lazyLoad(exports, ["GroupSchemaProperty"], () => require("./groupSchemaProperty"));
268
+ exports.HookKey = null;
269
+ utilities.lazyLoad(exports, ["HookKey"], () => require("./hookKey"));
244
270
  exports.LinkDefinition = null;
245
271
  utilities.lazyLoad(exports, ["LinkDefinition"], () => require("./linkDefinition"));
246
272
  exports.LinkValue = null;
@@ -267,6 +293,8 @@ exports.PrincipalRateLimits = null;
267
293
  utilities.lazyLoad(exports, ["PrincipalRateLimits"], () => require("./principalRateLimits"));
268
294
  __exportStar(require("./provider"), exports);
269
295
  const provider_1 = require("./provider");
296
+ exports.PushProvider = null;
297
+ utilities.lazyLoad(exports, ["PushProvider"], () => require("./pushProvider"));
270
298
  exports.RateLimitAdminNotificationSettings = null;
271
299
  utilities.lazyLoad(exports, ["RateLimitAdminNotificationSettings"], () => require("./rateLimitAdminNotificationSettings"));
272
300
  exports.RateLimitWarningThresholdPercentage = null;
@@ -293,6 +321,8 @@ exports.Review = null;
293
321
  utilities.lazyLoad(exports, ["Review"], () => require("./review"));
294
322
  exports.RoleSubscription = null;
295
323
  utilities.lazyLoad(exports, ["RoleSubscription"], () => require("./roleSubscription"));
324
+ exports.SecurityEventsProvider = null;
325
+ utilities.lazyLoad(exports, ["SecurityEventsProvider"], () => require("./securityEventsProvider"));
296
326
  exports.SecurityNotificationEmails = null;
297
327
  utilities.lazyLoad(exports, ["SecurityNotificationEmails"], () => require("./securityNotificationEmails"));
298
328
  exports.TemplateSms = null;
@@ -350,6 +380,10 @@ const _module = {
350
380
  return new exports.AdminRoleCustomAssignments(name, undefined, { urn });
351
381
  case "okta:index/adminRoleTargets:AdminRoleTargets":
352
382
  return new exports.AdminRoleTargets(name, undefined, { urn });
383
+ case "okta:index/apiServiceIntegration:ApiServiceIntegration":
384
+ return new exports.ApiServiceIntegration(name, undefined, { urn });
385
+ case "okta:index/apiToken:ApiToken":
386
+ return new exports.ApiToken(name, undefined, { urn });
353
387
  case "okta:index/appGroupAssignments:AppGroupAssignments":
354
388
  return new exports.AppGroupAssignments(name, undefined, { urn });
355
389
  case "okta:index/appOauthApiScope:AppOauthApiScope":
@@ -384,6 +418,8 @@ const _module = {
384
418
  return new exports.CaptchaOrgWideSettings(name, undefined, { urn });
385
419
  case "okta:index/customizedSigninPage:CustomizedSigninPage":
386
420
  return new exports.CustomizedSigninPage(name, undefined, { urn });
421
+ case "okta:index/device:Device":
422
+ return new exports.Device(name, undefined, { urn });
387
423
  case "okta:index/domain:Domain":
388
424
  return new exports.Domain(name, undefined, { urn });
389
425
  case "okta:index/domainCertificate:DomainCertificate":
@@ -422,6 +458,8 @@ const _module = {
422
458
  return new exports.GroupMemberships(name, undefined, { urn });
423
459
  case "okta:index/groupSchemaProperty:GroupSchemaProperty":
424
460
  return new exports.GroupSchemaProperty(name, undefined, { urn });
461
+ case "okta:index/hookKey:HookKey":
462
+ return new exports.HookKey(name, undefined, { urn });
425
463
  case "okta:index/linkDefinition:LinkDefinition":
426
464
  return new exports.LinkDefinition(name, undefined, { urn });
427
465
  case "okta:index/linkValue:LinkValue":
@@ -446,6 +484,8 @@ const _module = {
446
484
  return new exports.PreviewSigninPage(name, undefined, { urn });
447
485
  case "okta:index/principalRateLimits:PrincipalRateLimits":
448
486
  return new exports.PrincipalRateLimits(name, undefined, { urn });
487
+ case "okta:index/pushProvider:PushProvider":
488
+ return new exports.PushProvider(name, undefined, { urn });
449
489
  case "okta:index/rateLimitAdminNotificationSettings:RateLimitAdminNotificationSettings":
450
490
  return new exports.RateLimitAdminNotificationSettings(name, undefined, { urn });
451
491
  case "okta:index/rateLimitWarningThresholdPercentage:RateLimitWarningThresholdPercentage":
@@ -472,6 +512,8 @@ const _module = {
472
512
  return new exports.Review(name, undefined, { urn });
473
513
  case "okta:index/roleSubscription:RoleSubscription":
474
514
  return new exports.RoleSubscription(name, undefined, { urn });
515
+ case "okta:index/securityEventsProvider:SecurityEventsProvider":
516
+ return new exports.SecurityEventsProvider(name, undefined, { urn });
475
517
  case "okta:index/securityNotificationEmails:SecurityNotificationEmails":
476
518
  return new exports.SecurityNotificationEmails(name, undefined, { urn });
477
519
  case "okta:index/templateSms:TemplateSms":
@@ -500,6 +542,8 @@ const _module = {
500
542
  pulumi.runtime.registerResourceModule("okta", "index/adminRoleCustom", _module);
501
543
  pulumi.runtime.registerResourceModule("okta", "index/adminRoleCustomAssignments", _module);
502
544
  pulumi.runtime.registerResourceModule("okta", "index/adminRoleTargets", _module);
545
+ pulumi.runtime.registerResourceModule("okta", "index/apiServiceIntegration", _module);
546
+ pulumi.runtime.registerResourceModule("okta", "index/apiToken", _module);
503
547
  pulumi.runtime.registerResourceModule("okta", "index/appGroupAssignments", _module);
504
548
  pulumi.runtime.registerResourceModule("okta", "index/appOauthApiScope", _module);
505
549
  pulumi.runtime.registerResourceModule("okta", "index/appSamlAppSettings", _module);
@@ -517,6 +561,7 @@ pulumi.runtime.registerResourceModule("okta", "index/campaign", _module);
517
561
  pulumi.runtime.registerResourceModule("okta", "index/captcha", _module);
518
562
  pulumi.runtime.registerResourceModule("okta", "index/captchaOrgWideSettings", _module);
519
563
  pulumi.runtime.registerResourceModule("okta", "index/customizedSigninPage", _module);
564
+ pulumi.runtime.registerResourceModule("okta", "index/device", _module);
520
565
  pulumi.runtime.registerResourceModule("okta", "index/domain", _module);
521
566
  pulumi.runtime.registerResourceModule("okta", "index/domainCertificate", _module);
522
567
  pulumi.runtime.registerResourceModule("okta", "index/domainVerification", _module);
@@ -536,6 +581,7 @@ pulumi.runtime.registerResourceModule("okta", "index/factorTotp", _module);
536
581
  pulumi.runtime.registerResourceModule("okta", "index/feature", _module);
537
582
  pulumi.runtime.registerResourceModule("okta", "index/groupMemberships", _module);
538
583
  pulumi.runtime.registerResourceModule("okta", "index/groupSchemaProperty", _module);
584
+ pulumi.runtime.registerResourceModule("okta", "index/hookKey", _module);
539
585
  pulumi.runtime.registerResourceModule("okta", "index/linkDefinition", _module);
540
586
  pulumi.runtime.registerResourceModule("okta", "index/linkValue", _module);
541
587
  pulumi.runtime.registerResourceModule("okta", "index/logStream", _module);
@@ -548,6 +594,7 @@ pulumi.runtime.registerResourceModule("okta", "index/policyProfileEnrollmentApps
548
594
  pulumi.runtime.registerResourceModule("okta", "index/policyRuleProfileEnrollment", _module);
549
595
  pulumi.runtime.registerResourceModule("okta", "index/previewSigninPage", _module);
550
596
  pulumi.runtime.registerResourceModule("okta", "index/principalRateLimits", _module);
597
+ pulumi.runtime.registerResourceModule("okta", "index/pushProvider", _module);
551
598
  pulumi.runtime.registerResourceModule("okta", "index/rateLimitAdminNotificationSettings", _module);
552
599
  pulumi.runtime.registerResourceModule("okta", "index/rateLimitWarningThresholdPercentage", _module);
553
600
  pulumi.runtime.registerResourceModule("okta", "index/rateLimiting", _module);
@@ -561,6 +608,7 @@ pulumi.runtime.registerResourceModule("okta", "index/requestV2", _module);
561
608
  pulumi.runtime.registerResourceModule("okta", "index/resourceSet", _module);
562
609
  pulumi.runtime.registerResourceModule("okta", "index/review", _module);
563
610
  pulumi.runtime.registerResourceModule("okta", "index/roleSubscription", _module);
611
+ pulumi.runtime.registerResourceModule("okta", "index/securityEventsProvider", _module);
564
612
  pulumi.runtime.registerResourceModule("okta", "index/securityNotificationEmails", _module);
565
613
  pulumi.runtime.registerResourceModule("okta", "index/templateSms", _module);
566
614
  pulumi.runtime.registerResourceModule("okta", "index/theme", _module);