Skip to content

Commit

Permalink
More class updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jagger authored and tylerezimmerman committed May 26, 2023
1 parent d82df16 commit 35e8345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Thycotic.SecretServer/classes/metadata/History.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ public class History
public double ValueNumber { get; set; }
public string ValueString { get; set; }
public string ValueUserDisplayName { get; set; }
public bool containsPersonalInformation { get; set; }
}
}
1 change: 1 addition & 0 deletions src/Thycotic.SecretServer/classes/metadata/Summary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ public class Summary
public int ValueNumber { get; set; }
public string ValueString { get; set; }
public string ValueUserDisplayName { get; set; }
public bool containsPersonalInformation { get; set; }
}
}
1 change: 1 addition & 0 deletions src/Thycotic.SecretServer/classes/secret-hooks/Summary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class Summary
public string PrePostOption { get; set; }
public string ScriptName { get; set; }
public string ScriptTypeName { get; set; }
public int scriptID { get; set; }
public int SecretHookId { get; set; }
public int SortOrder { get; set; }
public bool Status { get; set; }
Expand Down

0 comments on commit 35e8345

Please sign in to comment.