CdmUserProfile
Represents a UNIX user profile. The following properties are defined for this object.
Property | Type | Description |
Computer |
CdmManagedComputer |
Containing computer. |
Gecos |
string |
GECOS field of the user profile. |
HomeDirectory |
string |
Home directory of the user associated with the profile. |
IsHierarchical |
Boolean |
True if the user profile is in a hierarchical zone. |
IsOrphan |
Boolean |
True if the user profile is an orphan profile, that is, it has no corresponding Active Directory user. |
IsSecondary |
Boolean |
True if the user profile is a secondary profile. |
IsSfu |
Boolean |
True if the user profile is an SFU profile. |
IsUseAutoPrivateGroup |
Boolean |
True if the user private group is to be used as the primary group. |
Name |
string |
Name of the user associated with the profile. |
PreferredServer |
string |
Preferred server to use for committing changes to Active Directory. |
PrimaryGroupId |
long |
Primary group ID of the user associated with the profile. |
Shell |
string |
Default shell of the user associated with the profile. |
Uid |
long |
UID of the user associated with the profile. |
UnixEnabled |
Boolean |
True if the user profile is enabled for a classic zone. This property is not applicable in hierarchical zones. |
User |
CdmUser |
Active Directory user for whom this is the user profile. |
Zone |
CdmZone |
Containing zone. |