pulumi-azuread


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

# Microsoft Azure Active Directory Resource Provider

The Microsoft Azure AD resource provider for Pulumi lets you use Azure Active Directory resources in your cloud programs.  To use
this package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, click "Get Started" below.

<div>
    <a href="https://www.pulumi.com/docs/get-started/azure" title="Get Started">
       <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
    </a>
</div>

## 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/azuread

or `yarn`:

    yarn add @pulumi/azuread

### Python 3

To use from Python, install using `pip`:

    pip install pulumi-azuread

### Go

To use from Go, use `go get` to grab the latest version of the library

    go get github.com/pulumi/pulumi-azuread/sdk/v6

### .NET

To use from .NET, install using `dotnet add package`:

    dotnet add package Pulumi.Azuread

## Configuration

The following configuration points are available:

- `azuread:clientId` - The Client ID which should be used. This can also be sourced from the `ARM_CLIENT_ID` Environment
   Variable.
- `azuread:tenantId` - The Tenant ID which should be used. This can also be sourced from the `ARM_TENANT_ID` Environment
   Variable.
- `azuread:clientSecret` - The Client Secret which should be used. This can also be sourced from the `ARM_CLIENT_SECRET`
   Environment Variable.
- `azuread:certificatePassword` - The password associated with the Client Certificate. This can also be sourced from
   the `ARM_CLIENT_CERTIFICATE_PASSWORD` Environment Variable.
- `azuread:clientCertificatePath` - The path to the Client Certificate associated with the Service Principal which should
   be used. This can also be sourced from the `ARM_CLIENT_CERTIFICATE_PATH` Environment Variable.
- `azuread:environment` -  The Cloud Environment which be used. Possible values are public, usgovernment, german and china.
   Defaults to `public`. This can also be sourced from the `ARM_ENVIRONMENT` environment variable.
- `azuread:msiEndpoint` - The path to a custom endpoint for Managed Service Identity - in most circumstances this should
   be detected automatically. This can also be sourced from the `ARM_MSI_ENDPOINT` Environment Variable.
- `azuread:useMsi` - Should Managed Service Identity be used for Authentication? This can also be sourced from the
   `ARM_USE_MSI` Environment Variable. Defaults to `false`.

## Reference

For further information, please visit [the AzureAD provider docs](https://www.pulumi.com/registry/packages/azuread/) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/azuread/api-docs/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-azuread",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, azuread",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ce/26/56eeb8ae18ceb4e2f51f76facd0942cc013f16f49f2f203e556fcb211e59/pulumi_azuread-6.2.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-azuread/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-azuread/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%2Fazuread.svg)](https://npmjs.com/package/@pulumi/azuread)\n[![NuGet version](https://badge.fury.io/nu/pulumi.azuread.svg)](https://badge.fury.io/nu/pulumi.azured)\n[![Python version](https://badge.fury.io/py/pulumi-azuread.svg)](https://pypi.org/project/pulumi-azuread)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-azuread/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azuread/sdk/v6/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-azuread/blob/master/LICENSE)\n\n# Microsoft Azure Active Directory Resource Provider\n\nThe Microsoft Azure AD resource provider for Pulumi lets you use Azure Active Directory resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/). For a streamlined Pulumi walkthrough, including language runtime installation and Azure configuration, click \"Get Started\" below.\n\n<div>\n    <a href=\"https://www.pulumi.com/docs/get-started/azure\" title=\"Get Started\">\n       <img src=\"https://www.pulumi.com/images/get-started.svg?\" width=\"120\">\n    </a>\n</div>\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/azuread\n\nor `yarn`:\n\n    yarn add @pulumi/azuread\n\n### Python 3\n\nTo use from Python, install using `pip`:\n\n    pip install pulumi-azuread\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-azuread/sdk/v6\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    dotnet add package Pulumi.Azuread\n\n## Configuration\n\nThe following configuration points are available:\n\n- `azuread:clientId` - The Client ID which should be used. This can also be sourced from the `ARM_CLIENT_ID` Environment\n   Variable.\n- `azuread:tenantId` - The Tenant ID which should be used. This can also be sourced from the `ARM_TENANT_ID` Environment\n   Variable.\n- `azuread:clientSecret` - The Client Secret which should be used. This can also be sourced from the `ARM_CLIENT_SECRET`\n   Environment Variable.\n- `azuread:certificatePassword` - The password associated with the Client Certificate. This can also be sourced from\n   the `ARM_CLIENT_CERTIFICATE_PASSWORD` Environment Variable.\n- `azuread:clientCertificatePath` - The path to the Client Certificate associated with the Service Principal which should\n   be used. This can also be sourced from the `ARM_CLIENT_CERTIFICATE_PATH` Environment Variable.\n- `azuread:environment` -  The Cloud Environment which be used. Possible values are public, usgovernment, german and china.\n   Defaults to `public`. This can also be sourced from the `ARM_ENVIRONMENT` environment variable.\n- `azuread:msiEndpoint` - The path to a custom endpoint for Managed Service Identity - in most circumstances this should\n   be detected automatically. This can also be sourced from the `ARM_MSI_ENDPOINT` Environment Variable.\n- `azuread:useMsi` - Should Managed Service Identity be used for Authentication? This can also be sourced from the\n   `ARM_USE_MSI` Environment Variable. Defaults to `false`.\n\n## Reference\n\nFor further information, please visit [the AzureAD provider docs](https://www.pulumi.com/registry/packages/azuread/) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/azuread/api-docs/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Azure Active Directory (Azure AD) cloud resources.",
    "version": "6.2.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-azuread"
    },
    "split_keywords": [
        "pulumi",
        " azuread"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09b82a91cdefcac92271310cf0358cf19b063c5b3ee836572af8f30bd9aa0adb",
                "md5": "6c1ac748252c3ec457e542cc5b5fada4",
                "sha256": "a932cff7f148235609de98698b4b7f040f9640a033110b9b675c6c3c92cc1e8d"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-6.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c1ac748252c3ec457e542cc5b5fada4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 297236,
            "upload_time": "2025-01-21T16:06:06",
            "upload_time_iso_8601": "2025-01-21T16:06:06.772907Z",
            "url": "https://files.pythonhosted.org/packages/09/b8/2a91cdefcac92271310cf0358cf19b063c5b3ee836572af8f30bd9aa0adb/pulumi_azuread-6.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce2656eeb8ae18ceb4e2f51f76facd0942cc013f16f49f2f203e556fcb211e59",
                "md5": "8656029334fc311cad065cb381d5d58a",
                "sha256": "92516ad64c323a2c096fbcc4fdef89faf91f7c1d1baa66793492c57f02482f3e"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-6.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8656029334fc311cad065cb381d5d58a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 201043,
            "upload_time": "2025-01-21T16:06:09",
            "upload_time_iso_8601": "2025-01-21T16:06:09.011470Z",
            "url": "https://files.pythonhosted.org/packages/ce/26/56eeb8ae18ceb4e2f51f76facd0942cc013f16f49f2f203e556fcb211e59/pulumi_azuread-6.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 16:06:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-azuread",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-azuread"
}
        
Elapsed time: 0.44384s