CdmGroupProfile
Represents a UNIX group profile. The following properties are defined for this object.
Property | Type | Description |
Computer |
CdmManagedComputer |
Computer that contains the profile. |
Gid |
long |
GID of the group profile. |
Group |
CdmGroup |
Active Directory group of the group profile. |
IsHierarchical |
Boolean |
True if the group profile is in a hierarchical zone. |
IsMembershipRequired |
Boolean |
True if users are required to be a member of this group. |
IsOrphan |
Boolean |
True if the group profile is an orphan profile, that is, it has no corresponding Active Directory group. |
IsSfu |
Boolean |
True if the group profile is a SFU profile. |
Name |
string |
Name of the group profile. |
PreferredServer |
string |
Preferred server to use for committing changes to Active Directory. |
Zone |
CdmZone |
Zone that contains the profile. |