Skip to content

Commit bff9e98

Browse files
jaggerdelineaKrehl
authored andcommitted
Adding in "checkOutUserId" & "checkOutUserName" for secret summary class
1 parent 00b21a3 commit bff9e98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/Thycotic.SecretServer/classes/secrets

src/Thycotic.SecretServer/classes/secrets/Summary.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ public class Summary
3535
public string SecretTemplateName { get; set; }
3636
public int SiteId { get; set; }
3737
public string[] ResponseCodes { get; set; }
38+
public int checkOutUserId { get; set; }
39+
public string checkOutUserName { get; set; }
3840
}
3941
}

0 commit comments

Comments
 (0)