GroupUnixProfiles
The GroupUnixProfiles class manages a collection of group profiles in a zone.
Syntax
public interface IGroupUnixProfiles
Discussion
The content of the collection of group profiles contained in the object depends on how the object was obtained:
-
When you use GetUserUnixProfiles, the
GroupUnixProfilesobject returned enumerates all of the profiles defined for a specific Active Directory user across all zones in the current domain. -
When you use GetGroupUnixProfiles, the
GroupUnixProfilesobject returned enumerates all of the profiles defined for a specific Active Directory group in a specific zone.
Methods
The GroupUnixProfiles class provides the following methods:
| Method | Description |
|---|---|
| GetEnumerator | Returns an enumeration of GroupUnixProfile objects. |
| Refresh | Reloads the GroupUnixProfiles object data from the data in Active Directory. |
Properties
The GroupUnixProfiles class provides the following properties:
| Property | Description |
|---|---|
| Count | Gets the total number of UNIX group profiles in the collection of GroupUnixProfiles for an Active Directory group. |
| IsEmpty | Indicates whether the GroupUnixProfiles object contains any UNIX group profiles. |