MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
RoleManager Class
RoleManager Methods
AddRole Method
DeleteRole Method
GetRole Method
GetRoleInvolvedOrganisationUnit Method
GetRoleList Method
GetRoleListFilter Method
GetUserRoles Method
GetUsersInRole Method
HasRoleMasterKeyMode Method
UpdateRole Method
RoleManager
GetRoleList Method
Returns a list of roles that match the given filter.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
IEnumerable
<
PsrRole
>>
GetRoleList
(
PsrListFilter
filter
)
Parameters
filter
Type:
PsrApi.Data
PsrListFilter
Return Value
Type:
Task
IEnumerable
PsrRole
See Also
Reference
RoleManager Class
PsrApi.Managers Namespace