Name | pulumi-okta JSON |
Version |
4.11.3
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing okta resources. |
upload_time | 2024-10-21 15:54:12 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
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.8",
"maintainer_email": null,
"keywords": "pulumi, okta",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/d9/7e/4ab67c457878bb6af0d0b813fe374529b5ca62ea6e4713f7d482c6586e27/pulumi_okta-4.11.3.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.11.3",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-okta"
},
"split_keywords": [
"pulumi",
" okta"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "464ace44fdb1645cb850db078c2d5928c1ba9cbf9c9196f38ab7dae3bfb44e7b",
"md5": "52f3326fc900c6fe1536908bd459b89f",
"sha256": "9ed98b21546aa7baaab2b8f61782a46d18287b06b32100fa53d86a5290338a2e"
},
"downloads": -1,
"filename": "pulumi_okta-4.11.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "52f3326fc900c6fe1536908bd459b89f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 492772,
"upload_time": "2024-10-21T15:54:09",
"upload_time_iso_8601": "2024-10-21T15:54:09.070090Z",
"url": "https://files.pythonhosted.org/packages/46/4a/ce44fdb1645cb850db078c2d5928c1ba9cbf9c9196f38ab7dae3bfb44e7b/pulumi_okta-4.11.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d97e4ab67c457878bb6af0d0b813fe374529b5ca62ea6e4713f7d482c6586e27",
"md5": "bcf74a4f5f88e3a569d2b445b4473d60",
"sha256": "48459cbffe31a371eaa84e15214d511c7439dabb03502288b129e6e253e21220"
},
"downloads": -1,
"filename": "pulumi_okta-4.11.3.tar.gz",
"has_sig": false,
"md5_digest": "bcf74a4f5f88e3a569d2b445b4473d60",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 325241,
"upload_time": "2024-10-21T15:54:12",
"upload_time_iso_8601": "2024-10-21T15:54:12.004745Z",
"url": "https://files.pythonhosted.org/packages/d9/7e/4ab67c457878bb6af0d0b813fe374529b5ca62ea6e4713f7d482c6586e27/pulumi_okta-4.11.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-21 15:54:12",
"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"
}