@pulumi/auth0 2.19.0-alpha.1683051868 → 2.19.0
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/getResourceServer.d.ts +0 -6
- package/getResourceServer.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/resourceServer.d.ts +0 -18
- package/resourceServer.js +0 -2
- package/resourceServer.js.map +1 -1
- package/types/input.d.ts +22 -1
- package/types/output.d.ts +26 -4
package/getResourceServer.d.ts
CHANGED
|
@@ -55,12 +55,6 @@ export interface GetResourceServerResult {
|
|
|
55
55
|
* Friendly name for the resource server. Cannot include `<` or `>` characters.
|
|
56
56
|
*/
|
|
57
57
|
readonly name: string;
|
|
58
|
-
/**
|
|
59
|
-
* Used to store additional metadata.
|
|
60
|
-
*/
|
|
61
|
-
readonly options: {
|
|
62
|
-
[key: string]: string;
|
|
63
|
-
};
|
|
64
58
|
/**
|
|
65
59
|
* The ID of the resource server. If not provided, `identifier` must be set.
|
|
66
60
|
*/
|
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;;;;;;;;;;;;;;;;GAgBG;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;
|
|
1
|
+
{"version":3,"file":"getResourceServer.js","sourceRoot":"","sources":["../getResourceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;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;;;;;;;;;;;;;;;;GAgBG;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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/auth0",
|
|
3
|
-
"version": "v2.19.0
|
|
3
|
+
"version": "v2.19.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing auth0 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource auth0 v2.19.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource auth0 v2.19.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/auth0",
|
|
3
|
-
"version": "v2.19.0
|
|
3
|
+
"version": "v2.19.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing auth0 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource auth0 v2.19.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource auth0 v2.19.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/resourceServer.d.ts
CHANGED
|
@@ -70,12 +70,6 @@ export declare class ResourceServer extends pulumi.CustomResource {
|
|
|
70
70
|
* Friendly name for the resource server. Cannot include `<` or `>` characters.
|
|
71
71
|
*/
|
|
72
72
|
readonly name: pulumi.Output<string | undefined>;
|
|
73
|
-
/**
|
|
74
|
-
* Used to store additional metadata.
|
|
75
|
-
*/
|
|
76
|
-
readonly options: pulumi.Output<{
|
|
77
|
-
[key: string]: string;
|
|
78
|
-
} | undefined>;
|
|
79
73
|
/**
|
|
80
74
|
* List of permissions (scopes) used by this resource server.
|
|
81
75
|
*/
|
|
@@ -137,12 +131,6 @@ export interface ResourceServerState {
|
|
|
137
131
|
* Friendly name for the resource server. Cannot include `<` or `>` characters.
|
|
138
132
|
*/
|
|
139
133
|
name?: pulumi.Input<string>;
|
|
140
|
-
/**
|
|
141
|
-
* Used to store additional metadata.
|
|
142
|
-
*/
|
|
143
|
-
options?: pulumi.Input<{
|
|
144
|
-
[key: string]: pulumi.Input<string>;
|
|
145
|
-
}>;
|
|
146
134
|
/**
|
|
147
135
|
* List of permissions (scopes) used by this resource server.
|
|
148
136
|
*/
|
|
@@ -196,12 +184,6 @@ export interface ResourceServerArgs {
|
|
|
196
184
|
* Friendly name for the resource server. Cannot include `<` or `>` characters.
|
|
197
185
|
*/
|
|
198
186
|
name?: pulumi.Input<string>;
|
|
199
|
-
/**
|
|
200
|
-
* Used to store additional metadata.
|
|
201
|
-
*/
|
|
202
|
-
options?: pulumi.Input<{
|
|
203
|
-
[key: string]: pulumi.Input<string>;
|
|
204
|
-
}>;
|
|
205
187
|
/**
|
|
206
188
|
* List of permissions (scopes) used by this resource server.
|
|
207
189
|
*/
|
package/resourceServer.js
CHANGED
|
@@ -74,7 +74,6 @@ class ResourceServer extends pulumi.CustomResource {
|
|
|
74
74
|
resourceInputs["enforcePolicies"] = state ? state.enforcePolicies : undefined;
|
|
75
75
|
resourceInputs["identifier"] = state ? state.identifier : undefined;
|
|
76
76
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
77
|
-
resourceInputs["options"] = state ? state.options : undefined;
|
|
78
77
|
resourceInputs["scopes"] = state ? state.scopes : undefined;
|
|
79
78
|
resourceInputs["signingAlg"] = state ? state.signingAlg : undefined;
|
|
80
79
|
resourceInputs["signingSecret"] = state ? state.signingSecret : undefined;
|
|
@@ -93,7 +92,6 @@ class ResourceServer extends pulumi.CustomResource {
|
|
|
93
92
|
resourceInputs["enforcePolicies"] = args ? args.enforcePolicies : undefined;
|
|
94
93
|
resourceInputs["identifier"] = args ? args.identifier : undefined;
|
|
95
94
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
96
|
-
resourceInputs["options"] = args ? args.options : undefined;
|
|
97
95
|
resourceInputs["scopes"] = args ? args.scopes : undefined;
|
|
98
96
|
resourceInputs["signingAlg"] = args ? args.signingAlg : undefined;
|
|
99
97
|
resourceInputs["signingSecret"] = args ? args.signingSecret : undefined;
|
package/resourceServer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resourceServer.js","sourceRoot":"","sources":["../resourceServer.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,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,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;
|
|
1
|
+
{"version":3,"file":"resourceServer.js","sourceRoot":"","sources":["../resourceServer.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -1246,12 +1246,20 @@ export interface GuardianPush {
|
|
|
1246
1246
|
* Configuration for the Guardian Custom App.
|
|
1247
1247
|
*/
|
|
1248
1248
|
customApp?: pulumi.Input<inputs.GuardianPushCustomApp>;
|
|
1249
|
+
/**
|
|
1250
|
+
* Configuration for the Apple Push Notification service (APNs) settings.
|
|
1251
|
+
*/
|
|
1252
|
+
directApns?: pulumi.Input<inputs.GuardianPushDirectApns>;
|
|
1253
|
+
/**
|
|
1254
|
+
* Configuration for Firebase Cloud Messaging (FCM) settings.
|
|
1255
|
+
*/
|
|
1256
|
+
directFcm?: pulumi.Input<inputs.GuardianPushDirectFcm>;
|
|
1249
1257
|
/**
|
|
1250
1258
|
* Indicates whether Push MFA is enabled.
|
|
1251
1259
|
*/
|
|
1252
1260
|
enabled: pulumi.Input<boolean>;
|
|
1253
1261
|
/**
|
|
1254
|
-
* Provider to use, one of `guardian`, `sns`.
|
|
1262
|
+
* Provider to use, one of `direct`, `guardian`, `sns`.
|
|
1255
1263
|
*/
|
|
1256
1264
|
provider?: pulumi.Input<string>;
|
|
1257
1265
|
}
|
|
@@ -1267,6 +1275,15 @@ export interface GuardianPushCustomApp {
|
|
|
1267
1275
|
appleAppLink?: pulumi.Input<string>;
|
|
1268
1276
|
googleAppLink?: pulumi.Input<string>;
|
|
1269
1277
|
}
|
|
1278
|
+
export interface GuardianPushDirectApns {
|
|
1279
|
+
bundleId: pulumi.Input<string>;
|
|
1280
|
+
enabled?: pulumi.Input<boolean>;
|
|
1281
|
+
p12: pulumi.Input<string>;
|
|
1282
|
+
sandbox: pulumi.Input<boolean>;
|
|
1283
|
+
}
|
|
1284
|
+
export interface GuardianPushDirectFcm {
|
|
1285
|
+
serverKey: pulumi.Input<string>;
|
|
1286
|
+
}
|
|
1270
1287
|
export interface GuardianWebauthnPlatform {
|
|
1271
1288
|
/**
|
|
1272
1289
|
* Indicates whether WebAuthn with FIDO Device Biometrics MFA is enabled.
|
|
@@ -1528,6 +1545,10 @@ export interface TenantFlags {
|
|
|
1528
1545
|
* Indicates whether the public sign up process shows a `userExists` error if the user already exists.
|
|
1529
1546
|
*/
|
|
1530
1547
|
enablePublicSignupUserExistsError?: pulumi.Input<boolean>;
|
|
1548
|
+
/**
|
|
1549
|
+
* Used to allow users to pick which factor to enroll with from the list of available MFA factors.
|
|
1550
|
+
*/
|
|
1551
|
+
mfaShowFactorListOnEnrollment?: pulumi.Input<boolean>;
|
|
1531
1552
|
/**
|
|
1532
1553
|
* Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
|
|
1533
1554
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -785,11 +785,11 @@ export interface ConnectionOptions {
|
|
|
785
785
|
/**
|
|
786
786
|
* SAML single login URL for the connection.
|
|
787
787
|
*/
|
|
788
|
-
signInEndpoint
|
|
788
|
+
signInEndpoint: string;
|
|
789
789
|
/**
|
|
790
790
|
* SAML single logout URL for the connection.
|
|
791
791
|
*/
|
|
792
|
-
signOutEndpoint
|
|
792
|
+
signOutEndpoint: string;
|
|
793
793
|
/**
|
|
794
794
|
* When enabled, the SAML authentication request will be signed.
|
|
795
795
|
*/
|
|
@@ -801,7 +801,7 @@ export interface ConnectionOptions {
|
|
|
801
801
|
/**
|
|
802
802
|
* X.509 signing certificate (encoded in PEM or CER) you retrieved from the IdP, Base64-encoded.
|
|
803
803
|
*/
|
|
804
|
-
signingCert
|
|
804
|
+
signingCert: string;
|
|
805
805
|
/**
|
|
806
806
|
* The key used to sign requests in the connection. Uses the `key` and `cert` properties to provide the private key and certificate respectively.
|
|
807
807
|
*/
|
|
@@ -1613,6 +1613,7 @@ export interface GetTenantFlag {
|
|
|
1613
1613
|
enableLegacyProfile: boolean;
|
|
1614
1614
|
enablePipeline2: boolean;
|
|
1615
1615
|
enablePublicSignupUserExistsError: boolean;
|
|
1616
|
+
mfaShowFactorListOnEnrollment: boolean;
|
|
1616
1617
|
noDiscloseEnterpriseConnections: boolean;
|
|
1617
1618
|
revokeRefreshTokenGrant: boolean;
|
|
1618
1619
|
/**
|
|
@@ -1883,12 +1884,20 @@ export interface GuardianPush {
|
|
|
1883
1884
|
* Configuration for the Guardian Custom App.
|
|
1884
1885
|
*/
|
|
1885
1886
|
customApp: outputs.GuardianPushCustomApp;
|
|
1887
|
+
/**
|
|
1888
|
+
* Configuration for the Apple Push Notification service (APNs) settings.
|
|
1889
|
+
*/
|
|
1890
|
+
directApns: outputs.GuardianPushDirectApns;
|
|
1891
|
+
/**
|
|
1892
|
+
* Configuration for Firebase Cloud Messaging (FCM) settings.
|
|
1893
|
+
*/
|
|
1894
|
+
directFcm: outputs.GuardianPushDirectFcm;
|
|
1886
1895
|
/**
|
|
1887
1896
|
* Indicates whether Push MFA is enabled.
|
|
1888
1897
|
*/
|
|
1889
1898
|
enabled: boolean;
|
|
1890
1899
|
/**
|
|
1891
|
-
* Provider to use, one of `guardian`, `sns`.
|
|
1900
|
+
* Provider to use, one of `direct`, `guardian`, `sns`.
|
|
1892
1901
|
*/
|
|
1893
1902
|
provider?: string;
|
|
1894
1903
|
}
|
|
@@ -1904,6 +1913,15 @@ export interface GuardianPushCustomApp {
|
|
|
1904
1913
|
appleAppLink?: string;
|
|
1905
1914
|
googleAppLink?: string;
|
|
1906
1915
|
}
|
|
1916
|
+
export interface GuardianPushDirectApns {
|
|
1917
|
+
bundleId: string;
|
|
1918
|
+
enabled: boolean;
|
|
1919
|
+
p12: string;
|
|
1920
|
+
sandbox: boolean;
|
|
1921
|
+
}
|
|
1922
|
+
export interface GuardianPushDirectFcm {
|
|
1923
|
+
serverKey: string;
|
|
1924
|
+
}
|
|
1907
1925
|
export interface GuardianWebauthnPlatform {
|
|
1908
1926
|
/**
|
|
1909
1927
|
* Indicates whether WebAuthn with FIDO Device Biometrics MFA is enabled.
|
|
@@ -2165,6 +2183,10 @@ export interface TenantFlags {
|
|
|
2165
2183
|
* Indicates whether the public sign up process shows a `userExists` error if the user already exists.
|
|
2166
2184
|
*/
|
|
2167
2185
|
enablePublicSignupUserExistsError: boolean;
|
|
2186
|
+
/**
|
|
2187
|
+
* Used to allow users to pick which factor to enroll with from the list of available MFA factors.
|
|
2188
|
+
*/
|
|
2189
|
+
mfaShowFactorListOnEnrollment: boolean;
|
|
2168
2190
|
/**
|
|
2169
2191
|
* Do not Publish Enterprise Connections Information with IdP domains on the lock configuration file.
|
|
2170
2192
|
*/
|