@pulumi/auth0 2.14.0-alpha.1663280530 → 2.14.0-alpha.1666810964
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/action.d.ts +25 -72
- package/action.js +2 -50
- package/action.js.map +1 -1
- package/attackProtection.d.ts +9 -8
- package/attackProtection.js +4 -4
- package/attackProtection.js.map +1 -1
- package/branding.d.ts +31 -30
- package/branding.js +14 -8
- package/branding.js.map +1 -1
- package/brandingTheme.d.ts +156 -0
- package/brandingTheme.js +165 -0
- package/brandingTheme.js.map +1 -0
- package/client.d.ts +145 -126
- package/client.js +26 -22
- package/client.js.map +1 -1
- package/clientGrant.d.ts +12 -13
- package/clientGrant.js +3 -4
- package/clientGrant.js.map +1 -1
- package/config/vars.d.ts +22 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/connection.d.ts +256 -41
- package/connection.js +236 -4
- package/connection.js.map +1 -1
- package/customDomain.d.ts +42 -18
- package/customDomain.js +6 -3
- package/customDomain.js.map +1 -1
- package/customDomainVerification.d.ts +15 -9
- package/customDomainVerification.js +4 -4
- package/customDomainVerification.js.map +1 -1
- package/email.d.ts +37 -18
- package/email.js +23 -5
- package/email.js.map +1 -1
- package/emailTemplate.d.ts +29 -32
- package/emailTemplate.js +2 -5
- package/emailTemplate.js.map +1 -1
- package/getClient.d.ts +111 -6
- package/getClient.js +3 -1
- package/getClient.js.map +1 -1
- package/getGlobalClient.d.ts +98 -31
- package/getGlobalClient.js +3 -11
- package/getGlobalClient.js.map +1 -1
- package/getTenant.d.ts +3 -3
- package/getTenant.js +1 -1
- package/globalClient.d.ts +333 -2
- package/globalClient.js +7 -3
- package/globalClient.js.map +1 -1
- package/guardian.d.ts +32 -56
- package/guardian.js +3 -4
- package/guardian.js.map +1 -1
- package/hook.d.ts +12 -18
- package/hook.js +9 -10
- package/hook.js.map +1 -1
- package/index.d.ts +91 -30
- package/index.js +94 -101
- package/index.js.map +1 -1
- package/logStream.d.ts +34 -18
- package/logStream.js +17 -2
- package/logStream.js.map +1 -1
- package/organization.d.ts +22 -55
- package/organization.js +8 -17
- package/organization.js.map +1 -1
- package/organizationConnection.d.ts +7 -5
- package/organizationConnection.js +7 -5
- package/organizationConnection.js.map +1 -1
- package/organizationMember.d.ts +27 -15
- package/organizationMember.js +18 -6
- package/organizationMember.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/prompt.d.ts +12 -12
- package/prompt.js +4 -4
- package/promptCustomText.d.ts +8 -9
- package/promptCustomText.js +2 -3
- package/promptCustomText.js.map +1 -1
- package/provider.d.ts +41 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/resourceServer.d.ts +47 -46
- package/resourceServer.js +4 -1
- package/resourceServer.js.map +1 -1
- package/role.d.ts +13 -17
- package/role.js +2 -4
- package/role.js.map +1 -1
- package/rule.d.ts +19 -25
- package/rule.js +6 -12
- package/rule.js.map +1 -1
- package/ruleConfig.d.ts +12 -14
- package/ruleConfig.js +9 -9
- package/ruleConfig.js.map +1 -1
- package/tenant.d.ts +91 -80
- package/tenant.js +35 -25
- package/tenant.js.map +1 -1
- package/triggerBinding.d.ts +19 -26
- package/triggerBinding.js +11 -16
- package/triggerBinding.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +488 -425
- package/types/output.d.ts +500 -435
- package/user.d.ts +87 -44
- package/user.js +6 -6
- package/user.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
package/guardian.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
|
-
* Multi-Factor Authentication works by requiring additional factors during the login process to prevent unauthorized
|
|
5
|
-
* access. With this resource you can configure some options available for MFA.
|
|
5
|
+
* Multi-Factor Authentication works by requiring additional factors during the login process to prevent unauthorized access. With this resource you can configure some options available for MFA.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -54,10 +54,10 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
54
54
|
*
|
|
55
55
|
* ## Import
|
|
56
56
|
*
|
|
57
|
-
* As this is not a resource identifiable by an ID within the Auth0 Management API, guardian can be imported using a random string. We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4)
|
|
57
|
+
* As this is not a resource identifiable by an ID within the Auth0 Management API, guardian can be imported using a random string. # We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4) # Example
|
|
58
58
|
*
|
|
59
59
|
* ```sh
|
|
60
|
-
* $ pulumi import auth0:index/guardian:Guardian
|
|
60
|
+
* $ pulumi import auth0:index/guardian:Guardian my_guardian 24940d4b-4bd4-44e7-894e-f92e4de36a40
|
|
61
61
|
* ```
|
|
62
62
|
*/
|
|
63
63
|
export declare class Guardian extends pulumi.CustomResource {
|
|
@@ -77,47 +77,39 @@ export declare class Guardian extends pulumi.CustomResource {
|
|
|
77
77
|
*/
|
|
78
78
|
static isInstance(obj: any): obj is Guardian;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
81
|
-
* If this block is present, Duo MFA will be enabled, and disabled otherwise. For details, see Duo.
|
|
80
|
+
* Configuration settings for the Duo MFA. If this block is present, Duo MFA will be enabled, and disabled otherwise.
|
|
82
81
|
*/
|
|
83
82
|
readonly duo: pulumi.Output<outputs.GuardianDuo | undefined>;
|
|
84
83
|
/**
|
|
85
|
-
*
|
|
84
|
+
* Indicates whether email MFA is enabled.
|
|
86
85
|
*/
|
|
87
86
|
readonly email: pulumi.Output<boolean | undefined>;
|
|
88
87
|
/**
|
|
89
|
-
*
|
|
88
|
+
* Indicates whether one time password MFA is enabled.
|
|
90
89
|
*/
|
|
91
90
|
readonly otp: pulumi.Output<boolean | undefined>;
|
|
92
91
|
/**
|
|
93
|
-
*
|
|
94
|
-
* If this block is present, Phone MFA will be enabled, and disabled otherwise. For details, see Phone.
|
|
92
|
+
* Configuration settings for the phone MFA. If this block is present, Phone MFA will be enabled, and disabled otherwise.
|
|
95
93
|
*/
|
|
96
94
|
readonly phone: pulumi.Output<outputs.GuardianPhone | undefined>;
|
|
97
95
|
/**
|
|
98
|
-
*
|
|
99
|
-
* The option `confidence-score` means the trigger of MFA will be adaptive. See [Auth0 docs](https://auth0.com/docs/mfa/adaptive-mfa).
|
|
96
|
+
* Policy to use. Available options are `never`, `all-applications` and `confidence-score`.
|
|
100
97
|
*/
|
|
101
98
|
readonly policy: pulumi.Output<string>;
|
|
102
99
|
/**
|
|
103
|
-
*
|
|
104
|
-
* If this block is present, Push MFA will be enabled, and disabled otherwise. For details, see Push.
|
|
100
|
+
* Configuration settings for the Push MFA. If this block is present, Push MFA will be enabled, and disabled otherwise.
|
|
105
101
|
*/
|
|
106
102
|
readonly push: pulumi.Output<outputs.GuardianPush | undefined>;
|
|
107
103
|
/**
|
|
108
|
-
*
|
|
104
|
+
* Indicates whether recovery code MFA is enabled.
|
|
109
105
|
*/
|
|
110
106
|
readonly recoveryCode: pulumi.Output<boolean | undefined>;
|
|
111
107
|
/**
|
|
112
|
-
*
|
|
113
|
-
* If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
114
|
-
* For details, see WebAuthn Platform.
|
|
108
|
+
* Configuration settings for the WebAuthn with FIDO Device Biometrics MFA. If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
115
109
|
*/
|
|
116
110
|
readonly webauthnPlatform: pulumi.Output<outputs.GuardianWebauthnPlatform | undefined>;
|
|
117
111
|
/**
|
|
118
|
-
*
|
|
119
|
-
* If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
120
|
-
* For details, see WebAuthn Roaming.
|
|
112
|
+
* Configuration settings for the WebAuthn with FIDO Security Keys MFA. If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
121
113
|
*/
|
|
122
114
|
readonly webauthnRoaming: pulumi.Output<outputs.GuardianWebauthnRoaming | undefined>;
|
|
123
115
|
/**
|
|
@@ -134,47 +126,39 @@ export declare class Guardian extends pulumi.CustomResource {
|
|
|
134
126
|
*/
|
|
135
127
|
export interface GuardianState {
|
|
136
128
|
/**
|
|
137
|
-
*
|
|
138
|
-
* If this block is present, Duo MFA will be enabled, and disabled otherwise. For details, see Duo.
|
|
129
|
+
* Configuration settings for the Duo MFA. If this block is present, Duo MFA will be enabled, and disabled otherwise.
|
|
139
130
|
*/
|
|
140
131
|
duo?: pulumi.Input<inputs.GuardianDuo>;
|
|
141
132
|
/**
|
|
142
|
-
*
|
|
133
|
+
* Indicates whether email MFA is enabled.
|
|
143
134
|
*/
|
|
144
135
|
email?: pulumi.Input<boolean>;
|
|
145
136
|
/**
|
|
146
|
-
*
|
|
137
|
+
* Indicates whether one time password MFA is enabled.
|
|
147
138
|
*/
|
|
148
139
|
otp?: pulumi.Input<boolean>;
|
|
149
140
|
/**
|
|
150
|
-
*
|
|
151
|
-
* If this block is present, Phone MFA will be enabled, and disabled otherwise. For details, see Phone.
|
|
141
|
+
* Configuration settings for the phone MFA. If this block is present, Phone MFA will be enabled, and disabled otherwise.
|
|
152
142
|
*/
|
|
153
143
|
phone?: pulumi.Input<inputs.GuardianPhone>;
|
|
154
144
|
/**
|
|
155
|
-
*
|
|
156
|
-
* The option `confidence-score` means the trigger of MFA will be adaptive. See [Auth0 docs](https://auth0.com/docs/mfa/adaptive-mfa).
|
|
145
|
+
* Policy to use. Available options are `never`, `all-applications` and `confidence-score`.
|
|
157
146
|
*/
|
|
158
147
|
policy?: pulumi.Input<string>;
|
|
159
148
|
/**
|
|
160
|
-
*
|
|
161
|
-
* If this block is present, Push MFA will be enabled, and disabled otherwise. For details, see Push.
|
|
149
|
+
* Configuration settings for the Push MFA. If this block is present, Push MFA will be enabled, and disabled otherwise.
|
|
162
150
|
*/
|
|
163
151
|
push?: pulumi.Input<inputs.GuardianPush>;
|
|
164
152
|
/**
|
|
165
|
-
*
|
|
153
|
+
* Indicates whether recovery code MFA is enabled.
|
|
166
154
|
*/
|
|
167
155
|
recoveryCode?: pulumi.Input<boolean>;
|
|
168
156
|
/**
|
|
169
|
-
*
|
|
170
|
-
* If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
171
|
-
* For details, see WebAuthn Platform.
|
|
157
|
+
* Configuration settings for the WebAuthn with FIDO Device Biometrics MFA. If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
172
158
|
*/
|
|
173
159
|
webauthnPlatform?: pulumi.Input<inputs.GuardianWebauthnPlatform>;
|
|
174
160
|
/**
|
|
175
|
-
*
|
|
176
|
-
* If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
177
|
-
* For details, see WebAuthn Roaming.
|
|
161
|
+
* Configuration settings for the WebAuthn with FIDO Security Keys MFA. If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
178
162
|
*/
|
|
179
163
|
webauthnRoaming?: pulumi.Input<inputs.GuardianWebauthnRoaming>;
|
|
180
164
|
}
|
|
@@ -183,47 +167,39 @@ export interface GuardianState {
|
|
|
183
167
|
*/
|
|
184
168
|
export interface GuardianArgs {
|
|
185
169
|
/**
|
|
186
|
-
*
|
|
187
|
-
* If this block is present, Duo MFA will be enabled, and disabled otherwise. For details, see Duo.
|
|
170
|
+
* Configuration settings for the Duo MFA. If this block is present, Duo MFA will be enabled, and disabled otherwise.
|
|
188
171
|
*/
|
|
189
172
|
duo?: pulumi.Input<inputs.GuardianDuo>;
|
|
190
173
|
/**
|
|
191
|
-
*
|
|
174
|
+
* Indicates whether email MFA is enabled.
|
|
192
175
|
*/
|
|
193
176
|
email?: pulumi.Input<boolean>;
|
|
194
177
|
/**
|
|
195
|
-
*
|
|
178
|
+
* Indicates whether one time password MFA is enabled.
|
|
196
179
|
*/
|
|
197
180
|
otp?: pulumi.Input<boolean>;
|
|
198
181
|
/**
|
|
199
|
-
*
|
|
200
|
-
* If this block is present, Phone MFA will be enabled, and disabled otherwise. For details, see Phone.
|
|
182
|
+
* Configuration settings for the phone MFA. If this block is present, Phone MFA will be enabled, and disabled otherwise.
|
|
201
183
|
*/
|
|
202
184
|
phone?: pulumi.Input<inputs.GuardianPhone>;
|
|
203
185
|
/**
|
|
204
|
-
*
|
|
205
|
-
* The option `confidence-score` means the trigger of MFA will be adaptive. See [Auth0 docs](https://auth0.com/docs/mfa/adaptive-mfa).
|
|
186
|
+
* Policy to use. Available options are `never`, `all-applications` and `confidence-score`.
|
|
206
187
|
*/
|
|
207
188
|
policy: pulumi.Input<string>;
|
|
208
189
|
/**
|
|
209
|
-
*
|
|
210
|
-
* If this block is present, Push MFA will be enabled, and disabled otherwise. For details, see Push.
|
|
190
|
+
* Configuration settings for the Push MFA. If this block is present, Push MFA will be enabled, and disabled otherwise.
|
|
211
191
|
*/
|
|
212
192
|
push?: pulumi.Input<inputs.GuardianPush>;
|
|
213
193
|
/**
|
|
214
|
-
*
|
|
194
|
+
* Indicates whether recovery code MFA is enabled.
|
|
215
195
|
*/
|
|
216
196
|
recoveryCode?: pulumi.Input<boolean>;
|
|
217
197
|
/**
|
|
218
|
-
*
|
|
219
|
-
* If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
220
|
-
* For details, see WebAuthn Platform.
|
|
198
|
+
* Configuration settings for the WebAuthn with FIDO Device Biometrics MFA. If this block is present, WebAuthn with FIDO Device Biometrics MFA will be enabled, and disabled otherwise.
|
|
221
199
|
*/
|
|
222
200
|
webauthnPlatform?: pulumi.Input<inputs.GuardianWebauthnPlatform>;
|
|
223
201
|
/**
|
|
224
|
-
*
|
|
225
|
-
* If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
226
|
-
* For details, see WebAuthn Roaming.
|
|
202
|
+
* Configuration settings for the WebAuthn with FIDO Security Keys MFA. If this block is present, WebAuthn with FIDO Security Keys MFA will be enabled, and disabled otherwise.
|
|
227
203
|
*/
|
|
228
204
|
webauthnRoaming?: pulumi.Input<inputs.GuardianWebauthnRoaming>;
|
|
229
205
|
}
|
package/guardian.js
CHANGED
|
@@ -6,8 +6,7 @@ exports.Guardian = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Multi-Factor Authentication works by requiring additional factors during the login process to prevent unauthorized
|
|
10
|
-
* access. With this resource you can configure some options available for MFA.
|
|
9
|
+
* Multi-Factor Authentication works by requiring additional factors during the login process to prevent unauthorized access. With this resource you can configure some options available for MFA.
|
|
11
10
|
*
|
|
12
11
|
* ## Example Usage
|
|
13
12
|
*
|
|
@@ -59,10 +58,10 @@ const utilities = require("./utilities");
|
|
|
59
58
|
*
|
|
60
59
|
* ## Import
|
|
61
60
|
*
|
|
62
|
-
* As this is not a resource identifiable by an ID within the Auth0 Management API, guardian can be imported using a random string. We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4)
|
|
61
|
+
* As this is not a resource identifiable by an ID within the Auth0 Management API, guardian can be imported using a random string. # We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4) # Example
|
|
63
62
|
*
|
|
64
63
|
* ```sh
|
|
65
|
-
* $ pulumi import auth0:index/guardian:Guardian
|
|
64
|
+
* $ pulumi import auth0:index/guardian:Guardian my_guardian 24940d4b-4bd4-44e7-894e-f92e4de36a40
|
|
66
65
|
* ```
|
|
67
66
|
*/
|
|
68
67
|
class Guardian extends pulumi.CustomResource {
|
package/guardian.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guardian.js","sourceRoot":"","sources":["../guardian.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"guardian.js","sourceRoot":"","sources":["../guardian.ts"],"names":[],"mappings":"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"}
|
package/hook.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected
|
|
4
|
-
* extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code.
|
|
5
|
-
*
|
|
6
|
-
* Depending on the extensibility point, you can use Hooks with Database Connections and/or Passwordless Connections.
|
|
3
|
+
* Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code. Depending on the extensibility point, you can use Hooks with Database Connections and/or Passwordless Connections.
|
|
7
4
|
*
|
|
8
5
|
* ## Example Usage
|
|
9
6
|
*
|
|
@@ -16,10 +13,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
13
|
* auth0: "2.30.0",
|
|
17
14
|
* },
|
|
18
15
|
* enabled: true,
|
|
19
|
-
* script: `function (user, context, callback) {
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
16
|
+
* script: ` function (user, context, callback) {
|
|
17
|
+
* callback(null, { user });
|
|
18
|
+
* }
|
|
19
|
+
* `,
|
|
23
20
|
* secrets: {
|
|
24
21
|
* foo: "bar",
|
|
25
22
|
* },
|
|
@@ -29,7 +26,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
26
|
*
|
|
30
27
|
* ## Import
|
|
31
28
|
*
|
|
32
|
-
* A hook can be imported using the hook's ID
|
|
29
|
+
* A hook can be imported using the hook's ID. # Example
|
|
33
30
|
*
|
|
34
31
|
* ```sh
|
|
35
32
|
* $ pulumi import auth0:index/hook:Hook my_hook 00001
|
|
@@ -70,14 +67,13 @@ export declare class Hook extends pulumi.CustomResource {
|
|
|
70
67
|
*/
|
|
71
68
|
readonly script: pulumi.Output<string>;
|
|
72
69
|
/**
|
|
73
|
-
*
|
|
74
|
-
* If specified, any secrets not listed here will be removed from the hook.
|
|
70
|
+
* The secrets associated with the hook.
|
|
75
71
|
*/
|
|
76
72
|
readonly secrets: pulumi.Output<{
|
|
77
73
|
[key: string]: any;
|
|
78
74
|
} | undefined>;
|
|
79
75
|
/**
|
|
80
|
-
* Execution stage of this rule. Can be
|
|
76
|
+
* Execution stage of this rule. Can be credentials-exchange, pre-user-registration, post-user-registration, post-change-password, or send-phone-message.
|
|
81
77
|
*/
|
|
82
78
|
readonly triggerId: pulumi.Output<string>;
|
|
83
79
|
/**
|
|
@@ -112,14 +108,13 @@ export interface HookState {
|
|
|
112
108
|
*/
|
|
113
109
|
script?: pulumi.Input<string>;
|
|
114
110
|
/**
|
|
115
|
-
*
|
|
116
|
-
* If specified, any secrets not listed here will be removed from the hook.
|
|
111
|
+
* The secrets associated with the hook.
|
|
117
112
|
*/
|
|
118
113
|
secrets?: pulumi.Input<{
|
|
119
114
|
[key: string]: any;
|
|
120
115
|
}>;
|
|
121
116
|
/**
|
|
122
|
-
* Execution stage of this rule. Can be
|
|
117
|
+
* Execution stage of this rule. Can be credentials-exchange, pre-user-registration, post-user-registration, post-change-password, or send-phone-message.
|
|
123
118
|
*/
|
|
124
119
|
triggerId?: pulumi.Input<string>;
|
|
125
120
|
}
|
|
@@ -146,14 +141,13 @@ export interface HookArgs {
|
|
|
146
141
|
*/
|
|
147
142
|
script: pulumi.Input<string>;
|
|
148
143
|
/**
|
|
149
|
-
*
|
|
150
|
-
* If specified, any secrets not listed here will be removed from the hook.
|
|
144
|
+
* The secrets associated with the hook.
|
|
151
145
|
*/
|
|
152
146
|
secrets?: pulumi.Input<{
|
|
153
147
|
[key: string]: any;
|
|
154
148
|
}>;
|
|
155
149
|
/**
|
|
156
|
-
* Execution stage of this rule. Can be
|
|
150
|
+
* Execution stage of this rule. Can be credentials-exchange, pre-user-registration, post-user-registration, post-change-password, or send-phone-message.
|
|
157
151
|
*/
|
|
158
152
|
triggerId: pulumi.Input<string>;
|
|
159
153
|
}
|
package/hook.js
CHANGED
|
@@ -6,10 +6,7 @@ exports.Hook = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected
|
|
10
|
-
* extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code.
|
|
11
|
-
*
|
|
12
|
-
* Depending on the extensibility point, you can use Hooks with Database Connections and/or Passwordless Connections.
|
|
9
|
+
* Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code. Depending on the extensibility point, you can use Hooks with Database Connections and/or Passwordless Connections.
|
|
13
10
|
*
|
|
14
11
|
* ## Example Usage
|
|
15
12
|
*
|
|
@@ -22,10 +19,10 @@ const utilities = require("./utilities");
|
|
|
22
19
|
* auth0: "2.30.0",
|
|
23
20
|
* },
|
|
24
21
|
* enabled: true,
|
|
25
|
-
* script: `function (user, context, callback) {
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
22
|
+
* script: ` function (user, context, callback) {
|
|
23
|
+
* callback(null, { user });
|
|
24
|
+
* }
|
|
25
|
+
* `,
|
|
29
26
|
* secrets: {
|
|
30
27
|
* foo: "bar",
|
|
31
28
|
* },
|
|
@@ -35,7 +32,7 @@ const utilities = require("./utilities");
|
|
|
35
32
|
*
|
|
36
33
|
* ## Import
|
|
37
34
|
*
|
|
38
|
-
* A hook can be imported using the hook's ID
|
|
35
|
+
* A hook can be imported using the hook's ID. # Example
|
|
39
36
|
*
|
|
40
37
|
* ```sh
|
|
41
38
|
* $ pulumi import auth0:index/hook:Hook my_hook 00001
|
|
@@ -66,10 +63,12 @@ class Hook extends pulumi.CustomResource {
|
|
|
66
63
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
67
64
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
68
65
|
resourceInputs["script"] = args ? args.script : undefined;
|
|
69
|
-
resourceInputs["secrets"] = args ? args.secrets : undefined;
|
|
66
|
+
resourceInputs["secrets"] = (args === null || args === void 0 ? void 0 : args.secrets) ? pulumi.secret(args.secrets) : undefined;
|
|
70
67
|
resourceInputs["triggerId"] = args ? args.triggerId : undefined;
|
|
71
68
|
}
|
|
72
69
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
70
|
+
const secretOpts = { additionalSecretOutputs: ["secrets"] };
|
|
71
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
73
72
|
super(Hook.__pulumiType, name, resourceInputs, opts);
|
|
74
73
|
}
|
|
75
74
|
/**
|
package/hook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.js","sourceRoot":"","sources":["../hook.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"hook.js","sourceRoot":"","sources":["../hook.ts"],"names":[],"mappings":"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"}
|
package/index.d.ts
CHANGED
|
@@ -1,33 +1,94 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
1
|
+
export { ActionArgs, ActionState } from "./action";
|
|
2
|
+
export declare type Action = import("./action").Action;
|
|
3
|
+
export declare const Action: typeof import("./action").Action;
|
|
4
|
+
export { AttackProtectionArgs, AttackProtectionState } from "./attackProtection";
|
|
5
|
+
export declare type AttackProtection = import("./attackProtection").AttackProtection;
|
|
6
|
+
export declare const AttackProtection: typeof import("./attackProtection").AttackProtection;
|
|
7
|
+
export { BrandingArgs, BrandingState } from "./branding";
|
|
8
|
+
export declare type Branding = import("./branding").Branding;
|
|
9
|
+
export declare const Branding: typeof import("./branding").Branding;
|
|
10
|
+
export { BrandingThemeArgs, BrandingThemeState } from "./brandingTheme";
|
|
11
|
+
export declare type BrandingTheme = import("./brandingTheme").BrandingTheme;
|
|
12
|
+
export declare const BrandingTheme: typeof import("./brandingTheme").BrandingTheme;
|
|
13
|
+
export { ClientArgs, ClientState } from "./client";
|
|
14
|
+
export declare type Client = import("./client").Client;
|
|
15
|
+
export declare const Client: typeof import("./client").Client;
|
|
16
|
+
export { ClientGrantArgs, ClientGrantState } from "./clientGrant";
|
|
17
|
+
export declare type ClientGrant = import("./clientGrant").ClientGrant;
|
|
18
|
+
export declare const ClientGrant: typeof import("./clientGrant").ClientGrant;
|
|
19
|
+
export { ConnectionArgs, ConnectionState } from "./connection";
|
|
20
|
+
export declare type Connection = import("./connection").Connection;
|
|
21
|
+
export declare const Connection: typeof import("./connection").Connection;
|
|
22
|
+
export { CustomDomainArgs, CustomDomainState } from "./customDomain";
|
|
23
|
+
export declare type CustomDomain = import("./customDomain").CustomDomain;
|
|
24
|
+
export declare const CustomDomain: typeof import("./customDomain").CustomDomain;
|
|
25
|
+
export { CustomDomainVerificationArgs, CustomDomainVerificationState } from "./customDomainVerification";
|
|
26
|
+
export declare type CustomDomainVerification = import("./customDomainVerification").CustomDomainVerification;
|
|
27
|
+
export declare const CustomDomainVerification: typeof import("./customDomainVerification").CustomDomainVerification;
|
|
28
|
+
export { EmailArgs, EmailState } from "./email";
|
|
29
|
+
export declare type Email = import("./email").Email;
|
|
30
|
+
export declare const Email: typeof import("./email").Email;
|
|
31
|
+
export { EmailTemplateArgs, EmailTemplateState } from "./emailTemplate";
|
|
32
|
+
export declare type EmailTemplate = import("./emailTemplate").EmailTemplate;
|
|
33
|
+
export declare const EmailTemplate: typeof import("./emailTemplate").EmailTemplate;
|
|
34
|
+
export { GetClientArgs, GetClientResult, GetClientOutputArgs } from "./getClient";
|
|
35
|
+
export declare const getClient: typeof import("./getClient").getClient;
|
|
36
|
+
export declare const getClientOutput: typeof import("./getClient").getClientOutput;
|
|
37
|
+
export { GetGlobalClientResult } from "./getGlobalClient";
|
|
38
|
+
export declare const getGlobalClient: typeof import("./getGlobalClient").getGlobalClient;
|
|
39
|
+
export { GetTenantResult } from "./getTenant";
|
|
40
|
+
export declare const getTenant: typeof import("./getTenant").getTenant;
|
|
41
|
+
export { GlobalClientArgs, GlobalClientState } from "./globalClient";
|
|
42
|
+
export declare type GlobalClient = import("./globalClient").GlobalClient;
|
|
43
|
+
export declare const GlobalClient: typeof import("./globalClient").GlobalClient;
|
|
44
|
+
export { GuardianArgs, GuardianState } from "./guardian";
|
|
45
|
+
export declare type Guardian = import("./guardian").Guardian;
|
|
46
|
+
export declare const Guardian: typeof import("./guardian").Guardian;
|
|
47
|
+
export { HookArgs, HookState } from "./hook";
|
|
48
|
+
export declare type Hook = import("./hook").Hook;
|
|
49
|
+
export declare const Hook: typeof import("./hook").Hook;
|
|
50
|
+
export { LogStreamArgs, LogStreamState } from "./logStream";
|
|
51
|
+
export declare type LogStream = import("./logStream").LogStream;
|
|
52
|
+
export declare const LogStream: typeof import("./logStream").LogStream;
|
|
53
|
+
export { OrganizationArgs, OrganizationState } from "./organization";
|
|
54
|
+
export declare type Organization = import("./organization").Organization;
|
|
55
|
+
export declare const Organization: typeof import("./organization").Organization;
|
|
56
|
+
export { OrganizationConnectionArgs, OrganizationConnectionState } from "./organizationConnection";
|
|
57
|
+
export declare type OrganizationConnection = import("./organizationConnection").OrganizationConnection;
|
|
58
|
+
export declare const OrganizationConnection: typeof import("./organizationConnection").OrganizationConnection;
|
|
59
|
+
export { OrganizationMemberArgs, OrganizationMemberState } from "./organizationMember";
|
|
60
|
+
export declare type OrganizationMember = import("./organizationMember").OrganizationMember;
|
|
61
|
+
export declare const OrganizationMember: typeof import("./organizationMember").OrganizationMember;
|
|
62
|
+
export { PromptArgs, PromptState } from "./prompt";
|
|
63
|
+
export declare type Prompt = import("./prompt").Prompt;
|
|
64
|
+
export declare const Prompt: typeof import("./prompt").Prompt;
|
|
65
|
+
export { PromptCustomTextArgs, PromptCustomTextState } from "./promptCustomText";
|
|
66
|
+
export declare type PromptCustomText = import("./promptCustomText").PromptCustomText;
|
|
67
|
+
export declare const PromptCustomText: typeof import("./promptCustomText").PromptCustomText;
|
|
68
|
+
export { ProviderArgs } from "./provider";
|
|
69
|
+
export declare type Provider = import("./provider").Provider;
|
|
70
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
71
|
+
export { ResourceServerArgs, ResourceServerState } from "./resourceServer";
|
|
72
|
+
export declare type ResourceServer = import("./resourceServer").ResourceServer;
|
|
73
|
+
export declare const ResourceServer: typeof import("./resourceServer").ResourceServer;
|
|
74
|
+
export { RoleArgs, RoleState } from "./role";
|
|
75
|
+
export declare type Role = import("./role").Role;
|
|
76
|
+
export declare const Role: typeof import("./role").Role;
|
|
77
|
+
export { RuleArgs, RuleState } from "./rule";
|
|
78
|
+
export declare type Rule = import("./rule").Rule;
|
|
79
|
+
export declare const Rule: typeof import("./rule").Rule;
|
|
80
|
+
export { RuleConfigArgs, RuleConfigState } from "./ruleConfig";
|
|
81
|
+
export declare type RuleConfig = import("./ruleConfig").RuleConfig;
|
|
82
|
+
export declare const RuleConfig: typeof import("./ruleConfig").RuleConfig;
|
|
83
|
+
export { TenantArgs, TenantState } from "./tenant";
|
|
84
|
+
export declare type Tenant = import("./tenant").Tenant;
|
|
85
|
+
export declare const Tenant: typeof import("./tenant").Tenant;
|
|
86
|
+
export { TriggerBindingArgs, TriggerBindingState } from "./triggerBinding";
|
|
87
|
+
export declare type TriggerBinding = import("./triggerBinding").TriggerBinding;
|
|
88
|
+
export declare const TriggerBinding: typeof import("./triggerBinding").TriggerBinding;
|
|
89
|
+
export { UserArgs, UserState } from "./user";
|
|
90
|
+
export declare type User = import("./user").User;
|
|
91
|
+
export declare const User: typeof import("./user").User;
|
|
31
92
|
import * as config from "./config";
|
|
32
93
|
import * as types from "./types";
|
|
33
94
|
export { config, types, };
|