Name | pulumi-okta JSON |
Version |
5.0.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing okta resources. |
upload_time | 2025-07-25 22:14:46 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
okta
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
r[](https://github.com/pulumi/pulumi-okta/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/okta)
[](https://pypi.org/project/pulumi-okta)
[](https://badge.fury.io/nu/pulumi.okta)
[](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v4/go)
[](https://github.com/pulumi/pulumi-okta/blob/master/LICENSE)
# Okta Resource Provider
The Okta resource provider for Pulumi lets you manage Okta resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).
## 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/okta
or `yarn`:
$ yarn add @pulumi/okta
### Python
To use from Python, install using `pip`:
$ pip install pulumi_okta
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-okta/sdk/v4
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Okta
## Configuration
The following configuration points are available:
- `okta:orgName` - (Required) This is the org name of your Okta account, for example dev-123.oktapreview.com would have
an org name of dev-123. May be set via the `OKTA_ORG_NAME` environment variable.
- `okta:baseUrl` - (Required) This is the domain of your Okta account, for example `dev-123.oktapreview.com` would have
a base url of `oktapreview.com`. May be set via the `OKTA_BASE_URL` environment variable.
- `okta:apiToken` - (Required) This is the API token to interact with your Okta org. May be set via the `OKTA_API_TOKEN`
environment variable.
- `okta:backoff` - (Optional) Whether to use exponential back off strategy for rate limits, the default is `true`.
- `okta:maxRetries` - (Optional) Maximum number of retries to attempt before returning an error, the default is `5`.
- `okta:maxWaitSeconds` - (Optional) Maximum seconds to wait when rate limit is hit, the default is `300`.
- `okta:minWaitSeconds` - (Optional) Minimum seconds to wait when rate limit is hit, the default is `30`.
## Reference
For further information, please visit [the Okta provider docs](https://www.pulumi.com/docs/intro/cloud-providers/okta)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/okta).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-okta",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, okta",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/29/59/8fbda6588f809355ca783f4d8e689378fb943b3e17aa49a0b4c83962e3d2/pulumi_okta-5.0.0.tar.gz",
"platform": null,
"description": "r[](https://github.com/pulumi/pulumi-okta/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/okta)\n[](https://pypi.org/project/pulumi-okta)\n[](https://badge.fury.io/nu/pulumi.okta)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v4/go)\n[](https://github.com/pulumi/pulumi-okta/blob/master/LICENSE)\n\n# Okta Resource Provider\n\nThe Okta resource provider for Pulumi lets you manage Okta resources in your cloud programs. To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\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/okta\n\nor `yarn`:\n\n $ yarn add @pulumi/okta\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_okta\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-okta/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Okta\n\n## Configuration\n\nThe following configuration points are available:\n\n- `okta:orgName` - (Required) This is the org name of your Okta account, for example dev-123.oktapreview.com would have\nan org name of dev-123. May be set via the `OKTA_ORG_NAME` environment variable.\n- `okta:baseUrl` - (Required) This is the domain of your Okta account, for example `dev-123.oktapreview.com` would have\na base url of `oktapreview.com`. May be set via the `OKTA_BASE_URL` environment variable.\n- `okta:apiToken` - (Required) This is the API token to interact with your Okta org. May be set via the `OKTA_API_TOKEN`\nenvironment variable.\n- `okta:backoff` - (Optional) Whether to use exponential back off strategy for rate limits, the default is `true`.\n- `okta:maxRetries` - (Optional) Maximum number of retries to attempt before returning an error, the default is `5`.\n- `okta:maxWaitSeconds` - (Optional) Maximum seconds to wait when rate limit is hit, the default is `300`.\n- `okta:minWaitSeconds` - (Optional) Minimum seconds to wait when rate limit is hit, the default is `30`.\n\n## Reference\n\nFor further information, please visit [the Okta provider docs](https://www.pulumi.com/docs/intro/cloud-providers/okta)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/okta).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing okta resources.",
"version": "5.0.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-okta"
},
"split_keywords": [
"pulumi",
" okta"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4387882d82daf65dffb929fca63af80c560b7436dfc272625b084cd57ee476a5",
"md5": "19055f856a28d200418c5dbf36094d6f",
"sha256": "8ea594a24e21bfa93561e2f4515127d4ebd496025ecc7ef99a85b809c58df169"
},
"downloads": -1,
"filename": "pulumi_okta-5.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "19055f856a28d200418c5dbf36094d6f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 519011,
"upload_time": "2025-07-25T22:14:44",
"upload_time_iso_8601": "2025-07-25T22:14:44.461634Z",
"url": "https://files.pythonhosted.org/packages/43/87/882d82daf65dffb929fca63af80c560b7436dfc272625b084cd57ee476a5/pulumi_okta-5.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29598fbda6588f809355ca783f4d8e689378fb943b3e17aa49a0b4c83962e3d2",
"md5": "c0bf6ede08c52807cb4d55f862178185",
"sha256": "b56043f772a33a0ad84414acd17104ed3ec7117ea4e3a126ad88a9ad5aee23f0"
},
"downloads": -1,
"filename": "pulumi_okta-5.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c0bf6ede08c52807cb4d55f862178185",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 347028,
"upload_time": "2025-07-25T22:14:46",
"upload_time_iso_8601": "2025-07-25T22:14:46.407260Z",
"url": "https://files.pythonhosted.org/packages/29/59/8fbda6588f809355ca783f4d8e689378fb943b3e17aa49a0b4c83962e3d2/pulumi_okta-5.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 22:14:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-okta",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-okta"
}