ServiceClient.IService.SecurityPrincipalsCreate Method

Definition

Creates new users, groups and their permissions within the security model.

 virtual Microsoft::MasterDataServices::SecurityCreateResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsCreate(Microsoft::MasterDataServices::SecurityPrincipalsRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SecurityCreateResponse IService.SecurityPrincipalsCreate (Microsoft.MasterDataServices.SecurityPrincipalsRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsCreate : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.SecurityCreateResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsCreate : Microsoft.MasterDataServices.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.SecurityCreateResponse
Function SecurityPrincipalsCreate (request As SecurityPrincipalsRequest) As SecurityCreateResponse Implements IService.SecurityPrincipalsCreate

Parameters

request
SecurityPrincipalsRequest

The create request.

Returns

The SecurityCreateResponse for the operation.

Implements

Attributes

Applies to