ServiceClient.IService.SecurityPrincipalsClone 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.
Creates exact copies of users, groups and their permissions within the security model from another source, retaining the GUIDs of the original objects.
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsClone(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsClone;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsClone (Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsClone : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsClone (request As SecurityPrincipalsRequest) As MessageResponse Implements IService.SecurityPrincipalsClone
Parameters
- request
- SecurityPrincipalsRequest
The clone request.
Returns
The MessageResponse for the operation.
Implements
- Attributes