@pulumi/auth0 3.45.0-alpha.1779950169 → 3.45.0-alpha.1780121907

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.
Files changed (55) hide show
  1. package/connection.d.ts +1 -1
  2. package/connection.js +1 -1
  3. package/connectionClient.d.ts +1 -1
  4. package/connectionClient.js +1 -1
  5. package/connectionClients.d.ts +1 -1
  6. package/connectionClients.js +1 -1
  7. package/connectionKeys.d.ts +1 -1
  8. package/connectionKeys.js +1 -1
  9. package/emailProvider.d.ts +2 -2
  10. package/emailProvider.js +2 -2
  11. package/hook.d.ts +1 -1
  12. package/hook.js +1 -1
  13. package/logStream.d.ts +1 -1
  14. package/logStream.js +1 -1
  15. package/organizationConnection.d.ts +1 -1
  16. package/organizationConnection.js +1 -1
  17. package/organizationConnections.d.ts +1 -1
  18. package/organizationConnections.js +1 -1
  19. package/organizationMember.d.ts +1 -1
  20. package/organizationMember.js +1 -1
  21. package/organizationMembers.d.ts +1 -1
  22. package/organizationMembers.js +1 -1
  23. package/package.json +2 -2
  24. package/pages.d.ts +1 -1
  25. package/pages.js +1 -1
  26. package/phoneProvider.d.ts +2 -2
  27. package/phoneProvider.js +2 -2
  28. package/promptPartials.d.ts +1 -1
  29. package/promptPartials.js +1 -1
  30. package/promptScreenPartial.d.ts +1 -1
  31. package/promptScreenPartial.js +1 -1
  32. package/promptScreenPartials.d.ts +1 -1
  33. package/promptScreenPartials.js +1 -1
  34. package/resourceServerScope.d.ts +1 -1
  35. package/resourceServerScope.js +1 -1
  36. package/resourceServerScopes.d.ts +1 -1
  37. package/resourceServerScopes.js +1 -1
  38. package/rolePermission.d.ts +1 -1
  39. package/rolePermission.js +1 -1
  40. package/rolePermissions.d.ts +1 -1
  41. package/rolePermissions.js +1 -1
  42. package/rule.d.ts +1 -1
  43. package/rule.js +1 -1
  44. package/triggerAction.d.ts +1 -1
  45. package/triggerAction.js +1 -1
  46. package/triggerActions.d.ts +1 -1
  47. package/triggerActions.js +1 -1
  48. package/userPermission.d.ts +1 -1
  49. package/userPermission.js +1 -1
  50. package/userPermissions.d.ts +1 -1
  51. package/userPermissions.js +1 -1
  52. package/userRole.d.ts +1 -1
  53. package/userRole.js +1 -1
  54. package/userRoles.d.ts +1 -1
  55. package/userRoles.js +1 -1
package/connection.d.ts CHANGED
@@ -650,7 +650,7 @@ import * as outputs from "./types/output";
650
650
  *
651
651
  * ### Okta Connection
652
652
  *
653
- * !> When configuring an Okta Workforce connection, the `scopes` attribute must be explicitly set. If omitted, the connection may not function correctly.
653
+ * > When configuring an Okta Workforce connection, the `scopes` attribute must be explicitly set. If omitted, the connection may not function correctly.
654
654
  * To ensure proper behavior, always specify: `scopes = ["openid", "profile", "email"]`
655
655
  *
656
656
  * ```typescript
package/connection.js CHANGED
@@ -677,7 +677,7 @@ const utilities = __importStar(require("./utilities"));
677
677
  *
678
678
  * ### Okta Connection
679
679
  *
680
- * !> When configuring an Okta Workforce connection, the `scopes` attribute must be explicitly set. If omitted, the connection may not function correctly.
680
+ * > When configuring an Okta Workforce connection, the `scopes` attribute must be explicitly set. If omitted, the connection may not function correctly.
681
681
  * To ensure proper behavior, always specify: `scopes = ["openid", "profile", "email"]`
682
682
  *
683
683
  * ```typescript
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can enable a single client on a connection.
4
4
  *
5
- * !> This resource appends an enabled client to a connection. In contrast, the `auth0.ConnectionClients` resource
5
+ * > This resource appends an enabled client to a connection. In contrast, the `auth0.ConnectionClients` resource
6
6
  * manages all the clients enabled for a connection. To avoid potential issues, it is recommended not to use this
7
7
  * resource in conjunction with the `auth0.ConnectionClients` resource when managing enabled clients for the
8
8
  * same connection id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can enable a single client on a connection.
33
33
  *
34
- * !> This resource appends an enabled client to a connection. In contrast, the `auth0.ConnectionClients` resource
34
+ * > This resource appends an enabled client to a connection. In contrast, the `auth0.ConnectionClients` resource
35
35
  * manages all the clients enabled for a connection. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.ConnectionClients` resource when managing enabled clients for the
37
37
  * same connection id.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage all of the enabled clients on a connection.
4
4
  *
5
- * !> This resource manages all the enabled clients for a connection. In contrast, the `auth0.ConnectionClient` resource
5
+ * > This resource manages all the enabled clients for a connection. In contrast, the `auth0.ConnectionClient` resource
6
6
  * appends an enabled client to a connection. To avoid potential issues, it is recommended not to use this
7
7
  * resource in conjunction with the `auth0.ConnectionClient` resource when managing enabled clients for the same
8
8
  * connection id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage all of the enabled clients on a connection.
33
33
  *
34
- * !> This resource manages all the enabled clients for a connection. In contrast, the `auth0.ConnectionClient` resource
34
+ * > This resource manages all the enabled clients for a connection. In contrast, the `auth0.ConnectionClient` resource
35
35
  * appends an enabled client to a connection. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.ConnectionClient` resource when managing enabled clients for the same
37
37
  * connection id.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Client Assertion JWT is a more secure alternative to client secret authentication for OIDC and Okta Workforce connections. It uses a signed JWT instead of a shared secret to authenticate the client. The resource only supports key rotation. Use the auth0.ConnectionKeys data source to read existing keys. Removing the resource from configuration will NOT DELETE the key.
4
4
  *
5
- * !> The triggers field is only a placeholder for an arbitrary map used to signal the provider
5
+ * > The triggers field is only a placeholder for an arbitrary map used to signal the provider
6
6
  * to perform a key rotation whenever any update is made.
7
7
  * If the resource is removed from the configuration, the keys will not be deleted.
8
8
  *
package/connectionKeys.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * Client Assertion JWT is a more secure alternative to client secret authentication for OIDC and Okta Workforce connections. It uses a signed JWT instead of a shared secret to authenticate the client. The resource only supports key rotation. Use the auth0.ConnectionKeys data source to read existing keys. Removing the resource from configuration will NOT DELETE the key.
33
33
  *
34
- * !> The triggers field is only a placeholder for an arbitrary map used to signal the provider
34
+ * > The triggers field is only a placeholder for an arbitrary map used to signal the provider
35
35
  * to perform a key rotation whenever any update is made.
36
36
  * If the resource is removed from the configuration, the keys will not be deleted.
37
37
  *
@@ -4,10 +4,10 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With Auth0, you can have standard welcome, password reset, and account verification email-based workflows built right into Auth0. This resource allows you to configure email providers, so you can route all emails that are part of Auth0's authentication workflows through the supported high-volume email service of your choice.
6
6
  *
7
- * !> This resource manages to create a max of 1 email provider for a tenant.
7
+ * > This resource manages to create a max of 1 email provider for a tenant.
8
8
  * To avoid potential issues, it is recommended not to try creating multiple email providers on the same tenant.
9
9
  *
10
- * !> If you are using the `auth0.EmailProvider` resource to create a `custom` email provider, you must ensure an action is created first with `custom-email-provider` as the supportedTriggers
10
+ * > If you are using the `auth0.EmailProvider` resource to create a `custom` email provider, you must ensure an action is created first with `custom-email-provider` as the supportedTriggers
11
11
  *
12
12
  * ## Example Usage
13
13
  *
package/emailProvider.js CHANGED
@@ -31,10 +31,10 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With Auth0, you can have standard welcome, password reset, and account verification email-based workflows built right into Auth0. This resource allows you to configure email providers, so you can route all emails that are part of Auth0's authentication workflows through the supported high-volume email service of your choice.
33
33
  *
34
- * !> This resource manages to create a max of 1 email provider for a tenant.
34
+ * > This resource manages to create a max of 1 email provider for a tenant.
35
35
  * To avoid potential issues, it is recommended not to try creating multiple email providers on the same tenant.
36
36
  *
37
- * !> If you are using the `auth0.EmailProvider` resource to create a `custom` email provider, you must ensure an action is created first with `custom-email-provider` as the supportedTriggers
37
+ * > If you are using the `auth0.EmailProvider` resource to create a `custom` email provider, you must ensure an action is created first with `custom-email-provider` as the supportedTriggers
38
38
  *
39
39
  * ## Example Usage
40
40
  *
package/hook.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code. Depending on the extensibility point, you can use hooks with Database Connections and/or Passwordless Connections.
4
4
  *
5
- * !> This resource is deprecated. Refer to the [guide on how to migrate from hooks to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions) and manage your actions using the `auth0.Action` resource.
5
+ * > This resource is deprecated. Refer to the [guide on how to migrate from hooks to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions) and manage your actions using the `auth0.Action` resource.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
package/hook.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * Hooks are secure, self-contained functions that allow you to customize the behavior of Auth0 when executed for selected extensibility points of the Auth0 platform. Auth0 invokes Hooks during runtime to execute your custom Node.js code. Depending on the extensibility point, you can use hooks with Database Connections and/or Passwordless Connections.
33
33
  *
34
- * !> This resource is deprecated. Refer to the [guide on how to migrate from hooks to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions) and manage your actions using the `auth0.Action` resource.
34
+ * > This resource is deprecated. Refer to the [guide on how to migrate from hooks to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-hooks-to-actions) and manage your actions using the `auth0.Action` resource.
35
35
  *
36
36
  * ## Example Usage
37
37
  *
package/logStream.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage your Auth0 log streams.
6
6
  *
7
- * !> isPriority is a field that can be set while the resource is being created.
7
+ * > isPriority is a field that can be set while the resource is being created.
8
8
  * This cannot be updated once set. Updating the value might result in a noisy plan.
9
9
  *
10
10
  * ## Example Usage
package/logStream.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage your Auth0 log streams.
33
33
  *
34
- * !> isPriority is a field that can be set while the resource is being created.
34
+ * > isPriority is a field that can be set while the resource is being created.
35
35
  * This cannot be updated once set. Updating the value might result in a noisy plan.
36
36
  *
37
37
  * ## Example Usage
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage enabled connections on an organization.
4
4
  *
5
- * !> This resource appends a connection to an organization. In contrast, the `auth0.OrganizationConnections` resource
5
+ * > This resource appends a connection to an organization. In contrast, the `auth0.OrganizationConnections` resource
6
6
  * manages all the connections enabled for an organization. To avoid potential issues, it is recommended not to use this
7
7
  * resource in conjunction with the `auth0.OrganizationConnections` resource when managing enabled connections for the
8
8
  * same organization id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage enabled connections on an organization.
33
33
  *
34
- * !> This resource appends a connection to an organization. In contrast, the `auth0.OrganizationConnections` resource
34
+ * > This resource appends a connection to an organization. In contrast, the `auth0.OrganizationConnections` resource
35
35
  * manages all the connections enabled for an organization. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.OrganizationConnections` resource when managing enabled connections for the
37
37
  * same organization id.
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage enabled connections on an organization.
6
6
  *
7
- * !> This resource manages all the connections enabled for an organization. In contrast, the `auth0.OrganizationConnection`
7
+ * > This resource manages all the connections enabled for an organization. In contrast, the `auth0.OrganizationConnection`
8
8
  * resource appends a connection to an organization. To avoid potential issues, it is recommended not to use this
9
9
  * resource in conjunction with the `auth0.OrganizationConnection` resource when managing connections for the same
10
10
  * organization id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage enabled connections on an organization.
33
33
  *
34
- * !> This resource manages all the connections enabled for an organization. In contrast, the `auth0.OrganizationConnection`
34
+ * > This resource manages all the connections enabled for an organization. In contrast, the `auth0.OrganizationConnection`
35
35
  * resource appends a connection to an organization. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.OrganizationConnection` resource when managing connections for the same
37
37
  * organization id.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * This resource is used to manage the assignment of members and their roles within an organization.
4
4
  *
5
- * !> This resource appends a member to an organization. In contrast, the `auth0.OrganizationMembers` resource manages
5
+ * > This resource appends a member to an organization. In contrast, the `auth0.OrganizationMembers` resource manages
6
6
  * all the members assigned to an organization. To avoid potential issues, it is recommended not to use this resource in
7
7
  * conjunction with the `auth0.OrganizationMembers` resource when managing members for the same organization id.
8
8
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * This resource is used to manage the assignment of members and their roles within an organization.
33
33
  *
34
- * !> This resource appends a member to an organization. In contrast, the `auth0.OrganizationMembers` resource manages
34
+ * > This resource appends a member to an organization. In contrast, the `auth0.OrganizationMembers` resource manages
35
35
  * all the members assigned to an organization. To avoid potential issues, it is recommended not to use this resource in
36
36
  * conjunction with the `auth0.OrganizationMembers` resource when managing members for the same organization id.
37
37
  *
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * This resource is used to manage members of an organization.
4
4
  *
5
- * !> This resource manages all the members assigned to an organization. In contrast, the `auth0.OrganizationMember`
5
+ * > This resource manages all the members assigned to an organization. In contrast, the `auth0.OrganizationMember`
6
6
  * resource only appends a member to an organization. To avoid potential issues, it is recommended not to use this
7
7
  * resource in conjunction with the `auth0.OrganizationMember` resource when managing members for the same organization
8
8
  * id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * This resource is used to manage members of an organization.
33
33
  *
34
- * !> This resource manages all the members assigned to an organization. In contrast, the `auth0.OrganizationMember`
34
+ * > This resource manages all the members assigned to an organization. In contrast, the `auth0.OrganizationMember`
35
35
  * resource only appends a member to an organization. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.OrganizationMember` resource when managing members for the same organization
37
37
  * id.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/auth0",
3
- "version": "3.45.0-alpha.1779950169",
3
+ "version": "3.45.0-alpha.1780121907",
4
4
  "description": "A Pulumi package for creating and managing auth0 cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "auth0",
26
- "version": "3.45.0-alpha.1779950169"
26
+ "version": "3.45.0-alpha.1780121907"
27
27
  }
28
28
  }
package/pages.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource you can manage custom HTML for the Login, Reset Password, Multi-Factor Authentication and Error pages.
6
6
  *
7
- * !> The error block in auth0.Pages is not recommended when you're managing tenant settings via the auth0.Tenant resource.
7
+ * > The error block in auth0.Pages is not recommended when you're managing tenant settings via the auth0.Tenant resource.
8
8
  * To avoid conflicts, configure the errorPage directly in auth0.Tenant instead.
9
9
  *
10
10
  * ## Example Usage
package/pages.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource you can manage custom HTML for the Login, Reset Password, Multi-Factor Authentication and Error pages.
33
33
  *
34
- * !> The error block in auth0.Pages is not recommended when you're managing tenant settings via the auth0.Tenant resource.
34
+ * > The error block in auth0.Pages is not recommended when you're managing tenant settings via the auth0.Tenant resource.
35
35
  * To avoid conflicts, configure the errorPage directly in auth0.Tenant instead.
36
36
  *
37
37
  * ## Example Usage
@@ -4,10 +4,10 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * Auth0 allows you to configure your own phone messaging provider to help you manage, monitor, and troubleshoot your SMS and voice communications. You can only configure one phone provider for all SMS and voice communications per tenant.
6
6
  *
7
- * !> This resource manages to create a max of 1 phone provider for a tenant.
7
+ * > This resource manages to create a max of 1 phone provider for a tenant.
8
8
  * To avoid potential issues, it is recommended not to try creating multiple phone providers on the same tenant.
9
9
  *
10
- * !> If you are using the `auth0.PhoneProvider` resource to create a `custom` phone provider, you must ensure an action is created first with `custom-phone-provider` as the supportedTriggers
10
+ * > If you are using the `auth0.PhoneProvider` resource to create a `custom` phone provider, you must ensure an action is created first with `custom-phone-provider` as the supportedTriggers
11
11
  *
12
12
  * ## Example Usage
13
13
  *
package/phoneProvider.js CHANGED
@@ -31,10 +31,10 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * Auth0 allows you to configure your own phone messaging provider to help you manage, monitor, and troubleshoot your SMS and voice communications. You can only configure one phone provider for all SMS and voice communications per tenant.
33
33
  *
34
- * !> This resource manages to create a max of 1 phone provider for a tenant.
34
+ * > This resource manages to create a max of 1 phone provider for a tenant.
35
35
  * To avoid potential issues, it is recommended not to try creating multiple phone providers on the same tenant.
36
36
  *
37
- * !> If you are using the `auth0.PhoneProvider` resource to create a `custom` phone provider, you must ensure an action is created first with `custom-phone-provider` as the supportedTriggers
37
+ * > If you are using the `auth0.PhoneProvider` resource to create a `custom` phone provider, you must ensure an action is created first with `custom-phone-provider` as the supportedTriggers
38
38
  *
39
39
  * ## Example Usage
40
40
  *
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
4
4
  *
5
- * !> **Deprecated:** `auth0.PromptPartials` has been deprecated. Please use `auth0.PromptScreenPartials` for managing multiple
5
+ * > **Deprecated:** `auth0.PromptPartials` has been deprecated. Please use `auth0.PromptScreenPartials` for managing multiple
6
6
  * prompt screens or `auth0.PromptScreenPartial` for managing a single prompt screen.
7
7
  *
8
8
  * ## Example Usage
package/promptPartials.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
33
33
  *
34
- * !> **Deprecated:** `auth0.PromptPartials` has been deprecated. Please use `auth0.PromptScreenPartials` for managing multiple
34
+ * > **Deprecated:** `auth0.PromptPartials` has been deprecated. Please use `auth0.PromptScreenPartials` for managing multiple
35
35
  * prompt screens or `auth0.PromptScreenPartial` for managing a single prompt screen.
36
36
  *
37
37
  * ## Example Usage
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
6
6
  *
7
- * !> This resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
7
+ * > This resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
8
8
  * In contrast, the `auth0.PromptScreenPartials` resource manages the complete set of prompt screens that are displayed during the
9
9
  * authentication flow. To avoid potential issues, it is recommended not to use this resource in conjunction with the
10
10
  * `auth0.PromptScreenPartials` resource when managing prompt screens for the same prompt.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
33
33
  *
34
- * !> This resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
34
+ * > This resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
35
35
  * In contrast, the `auth0.PromptScreenPartials` resource manages the complete set of prompt screens that are displayed during the
36
36
  * authentication flow. To avoid potential issues, it is recommended not to use this resource in conjunction with the
37
37
  * `auth0.PromptScreenPartials` resource when managing prompt screens for the same prompt.
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
6
6
  *
7
- * !> This resource manages the entire set of prompt screens enabled for a prompt. In contrast, the `auth0.PromptScreenPartial`
7
+ * > This resource manages the entire set of prompt screens enabled for a prompt. In contrast, the `auth0.PromptScreenPartial`
8
8
  * resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
9
9
  * To avoid potential issues, it is recommended not to use this resource in conjunction with the `auth0.PromptScreenPartial`
10
10
  * resource when managing prompt screens for the same prompt.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage a customized sign up and login experience by adding custom content, form elements and css/javascript. You can read more about this [here](https://auth0.com/docs/customize/universal-login-pages/customize-signup-and-login-prompts).
33
33
  *
34
- * !> This resource manages the entire set of prompt screens enabled for a prompt. In contrast, the `auth0.PromptScreenPartial`
34
+ * > This resource manages the entire set of prompt screens enabled for a prompt. In contrast, the `auth0.PromptScreenPartial`
35
35
  * resource appends a specific prompt screen to the list of prompt screens displayed to the user during the authentication flow.
36
36
  * To avoid potential issues, it is recommended not to use this resource in conjunction with the `auth0.PromptScreenPartial`
37
37
  * resource when managing prompt screens for the same prompt.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage scopes (permissions) associated with a resource server (API).
4
4
  *
5
- * !> This resource appends a scope to a resource server. In contrast, the `auth0.ResourceServerScopes` resource manages
5
+ * > This resource appends a scope to a resource server. In contrast, the `auth0.ResourceServerScopes` resource manages
6
6
  * all the scopes assigned to a resource server. To avoid potential issues, it is recommended not to use this resource in
7
7
  * conjunction with the `auth0.ResourceServerScopes` resource when managing scopes for the same resource server id.
8
8
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage scopes (permissions) associated with a resource server (API).
33
33
  *
34
- * !> This resource appends a scope to a resource server. In contrast, the `auth0.ResourceServerScopes` resource manages
34
+ * > This resource appends a scope to a resource server. In contrast, the `auth0.ResourceServerScopes` resource manages
35
35
  * all the scopes assigned to a resource server. To avoid potential issues, it is recommended not to use this resource in
36
36
  * conjunction with the `auth0.ResourceServerScopes` resource when managing scopes for the same resource server id.
37
37
  *
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage scopes (permissions) associated with a resource server (API).
6
6
  *
7
- * !> This resource manages all the scopes assigned to a resource server. In contrast, the `auth0.ResourceServerScope`
7
+ * > This resource manages all the scopes assigned to a resource server. In contrast, the `auth0.ResourceServerScope`
8
8
  * resource only appends a scope to a resource server. To avoid potential issues, it is recommended not to use this
9
9
  * resource in conjunction with the `auth0.ResourceServerScope` resource when managing scopes for the same resource
10
10
  * server id.
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage scopes (permissions) associated with a resource server (API).
33
33
  *
34
- * !> This resource manages all the scopes assigned to a resource server. In contrast, the `auth0.ResourceServerScope`
34
+ * > This resource manages all the scopes assigned to a resource server. In contrast, the `auth0.ResourceServerScope`
35
35
  * resource only appends a scope to a resource server. To avoid potential issues, it is recommended not to use this
36
36
  * resource in conjunction with the `auth0.ResourceServerScope` resource when managing scopes for the same resource
37
37
  * server id.
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage role permissions (1-1).
4
4
  *
5
- * !> This resource appends a permission to a role. In contrast, the `auth0.RolePermissions` resource manages all the
5
+ * > This resource appends a permission to a role. In contrast, the `auth0.RolePermissions` resource manages all the
6
6
  * permissions assigned to a role. To avoid potential issues, it is recommended not to use this resource in conjunction
7
7
  * with the `auth0.RolePermissions` resource when managing permissions for the same role id.
8
8
  *
package/rolePermission.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage role permissions (1-1).
33
33
  *
34
- * !> This resource appends a permission to a role. In contrast, the `auth0.RolePermissions` resource manages all the
34
+ * > This resource appends a permission to a role. In contrast, the `auth0.RolePermissions` resource manages all the
35
35
  * permissions assigned to a role. To avoid potential issues, it is recommended not to use this resource in conjunction
36
36
  * with the `auth0.RolePermissions` resource when managing permissions for the same role id.
37
37
  *
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage role permissions (1-many).
6
6
  *
7
- * !> This resource manages all the permissions assigned to a role. In contrast, the `auth0.RolePermission` resource only
7
+ * > This resource manages all the permissions assigned to a role. In contrast, the `auth0.RolePermission` resource only
8
8
  * appends a permission to a role. To avoid potential issues, it is recommended not to use this resource in conjunction
9
9
  * with the `auth0.RolePermission` resource when managing permissions for the same role id.
10
10
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage role permissions (1-many).
33
33
  *
34
- * !> This resource manages all the permissions assigned to a role. In contrast, the `auth0.RolePermission` resource only
34
+ * > This resource manages all the permissions assigned to a role. In contrast, the `auth0.RolePermission` resource only
35
35
  * appends a permission to a role. To avoid potential issues, it is recommended not to use this resource in conjunction
36
36
  * with the `auth0.RolePermission` resource when managing permissions for the same role id.
37
37
  *
package/rule.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With Auth0, you can create custom Javascript snippets that run in a secure, isolated sandbox as part of your authentication pipeline, which are otherwise known as rules. This resource allows you to create and manage rules. You can create global variable for use with rules by using the `auth0.RuleConfig` resource.
4
4
  *
5
- * !> This resource is deprecated. Refer to the [guide on how to migrate from rules to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions) and manage your actions using the `auth0.Action` resource.
5
+ * > This resource is deprecated. Refer to the [guide on how to migrate from rules to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions) and manage your actions using the `auth0.Action` resource.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
package/rule.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With Auth0, you can create custom Javascript snippets that run in a secure, isolated sandbox as part of your authentication pipeline, which are otherwise known as rules. This resource allows you to create and manage rules. You can create global variable for use with rules by using the `auth0.RuleConfig` resource.
33
33
  *
34
- * !> This resource is deprecated. Refer to the [guide on how to migrate from rules to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions) and manage your actions using the `auth0.Action` resource.
34
+ * > This resource is deprecated. Refer to the [guide on how to migrate from rules to actions](https://auth0.com/docs/customize/actions/migrate/migrate-from-rules-to-actions) and manage your actions using the `auth0.Action` resource.
35
35
  *
36
36
  * ## Example Usage
37
37
  *
@@ -4,7 +4,7 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * Ordering of an action within a specific flow is not currently supported when using this resource; the action will get appended to the end of the flow. To precisely manage ordering, it is advised to either do so with the dashboard UI or with the `auth0TriggerBindings` resource.
6
6
  *
7
- * !> This resource appends an action to the trigger binding. In contrast, the `auth0.TriggerActions` resource manages all
7
+ * > This resource appends an action to the trigger binding. In contrast, the `auth0.TriggerActions` resource manages all
8
8
  * the action bindings to a trigger. To avoid potential issues, it is recommended not to use this resource in conjunction
9
9
  * with the `auth0.TriggerAction` resource when binding actions to the same trigger.
10
10
  *
package/triggerAction.js CHANGED
@@ -33,7 +33,7 @@ const utilities = __importStar(require("./utilities"));
33
33
  *
34
34
  * Ordering of an action within a specific flow is not currently supported when using this resource; the action will get appended to the end of the flow. To precisely manage ordering, it is advised to either do so with the dashboard UI or with the `auth0TriggerBindings` resource.
35
35
  *
36
- * !> This resource appends an action to the trigger binding. In contrast, the `auth0.TriggerActions` resource manages all
36
+ * > This resource appends an action to the trigger binding. In contrast, the `auth0.TriggerActions` resource manages all
37
37
  * the action bindings to a trigger. To avoid potential issues, it is recommended not to use this resource in conjunction
38
38
  * with the `auth0.TriggerAction` resource when binding actions to the same trigger.
39
39
  *
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can bind actions to a trigger. Once actions are created and deployed, they can be attached (i.e. bound) to a trigger so that it will be executed as part of a flow. The list of actions reflects the order in which they will be executed during the appropriate flow.
6
6
  *
7
- * !> This resource manages all the action bindings to a trigger. In contrast, the `auth0.TriggerAction` resource only
7
+ * > This resource manages all the action bindings to a trigger. In contrast, the `auth0.TriggerAction` resource only
8
8
  * appends an action to the trigger binding. To avoid potential issues, it is recommended not to use this resource in
9
9
  * conjunction with the `auth0.TriggerAction` resource when binding actions to the same trigger.
10
10
  *
package/triggerActions.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can bind actions to a trigger. Once actions are created and deployed, they can be attached (i.e. bound) to a trigger so that it will be executed as part of a flow. The list of actions reflects the order in which they will be executed during the appropriate flow.
33
33
  *
34
- * !> This resource manages all the action bindings to a trigger. In contrast, the `auth0.TriggerAction` resource only
34
+ * > This resource manages all the action bindings to a trigger. In contrast, the `auth0.TriggerAction` resource only
35
35
  * appends an action to the trigger binding. To avoid potential issues, it is recommended not to use this resource in
36
36
  * conjunction with the `auth0.TriggerAction` resource when binding actions to the same trigger.
37
37
  *
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage user permissions.
4
4
  *
5
- * !> This resource appends a permission to a user. In contrast, the `auth0.UserPermissions` resource manages all the
5
+ * > This resource appends a permission to a user. In contrast, the `auth0.UserPermissions` resource manages all the
6
6
  * permissions assigned to a user. To avoid potential issues, it is recommended not to use this resource in conjunction
7
7
  * with the `auth0.UserPermissions` resource when managing permissions for the same user id.
8
8
  *
package/userPermission.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage user permissions.
33
33
  *
34
- * !> This resource appends a permission to a user. In contrast, the `auth0.UserPermissions` resource manages all the
34
+ * > This resource appends a permission to a user. In contrast, the `auth0.UserPermissions` resource manages all the
35
35
  * permissions assigned to a user. To avoid potential issues, it is recommended not to use this resource in conjunction
36
36
  * with the `auth0.UserPermissions` resource when managing permissions for the same user id.
37
37
  *
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * With this resource, you can manage all of a user's permissions.
6
6
  *
7
- * !> This resource manages all the permissions assigned to a user. In contrast, the `auth0.UserPermission` resource only
7
+ * > This resource manages all the permissions assigned to a user. In contrast, the `auth0.UserPermission` resource only
8
8
  * appends a permissions to a user. To avoid potential issues, it is recommended not to use this resource in conjunction
9
9
  * with the `auth0.UserPermission` resource when managing permissions for the same user id.
10
10
  *
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage all of a user's permissions.
33
33
  *
34
- * !> This resource manages all the permissions assigned to a user. In contrast, the `auth0.UserPermission` resource only
34
+ * > This resource manages all the permissions assigned to a user. In contrast, the `auth0.UserPermission` resource only
35
35
  * appends a permissions to a user. To avoid potential issues, it is recommended not to use this resource in conjunction
36
36
  * with the `auth0.UserPermission` resource when managing permissions for the same user id.
37
37
  *
package/userRole.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage assigned roles for a user.
4
4
  *
5
- * !> This resource appends a role to a user. In contrast, the `auth0.UserRoles` resource manages all the roles assigned
5
+ * > This resource appends a role to a user. In contrast, the `auth0.UserRoles` resource manages all the roles assigned
6
6
  * to a user. To avoid potential issues, it is recommended not to use this resource in conjunction with the
7
7
  * `auth0.UserRoles` resource when managing roles for the same user id.
8
8
  *
package/userRole.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage assigned roles for a user.
33
33
  *
34
- * !> This resource appends a role to a user. In contrast, the `auth0.UserRoles` resource manages all the roles assigned
34
+ * > This resource appends a role to a user. In contrast, the `auth0.UserRoles` resource manages all the roles assigned
35
35
  * to a user. To avoid potential issues, it is recommended not to use this resource in conjunction with the
36
36
  * `auth0.UserRoles` resource when managing roles for the same user id.
37
37
  *
package/userRoles.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
3
  * With this resource, you can manage assigned roles for a user.
4
4
  *
5
- * !> This resource manages all the roles assigned to a user. In contrast, the `auth0.UserRole` resource only appends a
5
+ * > This resource manages all the roles assigned to a user. In contrast, the `auth0.UserRole` resource only appends a
6
6
  * role to a user. To avoid potential issues, it is recommended not to use this resource in conjunction with the
7
7
  * `auth0.UserRole` resource when managing roles for the same user id.
8
8
  *
package/userRoles.js CHANGED
@@ -31,7 +31,7 @@ const utilities = __importStar(require("./utilities"));
31
31
  /**
32
32
  * With this resource, you can manage assigned roles for a user.
33
33
  *
34
- * !> This resource manages all the roles assigned to a user. In contrast, the `auth0.UserRole` resource only appends a
34
+ * > This resource manages all the roles assigned to a user. In contrast, the `auth0.UserRole` resource only appends a
35
35
  * role to a user. To avoid potential issues, it is recommended not to use this resource in conjunction with the
36
36
  * `auth0.UserRole` resource when managing roles for the same user id.
37
37
  *