New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pulumi/azuread

Package Overview
Dependencies
Maintainers
2
Versions
599
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/azuread - npm Package Compare versions

Comparing version

to
1.1.0-alpha.1572020564

4

package.json
{
"name": "@pulumi/azuread",
"version": "v1.1.0-alpha.1571253443+g619fc29",
"version": "v1.1.0-alpha.1572020564+g2d32a65",
"description": "A Pulumi package for creating and managing azuread cloud resources.",

@@ -14,3 +14,3 @@ "keywords": [

"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource azuread v1.1.0-alpha.1571253443+g619fc29"
"install": "node scripts/install-pulumi-plugin.js resource azuread v1.1.0-alpha.1572020564+g2d32a65"
},

@@ -17,0 +17,0 @@ "dependencies": {

@@ -45,2 +45,29 @@ [![Build Status](https://travis-ci.com/pulumi/pulumi-azuread.svg?token=eHg7Zp5zdDDJfTjY8ejq&branch=master)](https://travis-ci.com/pulumi/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:subscriptionId` - The Subscription ID which should be used. This can also be sourced from the `ARM_SUBSCRIPTION_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 detailed reference documentation, please visit [the API docs][1].
## Build from source

@@ -59,7 +86,3 @@

## Reference
For detailed reference documentation, please visit [the API docs][1].
[1]: https://pulumi.io/reference/pkg/nodejs/@pulumi/azuread/index.html

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet