API Reference
Class
DirectoryGroupCreateOptions
Optional typed attributes for group account creation.
Inheritance
- Object
- DirectoryGroupCreateOptions
Constructors
public DirectoryGroupCreateOptions() #Methods
Inherited Methods
Properties
public String CommonName { get; set; } #Gets or sets optional common name (CN). When omitted, the input group name is used.
public String SamAccountName { get; set; } #Gets or sets optional explicit sAMAccountName. When omitted, the input group name is used.
public String DisplayName { get; set; } #Gets or sets displayName.
public String Description { get; set; } #Gets or sets description.
public String Mail { get; set; } #Gets or sets mail.
public String ManagedBy { get; set; } #Gets or sets managedBy.
public String Notes { get; set; } #Gets or sets info (notes).
public GroupScope Scope { get; set; } #Gets or sets desired group scope.
public Boolean SecurityEnabled { get; set; } #Gets or sets whether group should be security-enabled.
public IDictionary<String, Object> Attribute { get; } #Gets custom attributes to set after object creation.
public IDictionary<String, Object> AdditionalAttributes { get; } #Gets custom attributes to set after object creation.