Class ActiveDirectoryGroup
OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models.ActiveDirectoryGroup
Represents a group in Active Directory.
Namespace: OptimaJet.Workflow.Plugins.ActiveDirectoryPlugin.Models
public sealed class ActiveDirectoryGroupProperties
public string Name { get; set; } #Group CN.
public string Dn { get; } #Group DN.
public string Path { get; } #Group path, including server address.
public string SourceName { get; } #The source name from which the group was loaded.
public List<ActiveDirectoryUser> Users { get; set; } #List of users in group. The groups aren't loaded for the users from this list.
public Dictionary<string, string> Attributes { get; set; } #Group attributes.