SCIM API Reference
SCIM API Reference
Customer-hosted cloud features
note
Some features are only available on customer-hosted clouds. Reach out to support@anyscale.com for info.
SCIM CLI
anyscale scim enforce-groups
Usage
anyscale scim enforce-groups [OPTIONS]
Enforce SCIM-based user group permissions by removing individual user permissions.
This command removes ALL direct user permissions so that users only derive permissions from their user groups.
Options
Examples
- CLI
$ anyscale scim enforce-groups
╭─────────────────── ⚠️ Confirmation Required ───────────────────╮
│ WARNING: This is a destructive operation that cannot be undone. │
│ │
│ All role bindings on users will be removed. │
│ Role bindings on user groups and service accounts are unchanged. │
╰──────────────────────────────────────────────────────────────────╯
Do you want to proceed? [y/N]: y
(anyscale +1.5s) Starting SCIM permission migration...
(anyscale +2.0s) SCIM permission migration completed successfully.