@pulumi/auth0
Advanced tools
Comparing version 3.13.0-alpha.1738300359 to 3.13.0-alpha.1738330371
@@ -56,3 +56,3 @@ import * as pulumi from "@pulumi/pulumi"; | ||
/** | ||
* The Node runtime. Defaults to `node18`. Possible values are: `node16` (not recommended), or `node18` (recommended). | ||
* The Node runtime. Possible values are: `node12`, `node16` (not recommended), `node18`, `node22` | ||
*/ | ||
@@ -102,3 +102,3 @@ readonly runtime: pulumi.Output<string>; | ||
/** | ||
* The Node runtime. Defaults to `node18`. Possible values are: `node16` (not recommended), or `node18` (recommended). | ||
* The Node runtime. Possible values are: `node12`, `node16` (not recommended), `node18`, `node22` | ||
*/ | ||
@@ -140,3 +140,3 @@ runtime?: pulumi.Input<string>; | ||
/** | ||
* The Node runtime. Defaults to `node18`. Possible values are: `node16` (not recommended), or `node18` (recommended). | ||
* The Node runtime. Possible values are: `node12`, `node16` (not recommended), `node18`, `node22` | ||
*/ | ||
@@ -143,0 +143,0 @@ runtime?: pulumi.Input<string>; |
@@ -270,2 +270,6 @@ import * as pulumi from "@pulumi/pulumi"; | ||
/** | ||
* Allows configuration for token exchange | ||
*/ | ||
readonly tokenExchange: pulumi.Output<outputs.ClientTokenExchange | undefined>; | ||
/** | ||
* URLs that represent valid web origins for use with web message response mode. | ||
@@ -448,2 +452,6 @@ */ | ||
/** | ||
* Allows configuration for token exchange | ||
*/ | ||
tokenExchange?: pulumi.Input<inputs.ClientTokenExchange>; | ||
/** | ||
* URLs that represent valid web origins for use with web message response mode. | ||
@@ -608,2 +616,6 @@ */ | ||
/** | ||
* Allows configuration for token exchange | ||
*/ | ||
tokenExchange?: pulumi.Input<inputs.ClientTokenExchange>; | ||
/** | ||
* URLs that represent valid web origins for use with web message response mode. | ||
@@ -610,0 +622,0 @@ */ |
@@ -164,2 +164,3 @@ "use strict"; | ||
resourceInputs["ssoDisabled"] = state ? state.ssoDisabled : undefined; | ||
resourceInputs["tokenExchange"] = state ? state.tokenExchange : undefined; | ||
resourceInputs["webOrigins"] = state ? state.webOrigins : undefined; | ||
@@ -205,2 +206,3 @@ } | ||
resourceInputs["ssoDisabled"] = args ? args.ssoDisabled : undefined; | ||
resourceInputs["tokenExchange"] = args ? args.tokenExchange : undefined; | ||
resourceInputs["webOrigins"] = args ? args.webOrigins : undefined; | ||
@@ -207,0 +209,0 @@ resourceInputs["clientId"] = undefined /*out*/; |
@@ -10,2 +10,4 @@ import * as pulumi from "@pulumi/pulumi"; | ||
* | ||
* > When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations. | ||
* | ||
* ## Example Usage | ||
@@ -79,2 +81,15 @@ * | ||
* }, | ||
* authenticationMethods: [{ | ||
* passkey: { | ||
* enabled: true, | ||
* }, | ||
* password: { | ||
* enabled: true, | ||
* }, | ||
* }], | ||
* passkeyOptions: { | ||
* challengeUi: "both", | ||
* localEnrollmentEnabled: true, | ||
* progressiveEnrollmentEnabled: true, | ||
* }, | ||
* }, | ||
@@ -81,0 +96,0 @@ * }); |
@@ -14,2 +14,4 @@ "use strict"; | ||
* | ||
* > When updating the `options` parameter, ensure that all nested fields within the `options` schema are explicitly defined. Failing to do so may result in the loss of existing configurations. | ||
* | ||
* ## Example Usage | ||
@@ -83,2 +85,15 @@ * | ||
* }, | ||
* authenticationMethods: [{ | ||
* passkey: { | ||
* enabled: true, | ||
* }, | ||
* password: { | ||
* enabled: true, | ||
* }, | ||
* }], | ||
* passkeyOptions: { | ||
* challengeUi: "both", | ||
* localEnrollmentEnabled: true, | ||
* progressiveEnrollmentEnabled: true, | ||
* }, | ||
* }, | ||
@@ -85,0 +100,0 @@ * }); |
@@ -216,2 +216,6 @@ import * as pulumi from "@pulumi/pulumi"; | ||
/** | ||
* Allows configuration for token exchange | ||
*/ | ||
readonly tokenExchanges: outputs.GetClientTokenExchange[]; | ||
/** | ||
* URLs that represent valid web origins for use with web message response mode. | ||
@@ -218,0 +222,0 @@ */ |
@@ -118,2 +118,5 @@ export { ActionArgs, ActionState } from "./action"; | ||
export declare const getTenantOutput: typeof import("./getTenant").getTenantOutput; | ||
export { GetTokenExchangeProfileArgs, GetTokenExchangeProfileResult, GetTokenExchangeProfileOutputArgs } from "./getTokenExchangeProfile"; | ||
export declare const getTokenExchangeProfile: typeof import("./getTokenExchangeProfile").getTokenExchangeProfile; | ||
export declare const getTokenExchangeProfileOutput: typeof import("./getTokenExchangeProfile").getTokenExchangeProfileOutput; | ||
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; | ||
@@ -212,2 +215,5 @@ export declare const getUser: typeof import("./getUser").getUser; | ||
export declare const Tenant: typeof import("./tenant").Tenant; | ||
export { TokenExchangeProfileArgs, TokenExchangeProfileState } from "./tokenExchangeProfile"; | ||
export type TokenExchangeProfile = import("./tokenExchangeProfile").TokenExchangeProfile; | ||
export declare const TokenExchangeProfile: typeof import("./tokenExchangeProfile").TokenExchangeProfile; | ||
export { TriggerActionArgs, TriggerActionState } from "./triggerAction"; | ||
@@ -214,0 +220,0 @@ export type TriggerAction = import("./triggerAction").TriggerAction; |
11
index.js
@@ -6,3 +6,4 @@ "use strict"; | ||
exports.getResourceServer = exports.getPromptScreenRendererOutput = exports.getPromptScreenRenderer = exports.getPromptScreenPartialsOutput = exports.getPromptScreenPartials = exports.getPagesOutput = exports.getPages = exports.getOrganizationOutput = exports.getOrganization = exports.getFormOutput = exports.getForm = exports.getFlowVaultConnectionOutput = exports.getFlowVaultConnection = exports.getFlowOutput = exports.getFlow = exports.getCustomDomainOutput = exports.getCustomDomain = exports.getConnectionScimConfigurationOutput = exports.getConnectionScimConfiguration = exports.getConnectionOutput = exports.getConnection = exports.getClientsOutput = exports.getClients = exports.getClientOutput = exports.getClient = exports.getBrandingThemeOutput = exports.getBrandingTheme = exports.getBrandingOutput = exports.getBranding = exports.getAttackProtectionOutput = exports.getAttackProtection = exports.Form = exports.FlowVaultConnection = exports.Flow = exports.EncryptionKeyManager = exports.EmailTemplate = exports.EmailProvider = exports.CustomDomainVerification = exports.CustomDomain = exports.ConnectionScimConfiguration = exports.ConnectionClients = exports.ConnectionClient = exports.Connection = exports.ClientGrant = exports.ClientCredentials = exports.Client = exports.BrandingTheme = exports.Branding = exports.AttackProtection = exports.Action = void 0; | ||
exports.types = exports.config = exports.UserRoles = exports.UserRole = exports.UserPermissions = exports.UserPermission = exports.User = exports.TriggerActions = exports.TriggerAction = exports.Tenant = exports.SelfServiceProfileCustomText = exports.SelfServiceProfile = exports.RuleConfig = exports.Rule = exports.RolePermissions = exports.RolePermission = exports.Role = exports.ResourceServerScopes = exports.ResourceServerScope = exports.ResourceServer = exports.Provider = exports.PromptScreenRenderer = exports.PromptScreenPartials = exports.PromptScreenPartial = exports.PromptPartials = exports.PromptCustomText = exports.Prompt = exports.Pages = exports.OrganizationMembers = exports.OrganizationMemberRoles = exports.OrganizationMemberRole = exports.OrganizationMember = exports.OrganizationConnections = exports.OrganizationConnection = exports.OrganizationClientGrant = exports.Organization = exports.LogStream = exports.Hook = exports.Guardian = exports.getUserOutput = exports.getUser = exports.getTenantOutput = exports.getTenant = exports.getSigningKeysOutput = exports.getSigningKeys = exports.getSelfServiceProfileOutput = exports.getSelfServiceProfile = exports.getRoleOutput = exports.getRole = exports.getResourceServerOutput = void 0; | ||
exports.UserRole = exports.UserPermissions = exports.UserPermission = exports.User = exports.TriggerActions = exports.TriggerAction = exports.TokenExchangeProfile = exports.Tenant = exports.SelfServiceProfileCustomText = exports.SelfServiceProfile = exports.RuleConfig = exports.Rule = exports.RolePermissions = exports.RolePermission = exports.Role = exports.ResourceServerScopes = exports.ResourceServerScope = exports.ResourceServer = exports.Provider = exports.PromptScreenRenderer = exports.PromptScreenPartials = exports.PromptScreenPartial = exports.PromptPartials = exports.PromptCustomText = exports.Prompt = exports.Pages = exports.OrganizationMembers = exports.OrganizationMemberRoles = exports.OrganizationMemberRole = exports.OrganizationMember = exports.OrganizationConnections = exports.OrganizationConnection = exports.OrganizationClientGrant = exports.Organization = exports.LogStream = exports.Hook = exports.Guardian = exports.getUserOutput = exports.getUser = exports.getTokenExchangeProfileOutput = exports.getTokenExchangeProfile = exports.getTenantOutput = exports.getTenant = exports.getSigningKeysOutput = exports.getSigningKeys = exports.getSelfServiceProfileOutput = exports.getSelfServiceProfile = exports.getRoleOutput = exports.getRole = exports.getResourceServerOutput = void 0; | ||
exports.types = exports.config = exports.UserRoles = void 0; | ||
const pulumi = require("@pulumi/pulumi"); | ||
@@ -108,2 +109,5 @@ const utilities = require("./utilities"); | ||
utilities.lazyLoad(exports, ["getTenant", "getTenantOutput"], () => require("./getTenant")); | ||
exports.getTokenExchangeProfile = null; | ||
exports.getTokenExchangeProfileOutput = null; | ||
utilities.lazyLoad(exports, ["getTokenExchangeProfile", "getTokenExchangeProfileOutput"], () => require("./getTokenExchangeProfile")); | ||
exports.getUser = null; | ||
@@ -172,2 +176,4 @@ exports.getUserOutput = null; | ||
utilities.lazyLoad(exports, ["Tenant"], () => require("./tenant")); | ||
exports.TokenExchangeProfile = null; | ||
utilities.lazyLoad(exports, ["TokenExchangeProfile"], () => require("./tokenExchangeProfile")); | ||
exports.TriggerAction = null; | ||
@@ -292,2 +298,4 @@ utilities.lazyLoad(exports, ["TriggerAction"], () => require("./triggerAction")); | ||
return new exports.Tenant(name, undefined, { urn }); | ||
case "auth0:index/tokenExchangeProfile:TokenExchangeProfile": | ||
return new exports.TokenExchangeProfile(name, undefined, { urn }); | ||
case "auth0:index/triggerAction:TriggerAction": | ||
@@ -360,2 +368,3 @@ return new exports.TriggerAction(name, undefined, { urn }); | ||
pulumi.runtime.registerResourceModule("auth0", "index/tenant", _module); | ||
pulumi.runtime.registerResourceModule("auth0", "index/tokenExchangeProfile", _module); | ||
pulumi.runtime.registerResourceModule("auth0", "index/triggerAction", _module); | ||
@@ -362,0 +371,0 @@ pulumi.runtime.registerResourceModule("auth0", "index/triggerActions", _module); |
{ | ||
"name": "@pulumi/auth0", | ||
"version": "3.13.0-alpha.1738300359", | ||
"version": "3.13.0-alpha.1738330371", | ||
"description": "A Pulumi package for creating and managing auth0 cloud resources.", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"name": "auth0", | ||
"version": "3.13.0-alpha.1738300359" | ||
"version": "3.13.0-alpha.1738330371" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1257451
261
27859