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.53.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.53.0.tar.gz | 483.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_auth0-3.53.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / pulumi_auth0-3.53.0.tar.gz
| Download URL | pulumi_auth0-3.53.0.tar.gz |
|---|---|
| Size | 483.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d59f6990e393c7030b0ced6cabbb603c8170f91b764174246be4e3f08e8de2d8
|
|
BLAKE2b-256 checksum How to use checksums |
030f37938e0a1fa84ac57ca08c14ecd917281d21b3f2220bda3a166385a2195a
|
| 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.53.0-py3-none-any.whl
| Download URL | pulumi_auth0-3.53.0-py3-none-any.whl |
|---|---|
| Size | 640.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
06b42e21be8b06c04a06e8badbcd07952c5ac480b921ffcaf35bbb01ec6aa2d4
|
|
BLAKE2b-256 checksum How to use checksums |
342c19cb90ad99338e9d9a57ccf7d76de5b0591ef622a058e8d523cb45bcfef7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|