Click or drag to resize

IWsCommonGetAvailableApplicationPermissions Method

The method returns for each method of a service the feasibility based on the permissions of the user. The method GetAvailableApplicationPermissions() function to check if the user has permission to execute the methods of a public service. It is invoked passing in input the name of the public service, so as to obtain the list of the methods of the service with its enforceability by the user sample output: 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<ApplicationPermissions> GetAvailableApplicationPermissions(
	string serviceName
)

Parameters

serviceName
Type: SystemString

Return Value

Type: WsResultApplicationPermissions
See Also