ServiceClient.SecurityPrivilegesClone Method

Definition

Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesClone (International As International, Privileges As SecurityPrivileges) As OperationResult

Parameters

International
International

The cultural settings.

Privileges
SecurityPrivileges

The set of security privileges to be cloned.

Returns

An OperationResult object containing the result of an operation.

Applies to