Annex F (normative) User Authorization

F.3 RoleType

F.3.4 RemoveIdentity Method

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