IService.SecurityPrincipalsCreate(SecurityPrincipalsRequest) 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 security principals and their privileges within the security model.
public:
Microsoft::MasterDataServices::Services::MessageContracts::SecurityCreateResponse ^ SecurityPrincipalsCreate(Microsoft::MasterDataServices::Services::MessageContracts::SecurityPrincipalsRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SecurityCreateResponse SecurityPrincipalsCreate (Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SecurityPrincipalsCreate : Microsoft.MasterDataServices.Services.MessageContracts.SecurityPrincipalsRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SecurityCreateResponse
Public Function SecurityPrincipalsCreate (request As SecurityPrincipalsRequest) As SecurityCreateResponse
Parameters
- request
- SecurityPrincipalsRequest
Returns
- Attributes
Remarks
The SecurityPrincipalsCreate(SecurityPrincipalsRequest) operation creates new security principals.