API Reference
Class
View (ForestShadowPrincipalPostureService)
Aggregated shadow principal posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ForestName { get; set; } #Forest or domain name used for the LDAP bind.
public String ConfigurationNamingContext { get; set; } #Configuration naming context searched.
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection completed.
public String CollectionError { get; set; } #Collection error details when collection fails.
public Int32 ShadowPrincipalCount { get; set; } #Total shadow principals found before row limiting.
public Int32 ShadowPrincipalsWithMembersCount { get; set; } #Shadow principals with explicit members assigned.
public Boolean Truncated { get; set; } #Gets a value indicating whether output rows were truncated.
public IReadOnlyList<Item> Items { get; set; } #Shadow principal rows.
public IReadOnlyList<Item> WithMembers { get; set; } #Shadow principals with explicit members assigned.