Chatee ahora con Soporte
Chat con el soporte

Defender 6.5.1 - 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

TokenList type

A list of UserTokenDetail.

C# syntax
[CollectionDataContract(Name="TokenList", ItemName="Token")]
public class TokenList : List<UserTokenDetail>
{ }

UserTokenDetail type

Details of a token assigned to a user.

C# syntax
[DataContract] public class UserTokenDetail
{
   [DataMember]
   public string TokenType { get; set; }
   [DataMember]
   public bool HasPIN { get; set; }
   [DataMember]
   public string CommonName { get; set; }
   [DataMember]
   public string DN { get; set; }
}

Properties

  • TokenType  The type of the token.
  • HasPin  Whether the token has a PIN for this user.
  • CommonName  Common name of the token.
  • DN  Distinguished name of the token.

DefenderResult type

Result indicating success or otherwise of certain operations.

C# syntax
[DataContract]
public class DefenderResult
{
   [DataMember]
   public bool Success{ get; set; }
   [DataMember]
   public string ErrorMessage { get; set; }
}

Properties

  • Success  Indicates whether the operation was successful.
  • ErrorMessage  Contains an error message in the event of operation failure.

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.
Documentos relacionados

The document was helpful.

Seleccionar calificación

I easily found the information I needed.

Seleccionar calificación