pulumi-auth0


Namepulumi-auth0 JSON
Version 3.23.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing auth0 cloud resources.
upload_time2025-07-16 22:38:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi auth0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-auth0/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-auth0/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fauth0.svg)](https://www.npmjs.com/package/@pulumi/auth0)
[![Python version](https://badge.fury.io/py/pulumi-auth0.svg)](https://pypi.org/project/pulumi-auth0)
[![NuGet version](https://badge.fury.io/nu/pulumi.auth0.svg)](https://badge.fury.io/nu/pulumi.auth0)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-auth0/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-auth0/sdk/v3/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-auth0/blob/master/LICENSE)

# 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](https://auth0.com/docs/security/tokens/access-tokens/management-api-access-tokens). It can also be
  sourced from the `AUTH0_API_TOKEN` environment variable. It can be used instead of `auth0:clientId` +
  `auth0:clientSecret`. If both are specified, `auth0:apiToken` will be used over `auth0:clientId` +
  `auth0:clientSecret` fields.
- `auth0:audience` - (Optional) Your Auth0 audience when using a custom domain. It can also be sourced from
  the `AUTH0_AUDIENCE` environment variable.
- `auth0:clientId` - (Optional) Your Auth0 client ID. It can also be sourced from the `AUTH0_CLIENT_ID`
  environment variable.
- `auth0:clientSecret` - (Optional) Your Auth0 client secret. It can also be sourced from the
  `AUTH0_CLIENT_SECRET` environment variable.
- `auth0:debug` - (Optional) Indicates whether to turn on debug mode.
- `auth0:domain` - (Required) Your Auth0 domain name. It can also be sourced from the
  `AUTH0_DOMAIN` environment variable.

## Reference

For further information, please visit [the Auth0 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/auth0) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/auth0).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-auth0",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, auth0",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e3/21/f12fa8ec062229197fe40305e47b083e8db6699abecca66ec27bf76c3156/pulumi_auth0-3.23.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-auth0/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-auth0/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fauth0.svg)](https://www.npmjs.com/package/@pulumi/auth0)\n[![Python version](https://badge.fury.io/py/pulumi-auth0.svg)](https://pypi.org/project/pulumi-auth0)\n[![NuGet version](https://badge.fury.io/nu/pulumi.auth0.svg)](https://badge.fury.io/nu/pulumi.auth0)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-auth0/sdk/v3/go)](https://pkg.go.dev/github.com/pulumi/pulumi-auth0/sdk/v3/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-auth0/blob/master/LICENSE)\n\n# Auth0 Resource Provider\n\nThe Auth0 Resource Provider lets you manage Auth0 resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/auth0\n\nor `yarn`:\n\n    $ yarn add @pulumi/auth0\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_auth0\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-auth0/sdk/v3\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Auth0\n\n## Configuration\n\nThe following configuration points are available:\n\n- `auth0:apiToken` - (Optional) Your Auth0 [management api access\n  token](https://auth0.com/docs/security/tokens/access-tokens/management-api-access-tokens). It can also be\n  sourced from the `AUTH0_API_TOKEN` environment variable. It can be used instead of `auth0:clientId` +\n  `auth0:clientSecret`. If both are specified, `auth0:apiToken` will be used over `auth0:clientId` +\n  `auth0:clientSecret` fields.\n- `auth0:audience` - (Optional) Your Auth0 audience when using a custom domain. It can also be sourced from\n  the `AUTH0_AUDIENCE` environment variable.\n- `auth0:clientId` - (Optional) Your Auth0 client ID. It can also be sourced from the `AUTH0_CLIENT_ID`\n  environment variable.\n- `auth0:clientSecret` - (Optional) Your Auth0 client secret. It can also be sourced from the\n  `AUTH0_CLIENT_SECRET` environment variable.\n- `auth0:debug` - (Optional) Indicates whether to turn on debug mode.\n- `auth0:domain` - (Required) Your Auth0 domain name. It can also be sourced from the\n  `AUTH0_DOMAIN` environment variable.\n\n## Reference\n\nFor further information, please visit [the Auth0 provider docs](https://www.pulumi.com/docs/intro/cloud-providers/auth0) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/auth0).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing auth0 cloud resources.",
    "version": "3.23.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-auth0"
    },
    "split_keywords": [
        "pulumi",
        " auth0"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6899e49d11a7ce99ab8ed7926eceb5c998fd9f0012233f12a0644bf1dbee126",
                "md5": "3177db7b1dedad3cbbcf72f0dd9b9de7",
                "sha256": "f23de6febd5252f0c3c865eb8453fa636fae4ad178b3afaf73d62aceac1ae967"
            },
            "downloads": -1,
            "filename": "pulumi_auth0-3.23.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3177db7b1dedad3cbbcf72f0dd9b9de7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 416289,
            "upload_time": "2025-07-16T22:38:23",
            "upload_time_iso_8601": "2025-07-16T22:38:23.312178Z",
            "url": "https://files.pythonhosted.org/packages/d6/89/9e49d11a7ce99ab8ed7926eceb5c998fd9f0012233f12a0644bf1dbee126/pulumi_auth0-3.23.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e321f12fa8ec062229197fe40305e47b083e8db6699abecca66ec27bf76c3156",
                "md5": "a177ee0035dc0b86a75dfd323192798b",
                "sha256": "0396eae43b87a4dfcdaa5ab19e2a6c5ee07f69be38fbf17840a1eea0f60b45a4"
            },
            "downloads": -1,
            "filename": "pulumi_auth0-3.23.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a177ee0035dc0b86a75dfd323192798b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 312601,
            "upload_time": "2025-07-16T22:38:25",
            "upload_time_iso_8601": "2025-07-16T22:38:25.144511Z",
            "url": "https://files.pythonhosted.org/packages/e3/21/f12fa8ec062229197fe40305e47b083e8db6699abecca66ec27bf76c3156/pulumi_auth0-3.23.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 22:38:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-auth0",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-auth0"
}
        
Elapsed time: 1.81151s