Class PermissionEntry
Permission entry for user on given AD object
Inheritance
System.Object
PermissionEntry
Namespace: AdmPwd.Types
Assembly: AdmPwd.PDSWrapper.dll
Syntax
public class PermissionEntry : Object
Constructors
PermissionEntry(string, string, string)
Default constructor
Declaration
public PermissionEntry(string accType, string permType, string id)
Parameters
Type | Name | Description |
---|---|---|
string | accType | Access type for permission entry |
string | permType | Permission type |
string | id | Identity that has the permission |
Properties
AccessType
Allow or Deny
Declaration
public string AccessType { get; }
Property Value
Type | Description |
---|---|
string |
Identity
Which security principal gives the permission. Can be either user account directly or group a user is member of
Declaration
public string Identity { get; }
Property Value
Type | Description |
---|---|
string |
PermissionType
Read or Reset password or Full Control
Declaration
public string PermissionType { get; }
Property Value
Type | Description |
---|---|
string |