ServiceClient.IService.SecurityPrivilegesGet 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.
Retrieves the security permissions for selected principals and/or models.
virtual Microsoft::MasterDataServices::SecurityPrivilegesGetResponse ^ Microsoft.MasterDataServices.IService.SecurityPrivilegesGet(Microsoft::MasterDataServices::SecurityPrivilegesGetRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrivilegesGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.SecurityPrivilegesGetResponse IService.SecurityPrivilegesGet (Microsoft.MasterDataServices.SecurityPrivilegesGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrivilegesGet : Microsoft.MasterDataServices.SecurityPrivilegesGetRequest -> Microsoft.MasterDataServices.SecurityPrivilegesGetResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrivilegesGet : Microsoft.MasterDataServices.SecurityPrivilegesGetRequest -> Microsoft.MasterDataServices.SecurityPrivilegesGetResponse
Function SecurityPrivilegesGet (request As SecurityPrivilegesGetRequest) As SecurityPrivilegesGetResponse Implements IService.SecurityPrivilegesGet
Parameters
- request
- SecurityPrivilegesGetRequest
The get request.
Returns
The SecurityPrivilegesGetResponse for the operation.
Implements
- Attributes