This Methodis used to add an application mapping rule to a Role.
The Clientshall provide user credentials with administrator rights when invoking this Methodon the Server.
Signature
AddApplication(
[in]String ApplicationUri
);
Argument |
Description |
ApplicationUri |
The ApplicationUrifor the application. |
Method Result Codes
ResultCode |
Description |
Bad_InvalidArgument |
The ApplicationUriis not valid. |
Bad_RequestNotAllowed |
The mapping cannot be added to the Rolebecause of Serverimposed restrictions. |
Bad_AlreadyExists |
The ApplicationUri is already assigned to the Role. |
Bad_UserAccessDenied |
The session user is not allowed to configure the object. |