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.54.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.54.0.tar.gz | 494.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_auth0-3.54.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / pulumi_auth0-3.54.0.tar.gz
| Download URL | pulumi_auth0-3.54.0.tar.gz |
|---|---|
| Size | 494.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f33a2cbe2f126a7310421945394e99a2737b34108688506b20883681d8b56d89
|
|
BLAKE2b-256 checksum How to use checksums |
495ff415e642d322512a68f5e11f45f0dd1d1373e34d7964ce7aaad4de06e2b0
|
| 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.54.0-py3-none-any.whl
| Download URL | pulumi_auth0-3.54.0-py3-none-any.whl |
|---|---|
| Size | 650.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1bd75d00b7cd5b629a3d600b0f03d90aaab82a3a4e4f296b26f9f0a7d37b74ad
|
|
BLAKE2b-256 checksum How to use checksums |
ec1ac5c698f7b323020e338f4289aab4319b6fb71bbfa3f6b76ea2c314d207e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|