pulumi-azuread


Namepulumi-azuread JSON
Version 5.53.4 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Azure Active Directory (Azure AD) cloud resources.
upload_time2024-09-20 10:37:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azuread/sdk/v5/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/v5

### .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.8",
    "maintainer_email": null,
    "keywords": "pulumi, azuread",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6c/6b/7fb91e652af2544182c49ba4a2b64d97a395d59cff70b64f6aa66deaf7c8/pulumi_azuread-5.53.4.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/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-azuread/sdk/v5/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/v5\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": "5.53.4",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-azuread"
    },
    "split_keywords": [
        "pulumi",
        " azuread"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8e096386943272a4e3e94bcee1d5ef3fb62205823d9de537519d957342ed01f",
                "md5": "4f55c33b26889fdca6162e9c539d8750",
                "sha256": "97dc5fedf742f51967daee08b3f17041537127b5621555f74c01292e68eef724"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-5.53.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f55c33b26889fdca6162e9c539d8750",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 295996,
            "upload_time": "2024-09-20T10:37:09",
            "upload_time_iso_8601": "2024-09-20T10:37:09.498535Z",
            "url": "https://files.pythonhosted.org/packages/a8/e0/96386943272a4e3e94bcee1d5ef3fb62205823d9de537519d957342ed01f/pulumi_azuread-5.53.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c6b7fb91e652af2544182c49ba4a2b64d97a395d59cff70b64f6aa66deaf7c8",
                "md5": "b4ada74067a45c8e54016d3f747e8c3e",
                "sha256": "cc93cac724e5543bcb232ff7539460ee0a840a7cb8aa18b39019201841b887d1"
            },
            "downloads": -1,
            "filename": "pulumi_azuread-5.53.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b4ada74067a45c8e54016d3f747e8c3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 199496,
            "upload_time": "2024-09-20T10:37:11",
            "upload_time_iso_8601": "2024-09-20T10:37:11.280231Z",
            "url": "https://files.pythonhosted.org/packages/6c/6b/7fb91e652af2544182c49ba4a2b64d97a395d59cff70b64f6aa66deaf7c8/pulumi_azuread-5.53.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-20 10:37:11",
    "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.36389s