Service.SecurityPrivilegesDelete(SecurityPrivilegesDeleteRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the security privileges specified in the request.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse ^ SecurityPrivilegesDelete(Microsoft::MasterDataServices::Services::MessageContracts::SecurityPrivilegesDeleteRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse SecurityPrivilegesDelete (Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrivilegesDeleteRequest request);
abstract member SecurityPrivilegesDelete : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrivilegesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
override this.SecurityPrivilegesDelete : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrivilegesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Public Function SecurityPrivilegesDelete (request As SecurityPrivilegesDeleteRequest) As MessageResponse
Parameters
- request
- SecurityPrivilegesDeleteRequest
The SecurityPrivilegesDeleteRequestfor the operation.
Returns
The MessageResponsefor the operation.