ServiceClient.IService.SecurityPrivilegesClone 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 an exact copy of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrivilegesClone(Microsoft::MasterDataServices::SecurityPrivilegesRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrivilegesClone;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrivilegesClone (Microsoft.MasterDataServices.SecurityPrivilegesRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrivilegesClone : Microsoft.MasterDataServices.SecurityPrivilegesRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrivilegesClone : Microsoft.MasterDataServices.SecurityPrivilegesRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrivilegesClone (request As SecurityPrivilegesRequest) As MessageResponse Implements IService.SecurityPrivilegesClone
Parameters
- request
- SecurityPrivilegesRequest
The clone request.
Returns
The MessageResponse for the operation.
Implements
- Attributes