TestimoX

API Reference

Class

DirectoryGroupCreateOptions

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Optional typed attributes for group account creation.

Inheritance

  • Object
  • DirectoryGroupCreateOptions

Constructors

Methods

public IReadOnlyList<String> GetAttributeNames() #
Returns: IReadOnlyList<String>

Returns attribute names represented by typed and custom options.

public Boolean HasValues() #
Returns: Boolean

Returns true when at least one typed/custom option is provided.

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.