This Methodis used to remove an identity mapping rule from a Role.
The Clientshall provide user credentials with administrator rights when invoking this Methodon 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. |