Assembly: OptimaJet.Workflow.ActiveDirectoryPlugin

Class ActiveDirectoryUser

OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models.ActiveDirectoryUser

Represents a user in Active Directory.

public class ActiveDirectoryUser

Properties

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