ServiceClient.IService.SecurityPrivilegesDelete 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 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