GetRoleAssignmentToAllUnixUsers
Returns the role assignment given to all UNIX users who have a specified role.
Syntax
IRoleAssignment GetRoleAssignmentToAllUnixUsers(IRole role)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
---|---|
role
|
The user role for which you want the role assignments. |
Return value
The role assignment for the specified role.
Discussion
This method returns the role assignment for local UNIX users with the specified role.
Exceptions
GetRoleAssignmentToAllUnixUsers
throws an ArgumentNullException
if the parameter
is null
.