@pulumi/okta 6.0.0-alpha.1759992240 → 6.0.0-alpha.1768025445

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/adminRoleCustomAssignments.d.ts +76 -0
  2. package/adminRoleCustomAssignments.js +76 -0
  3. package/adminRoleCustomAssignments.js.map +1 -1
  4. package/apiServiceIntegration.d.ts +110 -0
  5. package/apiServiceIntegration.js +96 -0
  6. package/apiServiceIntegration.js.map +1 -0
  7. package/apiToken.d.ts +141 -0
  8. package/apiToken.js +93 -0
  9. package/apiToken.js.map +1 -0
  10. package/app/connection.d.ts +164 -0
  11. package/app/connection.js +136 -0
  12. package/app/connection.js.map +1 -0
  13. package/app/features.d.ts +121 -0
  14. package/app/features.js +77 -0
  15. package/app/features.js.map +1 -0
  16. package/app/getConnection.d.ts +106 -0
  17. package/app/getConnection.js +62 -0
  18. package/app/getConnection.js.map +1 -0
  19. package/app/getFeatures.d.ts +156 -0
  20. package/app/getFeatures.js +116 -0
  21. package/app/getFeatures.js.map +1 -0
  22. package/app/getToken.d.ts +98 -0
  23. package/app/getToken.js +62 -0
  24. package/app/getToken.js.map +1 -0
  25. package/app/groupAssignment.d.ts +1 -1
  26. package/app/groupAssignment.js +1 -1
  27. package/app/index.d.ts +18 -0
  28. package/app/index.js +25 -1
  29. package/app/index.js.map +1 -1
  30. package/app/oauth.d.ts +51 -0
  31. package/app/oauth.js +6 -0
  32. package/app/oauth.js.map +1 -1
  33. package/app/threeField.d.ts +15 -0
  34. package/app/threeField.js +15 -0
  35. package/app/threeField.js.map +1 -1
  36. package/app/token.d.ts +108 -0
  37. package/app/token.js +93 -0
  38. package/app/token.js.map +1 -0
  39. package/appSignonPolicyRule.d.ts +1 -7
  40. package/appSignonPolicyRule.js +1 -7
  41. package/appSignonPolicyRule.js.map +1 -1
  42. package/auth/getServerClients.d.ts +114 -0
  43. package/auth/getServerClients.js +58 -0
  44. package/auth/getServerClients.js.map +1 -0
  45. package/auth/getServerKeys.d.ts +113 -0
  46. package/auth/getServerKeys.js +70 -0
  47. package/auth/getServerKeys.js.map +1 -0
  48. package/auth/index.d.ts +6 -0
  49. package/auth/index.js +7 -1
  50. package/auth/index.js.map +1 -1
  51. package/authenticator.d.ts +42 -10
  52. package/authenticator.js +26 -4
  53. package/authenticator.js.map +1 -1
  54. package/customizedSigninPage.d.ts +68 -0
  55. package/customizedSigninPage.js +68 -0
  56. package/customizedSigninPage.js.map +1 -1
  57. package/device.d.ts +80 -0
  58. package/device.js +69 -0
  59. package/device.js.map +1 -0
  60. package/emailCustomization.d.ts +30 -0
  61. package/emailCustomization.js +30 -0
  62. package/emailCustomization.js.map +1 -1
  63. package/feature.d.ts +12 -0
  64. package/feature.js +12 -0
  65. package/feature.js.map +1 -1
  66. package/getApiServiceIntegration.d.ts +85 -0
  67. package/getApiServiceIntegration.js +78 -0
  68. package/getApiServiceIntegration.js.map +1 -0
  69. package/getApiToken.d.ts +88 -0
  70. package/getApiToken.js +52 -0
  71. package/getApiToken.js.map +1 -0
  72. package/getBehaviour.d.ts +4 -0
  73. package/getBehaviour.js +4 -0
  74. package/getBehaviour.js.map +1 -1
  75. package/getBrand.d.ts +30 -0
  76. package/getBrand.js +30 -0
  77. package/getBrand.js.map +1 -1
  78. package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
  79. package/getCatalogEntryUserAccessRequestFields.js +24 -0
  80. package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
  81. package/getDevice.d.ts +90 -0
  82. package/getDevice.js +54 -0
  83. package/getDevice.js.map +1 -0
  84. package/getEmailCustomization.d.ts +36 -0
  85. package/getEmailCustomization.js +36 -0
  86. package/getEmailCustomization.js.map +1 -1
  87. package/getEmailCustomizations.d.ts +26 -0
  88. package/getEmailCustomizations.js +26 -0
  89. package/getEmailCustomizations.js.map +1 -1
  90. package/getHookKey.d.ts +77 -0
  91. package/getHookKey.js +52 -0
  92. package/getHookKey.js.map +1 -0
  93. package/getPrincipalEntitlements.d.ts +116 -0
  94. package/getPrincipalEntitlements.js +116 -0
  95. package/getPrincipalEntitlements.js.map +1 -1
  96. package/getPushProvider.d.ts +118 -0
  97. package/getPushProvider.js +86 -0
  98. package/getPushProvider.js.map +1 -0
  99. package/getRealmAssignment.d.ts +4 -0
  100. package/getRealmAssignment.js +4 -0
  101. package/getRealmAssignment.js.map +1 -1
  102. package/getRequestSettingResource.d.ts +4 -0
  103. package/getRequestSettingResource.js +4 -0
  104. package/getRequestSettingResource.js.map +1 -1
  105. package/getRequestV2.d.ts +79 -0
  106. package/getRequestV2.js +28 -0
  107. package/getRequestV2.js.map +1 -1
  108. package/getSecurityEventsProvider.d.ts +79 -0
  109. package/getSecurityEventsProvider.js +52 -0
  110. package/getSecurityEventsProvider.js.map +1 -0
  111. package/getTemplate.d.ts +26 -0
  112. package/getTemplate.js +26 -0
  113. package/getTemplate.js.map +1 -1
  114. package/getTemplates.d.ts +24 -0
  115. package/getTemplates.js +24 -0
  116. package/getTemplates.js.map +1 -1
  117. package/getTheme.d.ts +26 -0
  118. package/getTheme.js +26 -0
  119. package/getTheme.js.map +1 -1
  120. package/getThemes.d.ts +24 -0
  121. package/getThemes.js +24 -0
  122. package/getThemes.js.map +1 -1
  123. package/getUiSchema.d.ts +80 -0
  124. package/getUiSchema.js +52 -0
  125. package/getUiSchema.js.map +1 -0
  126. package/group/owner.d.ts +24 -0
  127. package/group/owner.js +24 -0
  128. package/group/owner.js.map +1 -1
  129. package/group/role.d.ts +41 -0
  130. package/group/role.js +41 -0
  131. package/group/role.js.map +1 -1
  132. package/hookKey.d.ts +102 -0
  133. package/hookKey.js +79 -0
  134. package/hookKey.js.map +1 -0
  135. package/index.d.ts +42 -0
  136. package/index.js +61 -4
  137. package/index.js.map +1 -1
  138. package/inline/hook.d.ts +15 -15
  139. package/inline/hook.js +15 -15
  140. package/package.json +3 -3
  141. package/policy/deviceAssuranceAndroid.d.ts +24 -0
  142. package/policy/deviceAssuranceAndroid.js +24 -0
  143. package/policy/deviceAssuranceAndroid.js.map +1 -1
  144. package/policy/deviceAssuranceIos.d.ts +17 -0
  145. package/policy/deviceAssuranceIos.js +17 -0
  146. package/policy/deviceAssuranceIos.js.map +1 -1
  147. package/policy/deviceAssuranceMacos.d.ts +37 -0
  148. package/policy/deviceAssuranceMacos.js +37 -0
  149. package/policy/deviceAssuranceMacos.js.map +1 -1
  150. package/policy/deviceAssuranceWindows.d.ts +43 -0
  151. package/policy/deviceAssuranceWindows.js +43 -0
  152. package/policy/deviceAssuranceWindows.js.map +1 -1
  153. package/policy/mfa.d.ts +18 -0
  154. package/policy/mfa.js +2 -0
  155. package/policy/mfa.js.map +1 -1
  156. package/policyMfaDefault.d.ts +18 -0
  157. package/policyMfaDefault.js +2 -0
  158. package/policyMfaDefault.js.map +1 -1
  159. package/previewSigninPage.d.ts +68 -0
  160. package/previewSigninPage.js +68 -0
  161. package/previewSigninPage.js.map +1 -1
  162. package/pushProvider.d.ts +150 -0
  163. package/pushProvider.js +126 -0
  164. package/pushProvider.js.map +1 -0
  165. package/rateLimiting.d.ts +13 -0
  166. package/rateLimiting.js +13 -0
  167. package/rateLimiting.js.map +1 -1
  168. package/requestCondition.d.ts +47 -2
  169. package/requestCondition.js +42 -1
  170. package/requestCondition.js.map +1 -1
  171. package/requestSettingOrganization.d.ts +19 -0
  172. package/requestSettingOrganization.js +19 -0
  173. package/requestSettingOrganization.js.map +1 -1
  174. package/requestSettingResource.d.ts +20 -0
  175. package/requestSettingResource.js +20 -0
  176. package/requestSettingResource.js.map +1 -1
  177. package/requestV2.d.ts +39 -12
  178. package/requestV2.js +27 -0
  179. package/requestV2.js.map +1 -1
  180. package/securityEventsProvider.d.ts +138 -0
  181. package/securityEventsProvider.js +107 -0
  182. package/securityEventsProvider.js.map +1 -0
  183. package/theme.d.ts +23 -0
  184. package/theme.js +23 -0
  185. package/theme.js.map +1 -1
  186. package/types/input.d.ts +1041 -18
  187. package/types/output.d.ts +691 -5
  188. package/uiSchema.d.ts +74 -0
  189. package/uiSchema.js +73 -0
  190. package/uiSchema.js.map +1 -0
  191. package/user/getUser.d.ts +1 -0
  192. package/user/getUser.js.map +1 -1
  193. package/user/user.d.ts +12 -0
  194. package/user/user.js +2 -0
  195. package/user/user.js.map +1 -1
package/getRequestV2.d.ts CHANGED
@@ -1,37 +1,116 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
+ /**
5
+ * Retrieves the full representation of a specific request.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as okta from "@pulumi/okta";
12
+ *
13
+ * const test = okta.getRequestV2({
14
+ * id: "<request_id>",
15
+ * });
16
+ * ```
17
+ */
4
18
  export declare function getRequestV2(args: GetRequestV2Args, opts?: pulumi.InvokeOptions): Promise<GetRequestV2Result>;
5
19
  /**
6
20
  * A collection of arguments for invoking getRequestV2.
7
21
  */
8
22
  export interface GetRequestV2Args {
23
+ /**
24
+ * The ID of the request.
25
+ */
9
26
  id: string;
27
+ /**
28
+ * A representation of a resource that can be requested for access.
29
+ */
10
30
  requested?: inputs.GetRequestV2Requested;
31
+ /**
32
+ * A representation of a principal.
33
+ */
11
34
  requestedBy?: inputs.GetRequestV2RequestedBy;
35
+ /**
36
+ * A representation of a principal.
37
+ */
12
38
  requestedFor?: inputs.GetRequestV2RequestedFor;
13
39
  }
14
40
  /**
15
41
  * A collection of values returned by getRequestV2.
16
42
  */
17
43
  export interface GetRequestV2Result {
44
+ /**
45
+ * The date and time when the request condition was created.
46
+ */
18
47
  readonly created: string;
48
+ /**
49
+ * The id of the user who created the request condition.
50
+ */
19
51
  readonly createdBy: string;
52
+ /**
53
+ * The ID of the request.
54
+ */
20
55
  readonly id: string;
56
+ /**
57
+ * The date and time when the request condition was last updated.
58
+ */
21
59
  readonly lastUpdated: string;
60
+ /**
61
+ * The id of the user who last updated the request condition.
62
+ */
22
63
  readonly lastUpdatedBy: string;
64
+ /**
65
+ * A representation of a resource that can be requested for access.
66
+ */
23
67
  readonly requested?: outputs.GetRequestV2Requested;
68
+ /**
69
+ * A representation of a principal.
70
+ */
24
71
  readonly requestedBy?: outputs.GetRequestV2RequestedBy;
72
+ /**
73
+ * A representation of a principal.
74
+ */
25
75
  readonly requestedFor?: outputs.GetRequestV2RequestedFor;
76
+ /**
77
+ * The status of the request.
78
+ */
26
79
  readonly status: string;
27
80
  }
81
+ /**
82
+ * Retrieves the full representation of a specific request.
83
+ *
84
+ * ## Example Usage
85
+ *
86
+ * ```typescript
87
+ * import * as pulumi from "@pulumi/pulumi";
88
+ * import * as okta from "@pulumi/okta";
89
+ *
90
+ * const test = okta.getRequestV2({
91
+ * id: "<request_id>",
92
+ * });
93
+ * ```
94
+ */
28
95
  export declare function getRequestV2Output(args: GetRequestV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRequestV2Result>;
29
96
  /**
30
97
  * A collection of arguments for invoking getRequestV2.
31
98
  */
32
99
  export interface GetRequestV2OutputArgs {
100
+ /**
101
+ * The ID of the request.
102
+ */
33
103
  id: pulumi.Input<string>;
104
+ /**
105
+ * A representation of a resource that can be requested for access.
106
+ */
34
107
  requested?: pulumi.Input<inputs.GetRequestV2RequestedArgs>;
108
+ /**
109
+ * A representation of a principal.
110
+ */
35
111
  requestedBy?: pulumi.Input<inputs.GetRequestV2RequestedByArgs>;
112
+ /**
113
+ * A representation of a principal.
114
+ */
36
115
  requestedFor?: pulumi.Input<inputs.GetRequestV2RequestedForArgs>;
37
116
  }
package/getRequestV2.js CHANGED
@@ -5,6 +5,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getRequestV2Output = exports.getRequestV2 = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves the full representation of a specific request.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const test = okta.getRequestV2({
18
+ * id: "<request_id>",
19
+ * });
20
+ * ```
21
+ */
8
22
  function getRequestV2(args, opts) {
9
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
24
  return pulumi.runtime.invoke("okta:index/getRequestV2:getRequestV2", {
@@ -15,6 +29,20 @@ function getRequestV2(args, opts) {
15
29
  }, opts);
16
30
  }
17
31
  exports.getRequestV2 = getRequestV2;
32
+ /**
33
+ * Retrieves the full representation of a specific request.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as okta from "@pulumi/okta";
40
+ *
41
+ * const test = okta.getRequestV2({
42
+ * id: "<request_id>",
43
+ * });
44
+ * ```
45
+ */
18
46
  function getRequestV2Output(args, opts) {
19
47
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
20
48
  return pulumi.runtime.invokeOutput("okta:index/getRequestV2:getRequestV2", {
@@ -1 +1 @@
1
- {"version":3,"file":"getRequestV2.js","sourceRoot":"","sources":["../getRequestV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AA0BD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC"}
1
+ {"version":3,"file":"getRequestV2.js","sourceRoot":"","sources":["../getRequestV2.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AAiED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gDAQC"}
@@ -0,0 +1,79 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * Get information about a Security Events Provider instance for signal ingestion.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as okta from "@pulumi/okta";
12
+ *
13
+ * const example = okta.getSecurityEventsProvider({
14
+ * id: "<security_events_provider_id>",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getSecurityEventsProvider(args: GetSecurityEventsProviderArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityEventsProviderResult>;
19
+ /**
20
+ * A collection of arguments for invoking getSecurityEventsProvider.
21
+ */
22
+ export interface GetSecurityEventsProviderArgs {
23
+ /**
24
+ * The unique identifier of this instance.
25
+ */
26
+ id: string;
27
+ settings?: inputs.GetSecurityEventsProviderSettings;
28
+ }
29
+ /**
30
+ * A collection of values returned by getSecurityEventsProvider.
31
+ */
32
+ export interface GetSecurityEventsProviderResult {
33
+ /**
34
+ * The unique identifier of this instance.
35
+ */
36
+ readonly id: string;
37
+ /**
38
+ * Whether or not the Security Events Provider is enabled.
39
+ */
40
+ readonly isEnabled: string;
41
+ /**
42
+ * The name of the Security Events Provider instance.
43
+ */
44
+ readonly name: string;
45
+ readonly settings?: outputs.GetSecurityEventsProviderSettings;
46
+ /**
47
+ * Indicates whether the Security Events Provider is active or not.
48
+ */
49
+ readonly status: string;
50
+ /**
51
+ * The application type of the Security Events Provider.
52
+ */
53
+ readonly type: string;
54
+ }
55
+ /**
56
+ * Get information about a Security Events Provider instance for signal ingestion.
57
+ *
58
+ * ## Example Usage
59
+ *
60
+ * ```typescript
61
+ * import * as pulumi from "@pulumi/pulumi";
62
+ * import * as okta from "@pulumi/okta";
63
+ *
64
+ * const example = okta.getSecurityEventsProvider({
65
+ * id: "<security_events_provider_id>",
66
+ * });
67
+ * ```
68
+ */
69
+ export declare function getSecurityEventsProviderOutput(args: GetSecurityEventsProviderOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityEventsProviderResult>;
70
+ /**
71
+ * A collection of arguments for invoking getSecurityEventsProvider.
72
+ */
73
+ export interface GetSecurityEventsProviderOutputArgs {
74
+ /**
75
+ * The unique identifier of this instance.
76
+ */
77
+ id: pulumi.Input<string>;
78
+ settings?: pulumi.Input<inputs.GetSecurityEventsProviderSettingsArgs>;
79
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSecurityEventsProviderOutput = exports.getSecurityEventsProvider = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Get information about a Security Events Provider instance for signal ingestion.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const example = okta.getSecurityEventsProvider({
18
+ * id: "<security_events_provider_id>",
19
+ * });
20
+ * ```
21
+ */
22
+ function getSecurityEventsProvider(args, opts) {
23
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
+ return pulumi.runtime.invoke("okta:index/getSecurityEventsProvider:getSecurityEventsProvider", {
25
+ "id": args.id,
26
+ "settings": args.settings,
27
+ }, opts);
28
+ }
29
+ exports.getSecurityEventsProvider = getSecurityEventsProvider;
30
+ /**
31
+ * Get information about a Security Events Provider instance for signal ingestion.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as okta from "@pulumi/okta";
38
+ *
39
+ * const example = okta.getSecurityEventsProvider({
40
+ * id: "<security_events_provider_id>",
41
+ * });
42
+ * ```
43
+ */
44
+ function getSecurityEventsProviderOutput(args, opts) {
45
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
46
+ return pulumi.runtime.invokeOutput("okta:index/getSecurityEventsProvider:getSecurityEventsProvider", {
47
+ "id": args.id,
48
+ "settings": args.settings,
49
+ }, opts);
50
+ }
51
+ exports.getSecurityEventsProviderOutput = getSecurityEventsProviderOutput;
52
+ //# sourceMappingURL=getSecurityEventsProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecurityEventsProvider.js","sourceRoot":"","sources":["../getSecurityEventsProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AAuCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
package/getTemplate.d.ts CHANGED
@@ -1,6 +1,19 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Get a single Email Template for a Brand belonging to an Okta organization.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as okta from "@pulumi/okta";
10
+ *
11
+ * const test = okta.getBrands({});
12
+ * const forgotPassword = test.then(test => okta.getTemplate({
13
+ * brandId: test.brands?.[0]?.id,
14
+ * name: "ForgotPassword",
15
+ * }));
16
+ * ```
4
17
  */
5
18
  export declare function getTemplate(args: GetTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplateResult>;
6
19
  /**
@@ -39,6 +52,19 @@ export interface GetTemplateResult {
39
52
  }
40
53
  /**
41
54
  * Get a single Email Template for a Brand belonging to an Okta organization.
55
+ *
56
+ * ## Example Usage
57
+ *
58
+ * ```typescript
59
+ * import * as pulumi from "@pulumi/pulumi";
60
+ * import * as okta from "@pulumi/okta";
61
+ *
62
+ * const test = okta.getBrands({});
63
+ * const forgotPassword = test.then(test => okta.getTemplate({
64
+ * brandId: test.brands?.[0]?.id,
65
+ * name: "ForgotPassword",
66
+ * }));
67
+ * ```
42
68
  */
43
69
  export declare function getTemplateOutput(args: GetTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTemplateResult>;
44
70
  /**
package/getTemplate.js CHANGED
@@ -7,6 +7,19 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Get a single Email Template for a Brand belonging to an Okta organization.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const test = okta.getBrands({});
18
+ * const forgotPassword = test.then(test => okta.getTemplate({
19
+ * brandId: test.brands?.[0]?.id,
20
+ * name: "ForgotPassword",
21
+ * }));
22
+ * ```
10
23
  */
11
24
  function getTemplate(args, opts) {
12
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -18,6 +31,19 @@ function getTemplate(args, opts) {
18
31
  exports.getTemplate = getTemplate;
19
32
  /**
20
33
  * Get a single Email Template for a Brand belonging to an Okta organization.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as okta from "@pulumi/okta";
40
+ *
41
+ * const test = okta.getBrands({});
42
+ * const forgotPassword = test.then(test => okta.getTemplate({
43
+ * brandId: test.brands?.[0]?.id,
44
+ * name: "ForgotPassword",
45
+ * }));
46
+ * ```
21
47
  */
22
48
  function getTemplateOutput(args, opts) {
23
49
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAqCD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
1
+ {"version":3,"file":"getTemplate.js","sourceRoot":"","sources":["../getTemplate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAqCD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
package/getTemplates.d.ts CHANGED
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
4
  * Get the email templates belonging to a brand in an Okta organization.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as okta from "@pulumi/okta";
11
+ *
12
+ * const test = okta.getBrands({});
13
+ * const testGetTemplates = test.then(test => okta.getTemplates({
14
+ * brandId: test.brands?.[0]?.id,
15
+ * }));
16
+ * ```
5
17
  */
6
18
  export declare function getTemplates(args: GetTemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetTemplatesResult>;
7
19
  /**
@@ -32,6 +44,18 @@ export interface GetTemplatesResult {
32
44
  }
33
45
  /**
34
46
  * Get the email templates belonging to a brand in an Okta organization.
47
+ *
48
+ * ## Example Usage
49
+ *
50
+ * ```typescript
51
+ * import * as pulumi from "@pulumi/pulumi";
52
+ * import * as okta from "@pulumi/okta";
53
+ *
54
+ * const test = okta.getBrands({});
55
+ * const testGetTemplates = test.then(test => okta.getTemplates({
56
+ * brandId: test.brands?.[0]?.id,
57
+ * }));
58
+ * ```
35
59
  */
36
60
  export declare function getTemplatesOutput(args: GetTemplatesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTemplatesResult>;
37
61
  /**
package/getTemplates.js CHANGED
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Get the email templates belonging to a brand in an Okta organization.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const test = okta.getBrands({});
18
+ * const testGetTemplates = test.then(test => okta.getTemplates({
19
+ * brandId: test.brands?.[0]?.id,
20
+ * }));
21
+ * ```
10
22
  */
11
23
  function getTemplates(args, opts) {
12
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -17,6 +29,18 @@ function getTemplates(args, opts) {
17
29
  exports.getTemplates = getTemplates;
18
30
  /**
19
31
  * Get the email templates belonging to a brand in an Okta organization.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as okta from "@pulumi/okta";
38
+ *
39
+ * const test = okta.getBrands({});
40
+ * const testGetTemplates = test.then(test => okta.getTemplates({
41
+ * brandId: test.brands?.[0]?.id,
42
+ * }));
43
+ * ```
20
44
  */
21
45
  function getTemplatesOutput(args, opts) {
22
46
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA6BD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
1
+ {"version":3,"file":"getTemplates.js","sourceRoot":"","sources":["../getTemplates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oCAKC;AA6BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gDAKC"}
package/getTheme.d.ts CHANGED
@@ -1,6 +1,19 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Get a single Theme of a Brand of an Okta Organization.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as okta from "@pulumi/okta";
10
+ *
11
+ * const test = okta.getBrands({});
12
+ * const testGetTheme = test.then(test => okta.getTheme({
13
+ * brandId: test.brands?.[0]?.id,
14
+ * themeId: testOktaThemes.themes[0].id,
15
+ * }));
16
+ * ```
4
17
  */
5
18
  export declare function getTheme(args: GetThemeArgs, opts?: pulumi.InvokeOptions): Promise<GetThemeResult>;
6
19
  /**
@@ -83,6 +96,19 @@ export interface GetThemeResult {
83
96
  }
84
97
  /**
85
98
  * Get a single Theme of a Brand of an Okta Organization.
99
+ *
100
+ * ## Example Usage
101
+ *
102
+ * ```typescript
103
+ * import * as pulumi from "@pulumi/pulumi";
104
+ * import * as okta from "@pulumi/okta";
105
+ *
106
+ * const test = okta.getBrands({});
107
+ * const testGetTheme = test.then(test => okta.getTheme({
108
+ * brandId: test.brands?.[0]?.id,
109
+ * themeId: testOktaThemes.themes[0].id,
110
+ * }));
111
+ * ```
86
112
  */
87
113
  export declare function getThemeOutput(args: GetThemeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetThemeResult>;
88
114
  /**
package/getTheme.js CHANGED
@@ -7,6 +7,19 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Get a single Theme of a Brand of an Okta Organization.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const test = okta.getBrands({});
18
+ * const testGetTheme = test.then(test => okta.getTheme({
19
+ * brandId: test.brands?.[0]?.id,
20
+ * themeId: testOktaThemes.themes[0].id,
21
+ * }));
22
+ * ```
10
23
  */
11
24
  function getTheme(args, opts) {
12
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -18,6 +31,19 @@ function getTheme(args, opts) {
18
31
  exports.getTheme = getTheme;
19
32
  /**
20
33
  * Get a single Theme of a Brand of an Okta Organization.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as okta from "@pulumi/okta";
40
+ *
41
+ * const test = okta.getBrands({});
42
+ * const testGetTheme = test.then(test => okta.getTheme({
43
+ * brandId: test.brands?.[0]?.id,
44
+ * themeId: testOktaThemes.themes[0].id,
45
+ * }));
46
+ * ```
21
47
  */
22
48
  function getThemeOutput(args, opts) {
23
49
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/getTheme.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../getTheme.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAiFD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
1
+ {"version":3,"file":"getTheme.js","sourceRoot":"","sources":["../getTheme.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAiFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
package/getThemes.d.ts CHANGED
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
4
  * Get Themes of a Brand of an Okta Organization.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as okta from "@pulumi/okta";
11
+ *
12
+ * const test = okta.getBrands({});
13
+ * const example = test.then(test => okta.getThemes({
14
+ * brandId: test.brands?.[0]?.id,
15
+ * }));
16
+ * ```
5
17
  */
6
18
  export declare function getThemes(args: GetThemesArgs, opts?: pulumi.InvokeOptions): Promise<GetThemesResult>;
7
19
  /**
@@ -32,6 +44,18 @@ export interface GetThemesResult {
32
44
  }
33
45
  /**
34
46
  * Get Themes of a Brand of an Okta Organization.
47
+ *
48
+ * ## Example Usage
49
+ *
50
+ * ```typescript
51
+ * import * as pulumi from "@pulumi/pulumi";
52
+ * import * as okta from "@pulumi/okta";
53
+ *
54
+ * const test = okta.getBrands({});
55
+ * const example = test.then(test => okta.getThemes({
56
+ * brandId: test.brands?.[0]?.id,
57
+ * }));
58
+ * ```
35
59
  */
36
60
  export declare function getThemesOutput(args: GetThemesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetThemesResult>;
37
61
  /**
package/getThemes.js CHANGED
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * Get Themes of a Brand of an Okta Organization.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as okta from "@pulumi/okta";
16
+ *
17
+ * const test = okta.getBrands({});
18
+ * const example = test.then(test => okta.getThemes({
19
+ * brandId: test.brands?.[0]?.id,
20
+ * }));
21
+ * ```
10
22
  */
11
23
  function getThemes(args, opts) {
12
24
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -17,6 +29,18 @@ function getThemes(args, opts) {
17
29
  exports.getThemes = getThemes;
18
30
  /**
19
31
  * Get Themes of a Brand of an Okta Organization.
32
+ *
33
+ * ## Example Usage
34
+ *
35
+ * ```typescript
36
+ * import * as pulumi from "@pulumi/pulumi";
37
+ * import * as okta from "@pulumi/okta";
38
+ *
39
+ * const test = okta.getBrands({});
40
+ * const example = test.then(test => okta.getThemes({
41
+ * brandId: test.brands?.[0]?.id,
42
+ * }));
43
+ * ```
20
44
  */
21
45
  function getThemesOutput(args, opts) {
22
46
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/getThemes.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getThemes.js","sourceRoot":"","sources":["../getThemes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA6BD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
1
+ {"version":3,"file":"getThemes.js","sourceRoot":"","sources":["../getThemes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA6BD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}