Auth0 Resource Provider
The Auth0 Resource Provider lets you manage Auth0 resources.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @pulumi/auth0
or yarn:
$ yarn add @pulumi/auth0
Python
To use from Python, install using pip:
$ pip install pulumi_auth0
Go
To use from Go, use go get to grab the latest version of the library
$ go get github.com/pulumi/pulumi-auth0/sdk/v3
.NET
To use from .NET, install using dotnet add package:
$ dotnet add package Pulumi.Auth0
Configuration
The following configuration points are available:
auth0:apiToken- (Optional) Your Auth0 management api access token. It can also be sourced from theAUTH0_API_TOKENenvironment variable. It can be used instead ofauth0:clientId+auth0:clientSecret. If both are specified,auth0:apiTokenwill be used overauth0:clientId+auth0:clientSecretfields.auth0:audience- (Optional) Your Auth0 audience when using a custom domain. It can also be sourced from theAUTH0_AUDIENCEenvironment variable.auth0:clientId- (Optional) Your Auth0 client ID. It can also be sourced from theAUTH0_CLIENT_IDenvironment variable.auth0:clientSecret- (Optional) Your Auth0 client secret. It can also be sourced from theAUTH0_CLIENT_SECRETenvironment variable.auth0:debug- (Optional) Indicates whether to turn on debug mode.auth0:domain- (Required) Your Auth0 domain name. It can also be sourced from theAUTH0_DOMAINenvironment variable.
Reference
For further information, please visit the Auth0 provider docs or for detailed reference documentation, please visit the API docs.
Release files for pulumi-auth0 3.52.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_auth0-3.52.0.tar.gz | 474.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_auth0-3.52.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / pulumi_auth0-3.52.0.tar.gz
| Download URL | pulumi_auth0-3.52.0.tar.gz |
|---|---|
| Size | 474.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3a73c5cbc5679471293e1a603f5fb3f151ba3dae8465934dcefd6fd7101e1cb0
|
|
BLAKE2b-256 checksum How to use checksums |
9555824ed689b1898f23688627587fea3f87011aa5244b379d97fc032940538d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / pulumi_auth0-3.52.0-py3-none-any.whl
| Download URL | pulumi_auth0-3.52.0-py3-none-any.whl |
|---|---|
| Size | 629.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d6714327b7a1b7dfdc186c5fcec5332950028ba39dde797889b6c1e3047296a8
|
|
BLAKE2b-256 checksum How to use checksums |
96bbcb804e6a01ab4f6cd09ddcb3f95ede209abf5f13d3b697237fe4e5a01f03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|