Chat now with support
Chat with Support

Defender 6.2 - Administration Guide

Getting started Managing Defender objects in Active Directory Configuring security tokens Securing VPN access Securing Web sites Securing Windows-based computers Defender Management Portal (Web interface) Securing PAM-enabled services Delegating Defender roles, tasks, and functions Automating administrative tasks Administrative templates Integration with Active Roles Push Notifications Appendices
Appendix A: Enabling diagnostic logging Appendix B: Troubleshooting common authentication issues Appendix C: Troubleshooting DIGIPASS token issues Appendix D: Defender classes and attributes in Active Directory Appendix E: Defender Event Log messages Appendix F: Defender Client SDK Appendix G: Defender Web Service API

UserViolationCount type

Details of authentication violations and the number of times the violation count has been reset.

C# syntax
[DataContract]
public class UserViolationCount
{
   [DataMember]
   public string SAMAccountName { get; set; }
   [DataMember]
   public string CommonName { get; set; }
   [DataMember]
   public string DN { get; set; }
   [DataMember]
   public int ViolationCount { get; set; }
   [DataMember]
   public int ResetCount { get; set; }
}

Properties

  • SAMAccountName  SAM account name of the user.
  • CommonName  Common name of the user.
  • DN  Distinguished name of the user.
  • ViolationCount  The count of Defender authentication violations.
  • ResetCount  The number of times the violation count has been reset.

TemporaryResponse type

Details of a temporary response and its expiry time.

C# syntax
[DataContract]
public class TemporaryResponse
{
   [DataMember]
   public string Response { get; set; }
   [DataMember]
   public DateTime ExpiryTime { get; set; }
}

Properties

  • Response  The temporary response assigned to the token.
  • ExpiryTime  When the temporary response expires.
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating