API Reference
Class
OuRiskItem
Aggregated risk information for a single OU based on discovered ACEs.
Inheritance
- Object
- OuRiskItem
Constructors
public OuRiskItem(String OuDn, Int32 RiskAceCount, Int32 RiskScore, Int32 BroadPrincipalsCount, String OwnerSid, String OwnerName, Boolean OwnerPrivileged, IReadOnlyList<OuDelegationRecord> Aces) #Aggregated risk information for a single OU based on discovered ACEs.
Parameters
- OuDn System.String
- RiskAceCount System.Int32
- RiskScore System.Int32
- BroadPrincipalsCount System.Int32
- OwnerSid System.String
- OwnerName System.String
- OwnerPrivileged System.Boolean
- Aces System.Collections.Generic.IReadOnlyList{ADPlayground.Delegation.OuDelegationRecord}
Methods
public OuRiskItem <Clone>$() #Returns:
OuRiskItempublic Void Deconstruct(out String OuDn, out Int32 RiskAceCount, out Int32 RiskScore, out Int32 BroadPrincipalsCount, out String OwnerSid, out String OwnerName, out Boolean OwnerPrivileged, out IReadOnlyList<OuDelegationRecord> Aces) #Returns:
VoidParameters
- OuDn String
- RiskAceCount Int32
- RiskScore Int32
- BroadPrincipalsCount Int32
- OwnerSid String
- OwnerName String
- OwnerPrivileged Boolean
- Aces IReadOnlyList<OuDelegationRecord>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String OuDn { get; set; } #public Int32 RiskAceCount { get; set; } #public Int32 RiskScore { get; set; } #public Int32 BroadPrincipalsCount { get; set; } #public String OwnerSid { get; set; } #public String OwnerName { get; set; } #public Boolean OwnerPrivileged { get; set; } #public IReadOnlyList<OuDelegationRecord> Aces { get; set; } #