Skip to content

Commit

Permalink
update Secret Summary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
squintfox authored and Ricky White committed Jun 22, 2022
1 parent afec076 commit cd54628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Thycotic.SecretServer/classes/secrets/Summary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class Summary
public bool DoubleLockEnabled { get; set; }
public SummaryExtendedField[] ExtendedFields { get; set; }
public int FolderId { get; set; }
public bool HasLauncher { get; set; }
public bool HidePassword { get; set; }
public int Id { get; set; }
public bool InheritsPermissions { get; set; }
Expand Down

0 comments on commit cd54628

Please sign in to comment.