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
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
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Términos de uso Privacidad