ServiceClient.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.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrincipalsClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrincipals ^ Principals);
public Microsoft.MasterDataServices.OperationResult SecurityPrincipalsClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrincipals Principals);
member this.SecurityPrincipalsClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrincipals -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrincipalsClone (International As International, Principals As SecurityPrincipals) As OperationResult
Parameters
- International
- International
The cultural settings.
- Principals
- SecurityPrincipals
The set of users and user groups to clone.
Returns
An OperationResult object containing the result of an operation.