This method is used to gets the user roles for stratified tenant for this user.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Dictionary<string, Dictionary<string, List<string>>> GetUserRolesForStratifiedTenants(
string userId,
string[] stratifiedTenantIds
)
Dictionary<string, Dictionary<string, List<string>>> GetUserRolesForStratifiedTenants(
string userId,
string[] stratifiedTenantIds
)
Function GetUserRolesForStratifiedTenants (
userId As String,
stratifiedTenantIds As String()
) As Dictionary(Of String, Dictionary(Of String, List(Of String)))
Function GetUserRolesForStratifiedTenants (
userId As String,
stratifiedTenantIds As String()
) As Dictionary(Of String, Dictionary(Of String, List(Of String)))
abstract GetUserRolesForStratifiedTenants :
userId : string *
stratifiedTenantIds : string[] -> Dictionary<string, Dictionary<string, List<string>>>
abstract GetUserRolesForStratifiedTenants :
userId : string *
stratifiedTenantIds : string[] -> Dictionary<string, Dictionary<string, List<string>>>
Parameters
- userId
- Type: System String
The user id.
- stratifiedTenantIds
- Type: System String
The stratified tenant ids.
Return Value
Type:
Dictionary String,
Dictionary String,
List String dictionary of stratified tenant and dictionary of role assigned tenant id and the list of the roles