IService.UserEffectiveObjectPermissionsGet 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.
Gets the users from the MDS repository based on the specified object permission
public:
Microsoft::MasterDataServices::Services::MessageContracts::UserEffectiveObjectPermissionsGetResponse ^ UserEffectiveObjectPermissionsGet(Microsoft::MasterDataServices::Services::MessageContracts::UserEffectiveObjectPermissionsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserEffectiveObjectPermissionsGetResponse UserEffectiveObjectPermissionsGet (Microsoft.MasterDataServices.Services.MessageContracts.UserEffectiveObjectPermissionsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserEffectiveObjectPermissionsGet : Microsoft.MasterDataServices.Services.MessageContracts.UserEffectiveObjectPermissionsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserEffectiveObjectPermissionsGetResponse
Public Function UserEffectiveObjectPermissionsGet (request As UserEffectiveObjectPermissionsGetRequest) As UserEffectiveObjectPermissionsGetResponse
Parameters
Returns
- Attributes
Remarks
The UserEffectiveObjectPermissionsGet(UserEffectiveObjectPermissionsGetRequest) operation retrieves users by effective object permissions.