API Reference
Class
Item (ForestShadowPrincipalPostureService)
Shadow principal row projected for reports.
Inheritance
- Object
- Item
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Shadow principal name.
public String DistinguishedName { get; set; } #Shadow principal distinguished name.
public String ShadowPrincipalSid { get; set; } #Principal SID mapped by the shadow principal.
public IReadOnlyList<String> Members { get; set; } #Members assigned to the shadow principal.
public Int32 MemberCount { get; set; } #Number of assigned members.
public String Description { get; set; } #Description text when present.
public Nullable<DateTime> WhenChanged { get; set; } #Last modification timestamp when available.