Permit.io Condition Set Rules API
Represents a "mini" ABAC rule comprised of (UserSet, Action, ResourceSet). If such tuple exists, it means all users matching the UserSet can perform the Action on the resources matching ResourceSet. Example: (`us_based_employees`, `repository:clone`, `private_repos`) where: - `us_based_employees` is a user set - `repository:clone` is an action - `private_repos` is a resource set