API Reference
Class
DirectoryGroupCreateOptions
Optional typed attributes for group account creation.
Inheritance
- Object
- DirectoryGroupCreateOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor ProvisioningHelper.ProvisioningHelper
- Method ProvisioningHelper.CreateGroup
Constructors
public DirectoryGroupCreateOptions() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.