@pulumi/auth0 2.2.0 → 2.3.2
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/README.md +1 -1
- package/action.d.ts +171 -0
- package/action.js +113 -0
- package/action.js.map +1 -0
- package/branding.d.ts +118 -0
- package/branding.js +80 -0
- package/branding.js.map +1 -0
- package/client.d.ts +39 -0
- package/client.js +11 -1
- package/client.js.map +1 -1
- package/clientGrant.js +1 -0
- package/clientGrant.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +4 -4
- package/config/vars.js +26 -5
- package/config/vars.js.map +1 -1
- package/connection.js +1 -0
- package/connection.js.map +1 -1
- package/customDomain.d.ts +8 -2
- package/customDomain.js +1 -3
- package/customDomain.js.map +1 -1
- package/customDomainVerification.d.ts +48 -0
- package/customDomainVerification.js +54 -0
- package/customDomainVerification.js.map +1 -0
- package/email.js +1 -0
- package/email.js.map +1 -1
- package/emailTemplate.d.ts +3 -3
- package/emailTemplate.js +1 -0
- package/emailTemplate.js.map +1 -1
- package/globalClient.d.ts +9 -0
- package/globalClient.js +7 -0
- package/globalClient.js.map +1 -1
- package/guardian.d.ts +3 -3
- package/guardian.js +1 -0
- package/guardian.js.map +1 -1
- package/hook.d.ts +6 -3
- package/hook.js +4 -0
- package/hook.js.map +1 -1
- package/index.d.ts +4 -0
- package/index.js +49 -21
- package/index.js.map +1 -1
- package/logStream.d.ts +43 -6
- package/logStream.js +20 -0
- package/logStream.js.map +1 -1
- package/organization.d.ts +146 -0
- package/organization.js +93 -0
- package/organization.js.map +1 -0
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/prompt.d.ts +10 -0
- package/prompt.js +2 -0
- package/prompt.js.map +1 -1
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/resourceServer.js +1 -0
- package/resourceServer.js.map +1 -1
- package/role.js +2 -1
- package/role.js.map +1 -1
- package/rule.js +1 -0
- package/rule.js.map +1 -1
- package/ruleConfig.js +1 -0
- package/ruleConfig.js.map +1 -1
- package/tenant.js +1 -0
- package/tenant.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +137 -2
- package/types/output.d.ts +137 -2
- package/user.js +1 -0
- package/user.js.map +1 -1
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
package/package.json.bak
CHANGED
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/auth0",
|
|
3
|
-
"version": "v2.2
|
|
3
|
+
"version": "v2.3.2",
|
|
4
4
|
"description": "A Pulumi package for creating and managing auth0 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -17,9 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/mime": "^2.0.0",
|
|
20
|
-
"@types/node": "^10.0.0"
|
|
20
|
+
"@types/node": "^10.0.0",
|
|
21
|
+
"typescript": "^4.3.5"
|
|
21
22
|
},
|
|
22
23
|
"pulumi": {
|
|
23
24
|
"resource": true
|
|
24
25
|
}
|
|
25
|
-
}
|
|
26
|
+
}
|
package/prompt.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* import * as auth0 from "@pulumi/auth0";
|
|
10
10
|
*
|
|
11
11
|
* const example = new auth0.Prompt("example", {
|
|
12
|
+
* identifierFirst: false,
|
|
12
13
|
* universalLoginExperience: "classic",
|
|
13
14
|
* });
|
|
14
15
|
* ```
|
|
@@ -29,6 +30,9 @@ export declare class Prompt extends pulumi.CustomResource {
|
|
|
29
30
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
30
31
|
*/
|
|
31
32
|
static isInstance(obj: any): obj is Prompt;
|
|
33
|
+
/**
|
|
34
|
+
* Boolean. Indicates whether or not identifier first is used when using the new universal login experience.
|
|
35
|
+
*/
|
|
32
36
|
readonly identifierFirst: pulumi.Output<boolean | undefined>;
|
|
33
37
|
/**
|
|
34
38
|
* Which login experience to use. Options include `classic` and `new`.
|
|
@@ -47,6 +51,9 @@ export declare class Prompt extends pulumi.CustomResource {
|
|
|
47
51
|
* Input properties used for looking up and filtering Prompt resources.
|
|
48
52
|
*/
|
|
49
53
|
export interface PromptState {
|
|
54
|
+
/**
|
|
55
|
+
* Boolean. Indicates whether or not identifier first is used when using the new universal login experience.
|
|
56
|
+
*/
|
|
50
57
|
identifierFirst?: pulumi.Input<boolean>;
|
|
51
58
|
/**
|
|
52
59
|
* Which login experience to use. Options include `classic` and `new`.
|
|
@@ -57,6 +64,9 @@ export interface PromptState {
|
|
|
57
64
|
* The set of arguments for constructing a Prompt resource.
|
|
58
65
|
*/
|
|
59
66
|
export interface PromptArgs {
|
|
67
|
+
/**
|
|
68
|
+
* Boolean. Indicates whether or not identifier first is used when using the new universal login experience.
|
|
69
|
+
*/
|
|
60
70
|
identifierFirst?: pulumi.Input<boolean>;
|
|
61
71
|
/**
|
|
62
72
|
* Which login experience to use. Options include `classic` and `new`.
|
package/prompt.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Prompt = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -14,6 +15,7 @@ const utilities = require("./utilities");
|
|
|
14
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
15
16
|
*
|
|
16
17
|
* const example = new auth0.Prompt("example", {
|
|
18
|
+
* identifierFirst: false,
|
|
17
19
|
* universalLoginExperience: "classic",
|
|
18
20
|
* });
|
|
19
21
|
* ```
|
package/prompt.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt.js","sourceRoot":"","sources":["../prompt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"prompt.js","sourceRoot":"","sources":["../prompt.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IA6C7C,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,MAAM,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,0BAA0B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3F;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,SAAS,CAAC;SACzF;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACnD,CAAC;IA5DD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;;AA1BL,wBA8DC;AAhDG,gBAAgB;AACO,mBAAY,GAAG,2BAA2B,CAAC"}
|
package/provider.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Provider = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -34,7 +35,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
34
35
|
}
|
|
35
36
|
inputs["clientId"] = args ? args.clientId : undefined;
|
|
36
37
|
inputs["clientSecret"] = args ? args.clientSecret : undefined;
|
|
37
|
-
inputs["debug"] = pulumi.output((_a = (args ? args.debug : undefined)
|
|
38
|
+
inputs["debug"] = pulumi.output((_a = (args ? args.debug : undefined)) !== null && _a !== void 0 ? _a : utilities.getEnvBoolean("AUTH0_DEBUG")).apply(JSON.stringify);
|
|
38
39
|
inputs["domain"] = args ? args.domain : undefined;
|
|
39
40
|
}
|
|
40
41
|
if (!opts.version) {
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAmBjD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkB,EAAE,IAA6B;;QACvE,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAS,SAAS,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACtI,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IA5CD;;;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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;;AAbL,4BAiDC;AAhDG,gBAAgB;AACO,qBAAY,GAAG,OAAO,CAAC"}
|
package/resourceServer.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ResourceServer = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/resourceServer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceServer.js","sourceRoot":"","sources":["../resourceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"resourceServer.js","sourceRoot":"","sources":["../resourceServer.ts"],"names":[],"mappings":"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"}
|
package/role.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Role = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
|
@@ -55,7 +56,7 @@ class Role extends pulumi.CustomResource {
|
|
|
55
56
|
}
|
|
56
57
|
else {
|
|
57
58
|
const args = argsOrState;
|
|
58
|
-
inputs["description"] = (_a = (args ? args.description : undefined)
|
|
59
|
+
inputs["description"] = (_a = (args ? args.description : undefined)) !== null && _a !== void 0 ? _a : "Managed by Pulumi";
|
|
59
60
|
inputs["name"] = args ? args.name : undefined;
|
|
60
61
|
inputs["permissions"] = args ? args.permissions : undefined;
|
|
61
62
|
}
|
package/role.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"","sources":["../role.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"role.js","sourceRoot":"","sources":["../role.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAiD3C,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;;QAC7F,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,MAAM,CAAC,aAAa,CAAC,GAAG,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAI,mBAAmB,CAAC;YACrF,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;;AA1BL,oBAoEC;AAtDG,gBAAgB;AACO,iBAAY,GAAG,uBAAuB,CAAC"}
|
package/rule.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Rule = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/rule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rule.js","sourceRoot":"","sources":["../rule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"rule.js","sourceRoot":"","sources":["../rule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAqD3C,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IA3ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;;AA1BL,oBA6EC;AA/DG,gBAAgB;AACO,iBAAY,GAAG,uBAAuB,CAAC"}
|
package/ruleConfig.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.RuleConfig = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/ruleConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ruleConfig.js","sourceRoot":"","sources":["../ruleConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"ruleConfig.js","sourceRoot":"","sources":["../ruleConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IA6CjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SACrD;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5C,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCAoEC;AAtDG,gBAAgB;AACO,uBAAY,GAAG,mCAAmC,CAAC"}
|
package/tenant.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Tenant = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
/**
|
package/tenant.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.js","sourceRoot":"","sources":["../tenant.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"tenant.js","sourceRoot":"","sources":["../tenant.ts"],"names":[],"mappings":"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"}
|
package/types/index.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.output = exports.input = void 0;
|
|
5
6
|
// Export sub-modules:
|
|
6
7
|
const input = require("./input");
|
|
7
8
|
exports.input = input;
|
package/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}
|
package/types/input.d.ts
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import { input as inputs } from "../types";
|
|
3
|
+
export interface ActionDependency {
|
|
4
|
+
/**
|
|
5
|
+
* Secret name.
|
|
6
|
+
*/
|
|
7
|
+
name: pulumi.Input<string>;
|
|
8
|
+
/**
|
|
9
|
+
* Trigger version.
|
|
10
|
+
*/
|
|
11
|
+
version: pulumi.Input<string>;
|
|
12
|
+
}
|
|
13
|
+
export interface ActionSecret {
|
|
14
|
+
/**
|
|
15
|
+
* Secret name.
|
|
16
|
+
*/
|
|
17
|
+
name: pulumi.Input<string>;
|
|
18
|
+
/**
|
|
19
|
+
* Secret value.
|
|
20
|
+
*/
|
|
21
|
+
value: pulumi.Input<string>;
|
|
22
|
+
}
|
|
23
|
+
export interface ActionSupportedTriggers {
|
|
24
|
+
/**
|
|
25
|
+
* Trigger ID.
|
|
26
|
+
*/
|
|
27
|
+
id: pulumi.Input<string>;
|
|
28
|
+
/**
|
|
29
|
+
* Trigger version.
|
|
30
|
+
*/
|
|
31
|
+
version: pulumi.Input<string>;
|
|
32
|
+
}
|
|
33
|
+
export interface BrandingColors {
|
|
34
|
+
/**
|
|
35
|
+
* String, Hexadecimal. Background color of login pages.
|
|
36
|
+
*/
|
|
37
|
+
pageBackground?: pulumi.Input<string>;
|
|
38
|
+
/**
|
|
39
|
+
* String, Hexadecimal. Primary button background color.
|
|
40
|
+
*/
|
|
41
|
+
primary?: pulumi.Input<string>;
|
|
42
|
+
}
|
|
43
|
+
export interface BrandingFont {
|
|
44
|
+
/**
|
|
45
|
+
* String. URL for the custom font.
|
|
46
|
+
*/
|
|
47
|
+
url?: pulumi.Input<string>;
|
|
48
|
+
}
|
|
49
|
+
export interface BrandingUniversalLogin {
|
|
50
|
+
/**
|
|
51
|
+
* String, body of login pages.
|
|
52
|
+
*/
|
|
53
|
+
body?: pulumi.Input<string>;
|
|
54
|
+
}
|
|
3
55
|
export interface ClientAddons {
|
|
4
56
|
/**
|
|
5
57
|
* String
|
|
@@ -351,7 +403,7 @@ export interface ConnectionOptions {
|
|
|
351
403
|
/**
|
|
352
404
|
* Azure AD domain name.
|
|
353
405
|
*
|
|
354
|
-
* @deprecated
|
|
406
|
+
* @deprecated Use domain instead
|
|
355
407
|
*/
|
|
356
408
|
appDomain?: pulumi.Input<string>;
|
|
357
409
|
/**
|
|
@@ -422,6 +474,9 @@ export interface ConnectionOptions {
|
|
|
422
474
|
from?: pulumi.Input<string>;
|
|
423
475
|
iconUrl?: pulumi.Input<string>;
|
|
424
476
|
identityApi?: pulumi.Input<string>;
|
|
477
|
+
/**
|
|
478
|
+
* Configuration Options for IDP Initiated Authentication. This is an object with the properties: `clientId`, `clientProtocol`, and `clientAuthorizeQuery`
|
|
479
|
+
*/
|
|
425
480
|
idpInitiated?: pulumi.Input<inputs.ConnectionOptionsIdpInitiated>;
|
|
426
481
|
/**
|
|
427
482
|
* Indicates whether or not you have a legacy user store and want to gradually migrate those users to the Auth0 user store. [Learn more](https://auth0.com/docs/users/guides/configure-automatic-migration).
|
|
@@ -834,7 +889,7 @@ export interface GlobalClientRefreshToken {
|
|
|
834
889
|
}
|
|
835
890
|
export interface GuardianPhone {
|
|
836
891
|
/**
|
|
837
|
-
* List(String). Message types to use, array of `
|
|
892
|
+
* List(String). Message types to use, array of `sms` and or `voice`. Adding both to array should enable the user to choose.
|
|
838
893
|
*/
|
|
839
894
|
messageTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
840
895
|
/**
|
|
@@ -873,26 +928,106 @@ export interface GuardianPhoneOptions {
|
|
|
873
928
|
verificationMessage?: pulumi.Input<string>;
|
|
874
929
|
}
|
|
875
930
|
export interface LogStreamSink {
|
|
931
|
+
/**
|
|
932
|
+
* The AWS Account ID
|
|
933
|
+
*/
|
|
876
934
|
awsAccountId?: pulumi.Input<string>;
|
|
935
|
+
/**
|
|
936
|
+
* Name of the Partner Event Source to be used with AWS. Generally generated by Auth0 and passed to AWS so this should generally be an output attribute.
|
|
937
|
+
*/
|
|
877
938
|
awsPartnerEventSource?: pulumi.Input<string>;
|
|
939
|
+
/**
|
|
940
|
+
* The AWS Region (i.e "us-east-2")
|
|
941
|
+
*/
|
|
878
942
|
awsRegion?: pulumi.Input<string>;
|
|
943
|
+
/**
|
|
944
|
+
* Name of the Partner Topic to be used with Azure. Generally should not be specified.
|
|
945
|
+
*/
|
|
879
946
|
azurePartnerTopic?: pulumi.Input<string>;
|
|
947
|
+
/**
|
|
948
|
+
* The Azure region code (i.e. "ne")
|
|
949
|
+
*/
|
|
880
950
|
azureRegion?: pulumi.Input<string>;
|
|
951
|
+
/**
|
|
952
|
+
* The Azure EventGrid resource group which allows you to manage all Azure assets within one subscription
|
|
953
|
+
*/
|
|
881
954
|
azureResourceGroup?: pulumi.Input<string>;
|
|
955
|
+
/**
|
|
956
|
+
* The unique alphanumeric string that identifies your Azure subscription
|
|
957
|
+
*/
|
|
882
958
|
azureSubscriptionId?: pulumi.Input<string>;
|
|
959
|
+
/**
|
|
960
|
+
* The Datadog API key
|
|
961
|
+
*/
|
|
883
962
|
datadogApiKey?: pulumi.Input<string>;
|
|
963
|
+
/**
|
|
964
|
+
* The Datadog region
|
|
965
|
+
*/
|
|
884
966
|
datadogRegion?: pulumi.Input<string>;
|
|
967
|
+
/**
|
|
968
|
+
* Sent in the HTTP "Authorization" header with each request
|
|
969
|
+
*/
|
|
885
970
|
httpAuthorization?: pulumi.Input<string>;
|
|
971
|
+
/**
|
|
972
|
+
* The format of data sent over HTTP. Options are "JSONLINES" or "JSONARRAY"
|
|
973
|
+
*/
|
|
886
974
|
httpContentFormat?: pulumi.Input<string>;
|
|
975
|
+
/**
|
|
976
|
+
* The ContentType header to send over HTTP. Common value is "application/json"
|
|
977
|
+
*/
|
|
887
978
|
httpContentType?: pulumi.Input<string>;
|
|
979
|
+
/**
|
|
980
|
+
* Additional HTTP headers to be included as part of the HTTP request
|
|
981
|
+
*/
|
|
888
982
|
httpCustomHeaders?: pulumi.Input<pulumi.Input<string>[]>;
|
|
983
|
+
/**
|
|
984
|
+
* The HTTP endpoint to send streaming logs
|
|
985
|
+
*/
|
|
889
986
|
httpEndpoint?: pulumi.Input<string>;
|
|
987
|
+
/**
|
|
988
|
+
* The Splunk domain name
|
|
989
|
+
*/
|
|
890
990
|
splunkDomain?: pulumi.Input<string>;
|
|
891
991
|
splunkPort?: pulumi.Input<string>;
|
|
992
|
+
/**
|
|
993
|
+
* This toggle should be turned off when using self-signed certificates
|
|
994
|
+
*/
|
|
892
995
|
splunkSecure?: pulumi.Input<boolean>;
|
|
996
|
+
/**
|
|
997
|
+
* The Splunk access token
|
|
998
|
+
*/
|
|
893
999
|
splunkToken?: pulumi.Input<string>;
|
|
1000
|
+
/**
|
|
1001
|
+
* Generated URL for your defined HTTP source in Sumo Logic for collecting streaming data from Auth0
|
|
1002
|
+
*/
|
|
894
1003
|
sumoSourceAddress?: pulumi.Input<string>;
|
|
895
1004
|
}
|
|
1005
|
+
export interface OrganizationBranding {
|
|
1006
|
+
/**
|
|
1007
|
+
* Color scheme used to customize the login pages
|
|
1008
|
+
*/
|
|
1009
|
+
colors?: pulumi.Input<{
|
|
1010
|
+
[key: string]: pulumi.Input<string>;
|
|
1011
|
+
}>;
|
|
1012
|
+
/**
|
|
1013
|
+
* URL of logo to display on login page
|
|
1014
|
+
*/
|
|
1015
|
+
logoUrl?: pulumi.Input<string>;
|
|
1016
|
+
}
|
|
1017
|
+
export interface OrganizationConnection {
|
|
1018
|
+
/**
|
|
1019
|
+
* When true, all users that log in
|
|
1020
|
+
* with this connection will be automatically granted membership in the
|
|
1021
|
+
* organization. When false, users must be granted membership in the organization
|
|
1022
|
+
* before logging in with this connection.
|
|
1023
|
+
*/
|
|
1024
|
+
assignMembershipOnLogin?: pulumi.Input<boolean>;
|
|
1025
|
+
/**
|
|
1026
|
+
* The connection ID of the connection to add to the
|
|
1027
|
+
* organization
|
|
1028
|
+
*/
|
|
1029
|
+
connectionId: pulumi.Input<string>;
|
|
1030
|
+
}
|
|
896
1031
|
export interface ResourceServerScope {
|
|
897
1032
|
/**
|
|
898
1033
|
* String. Description of the permission (scope).
|
package/types/output.d.ts
CHANGED
|
@@ -1,4 +1,56 @@
|
|
|
1
1
|
import { output as outputs } from "../types";
|
|
2
|
+
export interface ActionDependency {
|
|
3
|
+
/**
|
|
4
|
+
* Secret name.
|
|
5
|
+
*/
|
|
6
|
+
name: string;
|
|
7
|
+
/**
|
|
8
|
+
* Trigger version.
|
|
9
|
+
*/
|
|
10
|
+
version: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ActionSecret {
|
|
13
|
+
/**
|
|
14
|
+
* Secret name.
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* Secret value.
|
|
19
|
+
*/
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
export interface ActionSupportedTriggers {
|
|
23
|
+
/**
|
|
24
|
+
* Trigger ID.
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* Trigger version.
|
|
29
|
+
*/
|
|
30
|
+
version: string;
|
|
31
|
+
}
|
|
32
|
+
export interface BrandingColors {
|
|
33
|
+
/**
|
|
34
|
+
* String, Hexadecimal. Background color of login pages.
|
|
35
|
+
*/
|
|
36
|
+
pageBackground: string;
|
|
37
|
+
/**
|
|
38
|
+
* String, Hexadecimal. Primary button background color.
|
|
39
|
+
*/
|
|
40
|
+
primary: string;
|
|
41
|
+
}
|
|
42
|
+
export interface BrandingFont {
|
|
43
|
+
/**
|
|
44
|
+
* String. URL for the custom font.
|
|
45
|
+
*/
|
|
46
|
+
url: string;
|
|
47
|
+
}
|
|
48
|
+
export interface BrandingUniversalLogin {
|
|
49
|
+
/**
|
|
50
|
+
* String, body of login pages.
|
|
51
|
+
*/
|
|
52
|
+
body: string;
|
|
53
|
+
}
|
|
2
54
|
export interface ClientAddons {
|
|
3
55
|
/**
|
|
4
56
|
* String
|
|
@@ -350,7 +402,7 @@ export interface ConnectionOptions {
|
|
|
350
402
|
/**
|
|
351
403
|
* Azure AD domain name.
|
|
352
404
|
*
|
|
353
|
-
* @deprecated
|
|
405
|
+
* @deprecated Use domain instead
|
|
354
406
|
*/
|
|
355
407
|
appDomain?: string;
|
|
356
408
|
/**
|
|
@@ -421,6 +473,9 @@ export interface ConnectionOptions {
|
|
|
421
473
|
from?: string;
|
|
422
474
|
iconUrl?: string;
|
|
423
475
|
identityApi?: string;
|
|
476
|
+
/**
|
|
477
|
+
* Configuration Options for IDP Initiated Authentication. This is an object with the properties: `clientId`, `clientProtocol`, and `clientAuthorizeQuery`
|
|
478
|
+
*/
|
|
424
479
|
idpInitiated?: outputs.ConnectionOptionsIdpInitiated;
|
|
425
480
|
/**
|
|
426
481
|
* Indicates whether or not you have a legacy user store and want to gradually migrate those users to the Auth0 user store. [Learn more](https://auth0.com/docs/users/guides/configure-automatic-migration).
|
|
@@ -833,7 +888,7 @@ export interface GlobalClientRefreshToken {
|
|
|
833
888
|
}
|
|
834
889
|
export interface GuardianPhone {
|
|
835
890
|
/**
|
|
836
|
-
* List(String). Message types to use, array of `
|
|
891
|
+
* List(String). Message types to use, array of `sms` and or `voice`. Adding both to array should enable the user to choose.
|
|
837
892
|
*/
|
|
838
893
|
messageTypes: string[];
|
|
839
894
|
/**
|
|
@@ -872,26 +927,106 @@ export interface GuardianPhoneOptions {
|
|
|
872
927
|
verificationMessage?: string;
|
|
873
928
|
}
|
|
874
929
|
export interface LogStreamSink {
|
|
930
|
+
/**
|
|
931
|
+
* The AWS Account ID
|
|
932
|
+
*/
|
|
875
933
|
awsAccountId?: string;
|
|
934
|
+
/**
|
|
935
|
+
* Name of the Partner Event Source to be used with AWS. Generally generated by Auth0 and passed to AWS so this should generally be an output attribute.
|
|
936
|
+
*/
|
|
876
937
|
awsPartnerEventSource: string;
|
|
938
|
+
/**
|
|
939
|
+
* The AWS Region (i.e "us-east-2")
|
|
940
|
+
*/
|
|
877
941
|
awsRegion?: string;
|
|
942
|
+
/**
|
|
943
|
+
* Name of the Partner Topic to be used with Azure. Generally should not be specified.
|
|
944
|
+
*/
|
|
878
945
|
azurePartnerTopic: string;
|
|
946
|
+
/**
|
|
947
|
+
* The Azure region code (i.e. "ne")
|
|
948
|
+
*/
|
|
879
949
|
azureRegion?: string;
|
|
950
|
+
/**
|
|
951
|
+
* The Azure EventGrid resource group which allows you to manage all Azure assets within one subscription
|
|
952
|
+
*/
|
|
880
953
|
azureResourceGroup?: string;
|
|
954
|
+
/**
|
|
955
|
+
* The unique alphanumeric string that identifies your Azure subscription
|
|
956
|
+
*/
|
|
881
957
|
azureSubscriptionId?: string;
|
|
958
|
+
/**
|
|
959
|
+
* The Datadog API key
|
|
960
|
+
*/
|
|
882
961
|
datadogApiKey?: string;
|
|
962
|
+
/**
|
|
963
|
+
* The Datadog region
|
|
964
|
+
*/
|
|
883
965
|
datadogRegion?: string;
|
|
966
|
+
/**
|
|
967
|
+
* Sent in the HTTP "Authorization" header with each request
|
|
968
|
+
*/
|
|
884
969
|
httpAuthorization?: string;
|
|
970
|
+
/**
|
|
971
|
+
* The format of data sent over HTTP. Options are "JSONLINES" or "JSONARRAY"
|
|
972
|
+
*/
|
|
885
973
|
httpContentFormat?: string;
|
|
974
|
+
/**
|
|
975
|
+
* The ContentType header to send over HTTP. Common value is "application/json"
|
|
976
|
+
*/
|
|
886
977
|
httpContentType?: string;
|
|
978
|
+
/**
|
|
979
|
+
* Additional HTTP headers to be included as part of the HTTP request
|
|
980
|
+
*/
|
|
887
981
|
httpCustomHeaders?: string[];
|
|
982
|
+
/**
|
|
983
|
+
* The HTTP endpoint to send streaming logs
|
|
984
|
+
*/
|
|
888
985
|
httpEndpoint?: string;
|
|
986
|
+
/**
|
|
987
|
+
* The Splunk domain name
|
|
988
|
+
*/
|
|
889
989
|
splunkDomain?: string;
|
|
890
990
|
splunkPort?: string;
|
|
991
|
+
/**
|
|
992
|
+
* This toggle should be turned off when using self-signed certificates
|
|
993
|
+
*/
|
|
891
994
|
splunkSecure?: boolean;
|
|
995
|
+
/**
|
|
996
|
+
* The Splunk access token
|
|
997
|
+
*/
|
|
892
998
|
splunkToken?: string;
|
|
999
|
+
/**
|
|
1000
|
+
* Generated URL for your defined HTTP source in Sumo Logic for collecting streaming data from Auth0
|
|
1001
|
+
*/
|
|
893
1002
|
sumoSourceAddress?: string;
|
|
894
1003
|
}
|
|
1004
|
+
export interface OrganizationBranding {
|
|
1005
|
+
/**
|
|
1006
|
+
* Color scheme used to customize the login pages
|
|
1007
|
+
*/
|
|
1008
|
+
colors?: {
|
|
1009
|
+
[key: string]: string;
|
|
1010
|
+
};
|
|
1011
|
+
/**
|
|
1012
|
+
* URL of logo to display on login page
|
|
1013
|
+
*/
|
|
1014
|
+
logoUrl?: string;
|
|
1015
|
+
}
|
|
1016
|
+
export interface OrganizationConnection {
|
|
1017
|
+
/**
|
|
1018
|
+
* When true, all users that log in
|
|
1019
|
+
* with this connection will be automatically granted membership in the
|
|
1020
|
+
* organization. When false, users must be granted membership in the organization
|
|
1021
|
+
* before logging in with this connection.
|
|
1022
|
+
*/
|
|
1023
|
+
assignMembershipOnLogin?: boolean;
|
|
1024
|
+
/**
|
|
1025
|
+
* The connection ID of the connection to add to the
|
|
1026
|
+
* organization
|
|
1027
|
+
*/
|
|
1028
|
+
connectionId: string;
|
|
1029
|
+
}
|
|
895
1030
|
export interface ResourceServerScope {
|
|
896
1031
|
/**
|
|
897
1032
|
* String. Description of the permission (scope).
|