CdmEffectiveUnixRights
Represents the UNIX rights assigned to a user that are in effect on a Linux or UNIX computer in a zone. The following properties are defined for this object.
Property | Type | Description |
AuditLevel |
string |
Effective auditing level. |
CommandRights |
CdmEffectiveCommandRight [] |
The array of effective command rights assigned to the user. |
Computer |
CdmManagedComputer |
The computer in which the roles and rights are effective. |
HasRescueRight |
Boolean |
True if the user has the rescue right. |
PamRights |
CdmEffectivePamRight[] |
The array of effective PAM rights assigned to the user. |
Profiles |
CdmEffectiveUserProfile[] |
Effective UNIX profiles for the Active Directory user in the computer. |
Roles |
CdmEffectiveRole[] |
The array of effective roles assigned to the user. |
SshRights |
CdmEffectiveSshRight[] |
The array of effective SSH rights assigned to the user. |
UnixSystemRights |
string[] |
Effective UNIX system rights. |
User |
CdmUser |
Active Directory user assigned to the role. |