Gets the tenant access privileges for the logged in user
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, Dictionary<string, TenantDetails>> GetTenantAccessPrivileges(
string[] privileges
)
public static Dictionary<string, Dictionary<string, TenantDetails>> GetTenantAccessPrivileges(
string[] privileges
)
Public Shared Function GetTenantAccessPrivileges (
privileges As String()
) As Dictionary(Of String, Dictionary(Of String, TenantDetails))
Public Shared Function GetTenantAccessPrivileges (
privileges As String()
) As Dictionary(Of String, Dictionary(Of String, TenantDetails))
static member GetTenantAccessPrivileges :
privileges : string[] -> Dictionary<string, Dictionary<string, TenantDetails>>
static member GetTenantAccessPrivileges :
privileges : string[] -> Dictionary<string, Dictionary<string, TenantDetails>>
Parameters
- privileges
- Type: System String
The privileges.
Return Value
Type:
Dictionary String,
Dictionary String,
TenantDetails Dictionary of TenantDetails