Skip to content

Commit

Permalink
Merge pull request #1 from jagger/user-class
Browse files Browse the repository at this point in the history
Update User.cs
  • Loading branch information
jagger authored Feb 20, 2024
2 parents 031304c + d79a327 commit 1dff519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Thycotic.SecretServer/classes/users/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ public class User
public int personalGroupId { get; set; }
public string platformIntegrationType { get; set; }
public DateTime? verifyEmailSentDate { get; set; }
public bool platformServiceUser { get; set; }
}
}
}

0 comments on commit 1dff519

Please sign in to comment.