ServiceClient.IService.SecurityPrincipalsCreate 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 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