The Descope Resource Provider lets you manage Descope resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @descope/pulumi-descope
or yarn
:
yarn add @descope/pulumi-descope
To use from Python, install using pip
:
pip install descope_pulumi
To use from Go, use go get
to grab the latest version of the library:
go get github.com/descope/pulumi-descope/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Descope.Pulumi.Descope
The following configuration points are available for the descope
provider:
descope:projectId
(environment:DESCOPE_PROJECT_ID
) - Descope Project IDdescope:managementKey
(environment:DESCOPE_MANAGEMENT_KEY
) - Descope Management Key
For detailed reference documentation, please visit the Pulumi registry.