mirror of
https://github.com/bitwarden/server
synced 2026-01-21 03:43:53 +00:00
Add XML documentation to Premium in OrganizationUserUserDetails and User classes
This commit is contained in:
@@ -69,6 +69,10 @@ public class User : ITableObject<Guid>, IStorableSubscriber, IRevisable, ITwoFac
|
||||
/// The security state is a signed object attesting to the version of the user's account.
|
||||
/// </summary>
|
||||
public string? SecurityState { get; set; }
|
||||
/// <summary>
|
||||
/// Indicates whether the user has a personal premium subscription.
|
||||
/// Does not include premium access from organizations.
|
||||
/// </summary>
|
||||
public bool Premium { get; set; }
|
||||
public DateTime? PremiumExpirationDate { get; set; }
|
||||
public DateTime? RenewalReminderDate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user