GetGroupUnixProfile
Returns the hierarchical group profile for a specified Active Directory group in the computer zone.
Syntax
IHierarchicalGroup GetGroupUnixProfile(IGroup group)
Parameter
Specify the following parameter when using this method:
| Parameter | Description |
|---|---|
group
|
The group for which you want profile information. |
Return value
The profile for the specified group, or null if none is found.
Discussion
This method uses the Centrify.DirectControl.API.IGroup group returned by a
Cims.GetGroup or Cims.GetGroupByPath call to retrieve the group profile.
Exceptions
GetGroupUnixProfile may throw one of the following exceptions:
-
ArgumentNullExceptionif the specified parameter value isnull. -
NotSupportedExceptionif the computer zone schema is not supported. -
ApplicationExceptionif there is more than one group with the specifiedIGroupvalue in the zone.