Viewing docs for onelogin 0.12.0
published on Friday, Mar 13, 2026 by onelogin
published on Friday, Mar 13, 2026 by onelogin
Onelogin Provider: Installation & Configuration
I want to use the Pulumi onelogin package (onelogin) in my project.
## Provider details
- Package: onelogin
- Version: 0.12.0
- Publisher: onelogin
- Source: opentofu
- Repository: https://github.com/onelogin/terraform-provider-onelogin
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/opentofu/onelogin/onelogin/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/opentofu/onelogin/onelogin/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/opentofu/onelogin/onelogin/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/opentofu/onelogin/onelogin/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for onelogin 0.12.0
published on Friday, Mar 13, 2026 by onelogin
published on Friday, Mar 13, 2026 by onelogin
Installation
The OneLogin provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/onelogin - Python:
pulumi-onelogin - Go:
github.com/pulumi/pulumi-onelogin/sdk/go/onelogin - .NET:
Pulumi.Onelogin - Java:
com.pulumi/onelogin
Configuring Credentials
The Pulumi OneLogin Provider needs to be configured with OneLogin credentials before it can be used to create resources.
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:clientId- your client id. It can also be sourced from the environment variableONELOGIN_CLIENT_ID.onelogin:clientSecret- your client secret. It can also be sourced from the environment variableONELOGIN_CLIENT_SECRET.onelogin:region- the region.onelogin:url- the api url for your region. It can also be sourced from the environment variableONELOGIN_OAPI_URL.
Remember to pass --secret when setting onelogin:clientSecret so that it is properly encrypted. The complete list of
configuration parameters is in the
OneLogin provider README.
Viewing docs for onelogin 0.12.0
published on Friday, Mar 13, 2026 by onelogin
published on Friday, Mar 13, 2026 by onelogin
