@pulumi/auth0 3.3.0 → 3.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/action.d.ts +6 -6
- package/action.js +3 -3
- package/attackProtection.d.ts +20 -20
- package/attackProtection.js +20 -20
- package/branding.d.ts +3 -22
- package/branding.js +3 -22
- package/branding.js.map +1 -1
- package/brandingTheme.d.ts +1 -82
- package/brandingTheme.js +1 -82
- package/brandingTheme.js.map +1 -1
- package/client.d.ts +48 -48
- package/client.js +43 -43
- package/clientCredentials.d.ts +3 -73
- package/clientCredentials.js +3 -55
- package/clientCredentials.js.map +1 -1
- package/clientGrant.d.ts +2 -2
- package/clientGrant.js +2 -2
- package/connection.d.ts +467 -91
- package/connection.js +464 -88
- package/connection.js.map +1 -1
- package/connectionClient.d.ts +9 -6
- package/connectionClient.js +9 -6
- package/connectionClient.js.map +1 -1
- package/connectionClients.d.ts +8 -5
- package/connectionClients.js +8 -5
- package/connectionClients.js.map +1 -1
- package/customDomain.d.ts +4 -4
- package/customDomain.js +4 -4
- package/customDomainVerification.d.ts +1 -9
- package/customDomainVerification.js +1 -1
- package/customDomainVerification.js.map +1 -1
- package/emailProvider.d.ts +3 -39
- package/emailProvider.js +3 -39
- package/emailProvider.js.map +1 -1
- package/emailTemplate.d.ts +9 -8
- package/emailTemplate.js +9 -8
- package/emailTemplate.js.map +1 -1
- package/getClient.d.ts +16 -0
- package/getClient.js +4 -0
- package/getClient.js.map +1 -1
- package/getConnection.d.ts +10 -0
- package/getConnection.js +4 -0
- package/getConnection.js.map +1 -1
- package/getOrganization.d.ts +4 -0
- package/getOrganization.js +4 -0
- package/getOrganization.js.map +1 -1
- package/getResourceServer.d.ts +4 -0
- package/getResourceServer.js +4 -0
- package/getResourceServer.js.map +1 -1
- package/getRole.d.ts +10 -0
- package/getRole.js +4 -0
- package/getRole.js.map +1 -1
- package/getUser.d.ts +2 -0
- package/getUser.js +2 -0
- package/getUser.js.map +1 -1
- package/guardian.d.ts +20 -20
- package/guardian.js +20 -20
- package/hook.d.ts +8 -8
- package/hook.js +8 -8
- package/logStream.d.ts +13 -11
- package/logStream.js +13 -11
- package/logStream.js.map +1 -1
- package/organization.d.ts +6 -5
- package/organization.js +6 -5
- package/organization.js.map +1 -1
- package/organizationConnection.d.ts +12 -6
- package/organizationConnection.js +12 -6
- package/organizationConnection.js.map +1 -1
- package/organizationConnections.d.ts +13 -4
- package/organizationConnections.js +13 -4
- package/organizationConnections.js.map +1 -1
- package/organizationMember.d.ts +8 -5
- package/organizationMember.js +8 -5
- package/organizationMember.js.map +1 -1
- package/organizationMemberRole.d.ts +10 -7
- package/organizationMemberRole.js +10 -7
- package/organizationMemberRole.js.map +1 -1
- package/organizationMemberRoles.d.ts +11 -8
- package/organizationMemberRoles.js +11 -8
- package/organizationMemberRoles.js.map +1 -1
- package/organizationMembers.d.ts +8 -5
- package/organizationMembers.js +8 -5
- package/organizationMembers.js.map +1 -1
- package/package.json +1 -1
- package/pages.d.ts +12 -12
- package/pages.js +12 -12
- package/prompt.d.ts +5 -5
- package/prompt.js +5 -5
- package/promptCustomText.d.ts +3 -3
- package/promptCustomText.js +3 -3
- package/promptPartials.d.ts +6 -6
- package/promptPartials.js +6 -6
- package/provider.d.ts +4 -4
- package/resourceServer.d.ts +5 -4
- package/resourceServer.js +5 -4
- package/resourceServer.js.map +1 -1
- package/resourceServerScope.d.ts +9 -6
- package/resourceServerScope.js +9 -6
- package/resourceServerScope.js.map +1 -1
- package/resourceServerScopes.d.ts +6 -3
- package/resourceServerScopes.js +6 -3
- package/resourceServerScopes.js.map +1 -1
- package/role.d.ts +5 -2
- package/role.js +5 -2
- package/role.js.map +1 -1
- package/rule.d.ts +4 -4
- package/rule.js +4 -4
- package/ruleConfig.d.ts +5 -5
- package/ruleConfig.js +5 -5
- package/tenant.d.ts +14 -14
- package/tenant.js +14 -14
- package/triggerAction.d.ts +6 -5
- package/triggerAction.js +6 -5
- package/triggerAction.js.map +1 -1
- package/triggerActions.d.ts +6 -4
- package/triggerActions.js +6 -4
- package/triggerActions.js.map +1 -1
- package/types/input.d.ts +30 -39
- package/types/output.d.ts +30 -39
- package/user.d.ts +5 -4
- package/user.js +5 -4
- package/user.js.map +1 -1
- package/userPermission.d.ts +3 -3
- package/userPermission.js +3 -3
- package/userPermissions.d.ts +1 -1
- package/userPermissions.js +1 -1
- package/userRole.d.ts +9 -5
- package/userRole.js +9 -5
- package/userRole.js.map +1 -1
- package/userRoles.d.ts +7 -3
- package/userRoles.js +7 -3
- package/userRoles.js.map +1 -1
package/getConnection.d.ts
CHANGED
|
@@ -9,9 +9,11 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as auth0 from "@pulumi/auth0";
|
|
11
11
|
*
|
|
12
|
+
* // An Auth0 Connection loaded using its name.
|
|
12
13
|
* const some-connection-by-name = auth0.getConnection({
|
|
13
14
|
* name: "Acceptance-Test-Connection-{{.testName}}",
|
|
14
15
|
* });
|
|
16
|
+
* // An Auth0 Connection loaded using its ID.
|
|
15
17
|
* const some-connection-by-id = auth0.getConnection({
|
|
16
18
|
* connectionId: "con_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
17
19
|
* });
|
|
@@ -26,6 +28,9 @@ export interface GetConnectionArgs {
|
|
|
26
28
|
* The ID of the connection. If not provided, `name` must be set.
|
|
27
29
|
*/
|
|
28
30
|
connectionId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the connection. If not provided, `connectionId` must be set.
|
|
33
|
+
*/
|
|
29
34
|
name?: string;
|
|
30
35
|
}
|
|
31
36
|
/**
|
|
@@ -88,9 +93,11 @@ export interface GetConnectionResult {
|
|
|
88
93
|
* import * as pulumi from "@pulumi/pulumi";
|
|
89
94
|
* import * as auth0 from "@pulumi/auth0";
|
|
90
95
|
*
|
|
96
|
+
* // An Auth0 Connection loaded using its name.
|
|
91
97
|
* const some-connection-by-name = auth0.getConnection({
|
|
92
98
|
* name: "Acceptance-Test-Connection-{{.testName}}",
|
|
93
99
|
* });
|
|
100
|
+
* // An Auth0 Connection loaded using its ID.
|
|
94
101
|
* const some-connection-by-id = auth0.getConnection({
|
|
95
102
|
* connectionId: "con_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
96
103
|
* });
|
|
@@ -105,5 +112,8 @@ export interface GetConnectionOutputArgs {
|
|
|
105
112
|
* The ID of the connection. If not provided, `name` must be set.
|
|
106
113
|
*/
|
|
107
114
|
connectionId?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of the connection. If not provided, `connectionId` must be set.
|
|
117
|
+
*/
|
|
108
118
|
name?: pulumi.Input<string>;
|
|
109
119
|
}
|
package/getConnection.js
CHANGED
|
@@ -14,9 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
+
* // An Auth0 Connection loaded using its name.
|
|
17
18
|
* const some-connection-by-name = auth0.getConnection({
|
|
18
19
|
* name: "Acceptance-Test-Connection-{{.testName}}",
|
|
19
20
|
* });
|
|
21
|
+
* // An Auth0 Connection loaded using its ID.
|
|
20
22
|
* const some-connection-by-id = auth0.getConnection({
|
|
21
23
|
* connectionId: "con_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
22
24
|
* });
|
|
@@ -40,9 +42,11 @@ exports.getConnection = getConnection;
|
|
|
40
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
43
|
* import * as auth0 from "@pulumi/auth0";
|
|
42
44
|
*
|
|
45
|
+
* // An Auth0 Connection loaded using its name.
|
|
43
46
|
* const some-connection-by-name = auth0.getConnection({
|
|
44
47
|
* name: "Acceptance-Test-Connection-{{.testName}}",
|
|
45
48
|
* });
|
|
49
|
+
* // An Auth0 Connection loaded using its ID.
|
|
46
50
|
* const some-connection-by-id = auth0.getConnection({
|
|
47
51
|
* connectionId: "con_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
48
52
|
* });
|
package/getConnection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConnection.js","sourceRoot":"","sources":["../getConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConnection.js","sourceRoot":"","sources":["../getConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sCAQC;AAiED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
package/getOrganization.d.ts
CHANGED
|
@@ -9,9 +9,11 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as auth0 from "@pulumi/auth0";
|
|
11
11
|
*
|
|
12
|
+
* // An Auth0 Organization loaded using its name.
|
|
12
13
|
* const some-organization-by-name = auth0.getOrganization({
|
|
13
14
|
* name: "my-org",
|
|
14
15
|
* });
|
|
16
|
+
* // An Auth0 Organization loaded using its ID.
|
|
15
17
|
* const some-organization-by-id = auth0.getOrganization({
|
|
16
18
|
* organizationId: "org_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
17
19
|
* });
|
|
@@ -76,9 +78,11 @@ export interface GetOrganizationResult {
|
|
|
76
78
|
* import * as pulumi from "@pulumi/pulumi";
|
|
77
79
|
* import * as auth0 from "@pulumi/auth0";
|
|
78
80
|
*
|
|
81
|
+
* // An Auth0 Organization loaded using its name.
|
|
79
82
|
* const some-organization-by-name = auth0.getOrganization({
|
|
80
83
|
* name: "my-org",
|
|
81
84
|
* });
|
|
85
|
+
* // An Auth0 Organization loaded using its ID.
|
|
82
86
|
* const some-organization-by-id = auth0.getOrganization({
|
|
83
87
|
* organizationId: "org_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
84
88
|
* });
|
package/getOrganization.js
CHANGED
|
@@ -14,9 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
+
* // An Auth0 Organization loaded using its name.
|
|
17
18
|
* const some-organization-by-name = auth0.getOrganization({
|
|
18
19
|
* name: "my-org",
|
|
19
20
|
* });
|
|
21
|
+
* // An Auth0 Organization loaded using its ID.
|
|
20
22
|
* const some-organization-by-id = auth0.getOrganization({
|
|
21
23
|
* organizationId: "org_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
22
24
|
* });
|
|
@@ -40,9 +42,11 @@ exports.getOrganization = getOrganization;
|
|
|
40
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
43
|
* import * as auth0 from "@pulumi/auth0";
|
|
42
44
|
*
|
|
45
|
+
* // An Auth0 Organization loaded using its name.
|
|
43
46
|
* const some-organization-by-name = auth0.getOrganization({
|
|
44
47
|
* name: "my-org",
|
|
45
48
|
* });
|
|
49
|
+
* // An Auth0 Organization loaded using its ID.
|
|
46
50
|
* const some-organization-by-id = auth0.getOrganization({
|
|
47
51
|
* organizationId: "org_abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
48
52
|
* });
|
package/getOrganization.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../getOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getOrganization.js","sourceRoot":"","sources":["../getOrganization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0CAQC;AAkDD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/getResourceServer.d.ts
CHANGED
|
@@ -9,9 +9,11 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as auth0 from "@pulumi/auth0";
|
|
11
11
|
*
|
|
12
|
+
* // An Auth0 Resource Server loaded using its identifier.
|
|
12
13
|
* const some-resource-server-by-identifier = auth0.getResourceServer({
|
|
13
14
|
* identifier: "https://my-api.com/v1",
|
|
14
15
|
* });
|
|
16
|
+
* // An Auth0 Resource Server loaded using its ID.
|
|
15
17
|
* const some-resource-server-by-id = auth0.getResourceServer({
|
|
16
18
|
* resourceServerId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
17
19
|
* });
|
|
@@ -101,9 +103,11 @@ export interface GetResourceServerResult {
|
|
|
101
103
|
* import * as pulumi from "@pulumi/pulumi";
|
|
102
104
|
* import * as auth0 from "@pulumi/auth0";
|
|
103
105
|
*
|
|
106
|
+
* // An Auth0 Resource Server loaded using its identifier.
|
|
104
107
|
* const some-resource-server-by-identifier = auth0.getResourceServer({
|
|
105
108
|
* identifier: "https://my-api.com/v1",
|
|
106
109
|
* });
|
|
110
|
+
* // An Auth0 Resource Server loaded using its ID.
|
|
107
111
|
* const some-resource-server-by-id = auth0.getResourceServer({
|
|
108
112
|
* resourceServerId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
109
113
|
* });
|
package/getResourceServer.js
CHANGED
|
@@ -14,9 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
+
* // An Auth0 Resource Server loaded using its identifier.
|
|
17
18
|
* const some-resource-server-by-identifier = auth0.getResourceServer({
|
|
18
19
|
* identifier: "https://my-api.com/v1",
|
|
19
20
|
* });
|
|
21
|
+
* // An Auth0 Resource Server loaded using its ID.
|
|
20
22
|
* const some-resource-server-by-id = auth0.getResourceServer({
|
|
21
23
|
* resourceServerId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
22
24
|
* });
|
|
@@ -40,9 +42,11 @@ exports.getResourceServer = getResourceServer;
|
|
|
40
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
43
|
* import * as auth0 from "@pulumi/auth0";
|
|
42
44
|
*
|
|
45
|
+
* // An Auth0 Resource Server loaded using its identifier.
|
|
43
46
|
* const some-resource-server-by-identifier = auth0.getResourceServer({
|
|
44
47
|
* identifier: "https://my-api.com/v1",
|
|
45
48
|
* });
|
|
49
|
+
* // An Auth0 Resource Server loaded using its ID.
|
|
46
50
|
* const some-resource-server-by-id = auth0.getResourceServer({
|
|
47
51
|
* resourceServerId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
48
52
|
* });
|
package/getResourceServer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getResourceServer.js","sourceRoot":"","sources":["../getResourceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getResourceServer.js","sourceRoot":"","sources":["../getResourceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;KAC5C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8CAQC;AA6ED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
|
package/getRole.d.ts
CHANGED
|
@@ -9,9 +9,11 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as auth0 from "@pulumi/auth0";
|
|
11
11
|
*
|
|
12
|
+
* // An Auth0 Role loaded using its name.
|
|
12
13
|
* const some-role-by-name = auth0.getRole({
|
|
13
14
|
* name: "my-role",
|
|
14
15
|
* });
|
|
16
|
+
* // An Auth0 Role loaded using its ID.
|
|
15
17
|
* const some-role-by-id = auth0.getRole({
|
|
16
18
|
* roleId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
17
19
|
* });
|
|
@@ -22,6 +24,9 @@ export declare function getRole(args?: GetRoleArgs, opts?: pulumi.InvokeOptions)
|
|
|
22
24
|
* A collection of arguments for invoking getRole.
|
|
23
25
|
*/
|
|
24
26
|
export interface GetRoleArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The name of the role. If not provided, `roleId` must be set.
|
|
29
|
+
*/
|
|
25
30
|
name?: string;
|
|
26
31
|
/**
|
|
27
32
|
* The ID of the role. If not provided, `name` must be set.
|
|
@@ -66,9 +71,11 @@ export interface GetRoleResult {
|
|
|
66
71
|
* import * as pulumi from "@pulumi/pulumi";
|
|
67
72
|
* import * as auth0 from "@pulumi/auth0";
|
|
68
73
|
*
|
|
74
|
+
* // An Auth0 Role loaded using its name.
|
|
69
75
|
* const some-role-by-name = auth0.getRole({
|
|
70
76
|
* name: "my-role",
|
|
71
77
|
* });
|
|
78
|
+
* // An Auth0 Role loaded using its ID.
|
|
72
79
|
* const some-role-by-id = auth0.getRole({
|
|
73
80
|
* roleId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
74
81
|
* });
|
|
@@ -79,6 +86,9 @@ export declare function getRoleOutput(args?: GetRoleOutputArgs, opts?: pulumi.In
|
|
|
79
86
|
* A collection of arguments for invoking getRole.
|
|
80
87
|
*/
|
|
81
88
|
export interface GetRoleOutputArgs {
|
|
89
|
+
/**
|
|
90
|
+
* The name of the role. If not provided, `roleId` must be set.
|
|
91
|
+
*/
|
|
82
92
|
name?: pulumi.Input<string>;
|
|
83
93
|
/**
|
|
84
94
|
* The ID of the role. If not provided, `name` must be set.
|
package/getRole.js
CHANGED
|
@@ -14,9 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
+
* // An Auth0 Role loaded using its name.
|
|
17
18
|
* const some-role-by-name = auth0.getRole({
|
|
18
19
|
* name: "my-role",
|
|
19
20
|
* });
|
|
21
|
+
* // An Auth0 Role loaded using its ID.
|
|
20
22
|
* const some-role-by-id = auth0.getRole({
|
|
21
23
|
* roleId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
22
24
|
* });
|
|
@@ -40,9 +42,11 @@ exports.getRole = getRole;
|
|
|
40
42
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
43
|
* import * as auth0 from "@pulumi/auth0";
|
|
42
44
|
*
|
|
45
|
+
* // An Auth0 Role loaded using its name.
|
|
43
46
|
* const some-role-by-name = auth0.getRole({
|
|
44
47
|
* name: "my-role",
|
|
45
48
|
* });
|
|
49
|
+
* // An Auth0 Role loaded using its ID.
|
|
46
50
|
* const some-role-by-id = auth0.getRole({
|
|
47
51
|
* roleId: "abcdefghkijklmnopqrstuvwxyz0123456789",
|
|
48
52
|
* });
|
package/getRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AA6CD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
package/getUser.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
10
10
|
* import * as auth0 from "@pulumi/auth0";
|
|
11
11
|
*
|
|
12
|
+
* // An Auth0 User loaded using its ID.
|
|
12
13
|
* const myUser = auth0.getUser({
|
|
13
14
|
* userId: "auth0|34fdr23fdsfdfsf",
|
|
14
15
|
* });
|
|
@@ -118,6 +119,7 @@ export interface GetUserResult {
|
|
|
118
119
|
* import * as pulumi from "@pulumi/pulumi";
|
|
119
120
|
* import * as auth0 from "@pulumi/auth0";
|
|
120
121
|
*
|
|
122
|
+
* // An Auth0 User loaded using its ID.
|
|
121
123
|
* const myUser = auth0.getUser({
|
|
122
124
|
* userId: "auth0|34fdr23fdsfdfsf",
|
|
123
125
|
* });
|
package/getUser.js
CHANGED
|
@@ -14,6 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
+
* // An Auth0 User loaded using its ID.
|
|
17
18
|
* const myUser = auth0.getUser({
|
|
18
19
|
* userId: "auth0|34fdr23fdsfdfsf",
|
|
19
20
|
* });
|
|
@@ -35,6 +36,7 @@ exports.getUser = getUser;
|
|
|
35
36
|
* import * as pulumi from "@pulumi/pulumi";
|
|
36
37
|
* import * as auth0 from "@pulumi/auth0";
|
|
37
38
|
*
|
|
39
|
+
* // An Auth0 User loaded using its ID.
|
|
38
40
|
* const myUser = auth0.getUser({
|
|
39
41
|
* userId: "auth0|34fdr23fdsfdfsf",
|
|
40
42
|
* });
|
package/getUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AAiGD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
package/guardian.d.ts
CHANGED
|
@@ -10,17 +10,21 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as auth0 from "@pulumi/auth0";
|
|
12
12
|
*
|
|
13
|
-
* const myGuardian = new auth0.Guardian("
|
|
14
|
-
*
|
|
15
|
-
* enabled: true,
|
|
16
|
-
* hostname: "api-hostname",
|
|
17
|
-
* integrationKey: "someKey",
|
|
18
|
-
* secretKey: "someSecret",
|
|
19
|
-
* },
|
|
13
|
+
* const myGuardian = new auth0.Guardian("my_guardian", {
|
|
14
|
+
* policy: "all-applications",
|
|
20
15
|
* email: true,
|
|
21
16
|
* otp: true,
|
|
17
|
+
* recoveryCode: true,
|
|
18
|
+
* webauthnPlatform: {
|
|
19
|
+
* enabled: true,
|
|
20
|
+
* },
|
|
21
|
+
* webauthnRoaming: {
|
|
22
|
+
* enabled: true,
|
|
23
|
+
* userVerification: "required",
|
|
24
|
+
* },
|
|
22
25
|
* phone: {
|
|
23
26
|
* enabled: true,
|
|
27
|
+
* provider: "auth0",
|
|
24
28
|
* messageTypes: [
|
|
25
29
|
* "sms",
|
|
26
30
|
* "voice",
|
|
@@ -29,10 +33,10 @@ import * as outputs from "./types/output";
|
|
|
29
33
|
* enrollmentMessage: "{{code}} is your verification code for {{tenant.friendly_name}}. Please enter this code to verify your enrollment.",
|
|
30
34
|
* verificationMessage: "{{code}} is your verification code for {{tenant.friendly_name}}.",
|
|
31
35
|
* },
|
|
32
|
-
* provider: "auth0",
|
|
33
36
|
* },
|
|
34
|
-
* policy: "all-applications",
|
|
35
37
|
* push: {
|
|
38
|
+
* enabled: true,
|
|
39
|
+
* provider: "sns",
|
|
36
40
|
* amazonSns: {
|
|
37
41
|
* awsAccessKeyId: "test1",
|
|
38
42
|
* awsRegion: "us-west-1",
|
|
@@ -45,16 +49,12 @@ import * as outputs from "./types/output";
|
|
|
45
49
|
* appleAppLink: "https://itunes.apple.com/us/app/my-app/id123121",
|
|
46
50
|
* googleAppLink: "https://play.google.com/store/apps/details?id=com.my.app",
|
|
47
51
|
* },
|
|
48
|
-
* enabled: true,
|
|
49
|
-
* provider: "sns",
|
|
50
|
-
* },
|
|
51
|
-
* recoveryCode: true,
|
|
52
|
-
* webauthnPlatform: {
|
|
53
|
-
* enabled: true,
|
|
54
52
|
* },
|
|
55
|
-
*
|
|
53
|
+
* duo: {
|
|
56
54
|
* enabled: true,
|
|
57
|
-
*
|
|
55
|
+
* integrationKey: "someKey",
|
|
56
|
+
* secretKey: "someSecret",
|
|
57
|
+
* hostname: "api-hostname",
|
|
58
58
|
* },
|
|
59
59
|
* });
|
|
60
60
|
* ```
|
|
@@ -63,15 +63,15 @@ import * as outputs from "./types/output";
|
|
|
63
63
|
*
|
|
64
64
|
* As this is not a resource identifiable by an ID within the Auth0 Management API,
|
|
65
65
|
*
|
|
66
|
-
*
|
|
66
|
+
* guardian can be imported using a random string.
|
|
67
67
|
*
|
|
68
68
|
* #
|
|
69
69
|
*
|
|
70
|
-
*
|
|
70
|
+
* We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4)
|
|
71
71
|
*
|
|
72
72
|
* #
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
* Example:
|
|
75
75
|
*
|
|
76
76
|
* ```sh
|
|
77
77
|
* $ pulumi import auth0:index/guardian:Guardian my_guardian "24940d4b-4bd4-44e7-894e-f92e4de36a40"
|
package/guardian.js
CHANGED
|
@@ -14,17 +14,21 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
|
-
* const myGuardian = new auth0.Guardian("
|
|
18
|
-
*
|
|
19
|
-
* enabled: true,
|
|
20
|
-
* hostname: "api-hostname",
|
|
21
|
-
* integrationKey: "someKey",
|
|
22
|
-
* secretKey: "someSecret",
|
|
23
|
-
* },
|
|
17
|
+
* const myGuardian = new auth0.Guardian("my_guardian", {
|
|
18
|
+
* policy: "all-applications",
|
|
24
19
|
* email: true,
|
|
25
20
|
* otp: true,
|
|
21
|
+
* recoveryCode: true,
|
|
22
|
+
* webauthnPlatform: {
|
|
23
|
+
* enabled: true,
|
|
24
|
+
* },
|
|
25
|
+
* webauthnRoaming: {
|
|
26
|
+
* enabled: true,
|
|
27
|
+
* userVerification: "required",
|
|
28
|
+
* },
|
|
26
29
|
* phone: {
|
|
27
30
|
* enabled: true,
|
|
31
|
+
* provider: "auth0",
|
|
28
32
|
* messageTypes: [
|
|
29
33
|
* "sms",
|
|
30
34
|
* "voice",
|
|
@@ -33,10 +37,10 @@ const utilities = require("./utilities");
|
|
|
33
37
|
* enrollmentMessage: "{{code}} is your verification code for {{tenant.friendly_name}}. Please enter this code to verify your enrollment.",
|
|
34
38
|
* verificationMessage: "{{code}} is your verification code for {{tenant.friendly_name}}.",
|
|
35
39
|
* },
|
|
36
|
-
* provider: "auth0",
|
|
37
40
|
* },
|
|
38
|
-
* policy: "all-applications",
|
|
39
41
|
* push: {
|
|
42
|
+
* enabled: true,
|
|
43
|
+
* provider: "sns",
|
|
40
44
|
* amazonSns: {
|
|
41
45
|
* awsAccessKeyId: "test1",
|
|
42
46
|
* awsRegion: "us-west-1",
|
|
@@ -49,16 +53,12 @@ const utilities = require("./utilities");
|
|
|
49
53
|
* appleAppLink: "https://itunes.apple.com/us/app/my-app/id123121",
|
|
50
54
|
* googleAppLink: "https://play.google.com/store/apps/details?id=com.my.app",
|
|
51
55
|
* },
|
|
52
|
-
* enabled: true,
|
|
53
|
-
* provider: "sns",
|
|
54
|
-
* },
|
|
55
|
-
* recoveryCode: true,
|
|
56
|
-
* webauthnPlatform: {
|
|
57
|
-
* enabled: true,
|
|
58
56
|
* },
|
|
59
|
-
*
|
|
57
|
+
* duo: {
|
|
60
58
|
* enabled: true,
|
|
61
|
-
*
|
|
59
|
+
* integrationKey: "someKey",
|
|
60
|
+
* secretKey: "someSecret",
|
|
61
|
+
* hostname: "api-hostname",
|
|
62
62
|
* },
|
|
63
63
|
* });
|
|
64
64
|
* ```
|
|
@@ -67,15 +67,15 @@ const utilities = require("./utilities");
|
|
|
67
67
|
*
|
|
68
68
|
* As this is not a resource identifiable by an ID within the Auth0 Management API,
|
|
69
69
|
*
|
|
70
|
-
*
|
|
70
|
+
* guardian can be imported using a random string.
|
|
71
71
|
*
|
|
72
72
|
* #
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
* We recommend [Version 4 UUID](https://www.uuidgenerator.net/version4)
|
|
75
75
|
*
|
|
76
76
|
* #
|
|
77
77
|
*
|
|
78
|
-
*
|
|
78
|
+
* Example:
|
|
79
79
|
*
|
|
80
80
|
* ```sh
|
|
81
81
|
* $ pulumi import auth0:index/guardian:Guardian my_guardian "24940d4b-4bd4-44e7-894e-f92e4de36a40"
|
package/hook.d.ts
CHANGED
|
@@ -10,20 +10,20 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
* import * as pulumi from "@pulumi/pulumi";
|
|
11
11
|
* import * as auth0 from "@pulumi/auth0";
|
|
12
12
|
*
|
|
13
|
-
* const myHook = new auth0.Hook("
|
|
14
|
-
*
|
|
15
|
-
* auth0: "2.30.0",
|
|
16
|
-
* },
|
|
17
|
-
* enabled: true,
|
|
13
|
+
* const myHook = new auth0.Hook("my_hook", {
|
|
14
|
+
* name: "My Pre User Registration Hook",
|
|
18
15
|
* script: ` function (user, context, callback) {
|
|
19
16
|
* callback(null, { user });
|
|
20
17
|
* }
|
|
21
|
-
*
|
|
22
18
|
* `,
|
|
19
|
+
* triggerId: "pre-user-registration",
|
|
20
|
+
* enabled: true,
|
|
23
21
|
* secrets: {
|
|
24
22
|
* foo: "bar",
|
|
25
23
|
* },
|
|
26
|
-
*
|
|
24
|
+
* dependencies: {
|
|
25
|
+
* auth0: "2.30.0",
|
|
26
|
+
* },
|
|
27
27
|
* });
|
|
28
28
|
* ```
|
|
29
29
|
*
|
|
@@ -33,7 +33,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
*
|
|
34
34
|
* #
|
|
35
35
|
*
|
|
36
|
-
*
|
|
36
|
+
* Example:
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
39
|
* $ pulumi import auth0:index/hook:Hook my_hook "00001"
|
package/hook.js
CHANGED
|
@@ -16,20 +16,20 @@ const utilities = require("./utilities");
|
|
|
16
16
|
* import * as pulumi from "@pulumi/pulumi";
|
|
17
17
|
* import * as auth0 from "@pulumi/auth0";
|
|
18
18
|
*
|
|
19
|
-
* const myHook = new auth0.Hook("
|
|
20
|
-
*
|
|
21
|
-
* auth0: "2.30.0",
|
|
22
|
-
* },
|
|
23
|
-
* enabled: true,
|
|
19
|
+
* const myHook = new auth0.Hook("my_hook", {
|
|
20
|
+
* name: "My Pre User Registration Hook",
|
|
24
21
|
* script: ` function (user, context, callback) {
|
|
25
22
|
* callback(null, { user });
|
|
26
23
|
* }
|
|
27
|
-
*
|
|
28
24
|
* `,
|
|
25
|
+
* triggerId: "pre-user-registration",
|
|
26
|
+
* enabled: true,
|
|
29
27
|
* secrets: {
|
|
30
28
|
* foo: "bar",
|
|
31
29
|
* },
|
|
32
|
-
*
|
|
30
|
+
* dependencies: {
|
|
31
|
+
* auth0: "2.30.0",
|
|
32
|
+
* },
|
|
33
33
|
* });
|
|
34
34
|
* ```
|
|
35
35
|
*
|
|
@@ -39,7 +39,7 @@ const utilities = require("./utilities");
|
|
|
39
39
|
*
|
|
40
40
|
* #
|
|
41
41
|
*
|
|
42
|
-
*
|
|
42
|
+
* Example:
|
|
43
43
|
*
|
|
44
44
|
* ```sh
|
|
45
45
|
* $ pulumi import auth0:index/hook:Hook my_hook "00001"
|
package/logStream.d.ts
CHANGED
|
@@ -11,37 +11,39 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as auth0 from "@pulumi/auth0";
|
|
12
12
|
*
|
|
13
13
|
* // This is an example of an http log stream.
|
|
14
|
-
* const myWebhook = new auth0.LogStream("
|
|
14
|
+
* const myWebhook = new auth0.LogStream("my_webhook", {
|
|
15
|
+
* name: "HTTP log stream",
|
|
16
|
+
* type: "http",
|
|
15
17
|
* filters: [
|
|
16
18
|
* {
|
|
17
|
-
* name: "auth.login.fail",
|
|
18
19
|
* type: "category",
|
|
20
|
+
* name: "auth.login.fail",
|
|
19
21
|
* },
|
|
20
22
|
* {
|
|
21
|
-
* name: "auth.signup.fail",
|
|
22
23
|
* type: "category",
|
|
24
|
+
* name: "auth.signup.fail",
|
|
23
25
|
* },
|
|
24
26
|
* ],
|
|
25
27
|
* sink: {
|
|
26
|
-
*
|
|
27
|
-
* httpContentFormat: "JSONOBJECT",
|
|
28
|
+
* httpEndpoint: "https://example.com/logs",
|
|
28
29
|
* httpContentType: "application/json",
|
|
30
|
+
* httpContentFormat: "JSONOBJECT",
|
|
31
|
+
* httpAuthorization: "AKIAXXXXXXXXXXXXXXXX",
|
|
29
32
|
* httpCustomHeaders: [{
|
|
30
33
|
* header: "foo",
|
|
31
34
|
* value: "bar",
|
|
32
35
|
* }],
|
|
33
|
-
* httpEndpoint: "https://example.com/logs",
|
|
34
36
|
* },
|
|
35
|
-
* type: "http",
|
|
36
37
|
* });
|
|
37
38
|
* // This is an example of an Amazon EventBridge log stream.
|
|
38
|
-
* const exampleAws = new auth0.LogStream("
|
|
39
|
+
* const exampleAws = new auth0.LogStream("example_aws", {
|
|
40
|
+
* name: "AWS Eventbridge",
|
|
41
|
+
* type: "eventbridge",
|
|
42
|
+
* status: "active",
|
|
39
43
|
* sink: {
|
|
40
44
|
* awsAccountId: "my_account_id",
|
|
41
45
|
* awsRegion: "us-east-2",
|
|
42
46
|
* },
|
|
43
|
-
* status: "active",
|
|
44
|
-
* type: "eventbridge",
|
|
45
47
|
* });
|
|
46
48
|
* ```
|
|
47
49
|
*
|
|
@@ -51,7 +53,7 @@ import * as outputs from "./types/output";
|
|
|
51
53
|
*
|
|
52
54
|
* #
|
|
53
55
|
*
|
|
54
|
-
*
|
|
56
|
+
* Example:
|
|
55
57
|
*
|
|
56
58
|
* ```sh
|
|
57
59
|
* $ pulumi import auth0:index/logStream:LogStream example "lst_XXXXXXXXXXXXXXXX"
|
package/logStream.js
CHANGED
|
@@ -15,37 +15,39 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as auth0 from "@pulumi/auth0";
|
|
16
16
|
*
|
|
17
17
|
* // This is an example of an http log stream.
|
|
18
|
-
* const myWebhook = new auth0.LogStream("
|
|
18
|
+
* const myWebhook = new auth0.LogStream("my_webhook", {
|
|
19
|
+
* name: "HTTP log stream",
|
|
20
|
+
* type: "http",
|
|
19
21
|
* filters: [
|
|
20
22
|
* {
|
|
21
|
-
* name: "auth.login.fail",
|
|
22
23
|
* type: "category",
|
|
24
|
+
* name: "auth.login.fail",
|
|
23
25
|
* },
|
|
24
26
|
* {
|
|
25
|
-
* name: "auth.signup.fail",
|
|
26
27
|
* type: "category",
|
|
28
|
+
* name: "auth.signup.fail",
|
|
27
29
|
* },
|
|
28
30
|
* ],
|
|
29
31
|
* sink: {
|
|
30
|
-
*
|
|
31
|
-
* httpContentFormat: "JSONOBJECT",
|
|
32
|
+
* httpEndpoint: "https://example.com/logs",
|
|
32
33
|
* httpContentType: "application/json",
|
|
34
|
+
* httpContentFormat: "JSONOBJECT",
|
|
35
|
+
* httpAuthorization: "AKIAXXXXXXXXXXXXXXXX",
|
|
33
36
|
* httpCustomHeaders: [{
|
|
34
37
|
* header: "foo",
|
|
35
38
|
* value: "bar",
|
|
36
39
|
* }],
|
|
37
|
-
* httpEndpoint: "https://example.com/logs",
|
|
38
40
|
* },
|
|
39
|
-
* type: "http",
|
|
40
41
|
* });
|
|
41
42
|
* // This is an example of an Amazon EventBridge log stream.
|
|
42
|
-
* const exampleAws = new auth0.LogStream("
|
|
43
|
+
* const exampleAws = new auth0.LogStream("example_aws", {
|
|
44
|
+
* name: "AWS Eventbridge",
|
|
45
|
+
* type: "eventbridge",
|
|
46
|
+
* status: "active",
|
|
43
47
|
* sink: {
|
|
44
48
|
* awsAccountId: "my_account_id",
|
|
45
49
|
* awsRegion: "us-east-2",
|
|
46
50
|
* },
|
|
47
|
-
* status: "active",
|
|
48
|
-
* type: "eventbridge",
|
|
49
51
|
* });
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
@@ -55,7 +57,7 @@ const utilities = require("./utilities");
|
|
|
55
57
|
*
|
|
56
58
|
* #
|
|
57
59
|
*
|
|
58
|
-
*
|
|
60
|
+
* Example:
|
|
59
61
|
*
|
|
60
62
|
* ```sh
|
|
61
63
|
* $ pulumi import auth0:index/logStream:LogStream example "lst_XXXXXXXXXXXXXXXX"
|