@pulumi/auth0 2.15.0 → 2.16.0-alpha.1676310122

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 CHANGED
@@ -47,7 +47,7 @@ export declare class Action extends pulumi.CustomResource {
47
47
  */
48
48
  readonly name: pulumi.Output<string>;
49
49
  /**
50
- * The Node runtime, e.g. `node16`. Defaults to `node12`.
50
+ * The Node runtime. Defaults to `node12`. Possible values are: `node12`, `node16` or `node18`.
51
51
  */
52
52
  readonly runtime: pulumi.Output<string>;
53
53
  /**
@@ -95,7 +95,7 @@ export interface ActionState {
95
95
  */
96
96
  name?: pulumi.Input<string>;
97
97
  /**
98
- * The Node runtime, e.g. `node16`. Defaults to `node12`.
98
+ * The Node runtime. Defaults to `node12`. Possible values are: `node12`, `node16` or `node18`.
99
99
  */
100
100
  runtime?: pulumi.Input<string>;
101
101
  /**
@@ -135,7 +135,7 @@ export interface ActionArgs {
135
135
  */
136
136
  name?: pulumi.Input<string>;
137
137
  /**
138
- * The Node runtime, e.g. `node16`. Defaults to `node12`.
138
+ * The Node runtime. Defaults to `node12`. Possible values are: `node12`, `node16` or `node18`.
139
139
  */
140
140
  runtime?: pulumi.Input<string>;
141
141
  /**
@@ -15,6 +15,9 @@ import * as outputs from "./types/output";
15
15
  * adminNotificationFrequencies: ["daily"],
16
16
  * enabled: true,
17
17
  * method: "standard",
18
+ * preUserRegistration: {
19
+ * shields: ["block"],
20
+ * },
18
21
  * shields: [
19
22
  * "admin_notification",
20
23
  * "block",
@@ -19,6 +19,9 @@ const utilities = require("./utilities");
19
19
  * adminNotificationFrequencies: ["daily"],
20
20
  * enabled: true,
21
21
  * method: "standard",
22
+ * preUserRegistration: {
23
+ * shields: ["block"],
24
+ * },
22
25
  * shields: [
23
26
  * "admin_notification",
24
27
  * "block",
@@ -1 +1 @@
1
- {"version":3,"file":"attackProtection.js","sourceRoot":"","sources":["../attackProtection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/F;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAjEL,4CAkEC;AApDG,gBAAgB;AACO,6BAAY,GAAG,+CAA+C,CAAC"}
1
+ {"version":3,"file":"attackProtection.js","sourceRoot":"","sources":["../attackProtection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/F;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAjEL,4CAkEC;AApDG,gBAAgB;AACO,6BAAY,GAAG,+CAA+C,CAAC"}
package/client.d.ts CHANGED
@@ -72,13 +72,13 @@ export declare class Client extends pulumi.CustomResource {
72
72
  */
73
73
  readonly clientSecret: pulumi.Output<string>;
74
74
  /**
75
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
75
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
76
76
  */
77
77
  readonly clientSecretRotationTrigger: pulumi.Output<{
78
78
  [key: string]: any;
79
79
  } | undefined>;
80
80
  /**
81
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
81
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
82
82
  */
83
83
  readonly crossOriginAuth: pulumi.Output<boolean | undefined>;
84
84
  /**
@@ -112,7 +112,7 @@ export declare class Client extends pulumi.CustomResource {
112
112
  */
113
113
  readonly grantTypes: pulumi.Output<string[]>;
114
114
  /**
115
- * Initiate login URI, must be HTTPS.
115
+ * Initiate login URI. Must be HTTPS or an empty string.
116
116
  */
117
117
  readonly initiateLoginUri: pulumi.Output<string | undefined>;
118
118
  /**
@@ -238,13 +238,13 @@ export interface ClientState {
238
238
  */
239
239
  clientSecret?: pulumi.Input<string>;
240
240
  /**
241
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
241
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
242
242
  */
243
243
  clientSecretRotationTrigger?: pulumi.Input<{
244
244
  [key: string]: any;
245
245
  }>;
246
246
  /**
247
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
247
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
248
248
  */
249
249
  crossOriginAuth?: pulumi.Input<boolean>;
250
250
  /**
@@ -278,7 +278,7 @@ export interface ClientState {
278
278
  */
279
279
  grantTypes?: pulumi.Input<pulumi.Input<string>[]>;
280
280
  /**
281
- * Initiate login URI, must be HTTPS.
281
+ * Initiate login URI. Must be HTTPS or an empty string.
282
282
  */
283
283
  initiateLoginUri?: pulumi.Input<string>;
284
284
  /**
@@ -387,13 +387,13 @@ export interface ClientArgs {
387
387
  [key: string]: any;
388
388
  }>;
389
389
  /**
390
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
390
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
391
391
  */
392
392
  clientSecretRotationTrigger?: pulumi.Input<{
393
393
  [key: string]: any;
394
394
  }>;
395
395
  /**
396
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
396
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
397
397
  */
398
398
  crossOriginAuth?: pulumi.Input<boolean>;
399
399
  /**
@@ -427,7 +427,7 @@ export interface ClientArgs {
427
427
  */
428
428
  grantTypes?: pulumi.Input<pulumi.Input<string>[]>;
429
429
  /**
430
- * Initiate login URI, must be HTTPS.
430
+ * Initiate login URI. Must be HTTPS or an empty string.
431
431
  */
432
432
  initiateLoginUri?: pulumi.Input<string>;
433
433
  /**
package/getClient.d.ts CHANGED
@@ -75,7 +75,7 @@ export interface GetClientResult {
75
75
  };
76
76
  readonly clientSecret: string;
77
77
  /**
78
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
78
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
79
79
  */
80
80
  readonly crossOriginAuth: boolean;
81
81
  /**
@@ -113,7 +113,7 @@ export interface GetClientResult {
113
113
  */
114
114
  readonly id: string;
115
115
  /**
116
- * Initiate login URI, must be HTTPS.
116
+ * Initiate login URI. Must be HTTPS or an empty string.
117
117
  */
118
118
  readonly initiateLoginUri: string;
119
119
  /**
@@ -57,7 +57,7 @@ export interface GetGlobalClientResult {
57
57
  };
58
58
  readonly clientSecret: string;
59
59
  /**
60
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
60
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
61
61
  */
62
62
  readonly crossOriginAuth: boolean;
63
63
  /**
@@ -95,7 +95,7 @@ export interface GetGlobalClientResult {
95
95
  */
96
96
  readonly id: string;
97
97
  /**
98
- * Initiate login URI, must be HTTPS.
98
+ * Initiate login URI. Must be HTTPS or an empty string.
99
99
  */
100
100
  readonly initiateLoginUri: string;
101
101
  /**
package/globalClient.d.ts CHANGED
@@ -92,13 +92,13 @@ export declare class GlobalClient extends pulumi.CustomResource {
92
92
  */
93
93
  readonly clientSecret: pulumi.Output<string>;
94
94
  /**
95
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
95
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
96
96
  */
97
97
  readonly clientSecretRotationTrigger: pulumi.Output<{
98
98
  [key: string]: any;
99
99
  } | undefined>;
100
100
  /**
101
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
101
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
102
102
  */
103
103
  readonly crossOriginAuth: pulumi.Output<boolean>;
104
104
  /**
@@ -132,7 +132,7 @@ export declare class GlobalClient extends pulumi.CustomResource {
132
132
  */
133
133
  readonly grantTypes: pulumi.Output<string[]>;
134
134
  /**
135
- * Initiate login URI, must be HTTPS.
135
+ * Initiate login URI. Must be HTTPS or an empty string.
136
136
  */
137
137
  readonly initiateLoginUri: pulumi.Output<string>;
138
138
  /**
@@ -258,13 +258,13 @@ export interface GlobalClientState {
258
258
  */
259
259
  clientSecret?: pulumi.Input<string>;
260
260
  /**
261
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
261
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
262
262
  */
263
263
  clientSecretRotationTrigger?: pulumi.Input<{
264
264
  [key: string]: any;
265
265
  }>;
266
266
  /**
267
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
267
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
268
268
  */
269
269
  crossOriginAuth?: pulumi.Input<boolean>;
270
270
  /**
@@ -298,7 +298,7 @@ export interface GlobalClientState {
298
298
  */
299
299
  grantTypes?: pulumi.Input<pulumi.Input<string>[]>;
300
300
  /**
301
- * Initiate login URI, must be HTTPS.
301
+ * Initiate login URI. Must be HTTPS or an empty string.
302
302
  */
303
303
  initiateLoginUri?: pulumi.Input<string>;
304
304
  /**
@@ -416,13 +416,13 @@ export interface GlobalClientArgs {
416
416
  */
417
417
  clientSecret?: pulumi.Input<string>;
418
418
  /**
419
- * Custom metadata for the rotation. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
419
+ * Custom metadata for the rotation. The contents of this map are arbitrary and are hashed by the provider. When the hash changes, a rotation is triggered. For example, the map could contain the user making the change, the date of the change, and a text reason for the change. For more info: [rotate-client-secret](https://auth0.com/docs/get-started/applications/rotate-client-secret).
420
420
  */
421
421
  clientSecretRotationTrigger?: pulumi.Input<{
422
422
  [key: string]: any;
423
423
  }>;
424
424
  /**
425
- * Whether this client can be used to make cross-origin authentication requests (true) or it is not allowed to make such requests (false).
425
+ * Whether this client can be used to make cross-origin authentication requests (`true`) or it is not allowed to make such requests (`false`). Requires the `coaToggleEnabled` feature flag to be enabled on the tenant by the support team.
426
426
  */
427
427
  crossOriginAuth?: pulumi.Input<boolean>;
428
428
  /**
@@ -456,7 +456,7 @@ export interface GlobalClientArgs {
456
456
  */
457
457
  grantTypes?: pulumi.Input<pulumi.Input<string>[]>;
458
458
  /**
459
- * Initiate login URI, must be HTTPS.
459
+ * Initiate login URI. Must be HTTPS or an empty string.
460
460
  */
461
461
  initiateLoginUri?: pulumi.Input<string>;
462
462
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/auth0",
3
- "version": "v2.15.0",
3
+ "version": "v2.16.0-alpha.1676310122+db9b4886",
4
4
  "description": "A Pulumi package for creating and managing auth0 cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource auth0 v2.15.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource auth0 v2.16.0-alpha.1676310122+db9b4886"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/auth0",
3
- "version": "v2.15.0",
3
+ "version": "v2.16.0-alpha.1676310122+db9b4886",
4
4
  "description": "A Pulumi package for creating and managing auth0 cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource auth0 v2.15.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource auth0 v2.16.0-alpha.1676310122+db9b4886"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/tenant.d.ts CHANGED
@@ -98,7 +98,7 @@ export declare class Tenant extends pulumi.CustomResource {
98
98
  */
99
99
  readonly defaultDirectory: pulumi.Output<string>;
100
100
  /**
101
- * The default absolute redirection URI, must be https and cannot contain a fragment.
101
+ * The default absolute redirection URI. Must be HTTPS or an empty string.
102
102
  */
103
103
  readonly defaultRedirectionUri: pulumi.Output<string>;
104
104
  /**
@@ -183,7 +183,7 @@ export interface TenantState {
183
183
  */
184
184
  defaultDirectory?: pulumi.Input<string>;
185
185
  /**
186
- * The default absolute redirection URI, must be https and cannot contain a fragment.
186
+ * The default absolute redirection URI. Must be HTTPS or an empty string.
187
187
  */
188
188
  defaultRedirectionUri?: pulumi.Input<string>;
189
189
  /**
@@ -260,7 +260,7 @@ export interface TenantArgs {
260
260
  */
261
261
  defaultDirectory?: pulumi.Input<string>;
262
262
  /**
263
- * The default absolute redirection URI, must be https and cannot contain a fragment.
263
+ * The default absolute redirection URI. Must be HTTPS or an empty string.
264
264
  */
265
265
  defaultRedirectionUri?: pulumi.Input<string>;
266
266
  /**
package/types/input.d.ts CHANGED
@@ -43,11 +43,18 @@ export interface AttackProtectionBreachedPasswordDetection {
43
43
  * The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: `standard`, `enhanced`.
44
44
  */
45
45
  method?: pulumi.Input<string>;
46
+ /**
47
+ * Configuration options that apply before every user registration attempt. Only available on public tenants.
48
+ */
49
+ preUserRegistration?: pulumi.Input<inputs.AttackProtectionBreachedPasswordDetectionPreUserRegistration>;
46
50
  /**
47
51
  * Action to take when a breached password is detected.
48
52
  */
49
53
  shields?: pulumi.Input<pulumi.Input<string>[]>;
50
54
  }
55
+ export interface AttackProtectionBreachedPasswordDetectionPreUserRegistration {
56
+ shields?: pulumi.Input<pulumi.Input<string>[]>;
57
+ }
51
58
  export interface AttackProtectionBruteForceProtection {
52
59
  /**
53
60
  * List of trusted IP addresses that will not have attack protection enforced against them.
@@ -529,7 +536,7 @@ export interface ClientRefreshToken {
529
536
  }
530
537
  export interface ConnectionOptions {
531
538
  /**
532
- * ADFS Metadata source.
539
+ * ADFS URL where to fetch the metadata source.
533
540
  */
534
541
  adfsServer?: pulumi.Input<string>;
535
542
  /**
@@ -614,6 +621,10 @@ export interface ConnectionOptions {
614
621
  * List of the domains that can be authenticated using the identity provider. Only needed for Identifier First authentication flows.
615
622
  */
616
623
  domainAliases?: pulumi.Input<pulumi.Input<string>[]>;
624
+ /**
625
+ * Set to `true` to inject context into custom DB scripts (warning: cannot be disabled once enabled).
626
+ */
627
+ enableScriptContext?: pulumi.Input<boolean>;
617
628
  /**
618
629
  * Set to `true` to use a legacy user store.
619
630
  */
@@ -622,6 +633,10 @@ export interface ConnectionOptions {
622
633
  * Custom Entity ID for the connection.
623
634
  */
624
635
  entityId?: pulumi.Input<string>;
636
+ /**
637
+ * Federation Metadata for the ADFS connection.
638
+ */
639
+ fedMetadataXml?: pulumi.Input<string>;
625
640
  /**
626
641
  * If you're configuring a SAML enterprise connection for a non-standard PingFederate Server, you must update the attribute mappings.
627
642
  */
@@ -1202,7 +1217,7 @@ export interface GuardianPhone {
1202
1217
  */
1203
1218
  options?: pulumi.Input<inputs.GuardianPhoneOptions>;
1204
1219
  /**
1205
- * Provider to use, one of `auth0`, `twilio` or `phone-message-hook`.
1220
+ * Provider to use, one of `auth0`, `twilio` or `phone-message-hook`. Selecting `phone-message-hook` will require a Phone Message Action to be created before. [Learn how](https://auth0.com/docs/customize/actions/flows-and-triggers/send-phone-message-flow).
1206
1221
  */
1207
1222
  provider?: pulumi.Input<string>;
1208
1223
  }
@@ -1351,6 +1366,10 @@ export interface LogStreamSink {
1351
1366
  * The Mixpanel Service Account username. Services Accounts can be created in the Project Settings page.
1352
1367
  */
1353
1368
  mixpanelServiceAccountUsername?: pulumi.Input<string>;
1369
+ /**
1370
+ * The [Segment Write Key](https://segment.com/docs/connections/find-writekey/).
1371
+ */
1372
+ segmentWriteKey?: pulumi.Input<string>;
1354
1373
  /**
1355
1374
  * The Splunk domain name.
1356
1375
  */
package/types/output.d.ts CHANGED
@@ -42,11 +42,18 @@ export interface AttackProtectionBreachedPasswordDetection {
42
42
  * The subscription level for breached password detection methods. Use "enhanced" to enable Credential Guard. Possible values: `standard`, `enhanced`.
43
43
  */
44
44
  method: string;
45
+ /**
46
+ * Configuration options that apply before every user registration attempt. Only available on public tenants.
47
+ */
48
+ preUserRegistration: outputs.AttackProtectionBreachedPasswordDetectionPreUserRegistration;
45
49
  /**
46
50
  * Action to take when a breached password is detected.
47
51
  */
48
52
  shields: string[];
49
53
  }
54
+ export interface AttackProtectionBreachedPasswordDetectionPreUserRegistration {
55
+ shields: string[];
56
+ }
50
57
  export interface AttackProtectionBruteForceProtection {
51
58
  /**
52
59
  * List of trusted IP addresses that will not have attack protection enforced against them.
@@ -528,7 +535,7 @@ export interface ClientRefreshToken {
528
535
  }
529
536
  export interface ConnectionOptions {
530
537
  /**
531
- * ADFS Metadata source.
538
+ * ADFS URL where to fetch the metadata source.
532
539
  */
533
540
  adfsServer?: string;
534
541
  /**
@@ -552,7 +559,7 @@ export interface ConnectionOptions {
552
559
  /**
553
560
  * Authorization endpoint.
554
561
  */
555
- authorizationEndpoint?: string;
562
+ authorizationEndpoint: string;
556
563
  /**
557
564
  * Indicates whether to enable brute force protection, which will limit the number of signups and failed logins from a suspicious IP address.
558
565
  */
@@ -613,6 +620,10 @@ export interface ConnectionOptions {
613
620
  * List of the domains that can be authenticated using the identity provider. Only needed for Identifier First authentication flows.
614
621
  */
615
622
  domainAliases: string[];
623
+ /**
624
+ * Set to `true` to inject context into custom DB scripts (warning: cannot be disabled once enabled).
625
+ */
626
+ enableScriptContext?: boolean;
616
627
  /**
617
628
  * Set to `true` to use a legacy user store.
618
629
  */
@@ -621,6 +632,10 @@ export interface ConnectionOptions {
621
632
  * Custom Entity ID for the connection.
622
633
  */
623
634
  entityId?: string;
635
+ /**
636
+ * Federation Metadata for the ADFS connection.
637
+ */
638
+ fedMetadataXml?: string;
624
639
  /**
625
640
  * If you're configuring a SAML enterprise connection for a non-standard PingFederate Server, you must update the attribute mappings.
626
641
  */
@@ -664,11 +679,11 @@ export interface ConnectionOptions {
664
679
  /**
665
680
  * Issuer URL, e.g. `https://auth.example.com`.
666
681
  */
667
- issuer?: string;
682
+ issuer: string;
668
683
  /**
669
684
  * JWKS URI.
670
685
  */
671
- jwksUri?: string;
686
+ jwksUri: string;
672
687
  /**
673
688
  * Apple Key ID.
674
689
  */
@@ -810,7 +825,7 @@ export interface ConnectionOptions {
810
825
  /**
811
826
  * Token endpoint.
812
827
  */
813
- tokenEndpoint?: string;
828
+ tokenEndpoint: string;
814
829
  /**
815
830
  * Configuration options for one-time passwords.
816
831
  */
@@ -850,7 +865,7 @@ export interface ConnectionOptions {
850
865
  /**
851
866
  * User info endpoint.
852
867
  */
853
- userinfoEndpoint?: string;
868
+ userinfoEndpoint: string;
854
869
  /**
855
870
  * Validation of the minimum and maximum values allowed for a user to have as username.
856
871
  */
@@ -1501,7 +1516,7 @@ export interface GuardianPhone {
1501
1516
  */
1502
1517
  options: outputs.GuardianPhoneOptions;
1503
1518
  /**
1504
- * Provider to use, one of `auth0`, `twilio` or `phone-message-hook`.
1519
+ * Provider to use, one of `auth0`, `twilio` or `phone-message-hook`. Selecting `phone-message-hook` will require a Phone Message Action to be created before. [Learn how](https://auth0.com/docs/customize/actions/flows-and-triggers/send-phone-message-flow).
1505
1520
  */
1506
1521
  provider?: string;
1507
1522
  }
@@ -1650,6 +1665,10 @@ export interface LogStreamSink {
1650
1665
  * The Mixpanel Service Account username. Services Accounts can be created in the Project Settings page.
1651
1666
  */
1652
1667
  mixpanelServiceAccountUsername?: string;
1668
+ /**
1669
+ * The [Segment Write Key](https://segment.com/docs/connections/find-writekey/).
1670
+ */
1671
+ segmentWriteKey?: string;
1653
1672
  /**
1654
1673
  * The Splunk domain name.
1655
1674
  */
package/user.d.ts CHANGED
@@ -67,19 +67,19 @@ export declare class User extends pulumi.CustomResource {
67
67
  */
68
68
  readonly emailVerified: pulumi.Output<boolean | undefined>;
69
69
  /**
70
- * Family name of the user.
70
+ * Family name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
71
71
  */
72
72
  readonly familyName: pulumi.Output<string | undefined>;
73
73
  /**
74
- * Given name of the user.
74
+ * Given name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
75
75
  */
76
76
  readonly givenName: pulumi.Output<string | undefined>;
77
77
  /**
78
- * Name of the user.
78
+ * Name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
79
79
  */
80
80
  readonly name: pulumi.Output<string>;
81
81
  /**
82
- * Preferred nickname or alias of the user.
82
+ * Preferred nickname or alias of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
83
83
  */
84
84
  readonly nickname: pulumi.Output<string>;
85
85
  /**
@@ -95,7 +95,7 @@ export declare class User extends pulumi.CustomResource {
95
95
  */
96
96
  readonly phoneVerified: pulumi.Output<boolean | undefined>;
97
97
  /**
98
- * Picture of the user.
98
+ * Picture of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
99
99
  */
100
100
  readonly picture: pulumi.Output<string>;
101
101
  /**
@@ -152,19 +152,19 @@ export interface UserState {
152
152
  */
153
153
  emailVerified?: pulumi.Input<boolean>;
154
154
  /**
155
- * Family name of the user.
155
+ * Family name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
156
156
  */
157
157
  familyName?: pulumi.Input<string>;
158
158
  /**
159
- * Given name of the user.
159
+ * Given name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
160
160
  */
161
161
  givenName?: pulumi.Input<string>;
162
162
  /**
163
- * Name of the user.
163
+ * Name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
164
164
  */
165
165
  name?: pulumi.Input<string>;
166
166
  /**
167
- * Preferred nickname or alias of the user.
167
+ * Preferred nickname or alias of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
168
168
  */
169
169
  nickname?: pulumi.Input<string>;
170
170
  /**
@@ -180,7 +180,7 @@ export interface UserState {
180
180
  */
181
181
  phoneVerified?: pulumi.Input<boolean>;
182
182
  /**
183
- * Picture of the user.
183
+ * Picture of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
184
184
  */
185
185
  picture?: pulumi.Input<string>;
186
186
  /**
@@ -229,19 +229,19 @@ export interface UserArgs {
229
229
  */
230
230
  emailVerified?: pulumi.Input<boolean>;
231
231
  /**
232
- * Family name of the user.
232
+ * Family name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
233
233
  */
234
234
  familyName?: pulumi.Input<string>;
235
235
  /**
236
- * Given name of the user.
236
+ * Given name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
237
237
  */
238
238
  givenName?: pulumi.Input<string>;
239
239
  /**
240
- * Name of the user.
240
+ * Name of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
241
241
  */
242
242
  name?: pulumi.Input<string>;
243
243
  /**
244
- * Preferred nickname or alias of the user.
244
+ * Preferred nickname or alias of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
245
245
  */
246
246
  nickname?: pulumi.Input<string>;
247
247
  /**
@@ -257,7 +257,7 @@ export interface UserArgs {
257
257
  */
258
258
  phoneVerified?: pulumi.Input<boolean>;
259
259
  /**
260
- * Picture of the user.
260
+ * Picture of the user. This value can only be updated if the connection is a database connection (using the Auth0 store), a passwordless connection (email or sms) or has disabled 'Sync user profile attributes at each login'. For more information, see: [Configure Identity Provider Connection for User Profile Updates](https://auth0.com/docs/manage-users/user-accounts/user-profiles/configure-connection-sync-with-auth0).
261
261
  */
262
262
  picture?: pulumi.Input<string>;
263
263
  /**