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 assignment. |
Return value
The role assignment for the specified role.
Discussion
This method returns the role assignment for all local UNIX users with the specified role.
Exceptions
GetRoleAssignmentToAllUnixUsers
throws an ArgumentNullException
if the specified
parameter value is null
.