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:
- ArgumentNullException if the specified parameter value is null.
- NotSupportedException if the computer zone schema is not supported.
- ApplicationException if there is more than one group with the specified IGroup value in the zone.