Annex F (normative) User Authorization

F.3 RoleType

F.3.6 RemoveApplication Method

This Method is used to remove an application mapping rule from a Role.
The Client shall provide user credentials with administrator rights when invoking this Method on the Server.
Signature
RemoveApplication (
[in] String ApplicationUri
);
Argument | Description |
---|---|
ApplicationUri | The ApplicationUri for the application. |
Method Result Codes
ResultCode | Description |
---|---|
Bad_NotFound | The ApplicationUri is not assigned to the Role. |
Bad_UserAccessDenied | The session user is not allowed to configure the object. |