Class UserPermissionStats
Summary of solution specific permissions user has on AD computer object
Inheritance
System.Object
UserPermissionStats
Namespace: AdmPwd.Types
Assembly: AdmPwd.PDSWrapper.dll
Syntax
public class UserPermissionStats : Object
Constructors
UserPermissionStats(string)
Constructs the object
Declaration
public UserPermissionStats(string user)
Parameters
Type | Name | Description |
---|---|---|
string | user | Name of the user |
Fields
Permissions
List of permissions
Declaration
public readonly List<PermissionEntry> Permissions
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<><PermissionEntry> |
Properties
UserName
Name of user
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
string |