Service.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 a new security SecurityPrincipalsRequest as exact copies of objects in another MDS hub instance. This operation requires both the guid and the name of the new items in the request. The guid will be inserted rather than generated.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse ^ SecurityPrincipalsClone(Microsoft::MasterDataServices::Services::MessageContracts::SecurityPrincipalsRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse SecurityPrincipalsClone (Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest request);
abstract member SecurityPrincipalsClone : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
override this.SecurityPrincipalsClone : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Public Function SecurityPrincipalsClone (request As SecurityPrincipalsRequest) As MessageResponse
Parameters
- request
- SecurityPrincipalsRequest
Returns
The MessageResponsefor the operation.