IWsCommonGetAvailableApplicationPermissionsList Method
|
The method returns for each method of a service the feasibility based on the permissions of the user.
The method GetAvailableApplicationPermissionsList() function to check if the user has permission to execute
the methods of a list of public services.
It is invoked passing in input the names of the public service, so as to obtain the list of the methods
of the list of services with theirs enforceability by the user sample output: List AvailablePermission[].
MethodName (eg SetEnqueueServerCreation) PermissionStatus (0 non-executable, executable 1)
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<ApplicationPermissions>> GetAvailableApplicationPermissionsList(
List<string> serviceName
)
<OperationContractAttribute>
Function GetAvailableApplicationPermissionsList (
serviceName As List(Of String)
) As WsResult(Of List(Of ApplicationPermissions))
[OperationContractAttribute]
WsResult<List<ApplicationPermissions^>^>^ GetAvailableApplicationPermissionsList(
List<String^>^ serviceName
)
[<OperationContractAttribute>]
abstract GetAvailableApplicationPermissionsList :
serviceName : List<string> -> WsResult<List<ApplicationPermissions>>
function GetAvailableApplicationPermissionsList(
serviceName : List<String>
) : WsResult<List<ApplicationPermissions>>
Parameters
- serviceName
- Type: System.Collections.GenericListString
Return Value
Type:
WsResultListApplicationPermissions
See Also