Property UserLogins

Assembly: redb.Core.dll

User logins to assign to role upon creation
Example: ["admin", "manager", "user123"]
If both Users and UserLogins are specified - UserLogins are used (priority)

public string[]? UserLogins { get; set; }