IOBERONServiceGen2User_PrivilegesInfo Method | |
Vráti práva systému OBERON pre daného používateľa - používateľ však musí byť prihlásený k webovej službe. Používa sa len pri autentifikácii 'Používatelia systému OBERON' alebo 'Len systémový používateľ služby'.
Namespace: Exa.OBERON.ServicesGen2Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax ResultValue<PrivilegesInfo> User_PrivilegesInfo(
string userName
)
Function User_PrivilegesInfo (
userName As String
) As ResultValue(Of PrivilegesInfo)
Dim instance As IOBERONServiceGen2
Dim userName As String
Dim returnValue As ResultValue(Of PrivilegesInfo)
returnValue = instance.User_PrivilegesInfo(userName)
Parameters
- userName String
-
Return Value
ResultValuePrivilegesInfoVráti triedu s právami používateľa
PrivilegesInfo.
Example Url: http://address:port/v1/user/privileges
See Also