IService.SecurityPrincipalsClone(SecurityPrincipalsRequest) 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 security principals and their privileges within the security model from another source, while retaining the GUIDs of the original objects.
public:
Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse ^ SecurityPrincipalsClone(Microsoft::MasterDataServices::Services::MessageContracts::SecurityPrincipalsRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse SecurityPrincipalsClone (Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SecurityPrincipalsClone : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Public Function SecurityPrincipalsClone (request As SecurityPrincipalsRequest) As MessageResponse
Parameters
- request
- SecurityPrincipalsRequest
Returns
- Attributes
Remarks
The SecurityPrincipalsClone(SecurityPrincipalsRequest) operation clones security principals.