openagent-scim (Rust)
SCIM 2.0 provisioning bridge trait definitions for OpenAgent — enterprise agent lifecycle via RFC 7644
Purpose
SCIM 2.0 provisioning bridge trait definitions for OpenAgent — enterprise agent lifecycle via RFC 7644
Read the identity bridges guide.
Source contract
| Field | Value |
|---|---|
| Package | openagent-scim |
| Version | 0.1.0 |
| Language | Rust |
| Runtime floor | 1.78 |
| Manifest | openagent-sdk/bridges/scim/rust/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 44c150150afe8d7a70dc318c0fe539530464dcbc228c5f97c58fdf0439fd2fb2. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
openagent-sdk/bridges/scim/rust/src/lib.rs
Source SHA-256: 67ea054f3b8534db37953673131ee30641cdcf2978c96438d9a814c5123bd6f5.
pub mod mapping;
pub mod types;
pub enum ScimError {
pub type ScimResult<T> = Result<T, ScimError>;
pub trait AgentStore: Send + Sync {
pub trait DidRevoker: Send + Sync {
pub trait DelegationCascadeRevoker: Send + Sync {
pub trait ArsenalSessionInvalidator: Send + Sync {
pub trait AuditSink: Send + Sync {
pub trait ScimProvisioner: Send + Sync {Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.