@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/types/output.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ export interface AttackProtectionSuspiciousIpThrottling {
|
|
|
103
103
|
}
|
|
104
104
|
export interface AttackProtectionSuspiciousIpThrottlingPreLogin {
|
|
105
105
|
/**
|
|
106
|
-
*
|
|
106
|
+
* The maximum number of failed login attempts allowed from a single IP address.
|
|
107
107
|
*/
|
|
108
108
|
maxAttempts: number;
|
|
109
109
|
/**
|
|
@@ -113,11 +113,11 @@ export interface AttackProtectionSuspiciousIpThrottlingPreLogin {
|
|
|
113
113
|
}
|
|
114
114
|
export interface AttackProtectionSuspiciousIpThrottlingPreUserRegistration {
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* The maximum number of sign up attempts allowed from a single IP address.
|
|
117
117
|
*/
|
|
118
118
|
maxAttempts: number;
|
|
119
119
|
/**
|
|
120
|
-
* Interval of time, given in milliseconds at which new
|
|
120
|
+
* Interval of time, given in milliseconds at which new sign up tokens will become available after they have been used by an IP address. Each sign up attempt will be added on the defined throttling rate.
|
|
121
121
|
*/
|
|
122
122
|
rate: number;
|
|
123
123
|
}
|
|
@@ -299,51 +299,51 @@ export interface BrandingThemeFontsBodyText {
|
|
|
299
299
|
}
|
|
300
300
|
export interface BrandingThemeFontsButtonsText {
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* Buttons text bold. Defaults to `false`.
|
|
303
303
|
*/
|
|
304
304
|
bold?: boolean;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* Buttons text size. Value needs to be between `0` and `150`. Defaults to `100.0`.
|
|
307
307
|
*/
|
|
308
308
|
size?: number;
|
|
309
309
|
}
|
|
310
310
|
export interface BrandingThemeFontsInputLabels {
|
|
311
311
|
/**
|
|
312
|
-
*
|
|
312
|
+
* Input labels bold. Defaults to `false`.
|
|
313
313
|
*/
|
|
314
314
|
bold?: boolean;
|
|
315
315
|
/**
|
|
316
|
-
*
|
|
316
|
+
* Input labels size. Value needs to be between `0` and `150`. Defaults to `100.0`.
|
|
317
317
|
*/
|
|
318
318
|
size?: number;
|
|
319
319
|
}
|
|
320
320
|
export interface BrandingThemeFontsLinks {
|
|
321
321
|
/**
|
|
322
|
-
*
|
|
322
|
+
* Links bold. Defaults to `true`.
|
|
323
323
|
*/
|
|
324
324
|
bold?: boolean;
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
* Links size. Value needs to be between `0` and `150`. Defaults to `87.5`.
|
|
327
327
|
*/
|
|
328
328
|
size?: number;
|
|
329
329
|
}
|
|
330
330
|
export interface BrandingThemeFontsSubtitle {
|
|
331
331
|
/**
|
|
332
|
-
*
|
|
332
|
+
* Subtitle bold. Defaults to `false`.
|
|
333
333
|
*/
|
|
334
334
|
bold?: boolean;
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* Subtitle size. Value needs to be between `0` and `150`. Defaults to `87.5`.
|
|
337
337
|
*/
|
|
338
338
|
size?: number;
|
|
339
339
|
}
|
|
340
340
|
export interface BrandingThemeFontsTitle {
|
|
341
341
|
/**
|
|
342
|
-
*
|
|
342
|
+
* Title bold. Defaults to `false`.
|
|
343
343
|
*/
|
|
344
344
|
bold?: boolean;
|
|
345
345
|
/**
|
|
346
|
-
*
|
|
346
|
+
* Title size. Value needs to be between `75` and `150`. Defaults to `150.0`.
|
|
347
347
|
*/
|
|
348
348
|
size?: number;
|
|
349
349
|
}
|
|
@@ -581,7 +581,7 @@ export interface ClientAddonsAzureSb {
|
|
|
581
581
|
*/
|
|
582
582
|
entityPath?: string;
|
|
583
583
|
/**
|
|
584
|
-
*
|
|
584
|
+
* Optional expiration in minutes for the generated token. Defaults to 5 minutes.
|
|
585
585
|
*/
|
|
586
586
|
expiration?: number;
|
|
587
587
|
/**
|
|
@@ -613,7 +613,7 @@ export interface ClientAddonsEchosign {
|
|
|
613
613
|
}
|
|
614
614
|
export interface ClientAddonsEgnyte {
|
|
615
615
|
/**
|
|
616
|
-
* Your custom domain found in your
|
|
616
|
+
* Your custom domain found in your Egnyte URL, for example `https://acme-org.echosign.com` would be `acme-org`.
|
|
617
617
|
*/
|
|
618
618
|
domain?: string;
|
|
619
619
|
}
|
|
@@ -623,7 +623,7 @@ export interface ClientAddonsFirebase {
|
|
|
623
623
|
*/
|
|
624
624
|
clientEmail?: string;
|
|
625
625
|
/**
|
|
626
|
-
*
|
|
626
|
+
* Optional expiration in seconds for the generated token. Defaults to 3600 seconds (SDK v3+ tokens only).
|
|
627
627
|
*/
|
|
628
628
|
lifetimeInSeconds?: number;
|
|
629
629
|
/**
|
|
@@ -641,7 +641,7 @@ export interface ClientAddonsFirebase {
|
|
|
641
641
|
}
|
|
642
642
|
export interface ClientAddonsLayer {
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* Optional expiration in minutes for the generated token. Defaults to 5 minutes.
|
|
645
645
|
*/
|
|
646
646
|
expiration?: number;
|
|
647
647
|
/**
|
|
@@ -649,11 +649,11 @@ export interface ClientAddonsLayer {
|
|
|
649
649
|
*/
|
|
650
650
|
keyId: string;
|
|
651
651
|
/**
|
|
652
|
-
*
|
|
652
|
+
* Name of the property used as the unique user ID in Layer. If not specified `userId` is used.
|
|
653
653
|
*/
|
|
654
654
|
principal?: string;
|
|
655
655
|
/**
|
|
656
|
-
* Private
|
|
656
|
+
* Private key for signing the Layer token.
|
|
657
657
|
*/
|
|
658
658
|
privateKey: string;
|
|
659
659
|
/**
|
|
@@ -679,13 +679,13 @@ export interface ClientAddonsOffice365 {
|
|
|
679
679
|
*/
|
|
680
680
|
connection?: string;
|
|
681
681
|
/**
|
|
682
|
-
* Your
|
|
682
|
+
* Your Office 365 domain name, for example `acme-org.com`.
|
|
683
683
|
*/
|
|
684
684
|
domain?: string;
|
|
685
685
|
}
|
|
686
686
|
export interface ClientAddonsRms {
|
|
687
687
|
/**
|
|
688
|
-
*
|
|
688
|
+
* URL of your Rights Management Server. It can be internal or external, but users will have to be able to reach it.
|
|
689
689
|
*/
|
|
690
690
|
url?: string;
|
|
691
691
|
}
|
|
@@ -709,7 +709,7 @@ export interface ClientAddonsSalesforceApi {
|
|
|
709
709
|
*/
|
|
710
710
|
communityUrlSection?: string;
|
|
711
711
|
/**
|
|
712
|
-
*
|
|
712
|
+
* Name of the property in the user object that maps to a Salesforce username, for example `email`.
|
|
713
713
|
*/
|
|
714
714
|
principal?: string;
|
|
715
715
|
}
|
|
@@ -727,7 +727,7 @@ export interface ClientAddonsSalesforceSandboxApi {
|
|
|
727
727
|
*/
|
|
728
728
|
communityUrlSection?: string;
|
|
729
729
|
/**
|
|
730
|
-
*
|
|
730
|
+
* Name of the property in the user object that maps to a Salesforce username, for example `email`.
|
|
731
731
|
*/
|
|
732
732
|
principal?: string;
|
|
733
733
|
}
|
|
@@ -765,7 +765,7 @@ export interface ClientAddonsSamlp {
|
|
|
765
765
|
*/
|
|
766
766
|
issuer?: string;
|
|
767
767
|
/**
|
|
768
|
-
*
|
|
768
|
+
* Number of seconds during which the token is valid. Defaults to `3600` seconds.
|
|
769
769
|
*/
|
|
770
770
|
lifetimeInSeconds?: number;
|
|
771
771
|
/**
|
|
@@ -831,11 +831,11 @@ export interface ClientAddonsSamlpLogout {
|
|
|
831
831
|
}
|
|
832
832
|
export interface ClientAddonsSapApi {
|
|
833
833
|
/**
|
|
834
|
-
*
|
|
834
|
+
* If activated in the OAuth 2.0 client configuration (transaction `SOAUTH2) the SAML attribute`client*id`must be set and equal the`client*id` form parameter of the access token request.
|
|
835
835
|
*/
|
|
836
836
|
clientId?: string;
|
|
837
837
|
/**
|
|
838
|
-
*
|
|
838
|
+
* NameID element of the Subject which can be used to express the user's identity. Defaults to `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`.
|
|
839
839
|
*/
|
|
840
840
|
nameIdentifierFormat?: string;
|
|
841
841
|
/**
|
|
@@ -871,7 +871,7 @@ export interface ClientAddonsSharepoint {
|
|
|
871
871
|
*/
|
|
872
872
|
externalUrls?: string[];
|
|
873
873
|
/**
|
|
874
|
-
*
|
|
874
|
+
* Internal SharePoint application URL.
|
|
875
875
|
*/
|
|
876
876
|
url?: string;
|
|
877
877
|
}
|
|
@@ -907,13 +907,13 @@ export interface ClientAddonsWsfed {
|
|
|
907
907
|
}
|
|
908
908
|
export interface ClientAddonsZendesk {
|
|
909
909
|
/**
|
|
910
|
-
*
|
|
910
|
+
* Zendesk account name. Usually the first segment in your Zendesk URL, for example `https://acme-org.zendesk.com` would be `acme-org`.
|
|
911
911
|
*/
|
|
912
912
|
accountName?: string;
|
|
913
913
|
}
|
|
914
914
|
export interface ClientAddonsZoom {
|
|
915
915
|
/**
|
|
916
|
-
*
|
|
916
|
+
* Zoom account name. Usually the first segment of your Zoom URL, for example `https://acme-org.zoom.us` would be `acme-org`.
|
|
917
917
|
*/
|
|
918
918
|
account?: string;
|
|
919
919
|
}
|
|
@@ -1461,9 +1461,6 @@ export interface ConnectionOptionsGatewayAuthentication {
|
|
|
1461
1461
|
}
|
|
1462
1462
|
export interface ConnectionOptionsIdpInitiated {
|
|
1463
1463
|
clientAuthorizeQuery?: string;
|
|
1464
|
-
/**
|
|
1465
|
-
* The strategy's client ID.
|
|
1466
|
-
*/
|
|
1467
1464
|
clientId?: string;
|
|
1468
1465
|
clientProtocol?: string;
|
|
1469
1466
|
}
|
|
@@ -1494,16 +1491,10 @@ export interface ConnectionOptionsPasswordDictionary {
|
|
|
1494
1491
|
enable?: boolean;
|
|
1495
1492
|
}
|
|
1496
1493
|
export interface ConnectionOptionsPasswordHistory {
|
|
1497
|
-
/**
|
|
1498
|
-
* Indicates whether the password dictionary check is enabled for this connection.
|
|
1499
|
-
*/
|
|
1500
1494
|
enable?: boolean;
|
|
1501
1495
|
size?: number;
|
|
1502
1496
|
}
|
|
1503
1497
|
export interface ConnectionOptionsPasswordNoPersonalInfo {
|
|
1504
|
-
/**
|
|
1505
|
-
* Indicates whether the password dictionary check is enabled for this connection.
|
|
1506
|
-
*/
|
|
1507
1498
|
enable?: boolean;
|
|
1508
1499
|
}
|
|
1509
1500
|
export interface ConnectionOptionsSigningKey {
|
|
@@ -3456,7 +3447,7 @@ export interface GuardianPushDirectApns {
|
|
|
3456
3447
|
*/
|
|
3457
3448
|
bundleId: string;
|
|
3458
3449
|
/**
|
|
3459
|
-
* Indicates whether
|
|
3450
|
+
* Indicates whether the Apple Push Notification service is enabled.
|
|
3460
3451
|
*/
|
|
3461
3452
|
enabled: boolean;
|
|
3462
3453
|
/**
|
package/user.d.ts
CHANGED
|
@@ -10,13 +10,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
*
|
|
11
11
|
* const user = new auth0.User("user", {
|
|
12
12
|
* connectionName: "Username-Password-Authentication",
|
|
13
|
+
* userId: "12345",
|
|
14
|
+
* username: "unique_username",
|
|
15
|
+
* name: "Firstname Lastname",
|
|
16
|
+
* nickname: "some.nickname",
|
|
13
17
|
* email: "test@test.com",
|
|
14
18
|
* emailVerified: true,
|
|
15
|
-
* nickname: "some.nickname",
|
|
16
19
|
* password: "passpass$12$12",
|
|
17
20
|
* picture: "https://www.example.com/a-valid-picture-url.jpg",
|
|
18
|
-
* userId: "12345",
|
|
19
|
-
* username: "unique_username",
|
|
20
21
|
* });
|
|
21
22
|
* ```
|
|
22
23
|
*
|
|
@@ -26,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
26
27
|
*
|
|
27
28
|
* #
|
|
28
29
|
*
|
|
29
|
-
*
|
|
30
|
+
* Example:
|
|
30
31
|
*
|
|
31
32
|
* ```sh
|
|
32
33
|
* $ pulumi import auth0:index/user:User user "auth0|111111111111111111111111"
|
package/user.js
CHANGED
|
@@ -16,13 +16,14 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* const user = new auth0.User("user", {
|
|
18
18
|
* connectionName: "Username-Password-Authentication",
|
|
19
|
+
* userId: "12345",
|
|
20
|
+
* username: "unique_username",
|
|
21
|
+
* name: "Firstname Lastname",
|
|
22
|
+
* nickname: "some.nickname",
|
|
19
23
|
* email: "test@test.com",
|
|
20
24
|
* emailVerified: true,
|
|
21
|
-
* nickname: "some.nickname",
|
|
22
25
|
* password: "passpass$12$12",
|
|
23
26
|
* picture: "https://www.example.com/a-valid-picture-url.jpg",
|
|
24
|
-
* userId: "12345",
|
|
25
|
-
* username: "unique_username",
|
|
26
27
|
* });
|
|
27
28
|
* ```
|
|
28
29
|
*
|
|
@@ -32,7 +33,7 @@ const utilities = require("./utilities");
|
|
|
32
33
|
*
|
|
33
34
|
* #
|
|
34
35
|
*
|
|
35
|
-
*
|
|
36
|
+
* Example:
|
|
36
37
|
*
|
|
37
38
|
* ```sh
|
|
38
39
|
* $ pulumi import auth0:index/user:User user "auth0|111111111111111111111111"
|
package/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../user.ts"],"names":[],"mappings":"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"}
|
package/userPermission.d.ts
CHANGED
|
@@ -10,13 +10,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
*
|
|
11
11
|
* This resource can be imported by specifying the
|
|
12
12
|
*
|
|
13
|
-
*
|
|
13
|
+
* user ID, resource identifier and permission name separated by "::" (note the double colon)
|
|
14
14
|
*
|
|
15
|
-
*
|
|
15
|
+
* <userID>::<resourceServerIdentifier>::<permission>
|
|
16
16
|
*
|
|
17
17
|
* #
|
|
18
18
|
*
|
|
19
|
-
*
|
|
19
|
+
* Example:
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
22
|
* $ pulumi import auth0:index/userPermission:UserPermission permission "auth0|111111111111111111111111::https://api.travel0.com/v1::read:posts"
|
package/userPermission.js
CHANGED
|
@@ -16,13 +16,13 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* This resource can be imported by specifying the
|
|
18
18
|
*
|
|
19
|
-
*
|
|
19
|
+
* user ID, resource identifier and permission name separated by "::" (note the double colon)
|
|
20
20
|
*
|
|
21
|
-
*
|
|
21
|
+
* <userID>::<resourceServerIdentifier>::<permission>
|
|
22
22
|
*
|
|
23
23
|
* #
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* Example:
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
28
|
* $ pulumi import auth0:index/userPermission:UserPermission permission "auth0|111111111111111111111111::https://api.travel0.com/v1::read:posts"
|
package/userPermissions.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import * as outputs from "./types/output";
|
|
|
12
12
|
*
|
|
13
13
|
* This resource can be imported by specifying the user ID
|
|
14
14
|
*
|
|
15
|
-
*
|
|
15
|
+
* Example:
|
|
16
16
|
*
|
|
17
17
|
* ```sh
|
|
18
18
|
* $ pulumi import auth0:index/userPermissions:UserPermissions all_user_permissions "auth0|111111111111111111111111"
|
package/userPermissions.js
CHANGED
|
@@ -16,7 +16,7 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* This resource can be imported by specifying the user ID
|
|
18
18
|
*
|
|
19
|
-
*
|
|
19
|
+
* Example:
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
22
|
* $ pulumi import auth0:index/userPermissions:UserPermissions all_user_permissions "auth0|111111111111111111111111"
|
package/userRole.d.ts
CHANGED
|
@@ -13,14 +13,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* import * as auth0 from "@pulumi/auth0";
|
|
14
14
|
*
|
|
15
15
|
* // Example:
|
|
16
|
-
* const admin = new auth0.Role("admin", {
|
|
16
|
+
* const admin = new auth0.Role("admin", {
|
|
17
|
+
* name: "admin",
|
|
18
|
+
* description: "Administrator",
|
|
19
|
+
* });
|
|
17
20
|
* const user = new auth0.User("user", {
|
|
18
21
|
* connectionName: "Username-Password-Authentication",
|
|
19
22
|
* username: "unique_username",
|
|
23
|
+
* name: "Firstname Lastname",
|
|
20
24
|
* email: "test@test.com",
|
|
21
25
|
* password: "passpass$12$12",
|
|
22
26
|
* });
|
|
23
|
-
* const userRoles = new auth0.UserRole("
|
|
27
|
+
* const userRoles = new auth0.UserRole("user_roles", {
|
|
24
28
|
* userId: user.id,
|
|
25
29
|
* roleId: admin.id,
|
|
26
30
|
* });
|
|
@@ -30,13 +34,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
34
|
*
|
|
31
35
|
* This resource can be imported by specifying the
|
|
32
36
|
*
|
|
33
|
-
*
|
|
37
|
+
* user ID and role ID separated by "::" (note the double colon)
|
|
34
38
|
*
|
|
35
|
-
*
|
|
39
|
+
* <userID>::<roleID>
|
|
36
40
|
*
|
|
37
41
|
* #
|
|
38
42
|
*
|
|
39
|
-
*
|
|
43
|
+
* Example:
|
|
40
44
|
*
|
|
41
45
|
* ```sh
|
|
42
46
|
* $ pulumi import auth0:index/userRole:UserRole user_role "auth0|111111111111111111111111::role_123"
|
package/userRole.js
CHANGED
|
@@ -19,14 +19,18 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as auth0 from "@pulumi/auth0";
|
|
20
20
|
*
|
|
21
21
|
* // Example:
|
|
22
|
-
* const admin = new auth0.Role("admin", {
|
|
22
|
+
* const admin = new auth0.Role("admin", {
|
|
23
|
+
* name: "admin",
|
|
24
|
+
* description: "Administrator",
|
|
25
|
+
* });
|
|
23
26
|
* const user = new auth0.User("user", {
|
|
24
27
|
* connectionName: "Username-Password-Authentication",
|
|
25
28
|
* username: "unique_username",
|
|
29
|
+
* name: "Firstname Lastname",
|
|
26
30
|
* email: "test@test.com",
|
|
27
31
|
* password: "passpass$12$12",
|
|
28
32
|
* });
|
|
29
|
-
* const userRoles = new auth0.UserRole("
|
|
33
|
+
* const userRoles = new auth0.UserRole("user_roles", {
|
|
30
34
|
* userId: user.id,
|
|
31
35
|
* roleId: admin.id,
|
|
32
36
|
* });
|
|
@@ -36,13 +40,13 @@ const utilities = require("./utilities");
|
|
|
36
40
|
*
|
|
37
41
|
* This resource can be imported by specifying the
|
|
38
42
|
*
|
|
39
|
-
*
|
|
43
|
+
* user ID and role ID separated by "::" (note the double colon)
|
|
40
44
|
*
|
|
41
|
-
*
|
|
45
|
+
* <userID>::<roleID>
|
|
42
46
|
*
|
|
43
47
|
* #
|
|
44
48
|
*
|
|
45
|
-
*
|
|
49
|
+
* Example:
|
|
46
50
|
*
|
|
47
51
|
* ```sh
|
|
48
52
|
* $ pulumi import auth0:index/userRole:UserRole user_role "auth0|111111111111111111111111::role_123"
|
package/userRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userRole.js","sourceRoot":"","sources":["../userRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userRole.js","sourceRoot":"","sources":["../userRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,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,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,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AA7EL,4BA8EC;AAhEG,gBAAgB;AACO,qBAAY,GAAG,+BAA+B,CAAC"}
|
package/userRoles.d.ts
CHANGED
|
@@ -13,14 +13,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* import * as auth0 from "@pulumi/auth0";
|
|
14
14
|
*
|
|
15
15
|
* // Example:
|
|
16
|
-
* const admin = new auth0.Role("admin", {
|
|
16
|
+
* const admin = new auth0.Role("admin", {
|
|
17
|
+
* name: "admin",
|
|
18
|
+
* description: "Administrator",
|
|
19
|
+
* });
|
|
17
20
|
* const user = new auth0.User("user", {
|
|
18
21
|
* connectionName: "Username-Password-Authentication",
|
|
19
22
|
* username: "unique_username",
|
|
23
|
+
* name: "Firstname Lastname",
|
|
20
24
|
* email: "test@test.com",
|
|
21
25
|
* password: "passpass$12$12",
|
|
22
26
|
* });
|
|
23
|
-
* const userRoles = new auth0.UserRoles("
|
|
27
|
+
* const userRoles = new auth0.UserRoles("user_roles", {
|
|
24
28
|
* userId: user.id,
|
|
25
29
|
* roles: [admin.id],
|
|
26
30
|
* });
|
|
@@ -32,7 +36,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
32
36
|
*
|
|
33
37
|
* #
|
|
34
38
|
*
|
|
35
|
-
*
|
|
39
|
+
* Example:
|
|
36
40
|
*
|
|
37
41
|
* ```sh
|
|
38
42
|
* $ pulumi import auth0:index/userRoles:UserRoles user_roles "auth0|111111111111111111111111"
|
package/userRoles.js
CHANGED
|
@@ -19,14 +19,18 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* import * as auth0 from "@pulumi/auth0";
|
|
20
20
|
*
|
|
21
21
|
* // Example:
|
|
22
|
-
* const admin = new auth0.Role("admin", {
|
|
22
|
+
* const admin = new auth0.Role("admin", {
|
|
23
|
+
* name: "admin",
|
|
24
|
+
* description: "Administrator",
|
|
25
|
+
* });
|
|
23
26
|
* const user = new auth0.User("user", {
|
|
24
27
|
* connectionName: "Username-Password-Authentication",
|
|
25
28
|
* username: "unique_username",
|
|
29
|
+
* name: "Firstname Lastname",
|
|
26
30
|
* email: "test@test.com",
|
|
27
31
|
* password: "passpass$12$12",
|
|
28
32
|
* });
|
|
29
|
-
* const userRoles = new auth0.UserRoles("
|
|
33
|
+
* const userRoles = new auth0.UserRoles("user_roles", {
|
|
30
34
|
* userId: user.id,
|
|
31
35
|
* roles: [admin.id],
|
|
32
36
|
* });
|
|
@@ -38,7 +42,7 @@ const utilities = require("./utilities");
|
|
|
38
42
|
*
|
|
39
43
|
* #
|
|
40
44
|
*
|
|
41
|
-
*
|
|
45
|
+
* Example:
|
|
42
46
|
*
|
|
43
47
|
* ```sh
|
|
44
48
|
* $ pulumi import auth0:index/userRoles:UserRoles user_roles "auth0|111111111111111111111111"
|
package/userRoles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userRoles.js","sourceRoot":"","sources":["../userRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"userRoles.js","sourceRoot":"","sources":["../userRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,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,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,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAjEL,8BAkEC;AApDG,gBAAgB;AACO,sBAAY,GAAG,iCAAiC,CAAC"}
|