API Reference
Class
IdentityRow
Per-principal resolved identity used for reporting and filtering.
Inheritance
- Object
- IdentityRow
Constructors
public IdentityRow() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
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).