ServiceClient.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.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrincipalsCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrincipals ^ Principals, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecuritySet ^ % SecuritySet);
public Microsoft.MasterDataServices.OperationResult SecurityPrincipalsCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrincipals Principals, out Microsoft.MasterDataServices.SecuritySet SecuritySet);
member this.SecurityPrincipalsCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrincipals * SecuritySet -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrincipalsCreate (International As International, Principals As SecurityPrincipals, ByRef SecuritySet As SecuritySet) As OperationResult
Parameters
- International
- International
The cultural settings.
- Principals
- SecurityPrincipals
The set of users and user groups to create.
- SecuritySet
- SecuritySet
When this method returns, contains the data contract for the security search criteria. This parameter is passed uninitialized.
Returns
An OperationResult object containing the result of an operation.