ServiceClient.IService.SecurityPrivilegesGet Method

Definition

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

Applies to