Tchater maintenant avec le support
Tchattez avec un ingénieur du support

Nous effectuons actuellement la maintenance de notre site Internet. Toute fonctionnalité nécessitant de se connecter est temporairement indisponible. Si vous avez un problème nécessitant une assistance immédiate, veuillez contacter l le support technnique.

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.
Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation