ServiceClient.IService.SecurityPrivilegesDelete Method

Definition

Deletes the permissions.

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

Parameters

request
SecurityPrivilegesDeleteRequest

The delete request.

Returns

The MessageResponse for the operation.

Implements

Attributes

Applies to