OneLogin Resource Provider for Pulumi lets you manage OneLogin resources. To use this package, please install the Pulumi CLI first. This provider is bridge to github.com/onelogin/terraform-provider-onelogin.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/onelogin
or yarn
:
$ yarn add @pulumi/onelogin
To use from Python, install using pip
:
$ pip install pulumi_onelogin
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-onelogin/sdk/go/...
You'll need admin access to a OneLogin account where you can create API credentials.
Create a set of API credentials with manage all permission.
The following environment variables used to configure the onelogin
provider:
ONELOGIN_CLIENT_ID
- your client idONELOGIN_CLIENT_SECRET
- your client secretONELOGIN_OAPI_URL
- the api url for your region
For detailed reference documentation, please visit the API docs.