API Reference
Class
IdentityRow
Per-principal resolved identity used for reporting and filtering.
Inheritance
- Object
- IdentityRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Item.PrincipalsResolved
- Property View.PrincipalsAll
- Property View.PrincipalsApproved
Constructors
public IdentityRow() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Original identity string as present in the template (name or SID).
public String Sid { get; set; } #Resolved SID, when available.
public String DisplayName { get; set; } #Friendly display name.
public AdministrativeIdentityType AdministrativeType { get; set; } #Administrative classification.
public Boolean IsPrivileged { get; set; } #True when the identity is privileged/builtin (Domain Admins, Enterprise Admins, BUILTIN\\Administrators, etc.).
public String Right { get; set; } #Privilege/right this principal is assigned to (e.g., SeImpersonatePrivilege).
public Boolean IsApproved { get; set; } #True when this assignment is explicitly approved by baseline (or privileged).