Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new users, groups and their permissions within the security model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function SecurityPrincipalsCreate ( _
International As International, _
Principals As SecurityPrincipals, _
<OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Principals As SecurityPrincipals
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult
returnValue = instance.SecurityPrincipalsCreate(International, _
Principals, SecuritySet)
public OperationResult SecurityPrincipalsCreate(
International International,
SecurityPrincipals Principals,
out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrincipalsCreate(
International^ International,
SecurityPrincipals^ Principals,
[OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrincipalsCreate :
International:International *
Principals:SecurityPrincipals *
SecuritySet:SecuritySet byref -> OperationResult
public function SecurityPrincipalsCreate(
International : International,
Principals : SecurityPrincipals,
SecuritySet : SecuritySet
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Principals
Type: Microsoft.MasterDataServices.SecurityPrincipals
The set of users and user groups to create.
- SecuritySet
Type: Microsoft.MasterDataServices.SecuritySet%
When this method returns, contains the data contract for the security search criteria. This parameter is passed uninitialized.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.