Skip to content

Commit

Permalink
Update Summary.cs
Browse files Browse the repository at this point in the history
Adding support for new class object
secret.summary.hsmKeyIdentifier
  • Loading branch information
jagger authored and delineaKrehl committed Jan 22, 2024
1 parent 20479d5 commit 30c216d
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 @@ -37,5 +37,6 @@ public class Summary
public string[] ResponseCodes { get; set; }
public int checkOutUserId { get; set; }
public string checkOutUserName { get; set; }
public string hsmKeyIdentifier { get; set; }
}
}

0 comments on commit 30c216d

Please sign in to comment.