Name | pulumi-okta JSON |
Version |
4.13.1
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing okta resources. |
upload_time | 2025-01-27 14:14:14 |
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[![Actions Status](https://github.com/pulumi/pulumi-okta/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-okta/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fokta.svg)](https://www.npmjs.com/package/@pulumi/okta)
[![Python version](https://badge.fury.io/py/pulumi-okta.svg)](https://pypi.org/project/pulumi-okta)
[![NuGet version](https://badge.fury.io/nu/pulumi.okta.svg)](https://badge.fury.io/nu/pulumi.okta)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-okta/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v4/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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/31/46/39851e98092f0df40963ca7fc4d8a5c53975bdd1f742b32e96338b0aded6/pulumi_okta-4.13.1.tar.gz",
"platform": null,
"description": "r[![Actions Status](https://github.com/pulumi/pulumi-okta/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-okta/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fokta.svg)](https://www.npmjs.com/package/@pulumi/okta)\n[![Python version](https://badge.fury.io/py/pulumi-okta.svg)](https://pypi.org/project/pulumi-okta)\n[![NuGet version](https://badge.fury.io/nu/pulumi.okta.svg)](https://badge.fury.io/nu/pulumi.okta)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-okta/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-okta/sdk/v4/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](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": "4.13.1",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-okta"
},
"split_keywords": [
"pulumi",
" okta"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "358bf50ba72a0e66a9216f9812018f98dd96b0c4f17390b08afc3812c2683f9a",
"md5": "2947d444bcdce4d0545b50e1d1e42deb",
"sha256": "8b282df8da99fe772373779d19f6a54e53f79bb8b8225e6b1d964810383583a9"
},
"downloads": -1,
"filename": "pulumi_okta-4.13.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2947d444bcdce4d0545b50e1d1e42deb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 504518,
"upload_time": "2025-01-27T14:14:09",
"upload_time_iso_8601": "2025-01-27T14:14:09.362123Z",
"url": "https://files.pythonhosted.org/packages/35/8b/f50ba72a0e66a9216f9812018f98dd96b0c4f17390b08afc3812c2683f9a/pulumi_okta-4.13.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "314639851e98092f0df40963ca7fc4d8a5c53975bdd1f742b32e96338b0aded6",
"md5": "562552b27357164774206dee8e1a5d0b",
"sha256": "34153dfe844ffa962fe3b9b0e3dfc8b519bb25bee2e0f05d26cf73a6b1572104"
},
"downloads": -1,
"filename": "pulumi_okta-4.13.1.tar.gz",
"has_sig": false,
"md5_digest": "562552b27357164774206dee8e1a5d0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 333613,
"upload_time": "2025-01-27T14:14:14",
"upload_time_iso_8601": "2025-01-27T14:14:14.055160Z",
"url": "https://files.pythonhosted.org/packages/31/46/39851e98092f0df40963ca7fc4d8a5c53975bdd1f742b32e96338b0aded6/pulumi_okta-4.13.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-27 14:14:14",
"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"
}