diff --git a/src/Thycotic.SecretServer/classes/secrets/Secret.cs b/src/Thycotic.SecretServer/classes/secrets/Secret.cs index da226035..a7ce951f 100644 --- a/src/Thycotic.SecretServer/classes/secrets/Secret.cs +++ b/src/Thycotic.SecretServer/classes/secrets/Secret.cs @@ -51,6 +51,7 @@ public class Secret public bool WebLauncherRequiresIncognitoMode { get; set; } public string[] ResponseCodes { get; set; } public int? JumpboxRouteId { get; set; } + public string hsmKeyIdentifier { get; set; } public PSCredential GetCredential(string DomainField, string UserField, string PasswordField) {