Skip to content

Commit

Permalink
Secret class - correct LastHeartbeatStatus type
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Oct 31, 2021
1 parent 2e48727 commit 2269e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thycotic.SecretServer/classes/secrets/Secret.cs
Expand Up @@ -33,7 +33,7 @@ public class Secret
public bool IsRestricted { get; set; }
public Items[] Items { get; set; }
public DateTime? LastHeartBeatCheck { get; set; }
public HeartbeatStatus LastHeartBeatStatus { get; set; }
public SecretHeartbeatStatus LastHeartBeatStatus { get; set; }
public DateTime? LastPasswordChangeAttempt { get; set; }
public int LauncherConnectAsSecretId { get; set; }
public string Name { get; set; }
Expand Down

0 comments on commit 2269e80

Please sign in to comment.