GroupInfo

The GroupInfo class contains methods and properties used to import and map UNIX group profiles to Active Directory groups. This class is defined in the Centrify.DirectControl.API.Import namespace.

Syntax

public interface IGroupInfo : IDisposable

Methods

The GroupInfo class provides the following methods:

Method Description
Commit Commits changes to the pending group object and saves them in Active Directory.
Delete Marks the pending group profile for deletion from Active Directory.
Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
GetMembers Returns the members of a pending import group.
Import Links the pending import group profile with the specified Active Directory group account.
UpdateStatus Checks Active Directory for groups that match or conflict with a pending import group.

Properties

The GroupInfo class provides the following properties:

Property Description
CandidateDN Gets the distinguished name (DN) of the import candidate.
GID Gets or sets the UNIX group identifier (GID) for the pending import group profile.
ID Gets the unique ID of the pending import group object.
IsImported Indicates whether the pending import group has been successfully imported.
Members Gets all of a pending import group's members.
Name Gets or sets the UNIX group name for a pending import group.
Source Gets the text string that describes the source of the pending import data.
Status Gets the status of the pending import group.
StatusDescription Gets a text string that provides detailed information about the status of the pending import group.
TimeStamp Gets the date and time that the pending group profiles were imported from the data source.