*/ #[Validate('required|array')] public array $roleIds = []; /** * Holds the direct permissions toggled for the user (from all selected roles). * * @var array */ #[Validate('nullable|array')] public array $permissions = []; }