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