pulumi-azuread


Namepulumi-azuread JSON
Version 6.5.2 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Azure Active Directory (Azure AD) cloud resources.
upload_time2025-07-24 23:19:55
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/d0/17/ecfc1e9ba92801cf2b7b3705894dc3283d3a81ca68ca92eaed588c11cade/pulumi_azuread-6.5.2.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.5.2",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-azuread"
    },
    "split_keywords": [
        "pulumi",
        " azuread"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bbf46035e5009cf54ebf4257dcc134d2268399eafad78120eac1498563d8001",
                "md5": "3e90b21dd076ef9fc34070621cbebeb5",
                "sha256": "f9a2388635088e8184a3a064c4f3191f1723518ccaf14bc5f0d9d907c68dc89d"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-6.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e90b21dd076ef9fc34070621cbebeb5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 311330,
            "upload_time": "2025-07-24T23:19:53",
            "upload_time_iso_8601": "2025-07-24T23:19:53.222196Z",
            "url": "https://files.pythonhosted.org/packages/1b/bf/46035e5009cf54ebf4257dcc134d2268399eafad78120eac1498563d8001/pulumi_azuread-6.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d017ecfc1e9ba92801cf2b7b3705894dc3283d3a81ca68ca92eaed588c11cade",
                "md5": "e3986f3d8855d3cf9df6f375507f95ff",
                "sha256": "51904085a186fe052bf96e1522fa8528877984f46088efe5d17e915038d7fb35"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-6.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e3986f3d8855d3cf9df6f375507f95ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 216418,
            "upload_time": "2025-07-24T23:19:55",
            "upload_time_iso_8601": "2025-07-24T23:19:55.161003Z",
            "url": "https://files.pythonhosted.org/packages/d0/17/ecfc1e9ba92801cf2b7b3705894dc3283d3a81ca68ca92eaed588c11cade/pulumi_azuread-6.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 23:19:55",
    "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: 2.05148s