Workflow Engine .NET

Assembly: OptimaJet.Workflow.ActiveDirectoryPlugin

Class ActiveDirectoryUser

OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models.ActiveDirectoryUser

Represents a user in Active Directory.

public class ActiveDirectoryUser

Inheritance

  • System.Object

Properties

Name
Type
Name #
String
Common name of user. CN.
Dn #
String
Distinguished name of user. DN.
Path #
String
Path of user, including server address.
Groups #
List<ActiveDirectoryGroup>
List of groups in which the user is a member. The users aren't loaded for the groups from this list.
Attributes #
Dictionary<String>
User attributes.