fix: allow super admin tenant-scoped role ops
This commit is contained in:
@@ -8,5 +8,6 @@ namespace TakeoutSaaS.Application.Identity.Commands;
|
||||
public sealed record BindRolePermissionsCommand : IRequest<bool>
|
||||
{
|
||||
public long RoleId { get; init; }
|
||||
public long? TenantId { get; init; }
|
||||
public long[] PermissionIds { get; init; } = Array.Empty<long>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user