ServiceClient.IService.SecurityPrincipalsUpdate Method

Definition

Updates the security principals.

 virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsUpdate(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsUpdate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsUpdate (Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsUpdate : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsUpdate : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsUpdate (request As SecurityPrincipalsRequest) As MessageResponse Implements IService.SecurityPrincipalsUpdate

Parameters

request
SecurityPrincipalsRequest

The update request.

Returns

The MessageResponse for the operation.

Implements

Attributes

Applies to