API Reference
Class
Item (ForeignSecurityPrincipalOrphanedService)
Single orphaned FSP finding.
Inheritance
- Object
- Item
Constructors
public Item() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String ForeignSecurityPrincipalDn { get; set; } #FSP distinguished name.
public String ForeignSid { get; set; } #Foreign SID.
public String PrincipalName { get; set; } #Best-effort resolved principal label.
public String ForeignDomain { get; set; } #Foreign domain or source when available.
public String ResolutionError { get; set; } #Identity resolution error captured during lookup.
public Boolean IsReferenced { get; set; } #True when local references still point at the orphaned FSP.
public Int32 GroupReferenceCount { get; set; } #Total group references found for this FSP.
public Int32 OtherReferenceCount { get; set; } #Total non-group references found for this FSP.
public Int32 ReferenceCount { get; set; } #Total distinct local references found for this FSP.
public IReadOnlyList<String> ReferencedBy { get; set; } #Distinct local references pointing at the FSP.