API Reference
Class
LdapSummary
Aggregates results of LDAP connectivity tests across multiple servers.
Inheritance
- Object
- LdapSummary
Constructors
public LdapSummary(IReadOnlyList<LdapServerResult> Servers, IReadOnlyList<String> ServersExpired, IReadOnlyList<String> ServersExpiringIn3DaysOrLess, IReadOnlyList<String> ServersExpiringIn7Days, IReadOnlyList<String> ServersExpiringIn15Days, IReadOnlyList<String> ServersExpiringIn30Days, IReadOnlyList<String> ServersExpiringMoreThan30Days, IReadOnlyList<LdapServerResult> FailedServers, IReadOnlyList<LdapServerResult> GoodServers, Boolean Status) #Aggregates results of LDAP connectivity tests across multiple servers.
Parameters
- Servers System.Collections.Generic.IReadOnlyList{ADPlayground.Ldap.LdapServerResult}
- ServersExpired System.Collections.Generic.IReadOnlyList{System.String}
- ServersExpiringIn3DaysOrLess System.Collections.Generic.IReadOnlyList{System.String}
- ServersExpiringIn7Days System.Collections.Generic.IReadOnlyList{System.String}
- ServersExpiringIn15Days System.Collections.Generic.IReadOnlyList{System.String}
- ServersExpiringIn30Days System.Collections.Generic.IReadOnlyList{System.String}
- ServersExpiringMoreThan30Days System.Collections.Generic.IReadOnlyList{System.String}
- FailedServers System.Collections.Generic.IReadOnlyList{ADPlayground.Ldap.LdapServerResult}
- GoodServers System.Collections.Generic.IReadOnlyList{ADPlayground.Ldap.LdapServerResult}
- Status System.Boolean
Methods
public virtual LdapSummary <Clone>$() #Returns:
LdapSummarypublic Void Deconstruct(out IReadOnlyList<LdapServerResult> Servers, out IReadOnlyList<String> ServersExpired, out IReadOnlyList<String> ServersExpiringIn3DaysOrLess, out IReadOnlyList<String> ServersExpiringIn7Days, out IReadOnlyList<String> ServersExpiringIn15Days, out IReadOnlyList<String> ServersExpiringIn30Days, out IReadOnlyList<String> ServersExpiringMoreThan30Days, out IReadOnlyList<LdapServerResult> FailedServers, out IReadOnlyList<LdapServerResult> GoodServers, out Boolean Status) #Returns:
VoidParameters
- Servers IReadOnlyList<LdapServerResult>
- ServersExpired IReadOnlyList<String>
- ServersExpiringIn3DaysOrLess IReadOnlyList<String>
- ServersExpiringIn7Days IReadOnlyList<String>
- ServersExpiringIn15Days IReadOnlyList<String>
- ServersExpiringIn30Days IReadOnlyList<String>
- ServersExpiringMoreThan30Days IReadOnlyList<String>
- FailedServers IReadOnlyList<LdapServerResult>
- GoodServers IReadOnlyList<LdapServerResult>
- Status Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public IReadOnlyList<LdapServerResult> Servers { get; set; } #public IReadOnlyList<String> ServersExpired { get; set; } #public IReadOnlyList<String> ServersExpiringIn3DaysOrLess { get; set; } #public IReadOnlyList<String> ServersExpiringIn7Days { get; set; } #public IReadOnlyList<String> ServersExpiringIn15Days { get; set; } #public IReadOnlyList<String> ServersExpiringIn30Days { get; set; } #public IReadOnlyList<String> ServersExpiringMoreThan30Days { get; set; } #public IReadOnlyList<LdapServerResult> FailedServers { get; set; } #public IReadOnlyList<LdapServerResult> GoodServers { get; set; } #public Boolean Status { get; set; } #