Lenguaje

ServiceClient.IService.SecurityPrivilegesClone Método

Definición

Crea una copia exacta de los permisos dentro del modelo de seguridad desde otra fuente, conservando los identificadores globalmente únicos (GUIDs) de los objetos originales.

 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

Parámetros

request
SecurityPrivilegesRequest

La petición de clones.

Devoluciones

para MessageResponse la operación.

Implementaciones

Atributos

Se aplica a