Expand Minimize
This topic has not yet been rated - Rate this topic

IService.SecurityPrincipalsCreate Method

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[OperationContractAttribute(Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreate", 
	ReplyAction = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SecurityPrincipalsCreateEditionExpiredMessageFault", 
	Name = "EditionExpiredMessage")]
SecurityCreateResponse SecurityPrincipalsCreate(
	SecurityPrincipalsRequest request
)

Parameters

request
Type: Microsoft.MasterDataServices.SecurityPrincipalsRequest
Create request.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.