UserUnixProfiles
The UserUnixProfiles class is used to manage a collection of user profiles.
Syntax
public interface IUserUnixProfiles
Discussion
The collection of user profiles contained in the object depend on how the object was obtained:
- When you call User.UnixProfiles, the UserUnixProfiles object returned enumerates all of the profiles defined for a specific Active Directory user across all zones in the current domain.
- When you call Zone.GetUserUnixProfiles, the UserUnixProfiles object returned enumerates all of the profiles defined for a specific Active Directory user in a specific zone.
Methods
The UserUnixProfiles class provides the following methods:
This method | Does this |
Returns an enumeration of user profiles. |
|
Reloads the collection of UNIX profiles from Active Directory. |
Properties
The UserUnixProfiles class provides the following properties:
This property | Does this |
Gets the number of UNIX profiles defined in the collection of UserUnixProfiles. |
|
Indicates whether the UserUnixProfiles object contains any profiles. |