Class ActiveDirectoryUser
OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models.ActiveDirectoryUser
Represents a user in Active Directory.
Namespace: OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models
public class ActiveDirectoryUserProperties
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.