Errata exists for this version of the document.
This Method is used to add an identity mapping rule to a Role.
The Client shall use an encrypted channel and shall provide user credentials with administrator rights when invoking this Method on the Server.
Signature
AddIdentity (
[in]IdentityMappingRuleType Rule
);
| Argument | Description | 
| Rule | The rule to add. | 
Method Result Codes
| ResultCode | Description | 
| Bad_InvalidArgument | The rule is not valid. | 
| Bad_RequestNotAllowed | The rule cannot be added to the Role because of Server imposed restrictions. | 
| Bad_NotSupported | The rule is not supported by the Server. | 
| Bad_AlreadyExists | An equivalent rule already exists. |