Crates.io | eio-okta-api |
lib.rs | eio-okta-api |
version | |
source | src |
created_at | 2024-12-11 06:16:05.290799 |
updated_at | 2024-12-11 06:16:05.290799 |
description | API Types for Okta |
homepage | https://github.com/rancher-eio/okta-sync |
repository | https://github.com/rancher-eio/okta-sync |
max_upload_size | |
id | 1479611 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate contains API definitions for working with the Okta API.
Notably, it does not provide an implementation of anything that uses these types.
This crate is intended to be used to to produce and validate tools that are compatible with the the Okta API, either server or client implementations.
At this point, the types are hand-written, and even those on an as-needed basis (Pull Requests welcome!). A longer-term goal of this crate is to be able to be generated from the Okta Management API OpenAPI Specification.