Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Convert ACL UserId from long to string, to make it clear that it is n…
Browse files Browse the repository at this point in the history
…ot in use
  • Loading branch information
wcarlsen committed Apr 29, 2022
1 parent 4502980 commit c85b687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Tika.RestClient.Features.Acls.Models
{
public class Acl
{
public long UserId { get; set; }
public string UserId { get; set; }
public string ServiceAccountId { get; set; }
public string Permission { get; set; }
public string Resource { get; set; }
Expand Down

0 comments on commit c85b687

Please sign in to comment.