Skip to main content

Crate fakecloud_ssoadmin

Crate fakecloud_ssoadmin 

Source
Expand description

AWS IAM Identity Center SSO Admin (sso-admin) awsJson1.1 service for fakecloud.

The full 79-operation control plane from the AWS Smithy model: IAM Identity Center instances, permission sets and their inline / managed / customer-managed / boundary policies, account assignments (async status settle), permission-set provisioning, applications with their assignments, access scopes, authentication methods, grants and session configuration, the fixed application-provider catalogue, trusted token issuers, instance regions, access-control attribute configuration, and resource tagging.

Every operation is backed by real, account-partitioned, persisted state. Nested configuration objects (PortalOptions, TrustedTokenIssuerConfiguration, Grant, AuthenticationMethod, …) are stored as the raw request Value so they round-trip verbatim.

Re-exports§

pub use service::SsoAdminService;
pub use state::SharedSsoAdminState;
pub use state::SsoAdminData;
pub use state::SSOADMIN_SNAPSHOT_SCHEMA_VERSION;

Modules§

persistence
Snapshot save/load for SSO Admin state.
service
SSO Admin (sso-admin) awsJson1.1 dispatch + operation handlers.
state
Account-partitioned, serializable state for AWS IAM Identity Center’s SSO Admin (sso-admin) control plane.