2 unstable releases
new 0.1.0 | Feb 18, 2025 |
---|---|
0.0.0 | Feb 16, 2025 |
#2839 in Network programming
84 downloads per month
585KB
9K
SLoC
Google Cloud Client Libraries for Rust - Policy Simulator API
WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.
Policy Simulator is a collection of endpoints for creating, running, and
viewing a Replay. A Replay
is
a type of simulation that lets you see how your members' access to
resources might change if you changed your IAM policy.
During a Replay
, Policy Simulator re-evaluates, or replays, past access
attempts under both the current policy and your proposed policy, and
compares those results to determine how your members' access might change
under the
proposed policy.
Quickstart
The main types to work with this crate are the clients:
More Information
- Read the crate's documentation
Dependencies
~19–32MB
~555K SLoC